@import "my_grid.css";
/* 1BODY */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Kelson", "Open Sans Condensed", sans-serif;
    letter-spacing: 0.5px;
    line-height: 36px;
    text-align: center;
}

h1,
.h1 {
    font-family: Kelson-Medium;
    font-size: 33.07px;
    font-weight: 500;
    letter-spacing: 2.5px;
    margin-bottom: 70px;
    color: #414042;
}

@media (max-width: 480px) {
    h1,
    .h1 {
        font-size: 2em;
    }
}

.col-md-8 h1,
.col-md-8 .h1 {
    color: #414042;
    font-size: 33.07px;
    font-weight: 500;
    letter-spacing: 2.5px;
    line-height: 44px;
    text-align: left;
    text-transform: uppercase;
}

body {
    background: #eee;
    font-family: "Kelson";
}

@media (min-width: 1200px) {
    .container {
        width: 1230px;
        width: 100%;
        max-width: 1230px;
    }
}

#main-wrapper.boxed header .container-block,
#main-wrapper.boxed #content-wrapper .container-block,
#main-wrapper.boxed #footer .container-block {
    padding-right: 30px;
    padding-left: 30px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 768px) {
    body[data-page="2"] #main-wrapper.boxed #content-wrapper .container-block {
        padding-top: 80px;
    }
}

/* BODY end*/

/* HEADER begin */
.container-header {
    margin-bottom: 5px;
}

header #header-branding {
    padding: 45px 0px 44px 0px;
}

.fa-search:before {
    content: normal;
}

@media (min-width: 481px) {
    #search {
        width: 370px;
        padding-top: 10px;
        padding-left: 10px;
    }
}

#search .input-group-addon {
    background: inherit;
    border: 0px;
    padding: 0px;
}

#search .input-group-addon #search-submit-button {
    background: url("./images/header/lupe_icon.svg");
    width: 30px;
    height: 30px;
}

#search .twitter-typeahead .form-control {
    height: 30px;
    background: #eeeeee !important;
    border: 0px;
    border-radius: inherit;
    box-shadow: none;
}

#search .twitter-typeahead .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

#shop-nav {
    padding-top: 10px;
}

#shop-nav .header-shop-nav {
    padding-top: 0;
    display: flex;
    align-items: center;
}

.fa-user {
    background: url("./images/header/login_icon.svg");
    width: 24px;
    height: 30px;
    display: block;
}

.fa-user:before {
    display: none;
}

#shop-nav .cart-menu > a > span.icon-handbag {
    margin: 0 0 0 19px;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: inherit;
    background: url(./images/warenkorb.svg) no-repeat center center;
}

.cart-menu .cart-text .caret {
    display: none;
}

.icon-handbag:before {
    content: normal;
}

#shop-nav-xs .badge {
    display: none;
}

#shop-nav-xs .icon-handbag {
    display: block;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: inherit;
    background: url(./images/warenkorb.svg) no-repeat center center;
}

#logo {
    background: url("./images/header/PJX_Logo.svg") no-repeat left center;
    height: 45px;
}

#logo a img {
    display: inline !important;
    opacity: 0;
}

.fa-home {
    background: url("./images/header/logo_icon.svg");
    width: 20px;
    height: 20px;
    display: block;
}

.fa-home:before {
    display: none;
}

.navbar-default .navbar-nav > li:first-child > a {
    padding-left: 14px;
    padding-top: 19px;
    padding-right: 28px;
}

.main-wrapper.boxed .megamenu {
    background: #ffffff;
    box-shadow: none;
}

.navbar-default .navbar-nav > li:not(.cart-menu) > a {
    font-family: "Kelson-Medium";
    text-transform: uppercase;
    color: #414042;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: 23px;
}

.navbar-default .navbar-nav .open > a,
.navbar-default .navbar-nav .open > a:hover,
.navbar-default .navbar-nav .open > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: #ffffff;
    color: #e90037 !important;
}

.navbar-default .navbar-nav > .dropdown .caret {
    display: none;
}

.megamenu .navbar-nav > li > a {
    padding: 20px 12px 14px 12px;
}

#shop-nav-xs .navbar-nav > li > a {
    padding: 20px 7px 14px 7px;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    background-color: #414042;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 5px;
    padding: 25px 30px 30px 30px;
}

.megamenu .dropdown-menu hr.hr-sm {
    display: none;
}

/** Columnsin megamenu **/

/** Only for FireFox **/
@-moz-document url-prefix() {
    .megamenu .navbar-nav > li:nth-child(2) .dropdown-menu .mega-categories .row {
        height: 481px;
        height: 502px;
    }
    .megamenu .navbar-nav > li:nth-child(3) .dropdown-menu .mega-categories .row {
        height: 285px;
    }
    .megamenu .navbar-nav > li:nth-child(4) .dropdown-menu .mega-categories .row {
        height: 255px;
    }

    .megamenu #move-item.dropdown .mega-categories .row {
        height: 101px;
    }
}

.megamenu .dropdown-menu .mega-categories .row > div {
    width: 100%;
    display: inline;
}

.megamenu .dropdown-menu .mega-categories .row .subsub {
    padding-left: 0px;
}

.megamenu .dropdown-menu .mega-categories .category-wrapper {
    border: 0px;
    padding: 0px 30px 6px 0px;
    height: auto !important;
    display: inline-block;
    box-sizing: border-box;
    padding-bottom: 25px;
}

.megamenu .dropdown-menu .mega-categories .category-wrapper ul {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 34px;
    color: #eeeeee;
    padding-top: 10px;
}

.megamenu .dropdown-menu .mega-categories .category-wrapper ul a {
    color: #eeeeee;
}

.megamenu .mega-categories .category-wrapper.active .caption > h5,
.megamenu .mega-categories .category-wrapper ul.subsub li.active {
    font-family: Kelson-Medium;
}

.megamenu .caption > .title {
    font-size: 18px;
    font-family: Kelson-Medium;
    font-weight: 500;
    letter-spacing: 2.25px;
    line-height: 34px;
    text-align: left;
}

.megamenu .caption > .title a {
    color: #ffffff;
}

@media (min-width: 481px) {
    .megamenu .navbar-nav li.float-r {
        float: right !important;
    }
}

.container-nav {
    margin-bottom: 5px;
}

.breadcrumb-wrapper {
    display: none;
}

.subcategories {
    background: #ffffff;
    margin-bottom: 5px;
    padding: 9px 30px 8px 30px;
}

.subcategories .category {
    display: inline-block;
    color: #414042;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    padding-right: 28px;
}

/* HEADER end */

/* MENU FLUID */
.main-wrapper.boxed .megamenu {
    background: #ffffff;
}

#shop-nav-xs.navbar-default,
.main-wrapper.boxed .affix .navbar-default,
.main-wrapper.fluid .navbar-default:not(.navbar-offcanvas) {
    background: #ffffff;
}

.navbar-offcanvas.navbar-default .nav > li.active > a,
.sidebar-offcanvas .nav-toggle {
    color: #ffffff !important;
}

/* MENU FLUID end */

/* FOOTER */
#footer {
    margin-top: 5px;
}

#footer a {
    color: #f6f6f6 !important;
}

#footer .container-block {
    padding-top: 0px;
    background: url("./images/footer/PJX_Logo.svg") no-repeat 30px 38px;
}

#footer .container-block {
    background-color: #414042;
}

#footer .row {
    margin-left: 0px;
    margin-right: 0px;
    color: #f6f6f6 !important;
}

#footer .row-info li {
    list-style: none;
}

#footer .row-info .panel-heading {
    text-transform: uppercase;
    padding-top: 17px;
    padding-bottom: 13px;
}

#footer .nav.nav-list li:not(.bigger) a:before {
    content: normal;
}

#footer .row-info div:nth-child(1) .panel-strap {
    margin-top: 112px;
    font-size: 18px;
    letter-spacing: 0.81px;
    line-height: 32px;
}

#footer .row-info div:nth-child(1) .panel-strap p {
    margin-bottom: 20px;
}

#footer .row-info div:nth-child(2) .panel-heading {
    display: none;
}

#footer .row-info div:nth-child(2) .panel-default {
    margin-top: 110px;
    font-size: 18px;
    letter-spacing: 1.13px;
    line-height: 43px;
}

#footer .row-info div:nth-child(3) .panel-default,
#footer .row-info div:nth-child(4) .panel-default {
    margin-top: 22px;
    font-size: 14px;
    letter-spacing: 1.03px;
    line-height: 28px;
}

#footer .row-info div:nth-child(3) .panel-title,
#footer .row-info div:nth-child(4) .panel-title {
    color: #f0f0f1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 19px;
}

#footer .row-info div:nth-child(3) .box-body,
#footer .row-info div:nth-child(4) .box-body {
    margin-top: 41px;
}

/* Social Icons */
#footer .btn-social i:before {
    content: normal;
}

#footer .row-social {
    padding-top: 80px;
}

#footer .btn-social {
    margin-left: 35px;
}

#footer .btn-social:first-child {
    margin-left: 0px;
}

#footer .btn-social .fa-linkedin-square {
    background: url("./images/footer/social/linkedin.svg") no-repeat;
    width: 17px;
    height: 17px;
}

#footer .btn-social .fa-facebook-square {
    background: url("./images/footer/social/facebook.svg") no-repeat;
    width: 10px;
    height: 21px;
}

#footer .btn-social .fa-instagram {
    background: url("./images/footer/social/instagram.svg") no-repeat;
    width: 17px;
    height: 17px;
}

#footer .btn-social .fa-xing-square {
    background: url("./images/footer/social/xing.svg") no-repeat;
    width: 19px;
    height: 20px;
}

#footer .btn-social .fa-twitter-square {
    background: url("./images/footer/social/twitter.svg") no-repeat;
    width: 20px;
    height: 17px;
}

/* Selectbox */
/* remove standard-styles */
.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    width: 100%;
}

/* Select */
.form-group select {
    width: 100%;
    border: 0px solid #bbb;
    padding: 0.75em 0.8em 0.5em 1em;
    /*box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);*/
    background-color: #eeeeee;
    background-image: url("./images/elements/select-arrow.png");
    background-position: 141px;
    background-repeat: no-repeat;
}

.form-group select:hover {
    /*box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);*/
}

/* Hide browser-styling in IE10 */
.form-group select::-ms-expand {
    display: none;
}

/* Hide custom-icons in lower versions of Internet Explorer (< IE10). */
.lt-ie10 .form-group select {
    background-image: none;
}

.choose_quantity {
    position: relative;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
    background-clip: padding-box !important;
    box-shadow: none !important;

    /*     -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important; */
}

.choose_quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
}

.choose_quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 60px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 17px;
    height: 10px;
    right: -13px;
    font-size: 0px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    top: 4px;
    z-index: 19;
    background: url("./images/elements/select-arrow-up.png") no-repeat;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 14px;
    z-index: 18;
    background: url("./images/elements/select-arrow-down.png") no-repeat;
    -webkit-background-size: 14px 9px !important;
    background-size: 14px 9px !important;
}

/* SEARCH */
#footer .input-group-addon,
#footer .input-group-addon button {
    background: inherit;
    border: 0px;
    padding: 0px;
}

#footer .input-group-addon #search-submit-button-footer {
    background: url("./images/footer/lupe_icon.svg") #ffffff no-repeat center;
    width: 30px;
    height: 30px;
    display: block;
}

#footer .twitter-typeahead .form-control {
    background: #ffffff !important;
    color: #414042;
    height: 30px;
    border: 0px !important;
    border-radius: inherit !important;
}

#footer .twitter-typeahead .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

#footer .profile .login i {
    background: url("./images/footer/login_icon.svg");
    width: 21px;
    height: 26px;
}

#footer .profile .cart {
    margin-left: 30px;
}

#footer .profile .cart i {
    background: url("./images/footer/cart_icon.svg");
    width: 24px;
    height: 26px;
}

#footer .panel .panel-title {
    text-align: left;
}

/* FOOTER end */

/* ELEMENTS */
.panel-title {
    color: #e90037;
    font-family: Kelson-Medium;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 27px;
    text-align: center;
}

@media (min-width: 481px) {
    .panel-title {
        font-size: 28px;
    }
}

.form-control {
    height: 40px;
    border: 0px;
    box-shadow: none;
    padding: 10px 0px 7px 12px;
    color: #414042;
    font-family: Kelson;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.image-box.loaded {
    padding: 0px;
}

.form-inline .form-control {
    width: 100%;
}

.panel-heading {
    padding-top: 44px;
    padding-bottom: 47px;
}

.slick-prev,
.slick-next {
    top: -17px;
    background-color: #ed1e49;
}

.slick-prev {
    background: url("./images/left_icon.svg") no-repeat;
    width: 30px;
    height: 30px;
    border: 0px;
    padding: 0px;
    left: 0px;
}

.slick-next {
    background: url("./images/right_icon.svg") no-repeat;
    width: 30px;
    height: 30px;
    border: 0px;
    padding: 0px;
    right: 30px;
}

.slick-prev:before,
.slick-next:before {
    content: normal;
}

a:hover,
a:focus,
a.active,
a.nav-active,
.active > a {
    color: #e90037;
}

.price,
.special-price,
.pricestarting {
    color: #e90037;
}

.button_edit,
.btn-default:hover:not(.dropdown-toggle),
.btn-default:focus:not(.dropdown-toggle),
.btn-default:active:not(.dropdown-toggle),
.btn-default.active:not(.dropdown-toggle) {
    background: #ed1e49;
    border-color: #ed1e49;
}

.navbar-offcanvas.navbar-default .nav > li.active > a,
.sidebar-offcanvas .nav-toggle {
    background-color: #ed1e49;
}

.filterbar-default a {
    background-color: #ed1e49;
}

.text-primary,
.newaccount .control-label.label-default {
    color: #ed1e49;
}

.input-group-addon,
.btn-primary {
    background-color: #ed1e49 !important;
    border-color: #ed1e49 !important;
}

.noUi-handle {
    background-color: #ed1e49;
}

.panel-heading .panel-title,
aside .panel-heading .panel-title {
    text-align: center;
}

.panel-heading::after {
    border: 0px;
}

.panel-heading .panel-title {
    padding-right: 0px;
}

/* Category */
.reparatur .item_desc.custom_content {
    margin: 0 auto;
    width: 66%;
    text-align: center;
    margin-bottom: 100px;
    color: #414042 !important;
    font-family: Kelson;
    font-size: 22px !important;
    letter-spacing: 0.5px !important;
    line-height: 36px !important;
}

#content > .subreparatur>svg {
    display: none;
}
@media (min-width: 991px) {
    #content > .subreparatur.laptop,
    #content > .subreparatur.tablet,
    #content > .subreparatur.iphone {
        display: flex;
    }
    #content > .subreparatur>svg {
        min-width: 360px;
        margin-right: 20px;
        display: block;
    }
}

.subreparatur h1,
.subreparatur h2,
.subreparatur h3 {
    text-align: left;
}

.subreparatur h2 {
    color: #414042;
    font-family: Kelson-Bold;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 25px;
}

.subreparatur h3 {
    text-align: left;
    color: #e90037;
    font-family: Kelson;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 21px;
}

.subreparatur p {
    padding-bottom: 30px;
    color: #414042;
    font-family: Kelson;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 31px;
    margin-bottom: 0px;
}

.subreparatur td {
    color: #414042;
    font-family: Kelson;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 21px;
    padding: 9px 0px;
    border-bottom: 1px solid #eeeeee;
}

.subreparatur tr:last-child td {
    border-bottom: 0px;
}

.subreparatur table {
    margin-bottom: 30px;
}

.subreparatur table td:nth-child(1) {
    width: 80%;
}

.subreparatur table td:nth-child(2) {
    white-space: nowrap;
    vertical-align: top;
}

/* Cateogry end*/

/*Product List */
.product-cell .image-wrapper {
    border: 0px;
}

.product-cell .caption {
    margin-top: 30px;
    padding: 0px;
}

.product-cell.thumbnail {
    padding-bottom: 0px;
}

.product-cell h4.title {
    font-family: Kelson-Medium;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    text-transform: none;
}

.product-cell h5.subtitle {
    font-family: Kelson;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    text-transform: none;
    margin: 0px;
}

/*Product List only list-style*/
.product-detail {
    padding: 10px;
}

.product-detail h4.title,
.product-detail h5.subtitle {
    text-align: left;
}

/*end Product List only list-style*/

.price,
.special-price,
.pricestarting {
    font-size: 28px;
    letter-spacing: 0.5px;
    line-height: 36px;
    font-weight: normal;
}

.slick-slider {
    padding: 47px 0px 15px 0px;
    background: inherit;
    margin-right: -30px;
}

.panel-slider {
    padding-top: 45px;
}

.panel-slider .panel-body {
    padding: 0px 0px 0px 0px;
}

.panel-slider .panel-title {
    padding-top: 0px;
}

.panel-slider .panel-heading {
    padding-top: 0px;
    padding-bottom: 0px;
}

.slick-slider .slick-slide {
    margin-right: 30px;
    margin-left: 0px;
}

.slick-slider .slick-slide img {
    margin: 0px auto;
}

.slick-slider .slick-slide .product-cell {
    padding: 0px;
    margin: 0px;
}

.slick-slider .slick-slide .product-cell a.image-wrapper,
#product-list .product-wrapper a.image-wrapper {
    border-top: 2px solid #d0cfd0;
    border-bottom: 2px solid #d0cfd0;
    border-radius: 0px;
}

.slick-active[data-slick-index="1"] .product-cell a.image-wrapper,
.slick-active[data-slick-index="4"] .product-cell a.image-wrapper,
.slick-active[data-slick-index="6"] .product-cell a.image-wrapper,
.slick-active[data-slick-index="8"] .product-cell a.image-wrapper {
    border-top: 2px solid #e90037 !important;
    border-bottom: 2px solid #e90037 !important;
    border-radius: 0px;
}

#product-list .product-wrapper a.image-wrapper .image-box {
    max-height: 360px;
    line-height: 360px;
}

/*Product List only list-style*/

#product-list .col-xs-12 .product-body.row {
    border-top: 1.5px solid #d0cfd0;
    padding-top: 30px;
}

#product-list .col-xs-12 a.image-wrapper {
    border: none !important;
}

/* ends Product List only list-style*/

.slick-slide .product-cell .overlay-img {
    top: 40px;
}

.delivery-status {
    padding-top: 42px;
    padding-bottom: 38px;
}

.delivery-status * {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: center;
}

/*Product List only list-style*/
.product-detail-cell .delivery-status * {
    text-align: left;
}

/* end Product List only list-style */

.delivery-status .status-1 {
    color: #f5a623;
}

.delivery-status .status-2 {
    color: #7ed321;
}

/* Category */
.thumbnail > img,
.thumbnail a > img {
    width: 220px;
}

.thumbnail .overlay-img {
    width: inherit;
}

.pagination-wrap {
    border-top: 2px solid #e90037;
    border-radius: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.pagination-wrap .prev {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("./images/catalog/icon_prev.svg") no-repeat;
}

.pagination-wrap .next {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("./images/catalog/icon_next.svg") no-repeat;
}

.pagination {
    border-radius: 0px;
    margin: 0px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 0px;
}

.pagination > li > a,
.pagination > li > span {
    color: #231f20;
    font-family: Kelson;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 21px;
    text-align: center;
    background: none;
    border: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #e90037;
    background: none;
    border: none;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #e90037;
    background: none;
    border: none;
}

#product-list {
    margin-top: 45px;
}

/* #product-list.gallery .product-wrapper {
    width: 360px;
}
@media (max-width: 480px) {
    #product-list.gallery .product-wrapper {
        width: 300px;
    }
} */

/*IE 10 and 10*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #product-list.gallery .product-wrapper {
        width: 359px;
    }
}

/* Microsoft Edge */
@supports (-ms-ime-align: auto) {
    #product-list.gallery .product-wrapper {
        width: 359px;
    }
}

#product-list.row .product-wrapper {
    margin-left: 20px;
}

#product-list.row > div:nth-child(odd) {
    margin-left: 0px;
    margin-right: 20px;
}

@media (max-width: 480px) {
    #product-list.row .product-wrapper {
        margin-left: 0px;
        margin-right: 20px;
    }
}

.product-wrapper .condition {
    width: 100%;
    height: 52px;
    background-position: center 0px;
    background-repeat: no-repeat;
    margin-top: 34px;
    margin-bottom: 0px;
}

/*Product List only list-style */
.product-wrapper .product-detail .condition {
    background-position: left;
}

/*ends Product List only list-style*/
.product-wrapper .price_wrapper {
    margin-top: 45px;
}

.price_wrapper .is_laptop div {
    font-family: Kelson-Medium;
    font-size: 25px;
    font-weight: 500;
    color: #e90037;
}

.condition-reparatur-product {
    background-image: url("./images/product/icon_reparatur.svg");
    background-repeat: no-repeat;
}

.condition-new-product {
    background: url("./images/product/icon_new.svg") no-repeat;
}

