.home_page_wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

div[class*="hp_column"] {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.section-with-slider * {
    box-sizing: border-box;
}

.section-with-slider {
    padding: 15px 0px;
    /* overflow: hidden; */
}

.section-with-slider#home-page-main {
    padding: 0;
}

.section-with-slider#home-page-main .slick-custom-element {
    padding: 0;
}

.section-with-slider#home-page-main .glide__arrows {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.section-with-slider#home-page-main .glide__slides { 
    transform: none !important;
    width: auto !important;
    display: grid;
    grid-template-areas: 'slide';
}

.section-with-slider#home-page-main .glide__slide {
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease;
    grid-area: slide;
}

.section-with-slider#home-page-main .glide__slide--active {
    z-index:1;
    opacity:1;
}

.section-with-slider#home-page-main .glide__slide img,
.section-with-slider#landing-baners .glide__slide img {
    max-width: 100%
}

.section-with-slider#home-page-main .navigation-slider {
    text-align: center;
    margin-top: -30px;
    z-index: 1;
    position: relative;
}

.section-with-slider#home-page-main:hover .glide__arrow.glide__arrow--left {
    left: -45px;
}

.section-with-slider#home-page-main:hover .glide__arrow.glide__arrow--right {
    right: -45px;
}

.section-with-slider#home-page-main .wrap-carousel-products {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

.mainSlider {
    height: auto
}

.section-with-slider .category_wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1230px;
    width: 100%;
    margin: 0px auto;
}

.section-with-slider .category_column_desktop_full {
    max-width: calc(100% - 15px);
    width: 100%;
    margin: auto;
}



.section-with-slider .product {
    position: relative;
    background: white;
    box-shadow: 0 0 6px rgb(0 64 107 / 14%);
    transition: all 0.3s;
}

.section-with-slider a.product-carousel-events .product-img img {
    height: 160px;
    display: block;
    margin: auto;
    max-width: 100%;
    object-fit: contain;
}

.section-with-slider .slick-custom-element {
    padding: 10px 5px;
    text-align: center;
}

.section-with-slider .slick-custom-element .product .price_our_net {
    color: #C80000;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--senetic-main-font-family);
}

.section-with-slider .slick-custom-element .product .price_our_net span {
    font-size: 20px;
    font-weight: 700;
}

.section-with-slider .slick-custom-element .product .price_our_gross {
    font-size: 12px;
    color: #000;
    line-height: 16px;
    font-weight: 400;
}

.section-with-slider .slick-custom-element .product .product-img {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    max-width: 100%;
    margin: auto;
}

.section-with-slider .slick-custom-element .product span.promotion-label {
    z-index: 20;
    left: 10px;
}

.section-with-slider .slick-custom-element .product .product-img img {
    max-height: 140px;
    width: auto;
}

.section-with-slider .slick-custom-element .product p.product-name {
    margin-bottom: 5px;
}

