/*dev custom*/

@font-face {
    font-family: 'Roboto-R';
    src: url("https://cdn03.plentymarkets.com/1jrzttbjxljy/frontend/fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: 'Roboto-L';
    src: url("https://cdn03.plentymarkets.com/1jrzttbjxljy/frontend/fonts/Roboto-Light.ttf");
}

@font-face {
    font-family: 'Roboto-B';
    src: url("https://cdn03.plentymarkets.com/1jrzttbjxljy/frontend/fonts/Roboto-Black.ttf");
}

@font-face {
    font-family: 'Rosario-R';
    src: url("https://cdn03.plentymarkets.com/1jrzttbjxljy/frontend/fonts/Rosario-Regular.ttf");
}

@font-face {
    font-family: 'Myriad-Pro-R';
    src: url("https://cdn03.plentymarkets.com/1jrzttbjxljy/frontend/fonts/Myriad-Pro-Regular.ttf");
}

@font-face {
    font-family: 'Cyan-Regular';
    src: url("https://cdn03.plentymarkets.com/1jrzttbjxljy/frontend/fonts/Cyan-Regular.ttf");
}

.container-max-custom {
    max-width: 100%;
}

body {
    font-family: 'Roboto-R';
}

.font-rl {
    font-family: 'Roboto-L';
}

.font-rb {
    font-family: 'Roboto-B';
}

.font-rosario-r {
    font-family: 'Rosario-R';
}

.font-cyan {
    font-family: 'Cyan-Regular';
}

#vue-app {
    overflow: hidden;
    margin-top: 0 !important;
}

input {
    -webkit-border-radius: 0;
}

a {
    color: #000000;
    outline: none;
}

.btn-outline-primary {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    color: white;
    background-color: #a61512;
}

.btn-outline-primary:hover,
.btn-primary:hover {
    background-color: #e00804;
    border-color: transparent !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    color: white;
    background-color: #a61512;
}

.btn-primary {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    color: white;
    background-color: #a61512;
}

.btn-primary:focus {
    background-color: #b0312e;
    box-shadow: 0 0 0 .2rem rgb(255, 255, 255);
}



.header-container .top-bar {
    background-color: #080808;
}

.header-container .top-bar .headline .headline-left-mobile {
    display: none;
}

.header-container .top-bar .headline {
    font-size: 17px;
}

.controls-list .nav-link:hover {
    background-color: inherit;
    color: #c00d0d;
    border-right-color: white;
}

.normalmenu .collapse {
    max-width: 100%;
}


/* Update css feedback 32-12 */

.normalmenu a {
    width: 100%;
}

.list-group .list-group-item.small {
    color: red;
}

.pagination.widget-alignment .page-item.active .page-link {
    background-color: red;
    border-color: red;
}

.page-search .pagination {
    margin: 1rem 1rem 1rem 0;
}

.availability-custom.availability-1 {
    color: #28a745;
    background-color: inherit;
}

.availability-custom.availability-5 {
    color: #dc3545;
    background-color: inherit;
}

.text-dark-blue .availability.availability-1 {
    color: #28a745;
}

.text-dark-blue .availability.availability-5 {
    color: #dc3545;
}

.text-dark-blue .availability.availability-10 {
    color: #f8c466;
}

.text-dark-blue .availability {
    background-color: inherit !important;
}

.text-dark-blue .availability {
    white-space: inherit;
    display: inline;
    font-size: 1rem;
    font-weight: 400;
    padding: 0;
}


/*End Update css feedback 32-12 */

header .main-navbar-collapsable .mainmenu>li:hover>ul,
.main-navbar-collapsable .mainmenu>li.hover>ul {
    z-index: 1071;
}

header .main-navbar-collapsable.d-none.d-lg-block {
    background: #020202;
    max-width: 1600px;
    margin: 0 auto;
}

header .main-navbar-collapsable .mainmenu>li:hover,
.main-navbar-collapsable .mainmenu>li.hover {
    background: #c00d0d;
}

header .main-navbar-collapsable .mainmenu>li.scopesearch:hover {
    background: transparent;
}

header .main-navbar-collapsable .mainmenu>li:hover>a,
.main-navbar-collapsable .mainmenu>li.hover>a {
    color: black;
}

header .main-navbar-collapsable .mainmenu {
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-pack: center;
    justify-content: center;
    float: inherit;
}

header .main-navbar-collapsable .mainmenu .fixed-search {
    width: 100%;
}

header .main-navbar-collapsable .mainmenu>li>a {
    border-style: none;
}

header .main-navbar-collapsable .mainmenu .icon-search-submit {
    width: 30px;
}

header .navbar-default .collapse {
    background: #c00d0d;
    color: black;
    border-top: 2px solid;
}

.collapse::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.collapse::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #cecece;
}

header .top-bar .controls-list .toggle-basket-preview .sum-basket {
    font-size: 15px;
    vertical-align: super;
    color: #eb1d25;
}

header .top-bar .controls-list .toggle-basket-preview img {
    width: 24px;
}

header .top-bar .controls-list {
    margin-bottom: 5px;
}

header .container-max-custom .d-none-desktop {
    background-color: #020202;
}

header .container-max-custom .image-background a img:last-child {
    display: none;
}

header .container-max-custom .image-background a:hover img:last-child {
    display: block;
}

header .container-max-custom .image-background a:hover img:first-child {
    display: none;
}

header .normalmenu .collapse-inner>li:hover {
    background: #9c1313;
}


/* Css Navigation */

.list-inline-item .nav-link {
    border-right: 1px solid;
    line-height: 0;
    font-size: 17px;
}

.list-inline-item .nav-link .fa {
    display: none;
}

.controls-list .list-inline-item {
    font-size: 19px;
}

.list-inline-item .bd-none {
    border-right: none;
}

.controls-list .toggle-basket-preview {
    padding: 0;
}

.controls-list .toggle-basket-preview .badge,
.controls-list .toggle-basket-preview i {
    font-size: 21px;
    color: #eb1d25;
}

.navbar-default .image-background img {
    width: 100%;
}


/* Css .footer*/

.footer {
    max-width: none;
    background-color: #161616;
    padding-top: 45px;
    border-top: 1px solid #ddd;
    color: #fff;
}

.footer>.row {
    max-width: 1200px;
    margin: 0 auto;
}

.footer .f-links .sub-h2 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    font-size: 18px;
}

.footer .footerLine {
    margin: 95px auto 0;
    padding: 0 0 25px;
}

.footer .footerLine a:hover {
    color: #c00d0d;
}

.footer ul li a:hover {
    color: #c00d0d;
}

.footer .footerLine .bdr-1 {
    border-right: 1px solid #ffffff;
}

.footer .footerLine .bdr-1:last-child {
    border-right: none;
}

.footer .footerLine-bottom {
    padding: 10px 0;
    color: #212529;
}

.footer .footerLine-top {
    padding: 20px 0;
}

.footer .footerLine-top .icons-.footer {
    text-align: center;
}

.footer .footerLine-top .icons-.footerimg {
    width: 100px;
    box-shadow: 1px 2px 2px 0 rgb(177 173 173 / 50%);
    margin: 10px;
}

.footer .footerLine-top .icons-.footerimg:hover {
    transform: scale(1.1);
}

.footer .footerLine-bottom .fa-facebook-f {
    font-size: 38px;
}

.footer .footerLine-bottom .fa-instagram {
    font-size: 38px;
}

.footer .footerLine-bottom .copyright {
    color: #8c8c8c;
    padding: 7px 0;
    margin: 0;
}

.footer #fourth ul.footerList {
    margin-bottom: 1rem;
}

.footer .footerLine-bottom .icons .icon {
    display: inline-block;
    margin-right: 10px;
}

.footer .footerLine-bottom .icons .icon img {
    width: 130px;
}

.footer .footerList li {
    display: flow-root;
}

.footer .form-inline .form-control {
    width: 100%;
}