.notactive .condition-new-product {
    background: url("images/product/icon_new_notactive.svg") no-repeat;
}

.condition-like-new-product {
    background: url("./images/product/like-new.svg") no-repeat;
}

.notactive .condition-like-new-product {
    background: url("images/product/like-new_notactive.svg") no-repeat;
}

.condition-a-product {
    background: url("./images/product/icon_a.svg") no-repeat;
}

.notactive .condition-a-product {
    background: url("./images/product/icon_a_notactive.svg") no-repeat;
}

.condition-a-minus-product {
    background: url("./images/product/icon_a_minus.svg") no-repeat;
}

.notactive .condition-a-minus-product {
    background: url("./images/product/icon_a_minus_notactive.svg") no-repeat;
}

.condition-b-product {
    background: url("./images/product/icon_b.svg") no-repeat;
}

.notactive .condition-b-product {
    background: url("./images/product/icon_b_notactive.svg") no-repeat;
}

.condition-b-plus-product {
    background: url("./images/product/icon_b_plus.svg") no-repeat;
}

.notactive .condition-b-plus-product {
    background: url("./images/product/icon_b_plus_notactive.svg") no-repeat;
}

.condition-original-product {
    background: url("./images/product/icon_marke.svg") no-repeat;
}

.condition-esd-product {
    background: url("./images/product/icon_esd.svg") no-repeat;
}

.condition-mar-product {
    background: url("./images/product/icon_mar.svg") no-repeat;
}

.condition-oem-product {
    background: url("./images/product/icon_oem.svg") no-repeat;
}

.condition-pkc-product {
    background: url("./images/product/icon_pkc.svg") no-repeat;
}

.condition-bulk-product {
    background: url("./images/product/icon_bulk.svg") no-repeat;
}

.condition-none {
    background: url("./images/product/icon_leer.svg") no-repeat;
}

.condition-none {
    height: 0px;
    margin: 0px;
}

.condition-details {
    font-weight: bold;
}

.one {
    background: url("./images/product/Projex_Icon_Reparatur_Iphone_Schritt_1.svg") no-repeat;
}

.two {
    background: url("./images/product/Projex_Icon_Reparatur_Iphone_Schritt_2.svg") no-repeat;
}

.three {
    background: url("./images/product/Projex_Icon_Reparatur_Iphone_Schritt_3.svg");
}

.four {
    background: url("./images/product/Projex_Icon_Reparatur_Iphone_Schritt_4.svg");
}

.five {
    background: url("./images/product/Projex_Icon_Reparatur_Iphone_Schritt_5.svg");
}

#sidepanel_left {
    padding-right: 30px;
    padding-left: 0px;
}

#sidepanel_left .box-filter-priceslider {
    padding: 0px 25px 15px 25px;
    margin-bottom: 47px;
}

#sidepanel_left .box-filter-priceslider h3 {
    color: #414042;
    font-family: Kelson;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 21px;
    text-align: center;
    margin-top: 33px;
    margin-bottom: 25px;
}

#sidepanel_left .box-filter-priceslider .panel-heading {
    padding: 0px 0px 15px 0px;
}

#sidepanel_left .box-filter-priceslider .noUi-connect {
    background: #414042;
}

#sidepanel_left .box-filter-priceslider .noUi-handle {
    background-color: #fefefe;
    top: 2px;
    left: -5px;
    width: 14px;
    height: 14px;
}

#sidepanel_left .box-filter-priceslider .noUi-handle.noUi-handle-upper {
    right: -10px;
    left: -9px;
}

#sidepanel_left .box-filter-priceslider .noUi-background {
    background-color: #414042;
}

#sidepanel_left .box-filter-priceslider .noUi-horizontal {
    height: 18px;
}

#sidepanel_left #collapsePricerange {
    display: none;
}

#sidepanel_left .box-filter-priceslider .label-price {
    color: #414042;
    font-family: Kelson;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 21px;
    text-align: center;
    padding-top: 17px;
}

#sidepanel_left .box-filter-characteristics {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 480px) {
    #sidepanel_left .box-filter-characteristics {
        margin-left: 10px;
    }
}

.box-filter-characteristics .nav > li > a {
    color: #414042;
    font-family: Kelson;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 21px;
}

#sidepanel_left .title {
    color: #231f20;
    font-family: Kelson;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 69px;
}

#sidepanel_left .box-filter-characteristics .badge {
    display: none;
}

#sidepanel_left .box-filter-characteristics .panel-title {
    text-align: left;
    color: #414042;
    font-size: 16px;
    font-family: Kelson;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 21px;
}

#sidepanel_left .box-filter-priceslider {
    background: #eeeeee;
}

#sidepanel_left .box-filter-characteristics .panel-heading {
    border-bottom: 1.5px solid #d0cfd0;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 13px;
    display: block;
    cursor: pointer;
}

#sidepanel_left section.box-filter-characteristics.first .panel-heading {
    border-top: 1.5px solid #d0cfd0;
    border-radius: 0px;
}

#sidepanel_left .box-filter-characteristics .panel-title .fa {
    position: absolute;
    right: 0px;
    height: 28px;
    width: 18px;
    top: -6px;
}

#sidepanel_left .box-filter-characteristics .panel-title .fa::after,
#sidepanel_left .box-filter-characteristics .panel-title .fa::before {
  content: "";
  width: 2px;
  height: 11px;
  position: absolute;
  top: 9px;
  right: 4px;
  background-color: #414042;
  transform-origin: center center;
  transform: rotateZ(45deg);
}
#sidepanel_left .box-filter-characteristics .panel-title .fa::before {
  transform: rotateZ(-45deg);
  right: 11px;
}

#sidepanel_left .open.box-filter-characteristics .panel-title .fa::after,
#sidepanel_left .open.box-filter-characteristics .panel-title .fa::before {
    background-color: #e90037;
}
#sidepanel_left .open.box-filter-characteristics .panel-title .fa::before {
  transform: rotateZ(45deg);
}
#sidepanel_left .open.box-filter-characteristics .panel-title .fa::after {
  transform: rotateZ(-45deg);
}

#sidepanel_left .box-filter-characteristics .nav.nav-list > li {
    border: 0px;
}

#sidepanel_left .box-filter-characteristics .box-body {
    border: 0px;
    display: none;
}

#sidepanel_left .box-filter-characteristics.open .box-body {
    display: block;
}

#sidepanel_left .box-filter-characteristics .active .value {
    color: #e90037;
}

#sidepanel_left .box-filter-characteristics .active .value {
    color: #e90037;
}

#sidepanel_left .box-filter-characteristics.last.open {
    border-bottom: 1.5px solid #d0cfd0;
    border-radius: 0px;
}

#result-options .form-group {
    margin-right: 27px;
    width: 165px;
    display: inline;
}

/*
#result-options .form-group:last-child{
    margin-right: 0px;
}
*/

#result-options select.form-control {
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    width: inherit;
    display: inline-block;
}

#result-options .btn.list {
    margin-right: 10px;
}

#result-options .btn-default {
    background: none;
    width: 40px;
    height: 40px;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

#result-options .btn-default.list {
    background: url("./images/catalog/icon_list_inactive.svg") no-repeat;
}

#result-options .btn-default.gallery {
    background: url("./images/catalog/icon_table_active.svg") no-repeat;
    margin-left: 10px;
}

#result-options .button-grid-active {
    background: url("./images/catalog/icon_table_active.svg") no-repeat !important;
}

#result-options .button-list-active {
    background: url("./images/catalog/icon_list_active.svg") no-repeat !important;
}

#result-options .button-grid-inactive {
    background: url("./images/catalog/icon_table_inactive.svg") no-repeat !important;
}

#result-options .button-list-inactive {
    background: url("./images/catalog/icon_list_inactive.svg") no-repeat !important;
}

.label.label-info {
    background: transparent;
    color: #444;
}

.container-block .desc .item_desc {
    color: #414042;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 26px;
}

@media (max-width: 480px) {
    .container-block .desc .item_desc {
        font-size: 14px !important;
    }
}

.container-block .desc .item_desc h2 {
    padding-top: 0px;
    margin-top: -10px;
    text-align: left;
}

@media (max-width: 1152px) {
    .container-block .desc .item_desc h2 {
        margin-top: 10px;
    }
}

.content-cats-small .thumbnail,
.content-cats-small a,
.content-cats-small a:hover,
.content-cats-small a:focus {
    text-transform: uppercase;
    color: #231f20;
    font-family: Kelson-Medium;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2.25px;
    line-height: 25px;
    text-align: center;
}

.content-cats-small .cat-box {
    margin-bottom: 30px;
    border: 0px;
}

@media (min-width: 481px) {
    .content-cats-small .cat-box {
        /* margin-left: 30px;
        width: 360px; */
    }
}

.content-cats-small .cat-box:nth-child(1),
.content-cats-small .cat-box:nth-child(4),
.content-cats-small .cat-box:nth-child(7),
.content-cats-small .cat-box:nth-child(10),
.content-cats-small .cat-box:nth-child(13),
.content-cats-small .cat-box:nth-child(16) {
    margin-left: 0px;
}

.content-cats-small .caption {
    margin-bottom: 18px;
    border-bottom: 1.5px solid #d0cfd0;
    border-radius: 0px;
    padding-bottom: 16px;
}

#result-wrapper hr {
    display: none;
}

#result-wrapper hr.visible {
    display: inherit;
    margin: 0px -33px 0px -30px;
    border: 0;
    border-top: 5px solid #eeeeee;
    border-radius: 0px;
}

#result-wrapper .row {
    margin-right: 0px;
    margin-left: 0px;
}

.list-pageinfo {
    padding-top: 72px;
}

.list-pageinfo * {
    color: #414042;
    font-family: Kelson;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 21px;
}

.list-pageinfo .label {
    padding: 0px;
}

/** Product single page **/
.container .row {
    margin-left: 0px;
    margin-right: 0px;
}

#main-wrapper.boxed #content-wrapper .container-block {
    padding-left: 30px;
    padding-right: 30px;
}

.product-primary .product-headline {
    padding-bottom: 15px;
    margin-bottom: 0px !important;
    border-bottom: 1.5px solid #a09fa0;
    border-radius: 0px;
}

.product-primary .product-headline .product-title {
    text-align: left;
    font-family: Kelson-Medium;
    font-size: 33.07px;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 0px !important;
}

.product-primary .product-headline .shortdesc {
    text-align: left;
    font-family: Kelson;
    font-weight: normal;
    font-size: 33.07px;
    letter-spacing: 1px;
    line-height: 50px;
    margin-top: 0px !important;
}

.product-primary .product-info {
    border: 0px;
}

.product-primary .product-info .manufacturer-row {
    display: none;
}

.product-pagination {
    display: none;
}

.product-primary .price_wrapper {
    padding-top: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #a09fa0;
    border-radius: 0px;
}

.product-primary .price_wrapper .price span {
    color: #e90037;
    font-size: 48px;
    font-family: Kelson-Medium;
    font-weight: 500;
    letter-spacing: 1.3px;
    line-height: 64px;
}

.product-primary .price_wrapper .vat_info .shipment {
    padding-left: 30px;
}

.product-primary .price_wrapper .price-note,
.product-primary .price_wrapper .price-note .vat_info {
    padding-top: 12px;
    color: #414042;
    font-size: 14px;
    letter-spacing: 0.54px;
    font-family: Kelson;
    letter-spacing: 0.54px;
}

.product-primary .product-category {
    text-align: left;
}

.product-primary .product-category a {
    color: #e90037;
}

.product-primary .product-details-link a {
    text-decoration: underline;
}

.product-primary .info-essential {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a09fa0;
    border-radius: 0px;

    color: #414042;
    font-family: Kelson;
    font-size: 14px;
    letter-spacing: 0.54px;
    line-height: 18px;
}

.product-primary .info-essential * {
    color: #414042;
    font-family: Kelson;
    font-size: 14px;
    letter-spacing: 0.54px;
    line-height: 18px;
}

.product-primary .price_wrapper .price-note a {
    text-decoration: underline;
}

.product-primary .thumbs {
    top: inherit;
    right: inherit;
    position: relative !important;
}

.product-primary .image-gallery.has-thumbs ul.image-thumbs li {
    display: inline-block;
    width: 77px;
    line-height: 50px;
    margin-left: 0px;
    margin-right: 25.5px;
}

.product-primary .image-gallery.has-thumbs ul.image-thumbs li:first-child {
    margin-left: 5px;
}

.product-primary .image-gallery.has-thumbs ul.image-thumbs li:last-child {
    margin-right: 5px;
}

.product-primary .image-gallery.has-thumbs ul.image-thumbs li.active {
    border-color: #f47e9a;
}

@media (min-width: 481px) {
    .product-primary .image-gallery.has-thumbs ul.image-container {
        margin: 50px 0px 30px 0px;
    }

    .product-primary .product-gallery #gallery {
        margin-bottom: 30px;
    }
}

.product-primary.row {
    padding-top: 48px;
}

.product-primary .thumbs-box {
    /*width: 420px;*/
    height: 112px;
}

.product-primary .choose_quantity .quantity {
    text-align: left;
    width: 100%;
    height: 50px;
    display: block;
    color: #414042;
    font-family: Kelson;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 21px;
    background: #eeeeee;
}

.product-primary .choose_quantity .input-group-btn-wrap {
    padding-left: 30px;
}

.product-primary .choose_quantity .input-group-btn {
    width: 100%;
}

@media (min-width: 481px) {
    .product-primary .choose_quantity .input-group-btn {
        display: block;
    }
}

.product-primary .choose_quantity .input-group-btn button {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

@media (min-width: 481px) {
    .product-primary .choose_quantity .input-group-btn button {
        background-image: url("./images/catalog/icon_cart.svg");
        background-repeat: no-repeat;
        background-position: 17px center;
    }
}

.product-primary .choose_quantity .input-group-btn button span {
    color: #ffffff;
    font-family: Kelson;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 21px;
}

@media (min-width: 481px) {
    .product-primary #add-to-cart .paypalexpress {
        float: right;
        margin-top: 5px;
    }

    .product-primary #add-to-cart .paypalexpress img {
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url("./images/product/paypal-express.svg") no-repeat;
        width: 359px; /* Width of new image */
        height: 49px; /* Height of new image */
        padding-left: 359px; /* Equal to width of new image */
    }
}

.product-primary #add-to-cart .col-sm-3 {
    width: 182px;
}

.product-primary #add-to-cart .input-group-btn-wrap {
    padding-left: 30px;
}

@media (max-width: 480px) {
    .product-primary #add-to-cart .input-group-btn-wrap {
        padding-left: 0px;
    }
}

@media (min-width: 481px) {
    .product-primary #add-to-cart .input-group-btn-wrap {
        width: 388px;
    }
}

.product-actions-stock {
    border-top: 1px solid #a09fa0;
    border-bottom: 1px solid #a09fa0;
    border-radius: 0px;
    margin-top: 25px;
}

@media (min-width: 481px) {
    .product-actions-stock > div {
        width: 16.2%;
    }

    .product-actions-stock > .wrap-wishlist {
    }

    .product-actions-stock > .wrap-compare {
    }

    .product-actions-stock > .wrap-stock {
        width: 17.5%;
        padding-left: 25px;
    }

    .product-actions-stock > .wrap-estimated-delivery {
        width: 17.5%;
        padding-right: 14px;
    }

    .product-actions-stock .wrap-product-category {
        padding-left: 15px;
    }

    .product-actions-stock .wrap-question {
        padding-left: 15px;
    }
}

.product-actions-stock .btn,
.product-actions-stock .btn-special {
    width: 170px;
    height: 160px;
    display: table-cell;
    vertical-align: bottom;
    border: 0px;
    position: relative;
}

@media (max-width: 480px) {
    .product-actions-stock .btn,
    .product-actions-stock .btn-special {
        width: 80px;
        height: 78px;
    }
}

.product-actions-stock .btn span,
.product-actions-stock .btn-special span {
    display: block;
    position: absolute;
    bottom: 40px;
    width: 132px;

    color: #414042;
    font-family: Kelson;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 21px;
    text-align: center;
}

.product-actions-stock .wishlist {
    background: url("./images/catalog/icon_wishlist.svg") no-repeat center 37px;
    background-size: 40px;
}

.product-actions-stock .compare {
    background: url("./images/catalog/icon_compare.svg") no-repeat center 37px;
    background-size: 40px;
}
.product-actions-stock .compare.on-list {
    background-image: url("./images/catalog/icon_compare2.svg");
}

.product-actions-stock .question {
    background: url("./images/catalog/icon_question.svg") no-repeat center 35px;
    background-size: 40px;
}

body.is_service .product-actions-stock .estimated-delivery {
    background-image: url("./images/catalog/icon_time.svg");
    padding-top: 166px;
    white-space: normal;
}

.product-actions-stock .condition {
    background-repeat: no-repeat;
    background-position: center 35px;
    background-size: 40px;
    cursor: pointer;
}
.product-actions-stock .condition.condition-like-new-product {
    background: none;
}
.product-actions-stock .condition.condition-like-new-product svg {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 40px;
    margin-left: -20px;
}
@media (max-width: 1163px) {
    .product-actions-stock .condition.condition-like-new-product svg {
        left: 0;
        top: 6px;
        margin-left: 0;
    }
}

.product-actions-stock .stock .status,
.product-actions-stock .stock .truck {
    width: 100%;
    height: 100%;
}

.product-actions-stock .stock .status .truck {
    height: 95px;
    background: url("./images/catalog/icon_stock.svg") no-repeat center 30px;
    background-size: 40px;
    cursor: inherit;
}

.product-actions-stock .stock .status-2 .truck {
    height: 95px;
    background: url("./images/catalog/icon_in_stock.svg") no-repeat center 30px;
    background-size: 40px;
    cursor: inherit;
}

.product-actions-stock .estimated-delivery {
    width: 200px;
    background: url("./images/catalog/icon_shippment.svg") no-repeat center 40px;
    background-size: auto;
    cursor: inherit;
}

@media (max-width: 480px) {
    .product-actions-stock .estimated-delivery {
        width: 86px;
    }
}

.product-actions-stock .wishlist span {
    left: 20px;
}

.product-actions-stock .compare span {
    left: 18px;
}

.product-actions-stock .question span {
    left: 16px;
}

.product-actions-stock .product-category span {
    left: 21px;
}

.product-actions-stock .stock span {
    left: 24px;
}

.product-actions-stock .estimated-delivery span {
    left: 23px;
}
body.is_service .product-actions-stock .estimated-delivery span {
    left: 28px;
    bottom: 31px;
}

@media (max-width: 480px) {
    .product-actions-stock .btn-secondary span {
        display: none;
    }
}

#buy_form {
    margin-bottom: 25px;
}

.container-plain .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.container-plain .nav-pills li[role="presentation"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-left: 0px;
    background: #eeeeee;
    color: #414042;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.5px;
    height: 35px;
}

/* @media screen and (max-width: 991px) {
    .container-plain .nav-pills li[role="presentation"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
    }
} */
@media (min-width: 481px) {
    .container-plain .nav-pills li[role="presentation"] {
        margin-right: 30px;
    }
}

.container-plain .nav-pills li[role="presentation"] a {
    padding: 0px;
    letter-spacing: 0.5px;
}

.container-plain .nav-pills li.active {
    background: #e90037;
    color: #ffffff;
}

@media (min-width: 481px) {
    .container-plain .nav-pills li[role="presentation"]:last-child {
        margin-right: 0px;
    }
}

.container-plain .nav-pills li[role="presentation"] a {
    background: none;
    color: inherit;
}

.tab-content-wrapper {
    padding: 40px 0 40px 0
}

#tab-description {
    font-family: Kelson;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 26px;
}

.pull-right > .dropdown-menu {
    left: 0;
    right: auto;
}

#tab-attributes .attr-characteristic td,
#tab-attributes .attr-weight td {
    border-bottom: 1px solid #eeeeee;
    color: #414042;
    font-family: Kelson;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 26px;
    padding-top: 11px;
    padding-bottom: 3px;
}

#tab-attributes .attr-characteristic .attr-value > span > a::after {
    content: ",";
}

#tab-attributes .attr-characteristic .attr-value > span:last-of-type > a::after {
    content: none;
}

#tab-attributes tr:last-child td {
    border-bottom: 0px;
}

#tab-attributes .attr-weight .attr-label {
    font-weight: normal;
}

#tab-attributes .product-attributes .attr-label {
    color: #e90037;
    width: 32%;
    font-family: Kelson;
    letter-spacing: 0.5px;
    line-height: 21px;
}

#tab-producttype .condition {
    width: 51px;
    height: 51px;
    display: inline-block;
}

.step_1 {
    width: 57px;
    height: 60px;
    display: inline-block;
}

.step_2 {
    width: 56px;
    height: 60px;
    display: inline-block;
}

.step_3 {
    width: 56px;
    height: 60px;
    display: inline-block;
}

