
* {
    margin: 0;
    padding: 0;
}

/*---------------------------------Common-Css----------------------------*/
.container {
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}

p {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

/*---------------------------------Header-Css----------------------------*/
body {
    font-family: 'Arial', sans-serif;
}

.site-bg-grdint {
    background: linear-gradient(180deg, #035271, #043e54);
}

.site-bg {
    background-color: #035271;
}

header span.bg-danger {
    background-color: #fb761f !important;
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    padding: 4px 6px;
    left: 30px !important;
    top: 3px !important;
}

.header-action-icon {
    display: flex;
    background-color: #043e54;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
}

.dropdown-hover > .dropdown-toggle:active {
    pointer-events: none;
}

.search-form input {
    padding: 14px 10px;
}

.header-action-btn .header-btn:last-child {
    margin-left: 40px;
}

/*---------------------------------glance-Css---------------------------*/
h5 {
    font-size: 20px;
    line-height: 19px;
    font-family: Arial, sans-serif;
}

h6 {
    color: #1f2933;
    font-size: 1.2857142857em;
    font-weight: 700;
}

body {
    font-size: .875em;
    line-height: 19px;
    background-color: #f5f7fa;
    height: 100vh;
}

.secondary-btn {
    margin-top: 20px;
    background-color: #69bc28;
    padding: 15px 0;
    border-radius: 999px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    max-width: 300px;
    width: 100%;
    font-size: 1.1428571429em;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    border: none;
}

.vergleichen-box::after {
    position: absolute;
    content: '';
    width: 85%;
    height: 100%;
    background: linear-gradient(90deg, #fff 45%, transparent 80%);
    z-index: 0;
}

.vergleichen-box p {
    font-family: Arial, sans-serif;
    width: 300px;
    font-size: 14px;
    line-height: 18px;
}

.vergleichen-box .left {
    width: 668px;
    padding: 16px;
    z-index: 1;
    position: relative;
}

.vergleichen-box .right img {
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    max-width: 530px;
}

.vergleichen-box {
    min-height: 188px;
}

.vergleichen-box h6 {
    margin-bottom: 18px;
}

.vergleichen-box .right {
    width: 60%;
}

.uberblick-section a {
    color: #1f2933;
    text-decoration: none;
}

.uberblick-section a:hover {
    text-decoration: underline;
}

.uberblick-section .subcategory-list li {
    font-size: 1.1428571429em;
    margin: 4px 0;
    list-style: none;
    color: #1f2933;
}

.uberblick-section .subcategory-list .arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('../../assetsTheme/images/arrowTop.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    cursor: pointer;
    transform: rotate(180deg);
    transition: all .4s ease;
}

.uberblick-section .subcategory-list.open .more {
    display: block;
}

.uberblick-section .subcategory-list.open span.arrow.last-arrow {
    display: inline-block;
    transform: rotate(0);
}

.uberblick-section .subcategory-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.uberblick-section .subcategory-list.open .arrow,
.uberblick-section .subcategory-list .more {
    display: none;
}

.product_title h3 {
    font-size: 24px;
    padding: 10px 0px;
}

/* ------------------- slider css ------------------- */
body {
    font-family: Arial, sans-serif;
    font-weight: 400;
    background-color: #f5f7fa;
}

.bg-85A1AD {
    background-color: #85A1AD;
}

.bg-9E9788 {
    background-color: #9E9788;
}

.bg-85A3A6 {
    background-color: #85A3A6;
}

.bg-7E7E7E {
    background-color: #7E7E7E;
}

.bg-2B2B2D {
    background-color: #2B2B2D;
}

.home-banner {
    padding: 20px 0 0;
}

.homebanner-carousel .col-md-6:first-child {
    flex: 0 0 54%;
    width: 54%;
}

.homebanner-carousel .col-md-6:last-child {
    flex: 0 0 46%;
    width: 46%;
    padding: 0 25px 0 0;
}

.homebanner-carousel .card-body {
    max-width: 724px;
    margin: 0 0 0 auto;
    padding: 5px 0 15px 60px;
}

.homebanner-carousel .card-title,
.homebanner-carousel .card-title a {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
}

.homebanner-carousel .card-text {
    font-size: 20px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: -1px;
    color: #fff;
}

.comman-carousel .owl-nav {
    width: calc(100% - 60px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
    display: flex !important;
    left: 30px;
}

.comman-carousel .owl-nav button.owl-next, .comman-carousel .owl-nav button.owl-prev, .comman-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 28px;
    height: 25px;
    border-radius: 50%;
    background: #DBE4E4 url(../../assetsTheme/images/arrow-left.svg) no-repeat center;
    background-size: 9px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comman-carousel .owl-nav button.owl-next {
    background: url(../../assetsTheme/images/arrow-right.svg) no-repeat center;
    background-size: 9px;
}

.comman-carousel .owl-nav button.owl-next span, .comman-carousel .owl-nav button.owl-prev span {
    font-size: 0;
}

.vergleichen-section {
    overflow: hidden;
}

.comman-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*section Aktuelle Top Kategorien */
.sub-title {
    font-size: 20px;
    margin: 20px 0;
}

.aktuelle-carousel .item {
    padding: 0 20px 0 0;
}

.aktuelle-carousel .card {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15) !important;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border: 0;
}

.aktuelle-carousel .card-body {
    padding: 0;
}

.aktuelle-carousel .category-title {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
    text-align: center;
}

.aktuelle-carousel .price-text {
    color: #fb761f;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}

.aktuelle-carousel .price-large {
    font-size: 24px;
    font-weight: 700;
    line-height: 19px;
}

.product-carousel .owl-item img,
.deals-carousel .owl-item img {
    height: 200px;
    width: auto;
    object-fit: contain;
}

.aktuelle-carousel .product-title {
    min-height: 50px;
}

.deals-carousel .badge {
    background-color: #043e54;
    color: #fff;
    padding: 10px 5px;
    position: absolute;
    top: 52px;
    left: 0;
    font-size: 11px;
    border-radius: 0;
    text-transform: uppercase;
}

.deals-15000 {
    padding: 50px 0;
}

.col-circle {
    flex: 0 0 175px;
    width: 175px;
}

.col-content {
    flex: 0 0 calc(100% - 175px);
    width: calc(100% - 175px);
    padding-left: 50px;
}

.main-deals-count-circle {
    justify-self: center;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background: #fb761f;
    color: #fff;
}

.main-deals-count-box {
    transform: rotate(-15deg);
    text-align: center;
}

.main-deals-count-count,
.main-deals-count-text {
    font-weight: 700;
    color: #fff;
    font-size: 2em;
}

.main-deals-count-text {
    margin-top: 15px;
}

.main-deals-count-small {
    font-size: 1.1428571429em;
    margin-top: 10px;
    color: #fff;
}

.main-deals-text-title {
    font-size: 1.7142857143em;
    padding: 25px 0 15px;
    line-height: 24px;
}

.main-deals-text-description {
    font-size: 1.2857142857em;
    line-height: 24px;
    max-width: 700px;
}

.wer-wir-sind-section {
    padding: 50px 0;
}

.wer-wir-sind-box {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}

.wer-wir-sind-box .main-about-title {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 700;
}

.wer-wir-sind-box p {
    font-size: 14px;
    line-height: 19px;
    color: #000;
}

.wer-wir-sind-box .main-about-paragraph-title {
    font-size: 16px;
    margin: 20px 0;
    font-weight: 700;
}

.md-row {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    display: grid;
}

.md-row .col-lg-6 {
    width: 100% !important;
}

.breadcrumb-arrow {
    padding: 0px 10px;
}

.breadcrumb li.breadcrumb-item.active {
    font-size: 14px;
    color: #000;
}

.breadcrumb-wr {
    margin: 20px 0 15px;
}

.breadcrumb-wr .breadcrumb li.breadcrumb-item.active {
    /*padding-left: 16px;*/
}

.breadcrumb-item {
    padding: 1px 0 0 0;
    position: relative;
}

.breadcrumb-wr .breadcrumb-item a {
    color: #1f2933;
}

.breadcrumb-wr .breadcrumb-item + .breadcrumb-item::before {
    background-image: url(../images/scroll-top.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: '' !important;
    width: 6px;
    height: 18px;
    height: 18px;
    left: 0px;
    position: absolute;
}

@media (max-width: 1599px) {
    .product-carousel .owl-item img, .deals-carousel .owl-item img {
        height: 150px;
    }
}

@media (max-width: 1365px) {
    .comman-carousel .owl-nav {
        width: calc(100% - 20px);
        left: 10px;
    }

    .product-carousel .owl-item img, .deals-carousel .owl-item img {
        height: 100px;
    }
}

@media (max-width: 1279px) {
    .homebanner-carousel .card-title, .homebanner-carousel .card-title a {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .homebanner-carousel .card-title, .homebanner-carousel .card-title a {
        font-size: 32px;
    }

    .product-carousel .owl-item img, .deals-carousel .owl-item img {
        height: 84px;
    }
}

@media (max-width: 1023px) {
    .homebanner-carousel .card-title, .homebanner-carousel .card-title a {
        font-size: 28px;
    }

    .home-banner {
        display: none;
    }

    .homebanner-carousel .card-text {
        font-size: 16px;
    }

    .md-row {
        grid-template-columns: unset;
    }

    @media (max-width: 980px) {
        .homebanner-carousel .card-body {
            padding: 15px 0 15px 60px;
        }

        .homebanner-carousel .card-title, .homebanner-carousel .card-title a {
            font-size: 24px;
        }

        .comman-carousel .owl-item img {
            object-fit: initial;
            min-height: 130px;
        }

        .vergleichen-box .left,
        .vergleichen-box .right {
            flex: 0 0 100%;
            width: 100%;
        }

        .main-deals-text-title {
            font-size: 20px;
        }

        .main-deals-text-description {
            font-size: 14px;
            line-height: 1.7;
        }
    }
    @media (max-width: 767px) {
        .homebanner-carousel .col-md-6:first-child,
        .homebanner-carousel .col-md-6:last-child {
            flex: 0 0 100%;
            width: 100%;
            padding: 0;
        }

        .homebanner-carousel .row {
            flex-direction: column-reverse;
        }

        .homebanner-carousel .card-body {
            padding: 15px;
            max-width: 100%;
            min-height: 180px;
        }

        .comman-carousel .owl-nav {
            width: 100%;
            left: 10px;
            top: auto;
            bottom: -34px;
            transform: translateY(0);
            justify-content: center;
            left: 0;
            right: 0;
            column-gap: 10px;
        }

        .main-deals-count-count, .main-deals-count-text {
            font-size: 24px;
        }

        .col-content {
            padding-left: 20px;
        }

        .comman-carousel .owl-item img {
            min-height: 90px;
        }

        .main-deals-count-circle {
            width: 130px;
            height: 130px;
        }

        .main-deals-count-count, .main-deals-count-text {
            font-size: 20px;
        }

        .main-deals-count-text {
            margin-top: 5px;
        }

        .home-banner {
            padding: 20px 0 50px;
        }

        #category-slider, #deals-slider {
            padding-bottom: 40px;
        }

        .wer-wir-sind-section {
            padding: 40px 0 50px;
        }
    }
    @media (max-width: 649px) {
        .md-row {
            grid-template-columns: unset;
        }
    }
    @media (max-width: 459px) {
        .col-circle, .col-content {
            flex: 0 0 100%;
            width: 100%;
            padding: 0 12px;
        }
    }
}

.page-link {
    color: #1f2933;
    font-size: 14px;
    line-height: 12px;
    font-weight: 600;
    border-radius: 999px;
    padding: 10px 15px;
    margin: 0 5px 0 0;
}

@media (max-width: 459px) {
    .page-link {
        font-size: 10px;
        line-height: 12px;
        font-weight: 600;
        border-radius: 999px;
        padding: 10px 13px;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .products_item {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .products_item {
        width: 49%;
    }
}
@media (min-width: 1024px) {
    .products_item {
        width: 32% !important;
    }
}

.list-group-item {
    border-bottom: 1px solid lightgray !important;
}