.section-with-slider .section-title {
    padding: 7px 0px;
    border-bottom: 1px solid #C8D5DF;
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.section-with-slider .section-title h3 {
    font-family: var(--senetic-main-font-family);
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    text-align: left;
    color: #00406b;
    margin: 0px;
}

.section-with-slider .section-title .navigation-slider ul.slick-dots li.slick-active button {
    background-color: #A6A6A6;
}

.section-with-slider .glide__arrow {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #D2D2D2;
    align-items: center;
    justify-content: center;
    z-index: 20;
    background: rgba(255, 255, 255, 0.5);
    top: calc(50% - 20px);
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0;
    color: #333;
    border-radius: 0px;
}

.section-with-slider .glide__arrow:hover {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 6px rgb(0 64 107 / 14%);
}

.section-with-slider .glide__arrow:before {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.section-with-slider:hover .glide__arrow {
    opacity: 1;
}

.section-with-slider:hover .glide__arrow.glide__arrow--left {
    left: -15px;
}

.section-with-slider:hover .glide__arrow.glide__arrow--right {
    right: -15px;
}

.section-with-slider .product.product--show-minprice a {
    padding: 4px 2px 4px !important;
}

.section-with-slider .slick-custom-element .product.product--show-minprice .product-img {
    height: 130px;
}

.section-with-slider .slick-custom-element .product.product--show-minprice .product-img img {
    max-height: 120px;
}

.section-with-slider .section-title .navigation-slider {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.section-with-slider .section-title .navigation-slider ul.slick-dots {
    display: flex !important;
    flex-wrap: nowrap;
    list-style: none;
}

.section-with-slider .section-title .navigation-slider ul.slick-dots li {
    margin: 0;
    padding: 0;
}

.section-with-slider .section-title .navigation-slider ul.slick-dots li button {
    font-size: 0;
    width: 9px;
    height: 9px;
    background-color: #dfdfdf;
    margin: 0;
    padding: 0;
    margin-left: 5px;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.section-with-slider .section-title .navigation-slider ul.slick-dots li.slick-active button {
    background-color: #a6a6a6;
}

.section-with-slider:hover .glide__arrow {
    opacity: 1;
}

.section-with-slider:hover .wrap-carousel-products .glide__arrow--left.glide__arrow {
    left: -15px;
}

.section-with-slider:hover .wrap-carousel-products .glide__arrow--right.glide__arrow {
    right: -15px;
}


.section-with-slider .glide:not(.glide--active) .wrap-carousel-products {
    opacity: 1 !important;
    display: flex !important;
    flex-wrap: nowrap;
    overflow: hidden;
    height: 250px;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.section-with-slider .glide:not(.glide--active) .wrap-carousel-products {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f6f6f6), color-stop(18%, #f0f0f0), color-stop(33%, #f6f6f6));
    background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
    background-size: 800px 104px;
    position: relative;
    color: transparent;
    opacity: 1;
    box-shadow: none !Important;
    cursor: no-drop;
    pointer-events: none;
    filter: blur(1px);
}

.section-with-slider .glide:not(.glide--active) .wrap-carousel-products * {
    opacity: 0;
}


.section-with-slider.section-with-slider--hot-offers .wrap-carousel-products {
    width: calc((100%/5) * 3);
}

.section-with-slider.section-with-slider--hot-offers h2.featured-product__name a {
    color: inherit;
}

.section-with-slider.section-with-slider--hot-offers .hp-featured__title {
    background: #ffb70b;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 18px 0;
    width: 100%;
    height: 56px;
    display: none;
}

.section-with-slider.section-with-slider--hot-offers .hp-featured__product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: baseline;
    flex-flow: row-reverse;
}

.section-with-slider.section-with-slider--hot-offers h2.featured-product__name {
    display: -webkit-box;
    text-align: left;
    width: 100%;
    font-size: 18px;
    transition: all .3s;
    color: #00406b;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    white-space: initial;
    max-height: 70px;
    min-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0;
    box-sizing: border-box;
}

.section-with-slider.section-with-slider--hot-offers .hp-featured__image {
    width: 100%;
    max-width: 40%;
    padding: 0px;
}

.section-with-slider.section-with-slider--hot-offers .hp-featured__information.featured-product {
    width: 100%;
    max-width: 60%;
    text-align: center;
    padding: 5px 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}

.section-with-slider.section-with-slider--hot-offers h3.featured-product__partnumber {
    color: #828282;
    margin: 5px 0 9px;
    align-items: center;
    display: grid;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.section-with-slider.section-with-slider--hot-offers .price_our_net {
    color: #c80000;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--senetic-main-font-family);
}

.section-with-slider.section-with-slider--hot-offers .price_our_net span {
    font-size: 20px;
    font-weight: 700;
}

.section-with-slider.section-with-slider--hot-offers .price_our_gross {
    font-size: 12px;
    color: #000;
    line-height: 16px;
    font-weight: 400;
}

.section-with-slider.section-with-slider--hot-offers .featured-product__prices {
    width: 100%;
    text-align: left;
}

.section-with-slider.section-with-slider--hot-offers .featured-product__cta {
    width: 100%;
    margin-top: 25px;
}

.section-with-slider.section-with-slider--hot-offers .hp-featured__product {
    height: 100%;
    padding: 10px;
}

.section-with-slider.section-with-slider--hot-offers .hp-featured__box {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    background: #fff;
    align-items: stretch;
    border: 2px solid red;
}

.section-with-slider.section-with-slider--hot-offers .hp-featured__image img {
    max-width: 100%;
    width: auto;
    text-align: center;
}

.section-with-slider.section-with-slider--hot-offers .featured-product__cta a {
    background: #56c30d;
    width: 100%;
    color: #fff;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #56c30d;
    transition: all 0.2s;
}

.section-with-slider.section-with-slider--hot-offers .hp-featured__box .price_our_net {
    font-size: 18px;
    margin-top: 10px;
}

.section-with-slider.section-with-slider--hot-offers .hp-featured__box .price_our_net span {
    font-size: 22px;
    font-weight: 700;
}

.section-with-slider.section-with-slider--hot-offers .hp-featured__box .price_our_gross {
    font-size: 18px;
    margin-top: 7px;
}

.section-with-slider.section-with-slider--hot-offers .hp-featured__box .price_our_gross span {
    font-size: 20px;
    font-weight: 600;
}

.section-with-slider .price_sup {
    min-height: 0px;
}

.section-with-slider.section-with-slider--hot-offers .featured-product__cta a i {
    position: relative;
    margin-left: 4px;
    font-size: 14px;
    top: 1px;
}

.add-to-cart-animation i {
    display: none;
}

.section-with-slider.section-with-slider--hot-offers .featured-product__cta a:hover {
    background: #43980a;
    border-color: #43980a;
}

@media screen and (max-width: 1320px) {
    .section-with-slider#home-page-main:hover .glide__arrow.glide__arrow--left {
        left: 0;
    }
    
    .section-with-slider#home-page-main:hover .glide__arrow.glide__arrow--right {
        right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .section-with-slider:hover .wrap-carousel-products .glide__arrow--left.glide__arrow {
        left: -5px;
    }

    .section-with-slider:hover .wrap-carousel-products .glide__arrow--right.glide__arrow {
        right: -5px;
    }

    .section-with-slider:hover .glide__arrow.glide__arrow--left {
        left: 0;
    }

    .section-with-slider:hover .glide__arrow.glide__arrow--right {
        right: 0;
    }

    .section-with-slider .section-title .navigation-slider {
        width: auto;
        flex-wrap: wrap;
        max-width: 100%;
        align-items: center;
    }

    .section-with-slider .section-title {
        flex-wrap: wrap;
    }

    .section-with-slider .section-title h3 {
        width: max-content;
    }

    .section-with-slider .section-title .navigation-slider ul.slick-dots {
        flex-wrap: wrap !important;
    }
}

@media screen and (max-width: 768px) {
    #home_page_redesigned .section-with-slider.section-with-slider--hot-offers .hp_column_desktop_full {
        flex-wrap: wrap;
    }

    .section-with-slider.section-with-slider--hot-offers .wrap-carousel-products {
        min-width: calc(100% + 10px);
        max-width: calc(100% + 10px);
    }

    div#bestsellers-featured-section {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .section-with-slider.section-with-slider--hot-offers h2.featured-product__name {
        font-size: 14px;
    }

    .section-with-slider.section-with-slider--hot-offers h3.featured-product__partnumber {
        font-size: 13px;
    }

    .section-with-slider.section-with-slider--hot-offers .price_our_net {
        font-size: 13px;
    }

    .section-with-slider.section-with-slider--hot-offers .price_our_net span {
        font-size: 18px;
    }

    .section-with-slider.section-with-slider--hot-offers .price_our_gross {
        font-size: 12px;
    }

    .section-with-slider.section-with-slider--hot-offers .hp-featured__information.featured-product {
        padding: 10px;
    }
}

a.product-carousel-events .product-img img,
a.product-homepage-events .product-img img {
    height: 160px;
    display: block;
    margin: auto;
    max-width: 100%;
    object-fit: contain;
}

a.product-carousel-events .product-img img.prod_vendor_logo,
a.product-homepage-events .product-img img.prod_vendor_logo {
    width: max-content;
}

a.product-carousel-events .product-img img,
a.product-homepage-events .product-img {
    position: relative;
}

a.product-carousel-events h2,
a.product-homepage-events h2 {
    text-align: center;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s;
    color: #00406b;
    font-weight: 600;
    margin: 0px;
    line-height: 1.4;
    white-space: initial;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0px 5px;
    box-sizing: border-box;
}

.section-with-slider a.product-carousel-events,
.section-with-slider a.product-homepage-events {
    text-align: center;
    padding: 10px 2px 19px!important;
    overflow: hidden;
    display: block;
}

a.product-carousel-events p,
a.product-carousel-events .product-name,
a.product-homepage-events p,
a.product-homepage-events .product-name {
    color: #828282;
    margin: 5px 0 15px;
    align-items: center;
    display: grid;
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 6px;
}

a.product-carousel-events .contact-label, 
a.product-homepage-events .contact-label {
    font-weight: 600;
    color: #333;
    font-size: 11px;
    line-height: 1.6;
    padding: 0px 2px;
    margin-top: 0px;
    min-height: 39px;
    display: flex;
    align-items: center;
}

div#blog-module-slider .post img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover
}

.slick-custom-element .post {
    text-align: left;
    padding: 0!important;
    overflow: hidden;
    display: block
}
.nwsPage__blog.section-with-slider {
    overflow: visible;
}
div#blog-module-slider .post_img {
    height: 140px;
    width: 100%;
    display: block;
    position: relative
}