.step_4 {
    width: 57px;
    height: 58px;
    display: inline-block;
}

.step_5 {
    width: 58px;
    height: 58px;
    display: inline-block;
}

.tab-content .row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tab-content .row .icon,
.tab-content .row .title {
    margin-right: -10px;
}

#tab-producttype .shipping-info h1,
#tab-producttype .shipping-info h2,
#tab-producttype .shipping-info h3,
#tab-producttype .shipping-info h4,
#tab-producttype .shipping-info h5 {
    display: none;
}

.tab-content .title {
    font-family: Kelson;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 21px;
}

.tab-content .value {
    font-family: Kelson;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 26px;
}

#tab-producttype #shipping-info ul {
    padding-left: 20px;
}

.tab-content .bordered {
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}

.tab-content .bordered:last-child {
    border-bottom: 0px;
}

.tab-content .red {
    color: #e90037;
}

#tab-description #shipping-info {
    display: none;
}

#tab-producttype .wrap-new .value {
    padding-top: 10px;
}

#tab-producttype .wrap-a-minus .value {
    padding-top: 10px;
}

#tab-producttype .wrap-b-plus .icon {
    padding-top: 0px;
}

#tab-producttype .wrap-b .icon {
    padding-top: 15px;
}

#tab-producttype .wrap-one .icon {
    padding-top: 12.8px;
}

#tab-producttype .wrap-one .value {
    padding-top: 12.8px;
}

#tab-producttype .wrap-two .value {
    padding-top: 5.8px;
}

#tab-producttype .wrap-two .icon {
    padding-top: 25.4px;
}

#tab-producttype .wrap-three .value {
    padding-top: 7.8px;
}

#tab-producttype .wrap-three .icon {
    padding-top: 78.4px;
}

#tab-producttype .wrap-four .value {
    padding-top: 8.8px;
}

#tab-producttype .wrap-four .icon {
    padding-top: 26.9px;
}

#tab-producttype .wrap-five .value {
    padding-top: 5px;
}

#tab-producttype .wrap-five .icon {
    padding-top: 12px;
}

.back-link {
    padding-top: 15px;
    color: #231f20;
    font-family: Kelson;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 21px;
}

/** Border **/
/*
.content-cats-small::after {
    height: 5px;
    background: #EEEEEE;
    content:"";
    width: 100%;
    display: block;
    margin-left: -30px;
    margin-right: -30px;
}
*/

/** Pages **/
/* Home */
.home-header {
    background-color: #e90037;
    color: #ffffff;
}

.home-header .box {
    margin: 0px 0px 27px 0px;
}

.home-header .box section {
    padding-top: 23px;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
}

.home-header .box section strong {
    font-weight: 500;
    font-family: Kelson-Medium;
}

.home-service {
    background-color: #07a2f7;
    color: #414042;
    border-bottom: 5px solid #eeeeee;
    padding-top: 32px;
    margin-top: -25px;
    overflow: hidden;
    height: 380px;
}

.home-service img {
    display: block;
    height: auto;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    width: 134px;
}
.home-service img.home-service-gif {
    position: absolute;
    left: -33px;
    display: none;
    width: 297px;
}
@keyframes home_service_gif {
    from {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
@media (min-width: 768px) {
    .home-service img {
        position: absolute;
    }
    .home-service:hover img {
        animation: 2s linear 0 home_service_gif;
        animation-iteration-count: infinite;
    }
    .home-service:hover img.home-service-gif {
        display: block;
        animation-direction: reverse;
    }
}

.home-service h2,
.home-service h3 {
    color: #fff;
}

.home-service .box {
    text-align: center;
}
@media (min-width: 768px) {
    .home-service .box.col-sm-2 {
        position: relative;
        left: 10px;
    }
}

.home-service .box:nth-child(1) section h2 {
    font-size: 44px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 60px;
    font-family: "Kelson-Medium";
    margin-top: 16px;
    position: relative;
    left: -13px;
}

.home-service .box:nth-child(2) section {
    background: url("./images/home/robo.png") no-repeat top center;
    width: 157px;
    height: 343px;
    margin: 0px auto;
    margin-top: 32px;
}

.home-service .box:nth-child(3) section h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Kelson-Medium";
    letter-spacing: 1.7px;
    line-height: 27px;
    max-width: 340px;
    text-align: left;
    margin: 30px auto 8px;
}

.home-service .box:nth-child(3) section ul {
    font-size: 16px;
    padding-left: 0px;
    letter-spacing: 0.4px;
    line-height: 26px;
    list-style: none;
    color: white;
    text-align: left;
    max-width: 340px;
    margin: 23px auto 0;
}

.home-service .box:nth-child(3) section li {
    padding-left: 35px;
    padding-bottom: 5px;
    background: url("images/home/banner_icon.svg") no-repeat 0 5px;
}
.home-service .home-service_link {
    color: #07A2F7;
    line-height: 28px;
    border-radius: 15px;
    max-width: 340px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    background: #FFF100;
    display: table;
    width: 100%;
    font-weight: 600;
    transition: .25s;
    border: 1px solid #FFF100;
}
.home-service .home-service_link:hover {
    color: #FFF100;
    background-color: #07a2f7;
}

@media (max-width: 1152px) {
    .home-service {
        margin-top: 0;
    }
}

.home-tiles {
    border-top: 5px solid #eeeeee;
}

.home-tiles table {
    width: 100%;
}

.home-tiles td {
    vertical-align: top;
}

.home-tiles .box {
    text-align: center;
    margin: 0px auto;
    color: #fefefe;
    padding-top: 37px;
    border-bottom: 5px solid #eeeeee;
}

.home-tiles .box > a {
    display: block;
    height: 100%;
}

.home-tiles .box a div {
    height: 100%;
}

.home-tiles .box h3 a,
.home-tiles .box h4 a,
.home-tiles .box a:hover {
    color: #fefefe;
}

.home-tiles .box h4 {
    font-size: 48px;
    font-weight: 500;
    font-family: "Kelson-Medium";
    letter-spacing: 1.3px;
    line-height: 64px;
    color: #fefefe;
}

.home-tiles .box h3 {
    color: #fefefe;
    font-size: 24px;
    letter-spacing: 0.2px;
    line-height: 36px;
    font-weight: 200;
    font-family: Kelson;
    text-align: center;
}

.home-tiles .box h5 {
    color: #414042;
    font-size: 24px;
    letter-spacing: 0.2px;
    font-weight: 200;
    line-height: 36px;
}

.home-tiles .box.box-blue {
    background: #ac92ed;
    border-right: 5px solid #eeeeee;
    width: 395px;
}

.home-tiles .box.box-blue > div {
    width: 390px;
}

.home-tiles .box.box-green {
    background: #48cfae;
    border-right: 5px solid #eeeeee;
    width: 415px;
    padding-bottom: 30px;
}

.home-tiles .box.box-green > div {
    width: 410px;
}

.home-tiles .box.box-red {
    background: #f24d77;
    padding-top: 25px;
    padding-bottom: 30px;
    border-right: 5px solid #eeeeee;
}

.home-tiles .box.box-grey {
    background: #ababab;
    padding-bottom: 37px;
}

/*
.home-slider .delivery-status {
    padding-top: 15px;
}
.home-slider .price, .home-slider .special-price{
    font-size: 20px;
}
.home-slider .condition{
    display: none;
}

.home-slider .panel-title{
    color: #E90037;
    font-family: Kelson-Medium;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 27px;
    text-align: center;
}
.home-slider .slick-slider .slick-slide .product-cell .image-wrapper{
    border: 0px !important;
}
*/

.home-additional,
.home-description {
    margin-right: -3px;
    margin-left: 4px;
}

.home-additional {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -30px !important;
    margin-right: -30px !important;
    padding: 55px 30px 97px 30px;
    border-top: 5px solid #eeeeee;
}

@media screen and (max-width: 768px) {
    .home-additional {
        padding: 15px 15px 0;
    }
}

.home-additional > div:nth-child(1) {
    padding-top: 5px;
}

/* .home-additional > div:nth-child(2) {
    padding-left: 10px;
} */
.home-additional div.row img {
    width: 100%;
    display: block;
    height: auto;
}

/* .home-additional .row div.text-center {
    width: 360px;
    height: 360px;
}

.home-additional div.row:nth-child(1) div.text-center{
    margin-bottom: 30px;
}
.home-additional div.row div.text-center:nth-child(1){
    margin-right: 30px;
}
@media (max-width: 767px) {
    .home-additional .row div.text-center {
        width: 300px;
        margin-bottom: 0px;
    }
} */

/** IE 11 **/
/* _:-ms-lang(x),
.home-additional div.row div.text-center:nth-child(1) {
    margin-right: 20px;
} */

.home-description {
    padding: 0px 0px 0px 0px;
    color: #414042;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: -10px;
}

.home-description h2,
.home-description p {
    line-height: 28px;
}

.home-description h2 {
    font-family: "Kelson-Medium";
    font-weight: 500;
}

.home-description div:nth-child(1) {
    padding-right: 15px;
}

.home-description div:nth-child(2) {
    padding-left: 15px;
}

.home-description h2 {
    padding-bottom: 20px;
    font-size: 20px;
}

.home-description p {
    padding-bottom: 40px;
}

.container .home-tiles {
    margin-left: -25px !important;
    margin-right: -25px !important;
}

.container .home-header,
.container .home-service,
.container .home-tiles,
.container .lockdown {
    margin-left: -30px !important;
    margin-right: -30px !important;
}

/* Home end */
/* Pages end */

/* 20.08.2019 */
.megamenu .navbar-nav > li:nth-child(2) .dropdown-menu .mega-categories .row {
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    -webkit-column-width: 222px;
    -moz-column-width: 222px;
    column-width: 222px;
}

.megamenu .navbar-nav > li:nth-child(3) .dropdown-menu .mega-categories .row {
    /* -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px; */
    height: auto;
    -webkit-columns: auto !important;
    -moz-columns: auto !important;
    columns: auto !important;
}

.megamenu .navbar-nav > li:nth-child(3) .dropdown-menu .mega-categories .row > div {
    width: 20%;
}

.megamenu .navbar-nav > li:nth-child(4) .dropdown-menu .mega-categories .row {
    height: auto;
    -webkit-columns: auto !important;
    -moz-columns: auto !important;
    columns: auto !important;
}

.megamenu .navbar-nav > li:nth-child(4) .dropdown-menu .mega-categories .row > div {
    width: 25%;
}

.megamenu .navbar-nav > li:nth-child(5) .dropdown-menu .mega-categories .row {
    /*  -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    -webkit-column-width: 161px;
    -moz-column-width: 161px;
    column-width: 161px;
    height: 77px; */
    height: auto;
    -webkit-columns: auto !important;
    -moz-columns: auto !important;
    columns: auto !important;
}

.megamenu .navbar-nav > li:nth-child(5) .dropdown-menu .mega-categories .row > div {
    width: 20%;
}

/* move-item */
.megamenu #move-item.dropdown .mega-categories .row {
    height: auto;
}

.megamenu #move-item.dropdown .mega-categories .row > div {
    width: 33.333%;
}

.quantity-button.quantity-up {
    background: url("./images/elements/dropdown_top.svg") no-repeat;
}

.quantity-button.quantity-down {
    background: url("./images/elements/dropdown_bottom.svg") no-repeat;
}

.form-group select {
    background-image: url("./images/elements/dropdown_bottom.svg");
}

.icn_custom {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("./images/elements/icn_dot.svg") no-repeat;
    margin-right: 10px;
    position: relative;
    top: 0;
}

li.active .icn_custom {
    background: url("./images/elements/icn_dot_active.svg") no-repeat;
}

/* .megamenu .caption > .title{
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
} */

#repar_div {
    display: none;
}

/* 5.09.2019 */
.product_tabs_custom {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px !important;
}

.product_tabs_custom:after,
.product_tabs_custom:before {
    content: none !important;
}

.product_tabs_custom li {
    /* -ms-flex: 0 0 360px;
    flex: 0 0 360px; */
    max-width: 360px;
    margin: 0 5px !important;
}

@media screen and (max-width: 767px) {
    .btn_group_custom {
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
    }
}

.btn_group_custom .dropdown-toggle {
    max-width: 36px;
    flex: 0 0 36px;
    height: 36px;
    background: #ed1f4a;
    padding: 0;
    position: relative;
    border: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn_group_custom .dropdown-toggle .caret {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: #fff;
}

.btn_group_custom .btn_text {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 0 !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #414042;
    font-weight: 500;
    height: 36px;
}

.btn_group_custom .dropdown-menu {
    width: calc(100% - 36px);
    left: auto !important;
    right: 0 !important;
    background: #eee;
    border: 0 !important;
    text-align: center !important;
    font-size: 16px;
    color: #414042;
    letter-spacing: 0.5px;
    margin: 0 !important;
    padding: 0 !important;
}

.btn_group_custom .dropdown-menu li {
    border-top: 1px solid #fff;
    padding: 5px;
}

.sub_header {
    text-align: center;
    padding: 4px 30px;
    background: #eee;
}

.sub_header span {
    font-size: 10px;
    line-height: 23px;
    letter-spacing: 0.5px;
    color: #414042;
}

@media screen and (max-width: 1152px) {
    .sub_header {
        margin: 0 -15px;
        /* padding: 4px 15px; */
    }
}

.ml_auto {
    margin-left: auto !important;
}

.offcanvas_container_title {
    padding: 19px 30px;
}

.offcanvas_container_title strong {
    color: #414042;
    font-size: 12px;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
}

.offcanvas_container_title .btn-close {
    padding: 0 !important;
    width: 16px;
    height: 16px;
    margin-left: auto !important;
    position: relative;
}

.offcanvas_container_title .btn-close:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #414042;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.offcanvas_container_title .btn-close:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #414042;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.offcanvas_menu {
    border-bottom: 1px solid #414042;
}

.offcanvas_menu > li > a,
.offcanvas_menu > li ul a {
    padding: 23px 10px 23px 30px;
    display: block;
    font-weight: 600;
    color: #414042;
    letter-spacing: 1.4px;
    font-size: 16px;
    line-height: 18px;
    border-top: 1px solid #414042;
}

.offcanvas_menu > li ul a {
    font-weight: 400;
    padding: 18px 10px 18px 30px;
}

.offcanvas_menu .drop_menu {
    display: none;
}

/* responsive 7.09,2019 */
.home-header [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media screen and (max-width: 600px) {
    #content-wrapper {
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
    #shop-nav-xs {
        margin-bottom: 5px !important;
    }
}

@media screen and (max-width: 1152px) {
    #shop-nav-xs {
        box-shadow: none !important;
        border-top: 5px solid #ededed;
        margin-bottom: 0 !important;
        border-bottom: 5px solid #ededed;
    }

    #shop-nav-xs .navbar-collapse {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .menu_toggler {
        padding: 0 !important;
        margin-left: 15px !important;
    }

    .navbar-nav.force-float {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        height: 60px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .menu_toggler {
        margin-top: 4px !important;
    }

    .menu_toggler i {
        font-size: 30px;
    }

    .container-header {
        margin-bottom: 0;
    }

    header #header-branding {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    #shop-search {
        width: 100% !important;
    }

    #logo {
        margin-bottom: 0 !important;
    }

    header .container-block {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #search {
        width: 100% !important;
        padding: 30px 0 0 0;
    }

    #search .form-control {
        width: 100% !important;
        padding-right: 10px;
    }

    .home-header {
        margin-top: 0;
        padding-bottom: 21px;
    }

    #main-wrapper.boxed #content-wrapper .container-block {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .home-header .box {
        margin-bottom: 0 !important;
    }

    .home-header .box section {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
        font-size: 16px;
        line-height: 26px;
    }

    .home-service .box:nth-child(1) section h2 {
        font-size: 30px;
        line-height: 44px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 25px;
    }

    .home-service .box:nth-child(2) section {
        width: 118px;
        height: 257px;
        -webkit-background-size: cover !important;
        background-size: cover !important;
    }

    .home-service .box:nth-child(3) section h3 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1.7px;
        margin-top: 45px !important;
    }

    .home-service .box:nth-child(3) section ul {
    }

    .panel-slider .panel-title {
        font-size: 18px;
    }

    .slick-slider {
        padding-top: 30px;
    }

    .panel-slider {
        padding-top: 30px;
    }

    .home-additional,
    .home-additional .row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /* padding-top: 30px !important; */
    }

    .home-additional .row {
        padding-top: 0 !important;
    }

    .home-additional:after,
    .home-additional:before,
    .home-additional .row:after,
    .home-additional .row:before {
        content: none !important;
    }

    .home-additional .box {
        margin: 0 !important;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .home-additional [class*="col-"] {
        padding: 15px !important;
        height: auto !important;
    }

    .home-description h2,
    .home-description p {
        font-size: 16px;
        line-height: 28px;
    }

    .home-description p {
        padding-bottom: 20px;
    }

    #footer > .container {
        padding-left: 0;
        padding-right: 0;
    }

    #footer .search-footer {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #result-wrapper {
        padding-top: 30px;
    }

    #result-wrapper h1 {
        margin-bottom: 50px;
    }

    #result-wrapper hr.visible {
        margin-left: -30px;
        margin-right: -30px;
    }

    .reparatur .item_desc.custom_content {
        width: 100%;
        font-size: 22px !important;
        line-height: 36px !important;
        margin-bottom: 60px;
        margin-top: 20px;
    }

    .content-cats-small .cat-box {
        width: 100%;
    }
}

@media screen and (max-width: 1152px) {
    .content-cats-small .cat-box {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .content-cats-small .cat-box {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .home-additional .box {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

#quantity-grp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#quantity-grp > .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    width: 100% !important;
}

#quantity-grp .input-group-btn-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    width: 100% !important;
    padding-top: 0 !important;
    padding-left: 30px !important;
}

/* #quantity-grp > .col-sm-3{
    background: red;
    height: 20px;
}
#quantity-grp > .col-sm-3 *{
    display: none;
} */
#quantity-grp:after,
#quantity-grp:before {
    content: none !important;
}

.product-primary #add-to-cart .paypalexpress {
    width: calc(70% - 30px);
    background-color: #eee;
    /* margin-left: 30%; */
}

@media screen and (max-width: 991px) {
    #quantity-grp .input-group-btn-wrap {
        padding-left: 10px !important;
    }

    .product-primary #add-to-cart .paypalexpress {
        width: calc(70% - 10px);
    }
}

@media screen and (max-width: 767px) {
    #quantity-grp > .col-sm-3,
    #quantity-grp .input-group-btn-wrap {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #quantity-grp .input-group-btn-wrap {
        margin-top: 5px !important;
        padding: 0 !important;
    }

    .product-primary #add-to-cart .paypalexpress {
        width: 100%;
        float: none !important;
        margin-top: 15px !important;
    }

    .product-primary .choose_quantity .input-group-btn {
        display: block !important;
    }

    .product-primary .choose_quantity .input-group-btn button {
        background: #ed1e49 url("./images/catalog/icon_cart.svg") 17px 50% no-repeat !important;
    }

    .product-primary .choose_quantity .input-group-btn .paypalexpress {
        background-color: #eee !important;
    }

    #buy_form {
        margin-bottom: 50px;
    }

    #result-wrapper .h1.visible-xs {
        margin-bottom: 0;
        text-align: left !important;
    }

    #product-offer {
        padding-top: 22px;
    }

    .product-primary .image-gallery.has-thumbs ul.image-container {
        margin-top: 20px;
    }

    .product-info-inner {
        border-top: 1px solid #a09fa0;
    }

    .product-primary .price_wrapper {
        padding-top: 16px;
    }

    .product-primary .info-essential {
        padding-bottom: 17px;
    }

    .custom_rows .row [class*="col-"] {
        width: 100%;
        text-align: left !important;
    }

    #tab-producttype .condition {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1163px) {
    .product-actions-stock > [class*="col-"] {
        width: 50% !important;
    }

    .product-actions-stock > .wrap-compare {
        border-top: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .product-actions-stock > [class*="col-"] {
        width: 100% !important;
    }
}

@media screen and (max-width: 1163px) {
    .product-actions-stock > [class*="col-"] {
        /* width: 100% !important; */
        border-top: 1px solid #a09fa0;
        padding: 0 !important;
    }

    .product-actions-stock > [class*="col-"]:first-child {
        border-top: 0 !important;
    }

    .product-actions-stock .btn,
    .product-actions-stock .btn-special {
        display: table-cell !important;
        vertical-align: middle !important;
        width: 100% !important;
        height: 60px !important;
        background-position: 0 50% !important;
        padding: 6px 0 !important;
    }

    .product-actions-stock .stock {
        display: block !important;
    }

    .product-actions-stock .stock .status {
        display: table-cell;
        vertical-align: middle;
        height: 50px;
    }

    .product-actions-stock .stock .status .truck {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 40px;
        height: 40px;
        -webkit-background-size: cover !important;
        background-size: cover !important;
        background-position: 50% 50% !important;
    }

    .product-actions-stock .btn span,
    .product-actions-stock .btn-special span {
        display: block !important;
        padding-left: 75px;
        position: static !important;
        width: 100% !important;
        text-align: left !important;
    }
}