.footer .form-inline .form-control.cl-danger {
    border: #560808;
    background-image: linear-gradient(-180deg, #e66b6b 5%, #c00d0d 10%);
    color: #000000;
    text-align: left;
    font-family: 'Roboto-R';
    box-shadow: inset -1px -2px 3px 2px #610706;
}

.footerbutton.form-control:hover {
    opacity: 0.7;
}

.footer .form-inline .cl-white {
    background: #f8f8f8;
    color: #000000;
    box-shadow: inset 0px 1px 3px 2px #d1d0d1;
}

.footer .form-inline .cl-white::placeholder {
    color: black;
}


/* End Css .footer*/


/*Css Home Page */

.main .news-section {
    margin: 0;
}

.page-home .wrapper .home-box img {
    width: 100%;
}

.page-home .wrapper .home-box img.img-location {
    width: 40px;
    height: auto;
    position: absolute;
    right: 80px;
    top: 60px;
    background-color: inherit;
    filter: brightness(100%);
}

.main .container {
    background: #585758;
    padding: 0 50px 50px;
    box-shadow: -5px 0 110px #000000;
}

.main {
    background-image: url("../images/gallery/layout/hintergrund.webp");
    background-color: #1c1c1a;
    background-size: 100%;
}

.page-legal-disclosure .page-content,
.page-cancellation-rights .page-content,
.page-privacy-policy .page-content,
.page-terms-conditions .page-content {
    background: white;
}

.page-home .imageBox img {
    width: 100%;
}

.page-home .home-search .search-lead {
    padding: 0;
}

.page-home .home-search .search-lead .position-relative .h-60 {
    height: 60px;
}

.page-home .list-item-neu .home-neuheit {
    background-size: cover;
    background-image: url("../images/gallery/layout/neuheiten.webp");
}

.page-home .list-item-neu .home-neuheit:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.page-home .list-item-neu .home-neuheit:hover:before {
    content: none;
}

.page-home .list-item-neu .home-neuheit:hover button {
    background: #1c1c1a;
    border: 2px solid #ffffff;
}

.page-home .list-item-angebote .home-angebote {
    background-image: url("../images/gallery/layout/angebote.webp");
    background-size: cover;
}

.page-home .list-item-angebote .home-angebote:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.page-home .list-item-angebote .home-angebote:hover:before {
    content: none;
}

.page-home .list-item-angebote .home-angebote:hover button {
    background: #1c1c1a;
    border: 2px solid #ffffff;
}

.page-home .list-item-sparpakete .home-sparpakete {
    background-size: cover;
    background-image: url("../images/gallery/layout/sparpakete.webp");
}

.page-home .list-item-sparpakete .home-sparpakete:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.page-home .list-item-sparpakete .home-sparpakete:hover:before {
    content: none;
}

.page-home .list-item-sparpakete .home-sparpakete:hover button {
    background: #1c1c1a;
    border: 2px solid #ffffff;
}

.page-home .list-item .title-item {
    font-size: 33px;
    color: white;
    border-bottom: 3px solid white;
    display: table-caption;
    padding-bottom: 5px;
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer */
    -khtml-user-select: none;
    /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none;
    /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none;
    /* Disable Android and iOS callouts*/
    position: relative;
}

.page-home .list-item-neu .home-neuheit button {
    position: absolute;
    bottom: 40px;
    color: #ffffff;
    padding: 7px;
    font-size: 17px;
    pointer-events: auto;
    border: 2px solid #864040;
    background: #a61512;
}

.page-home .list-item .home-angebote button {
    position: absolute;
    bottom: 40px;
    color: #ffffff;
    padding: 7px;
    border: 2px solid #864040;
    background: #a61512;
    font-size: 17px;
}

.page-home .list-item .home-sparpakete button {
    position: absolute;
    bottom: 40px;
    color: #ffffff;
    padding: 7px;
    border: 2px solid #864040;
    background: #a61512;
    font-size: 17px;
}

.page-home .list-item-neu {
    background-color: #f8f8f8;
    box-shadow: 0 0 25px #000000;
}

.page-home .list-item-angebote {
    background-color: #f8f8f8;
    box-shadow: 0 0 25px #000000;
}

.page-home .list-item-sparpakete {
    background-color: #f8f8f8;
    box-shadow: 0 0 25px #000000;
}

.page-home .search-lead .search-submit {
    background-color: white;
}

.page-home .search-lead .search-input {
    font-size: 20px;
    color: #959595;
    padding: 0 0 0 30px;
}

.page-home .search-lead .search-submit .icon-search-submit {
    width: 25px;
}

.page-home .search-lead .search-submit .fa-search {
    transform: scaleX(-1);
    color: black;
}

.page-home .home-box .text-bottom-left {
    position: absolute;
    bottom: 0;
    color: white;
    width: 100%;
    background-color: rgb(4 4 4 / 56%);
    font-weight: bold;
    padding: 0 10px;
}

.page-home .home-box .text-bottom-left.text-custom {
    width: calc(100% - 15px);
}

.page-home .home-box .text-content {
    font-weight: 500;
}

.page-home .home-box.dark-color img {
    filter: brightness(40%);
}

.page-home .home-box .home-left:hover>a>img {
    filter: brightness(100%);
}

.page-home .home-box .home-middle:hover>a>img {
    filter: brightness(100%);
}

.page-home .home-box .home-right:hover>a>img {
    filter: brightness(100%);
}

.page-home .home-box .home-left:hover>a>.text-bottom-left {
    opacity: 0;
}

.page-home .home-box .home-middle:hover>a>.text-bottom-left {
    opacity: 0;
}

.page-home .home-box .home-right:hover>a>.text-bottom-left,
.page-home .home-box .home-right:hover>a>.img-location {
    opacity: 0;
}

.page-home .home-box .home-left img,
.home-middle img,
.home-right img {
    height: 188px;
    object-fit: cover;
}

.page-home .home-box .home-left {
    padding: 0 15px 0 0;
}

.page-home .home-box .home-middle {
    padding: 0;
}

.page-home .home-box .home-right {
    padding: 0 0 0 15px;
    overflow: hidden;
}

.page-home .list-item .thumb-content .rating-item {
    font-size: 10px;
}

body .feedback-stars-average.feedback-stars-average .feedback-star {
    height: 12px;
    width: 12px;
    font-size: 12px;
}

body .feedback-stars-average {
    height: 20px;
    vertical-align: inherit;
    margin-left: 0;
}

.page-singleitem .feedback-stars-average .feedback-stars-background .feedback-star {
    color: orange;
}

.page-singleitem .priceContainer .item-price {
    display: inline-flex;
    vertical-align: super;
}

.page-singleitem .priceContainer .item-price .crossprice {
    font-size: xx-large;
    margin: 0;
}

.page-home .list-item .thumb-content .thumb-meta .price {
    text-align: left;
    color: #e2171e !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 5px 0;
}

.thumb-content .thumb-meta .price .price-view-port {
    display: inline-block;
}

.page-home .list-item .thumb-content .thumb-meta .price .price-book {
    line-height: 20px;
}

.socical-fixed-right {
    height: 150px;
    width: 70px;
    background-color: #6f6f6f;
    color: white;
    position: fixed;
    top: 50%;
    right: 0;
    display: grid;
    box-shadow: inset 0 0 2px 2px #908f8f;
    z-index: 2;
}

.socical-fixed-right a {
    text-align: center;
    font-size: 35px;
    transition: transform .25s ease;
}

.socical-fixed-right a:hover {
    transform: scale(1.5);
}

.socical-fixed-right a i {
    margin: 0 !important;
    font-size: 40px;
    color: black;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}

.socical-fixed-right a i:hover {}

.list-icon-mobile {
    display: none;
}


/* Css Category View Page */

.product-list .thumb-content .thumb-meta .price {
    text-align: left;
    color: #e2171e !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    padding: 5px 0;
}

.product-list .thumb-content .thumb-meta .price .price-book {
    line-height: 20px;
}

.cmp-product-thumb .thumb-content .thumb-meta .price .av img {
    float: left;
    margin-right: 5px;
}

.cmp-product-thumb .thumb-content .thumb-meta .price .av .right {
    float: left;
}

.product-list .thumb-content .rating-item {
    font-size: 10px;
}

.header-search-category {
    background-image: linear-gradient(rgb(0 0 0 / 0.8), rgb(0 0 0 / 0.8)), url("../images/gallery/layout/headerbildsearch.webp");
    background-size: cover;
    background-position: center;
}

.category-582 .header-search-category {
    background-image: linear-gradient(rgb(0 0 0 / 0.8), rgb(0 0 0 / 0.8)), url("../images/gallery/layout/airsoft_category_header.webp");
}

.header-search-category .search-category {
    margin-bottom: 100px;
}

.header-search-category .search-category .logo-search-category {
    text-align: center;
    margin-top: 50px;
}

.header-search-category .search-category .logo-search-category img {
    width: 200px;
}

.header-search-category .search-category .content-search-category {
    margin-top: 100px;
    text-align: center;
}

.header-search-category .search-category .content-search-category .title-search-category {
    font-size: 3em;
    color: #ffffff;
    font-family: 'Myriad-Pro-R';
}

.header-search-category .search-category .content-search-category .position-relative {
    width: 60%;
    margin: 50px auto 0;
}

.header-search-category .search-category .content-search-category .position-relative .search-input {
    padding: 15px;
}

.header-search-category .search-category .content-search-category .position-relative .search-submit {
    background-color: #ffffff;
}

.header-search-category .search-category .content-search-category .position-relative .search-submit img {
    width: 30px;
}

.page-home .header-search-category {
    display: none;
}

.page-home header .container-max-custom .d-none-desktop .image-background {
    display: block;
}

header .container-max-custom .d-none-desktop .image-background {
    display: none;
}

.page-category-item .main .wrapper .container {
    padding: 0 30px 60px;
    box-shadow: none;
}

.page-tags .title-name-category {
    display: none;
}

.page-tags .title-tags-category {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.page-category-item .main .wrapper .container .categoryView,
.page-tags .main .wrapper .container .categoryView,
.page-search .main .wrapper .container .categoryView {
    background: #ffffff;
    padding: 0 0 0 45px;
    box-shadow: -5px 0 110px #000000;
}

.page-category-item .main .wrapper .container .categoryView .list-item-category .pagination-custom,
.page-tags .main .wrapper .container .categoryView .list-item-category .pagination-custom,
.page-search .main .wrapper .container .categoryView .list-item-category .pagination-custom {
    margin: 90px 0 30px;
}

.page-category-item .main .wrapper .container .categoryView .list-item-category .product-list,
.page-tags .main .wrapper .container .categoryView .list-item-category .product-list,
.page-search .main .wrapper .container .categoryView .list-item-category .product-list {
    background: #f6f6f6;
    margin: 0 0 0 -15px;
}

.page-category-item .main .wrapper .container .categoryView .list-item-category .product-list .list-item-cate,
.page-tags .main .wrapper .container .categoryView .list-item-category .product-list .list-item-cate,
.page-search .main .wrapper .container .categoryView .list-item-category .product-list .list-item-cate {
    padding: 10px 10px 0;
}

.page-category-item .categoryView .filterSubnavigationPanel,
.page-tags .categoryView .filterSubnavigationPanel,
.page-search .categoryView .filterSubnavigationPanel,
.page-tags .categoryView .filterSubnavigationPanel {
    background-color: #000000;
    color: white;
    padding: 0 25px;
    background-image: url("../images/gallery/layout/paintball-kategoriebild.png");
    background-position: bottom;
    background-repeat: no-repeat;
 object-fit: cover;
}

.page-category-item.category-582 .categoryView .filterSubnavigationPanel {
    background-image: url("../images/gallery/layout/airsoft_kategoriebild.png");
 object-fit: cover;

}

.page-category-item.category-583 .categoryView .filterSubnavigationPanel {
    background-image: url("../images/gallery/layout/airsoft_kategoriebild.png");
 object-fit: cover;

}

.page-category-item .categoryView .filterSubnavigationPanel .suche-category,
.page-tags .categoryView .filterSubnavigationPanel .suche-category,
.page-search .categoryView .filterSubnavigationPanel .suche-category {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 100px;
    position: relative;
    letter-spacing: 1px;
}

.page-category-item .categoryView .filterSubnavigationPanel .suche-category:before,
.page-tags .categoryView .filterSubnavigationPanel .suche-category:before,
.page-search .categoryView .filterSubnavigationPanel .suche-category:before {
    position: absolute;
    background: #fcfcfc;
    height: 2px;
    content: '';
    width: 50%;
    bottom: -1px;
}

.page-category-item .categoryView .filterSubnavigationPanel .subnavigationPanel .h3,
.page-tags .categoryView .filterSubnavigationPanel .subnavigationPanel .h3,
.page-search .categoryView .filterSubnavigationPanel .subnavigationPanel .h3 {
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1.5px solid #e5e5e5;
    width: 70%;
    margin-top: 35px;
}

.page-category-item .categoryView .filterSubnavigationPanel .subnavigationPanel .h3:before,
.page-tags .categoryView .filterSubnavigationPanel .subnavigationPanel .h3:before,
.page-search .categoryView .filterSubnavigationPanel .subnavigationPanel .h3:before {
    position: absolute;
    background: #ea0a0b;
    height: 3px;
    content: '';
    width: 30%;
    bottom: -3px;
}

.categoryView .info-sort-item .list-brand {
    margin-right: 15px;
}

.categoryView .info-sort-item .category-brand {
    margin-right: 15px;
}

.categoryView .info-sort-item .list-brand .list-img {
    padding: 5px;
}

.categoryView .info-sort-item .list-brand .list-img {
    display: none;
}

.categoryView .info-sort-item .category-brand .list-category-img {
    padding: 5px;
}

.categoryView .info-sort-item .list-brand .list-img .bg-color {
    background-color: #585758;
    box-shadow: inset -1px -1px 3px 1px #292525;
    padding: 20px;
}

.categoryView .info-sort-item .category-brand .list-category-img .bg-color {
    background-color: #585758;
    box-shadow: inset -1px -1px 3px 1px #292525;
    padding: 20px;
}

.categoryView .info-sort-item .list-brand .list-img .bg-color:hover {
    background-color: #c00d0d;
    box-shadow: inset -1px -1px 3px 1px #610706;
}

.categoryView .info-sort-item .list-brand .list-img .bg-color.active {
    background-color: #c00d0d;
    box-shadow: inset -1px -1px 3px 1px #610706;
}

.categoryView .info-sort-item .list-brand .circle-image {
    background: white;
    padding-bottom: 100%;
    width: 100%;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}

.categoryView .info-sort-item .list-brand img {
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
    padding: 15px;
}

.categoryView .info-sort-item .list-brand .title-brand {
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin: 20px 0 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2em;
    font-size: 15px;
}

.categoryView .info-sort-item .category-brand .main-title-brand {
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3rem;
    font-size: 3rem;
}

@media (max-width: 767.98px) {
    .categoryView .info-sort-item .category-brand .list-category-img .bg-color:not(.active)::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .categoryView .info-sort-item .category-brand .list-category-img .main-title-brand {
        font-size: 2rem;
        height: 2rem;
    }
}

@media (max-width: 360px) {
    .categoryView .info-sort-item .category-brand .list-category-img .main-title-brand {
        font-size: 1.6rem;
        height: 1.6rem;
    }
}

.categoryView .info-sort-item .category-brand .list-category-img .bg-color.active {
    background-color: #c00d0d;
}

.categoryView .info-sort-item .category-brand .list-category-img .bg-color:not(.active)::before {
    content: "zu";
    font-size: 3rem;
    height: 3rem;
    text-align: center;
    margin: 0 10px 0 0;
    !important;
    line-height: 1.1;
    color: #fff
}

.categoryView .info-sort-item .category-brand .list-category-img .bg-color:not(.active):hover {
    background-color: #c00d0d;
}

.categoryView .info-sort-item .category-brand .list-category-img .bg-color h2 {
    display: inline-block;
}

.categoryView .info-sort-item .category-brand .list-category-img .bg-color {
    display: flex;
    justify-content: center;
    align-items: center;
}

#filterCollapse .page-content .card .form-check .form-check-label::before {
    font-family: "FontAwesome";
    content: "\f111";
    position: absolute;
    left: 0;
    font-size: 8px;
}

#filterCollapse .page-content .card .form-check .form-check-input:checked+label::before {
    font-family: "FontAwesome";
    content: "\f05d";
    font-size: 12px;
    color: red;
}


/* navigation tree */

.navigationTree ul {
    list-style-type: none;
}