div#blog-module-slider .post_desc {
    padding: 10px
}

div#blog-module-slider p.post_date {
    font-size: 11px;
    color: #626262;
    line-height: 15px;
    margin: 5px 0 0
}

div#blog-module-slider h4.post_title {
    font-size: 14px;
    color: #464646;
    line-height: 19px;
    font-weight: 700;
    margin: 7px 0
}

div#blog-module-slider .slick-custom-element {
    height: auto
}

div#blog-module-slider .post {
    height: 100%
}
.glide__bullets {
    position: relative;
    transform: none;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.glide__bullet {
    font-size: 0;
    width: 9px;
    height: 9px;
    background-color: #dfdfdf;
    margin: 0;
    padding: 0;
    margin-left: 5px;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
button.glide__bullet.glide__bullet-clone.glide__bullet-clone--active {
    background: #a6a6a6;
}
.glide__bullet:hover,
.glide__bullet:focus:hover{
    border: none;
    background: #a6a6a6;
}
 
.glide__bullet:focus {
    border: none;
    background: #dfdfdf;
}
.not-sliding .glide__slides {
    padding: 10px 0px;
}
.up-sell-section .glide--active .product-generic-box {
    max-width: 100%;
}

[data-lazy-images="1"] .glide__slide {
    content-visibility: hidden;
}

[data-lazy-images="1"] .glide__slide--visible,
[data-lazy-images="1"] .glide__slide--active,
[data-lazy-images="1"] .glide__slide--next {
    content-visibility: visible;
}