@media screen and (max-width: 480px) {
    .product-primary #add-to-cart .paypalexpress img {
        visibility: hidden;
    }

    .product-primary #add-to-cart .paypalexpress {
        background: #eee url("./images/projex_button_paypal_mobil.svg") 50% 50% no-repeat !important;
    }
}

@media screen and (max-width: 330px) {
    .product-primary .choose_quantity .input-group-btn .submit {
        text-align: right !important;
        padding-right: 32px;
    }
}

@media screen and (min-width: 1153px) {
    .navbar_sidebar,
    .sidebar_shadow {
        display: none !important;
    }
}

@media screen and (max-width: 1152px) {
    body.open_sidebar {
        top: 0;
        position: fixed;
        max-width: 100%;
        overflow: hidden !important;
    }

    .navbar_sidebar {
        position: fixed;
        top: 0;
        height: 100%;
        width: 320px;
        left: -320px;
        z-index: 900;
        overflow: hidden;
        border: 0;
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;

        will-change: transform !important;
    }

    .navbar_sidebar.active {
        left: 0;
        -webkit-transition: left 0.3s ease;
        transition: left 0.3s ease;
    }

    .sidebar_shadow {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(39, 42, 43, 0.8);
        z-index: 90;
        display: none;
    }

    .sidebar_shadow.active {
        display: block;
    }
}

.offcanvas_container {
    overflow: auto !important;
    height: 100%;
}

.menu_toggler {
    margin-left: 4px;
}

@media screen and (max-width: 500px) {
    .navbar_sidebar {
        width: 100%;
        left: -100%;
    }

    .sidebar_shadow,
    .sidebar_shadow.active {
        display: none !important;
    }
}

.home-tiles table {
    table-layout: fixed;
}

.home-tiles table td {
    width: 33.33% !important;
}

.home-tiles table td > div {
    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
}

.home-tiles table td img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .home-service .box:nth-child(3) section ul,
    .home-service .box:nth-child(3) section h3 {
        padding-left: 0;
        padding-right: 0;
    }

    .home-service .box:nth-child(2) section {
        width: 100%;
        -webkit-background-size: cover !important;
        background-size: cover !important;
    }

    .home-service .box:nth-child(3) section ul {
        padding-bottom: 25px;
    }
}

#result-wrapper .content-cats-small {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

#result-wrapper .content-cats-small .cat-box {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-right: 0 !important;
}

#product-list.row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

#product-list.row .product-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media screen and (max-width: 550px) {
    #product-list.row .product-wrapper {
        width: 100% !important;
    }
}

.h1_sub_title,
.h1_title {
    margin: 0;
    font-size: 33px;
    line-height: 50px;
    letter-spacing: 1px;
    font-family: Kelson;
    font-weight: normal;
}

.h1_title {
    font-family: Kelson-Medium;
    font-weight: 500;
    letter-spacing: 2.5px;
}

.tmp-modal-content [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.tmp-modal-content .form-control {
    width: 100% !important;
    border: 1px solid #ccc;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
    height: 34px;
    padding: 6px 12px;
}

.tmp-modal-content textarea.form-control {
    height: auto;
}

.tmp-modal-content .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.home-additional [class*="col-"] {
    padding: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.home-additional .home-robo2 {
    padding-top: 5px !important;
}

.mx_n_30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
}

@media screen and (max-width: 768px) {
    .home-additional .mx_n_30 {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
}

.home-additional .pt_0 {
    padding-top: 0 !important;
}

.product-primary #add-to-cart {
    width: 100%;
    overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .product-primary #add-to-cart .paypalexpress {
        -webkit-width: calc(70% - 30px);
        width: calc(70% - 30px);
        background: #eee url("./images/projex_button_paypal_mobil.svg") 50% 50% no-repeat !important;
    }

    .product-primary #add-to-cart .paypalexpress img {
        visibility: hidden;
        padding: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .product-primary #add-to-cart .paypalexpress {
        -webkit-width: calc(70% - 10px);
        width: calc(70% - 10px);
    }
}

.soc_block {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    padding-bottom: 10px;
}

#footer .row-info .box-body {
    margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
    #footer .row-info div:nth-child(4) .box-body,
    #footer .row-info div:nth-child(5) .box-body {
        margin-top: 38px !important;
    }

    #footer .row-info div:nth-child(5) .box {
        margin-top: 22px;
    }
}

#footer .row-info > [class*="col-"]:nth-child(2) .nav-list {
    font-size: 18px !important;
    letter-spacing: 1.13px;
    line-height: 43px !important;
    margin-top: -5px !important;
}

.soc_block .form-control {
    width: 100% !important;
}

@media screen and (max-width: 767px) {
    #footer {
        border-top: 5px solid #eee;
    }

    .soc_block {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #footer .row-info .panel-heading {
        margin-bottom: 20px;
    }

    #footer .row-info > [class*="col-"]:nth-child(2) {
        padding-top: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .home-service [class*="col-"] h2 {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    #footer .row-social {
        padding-top: 40px;
    }

    #footer #social .box-body {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 20px;
    }

    #footer #social .box-body a {
        margin: 0 !important;
    }

    #footer .search-footer {
        padding-right: 20px;
    }
}

.home-service {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-service:after,
.home-service:before {
    content: none !important;
}

.home-service [class*="col-"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 187px;
    -ms-flex: 0 0 187px;
    flex: 0 0 187px;
    max-width: 187px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.home-service [class*="col-"] h2 {
    margin-left: 0 !important;
}

.home-service [class*="col-"]:first-child,
.home-service [class*="col-"]:last-child {
    padding-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.home-service [class*="col-"]:last-child {
    margin-top: -32px;
}

@media screen and (max-width: 767px) {
    .home-service {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .home-service [class*="col-"] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .home-service [class*="col-"]:nth-child(2) {
        padding-top: 30px !important;
    }
}

.btn_group_custom ul li.active {
    display: none;
}

.btn_group_custom .btn_text {
    background: #f0f0f0;
}

/* 24.09.2019 */
@media screen and (max-width: 1152px) {
    #gallery .btn-gallery-left,
    #gallery .btn-gallery-right {
        display: none !important;
    }

    .product-primary .thumbs-box {
        height: auto !important;
    }

    .image-gallery ul.image-thumbs {
        margin: 0 auto !important;
    }

    .product-primary .image-gallery.has-thumbs ul.image-thumbs {
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100% !important;
    }

    .product-primary .image-gallery.has-thumbs ul.image-thumbs li {
        width: 10px !important;
        height: 10px !important;
        border: 0 !important;
        margin: 5px;
        background: #eee;
        border-radius: 50%;
    }

    .product-primary .image-gallery.has-thumbs ul.image-thumbs li img {
        display: none;
    }

    .product-primary .image-gallery.has-thumbs ul.image-thumbs li.active {
        background: #ed1f4a !important;
    }

    .product-primary .product-gallery #gallery {
        margin-bottom: 30px;
    }

    .product-primary .image-gallery.has-thumbs ul.image-container {
        margin-bottom: 30px;
    }
}

/* 11.11.2019 */

@media screen and (max-width: 767px) {
    .home-service .box:nth-child(3) section ul {
        list-style-image: none !important;
        list-style: none;
    }

    .home-service .box:nth-child(3) section h3 {
        max-width: 300px;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center;
    }

    .home-service .box:nth-child(3) section h3 br {
        display: none !important;
    }

    .home-service .box:nth-child(3) section li {
        margin: 0 auto;
        display: table;
    }
}

#shop-nav-xs .icon-handbag {
    margin-top: -2px !important;
}

@media screen and (max-width: 991px) {
    aside#sidepanel_left {
        padding-left: 20px;
    }
}

.image-gallery.has-thumbs ul.image-thumbs {
    position: static !important;
    margin: 0 -12px !important;
    width: 100% !important;
}

.product-primary .thumbs-box {
    height: auto !important;
}

.image-gallery.has-thumbs {
    max-height: none !important;
}

.product-primary .image-gallery.has-thumbs ul.image-thumbs li {
    margin: 5px 12px !important;
}

.hm_link {
    height: 30px;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #FFF100;
    text-align: center;
    border: 1px solid #FFF100;
    margin-bottom: 9px;
    border-radius: 20px;
    max-width: 340px;
    transition: .25s;
}
.hm_link:hover {
    color: #07A2F7;
    background: #FFF100;
}

@media screen and (max-width: 767px) {
    .home-service .box:nth-child(3) section ul {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 25px !important;
    }
}

@media screen and (max-width: 1152px) {
    #main-wrapper {
        background: #fff;
    }

    #main-wrapper.boxed #content-wrapper .container-block {
        padding-top: 0 !important;
    }

    #shop-nav-xs {
        display: block !important;
    }

    #shop-nav-xs .action-nav {
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
        margin-left: auto !important;
    }

    #shop-nav,
    .category-nav.navbar-wrapper {
        display: none !important;
    }
}

.menu_txt_helper {
    display: none;
}

@media screen and (min-width: 768px) {
    .tab-content .row .title,
    .tab-content .row .icon {
        width: 34.211%;
        margin-right: 0;
    }

    .tab-content .value {
        width: 65.789%;
    }

    #tab-attributes .product-attributes .attr-label {
        width: 33.4%;
    }
}

@media screen and (max-width: 767px) {
    .tab-content .row .title,
    .tab-content .row .icon,
    .tab-content .value {
        width: 100%;
        margin-right: 0;
    }

    .tab-content .row .title {
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 1152px) {
    .pr-page {
        margin-top: 0 !important;
    }

    .subcategories {
        display: none !important;
    }
}

.home-tiles table td.box-green img,
.home-tiles table td.box-red img {
    max-height: 200px;
}

.home-tiles table td.box-blue img,
.home-tiles table td.box-grey img {
    max-height: 320px;
}

@media screen and (max-width: 991px) {
    td.cl_title {
        width: 50%;
    }

    td.cl_status {
        width: 25%;
    }

    tfoot td.cl_title {
        width: 75%;
    }
}

@media screen and (max-width: 400px) {
    td.cl_title {
        width: 65%;
    }

    td.cl_status {
        display: none !important;
    }

    tfoot td.cl_title {
        width: 65%;
    }
}

.navbar-right.action-nav a:hover,
.navbar-right.action-nav a:active,
.navbar-right.action-nav a:focus {
    background: none !important;
}

.dropdown_account {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown_account .drp_txt {
    font-size: 10px;
    line-height: 12px;
    padding-left: 12px;
}

.dropdown_menu_red {
    background: #ed1f4a;
    text-align: center;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 115px;
    margin-top: 10px !important;
}

.dropdown_menu_red:before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #ed1f4a;
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dropdown_menu_red a {
    color: #fff;
    font-size: 12px;
    line-height: 23px !important;
    display: block;
    letter-spacing: 0.5px;
}

.dropdown_menu_red a:hover {
    color: #414042;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dropdown_menu_red li {
    margin-bottom: 14px;
}
.dropdown_menu_red li:last-of-type {
    margin-bottom: 0;
}

/* 19/03/2020 */

.rounded-0 {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

@media screen and (max-width: 1152px) {
    .mt_md_0 {
        margin-top: 0 !important;
    }
}

.py_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.alert-danger,
.alert-info,
.alert-warning,
.alert-success {
    color: #fff;
    font: 18px/24px Kelson;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 16px 30px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.alert-danger a,
.alert-info a,
.alert-warning a,
.alert-success a {
    text-decoration: underline;
}

.alert-danger a:hover,
.alert-info a:hover,
.alert-warning a:hover,
.alert-success a:hover {
    text-decoration: none;
}

.alert-danger {
    background: #ed1f4a;
    color: #fff;
}

.alert-danger a {
    color: #fff;
}

.alert-danger a:hover {
    color: #fff;
}

.alert-info {
    background: #414042;
    color: #fff;
}

.alert-info a {
    color: #fff;
}

.alert-info a:hover {
    color: #fff;
}

.alert-warning {
    background: #feffd1;
    color: #ed1f4a;
}

.alert-warning a {
    color: #ed1f4a;
}

.alert-warning a:hover {
    color: #ed1f4a;
}

.alert-success {
    background: #7ed321;
    color: #fff;
}
[data-key="wishlistProductadded"] {
  background: #7ed321 !important;
  color: #fff !important;
}
.alert-success a {
    color: #fff;
}

.alert-success a:hover {
    color: #fff;
}

@media screen and (min-width: 1153px) {
    .cnt_forgot {
        padding-top: 60px;
        padding-bottom: 25px;
    }
}

.product-actions-stock > .wrap-stock .btn {
    cursor: default;
}

.fz_18 {
    font-size: 18px !important;
}

.lh_27 {
    line-height: 27px !important;
}

.pt_62 {
    padding-top: 62px;
}

.modal-header {
    border: 0;
    padding-bottom: 0;
}

.modal-header p {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 30px;
    margin: 0;
}

.modal-header .modal-title {
    font-size: 21px;
    line-height: 23px;
    padding-bottom: 15px;
    display: block;
    text-align: center;
    font-weight: 600;
}
.modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.modal-footer {
    border: 0;
}

.tmp-modal-content legend,
.cstm_frm legend {
    border: 0;
}

.tmp-modal-content .control-label,
.cstm_frm .control-label {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.tmp-modal-content .form-control,
.cstm_frm .form-control {
    height: 50px;
    background-color: #eee;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px 7px 12px !important;
    padding-right: 0px;
    color: #414042;
    font-family: Kelson;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.tmp-modal-content .form-control:focus,
.cstm_frm .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ebebeb;
}

.required .required_wrapper .form-control {
    background-image: none;
}

.required .required_wrapper:before {
    content: "*";
    position: absolute;
    top: 14px;
    right: 8px;
    font-size: 36px;
    color: #e90037;
    line-height: 20px;
    z-index: 2 !important;
}

.required_wrapper {
    display: block;
    position: relative;
}

#shop-nav .cart-menu.basket-active > a > .basket-count {
    color: #e90037;
    font: 14px/23px Kelson-Medium;
    position: absolute;
    top: -16px;
    right: 3px;
}

#shop-nav .cart-menu.basket-active > a > span.icon-handbag {
    filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(6713%) hue-rotate(342deg) brightness(90%) contrast(104%);
}

#shop-nav-xs .basket-active .basket-count {
    color: #e90037;
    font: 14px/23px Kelson-Medium;
    position: absolute;
    top: 1px;
    right: 3px;
}

#shop-nav-xs .basket-active .icon-handbag {
    filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(6713%) hue-rotate(342deg) brightness(90%) contrast(104%);
}

.cart-dropdown.dropdown-menu {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-top: 10px !important;
}

.cart-dropdown.dropdown-menu .table-striped > tbody > tr {
    background: none !important;
}

.cart-dropdown.dropdown-menu .btn-primary {
    background-image: url("./images/catalog/icon_cart.svg");
    background-repeat: no-repeat;
    background-position: 17px center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    font-family: Kelson;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 21px;
}

#pushed-success {
    margin: -25px -30px 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #e90037;
    border-bottom: 5px solid #eee;
}

@media screen and (max-width: 1152px) {
    #pushed-success {
        margin: -30px -30px 0;
    }
}

#pushed-success .panel {
    background: none;
}

#pushed-success .panel h4 {
    color: #fff;
    font: 22px/25px Kelson-Medium;
    text-align: left;
}

#pushed-success .panel .title,
#pushed-success .panel .subtitle {
    letter-spacing: 0.5px;
    font: 18px/30px Kelson-Medium;
    color: #fff;
}

#pushed-success .panel .subtitle {
    font-family: Kelson;
}

.btn-white {
    height: 50px;
    background: #fff;
    color: #e90037;
    font-family: Kelson;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 21px;
}

.btn-white:hover {
    background: #eee;
}

.row_btns {
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding-top: 30px;
}

.row_btns [class*="col-"] {
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-bottom: 15px;
}