.navigationTree ul {
    padding: 0 0 0 18px;
}

.js .navigationTree ul {
    display: none;
}

.js .navigationTree>ul,
.navigationTree .open>ul {
    display: block;
}

.navigationTree>ul {
    padding: 0;
}

.navigationTree li {
    position: relative;
}

.openCloseToggle {
    position: absolute;
    display: block;
    z-index: 1;
    top: -5px;
    height: 24px;
    left: -15px;
    width: 18px;
    cursor: pointer;
}

.openCloseToggle:before,
li.open.animating>.openCloseToggle:before {
    position: absolute;
    display: block;
    top: 10px;
    left: 5px;
}

.no-touch .openCloseToggle:hover:before,
.no-touch li.open.animating>.openCloseToggle:hover:before {
    border-color: transparent #ebae00;
}

.no-touch li.open>.openCloseToggle:hover:before,
.no-touch li.animating>.openCloseToggle:hover:before {
    border-color: #ebae00 transparent;
}

.back-to-top {
    bottom: 7rem !important;
}


/* modern browsers only */

@media only screen {
    .openCloseToggle:before {
        transition: all 300ms ease 0s;
    }
    .openCloseToggle:before,
    li.open.animating>.openCloseToggle:before {
        transform: rotate(0deg);
    }
    li.open>.openCloseToggle:before,
    li.animating>.openCloseToggle:before {
        transform: rotate(90deg);
    }
    .no-touch li.open>.openCloseToggle:hover:before,
    .no-touch li.animating>.openCloseToggle:hover:before {
        border-color: transparent #ebae00;
    }
}

@media only screen and (max-width: 991px) {
    .navbar .nav li>.openCloseToggle:before,
    .navbar .nav li.open.animating>.openCloseToggle:before {
        transform: rotate(90deg);
    }
    .navbar .nav li.open>.openCloseToggle:before,
    .navbar .nav li.animating>.openCloseToggle:before {
        border-style: solid none solid solid;
        border-color: transparent #ebae00;
        transform: rotate(-90deg);
    }
    .no-touch .navbar .nav li.open>.openCloseToggle:hover:before,
    .no-touch .navbar .nav li.animating>.openCloseToggle:hover:before {
        border-color: transparent #ccc;
    }
}

.navigationTree a.treeLink,
.facetValueLabel,
.AvailabilityFilterElement>label,
.CharacterFilterElement>label {
    display: block;
    margin: 0;
    padding: 4px 2px 4px 1px;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 18px;
    color: inherit;
    text-decoration: none;
    word-wrap: break-word;
    cursor: pointer;
    font-size: 16px;
}

.navigationTree a.treeLink {
    font-size: 18px;
}

.navigationTree ul.level-2 a.treeLink {
    font-size: 17px;
}

.navigationTree ul.level-2 a.treeLink:hover {
    color: #c00d0d;
}

.navigationTree li.active>a {
    color: #c00d0d;
}

.treeLink:after {
    content: "";
    display: table;
    clear: both;
}

.singleItemView .navigationTree>ul {
    max-height: 500px;
    overflow: auto;
}

.page-category-item .product-list .add-to-basket-list li,
.page-tags .product-list .add-to-basket-list li,
.page-search .product-list .add-to-basket-list li {
    display: block;
}

.page-category-item .page-item,
.page-tags .page-item {
    padding: 0 2px;
}

.page-category-item .page-item .page-link,
.page-tags .page-item .page-link {
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    box-shadow: inset -2px -2px 2px 0 #9E9E9E;
    border-color: #e0e0e0;
}

.page-category-item .page-item .page-link:hover,
.page-tags .page-item .page-link:hover {
    opacity: 0.7;
}

.page-category-item .page-item.active .page-link,
.page-tags .page-item.active .page-link {
    background-color: #aaa9aa;
}

.page-category-item .navbar-left span,
.page-tags .navbar-left span {
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}

.page-category-item .navbar-left,
.page-tags .navbar-left {
    display: inline-block;
}

.page-category-item .list-itemsperpage .PlentyCategoriesListItemsPerPageSelect,
.page-tags .list-itemsperpage .PlentyCategoriesListItemsPerPageSelect {
    float: right;
    width: 50px;
    box-shadow: inset -2px -2px 2px 0 #9E9E9E;
    border-color: #e0e0e0;
    padding: 0;
    font-family: 'Myriad-Pro-R';
}

.page-category-item .categoryView .breadcrumb-category .breadcrumb {
    background-color: inherit;
    font-size: 15px;
    padding: 0;
}

.page-category-item .categoryView .breadcrumb-category .breadcrumb .breadcrumb-item a {
    color: #0a0c09;
}

.page-category-item .categoryView .breadcrumb-category .breadcrumb .breadcrumb-item.active {
    color: #0a0c09;
}

.page-category-item .categoryView .breadcrumb-category .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.page-category-item .categoryView .breadcrumb-category .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0;
}

.page-category-item .categoryView .info-sort-item,
.page-tags .categoryView .info-sort-item {
    padding: 0 15px;
}