.product_offer_row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.product_offer_row .product-gallery,
.product_offer_row .product-info {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.empty_basket {
    text-align: left;
    font: 24px/26px Kelson-Medium;
}

.btn_gray {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #e90037;
    font: 16px/18px Kelson;
    letter-spacing: 1px;
    background: #eee;
}

.maxw_360 {
    max-width: 360px;
}

.btn_lg {
    font: 16px/18px Kelson;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

.alert_variations {
    color: #fff;
    margin-bottom: 0;
    padding: 20px 15px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.5px;
}

.alert_variations.alert-info {
    background: #414042;
}

.red_modal .modal-content {
    background: #ec092f;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.red_modal .modal-header,
.red_modal .modal-body {
    padding-left: 30px;
    padding-right: 30px;
}

.red_modal .modal-header .close {
    color: #fff;
    font-size: 31px;
    position: absolute;
    top: 10px;
    right: 30px;
}

.red_modal .modal-header h4 {
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0.5px;
}

.red_modal .modal-body p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
}

.pt_25 {
    padding-top: 25px !important;
}

.mb_25 {
    margin-bottom: 25px !important;
}
.mb_30 {
    margin-bottom: 30px !important;
}
.mb_35 {
    margin-bottom: 35px !important;
}
.mb_40 {
    margin-bottom: 40px !important;
}

.mb_5 {
    margin-bottom: 5px !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.mb_15 {
    margin-bottom: 15px !important;
}
.mb_10 {
    margin-bottom: 10px !important;
}

.disabled.selected {
    display: none;
}

.selectric-open {
    z-index: 20 !important;
}

.selectric-wrapper {
    z-index: 3;
}

.selectric-wrapper .selectric {
    border: 0;
    background: #eee;
}

.selectric-wrapper .selectric .label {
    padding: 0 12px;
    height: 50px;
    margin: 0;
    font-size: 16px;
    line-height: 50px;
    text-align: left !important;
}

.required .required_wrapper .selectric-wrapper .selectric .label:after {
    content: "*";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    font-size: 36px;
    color: #e90037;
    line-height: 20px;
    z-index: 10 !important;
}

.selectric-wrapper .selectric .button {
    width: 38px;
    height: 100%;
    background: none;
}

.select_without_corner .selectric-wrapper .selectric .button {
    display: none !important;
}

.selectric-wrapper .selectric-items li {
    font-size: 16px;
    padding-left: 12px;
}

.row_btstrp {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.row_btstrp > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.vcard_upload .dropdown-toggle span {
    font-size: 18px;
    line-height: 20px;
    color: #414042;
    letter-spacing: 0.5px;
}

.vcard_upload .btn_crd {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.vcard_upload .btn_crd span {
    max-width: 110px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
}

.vcard_upload .btn_crd strong {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
    letter-spacing: 1px;
}

.vcard_upload .bootstrap-filestyle .group-span-filestyle {
    max-width: 110px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    letter-spacing: 1px;
}

.vcard_upload .bootstrap-filestyle .group-span-filestyle .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.vcard_upload .bootstrap-filestyle .form-control {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.vcard_upload .dropdown-menu {
    padding: 5px 15px;
    border: 0;
    background: #eee;
    width: 320px;
    left: auto;
    right: 0;
}

.vcard_upload .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 50px;
    border-bottom: 10px solid #eee;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.row_ttl {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
}

.row_ttl h3 {
    margin: 0 auto 0 0;
    font: 24px/26px Kelson-Medium;
    letter-spacing: 1px;
    color: #414042;
    padding-right: 5px;
}

.row_ttl .vcard_upload {
    position: static !important;
}

.row_ttl .vcard_upload .dropdown-toggle {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#panel-register-form {
    padding-top: 40px;
}

.hide_br br {
    display: none;
}

.custom_checkbox {
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 0; /* Base for label styling */ /* checkbox aspect */ /* checked mark aspect */ /* checked mark aspect changes */ /* disabled checkbox */
}

.custom_checkbox [type="checkbox"]:not(:checked),
.custom_checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.custom_checkbox [type="checkbox"]:not(:checked) + label,
.custom_checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 60px;
    cursor: pointer;
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
}

.custom_checkbox [type="checkbox"]:not(:checked) + label .moreinfo a,
.custom_checkbox [type="checkbox"]:checked + label .moreinfo a {
    color: #ec133f;
}

.custom_checkbox [type="checkbox"]:not(:checked) + label:before,
.custom_checkbox [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 30px;
    height: 30px;
    background: #eee;
}

.custom_checkbox [type="checkbox"]:not(:checked) + label:after,
.custom_checkbox [type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 10px;
    width: 13px;
    height: 7px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-left: 2px solid #ec133f;
    border-bottom: 2px solid #ec133f;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.custom_checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

.custom_checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
}

.custom_checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.custom_checkbox [type="checkbox"]:disabled:checked + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ddd;
}

.custom_checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.custom_checkbox [type="checkbox"]:disabled + label {
    color: #aaa;
}

.has-error .twitter-typeahead .tt-input {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.pr_5 {
    padding-right: 5px !important;
}

.dropdown_counter .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #eee !important;
    background: #fff !important;
    padding-left: 18px;
    padding-right: 15px;
}

.dropdown_counter .dropdown-toggle strong {
    font-size: 16px;
    font-weight: normal;
    font-family: Kelson-Medium;
}

.dropdown_counter .dropdown-toggle .caret {
    margin-left: auto;
    width: 17px;
    height: 5px;
    position: relative;
}

.dropdown_counter .dropdown-toggle .caret:after {
    content: "" !important;
    width: 12px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    background: url("./images/ar.svg") no-repeat;
}

.dropdown_counter .dropdown-menu {
    padding: 0;
    width: 100%;
    margin-top: 0;
    border: 0;
}

.dropdown_counter .dropdown-menu .quantity-nav {
    display: none;
}

.dropdown_counter .dropdown-menu .choose_quantity {
    width: 100%;
    border: 0;
}

.dropdown_counter .dropdown-menu .choose_quantity .form-control {
    width: 100%;
    background: #eee;
    max-width: 100%;
    padding-left: 19px;
    padding-right: 10px;
    text-align: left;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 40px;
    color: #414042;
    font-size: 16px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.dropdown_counter .dropdown-menu .choose_quantity .input-group-btn {
    height: 40px;
    max-width: 40px;
}

.dropdown_counter .dropdown-menu .choose_quantity .input-group-btn .btn {
    display: block;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.forgot_psw {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 22px;
    color: #414042;
}

.btn_default,
.btn_primary {
    background: #414042;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.btn_default:hover,
.btn_primary:hover {
    background: #e90037;
    color: #fff;
}

.btn_primary {
    background: #e90037;
}

.btn_primary:hover {
    background: #414042;
}

.login_forms {
    padding-top: 79px;
    padding-bottom: 60px;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.login_forms [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media screen and (max-width: 991px) {
    .login_forms {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.login_forms h3 {
    font: 24px/26px Kelson-Medium;
    letter-spacing: 1px;
    color: #414042;
    margin: 0;
    padding-bottom: 40px;
}

.login_forms p {
    letter-spacing: 0.5px;
    color: #414042;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 11px;
}

.pt_custom_acc {
    padding-top: 50px;
}

.pt_35 {
    padding-top: 35px;
}

@media screen and (max-width: 991px) {
    .pt_md_40 {
        padding-top: 40px;
    }
}

.show-tick.form-control {
    height: auto;
    width: 100%;
    display: block;
}

.show-tick.form-control .label-not-available {
    color: #e90037;
    background: none;
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    .show-tick.form-control .label-not-available {
        font-size: 12px;
    }
}

.show-tick.form-control .label-is-available {
    color: #7ed321;
}

.show-tick.form-control select {
    display: none;
}

.show-tick.form-control .dropdown-toggle {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #eee;
    -webkit-border-radius: 0;
    border-radius: 0;
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 18px;
    padding: 0 13px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.show-tick.form-control .dropdown-toggle * {
    font-size: 16px;
    line-height: 21px;
}

.required .required_wrapper .show-tick.form-control .dropdown-toggle {
    background-image: none !important;
}

.select_without_corner .show-tick.form-control .dropdown-toggle .bs-caret {
    display: none;
}

.show-tick.form-control .dropdown-menu {
    font-size: 16px;
    line-height: 21px;
    background: #fff;
    padding: 0;
    border: 1px solid #eee;
}

@media screen and (max-width: 500px) {
    .show-tick.form-control .dropdown-menu {
        width: 100%;
    }
}

.show-tick.form-control .dropdown-menu li {
    border: 1px solid #eee;
}

.show-tick.form-control .dropdown-menu li a {
    color: #333;
    padding-top: 12px;
    padding-bottom: 12px;
}

@media screen and (max-width: 500px) {
    .show-tick.form-control .dropdown-menu li a {
        white-space: normal;
    }

    .show-tick.form-control .dropdown-menu li a * {
        white-space: normal !important;
    }

    .show-tick.form-control .dropdown-menu li a .label-default {
        display: block;
        text-align: left;
        padding-left: 0;
    }
}

.show-tick.form-control .dropdown-menu li .label-info {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #444;
}

.order_confirm p {
    color: #414042;
    font-family: Kelson;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 36px;
    background: none !important;
    padding: 0 !important;
}

.order_confirm p.title {
    font: 24px/26px Kelson-Medium;
    color: #414042;
    letter-spacing: 1px;
    padding-bottom: 50px !important;
}

.order_confirm a.edit.small {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 36px;
    text-decoration: underline;
}

.row_comments_coupon {
    padding-top: 50px;
}

.row_comments_coupon .panel-title {
    text-align: left;
    font: 24px/26px Kelson-Medium;
    color: #414042;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

.row_comments_coupon textarea {
    background: #eee;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.basket_final_footer a.link {
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 20px;
    color: #ed1f4a;
    text-decoration: underline;
}

.basket_final_footer a.link:hover {
    text-decoration: none;
    color: #ed1f4a;
}

.table_list_wishlist {
    table-layout: fixed !important;
}

.table_wishlist .img-col img {
    max-width: 168px;
}

.cl_prd_details {
    width: 40%;
}

@media screen and (max-width: 767px) {
    .table_bestellungen,
    .table_list_wishlist,
    .table_wishlist,
    .warenkorb_list,
    .versendet_table {
        border-top: 1px solid #414042 !important;
    }
}

.table_bestellungen th,
.table_list_wishlist th,
.table_wishlist th,
.warenkorb_list th,
.versendet_table th {
    border-top: 1px solid #414042 !important;
    border-bottom: 1px solid #414042 !important;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #414042;
    padding-top: 14px !important;
    padding-bottom: 15px !important;
}

.table_bestellungen th:first-child,
.table_list_wishlist th:first-child,
.table_wishlist th:first-child,
.warenkorb_list th:first-child,
.versendet_table th:first-child {
    padding-left: 0 !important;
}

.table_bestellungen th:last-child,
.table_list_wishlist th:last-child,
.table_wishlist th:last-child,
.warenkorb_list th:last-child,
.versendet_table th:last-child {
    padding-right: 0 !important;
}

.table_bestellungen td,
.table_list_wishlist td,
.table_wishlist td,
.warenkorb_list td,
.versendet_table td {
    border-top: 0 !important;
    border-bottom: 1px solid #414042 !important;
    letter-spacing: 1px;
    font-size: 16px;
    color: #414042;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle !important;
}

.table_bestellungen td:first-child,
.table_list_wishlist td:first-child,
.table_wishlist td:first-child,
.warenkorb_list td:first-child,
.versendet_table td:first-child {
    padding-left: 0 !important;
}

.table_bestellungen td:last-child,
.table_list_wishlist td:last-child,
.table_wishlist td:last-child,
.warenkorb_list td:last-child,
.versendet_table td:last-child {
    padding-right: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    text-align: right;
}

.table_bestellungen td .btn_view,
.table_list_wishlist td .btn_view,
.table_wishlist td .btn_view,
.warenkorb_list td .btn_view,
.versendet_table td .btn_view {
    margin: -1px 0;
}

.table_bestellungen td span.active,
.table_list_wishlist td span.active,
.table_wishlist td span.active,
.warenkorb_list td span.active,
.versendet_table td span.active {
    color: #7ed321;
}

.table_bestellungen .info_truncate span,
.table_list_wishlist .info_truncate span,
.table_wishlist .info_truncate span,
.warenkorb_list .info_truncate span,
.versendet_table .info_truncate span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
}

.table_bestellungen .info_status,
.table_list_wishlist .info_status,
.table_wishlist .info_status,
.warenkorb_list .info_status,
.versendet_table .info_status {
    width: 20%;
}

.table_bestellungen .info_buttons,
.table_list_wishlist .info_buttons,
.table_wishlist .info_buttons,
.warenkorb_list .info_buttons,
.versendet_table .info_buttons {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .table_bestellungen .info_buttons,
    .table_list_wishlist .info_buttons,
    .table_wishlist .info_buttons,
    .warenkorb_list .info_buttons,
    .versendet_table .info_buttons {
        width: 150px !important;
    }
}

@media screen and (min-width: 768px) {
    .table_bestellungen th.info_buttons,
    .table_list_wishlist th.info_buttons,
    .table_wishlist th.info_buttons,
    .warenkorb_list th.info_buttons,
    .versendet_table th.info_buttons {
        padding-right: 50px !important;
        padding-left: 15%;
    }
}

.table_bestellungen .btn-group-vertical a,
.table_list_wishlist .btn-group-vertical a,
.table_wishlist .btn-group-vertical a,
.warenkorb_list .btn-group-vertical a,
.versendet_table .btn-group-vertical a {
    padding: 0 !important;
    margin: 0;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.table_bestellungen .btn-group-vertical a + a,
.table_list_wishlist .btn-group-vertical a + a,
.table_wishlist .btn-group-vertical a + a,
.warenkorb_list .btn-group-vertical a + a,
.versendet_table .btn-group-vertical a + a {
    margin-top: 5px !important;
}

.table_bestellungen textarea,
.table_list_wishlist textarea,
.table_wishlist textarea,
.warenkorb_list textarea,
.versendet_table textarea {
    border: 1px solid #eee;
    -webkit-border-radius: 0;
    border-radius: 0;
    resize: vertical;
}

.table_bestellungen textarea:focus,
.table_list_wishlist textarea:focus,
.table_wishlist textarea:focus,
.warenkorb_list textarea:focus,
.versendet_table textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table_bestellungen .img-col,
.table_list_wishlist .img-col,
.table_wishlist .img-col,
.warenkorb_list .img-col,
.versendet_table .img-col {
    width: 22%;
}

.table_bestellungen .wunschliste_anzahl,
.table_list_wishlist .wunschliste_anzahl,
.table_wishlist .wunschliste_anzahl,
.warenkorb_list .wunschliste_anzahl,
.versendet_table .wunschliste_anzahl {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.table_bestellungen .wunschliste_anzahl:focus,
.table_list_wishlist .wunschliste_anzahl:focus,
.table_wishlist .wunschliste_anzahl:focus,
.table_wishlist .wunschliste_anzahl,
.warenkorb_list .wunschliste_anzahl:focus,
.versendet_table .wunschliste_anzahl:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #eee;
}

.table_wishlist td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
    .warenkorb_list {
        border-top: 0 !important;
    }
}

.warenkorb_list th {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-weight: normal;
}

.warenkorb_list td {
    vertical-align: top !important;
}

.warenkorb_list td p {
    margin: 0;
}

.warenkorb_list th:last-child,
.warenkorb_list td:last-child {
    text-align: left !important;
}

.warenkorb_list td {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.warenkorb_list .cart-item_row td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

@media screen and (max-width: 991px) {
    .warenkorb_list .cart-item_row:nth-child(even) td {
        background: #eee;
    }
}

.warenkorb_list .cl_article {
    width: 31%;
    padding-right: 10px;
}

.warenkorb_list .cl_article .cart-img-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.warenkorb_list .cl_article .cart-img-description .cart-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 20px;
}

.warenkorb_list .cl_article .cart-img-description .cart-img img {
    max-width: 100%;
    display: block;
    height: auto;
}

.warenkorb_list .cl_article .cart-img-description .cart-description {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    width: 100%;
}

.warenkorb_list .cl_article .cart-img-description .cart-description h4,
.warenkorb_list .cl_article .cart-img-description .cart-description p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
}

.warenkorb_list .cl_article .cart-img-description .cart-description p {
    padding-top: 4px;
}

.warenkorb_list tfoot tr.info td {
    background: none;
}

.warenkorb_list tfoot tr.info .price_label,
.warenkorb_list tfoot tr.info strong.price {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 1.14px;
    color: #414042;
}

.warenkorb_list tfoot .full_td {
    border-bottom: 0 !important;
}

.warenkorb_list tfoot .etc_table {
    padding-left: 0 !important;
}

.warenkorb_list tfoot .etc_table table {
    width: 100%;
}

.warenkorb_list tfoot .etc_table td {
    border-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 50%;
}

@media screen and (max-width: 991px) {
    .warenkorb_list {
        display: block !important;
    }

    .warenkorb_list tbody {
        display: block !important;
    }

    .warenkorb_list thead,
    .warenkorb_list .cart-img {
        display: none !important;
    }

    .warenkorb_list .mob_title_th {
        display: block !important;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-bottom: 20px;
    }

    .warenkorb_list .cart-item_row,
    #projexservicepage .warenkorb_list tr {
        display: block !important;
    }

    .warenkorb_list .cart-item_row td,
    #projexservicepage .warenkorb_list td {
        display: block !important;
        width: 100%;
        padding: 0 0 20px !important;
        border-bottom: 0 !important;
    }

    .warenkorb_list .cart-item_row td.mob_none {
        display: none !important;
    }

    .warenkorb_list .cart-delivery_row td {
        border-bottom: 0 !important;
        border-top: 1px solid #414042 !important;
    }

    .warenkorb_list tfoot {
        border-top: 1px solid #414042 !important;
    }

    .warenkorb_list .cart-delivery_row,
    .warenkorb_list tfoot {
        display: table !important;
        width: 100%;
    }

    .warenkorb_list .cart-delivery_row .mob_none,
    .warenkorb_list tfoot .mob_none {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .text_xs_center {
        text-align: center !important;
    }

    .mb_xs_10 {
        margin-bottom: 10px !important;
    }
}

.table_inc .cl_article {
    width: 45%;
}

.table_inc .cl_article .cart-img-description .cart-img {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

@media screen and (min-width: 992px) {
    .text_md_center {
        text-align: center;
    }
}

.nav-wizard > li:not(:first-child) > a,
.nav-wizard > li:not(:first-child) .nav-badge {
    padding-left: 0 !important;
}

.nav_steps {
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .nav_steps {
        padding-bottom: 70px;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.nav_steps:before {
    content: none !important;
}

.nav_steps:after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    top: 18px;
    left: 0;
    background: #eee;
    display: block;
    clear: none;
}

@media screen and (max-width: 767px) {
    .nav_steps:after {
        height: 6px;
    }
}

.nav_steps li {
    padding: 0 !important;
    border: 0;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 33.33% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 33.33% !important;
    -ms-flex: 0 0 33.33% !important;
    flex: 0 0 33.33% !important;
    width: 100% !important;
    display: block;
}

.nav_steps li:after {
    content: none !important;
}

.nav_steps li:before {
    content: none !important;
}

.nav_steps li:nth-child(2).active a .num,
.nav_steps li:nth-child(1).active a .num {
    border-color: #e90037;
    color: #e90037;
}

.nav_steps li:nth-child(2).active a .num:before,
.nav_steps li:nth-child(1).active a .num:before {
    left: auto !important;
    right: 10px !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.nav_steps li a {
    padding: 0 !important;
    background: none;
    display: block;
    height: auto !important;
    font-size: 18px;
    line-height: 20px;
}

.nav_steps li a span {
    color: #e90037;
    letter-spacing: 0.75px;
    font-size: 18px;
    line-height: 23px;
}

@media screen and (max-width: 767px) {
    .nav_steps li a span {
        font-size: 12px;
        line-height: 17px;
    }
}

.nav_steps li a .num {
    position: relative;
    border-color: #e90037;
    color: #e90037;
}

.nav_steps li a .num:before {
    content: "";
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav_steps li .num {
    display: block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    font: 24px/55px Kelson-Medium;
    border: 3px solid #eee;
    color: #eee;
    margin: 0 auto 20px;
    font-style: normal;
    position: relative;
}

@media screen and (max-width: 767px) {
    .nav_steps li .num {
        font: 17px/37px Kelson-Medium;
        width: 40px;
        height: 40px;
    }
}

.nav_steps li .num:before {
    height: 30px;
    width: 9999px;
    background: #e90037;
    z-index: -1;
    position: absolute;
}

@media screen and (max-width: 767px) {
    .nav_steps li .num:before {
        height: 6px;
    }
}

.nav_steps li .nav-badge {
    background: none !important;
    padding: 0;
    height: auto;
    color: #414042;
    letter-spacing: 0.75px;
    font-size: 18px;
    line-height: 23px;
    padding: 0 !important;
}

.nav_steps li .nav-badge span {
    color: #414042;
}

@media screen and (max-width: 767px) {
    .nav_steps li .nav-badge span {
        font-size: 12px;
        line-height: 17px;
    }
}

.nav_steps li.active .nav-badge {
    padding: 0 !important;
    background: none !important;
}

.nav_steps li.active .nav-badge .num {
    border-color: #e90037;
    color: #e90037;
}

.nav_steps li.active .nav-badge .num:before {
    content: "";
    top: 15px;
    right: 10px;
}

.nav_steps li.active .nav-badge span {
    color: #e90037;
}

.nav_steps li.active a {
    background: none;
}

.nav_steps li.active a span {
    color: #e90037;
}

.nav_steps li.active a .num {
    border-color: #e90037;
    color: #e90037;
}

.nav_steps li.active a .num:before {
    content: "";
    top: 15px;
    right: 10px;
}

.product-primary .choose_quantity .quantity.error {
    color: #e90037;
}

.pl_0 {
    padding-left: 0 !important;
}

@media screen and (min-width: 992px) {
    .visible_mob {
        display: none;
    }
}

.mob_title_th {
    border-top: 1px solid #414042;
    border-bottom: 1px solid #414042;
    display: none;
}

.font_weight_bold {
    font-weight: bold !important;
}

.btn_dell,
.btn_bye,
.btn_refresh {
    width: 50px;
    height: 50px;
    max-width: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    border: 0 !important;
    background: none !important;
    padding: 0 !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.btn_dell:hover,
.btn_bye:hover,
.btn_refresh:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.text_danger {
    color: #ed1f4a !important;
}

.text_underline {
    text-decoration: underline;
}

.text_underlinea:hover {
    text-decoration: none;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.align_items_end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.panel_title {
    text-align: left;
    font: 24px/26px Kelson-Medium;
    color: #414042;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

#basket-coupon-form .form-control,
#basket-shipping-estimate-form .form-control {
    background: #eee;
    border: 0;
}

.pb_10 {
    padding-bottom: 10px !important;
}

.py_10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pb_40 {
    padding-bottom: 40px !important;
}

.separator {
    height: 5px;
    display: block;
    margin: 0 -30px;
    background: #eee;
}

.panel_note [class*="col-"]:last-child {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.panel_note .paypalexpress {
    display: block;
    height: 50px;
    width: 100%;
    background: #eee url("./images/product/paypal-express.svg") 50% 50% no-repeat;
    -webkit-background-size: contain !important;
    background-size: contain !important;
}

@media screen and (max-width: 991px) {
    .panel_note .paypalexpress {
        background: #eee url("./images/projex_button_paypal_mobil.svg") 50% 50% no-repeat !important;
    }
}

@media screen and (max-width: 767px) {
    .panel_note .paypalexpress {
        background: #eee url("./images/product/paypal-express.svg") 50% 50% no-repeat !important;
    }
}

@media screen and (max-width: 480px) {
    .panel_note .paypalexpress {
        background: #eee url("./images/projex_button_paypal_mobil.svg") 50% 50% no-repeat !important;
    }
}

.panel_note .paypalexpress img {
    display: none;
}

.delivery_tb table {
    border-top: 1px solid #414042 !important;
    margin-bottom: 40px !important;
}

.delivery_tb table tr td {
    border-bottom: 1px solid #414042 !important;
    letter-spacing: 0.5px;
    font: 18px/20px Kelson-Medium;
    padding-top: 20px;
    padding-bottom: 20px;
}

.delivery_tb table tr td:first-child {
    padding-left: 0;
}

@media screen and (min-width: 767px) {
    .delivery_tb table tr td:last-child {
        width: 32%;
    }
}

.cart-delivery_row .top10 {
    display: none;
}

#add-to-cart [class*="col-"] {
    width: 100%;
}

.slider_nav_thumbnails {
    padding: 0 59px;
    margin: 47px 0 15px;
}

.slider_nav_thumbnails .slick-slide {
    height: 40px;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    margin: 0 10px !important;
}

.slider_nav_thumbnails .slick-slide.slick-current {
    border-color: #f8b4c4;
}

.slider_nav_thumbnails img {
    max-width: 90%;
    height: auto;
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
}

@media screen and (max-width: 1152px) {
    .slider_nav_thumbnails .slick-list {
        display: none !important;
    }
}

.slider_nav_thumbnails .slick-prev,
.slider_nav_thumbnails .slick-next {
    margin: 0 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider_nav_thumbnails .slick-prev {
    left: 0 !important;
    background: url("./images/left_arr_disabled.svg") no-repeat;
}

.slider_nav_thumbnails .slick-prev:hover {
    background: url("./images/left_icon.svg") no-repeat;
}

.slider_nav_thumbnails .slick-next {
    right: 0 !important;
    background: url("./images/right_arr_disabled.svg") no-repeat;
}

.slider_nav_thumbnails .slick-next:hover {
    background: url("./images/right_icon.svg") no-repeat;
}

@media screen and (max-width: 1152px) {
    .slider_nav_thumbnails .slick-dots {
        bottom: 0;
        position: static;
    }

    .slider_nav_thumbnails .slick-dots li {
        margin: 3px 6px;
    }

    .slider_nav_thumbnails .slick-dots li button:before {
        color: #eee;
        font-size: 11px;
        opacity: 1;
    }

    .slider_nav_thumbnails .slick-dots li.slick-active button:before {
        color: #ed1f4a;
    }
}

#result-wrapper {
    padding-top: 0 !important;
}

#main-wrapper.boxed #content-wrapper .container-block {
    padding-top: 60px !important;
}

@media screen and (max-width: 1152px) {
    #main-wrapper.boxed #content-wrapper .container-block {
        padding-top: 30px !important;
    }
}

body[data-page="18"] #main-wrapper.boxed #content-wrapper .container-block {
    padding-top: 25px !important;
}

@media screen and (max-width: 1152px) {
    body[data-page="18"] #main-wrapper.boxed #content-wrapper .container-block {
        padding-top: 0 !important;
    }
}

#pushed-success {
    margin-top: -60px;
}

@media screen and (max-width: 1152px) {
    #pushed-success {
        margin-top: -30px;
    }
}

.alerts_in_top {
    margin: -60px -30px 60px;
}

.alerts_in_top:empty {
    display: none !important;
}

@media screen and (max-width: 1152px) {
    .alerts_in_top {
        margin: -30px -30px 30px;
    }
}

.alerts_in_top .alert {
    margin-bottom: 0 !important;
    border-bottom: 5px solid #eee;
}

body.uber_uns #main-wrapper.boxed #content-wrapper .container-block {
    padding-top: 25px !important;
}

@media screen and (max-width: 1152px) {
    body.uber_uns #main-wrapper.boxed #content-wrapper .container-block {
        padding-top: 0 !important;
    }
}

#product-gallery .slider-for img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.radio_custom [type="radio"]:checked,
.radio_custom [type="radio"]:not(:checked),
.ppc-checkout-payment-method [type="radio"] {
    position: absolute;
    left: -9999px;
}

.radio_custom [type="radio"]:checked + label,
.radio_custom [type="radio"]:not(:checked) + label,
.ppc-checkout-payment-method label {
    position: relative;
    padding-left: 60px;
    cursor: pointer;
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 36px;
    display: inline-block;
    color: #414042;
}

.radio_custom [type="radio"]:checked + label:before,
.radio_custom [type="radio"]:not(:checked) + label:before,
.ppc-checkout-payment-method label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #eee;
}

.radio_custom [type="radio"]:checked + label:after,
.radio_custom [type="radio"]:not(:checked) + label:after,
.ppc-checkout-payment-method [type="radio"] + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #ed1f4a;
    position: absolute;
    top: 14px;
    left: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio_custom [type="radio"]:not(:checked) + label:after,
.ppc-checkout-payment-method [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.radio_custom [type="radio"]:checked + label:after,
.ppc-checkout-payment-method [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mb_45 {
    margin-bottom: 45px !important;
}

.radio_custom .content .title {
    font-family: Kelson-Medium;
}

.radio_custom .btn-block small {
    display: block;
    font: 18px/36px Kelson;
}

.radio_custom .badge {
    font: 18px/36px Kelson;
    color: #414042;
    letter-spacing: 0.5px;
    background: none;
}

.ttl_lft h1 {
    text-align: left;
    font: 24px/26px Kelson-Medium;
    margin-bottom: 30px;
}

.ttl_lft h1 span {
    color: #e90037;
}

input::-ms-clear {
    display: none;
}

.required_wrapper .twitter-typeahead {
    float: none;
}

@media screen and (max-width: 1151px) {
    .account_sidebar {
        margin-top: -30px !important;
    }
}

.product-primary.row {
    padding-top: 14px;
}

@media screen and (min-width: 992px) {
    .order_confirm .only_mobile {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .h_rw {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .order_confirm #check-payment-shipping {
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 767px) {
    .order_confirm .mob_p {
        padding-top: 90px;
    }
}

@media screen and (max-width: 991px) {
    .warenkorb_list .cart-item_row:nth-child(2n) td .dropdown_counter .dropdown-menu .choose_quantity .form-control {
        background: #fff;
        border-left: 1px solid #eee;
    }

    .warenkorb_list .cart-item_row:nth-child(2n) td .dropdown_counter .dropdown-toggle {
        background: #eee !important;
    }
}

@media screen and (max-width: 1152px) {
    .notlogged #result-wrapper h1 {
        margin-bottom: 0 !important;
    }
}

.flex_wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.rw_dell strong {
    white-space: nowrap;
    padding-bottom: 7px;
}

.d_block {
    display: block;
}

#panel-register-form h1 {
    text-transform: none;
}

@media screen and (min-width: 992px) {
    .cart_list tr.cart-item_row .dropdown_counter,
    .cart_list tr.cart-item_row .cart-description,
    .cart_list tr.cart-item_row .cost_one,
    .cart_list tr.cart-item_row .rw_dell strong {
        padding-top: 13px;
    }
}

.radio_custom .title {
    font-weight: normal;
    font-family: Kelson-Medium;
}

.lbl_ttl .title {
    padding-right: 10px;
    font-weight: normal;
    font-family: Kelson-Medium;
}

.lbl_ttl .title_data {
    font-weight: normal;
    padding-right: 10px;
}

.lbl_ttl .title_cost {
    margin-left: auto;
    font-weight: normal;
}

@media screen and (max-width: 991px) {
    .lbl_ttl .title_cost {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left: 0;
    }
}

.cart-dropdown .btn {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.order_confirm #payment-method .title {
    padding-top: 124px !important;
}

.custom_checkbox label {
    padding-top: 2px;
}

body.mac_like .radio_custom label,
body.mac_like .custom_checkbox label {
    padding-top: 4px;
}

body.mac_like .nav_steps li .num {
    padding-top: 3px;
}

@media screen and (max-width: 768px) {
    body.mac_like .nav_steps li .num {
        padding-top: 0;
    }
}

.required .bootstrap-select.show-tick .btn {
    background-image: none !important;
    position: relative;
}

.required .bootstrap-select.show-tick .btn:after {
    content: "*";
    position: absolute;
    top: 14px;
    right: 8px;
    font-size: 36px;
    color: #e90037;
    line-height: 20px;
    z-index: 2 !important;
}

.required .bootstrap-select.show-tick .btn .caret {
    top: 42%;
}

/*Kontaktforms 22.04.2020*/

#contact-form {
    font-family: sans-serif;
    padding: 0;
    margin: 0;
    border: 0;
    max-width: 800px;
    width: 100%;
    position: relative;
    margin: auto;
}

#contact-form .input-row {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0px;
    box-sizing: border-box;
    border: 0;
    display: block;
    white-space: nowrap;
    margin-bottom: 42px;
}

#contact-form label {
    display: block;
}

#contact-form .input-field {
    display: inline-block;
    width: 50%;
    padding: 0;
    margin: 0;
    border: 0;
    white-space: normal;
    position: relative;
}

#contact-form .input-row input {
    border: none;
    padding: 0;
    max-width: 360px;
    height: 50px;
    min-width: 100%;
    font-size: 16px;
    background: #eee;
    padding: 0 16px;
}

#contact-form label {
    font-size: 18px;
    line-height: 36px;
    font-family: kelson;
    font-weight: normal;
}

#contact-form select {
    border: none;
    padding: 0 16px;
    max-width: 360px;
    height: 50px;
    min-width: 100%;
    background: #eee;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 16px;
    -moz-appearance: radio-container;
}

#contact-form textarea {
    border: none;
    max-width: 360px;
    line-height: normal;
    position: relative;
    overflow-y: auto;
    padding: 16px 16px;
    box-sizing: border-box;
    height: 200px;
    font-family: arial;
    min-width: 100%;
    resize: none;
    width: 100%;
    background: #eee;
    font-size: 16px;
}

#contact-form svg:hover {
    cursor: pointer;
}

#contact-form .input-row.one-element input {
    min-width: 47.5%;
}

#contact-form button.btn.btn-primary.btn-lg.btn-block:hover {
    background: #e90037 !important;
    transition: 0.2s !important;
}

#contact-form .input-right {
    float: right;
}

#contact-form .input-right label,
#contact-form .input-right input {
    min-width: 95%;
    float: right;
}

#contact-form .input-left label,
#contact-form .input-left input {
    min-width: 95%;
    float: left;
}

@media (min-width: 992px) {
    .contact-form-container {
        margin-left: 12.5%;
        width: 75%;
    }
}

.contact-form-tcha-container * {
    margin-left: 0;
    float: left;
}

#content .row .panel-heading h1.panel-title {
    color: #414042;
    text-transform: uppercase;
    font-size: 33.07px;
    font-weight: 500;
    letter-spacing: 2.5px;
    line-height: 44px;
    margin-top: 31px;
}

#contact-form button {
    font-family: kelson;
    font-weight: normal;
    letter-spacing: 0.41px;
}

#contact-form button.btn.btn-primary.btn-lg.btn-block::before {
    transition: none;
}

#asterik_rot {
    pointer-events: none;
}

.input-field #asterik_rot {
    position: absolute;
    right: 2.5%;
    top: 51px;
    font-size: 36px !important;
    letter-spacing: 0.5px;
    line-height: 35px;
    text-align: right;
}

span#asterik_rot {
    color: #e90037;
    font-size: 24px !important;
    font-family: kelson;
}

div#anmerkung_pflichtfelder {
    color: #414042;
    font-family: Kelson;
    font-size: 18px;
    letter-spacing: 0.41px;
    line-height: 36px;
    display: inline-block;
    float: right;
    margin-right: 6%;
}

@media (max-width: 600px) {
    #contact-form .input-row {
        display: inline-grid;
    }

    #contact-form .input-row *:not(svg) {
        width: 100%;
        float: left;
        min-width: 100% !important;
    }

    div#anmerkung_pflichtfelder {
        display: none;
    }
}

.row.contact-form-recaptcha-container {
    margin-bottom: 28px;
}

.row.contact-form-recaptcha-container * {
    margin: 0;
}

.contact-form-container .custom_content {
    text-align: center;
    color: #414042;
    font-family: Kelson;
    max-width: 750px;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 36px;
    padding-top: 75px;
    margin: auto;
}

@media (max-width: 1152px) {
    .contact-form-container .custom_content {
        padding-top: 20px;
        font-size: 20px;
    }
}

@media (min-width: 601px) {
    .input-left #asterik_rot {
        right: calc(2.5% + 20px);
    }
}

#contact-form select option {
    background: white;
}

#contact-form svg {
    vertical-align: middle;
    z-index: 2;
    position: absolute;
    height: calc(50% + 7.5px);
    user-select: none;
    pointer-events: none;
    right: 3.5%;
}

@media (max-width: 600px) {
    #contact-form svg {
        z-index: 2;
        position: absolute;
        user-select: none;
        pointer-events: none;
        right: 16px;
        top: 40px;
        opacity: 100%;
    }
}

/*Kontaktforms Ende*/

/*Newsletter Form */

#nl_sub_unsub .panel-body {
    padding: 65px 0 0 0;
}

.custom_newsletter {
    background: none;
}

.offset_side {
    padding-left: 225px !important;
}

.custom_newsletter_form .form-group {
    margin-bottom: 25px;
}

.custom_newsletter h1 {
    text-transform: none;
    text-align: center;
    margin-bottom: 30px;
}

.custom_newsletter .custom_content {
    color: #414042;
    font-family: Kelson;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 36px;
    text-align: center;
}

#nl_sub_unsub .panel-body {
    padding-top: 40px;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-size: 18px;
}

#nl_sub_unsub .required_wrapper {
    display: block;
    position: relative;
}

#nl_sub_unsub .required_wrapper::after {
    display: table;
    content: "";
    clear: both;
}

#nl_sub_unsub .required_wrapper::before {
    content: "*";
    position: absolute;
    top: 73%;
    transform: translateY(-50%);
    right: 8px;
    font-size: 36px;
    color: #e90037;
    line-height: 20px;
    z-index: 10 !important;
}

#nl_unsubscribe .required .required_wrapper input.form-control {
    background-image: none !important;
}

#nl_unsubscribe .required_wrapper::before {
    top: 50%;
}

.custom_newsletter_form {
    padding-top: 20px;
}

#nl_sub_unsub .control-label {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

#nl_sub_unsub .form-control {
    height: 50px;
    background-color: #eee;
    border-radius: 0;
}

.nl_ab_title {
    font-size: 24px;
    text-align: left;
    color: #414042;
    font-family: "Kelson-Medium";
    letter-spacing: 0.5px;
    padding-top: 70px;
}

.custom_newsletter_form .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.custom_newsletter_form [class*="col"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.pt_40 {
    padding-top: 40px !important;
}

#nl_sub_unsub .btn_danger {
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 21px;
    background: #414042;
    padding: 14px 12px;
    font-weight: 400;
    border-color: #414042;
}

.custom_newsletter .info {
    display: none;
}

.well {
    padding: 0px;
}

/* Newsletter Form Ende */

/*Filter 23.04.20*/
a.result-options-filter-button.label.label-info.filter-type-characteristic:nth-of-type(4) {
    margin-right: 0;
}

.result-options-filter-button {
    height: 40px;
    color: #ffffff !important;
    font-family: Kelson;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 12px;
    margin: 16px 28px 0px 0px;
    display: inline-block;
    letter-spacing: 0.38px;
    line-height: 40px;
    width: 165px;
    background-color: #414042 !important;
    vertical-align: middle;
    text-align: left;
    padding: 0px 16px;
}

.result-options-remove-button {
    background-color: #ed1f4a !important;
    height: 40px;
    color: #ffffff !important;
    font-family: Kelson;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 12px;
    margin: 16px 0px 0px 0px;
    display: inline-block;
    letter-spacing: 0.38px;
    line-height: 40px;
    width: 165px;
    vertical-align: middle;
    text-align: left;
    padding: 0px 16px;
}

#filter-dropdown-btn {
    cursor: pointer;
    display: none;
    background: #eeeeee;
    padding: 0.7em;
    width: 165px;
}

@media (max-width: 767px) {
    #hide-filter-buttons {
        display: none;
        z-index: 2;
        user-select: none;
        position: absolute;
        width: 100%;
    }

    #filter-dropdown-btn {
        display: block;
        width: 100%;
    }

    .result-options-filter-button {
        margin: 0;
        display: block;
        width: 100%;
    }

    .result-options-remove-button {
        margin-top: 0;
        width: 100%;
    }
}

.filter-type-characteristic .fa {
    float: right;
    line-height: 40px;
}

.filter-type-characteristic .fa-trash-o:before {
    content: "" !important;
}

.hide-on-desktop {
    display: none;
}

@media (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }

    .hide-on-desktop {
        display: block;
    }
}

/*Filter ends*/

/* SEO-Texte r.berg 23.04.2020*/

#seo-text-unten .inhalt-row {
    margin: 8px auto;
    max-width: 1200px;
    padding: 15px;
    border-top: 5px solid #eee;
    margin-left: calc(-50% + -30px);
    margin-right: -30px;
    float: right;
}

#seo-text-unten .inhalt-column {
    float: left;
    margin: 0 15px;
    width: 30%;
    color: #414042;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 26px;
}

#seo-text-unten .inhalt-column * {
    text-align: left;
}

@media screen and (max-width: 991px) {
    #seo-text-unten .inhalt-row {
        margin: 8px -30px;
        max-width: 1200px;
        padding: 0px 30px;
    }
}

.inhalt-column * {
    text-align: left;
}

.inhalt-row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 991px) {
    #seo-text-unten .inhalt-column {
        width: 100%;
        margin: 0;
    }
}

.product-actions-stock .nicht-auf-wunschliste {
    background-image: url(./images/catalog/icon_wishlist_inactive.svg);
    background-size: 40px;
}

h2 {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 12px;
}

#buy_form a.shipment.popup {
    margin-left: 0 !important;
}

#main-wrapper {
    overflow-x: hidden;
}

/*Newsletter Popup*/
#overlay {
    display: block;
    position: fixed;
    background-color: #41414126;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 25;
}

#newsletter-popup {
    position: fixed;
    left: calc(50% - 315px);
    top: calc(45% - 215px);
    right: calc(50% - 315px);
    max-height: 454px;
    max-width: 630px;
    height: calc(100% - 80px);
    width: calc(100% - 90px);
    background-color: #ed1f4a;
    color: white;
    text-align: center;
    padding: 40px 45px;
    z-index: 2147483645 !important;
}

#newsletter-popup h1 {
    font-family: Kelson, sans-serif;
    font-size: 36px;
    color: white;
    font-weight: 500;
    letter-spacing: 2.5px;
    line-height: 48px;
    margin-bottom: 30px;
    margin-top: 36px;
}

#newsletter-popup p {
    font-family: Kelson, sans-serif;
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 32px;
    max-width: 420px;
    text-align: center;
    float: none;
    margin: 24.11px auto;
    margin-bottom: 24.11px;
}

#newsletter-popup label {
    font-family: Kelson, sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 18px;
}

#newsletter-popup button {
    display: block;
    text-align: center;
    float: none;
    margin: auto;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    font-family: Kelson, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 5px;
    cursor: pointer;
    line-height: 33px;
    max-height: 78px;
    border: 1px solid #ffffff;
    max-width: 346px;
    background: #ffffff;
    margin-bottom: 64px;
    margin-top: 44px;
    color: #ed1f4a;
}

#newsletter-popup .close-icon {
    float: right;
    cursor: pointer;
    padding: 3px 6px;
    margin: -3px -6px -3px -6px;
}

@media (max-width: 720px) {
    #newsletter-popup {
        position: fixed;
        position: fixed;
        left: calc(45px);
        top: calc(45% - 245px);
        right: calc(50% - 315px);

        max-width: 630px;
        height: calc(100% - 80px);
        width: calc(100% - 90px);
        background-color: #ed1f4a;
        color: white;
        text-align: center;
        padding: 40px 45px;
        z-index: 100;
        min-height: 600px;
    }

    #newsletter-popup button {
        margin-bottom: 34px;
    }
}

/*Newsletter Popup Ends*/

/* Custom style cookie banner */

.cin_cookie_notification {
    opacity: 1 !important;
    box-shadow: 0 0px 5px rgba(33, 33, 33, 0.32941176470588235) !important;
}

.page_center.page_width.container.pad10 {
    max-width: 70% !important;
}


.cin_cookie_bg {
    opacity: 1.0 !important;
}

.cin_cookie_notification a {
    color: rgba(255, 255, 255, 0.8588235294117647)
}


@media (max-width: 648px) {

    .page_center.page_width.container.pad10 {
        max-width: 90% !important;
    }

}

@media (min-width: 1364px) {

    .page_center.page_width.container.pad10 {
        max-width: 1230px !important;
    }
}

/*Backend Seiten Styles*/

@media screen and (min-width: 1152px) {
    .backend_page {
        padding-left: 195px;
        padding-right: 195px;
    }
}