.page-category-item .categoryView .info-sort-item .title-name-category,
.page-tags .categoryView .info-sort-item .title-name-category,
.page-search .categoryView .info-sort-item .title-name-category {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.page-category-item .categoryView .info-sort-item .list-controls .list-sort,
.page-tags .categoryView .info-sort-item .list-controls .list-sort,
.page-search .categoryView .info-sort-item .list-controls .list-sort {
    padding: 15px 0;
}

.page-category-item .categoryView .info-sort-item .list-controls .list-sort span,
.page-tags .categoryView .info-sort-item .list-controls .list-sort span,
.page-search .categoryView .info-sort-item .list-controls .list-sort span {
    padding: 5px 5px 0 0;
    color: #949494;
}

.page-category-item .categoryView .info-sort-item .list-controls .list-sort .custom-select,
.page-tags .categoryView .info-sort-item .list-controls .list-sort .custom-select,
.page-search .categoryView .info-sort-item .list-controls .list-sort .custom-select {
    width: auto;
    border: 1px solid #c7c6c6;
    background: #fff url("../images/gallery/button/angle-arrow-down.svg") no-repeat right 1rem center/8px 10px;
    padding: 5px 2rem 5px 5px;
    color: #949494;
    font-family: 'Roboto-R';
}

option {
    font: -moz-pull-down-menu;
    font-size: 1rem;
    -webkit-appearance: transparent;
    -moz-appearance: transparent;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.page-category-item .categoryView .info-sort-item .list-controls .list-sort .custom-select option {
    color: #949494;
}

.categoryView .info-sort-item .other-brands button {
    float: right;
    text-transform: uppercase;
    color: #585758;
    padding: 5px 0;
    border: none;
    background: none;
}

.page-category-item .categoryView .filter-main .filterPanel .filterLabel,
.page-tags .categoryView .filter-main .filterPanel .filterLabel {
    text-transform: uppercase;
    padding: 5px 0;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1.5px solid #e5e5e5;
    width: 70%;
}

.page-category-item .categoryView .filter-main .filterPanel .item-price,
.page-tags .categoryView .filter-main .filterPanel .item-price {
    padding: 10px 0;
}

.page-category-item .categoryView .filter-main .filterPanel .item-price button.btn,
.page-tags .categoryView .filter-main .filterPanel .item-price button.btn {
    border: #560808;
    background-image: linear-gradient(-180deg, #e66b6b 5%, #c00d0d 10%);
    box-shadow: inset -1px -2px 3px 2px #610706;
    font-size: 17px;
}

.page-category-item .categoryView .filter-main .filterPanel .list-form-check,
.page-tags .categoryView .filter-main .filterPanel .list-form-check {
    padding: 25px 0 0;
}

.page-category-item .categoryView .filter-main .filterPanel .filterLabel:before,
.page-tags .categoryView .filter-main .filterPanel .filterLabel:before {
    position: absolute;
    background: #ea0a0b;
    height: 3px;
    content: '';
    width: 30%;
    bottom: -3px;
}

.page-category-item .categoryView .filter-main .filterPanel .page-content,
.page-tags .categoryView .filter-main .filterPanel .page-content,
.page-search .categoryView .filter-main .filterPanel .page-content {
    padding: 0;
}

.page-category-item .categoryView .filter-main .filterPanel .page-content .card-columns .card,
.page-tags .categoryView .filter-main .filterPanel .page-content .card-columns .card,
.page-search .categoryView .filter-main .filterPanel .page-content .card-columns .card {
    background-color: inherit;
}

.card-columns .form-check .filter-badge {
    display: none;
}

.page-category-item .input-group-prepend .input-group-text,
.page-search .input-group-prepend .input-group-text,
.page-tags .input-group-prepend .input-group-text {
    color: white;
    background-color: #565656;
    border: #560808;
    box-shadow: inset -1px -2px 3px 2px #383131;
}

.page-category-item .toTop .onlyIcon,
.page-tags .toTop .onlyIcon {
    color: #000000;
    text-align: left;
    box-shadow: inset -2px -2px 2px 0 #9E9E9E;
    border-color: #e0e0e0;
    font-size: 20px;
}


/* End Css Category View Page */

.page-search .main .container {
    padding: 0 30px 60px;
    box-shadow: none;
}


/* Css Register Page */

.page-register .container .registration {
    background-color: white;
    box-shadow: 0 0 25px #000000;
    padding-bottom: 300px;
}

.page-register .registration .title-register {
    text-transform: uppercase;
    color: #c00d0d;
    border-bottom: 3px solid #c00d0d;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 600;
    margin-top: 0;
}

.page-register .registration .modal-body {
    padding: 20px 0;
}

.page-register .registration .img-register {
    width: 100%;
}

.page-register .registration .img-desktop {
    display: block;
}

.page-register .registration .img-mobile {
    display: none;
}

.page-register .registration .title-contact-register {
    font-weight: bold;
    line-height: 25px;
}

.page-register .registration .content-register {
    padding-left: 0 !important;
}

.page-register .registration .form-register {
    font-size: 15px;
}

.page-register .registration .form-register .form-check-label {
    position: absolute;
    margin-left: 15px;
}

.page-register .registration .content-register li {
    list-style: none;
}

.page-register .registration .form-register .form-control {
    box-shadow: inset 0 0 3px 1px #d1d0d1;
    padding: 0 15px;
}

.page-register .registration .form-register .form-check .form-check-label a {
    color: inherit;
}

.page-register .registration .form-register .text-center .btn-primary.btn-medium {
    bottom: 40px;
    border: #560808;
    background-image: linear-gradient(-180deg, #e66b6b 5%, #c00d0d 10%);
    box-shadow: inset -1px -2px 3px 2px #610706;
    font-size: 20px;
}

.page-register .registration .form-register .form-check {
    padding: 0;
}

.page-register .registration .form-register .form-check .form-check-input {
    box-shadow: inset 0 0 2px 3px #d1d0d1;
    padding: 0 15px;
    width: 25px;
    height: 25px;
    position: relative;
    margin: 0;
}

.main {
    border-top: 3px solid #575657;
}


/* End Css Page Register */


/* Css Page Login */

.page-login .login {
    background-color: white;
    box-shadow: 0 0 25px #000000;
    padding-bottom: 300px;
}

.page-login .login-view-title-5 {
    text-transform: uppercase;
    color: #c00d0d;
    border-bottom: 3px solid #c00d0d;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 600;
    margin-top: 0;
}

.page-login .login-pwd-reset .form-group {
    box-shadow: inset 0 0 3px 1px #d1d0d1;
    padding: 10px 15px;
    margin: 0;
}

.page-login .login-pwd-reset .reset-pw {
    font-size: 13px;
    color: #dc0b0b;
}

.page-login .login-pwd-reset .btn-login {
    border: #560808;
    background-image: linear-gradient(-180deg, #e66b6b 5%, #c00d0d 10%);
    box-shadow: inset -1px -2px 3px 2px #610706;
    font-size: 17px;
    margin-top: 70px;
}

.btn:hover {
    opacity: 0.7;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: #d40f0b;
    border-color: inherit;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: inherit;
}

.page-login .btn-login-bottom {
    justify-content: center;
}

.page-login .btn.btn-block {
    background-color: #565656;
    border: #560808;
    background-image: linear-gradient( -180deg, #e66b6b 5%, #c00d0d 10%);
    box-shadow: inset -1px -2px 3px 2px #610706;
    font-size: 17px;
}

.page-login .img-login {
    width: 100%;
}


/* End Css Page Login */


/* Css Basket Page */

.page-basket .main .container {
    padding: 0 30px 70px;
}

.page-checkout .main .container {
    padding: 0 30px 70px;
}

.page-basket .main .container .container-max {
    background: #ffffff;
    padding: 0 50px;
    box-shadow: -5px 0 110px #000000;
}

.page-checkout .main .container .container-max {
    background: #ffffff;
    padding: 0 50px;
    box-shadow: -5px 0 110px #000000;
}

.page-basket .basket h1.h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #c00d0d;
    border-bottom: 3px solid #c00d0d;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 600;
    margin: 25px 90px 0;
}

.page-checkout .checkout .title-checkout {
    text-transform: uppercase;
    color: #c00d0d;
    border-bottom: 3px solid #c00d0d;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 600;
    margin: 0 50px;
}

.page-checkout .title-checkout-right {
    font-size: 16px;
    color: #19211d;
    font-weight: 700;
}

.page-checkout .cmp-basket-preview-list .basket-list-item:first-child {
    border-top: 1px solid #b7b7b7;
}

.page-basket .basket .basket-aside-left .basket-list-content {
    padding: 0;
}

.page-basket .basket .basket-list-item:not(:last-child) {
    border-bottom: 1px solid #b7b7b7;
}

.page-basket .basket-list-content .item-name {
    font-size: 16px;
    color: #19211d !important;
    font-weight: 700;
}

.page-checkout .basket-list-item .item-name {
    font-size: 16px;
    color: #19211d !important;
    font-weight: 700;
}

.page-basket .basket-list-content .basket-item-container-right .qty-btn-container .qty-btn {
    background-color: #6f6f6f;
    border: none;
    color: white;
}

.page-checkout .basket-list-item .basket-item-container-right .qty-btn-container .qty-btn {
    background-color: #6f6f6f;
    border: none;
    color: white;
}

.page-basket .basket-list-content .basket-item-container-right .qty-box .qty-btn-container {
    width: 20px;
}

.page-checkout .basket-list-item .basket-item-container-right .qty-box .qty-btn-container {
    width: 20px;
}

.page-basket .basket-list-content .basket-item-container-right .qty-box .qty-btn-container,
.qty-box .qty-btn-container .qty-btn:not(.disabled):hover {
    background: #cbd3da;
}

.page-checkout .basket-list-item .basket-item-container-right .qty-box .qty-btn-container,
.qty-box .qty-btn-container .qty-btn:not(.disabled):hover {
    background: #cbd3da;
}

.page-basket .basket-list-content .price-box {
    padding: 10px;
    color: #19211d;
    font-weight: 700;
    font-size: 16px;
}

.page-checkout .basket-list-item .price-box {
    padding: 10px;
    color: #19211d;
    font-weight: 700;
    font-size: 16px;
}

.page-basket .basket-list-content .remove-box .item-remove-container {
    padding: 0 5px;
}

.page-checkout .basket-list-item .remove-box .item-remove-container {
    padding: 0 5px;
}

.page-basket .basket-list-content .remove-box .item-remove-button {
    border: 1px solid #808080;
}

.page-checkout .basket-list-item .remove-box .item-remove-button {
    border: 1px solid #808080;
}

.page-basket .basket-list-content .remove-box .item-remove-button .fa-trash-o {
    font-size: 30px;
}

.page-checkout .basket-list-item .remove-box .item-remove-button .fa-trash-o {
    font-size: 30px;
}

.page-basket .basket-aside-right .cmp .input-group .input-group-btn .btn-primary {
    font-size: 16px;
    background-color: #565656;
    border: #560808;
    box-shadow: inset -1px -2px 3px 2px #383131;
}

.page-checkout .checkout-rightside .cmp .input-group .input-group-btn .btn-primary {
    font-size: 16px;
    background-color: #565656;
    border: #560808;
    box-shadow: inset -1px -2px 3px 2px #383131;
}

.page-basket .basket-aside-right .btn-primary.btn-block {
    border: #560808;
    background-image: linear-gradient(-180deg, #e66b6b 5%, #c00d0d 10%);
    box-shadow: inset -1px -2px 3px 2px #610706;
    font-size: 17px;
}

.page-basket .basket-aside-right .fa-arrow-right {
    float: right;
}

.page-checkout .checkout-rightside .btn-primary.btn-block {
    border: #560808;
    background-image: linear-gradient(-180deg, #e66b6b 5%, #c00d0d 10%);
    box-shadow: inset -1px -2px 3px 2px #610706;
    font-size: 17px;
}

.page-checkout .form-check.error {
    color: inherit !important;
    background: inherit !important;
}

.page-checkout .checkout-rightside .fa-arrow-right {
    float: right;
}

.page-checkout .form-check-label .text-appearance span {
    color: #e30613;
    font-weight: bold;
}

.page-checkout .form-check-label .text-appearance strong {
    color: #e30613;
    font-weight: bold;
}

.page-checkout .registry-form-container .cmp-address-list .component-loading {
    border: none;
}

.page-checkout .registry-form-container .cmp-address-list .card .item-inner {
    padding: 0;
}

.page-checkout .registry-form-container .add-item {
    position: relative;
    top: 0;
    right: 0;
}

.page-checkout .registry-form-container .add-item .btn-only-icon-xs-down {
    border: #560808;
    background-image: linear-gradient(-180deg, #e66b6b 5%, #c00d0d 10%);
    box-shadow: inset -1px -2px 3px 2px #610706;
}

.page-checkout .shipping-method-select {
    padding-top: 1.7rem;
}


/* End Css Basket Page */

.main .container.custom-container {
    padding: 0 30px 40px;
}


/* Css Content Page */

.page-category-content .main .wrapper .container {
    padding: 0 30px 40px;
}

.page-category-content .wrapper .container .category-content {
    background: #ffffff;
    padding: 0 25px 100px;
}

.page-category-content .wrapper .container .category-content h1 {
    text-transform: uppercase;
    color: #c00d0d;
    border-bottom: 3px solid #c00d0d;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 600;
    margin-top: 0;
    padding-top: 40px;
    margin-bottom: 20px;
}

.page-category-content .main .wrapper {
    background-image: inherit;
    background-color: inherit;
}

.page-category-content .main .wrapper .container-max a {
    color: #c00d0d;
}

.page-tags .main {
    background-color: white;
}

.page-tags .mb-5 {
    margin-bottom: 0 !important;
}


/* End Content Page */

.page-wish-list .wrapper-main {
    background-color: #ffffff;
    background-image: none;
}

.page-page-not-found .main .page-not-found {
    background-color: #ffffff;
}


/* Css View Profile Page */

.page-my-account .main {
    background: white;
}

.page-my-account .main .basket.history {
    margin-bottom: 0 !important;
}

.page-my-account .main .basket .tab-content .form-group {
    margin-bottom: 0 !important;
}

.page-my-account .main .basket .tab-content .form-group .row {
    margin-bottom: 0 !important;
}


/* End  Css View Profile Page */


/* Css Single Item View Page */

.page-singleitem .input-unit label {
    padding: 10px 0;
}

.page-singleitem .owl-stage-outer {
    height: auto !important;
}

.page-singleitem .main .wrapper .container {
    padding: 0 30px 80px;
    box-shadow: none;
}

.page-singleitem .main .wrapper .container .singleitemView {
    background: #ffffff;
    padding: 0 0 0 45px;
    box-shadow: -5px 0 110px #000000;
}

.page-singleitem .single.singleItemDetails {
    background: #ffffff;
}

.page-singleitem .singleitemView .filterSubnavigationPanel {
    background-color: #000000;
    color: white;
    padding: 0 25px;
}

.page-singleitem .singleitemView .filterSubnavigationPanel .suche-category {
    font-size: 20px;
    padding-bottom: 50px;
    position: relative;
    margin-top: 45px;
    letter-spacing: 1px;
}

.page-singleitem .singleitemView .filterSubnavigationPanel .suche-category:before {
    position: absolute;
    background: #fcfcfc;
    height: 2px;
    content: '';
    width: 50%;
    bottom: -1px;
}

.page-singleitem .singleitemView .filterSubnavigationPanel .subnavigationPanel .h3 {
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1.5px solid #e5e5e5;
    width: 70%;
    margin-top: 35px;
}

.page-singleitem .singleitemView .filterSubnavigationPanel .subnavigationPanel .h3:before {
    position: absolute;
    background: #ea0a0b;
    height: 3px;
    content: '';
    width: 30%;
    bottom: -3px;
}

.page-singleitem .rating-item {
    font-size: 10px;
    display: flex;
}

.page-singleitem .single-description {
    margin: 0 0 0 10px;
}

.page-singleitem .singleItemDetails .single-rightside .itemTitle {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 29px;
    color: #222226;
    font-weight: 400;
    margin-top: 0;
}

.page-singleitem .offerDetailsBox {
    background-color: #f4f4f5;
    padding: 15px;
}

.page-singleitem .offerDetailsBox .itemDefList dt {
    float: left;
    clear: left;
    width: 30%;
}

.page-singleitem .offerDetailsBox .priceContainer .xx-large {
    color: #e30613;
}

.page-singleitem .offerDetailsBox .priceContainer .articleVat {
    display: inline-grid;
    vertical-align: bottom;
    padding: 0 5px 0;
    line-height: 20px;
}

.page-singleitem .offerDetailsBox .priceContainer .handler .articleVat {
    display: inline-grid;
    vertical-align: text-bottom;
    padding: 0 5px 0;
    line-height: 20px;
}

.page-singleitem .offerDetailsBox .priceContainer .articleVat a {
    color: inherit;
}

.page-singleitem .offerDetailsBox .btn-add-basket {
    padding: 5px;
    width: 35px;
}

.page-singleitem .offerDetailsBox .btn-add-basket:hover i {
    color: red;
}

.page-singleitem .offerDetailsBox .btn-add-basket .fa-heart {
    font-size: 20px;
}

.page-singleitem .offerDetailsBox .btn-add-basket .fa-circle-o-notch {
    font-size: 20px;
}

.page-singleitem .singleItemDetails .image-single-item {
    box-shadow: inset 0 0 10px 2px #dcdcdc;
    padding: 15px;
}

.page-singleitem .singleItemDetails .image-single-item .single-carousel {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.page-singleitem .singleItemDetails .image-single-item .single-carousel:hover .owl-item.active {
    z-index: 1;
    transform: scale(1.5);
}

.page-singleitem .singleItemDetails .image-single-item .owl-single-item-nav {
    display: none;
}

.page-singleitem .singleItemDetails .row.position-relative {
    margin: 0;
    margin-top: 30px;
}

.page-singleitem .singleItemDetails .social-single-item .list-social img {
    width: 30px;
    margin: 5px;
    vertical-align: middle;
}

#socialGallery {
    display: inline-flex;
}

#socialGallery a {
    margin: 5px 2px;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
}

#socialShare a {
    position: relative;
    float: none;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.facebook:hover {
    background: #3b5998 !important;
}

.whatsapp:hover {
    background: #1fe669 !important;
}

.page-singleitem .breadcrumbs.header-fw {
    width: 100%;
    left: 0!important;
    background-color: transparent;
}

.page-singleitem .breadcrumbs.header-fw .breadcrumb {
    background-color: transparent;
    padding: 1rem 0!important;
}

.page-singleitem .breadcrumbs.header-fw .breadcrumb a {
    color: #fff;
    font-size: 1rem;
}

.page-singleitem .breadcrumbs.header-fw .breadcrumb a:hover {
    text-decoration: underline;
}

.page-singleitem .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    font-size: 1rem;
}

.page-singleitem .breadcrumb-item.active {
    color: #fff;
    font-weight: 600;
}

.page-singleitem .nav-tabs .nav-link {
    margin-right: 5px;
    color: #8c8c8c!important;
    padding: 5px;
}

.page-singleitem .nav-tabs .nav-link.active {
    border: 1px solid #222226;
    color: #222226;
}

.page-singleitem .others-also-bought {
    background-color: #f8f8f8;
    box-shadow: 0 0 25px #000000;
    margin: 60px 0 40px;
}

.page-singleitem .passendes-zubehor {
    background-color: #f8f8f8;
    box-shadow: 0 0 25px #000000;
    margin: 60px 0 0;
}

.page-singleitem .others-also-bought .andere-title {
    background-position: 80% 80%;
    background-image: url("../images/gallery/layout/anderekauftenauch.jpg");
}

.page-singleitem .passendes-zubehor .passendes-title {
    background-position: 80%;
    background-image: url("../images/gallery/layout/ebene-851.png");
}

.page-singleitem .others-also-bought .andere-title .title-item {
    text-align: center;
    font-size: 20px;
    color: white;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    margin-top: 50px;
}

.page-singleitem .passendes-zubehor .passendes-title .title-item {
    text-align: center;
    font-size: 20px;
    color: white;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    margin-top: 50px;
}

.page-singleitem .list-item .thumb-content .thumb-meta .price {
    text-align: left;
    color: #e2171e !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    padding: 5px 0;
}

.page-singleitem .list-item .thumb-content .thumb-meta .price .price-book {
    line-height: 20px;
}

.page-singleitem .single-rightside .itemDefList .text-dark-blue {
    color: #276658;
}

.page-singleitem .single-rightside .priceContainer .custom-add-basket {
    padding: 0;
}

.page-singleitem .single-rightside .priceContainer .custom-add-basket .add-to-basket-container button.btn {
    border: #560808;
    background-image: linear-gradient(-180deg, #e66b6b 5%, #c00d0d 10%);
    font-size: 17px;
    margin-top: 40px;
    color: #000000;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: inset -1px -2px 3px 2px #610706;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.page-singleitem .single-rightside .priceContainer .custom-add-basket .add-to-basket-container button.btn:hover {
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 70%);
    opacity: inherit;
}

.page-singleitem .single-rightside .priceContainer .custom-add-basket .add-to-basket-container button.btn img {
    padding-right: 30px;
    width: 55px;
}

.page-singleitem .single-rightside .priceContainer .custom-add-basket .quantity-input-container .qty-box {
    margin-left: 50px;
}

.page-singleitem .single-rightside .priceContainer .custom-add-basket .quantity-input-container .qty-box .qty-input {
    padding: 6px;
}

.page-singleitem #thumb-carousel .owl-stage-outer .owl-stage .owl-item {
    border: 1px solid #e2e1e2;
}

.page-singleitem .singleItemDetails #thumb-carousel .owl-stage-outer {
    height: auto !important;
}

.page-singleitem .singleItemDetails .slide-similar .cmp-product-thumb .thumb-content {
    box-shadow: inset 0 -15px 8px -5px #dcdcdc;
    background-color: inherit;
}

.page-singleitem .singleItemDetails .slide-similar {
    margin-top: 30px;
}

.page-singleitem .singleItemDetails .slide-similar .feedback-category-view {
    display: none;
}

.page-singleitem .singleItemDetails .slide-similar .cmp-product-thumb .thumb-content .thumb-title {
    display: none;
}

.page-singleitem .singleItemDetails .slide-similar .cmp-product-thumb .thumb-meta .prices .price-view-port {
    display: none;
}

.page-singleitem .singleItemDetails .slide-similar .cmp-product-thumb .special-tags {
    display: none;
}

.page-singleitem .singleItemDetails .slide-similar .cmp-product-thumb {
    padding: 0;
}

.page-singleitem .singleItemDetails .slide-similar .cmp-product-thumb .thumb-content .vat {
    display: none;
}

.page-singleitem .singleItemDetails .slide-similar .cmp-product-thumb .thumb-content .category-unit-price {
    display: none;
}

.page-singleitem .singleItemDetails .slide-similar .list-item-carousel .owl-stage-outer {
    width: 88%;
    margin: 0 auto;
}

.page-singleitem .singleItemDetails .slide-similar .list-item-carousel .owl-single-item-nav {
    background: inherit;
    height: 100%;
    top: 0;
    box-shadow: inset -3px -3px 2px -1px #727272;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.page-singleitem .singleItemDetails .slide-similar .list-item-carousel .owl-single-item-nav .fa-chevron-right {
    font-size: 18px;
    right: 12px;
}

.page-singleitem .singleItemDetails .slide-similar .list-item-carousel .owl-single-item-nav .fa-chevron-left {
    font-size: 18px;
    left: 12px;
}

.page-singleitem .singleItemDetails .slide-similar .list-item-carousel .owl-single-item-nav:hover {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
    color: inherit;
}

.page-singleitem .singleItemDetails .slide-similar .list-item-carousel .owl-single-item-nav:hover i {
    color: inherit;
}

.page-singleitem .singleItemDetails .slide-similar .owl-carousel .owl-single-item-nav.disabled {
    display: inherit;
    opacity: 0.3 !important;
}

.page-singleitem .toTop .onlyIcon {
    position: absolute;
    right: 15px;
    top: 40px;
    background-color: #f8f8f8;
    box-shadow: inset -2px -2px 2px 0 #9E9E9E;
    border-color: #9E9E9E;
    font-size: 20px;
    padding: 2px 6px;
}

.page-singleitem .list-item .list-item-carousel .owl-stage-outer {
    width: 100%;
    margin: 0 auto;
}

.page-singleitem .list-item .list-item-carousel .owl-single-item-nav .owl-single-item-control {
    box-shadow: inset -3px -3px 2px -1px #727272;
    font-size: 10px;
    padding: 10px;
}

.page-singleitem .list-item .list-item-carousel .owl-single-item-nav.disabled {
    display: inherit;
    opacity: 0.3 !important;
}

.page-singleitem .list-item .list-item-carousel .owl-single-item-nav .owl-single-item-control:hover {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
    color: inherit;
}


/* End Css Single Item View Page */


/* START Shop-Builder Single Item Page */

.single.page-content {
    background: #585758;
}

.single-two-col {
    background: #fff;
    margin: 0 15px
}

.single .crossseling-row {
    background: #fff;
    margin: 30px 15px
}

.single .item-name h1 {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 29px;
    color: #222226;
    font-weight: 400;
    margin-top: 0;
}

.single .sidebar-title {
    color: #fff;
}

.single .widget-navigation-tree {
    background: transparent;
}

.single .widget-navigation-tree .category-title {
    color: #fff;
    background: transparent;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1.5px solid #e5e5e5;
    width: 70%;
    padding-bottom: 10px;
    padding-left: 0;
}

.single .widget-navigation-tree .category-title:after {
    position: absolute;
    background: #ea0a0b;
    height: 3px;
    content: '';
    width: 30%;
    top: 49px;
    left: 0;
}

.sidebar-categories .nav-item .nav-link,
.widget-navigation-tree .nav-item .nav-link {
    padding: .25rem 0 .25rem 1.75rem;
}

.sidebar-categories .nav-item .expand-nav,
.widget-navigation-tree .nav-item .expand-nav {
    padding: .5rem 0 0 0;
}

.widget-navigation-tree ul li.active>a {
    background: transparent;
}

.widget-navigation-tree ul li a[href] {
    color: #fff;
    font-size: 17px;
}

.widget-item-data.widget-text .widget-inner {
    padding: 0 1rem!important;
}

.widget-navigation-tree .nav-item .nav-link {
    padding-right: 0;
}

.widget-navigation-tree ul li .expand-nav i {
    color: #fff;
    font-size: 17px;
}

.widget-navigation-tree ul li a[href]:hover {
    color: #c00d0d;
    background: transparent;
}

.single .availability-1 {
    color: #28a745;
    background-color: transparent;
    font-size: 1rem;
    font-weight: normal;
}

.single .availability-5 {
    color: #dc3545;
    background-color: transparent;
    font-size: 1rem;
    font-weight: normal;
}

.page-singleitem .widget-item-image .single-carousel:hover .owl-item.active {
    z-index: 1;
    transform: scale(1.5);
}

.owl-item img,
.owl-thumbs .owl-thumb {
    border: 0px solid #ddd;
}

.single .owl-single-item-control {
    display: none;
}

.single .owl-single-item-control {
    display: none;
}

.single .widget-item-price {
    display: inline-block;
}

.single .widget-item-price .price.h1 {
    font-size: xx-large!important;
    font-weight: bolder!important;
    ;
}

.single .vat {
    display: inline-block;
}

.single .widget-item-price .base-price {
    display: none;
}

.single .widget-add-to-wish-list a {
    width: 33px;
    height: 33px;
    padding: 5px;
    overflow: hidden;
    border-style: solid;
    box-shadow: inset -1px -1px 4px #9f9f9f;
    border-width: 2px;
    border-color: #9f9f9f;
    border-top: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
}

.single .widget-add-to-wish-list a:hover .fa-heart {
    color: red;
}

.single .widget-add-to-wish-list .fa-heart {
    font-size: 20px;
    float: none;
}

.widget-add-to-basket .add-to-basket-container .btn-primary {
    border: #560808;
    background-image: linear-gradient( -180deg, #e66b6b 5%, #c00d0d 10%);
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: inset -1px -2px 3px 2px #610706;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.widget-add-to-basket .add-to-basket-container .btn-primary:hover {
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 70%);
    opacity: inherit;
}

.widget-image-box.crossseling-header .widget-caption {
    background-color: transparent;
}

.add-to-basket-list .btn-link {
    width: 23px;
    height: 23px;
    overflow: hidden;
    padding: 1px;
    border-style: solid;
    box-shadow: inset -1px -1px 4px #9f9f9f;
    border-width: 2px;
    border-color: #9f9f9f;
    border-top: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
}

.widget-social-share .widget-inner {
    padding: 1rem 15px!important;
}

@media (min-width: 992px) {
    .page-singleitem .single-carousel {
        box-shadow: inset 0 0 10px 2px #dcdcdc;
        padding: 10px;
    }
    .page-singleitem .widget-item-image {
        margin-top: 2.4rem;
        margin-left: 15px;
    }
}

@media (max-width: 991.98px) {
    .single .crossseling-row {
        margin: 30px 0;
    }
    .page-singleitem .widget-item-image {
        margin-top: 2rem;
    }
    .single-two-col {
        margin: 0;
    }
    .page-singleitem .single-carousel {
        box-shadow: inset 0 0 10px 6px #dcdcdc;
        padding: 10px;
    }
    .single .widget-item-image {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .widget-tab>.widget-inner {
        padding: 1rem!important;
    }
    .single .availability-1,
    .single .availability-2,
    .single .availability-3,
    .single .availability-4,
    .single .availability-5,
    .single .availability-6,
    .single .availability-7,
    .single .availability-8,
    .single .availability-9,
    .single .availability-10 {
        font-size: .7rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .single .widget-item-image {
        margin-left: 2rem;
    }
}

@media (max-width: 767.98px) {
    .single .item-data-table .col-6:first-child {
        max-width: 33.33333%!important;
    }
    .single .item-data-table .col-6:nth-child(2) {
        max-width: 66.66666%!important;
    }
}


/* END Shop-Builder Single Item Page */


/* Css StaticPages */

.page-terms-conditions .title-static,
.page-privacy-policy .title-static,
.page-cancellation-rights .title-static,
.page-legal-disclosure .title-static {
    text-transform: uppercase;
    color: #c00d0d;
    border-bottom: 3px solid #c00d0d;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 600;
    margin-top: 0;
    padding-top: 40px;
    margin-bottom: 20px;
}


/* End Css StaticPages */


/* Css List Item New */

article.cmp.cmp-product-thumb {
    border: none;
}

article.cmp-product-thumb .thumb-title {
    color: #222226;
    min-height: auto;
    padding: 5px 0 0;
    font-size: 15px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

article.cmp.cmp-product-thumb:hover {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
}

.prop-1-1 {
    background: #ffffff;
}

article.cmp.cmp-product-thumb:hover .img-fluid {
    transform: none;
}

article.cmp.cmp-product-thumb:hover .thumb-content {
    background-color: white;
}

article.cmp.cmp-product-thumb:hover .add-to-basket-list {
    opacity: 1;
}

.cmp-product-thumb .thumb-content {
    background-color: #f8f8f8;
}

.btn-add-basket {
    padding: 1px;
    width: 23px;
    border-style: solid;
    box-shadow: inset -1px -1px 4px #9f9f9f;
    border-width: 2px;
    border-color: #9f9f9f;
    border-top: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
}

.btn-view {
    padding: 1px;
    width: 23px;
    border-style: solid;
    box-shadow: inset -1px -1px 4px #9f9f9f;
    border-width: 2px;
    border-color: #9f9f9f;
    border-top: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    margin-left: 2px;
}

.btn-add-basket .icon-shopping-cart {
    width: 100%;
}

.add-to-basket-list {
    list-style: none;
    padding-left: 0;
    opacity: 0;
    margin-bottom: 0;
}

.add-to-basket-list li {
    height: 25px;
}

.d-none-mobile {
    display: none;
}

@media (min-width: 576px) {
    .cmp-product-thumb .thumb-content {
        padding: 0;
    }
    .card-columns {
        column-count: 1 !important;
    }
}

.page-home .newsletter {
    background: white;
    margin: 0 -50px;
    height: 250px;
    z-index: 0;
}

.page-home .newsletter .img-left img {
    width: 360px;
    position: absolute;
    top: -20px;
    right: 0;
}

.page-home .newsletter .text-newsletter h1 {
    text-transform: uppercase;
    font-size: 26px;
    color: #c00d0d;
    border-bottom: 4px solid #c00d0d;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 600;
}

.form-inline .form_button button {
    background: #c00d0d;
    color: black;
    width: 100%;
    box-shadow: inset -1px -2px 3px -1px #610706;
    text-align: initial;
    height: 38px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .1rem;
}

.page-home .newsletter .text-newsletter .form-block-3-button {
    display: inline-block;
    width: 260px;
}

.page-home .newsletter .text-newsletter p {
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
}

.form-control .fa-chevron-right {
    float: right;
}

.form-email .button span,
.button .icon {
    display: block;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    padding: 10px;
}

.form-email .button span {
    width: 72%;
    line-height: inherit;
    text-transform: uppercase;
    left: 0 !important;
    transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
    font-size: 1rem;
}


/* CSS Hover Email */

.form-email .button .icon {
    width: 28%;
    right: 0;
    transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

.form-email .button .icon .fa {
    font-size: 20px;
    vertical-align: middle;
    transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
}

.form-email .button .icon .fa-chevron-right {
    height: 36px;
}

.form-email .button .icon .fa-check {
    display: none;
}

.form-email .button.success span,
.button:hover span {
    left: -72%;
    opacity: 0;
}

.form-email .button.success .icon,
.button:hover .icon {
    width: 100%;
    padding: 5px;
}

.form-email .button.success .icon .fa,
.button:hover .icon .fa {
    font-size: 25px;
}

.form-email .button.success {
    background-color: #27ae60;
}

.form-email .button.success .icon .fa-chevron-right {
    display: none;
}

.form-email .button.success .icon .fa-check {
    display: inline-block;
}

.form-email .button:hover {
    opacity: 0.9;
}

.form-email .button:hover .icon .fa-chevron-right {
    height: 46px;
}

.form-email .button:active {
    opacity: 1;
}


/* End CSS Hover Email */

.page-home .newsletter .text-newsletter .form-group .form-control {
    display: inline-block;
    width: 260px;
}

.page-home .information-section {
    background-color: white;
}

.page-home .information-section {
    padding-right: 15px;
    box-shadow: 0 0 25px #000000;
}

.page-home .information-section .information-left .information-1,
.information-2 {
    padding: 0;
}

.page-home .information-section .information-left h1 {
    text-transform: uppercase;
    color: #c00d0d;
    border-bottom: 3px solid #c00d0d;
    padding-bottom: 5px;
    display: inline-block;
    width: auto;
    font-weight: 600;
}

.page-home .information-section .information-left p {
    font-size: 12px;
}

.page-home .information-section .information-image {
    background-position: 50% 20%;
    background-image: url("../images/gallery/layout/infomation-image.png");
    background-color: #1d1d1b;
}

.page-home .information-section .information-image .information-title {
    border-width: 2px;
    border-style: dotted;
    color: white;
    border-color: #939093;
    font-size: 24px;
    text-align: center;
    padding: 30px;
    position: absolute;
    bottom: 70px;
    width: 92%;
}

.filterSubnavigationPanel .sidebar-categories {
    background: transparent;
}

.filterSubnavigationPanel .sidebar-categories ul li .expand-nav i {
    color: #fff;
    font-size: 17px;
}

.filterSubnavigationPanel .sidebar-categories ul li a[href] {
    color: #fff;
    font-size: 17px;
}

.sidebar-categories ul li.active>a,
.widget-navigation-tree ul li.active>a {
    background: transparent;
    color: #c00d0d!important;
}

.sidebar-categories ul li a[href]:hover,
.widget-navigation-tree ul li a[href]:hover {
    background: transparent;
    color: #c00d0d;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1200px) {
    .page-singleitem .singleitemView .filterSubnavigationPanel .suche-category {
        font-size: 15px;
        line-height: 10px;
        padding-bottom: 15px;
    }
}

@media (max-width: 1160px) {
    .header-container .top-bar .headline {
        font-size: 15px;
    }
    .controls-list .toggle-basket-preview .badge,
    .controls-list .toggle-basket-preview i {
        font-size: 17px;
    }
    header .top-bar .controls-list .toggle-basket-preview img {
        width: 20px;
    }
    .list-inline-item .nav-link {
        padding: 9px;
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    article.cmp.cmp-product-thumb {
        background-color: inherit;
    }
    article.cmp.cmp-product-thumb:hover {
        background-color: #fff;
    }
    article.cmp.cmp-product-thumb:hover .thumb-content {
        background-color: #fff;
    }
}

@media (max-width: 992px) {
    .socical-fixed-right {
        display: none;
    }
    header .top-bar .headline {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .navbar-default {
        background-image: url("../images/gallery/layout/Headerbild.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .d-none-desktop {
        display: none;
    }
    .d-none-mobile {
        display: block;
    }
    .d-block-desktop {
        display: block !important;
    }
    .header-container .top-bar .headline .top-bar-custom {
        text-align: center;
    }
    .headline {
        color: #ffffff;
        border-bottom: 1px solid #4f555a;
        width: auto;
        margin: 0 auto;
        padding: 15px 30px 5px;
        display: table;
        font-size: 18px;
    }
    .headline .topbar {
        text-align: center;
    }
    .nav-mobile .logo-mobile {
        padding: 50px;
    }
    .nav-mobile .logo-mobile .shop-aus {
        font-size: 20px;
        color: white;
        border-bottom: 3px solid white;
        padding-bottom: 5px;
        width: max-content;
        margin: 0 auto;
    }
    .nav-mobile .logo-mobile img {
        width: 80%;
        display: table-cell;
        margin: auto;
    }
    .nav-mobile .nav-mobile-bottom .navbar-toggler {
        color: #ffffff;
        font-size: 40px;
        padding: inherit;
    }
    .nav-mobile .nav-mobile-bottom .anicon-search-xcross {
        margin: 0 auto;
    }
    .nav-mobile .nav-mobile-bottom .anicon-search-xcross img {
        width: 50px;
    }
    .nav-mobile .nav-mobile-bottom .basket-mobile .sum-basket {
        font-size: 15px;
        vertical-align: super;
        color: #eb1d25;
    }
    .nav-mobile .nav-mobile-bottom .basket-mobile .badge {
        font-size: 21px;
        color: #eb1d25;
    }
    header .navbar-default .show {
        background: none;
        position: relative;
        opacity: 1;
        visibility: inherit;
        min-width: inherit;
        margin: 0 auto;
        overflow: inherit;
    }
    header .navbar-default .open-search-mobile {
        padding: 0 30px;
        background: #282828;
    }
    header .navbar-default .livesearchclose {
        color: #ffffff;
        font-size: 40px;
        float: right;
    }
    header .navbar-default .open-search-mobile .search-submit .icon-search-submit {
        width: 30px;
    }
    header .navbar-default .position-relative .d-custom {
        display: inherit !important;
    }
    header .navbar-default .search-input {
        background: white;
        font-size: 20px;
        border-bottom: 2px solid white;
        margin: 0 auto;
        width: 100%;
        padding: 0 15px;
    }
    header .navbar-default .collapse .search-input::placeholder {
        color: black;
    }
    header .navbar-default .collapse {
        border-top: none;
    }
    .page-home .list-item-neu .home-neuheit {
        background-image: url("../images/gallery/layout/neuheiten.webp");
        height: 315px;
        background-repeat: repeat;
        background-size: cover;
        text-align: center;
    }
    .page-home .list-item-angebote .home-angebote {
        height: 315px;
        background-repeat: repeat;
        background-size: cover;
        text-align: center;
    }
    .page-home .list-item-sparpakete .home-sparpakete {
        height: 315px;
        background-repeat: repeat;
        background-size: cover;
        text-align: center;
    }
    .page-home .list-item-neu .home-neuheit button {
        position: relative;
        bottom: -160px;
        background: #c11212;
        font-size: 25px;
    }
    .page-home .list-item-angebote .home-angebote button {
        position: relative;
        bottom: -160px;
        background: #c11212;
        font-size: 25px;
    }
    .page-home .list-item-sparpakete .home-sparpakete button {
        position: relative;
        bottom: -160px;
        background: #c11212;
        font-size: 25px;
    }
    .page-home .list-item-neu {
        background-color: inherit;
        box-shadow: none;
    }
    .page-home .list-item-sparpakete {
        background-color: inherit;
        box-shadow: none;
    }
    .page-home .list-item-angebote {
        background-color: inherit;
        box-shadow: none;
    }
    .page-home .list-item .content-item {
        padding: 40px 5px 0;
    }
    .page-home .main .container {
        padding: 0 35px 50px;
        box-shadow: none;
    }
    .content-item article.cmp.cmp-product-thumb:hover .add-to-basket-list {
        padding: 0 5px;
    }
    .list-item .cmp-product-thumb .thumb-content {
        background-color: #bdbebf;
        padding: 5px 5px 10px
    }
    .list-item article.cmp.cmp-product-thumb {
        padding: 0;
        margin-bottom: 20px;
        height: max-content;
    }
    .page-home .container .newsletter {
        height: auto;
        padding-bottom: 30px;
        box-shadow: -5px 0 15px #000000;
    }
    .page-home .newsletter .text-newsletter .form-block-3-button {
        float: left;
    }
    .page-home .newsletter .text-newsletter .form-block-3-button .form-email {
        display: block;
    }
    .page-home .newsletter .text-newsletter .img-new-right {
        float: right;
        width: 200px;
        position: relative;
        right: 50px;
    }
    .page-home .newsletter .form-email-img {
        margin-top: 35px;
    }
    .page-home .information-section {
        padding: 0;
        background-color: #585758;
        box-shadow: none;
    }
    .page-home .information-section .information-left {
        padding: 0;
    }
    .page-home .information-section .information-left .information-1,
    .information-2 {
        background-color: #ffffff;
        padding: 0 10px;
    }
    .page-home .information-section .information-left p {
        padding: 0 0 30px;
    }
    .page-home .information-section .information-left h1 {
        margin-top: 15px;
    }
    .page-home .information-section .information-image {
        height: 600px;
        background-image: url("../images/gallery/layout/infomation-image-mb.webp");
        background-size: cover;
        padding: 60px;
    }
    .page-home .information-section .information-image .information-title {
        font-size: 30px;
        padding: 40px;
        position: relative;
        bottom: -200px;
        width: 100%;
    }
    .list-icon-mobile {
        display: block !important;
    }
    .footer .footerLine-top .list-icon-mobile .icon-mobile img {
        margin: 0 auto;
        display: block;
        background: #f4f4f4;
        width: 100%;
    }
    .footer .footerLine-top .list-icon-mobile .icon-mobile img:hover {
        transform: scale(1.1);
    }
    .footer .container.list-icon-mobile {
        padding: 0 15px;
    }
    .footer .container.list-icon-mobile h1 {
        font-size: 30px;
        padding-bottom: 10px;
        position: relative;
        border-bottom: 1px solid #ccc;
    }
    .footer .container.list-icon-mobile h1:before {
        position: absolute;
        background: #222226;
        height: 2px;
        content: '';
        width: 10%;
        bottom: -1px;
    }
    .footer .list-icon-mobile .icon-mobile {
        padding-bottom: 35px;
    }
    .footer .f-links #first {
        order: 3;
    }
    .footer .f-links #second {
        order: 4;
    }
    .footer .f-links #third {
        order: 1;
    }
    .footer .f-links #fourth {
        order: 2;
    }
    .footer .footerLine-bottom #order-left {
        order: 1;
    }
    .footer .footerLine-bottom #order-right {
        order: 2;
    }
    .footer .footerLine-bottom #order-right,
    #order-left {
        padding: 15px 0 30px;
    }
    .footer .f-links #first,
    #second,
    #third,
    #fourth {
        padding-bottom: 40px;
    }
    .footer .f-links .sub-h2 {
        width: 80%;
    }
    .footerul.footerList {
        color: #dddddd;
    }
    .footer .footerLine {
        margin: 0 auto;
        padding: 0 0 5px;
    }
    .footer .form-block-3-button .form-email {
        margin: 0 auto;
        padding: 0 0 5px;
        width: 100%;
    }
    .footer .form-block-3-button .form_name {
        padding: 0;
    }
    .footer .form-email .button span {
        text-align: left;
    }
    .footer .form-block-3-button .form_button {
        padding: 0;
    }
    .footer .footerLine-bottom .icons .icon img {
        width: 95px;
    }
    .nav-mobile .nav-mobile-bottom .basket-custom .position-relative {
        padding: 0 20px;
    }
    .nav-mobile .nav-mobile-bottom .basket-custom .position-relative .nav-link {
        color: white;
        width: 50px;
        padding: 0;
        display: -webkit-inline-box;
    }
    .nav-mobile .nav-mobile-bottom .basket-custom .position-relative .nav-link .fa {
        font-size: 20px;
    }
    .nav-mobile .nav-mobile-bottom .basket-custom .position-relative .nav-link span {
        display: none !important;
    }
    .nav-mobile .nav-mobile-bottom .basket-custom .position-relative .dropdown .nav-link span {
        display: block !important;
    }
    .normalmenu .nav-mobile .nav-mobile-bottom a.list-group-item {
        width: inherit;
        padding: 10px;
    }
    .normalmenu .nav-mobile .nav-mobile-bottom a {
        width: inherit;
        padding: 15px 0;
    }
    .mobile-navigation {
        background: #585758;
    }
    .mobile-navigation .breadcrumb {
        margin-bottom: 0;
    }
    .fa-caret-right:before {
        content: "";
    }
    .mobile-navigation .mainmenu li {
        border-top: 1px solid #807e80;
    }
    .mobile-navigation .mainmenu li:first-child {
        border-top: none;
    }
    .mobile-navigation .mainmenu li a {
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 10px;
    }
    .mobile-navigation .nav-direction {
        position: absolute;
        right: 10px;
        padding: 10px;
    }
    .mobile-navigation .nav-direction.btn-up {
        position: relative!important;
        display: block;
        margin-left: 1rem;
    }
    /* Css Responsive Category Item */
    .page-category-item .main {
        border-top: none;
    }
    .page-category-item .categoryView .filterSubnavigationPanel {
        background-image: none;
    }
    .page-category-item .categoryView .info-sort-item .breadcrumb-category {
        margin-top: 0 !important;
    }
    .page-category-item .categoryView .info-sort-item .title-name-category {
        font-size: 22px;
    }
    .page-category-item .main .wrapper .container,
    .page-tags .main .wrapper .container,
    .page-search .main .wrapper .container {
        padding: 0 15px;
    }
    .page-category-item .main .wrapper .container .categoryView,
    .page-tags .main .wrapper .container .categoryView,
    .page-search .main .wrapper .container .categoryView {
        padding: 0 0 45px;
        box-shadow: none;
        background: inherit;
    }
    .page-category-item .main .wrapper .container .categoryView .row,
    .page-tags .main .wrapper .container .categoryView .row,
    .page-search .main .wrapper .container .categoryView .row {
        margin: 0;
    }
    .page-category-item .categoryView .info-sort-item,
    .page-tags .categoryView .info-sort-item,
    .page-search .categoryView .info-sort-item {
        padding: 10px 5px;
        background: #ffffff;
    }
    .page-category-item .categoryView .info-sort-item .list-brand,
    .page-category-item .categoryView .info-sort-item .category-brand,
    .page-tags .categoryView .info-sort-item .list-brand {
        margin: 0;
    }
    .page-category-item .categoryView .list-item-category,
    .page-tags .categoryView .list-item-category,
    .page-search .categoryView .list-item-category {
        padding: 0;
    }
    .page-category-item .main .wrapper .container .categoryView .list-item-category .product-list,
    .page-tags .main .wrapper .container .categoryView .list-item-category .product-list,
    .page-search .main .wrapper .container .categoryView .list-item-category .product-list {
        margin: 0;
        background: #585758;
        padding: 20px 0 0;
    }
    .categoryView .info-sort-item .other-brands h5.h5 {
        color: #000000;
    }
    .categoryView .info-sort-item .other-brands .fa-angle-down {
        font-size: 20px;
    }
    .page-category-item .main .wrapper .container .categoryView .list-item-category .pagination-custom,
    .page-tags .main .wrapper .container .categoryView .list-item-category .pagination-custom,
    .page-search .main .wrapper .container .categoryView .list-item-category .pagination-custom {
        margin: 0;
    }
    .page-category-item .navbar-left .text-center span,
    .page-tags .navbar-left .text-center span {
        display: none;
    }
    .page-category-item .navbar-left .text-center .list-itemsperpage span,
    .page-tags .navbar-left .text-center .list-itemsperpage span,
    .page-search .navbar-left .text-center .list-itemsperpage span {
        display: inherit;
        color: #ffff;
    }
    .page-category-item .pagination-custom .categoryPagination .d-flex.pr-5,
    .page-tags .pagination-custom .categoryPagination .d-flex.pr-5,
    .page-search .pagination-custom .categoryPagination .d-flex.pr-5 {
        padding-right: 0 !important;
    }
    .page-category-item .page-item,
    .page-tags .page-item {
        padding: 0 5px;
    }
    .page-category-item .page-item .page-link,
    .page-tags-item .page-item .page-link {
        box-shadow: inset 0 -1px 2px 0 #9E9E9E;
    }
    /* End Css Responsive Category Item */
    .page-checkout .basket-list-item .meta-container-wrapper-inner {
        display: block;
    }
    .page-checkout .basket-list-item .price-box {
        margin: auto;
        display: inline-block;
    }
    .page-checkout .basket-list-item .basket-item-container-right {
        margin: auto;
        display: inline-block;
    }
    .page-checkout .basket-list-item .remove-box {
        margin: auto;
        display: inline-block;
    }
    .page-basket .basket-list-content .meta-container-wrapper-inner {
        display: block;
    }
    .page-basket .basket-list-content .price-box {
        margin: auto;
        display: inline-block;
    }
    .page-basket .basket-list-content .basket-item-container-right {
        margin: auto;
        display: inline-block;
    }
    .page-basket .basket-list-content .remove-box {
        margin: auto;
        display: inline-block;
    }
    .page-checkout .main .container .container-max {
        padding: 0;
    }
    .page-singleitem .main .wrapper .container {
        padding: 20px 15px;
    }
    .page-singleitem .main .wrapper .container .singleitemView {
        padding: 0 15px;
        box-shadow: none;
    }
    .page-singleitem .others-also-bought .andere-title {
        height: 300px;
    }
    .page-singleitem .passendes-zubehor .passendes-title {
        height: 300px;
    }
    .page-singleitem .others-also-bought .andere-title .title-item {
        margin: 50px auto 0;
        width: 60%;
    }
    .page-singleitem .passendes-zubehor .passendes-title .title-item {
        margin: 50px auto 0;
        width: 60%;
    }
    .page-singleitem .others-also-bought {
        margin: 30px 0 0;
        background-color: inherit;
        box-shadow: none;
    }
    .page-singleitem .list-item .content-item {
        padding: 30px 0 0;
    }
    .page-singleitem .passendes-zubehor {
        margin: 30px 0 0;
        background-color: inherit;
        box-shadow: none;
    }
    .page-singleitem .list-item .list-item-carousel .owl-single-item-nav .owl-single-item-control {
        background: white;
    }
    .page-singleitem .toTop {
        display: none;
    }
    .header-search-category {
        display: none;
    }
    .nav-mobile .logo-mobile {
        display: none;
    }
    .page-home .nav-mobile .logo-mobile {
        display: flex;
    }
    .page-home .nav-mobile .search-category-mobile {
        display: none;
    }
    .nav-mobile .search-category-mobile .logo-search-category-mb img {
        width: 200px;
        margin-top: 20px;
    }
    .nav-mobile .search-category-mobile .content-search-category {
        margin-top: 10px;
    }
    .nav-mobile .search-category-mobile .content-search-category .title-search-category {
        font-size: 30px;
        color: white;
    }
}

@media (max-width: 768px) {
    .header-container .top-bar .headline {
        font-size: 15px;
    }
    .page-singleitem .list-item .list-item-carousel .owl-stage-outer {
        width: 100%;
    }
    .page-singleitem .singleitemView .filterSubnavigationPanel .suche-category {
        font-size: 20px;
        line-height: 30px;
    }
    .page-singleitem .singleItemDetails .row.position-relative {
        margin-top: 0;
    }
    .footer .list-icon-mobile .icon-mobile {
        padding: 15px 10px 0;
    }
}

@media (max-width: 767px) {
    .headline {
        font-size: 14px;
    }
    .home-box img {
        padding: 0 !important;
    }
    .page-home .home-box .home-right {
        padding: 15px 0 0 0;
    }
    .page-home .home-box .home-right {
        padding: 15px 0 0 0;
    }
    .page-register .registration .form-register .form-check .form-check-input {
        width: 15px;
        height: 15px;
        top: 2px;
    }
    .page-register .registration .form-register {
        font-size: 12px;
    }
    .page-category-item .main .wrapper .container .categoryView .list-item-category .pagination-custom {
        background: #000000;
        padding-top: 25px;
    }
    .page-category-item .list-controls .list-sort,
    .list-controls .list-itemsperpage,
    .page-tags .list-controls .list-sort,
    .list-controls .list-itemsperpage {
        display: inline-block;
    }
    .page-singleitem .singleItemDetails .image-single-item .single-carousel:hover {
        transform: none;
    }
    .page-category-item .categoryView .info-sort-item .list-brand .title-brand,
    .page-tags .categoryView .info-sort-item .list-brand .title-brand {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .page-home .newsletter {
        margin: 0 -15px;
    }
    .page-home .newsletter .text-newsletter .img-new-right {
        right: 10px;
    }
    .page-home .newsletter .text-newsletter .form-group .form-control {
        display: block;
        width: 200px;
        font-size: 13px !important;
    }
    .page-home .newsletter .form-inline .form_button button {
        width: 200px;
        font-size: 10px;
        text-align: left;
    }
    .page-home .newsletter .form-inline .form_button button span {
        width: 100%;
        font-size: 13px;
        left: inherit !important;
    }
    .page-home .newsletter .form-email .button .icon {
        display: none;
    }
    .page-home .newsletter .text-newsletter .img-new-right {
        width: 130px;
    }
    .page-home .newsletter .text-newsletter .form-block-3-button {
        width: 150px;
    }
    .page-home .newsletter .text-newsletter .form-group {
        width: 150px;
    }
    .footer .footerLine-top .list-icon-mobile .icon-mobile img {
        object-fit: none;
    }
    .footer .container {
        padding: 15px;
    }
    .footer .footerLine-bottom .copyright {
        text-align: center;
    }
    .nav-mobile .search-category-mobile .content-search-category .title-search-category {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .headline {
        font-size: 14px;
    }
    .home-box img {
        padding: 0 !important;
    }
    .page-home .home-box .home-right {
        padding: 15px 0 0 0;
    }
    .page-home .home-box .home-right {
        padding: 15px 0 0 0;
    }
    .page-register .main .container {
        padding: 30px 0 0;
    }
    .page-login .main .container {
        padding: 30px 0 0;
    }
    .page-register .registration .img-desktop {
        display: none;
    }
    .page-register .registration .img-mobile {
        display: block;
    }
    .page-register .container .registration {
        padding-bottom: 0;
    }
    .page-register .container .registration .mb-5 {
        margin-bottom: 0 !important;
    }
    .page-login .container .login .mb-5 {
        margin-bottom: 0 !important;
    }
    .page-register .main {
        border-top: none;
    }
    .page-login .main {
        border-top: none;
    }
    .page-login .login {
        padding-bottom: 0;
    }
    .page-basket .main .container {
        padding: 30px 0 0;
    }
    .page-basket .main .container .container-max {
        padding: 0;
    }
    .page-basket .basket h1.h2 {
        margin: 20px 20px 0;
    }
    .page-checkout .main .container {
        padding: 30px 0 0;
    }
    .page-checkout .registry-form-container .add-item .btn-only-icon-xs-down {
        width: auto;
        height: inherit;
    }
    .page-checkout .checkout .title-checkout {
        margin: 0 20px;
    }
    .page-checkout .checkout .title-waren {
        padding-top: 0 !important;
    }
    .page-category-content .main .wrapper .container {
        padding: 0;
    }
    .main .container.custom-container {
        padding: 0;
    }
    .page-category-content .wrapper .container .category-content img {
        max-width: 100%;
        object-fit: cover;
    }
    .page-singleitem .single-rightside .priceContainer .custom-add-basket .add-to-basket-container button.btn {
        padding: 10px;
        font-size: inherit;
        color: white;
        margin-top: 10px;
    }
    .page-singleitem .singleItemDetails .slide-similar {
        display: none;
    }
    .page-singleitem .singleItemDetails .social-single-item {
        margin-bottom: 40px;
    }
    .page-singleitem .list-item .list-item-carousel .owl-stage-outer {
        width: 100%;
    }
    .page-singleitem .offerDetailsBox .itemDefList dt {
        width: auto;
    }
    header .navbar-default .show {
        transform: inherit !important;
    }
}

@media (max-width: 526px) {
    .nav-mobile .nav-mobile-bottom .basket-mobile .nav-link {
        padding: 2px;
    }
    .nav-mobile .nav-mobile-bottom .basket-custom .position-relative .dropdown .nav-link span {
        display: none !important;
    }
    .nav-mobile .nav-mobile-bottom .basket-custom .position-relative .nav-link {
        display: contents;
    }
    header .navbar-default .button-close {
        padding: 0;
    }
    header .navbar-default .livesearchclose {
        font-size: 30px;
    }
    header .navbar-default .search-input {
        font-size: 15px;
    }
    .page-home .home-box .text-content {
        font-size: 11px;
    }
    .headline {
        font-size: 9px;
    }
    .nav-mobile .nav-mobile-bottom .anicon-search-xcross img {
        width: 40px;
    }
    .nav-mobile .nav-mobile-bottom .basket-mobile {
        position: relative;
    }
    .nav-mobile .nav-mobile-bottom .basket-mobile .badge {
        font-size: 14px;
        margin-left: 0 !important;
    }
    .page-home .information-section .information-image {
        padding: 30px;
    }
    .page-home .information-section .information-image .information-title {
        font-size: 25px;
        padding: 35px;
        bottom: -150px;
    }
    .page-home .information-section .information-image {
        height: 500px;
    }
}

@media (max-width: 375px) {
    .page-singleitem .others-also-bought .andere-title .title-item {
        width: 80%;
    }
    .page-singleitem .passendes-zubehor .passendes-title .title-item {
        width: 80%;
    }
    .footer .footerLine-top .list-icon-mobile .icon-mobile img {
        object-fit: inherit;
    }
}

@media (max-width: 320px) {
    .headline {
        font-size: 7px;
    }
    .nav-mobile .logo-mobile {
        padding: 20px 0;
    }
    .nav-mobile .nav-mobile-bottom .anicon-search-xcross img {
        width: 35px;
    }
    .nav-mobile .nav-mobile-bottom .basket-mobile img {
        width: 20px;
    }
    .nav-mobile .nav-mobile-bottom .basket-custom {
        padding: 0;
    }
    .nav-mobile .nav-mobile-bottom .basket-mobile .sum-basket {
        font-size: 13px;
    }
    .page-home .newsletter .text-newsletter .form-block-3-button {
        width: 150px;
    }
    .page-home .newsletter .text-newsletter .form-group {
        width: 150px;
        margin-bottom: 0;
    }
    .page-home .newsletter .text-newsletter .form-group .form-control {
        width: 150px;
    }
    .page-home .newsletter .text-newsletter .img-new-right {
        width: 110px;
    }
    .page-home .information-section .information-image {
        padding: 15px;
    }
    .page-home .information-section .information-image .information-title {
        font-size: 20px;
        padding: 15px;
        bottom: -250px;
    }
    .page-category-item .main .wrapper .container .categoryView .list-item-category .pagination-custom {
        display: table-cell;
        text-align: center;
    }
    .page-category-item .categoryView .info-sort-item .list-brand .title-brand {
        font-size: 13px;
    }
    .page-singleitem .single-rightside .priceContainer .custom-add-basket .add-to-basket-container button.btn img {
        padding-right: 15px;
        width: 35px;
    }
    .page-singleitem .single-rightside .priceContainer .custom-add-basket .add-to-basket-container button.btn {
        padding: 5px;
        font-size: 10px;
    }
}

.font-1rem {
    font-size: 1rem;
}

.basket-item .item-name {
    color: #000000 !important;
}

.basket-item .item-name:hover {
    color: #000000 !important;
}

.btn-outline-primary,
.btn-primary {
    border-color: transparent !important;
}

.page-singleitem .wrapper-top .notification-wrapper .alert .alert-32 {
    display: none;
}

.availability-notification-wrap {
    background: #db979f;
    padding: 10px;
    margin: 0 0 10px;
}

.availability-notification-wrap>p {
    color: white;
}

.availability-notification-wrap form>div {
    display: flex;
    margin: 0;
    border: none;
}

.availability-notification-wrap form>div>label {
    display: none;
}

.availability-notification-wrap form>div>button {
    width: 150px;
    border: none;
    background-image: none;
}

.availability-notification-wrap form>div>input {
    padding: 10px;
}

.slide-similar .prop-1-1 {
    padding-bottom: 0;
}

.slide-similar [class^="prop-"] {
    height: auto !important;
}

.price .av img {
    width: 18px;
}

header .main-navbar-collapsable.d-none.d-lg-block.f-nav {
    max-width: 100%;
}

.f-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

header .navbar-default .fixed-search .collapse {
    background: transparent;
    border-top: none;
}

header .navbar-default .fixed-search .collapse.show {
    position: relative;
    opacity: 1;
    visibility: inherit;
    min-width: inherit;
    margin: 0 auto;
    overflow: inherit;
}

header .navbar-default .fixed-search .cmp-search-box input {
    padding: 15px;
}

header .navbar-default .fixed-search .cmp-search-box .search-submit {
    color: #000000;
}

header .navbar-default .fixed-search .cmp-search-box .search-submit img {
    width: 25px;
}

.modal {
    z-index: 9999;
}

.list-icon-mobile .col-xs-4 {
    width: 33.33333333%;
}

.ww-cross-selling {
    padding: 1rem;
    width: 100%;
}

.tooltip {
    z-index: 99999 !important;
}

.cross-selling-items a:hover {
    color: inherit;
}

.cross-selling-items .item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* it will support chrome and firefox */

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.quantity input {
    font-size: 1.2rem;
    font-weight: 900;
    background: white;
}

.quantity .btn {
    padding: 5px;
}

.opahide[aria-expanded="true"] {
    opacity: 0;
    cursor: inherit;
}

.page-my-account .h4 {
    margin-bottom: 0;
}

.verfuegbar {
    width: 18px;
}

.page-basket .quantity,
.page-checkout .quantity {
    display: inline-flex;
    height: 38px;
}

.page-basket .quantity .btn,
.page-checkout .quantity .btn {
    padding: 10px 5px;
}

.page-category-item .navbar-left #countItem {
    vertical-align: initial !important;
}

.show {
    display: block;
}

#removePopup {
    display: none;
}

.confirm>div:first-of-type {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 1;
}

.confirm>div:last-of-type {
    padding: 10px 20px;
    background: white;
    position: fixed;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    border: 1px solid #333;
    z-index: 2;
}

.confirm>div:last-of-type div:first-of-type {
    min-width: 150px;
    padding: 10px;
}

.confirm>div:last-of-type div:last-of-type {
    text-align: right;
}

input[type=button] {
    padding: 5px 10px;
    margin: 10px 5px;
    border-radius: 5px;
    cursor: pointer;
    background: #ddd;
    border: 1px solid #ccc;
}


/* flexbox order */

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.order-13 {
    order: 13;
}

.order-14 {
    order: 14;
}

.order-15 {
    order: 15;
}

.order-16 {
    order: 16;
}

.order-17 {
    order: 17;
}

.order-18 {
    order: 18;
}

.order-19 {
    order: 19;
}

.order-20 {
    order: 20;
}

.order-21 {
    order: 21;
}

.order-22 {
    order: 22;
}

.order-23 {
    order: 23;
}

.order-24 {
    order: 24;
}

.order-25 {
    order: 25;
}

.order-26 {
    order: 26;
}

.order-27 {
    order: 27;
}

.order-28 {
    order: 28;
}

.order-29 {
    order: 29;
}

.order-30 {
    order: 30;
}

.order-31 {
    order: 31;
}

.order-32 {
    order: 32;
}

.order-33 {
    order: 33;
}

.order-34 {
    order: 34;
}

.order-35 {
    order: 35;
}

.order-36 {
    order: 36;
}

.order-37 {
    order: 37;
}

.order-38 {
    order: 38;
}

.order-39 {
    order: 39;
}

.order-40 {
    order: 48;
}

.order-41 {
    order: 41;
}

.order-42 {
    order: 42;
}

.order-43 {
    order: 43;
}

.order-44 {
    order: 44;
}

.order-45 {
    order: 45;
}

.order-46 {
    order: 46;
}

.order-47 {
    order: 47;
}

.order-48 {
    order: 48;
}

.order-49 {
    order: 49;
}

.order-50 {
    order: 50;
}

.order-51 {
    order: 51;
}

.order-52 {
    order: 52;
}

.order-53 {
    order: 53;
}

.order-54 {
    order: 55;
}

.order-55 {
    order: 55;
}

.order-56 {
    order: 56;
}

.order-57 {
    order: 57;
}

.order-58 {
    order: 58;
}

.order-59 {
    order: 59;
}

.order-60 {
    order: 60;
}

.order-61 {
    order: 61;
}

.order-62 {
    order: 62;
}

.order-63 {
    order: 63;
}

.order-64 {
    order: 64;
}

.order-65 {
    order: 65;
}

.order-66 {
    order: 66;
}

.order-67 {
    order: 67;
}

.order-68 {
    order: 68;
}

.order-69 {
    order: 69;
}

.order-70 {
    order: 70;
}

.order-71 {
    order: 71;
}

.order-72 {
    order: 72;
}

.order-73 {
    order: 73;
}

.order-74 {
    order: 74;
}

.order-75 {
    order: 75;
}

.order-76 {
    order: 76;
}

.order-77 {
    order: 77;
}

.order-78 {
    order: 78;
}

.order-79 {
    order: 79;
}

.order-80 {
    order: 80;
}

.order-81 {
    order: 81;
}

.order-82 {
    order: 82;
}

.order-83 {
    order: 83;
}

.order-84 {
    order: 84;
}

.order-85 {
    order: 85;
}

.order-86 {
    order: 86;
}

.order-87 {
    order: 87;
}

.order-88 {
    order: 88;
}

.order-89 {
    order: 89;
}

.order-90 {
    order: 90;
}

.order-91 {
    order: 91;
}

.order-92 {
    order: 92;
}

.order-93 {
    order: 93;
}

.order-94 {
    order: 94;
}

.order-95 {
    order: 95;
}

.order-96 {
    order: 96;
}

.order-97 {
    order: 97;
}

.order-98 {
    order: 98;
}

.order-99 {
    order: 99;
}

.order-100 {
    order: 100;
}


/* Order Confirmation */

.page-confirmation .main .page-content {
    padding: 0 1rem 2rem 1rem;
    border: 30px solid #585758;
    border-top: none;
    margin-top: 0!important;
}