.backend_page h3 {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.backend_page h2 {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.5px;

}

.backend_page p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.backend_page a {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
}

/* Backend Seiten Styles Ende */

.old_price_note {

    display: inline-block;
    font-family: kelson;
    color: #414042;
    font-size: 24px;
    margin-left: 16px;

}

.lockdown {
    text-align: center;
    border-top: 5px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 26px;
    color: #ed1f4a;
}
.account_table_wishlist_h, .account_table_wishlist_s {
    display: none;
}
.account_table_wishlist_show .account_table_wishlist_s,
.account_table_wishlist_hide .account_table_wishlist_h {
    display: block;
}
.account_table_wishlist {
    flex-wrap: nowrap !important;
}
.account_table_wishlist>form {
    width: 100%;
}
.btn-no-stl {
    padding: 0;
    border: 0;
    border-radius: 0;
}
.required .bootstrap-select.btn-group .dropdown-toggle .caret {
    font-size: 22px;
    top: 46%;
}
.product-offer .variations dl {
  transition: color .3s;
}
.product-offer .variations .error,
.product-offer .variations .error button {
  color: #e90037;
}
.alerts_in_top .alert[data-key="comparelistProductadded"] {
  background: #7ed321;
  color: #fff;
}
body[data-page="31"] #main-wrapper.boxed #content-wrapper .container-block {
  padding-top: 25px !important;
}
.password-hide-error .form-error-msg {
  display: none;
}
.select_without_corner svg {
    position: absolute;
    right: 18px;
    top: 10px;
    height: calc(50% + 7.5px);
    user-select: none;
    pointer-events: none;
}
.select_without_corner select {
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 16px;
    -moz-appearance: radio-container;
}
.select_without_corner {
    position: relative;
}
.ws5_oss_wrapper.headerBanner, .ws5_oss_row {
    background: #ed244e !important;
}
.ws5_oss_row .ws5_oss_text_div {
    color: #fff;
}
.ws5_oss_row .select2-container--default .select2-selection--single {
    border: 1px solid #ed899e;
    border-radius: 0;
}
.ws5_oss_row .select2-container--default .select2-selection--single img {
    display: none;
}
.ws5_oss_row .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    position: relative;
    left: 0;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
}
.ws5_oss_row .select2-container--default .select2-selection--single .select2-selection__arrow b::before,
.ws5_oss_row .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    background: #ed244e;
    transform-origin: center;
    transform: rotateZ(45deg);
    top: 6px;
    left: 14px;
}
.ws5_oss_row .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    transform: rotateZ(-45deg);
    left: 8px;
}
.ws5_oss_close {
    color: #0000;
    font-size: 0;
    height: 27px;
    width: 27px;
    display: block;
    position: relative;
}
.ws5_oss_close::before,
.ws5_oss_close::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 27px;
    background: #fff;
    transform-origin: center;
    transform: rotateZ(45deg);
    top: 0;
    left: 14px;
}
.ws5_oss_close::after {
    transform: rotateZ(-45deg);
}
.ws5_oss_row .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 23px;
    width: 23px;
}
.ws5_oss_row .select2-container .select2-selection--single {
    height: 25px;
}
.ws5_oss_row .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 27px;
}
.ws5_oss_row .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 6px;
}
.ws5_oss_row .ws5_oss_wrapper.headerBanner > .ws5_oss_row {
    padding-bottom: 13px;
    padding-top: 10px;
}
.ws5_oss_row .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px;
    font-size: 12px;
    letter-spacing: 0.43px;
}
#result-wrapper h1 span {
    text-transform: none;
    font-weight: 100;
    font-family: Kelson;
}
#suche2 .d-flex {
    display: flex;
    flex-direction: row-reverse;
}
#suche2 .d-flex .form-control {
    background: #eee;
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
}
#suche2 .d-flex .col-form-label {
    white-space: nowrap;
    min-width: 170px;
    padding-top: 3px;
}
#suche2 .btn {
    margin-left: 170px;
    width: 160px;
    text-transform: lowercase;
    padding: 4px;
}
@media screen and (max-width: 1152px) {
    #suche2 {
        margin-top: 30px;
    }
}
@media screen and (max-width: 440px) {
    #suche2 .d-flex {
        flex-direction: column-reverse;
    }
    #suche2 .btn {
        margin: 0 auto !important;
        display: block;
    }
}
.comparelist-dropdown-table {
    width: 198px;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 12px;
    max-height: 310px;
    overflow-x: hidden;
    overflow-y: auto;
}
.comparelist-dropdown-table::-webkit-scrollbar {
    background-color: #F5F5F5;
    width: 10px;
}
.comparelist-dropdown-table::-webkit-scrollbar-thumb {
    background-color: #ababab;
}
.comparelist-dropdown-table .table {
    margin-bottom: 0;
}
.comparelist-dropdown-table .remove {
    position: relative;
    width: 13px;
    height: 13px;
    display: block;
}
.comparelist-dropdown-table .remove::before,
.comparelist-dropdown-table .remove::after,
.comparelist-item .remove::before, .comparelist-item .remove::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background: #8e8d8f;
    transform-origin: center;
    transform: rotateZ(45deg);
    top: 0;
    left: 6px;
}
.comparelist-dropdown-table .remove::after, .comparelist-item .remove::after {
    transform: rotateZ(-45deg);
}
.comparelist-dropdown-table .remove:hover::before,
.comparelist-dropdown-table .remove:hover::after {
    background: #ed244e;
}
#shop-nav-compare .btn-primary {
    border-radius: 0;
    height: 25px;
    font-size: 10px;
    padding-top: 4px;
    padding-bottom: 6px;
}
#shop-nav-compare .comparelist-dropdown-table-body {
    font-size: 12px;
    letter-spacing: .6px;
    padding-right: 10px;
}
.comparelist-dropdown-table .remove-wrap {
    padding: 0 10px 0 0;
}
.comparelist-dropdown-table td {
    vertical-align: middle !important;
    padding: 6px 8px;
}
.comparelist-dropdown-table a {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.36px;
}
#shop-nav-compare .dropdown-menu {
    padding: 6px 0 10px 10px;
}
.comparelist-btns {
    width: 100%;
}
.comparelist-btns .btn {
    background: #fff;
    border: 2px solid #f6f6f6;
    font-size: 16px;
    padding: 13px 12px 12px;
    min-width: 166px;
    line-height: 22px;
    margin-right: 30px;
    letter-spacing: 0.5px;
    border-radius: 0;
}
.comparelist-btns .btn.flr {
    float: right;
    margin: 0;
}
.comparelist-wrap .d-none {
    display: none;
}
.comparelist .table tr th:first-child {
    background: white;
}
.comparelist .table tr td:first-child,
.comparelist .table tr th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    padding: 12px 8px 12px 15px !important;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-clip: padding-box;
}
@media (max-width: 450px) {
    .comparelist .table tr td:first-child,
    .comparelist .table tr th:first-child {
        position: relative;
    }
}
.comparelist .table tbody td:first-child {
    background-color: #eeeeee;
    font-weight: 600;
}
#comparelist-filter .comparelist-btns {
    margin-bottom: 68px;
}
#comparelist-filter .comparelist-checkboxes .row {
    padding-bottom: 52px;
    padding-top: 5px;
}
.comparelist-btns .btn.comparelist-btns-filter {
    text-align: left;
    background: #eee;
    border-color: #eee;
    width: 31.6%;
    position: relative;
    font-size: 18px;
    line-height: 22px;
}
.comparelist-btns-filter::before, .comparelist-btns-filter::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    background: #424143;
    transform-origin: center;
    transform: rotateZ(45deg);
    top: 19px;
    right: 17px;
}
.comparelist-btns-filter::before {
    transform: rotateZ(-45deg);
}
.comparelist-btns-filter::after, .comparelist-item .remove::after {
    transform: rotateZ(-45deg);
    right: 23px;
}
.comparelist-btns-filter::after {
    transform: rotateZ(45deg);
}
.comparelist-btns-filter.collapsed::before {
    transform: rotateZ(45deg);
}
.comparelist-btns-filter.collapsed::after {
    transform: rotateZ(-45deg);
}
.comparelist-checkbox-wrapper {
    width: 31.58%;
    margin-right: 2.63%;
    border: solid #d0cfd0;
    float: left;
    border-width: 0 0 2px;
}
.comparelist-checkbox-wrapper:nth-child(1), .comparelist-checkbox-wrapper:nth-child(2), .comparelist-checkbox-wrapper:nth-child(3) {
    border-top-width: 2px;
}
.comparelist-checkbox-wrapper:nth-child(3n) {
    margin-right: 0;
}
.comparelist-checkboxes {
    transition: .05s;
}
.comparelist-checkboxes.in {
    margin-top: -38px;
}
@media (max-width: 767px) {
    .comparelist-checkbox-wrapper {
        width: 48%;
        margin-right: 4%;
        border: solid #d0cfd0;
        float: left;
        border-width: 0 0 2px;
    }
    .comparelist-checkbox-wrapper:nth-child(3) {
        border-top-width: 0;
    }
    .comparelist-checkbox-wrapper:nth-child(3n) {
        margin-right: 4%;
    }
    .comparelist-checkbox-wrapper:nth-child(2n) {
        margin-right: 0;
    }
}
.comparelist-checkbox-wrapper input {
    display: none;
}
.comparelist-checkbox-wrapper label {
    font-size: 16px;
    line-height: 21px;
    color: #414042;
    font-weight: 400;
    display: block;
    margin: 0;
    padding: 14px 0 13px;
    letter-spacing: 0.5px;
}
.comparelist-checkbox-wrapper .text-truncate {
    position: relative;
}
.comparelist-checkbox-wrapper .text-truncate::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(./images/elements/icn_dot.svg) no-repeat;
    position: absolute;
    right: 12px;
    top: 4px;
}
.comparelist-checkbox-wrapper input:checked + label .text-truncate::after {
    background: url(./images/elements/icn_dot_active.svg) no-repeat;
}
.comparelist-item {
    vertical-align: top !important;
    white-space: normal !important;
    border-bottom: 0 !important;
}
.comparelist-item img {
    margin: 0 auto 13px;
    display: table;
}
.comparelist-remove {
    position: absolute;
    right: 21px;
    top: 15px;
}
.comparelist-remove .tooltip {
    margin-left: -25px;
    margin-right: 24px;
    margin-top: 10px;
}
.comparelist-item .remove {
    display: inline-block;
    height: 13px;
    width: 13px;
    position: relative;
}
.comparelist-item .remove::before, .comparelist-item .remove::after {
    height: 20px;
}
.comparelist-item span a {
    color: #414042;
    font-size: 24px;
    letter-spacing: 1.13px;
    line-height: 36px;
}
.comparelist-item .description {
    color: #414042;
    font-size: 24px;
    letter-spacing: .73px;
    line-height: 36px;
    font-weight: 300;
}
.comparelist-row td {
    padding: 12px 29px 10px !important;
    font-size: 16px;
    line-height: 21px !important;
    letter-spacing: 0.5px;
}
.comparelist th, .comparelist td {
    border: 1px solid #eeeeee !important;
}
.comparelist th:first-child, .comparelist td:first-child {
    border-left: 0 !important;
}
.comparelist th:last-child, .comparelist td:last-child {
    border-right: 0 !important;
}
span.collapse.in {
    display: inline;
}
.comparelist .sticky-top.comparelist-label {
    width: 165px;
}
.comparelist .sticky-top.comparelist-item {
    width: 324.7px;
    padding: 8px 29px 20px;
    position: relative;
}
@media (min-width: 761px) {
    .comparelist table.table-count-2 .sticky-top.comparelist-item {
        width: auto;
    }
}
.table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #eeeeee;
}
.comparelist-wrap .comparelist-btns .btn {
    border-bottom-width: 1px;
}
.comparelist table {
    table-layout: fixed;
}
#shop-nav-compare i, #shop-nav-compare-mob a {
    display: block;
    background: url(images/vergleichsliste.svg) center no-repeat !important;
    width: 28px;
    height: 28px;
}
#shop-nav-compare i:hover {
    background-image: url(images/vergleichsliste2.svg) !important;
}
#shop-nav-wish i, #shop-nav-wishlist-mob a {
    display: block;
    background: url(images/favoriten.svg) center no-repeat !important;
    width: 28px;
    height: 28px;
}
#shop-nav-wish i:hover,
#shop-nav-wish.open i,
#shop-nav-wish.active i,
body[data-page="16"] #shop-nav-wish i,
body[data-page="4"] #shop-nav-wish i {
    background-image: url(images/favoriten2.svg) !important;
}
#shop-nav-wish.shop-nav-wish-mob a {
    padding-top: 13px !important;
}
#shop-nav-wish.shop-nav-wish-mob a i {
    background-size: 26px !important;
    width: 16px;
}
.shop-nav-wish-mob #nav-wishlist-collapse {
    margin-right: -79px;
}
.logout-icon span {
    background: url(./images/logout.svg) center no-repeat;
    display: block;
    height: 20px;
    width: 14px;
}
.logout-icon {
    padding-top: 14px !important;
}
.fa-user2 {
    background: url(./images/login.svg) center no-repeat;
    width: 28px;
    height: 28px;
    display: block;
}
.fa-user2-mobile {
    background-size: 14px;
    width: 14px;
}
.fa-user2:hover, .fa-user2.red {
    filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(6713%) hue-rotate(342deg) brightness(90%) contrast(104%);
}
.cart-menu .cart-text strong {
    font-size: 9px !important;
    color: #404042;
    line-height: 1.1;
}
.cart-menu .cart-text span {
    font-size: 9px;
    color: #404042;
    line-height: 1.1;
}
.cart-menu a:hover .icon-handbag {
    filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(6713%) hue-rotate(342deg) brightness(90%) contrast(104%);
}
#shop-nav .nav > li > a {
    padding: 0;
}
#shop-nav .navbar-nav .cart-menu div.cart-text {
    line-height: 10px;
    margin-left: 8px;
}
.dropdown-menu {
    z-index: 21;
}
header.fixed-navbar .affix {
    z-index: 22;
}
.dropdown_account+.dropdown_menu_red {
    margin-left: -91px;
    width: 210px;
}
#comparelist-badge,
#comparelist-badge-mob {
    background: #e90037;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    right: 1px;
    top: 3px;
}
.comparelist-row .title {
    padding-right: 10px;
}
.comparelist-row .description {
    display: table;
}
.comparelist-row .description .description-value {
    max-height: 240px;
    overflow: hidden;
    position: relative;
}
.comparelist-row .description .description-value .video-container-wrapper {
    width: auto;
}
.comparelist-row .description .description-value::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    left: 0;
    right: 0;
    height: 40px;
}
.comparelist-row .description.nope .comparelist-item-more,
.comparelist-row .description.nope .description-value::after {
    display: none;
}
.comparelist-row .description.show .description-value::after {
    display: none;
}
.comparelist-row .description.show .description-value {
    max-height: 100%;
}
.comparelist-row .description.show .comparelist-item-more::after {
    transform: rotateZ(180deg);
}
.comparelist-row .description .row {
    display: block;
}
.comparelist-row .description .row>div {
    display: block;
    float: none;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #414042;
}
.comparelist-row .description .row>div.title {
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
    padding: 0;
}
.comparelist-item-more {
    color: #414042;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    border: 0;
    padding: 0 26px 0 0;
    margin: 20px 0 0;
    letter-spacing: 0.9px;
}
.comparelist-item-more::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    height: 9px;
    background: url(images/dropdown.svg) no-repeat;
    width: 14px;
}
.comparelist.table-responsive {
    border: solid #eeeeee !important;
    border-width: 0 1px !important;
    width: 100%;
}
body[data-page="17"] h1 {
    margin-bottom: 68px;
    letter-spacing: 1px;
}
#nav-wishlist-collapse {
    width: 210px;
    border: 0;
    border-radius: 0;
    background: #ed1f4a;
    padding: 0 !important;
    margin-right: -91px;
    margin-top: 10px;
}
#nav-wishlist-collapse::before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #ed1f4a;
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#nav-wishlist-collapse .wishlist-dropdown-items a {
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 1.6px;
    color: white;
    display: block;
    border-bottom: 1px solid white;
    padding: 14px 12px 15px;
}
#nav-wishlist-collapse .wishlist-dropdown-items a span {
    display: inline-block;
    letter-spacing: 0.3px;
    text-transform: lowercase;
}
#nav-wishlist-collapse .btn {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.9px;
    line-height: 23px;
    color: white;
    padding: 10px 0;
}
#switch-label {
    border-width: 1px 1px 0 1px;
}
@media (max-width: 1023px) {
    .comparelist-item span a,
    .comparelist-item .description {
        font-size: 20px;
        line-height: 26px;
    }
}
@media (max-width: 767px) {
    .comparelist-item span a,
    .comparelist-item .description {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .comparelist-btns .btn, .comparelist-btns .btn.comparelist-btns-filter {
        font-size: 15px;
        min-width: 0;
        padding: 7px 12px;
    }
    #switch-label {
        min-width: 166px;
    }
    .comparelist .table tr.comparelist-row td:first-child {
        font-size: 12px;
    }
    .comparelist-row {
        font-size: 12px;
    }
    .comparelist-btns-filter::before, .comparelist-btns-filter::after {
        top: 13px;
    }
    #comparelist-filter .comparelist-btns {
        margin-bottom: 17px;
    }
    #comparelist-filter .comparelist-checkboxes .row {
        padding-bottom: 27px;
    }
    .comparelist-checkboxes.in {
        margin-top: 0;
    }
}
@media (max-width: 600px) {
    .comparelist-btns-filter {
        margin-bottom: 20px;
    }
    #check-all {
        clear: both;
    }
}
@media (max-width: 570px) {
    .comparelist-checkbox-wrapper:nth-child(2) {
        border-top: 0;
    }
    .comparelist-checkbox-wrapper:nth-child(3n) {
        margin-right: 0;
    }
    .comparelist-checkbox-wrapper {
        width: 100%;
        margin-right: 0;
    }
    body[data-page="17"] #main-wrapper #content-wrapper .container-block,
    body[data-page="17"] #main-wrapper #content-wrapper #content>.container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .comparelist .table tr.comparelist-row td:first-child {
        max-width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .comparelist-btns .btn, .comparelist-btns .btn.comparelist-btns-filter {
        font-size: 12px;
    }
    #comparelist-filter .comparelist-btns .btn {
        width: 150px;
    }
    .comparelist-btns .btn {
        margin-right: 0;
    }
    #check-none {
        float: right;
    }
    #switch-label {
        min-width: 135px;
    }
    .comparelist .sticky-top.comparelist-label {
        width: 135px;
    }
}
#shop-nav-xs .fa-sign-out-alt {
    position: relative;
    top: -3px;
}
.input-group-addon.unit {
    font-size: 12px;
    color: #414042;
    background: #0000 !important;
    border: 0;
    padding: 7px 8px;
}
.not-a-new-gadget {
    margin: -1px 0 0 0;
    background: #fff;
    padding: 13px 0 1px;
}
.not-a-new-gadget a {
    color: #414042;
    font-size: 14px;
    background: #eee;
    line-height: 20px;
    display: inline-block;
    padding: 10px 23px 10px 55px;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.54px;
    text-decoration: none;
}
.not-a-new-gadget a::before {
    height: 25px;
    width: 25px;
    background: url(./images/not-a-new-gadget.svg) no-repeat;
    content: '';
    position: absolute;
    left: 14px;
    top: 5px;
}
.productbox-quick-actions {
    position: absolute;
    right: 16px;
    z-index: 1;
    top: 8px;
    opacity: 0;
    transition: .3s;
}
.product-cell:hover .productbox-quick-actions {
    opacity: 1;
}
@media (max-width: 1023px) {
    .product-cell .productbox-quick-actions {
        opacity: 1;
    }
}
.productbox-quick-actions .compare {
    background: url(images/vergleichsliste.svg) center no-repeat;
    width: 26px;
    border: 0;
    height: 26px;
    border-radius: 0;
}
.productbox-quick-actions .wishlist {
    background: url(images/favoriten.svg) center no-repeat;
    width: 26px;
    border: 0;
    height: 26px;
    margin-left: 3px;
    border-radius: 0;
}
.productbox-quick-actions .compare.on-list {
    background-image: url(images/vergleichsliste3.svg);
}
.productbox-quick-actions .wishlist.on-list {
    background-image: url(images/favoriten3.svg);
}
#badge-wl-count {
    display: none;
}
.product-actions-stock.disable .compare {
    background: url(./images/catalog/icon_compare3.svg) no-repeat center 37px;
}
.cursor-pointer {
    cursor: pointer;
}
#shop-nav-compare #comparelist-dropdown-container, #shop-nav .dropdown-menu {
    box-shadow: 4px 4px 5px 1px #00000073;
}
.paypal-buttons-layout-horizontal iframe {
    z-index: 2 !important;
}
.cart-checkout-btns {
    display: flex;
    gap: 30px;
}
@media (max-width: 550px) {
    .cart-checkout-btns {
        gap: 15px;
        flex-direction: column;
    }
}
.cart-checkout-btns>* {
    width: 100%;
    height: 50px;
}
#productDetails-ppc-paypal-standalone-button,
#cart-ppc-paypal-standalone-button {
    padding-top: 3px;
    background: #eeeeee;
}
#productDetails-ppc-paypal-standalone-button:hover,
#cart-ppc-paypal-standalone-button:hover {
    background: #e2e2e2;
}
#add-to-cart .choose-variations + .row {
    display: none;
}
#paypal-button-productDetails-container,
#ppc-paypal-button-custom-productDetails-wrapper {
    width: calc(70% - 29px) !important;
    display: none;
    margin-left: calc(30% + 29px);
}

body.loaded #paypal-button-productDetails-container,
body.loaded #ppc-paypal-button-custom-productDetails-wrapper {
    display: block;
}
#ppc-loading-placeholder-cart,
#ppc-paypal-button-custom-cart-wrapper {
    display: none !important;
}
@media (max-width: 991px) {
    #paypal-button-productDetails-container,
    #ppc-paypal-button-custom-productDetails-wrapper {
        width: calc(70% - 9px) !important;
        margin-left: calc(30% + 9px);
    }
}
@media (max-width: 767px) {
    #paypal-button-productDetails-container,
    #ppc-paypal-button-custom-productDetails-wrapper {
        width: 100% !important;
        margin-left: 0;
        margin-top: 15px;
    }
}
@media (min-width: 551px) {
    .basket_wrapper .row_btstrp.panel-note,
    .basket_wrapper .row_btstrp.panel-note .cart-checkout-btns {
        flex-direction: row-reverse;
    }
}
@media (min-width: 768px) {
    .basket_wrapper .panel_note .some-buttons {
        position: relative;
        left: 32.8%;
    }
    #paypal-button-cart-container {
        position: relative;
        left: -52%;
    }
}
.cart-services-menu {
    margin-left: 13px;
}
.cart-services-menu .icon {
    background: url("images/services/cart-menu.svg") no-repeat;
    height: 30px;
    width: 30px;
    display: block;
}
.cart-services-menu .icon i {
    display: block;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #ea0035;
    color: white;
    font-size: 8px;
    text-align: center;
    font-style: normal;
    line-height: 15px;
    position: absolute;
    right: -4px;
    top: -5px;
}
@media (max-width: 1152px) {
    .cart-services-menu a {
        top: 4px;
        margin-right: 5px !important;
    }
}
body.is_service .navbar-default .navbar-nav > .active > a,
body.is_service header .subcategories .category.active a,
body.is_service header .subcategories .category a:hover {
    color: #07A2F7 !important;
}
body.is_service .condition-reparatur-product {
    background-image: url(./images/services/reparatur_symbol.svg);
}
body.is_service .productbox-quick-actions {
    display: none;
}
body.is_service .product-primary .product-category a {
    color: #07A2F7;
}
body.is_service .product-primary .add_service {
    background: #07A2F7 !important;
    width: 100%;
    border: 0;
}
body.is_service .product-primary .add_service_info {
    color: #07A2F7;
    background-color: #eeeeee !important;
    border: 0;
}
body.is_service #paypal-button-productDetails-container, body.is_service #ppc-paypal-button-custom-productDetails-wrapper {
    display: none;
}
body.is_service #product-tabs-wrapper .active a {
    background: #07A2F7;
}
body.is_service .tab-content-wrapper .row .icon div {
    filter: brightness(0) saturate(100%) invert(42%) sepia(75%) saturate(2498%) hue-rotate(178deg) brightness(107%) contrast(94%);
}
body.is_service #pushed-success {
    background: #07A2F7;
}
body.is_service #pushed-success .btn-white {
    color: #07A2F7;
}
.radio-label {
    font-weight: 400 !important;
    padding-top: 14px;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0.41px;
}
.radio-label input[type="radio"] {
    height: 10px;
    width: 10px;
    margin-right: 11px;
}
.service_label_xl {
    background: #414042;
    color: white;
    font-family: "Kelson", serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.41px;
    text-align: center;
    line-height: 28px;
    padding: 11px 0;
    margin-bottom: 23px;
}
.service_textarea {
    height: 100px !important;
}
.btn_service_blue {
    border-radius: 25px !important;
    opacity: 1;
    background-color: #07A2F7;
    white-space: normal;
}
.cart_service_list .btn.delete {
    width: 50px;
    height: 50px;
    background-image: url(./images/services/delete.svg);
    border: 0;
    margin: 0 auto;
    display: block;
}
.cart_service_list .status_icon {
    width: 50px;
    height: 50px;
    border: 0;
    background-image: url(./images/services/status_incomplete.svg);
}
@media (max-width: 991px) {
    .cart_service_list .status_icon {
        margin: 0 auto;
    }
}
.cart_service_list .status_icon.done {
    background-image: url(./images/services/status_complete.svg);
}
.cart_service_list .status_btn {
    color: white;
    background: #07A2F7;
    height: 30px;
    border-radius: 15px;
    margin-top: 44px;
    line-height: 25px;
    width: 165px;
    text-align: center;
    padding: 0;
}
#projexservicepage .ttl_lft span {
    color: #07A2F7;
}
.cart_service_list .status_text {
    font-size: 14px;
}
.cart_service_list .status_checkbox {
    height: 50px;
    width: 50px;
    background: url(./images/services/checkbox-grey.svg);
    margin: 0 auto;
}
.cart_service_list .status_checkbox.green {
    background: url(./images/services/checkbox-green.svg);
}
.cart_service_list .cart-img-description {
    display: flex;
}
.cart_service_list .cart-img-description h4 {
    text-align: left;
    margin: 0 0 3px;
    line-height: 22px;
}
#projexservicepage .container {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 992px) {
    .cart-description {
        margin-left: 15px;
    }
}
.cart-description .cat-link {
    color: #07A2F7;
}
.cart-description .cat-link:hover {
    text-decoration: underline;
}
#projexservicepage .btn-order {
    position: relative;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 12px;
    border: 0;
    touch-action: manipulation;
}
#projexservicepage .btn-order.disabled, #projexservicepage .btn-order.disabled:hover, #projexservicepage .btn-order.disabled:focus, #projexservicepage .btn-order.disabled:active {
    background: #EEEEEE;
    cursor: default;
    color: white;
}
#projexservicepage .btn-order.disabled:hover::after {
    content: 'Bitte füllen Sie alle Formulare aus';
    background: #414042;
    color: white;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    bottom: 128%;
    height: 47px;
    line-height: 44px;
    width: 100%;
    left: 0;
}
#projexservicepage .btn-order.disabled:hover::before {
    content: '';
    position: absolute;
    bottom: 116%;
    background: #414042;
    left: 50%;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    margin-left: -9px;
}
#projexservicepage #content>h1 {
    display: none;
}
#projexservicepage .help {
    display: inline-block;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    position: relative;
    color: white;
    background: #414042;
    text-align: center;
    line-height: 14px;
    font-size: 9px;
    font-weight: 600;
    top: -10px;
}
#projexservicepage .help span {
    display: none;
}
#projexservicepage .help:not(.help2):hover::after {
    content: attr(data-info);
    background: #414042;
    color: white;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    padding: 7px 12px;
    bottom: 23px;
    line-height: 17px;
    width: 199px;
    left: -93px;
}
#projexservicepage .help:hover::before {
    content: '';
    position: absolute;
    bottom: 18px;
    background: #414042;
    left: 50%;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    margin-left: -5px;
}
#projexservicepage .help:hover span {
    display: block;
    background: #414042;
    color: white;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    padding: 7px 12px;
    bottom: 23px;
    line-height: 17px;
    width: 199px;
    left: -93px;
}
#projexservicepage .pi1 {
    margin-top: 48px;
    margin-bottom: 36px;
}
#projexservicepage .pi1 span, #projexservicepage .redi {
    color: #ea0035;
}
#projexservicepage h1 {
    margin-top: 63px;
}
#projexservicepage h1.cart-h1 {
    margin-top: -22px;
}
#projexservicepage .calc_res {
    color: #414042;
    font-size: 21px;
    letter-spacing: 0.48px;
    line-height: 33px;
    text-align: center;
    background-color: #eee;
    width: 100%;
    padding: 23px 20px;
}
#projexservicepage .success {
    text-align: center;
    font-size: 24px;
    margin-bottom: 73px;
}
#projexservicepage .success h1 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 41px;
}
.add-cart-service {
    overflow: hidden;
}
.add-cart-service .choose_quantity {
    margin-bottom: 7px;
    width: 100%;
}
.add-cart-service .btn-aa {
    width: 48%;
    float: left;
}
.add-cart-service .btn-aa:last-of-type {
    margin-left: 4%;
}
.add-cart-service div button {
    width: 100%;
    font-size: 16px;
}
@media (max-width: 630px) {
    .add-cart-service {
        display: block;
    }
    .add-cart-service .btn-aa {
        width: 100%;
    }
    .add-cart-service .btn-aa:last-of-type {
        margin-top: 15px;
        margin-left: 0 !important;
    }
}
#projexservicepage .radio-label input[type="checkbox"] {
    height: 10px;
    width: 10px;
    margin-right: 11px;
    border-radius: 50%;
}
.android_pass select {
    width: 46.5%;
    float: left;
    padding: 10px 11px;
    background-position: calc(100% - 10px);
    margin-bottom: 20px;
}
#service_android_pass_cols {
    margin-right: 7%;
}
.android_pass .x {
    width: 10%;
    float: left;
    line-height: 36px;
    text-align: center;
    font-size: 17px;
}
#service_android_pass {
    margin: 52px 0 50px;
    display: block;
}
#service_android_pass-wrap.col-md-7 canvas {
    margin-top: 0;
}
@media (max-width: 991px) {
    #service_android_pass {
        margin-top: 0;
    }
}
.account_service_status {
    width: 358px;
}
.account_service_status ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.account_service_status li {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #EEEEEE;
}
.account_service_status li.green,
.account_service_status li.active {
    background: url("./images/services/status_done.svg");
    position: relative;
}
.account_service_status li.active::before {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    transform: rotateZ(45deg);
    background: #7ED321;
    top: 46px;
    left: 7px;
}
.account_service_status div {
    height: 85px;
    line-height: 85px;
    color: white;
    text-align: center;
    margin-top: 27px;
    background: #7ED321;
}
.bottom_info_part .comment {
    font-size: 16px;
}
#projexservicepage .checkbox-radio input {
    height: 0;
    width: 0;
    opacity: 0;
}
#projexservicepage .checkbox-radio {
    height: 12px;
    width: 12px;
    min-width: 12px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #878787;
    display: inline-block;
    top: 7px;
    margin-right: 9px;
}
#projexservicepage .checkbox-radio input:checked+span {
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #07A2F7;
}
#projexservicepage .checkbox-radio input:checked:disabled+span {
    background: #414042;
}
#projexservicepage .checkbox-rules {
    display: flex;
}
#projexservicepage .checkbox-rules .control-label {
    padding-left: 10px;
}
#projexservicepage .service-policy a {
    text-decoration: underline;
}
#projexservicepage .service-policy a:hover {
    text-decoration: none;
}
#projexservicepage .hide_desk {
    display: none;
}
@media (max-width: 991px) {
    #projexservicepage .hide_mob {
        display: none;
    }
    #projexservicepage .hide_desk {
        display: block;
    }
}
.laptop_info_wrap .laptop_info_table {
    display: none;
}
.laptop_info_more {
    height: 40px;
    width: 100%;
    color: #414042;
    background: #EEEEEE;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .86px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.laptop_info_more::after {
    content: url("data:image/svg+xml,%3Csvg width='14px' height='9px' viewBox='0 0 14 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Edropdown — open%3C/title%3E%3Cg id='dropdown-—-open' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M6.5541,8.3139 C6.3191,8.3139 6.0841,8.2239 5.9061,8.0459 L0.2691,2.4089 C-0.0899,2.0499 -0.0899,1.4679 0.2691,1.1099 C0.6281,0.7529 1.2091,0.7529 1.5681,1.1099 L6.5541,6.0979 L11.5421,1.1109 C11.9001,0.7529 12.4811,0.7529 12.8401,1.1109 C13.1981,1.4689 13.1981,2.0509 12.8401,2.4089 L7.2031,8.0459 C7.0251,8.2249 6.7891,8.3139 6.5541,8.3139' id='Fill-11' fill='%23414042'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    right: 30px;
}
.laptop_info_wrap.open .laptop_info_more::after {
    transform: rotateZ(180deg);
}
.laptop_info_wrap.open .laptop_info_more {
    margin-bottom: 38px;
}
.laptop_info_wrap.open .laptop_info_table {
    display: block;
}
.product-cell .is_laptop-wrap, .product-laptop .form-basket, .product-laptop .product-detail-cell {
    display: none;
}
.product-laptop .product-cell .caption {
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    #improve_search + .list-pageinfo {
        padding-top: 0;
    }
}
#repair_search {
    margin: 50px 0 0;
}
#repair_search input {
    height: 30px;
    width: 750px;
    max-width: 100%;
    border: 0;
    text-align: center;
    font-size: 14px;
    padding: 0 10px 0 37px;
    background: #eeeeee url("./images/services/search.svg") no-repeat 10px 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#repair_search input::placeholder {
    white-space: nowrap;
}
#repair_search a {
    color: #07A2F7;
    font-family: Kelson;
    font-size: 12px;
    letter-spacing: 0.27px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -5px;
}
.help_max_filter {
    position: relative;
}
.help_max_filter:hover::after {
    content: attr(data-info);
    background: #414042;
    color: white;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    padding: 7px 12px;
    bottom: 37px;
    line-height: 17px;
    width: 199px;
    left: calc(50% - 53px);
    transform: translateX(-50%);
}
.help_max_filter:hover::before {
    content: '';
    position: absolute;
    bottom: 33px;
    background: #414042;
    left: calc(50% - 53px);
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    margin-left: -5px;
}






/* =========== fieldService ===========*/
.row_flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.aussendienst{

}
.image img{
    max-width: 100%;
}
div.title{
    padding: 59.5px 0;
}
div.title h1{
    margin: 0;
}
.hr_big{
    border-width: 5px;
    margin: 0;
}


.fieldService{

}
.fieldService .title h1{
    font-size: 30px;
}
.fieldService__text{
    padding: 20px 80px 20px 69px;
    text-align: center;
}
.fieldService__text-title{
    font-family: Kelson-Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    color: rgba(65, 64, 66, 1);
    letter-spacing: 0.35px;
}
.fieldService__text-title:not(:last-child){
    margin-bottom: 30px;
}
.fieldService__text p{
    font-weight: 400;
    color: rgba(65, 64, 66, 1);
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.35px;
}
.fieldService__text p b{
    font-weight: 500;
    font-family: Kelson-Medium;
}
.fieldService__text p:not(:last-child){
    margin-bottom: 30px;
}


.fieldService__nav{
    background: #EEEEEE;
    padding: 5px 0;
}
.fieldService__nav ul{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 4px;
    padding: 0;
    margin: 0;
}
.fieldService__nav ul li{
    list-style: none;
    width: 25%;
}
.fieldService__nav ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background-color: rgba(237, 31, 74, 1);
    color: rgba(255, 255, 255, 1);
    font-family: Kelson-Medium;
    font-size: 20px;
    font-weight: 500;
    font-style: medium;
    letter-spacing: 0.45px;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    transition: 0.2s;
}
.fieldService__nav ul li a:hover{
    background: #e90037;
}



/* =========== itService =========== */
.itService{
    padding: 24px 0 64px 0;
}
.itService__title{
    color: rgba(65, 64, 66, 1);
    font-family: Kelson-Medium;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.55px;
    text-align: center;
    line-height: 40px;
    padding: 41px 0;
    margin-bottom: 4px;
}
.itService .row{
    padding: 0 30px;
}
.container .row_p{
    margin-left: -15px;
    margin-right: -15px;
}
.row_p .col{
    padding-left: 15px;
    padding-right: 15px;
}
.itService p{
    color: rgba(65, 64, 66, 1);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.41px;
    text-align: center;
    line-height: 28px;
}
.itService p b{
    font-weight: 500;
}
.tService__bottom{
    display: flex;
    justify-content: center;
    margin-top: 56px;
}

.primary-btn{
    width: 100%;
    max-width: 467px;
    height: 74px;
    border-radius: 40px;
    border: none;
    outline: none;
    background-color: rgba(237, 31, 74, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    font-family: Kelson-Medium;
    font-size: 20px;
    font-weight: 500;
    font-style: medium;
    letter-spacing: 0.45px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    transition: 0.2s;
}
.primary-btn:hover{
    background: #e90037;
    color: rgba(255, 255, 255, 1);
}

/* ======== ourServices ======== */
.ourServices{

}
.title.red h1{
    color: rgba(237, 31, 74, 1);
}
.title.sm h1{
    font-size: 32px;
}
.ourServices__row{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.ourServices__item{
    width: 33.333333%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px 25px;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    min-height: 165px;
}
.ourServices__item:nth-child(3n){
    border-right: none;
}
.ourServices__item p{
    color: #414042;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2px;
    margin: 0;
}
.ourServices__item p span{
    font-family: Kelson-Medium;
    display: block;
    font-weight: 500;
    color: rgba(237, 31, 74, 1);
}
.ourServices .hr_big{
    border-width: 4px;
}
/* ========= maintenance ========= */
.maintenance__text{
    text-align: center;
    padding: 30px 35px;
}
.maintenance__text p{
    font-size: 24px;
    line-height: 40px;
    color: #414042;
    font-weight: 400;
    letter-spacing: 0.35px;
}
.maintenance__text p:not(:last-child){
    margin-bottom: 25px;
}
.maintenance__text p b{
    font-family: Kelson-Medium;
    display: block;
    font-weight: 500;
}
.maintenance__text .primary-btn{
    margin: 36px auto 0;
}
.maintenance .image img{
    height: 550px;
    object-fit: cover;
}

/* ========= contact ========= */
.contact{

}
.contact__text{
    text-align: center;
    padding: 15px 55px;
}
.contact__text p{
    font-size: 24px;
    line-height: 40px;
    color: #414042;
    font-weight: 400;
    letter-spacing: 0.35px;
}
.contact__text p:not(:last-child){
    margin-bottom: 25px;
}
.contact__text p b{
    font-family: Kelson-Medium;
    display: block;
    font-weight: 500;
}
.contact__text p a{
    text-decoration: none;
    color: #414042;
}
.contact__text p a:hover{
    text-decoration: underline;
}
.contact__text .primary-btn{
    margin: 52px auto 0;
}

/* ========= technicians ========= */
.technicians{
    padding-bottom: 30px;
}
.technicians__row{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 0 -15px;
    padding: 0 30px;
}
.technicians__item{
    width: 33.333333%;
    padding: 0 15px;
}
.technicians__item-img{
    height: 487px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 26px;
}
.technicians__item-name{
    font-family: Kelson-Medium;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: #414042;
}
.technicians__item-desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #414042;
}
.technicians__item-contact{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #414042;
    text-decoration: underline;
}
.technicians__item-contact:hover{
    text-decoration: none;
}
/* ========= desc ========= */
.desc{
    padding: 35px 0 40px 0;
}
.desc__row{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 0 -15px;
    padding: 0 30px;
}
.desc__item{
    width: 33.333333%;
    padding: 0 15px;
}
.desc__item p{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #414042;
}
.desc__item p b{
    display: block;
    font-family: Kelson-Medium;
    font-weight: 500;
}
.desc__item p:not(:last-child){
    margin-bottom: 28px;
}

@media (max-width: 1199px) {
    .fieldService__text p{
        font-size: 16px;
        line-height: normal;
    }
    .fieldService__text-title{
        font-size: 18px;
        line-height: normal;
    }
    .fieldService__text-title:not(:last-child) {
        margin-bottom: 15px;
    }
    .itService p{
        font-size: 16px;
    }
    .maintenance__text p{
        font-size: 18px;
        line-height: normal;
    }
    .maintenance .image img{
        height: auto;
    }
    .contact__text p{
        font-size: 18px;
        line-height: normal;
    }
}
@media (max-width: 991px) {
    .technicians__item-img{
        height: 374px;
    }
    .fieldService__text{
        padding: 10px 20px;
    }
    .fieldService__text-title{
        font-size: 16px;
    }
    .fieldService__text p{
        font-size: 14px;
    }
    .fieldService__nav ul li a{
        font-size: 16px;
        height: 45px;
    }
    .itService__title{
        padding: 20px 0;
    }
    .itService p{
        font-size: 14px;
        line-height: 1.2;
    }
    .tService__bottom{
        margin: 20px auto 0;
    }
    .primary-btn{
        font-size: 16px;
        max-width: 360px;
        height: 60px;
    }
    .ourServices__item p{
        font-size: 14px;
        line-height: 1.4;
    }
    .title{
        padding: 30px 0;
    }
    .maintenance__text p{
        font-size: 14px;
    }
    .maintenance__text , .contact__text , .fieldService__text{
        padding: 10px 20px;
    }
    .contact__text p{
        font-size: 14px;
    }
    .contact__text p:not(:last-child) {
        margin-bottom: 15px;
    }
    .technicians__item-img{
        height: 275px;
    }
    .desc__item p{
        font-size: 14px;
        line-height: 1.4;
    }
    .desc__item p:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .maintenance__text, .contact__text, .fieldService__text{
        padding: 30px 30px;
    }
    .fieldService__nav ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px;
    }
    .fieldService__nav ul li{
        width:auto;
    }
    .ourServices__item{
        width: 100%;
    }
    .ourServices__item{
        min-height: auto;
        padding: 30px 25px;
    }
    .maintenance .row_flex{
        flex-direction: column-reverse;
    }
    .technicians__row{
        overflow: auto;
        flex-wrap: nowrap;
        margin: 0;
        padding: 0 30px 30px 30px;
    }
    .technicians__item{
        flex-shrink: 0;
        width: 240px;
        padding: 0 5px;
    }
    .technicians__item-img{
        height: 315px;
        margin-bottom: 10px;
    }
    .desc__item{
        width: 100%;
    }
    .itService{
        padding: 30px 0;
    }
    .tService__bottom{
        padding: 0 30px;
    }
    .primary-btn {
        font-size: 14px;
        max-width: 360px;
        height: 50px;
    }
    div.title h1{
        line-height: normal;
    }
    div.title.sm h1 {
        font-size: 28px;
    }
    .itService__title{
        padding: 20px 30px;
        font-size: 20px;
        line-height: normal;
    }
    .fieldService__nav ul li a{
        font-size: 15px;
    }
}