
@media (min-width: 768px) {
    #navigation{
    z-index: 3;
}
#navigation .navigation-in{
    background-color: black;
}
#navigation .navigation-in > ul > li > a{
    color: #fff;
}
#navigation .navigation-in > ul > li.exp > a, #navigation .navigation-in > ul > li > a:hover{
    color: #000;
}
    #header{
        position: relative;
    }
    #header::after {
        content: "";
        width: 100%;
        height: 32px;
        left: 0;
        bottom: 0;
        position: absolute;
        background: #000;
    }
}

.products-block {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: start;
}
.products-block.products .product {
    padding: 16px 16px 46px 16px;
    background: #fff;
}
.products .product {
    border: 0;
}
.products-block .p {
    position: relative;
    height: 100%;
}
.products-block .p a.image {
    position: relative;
    display: block;
}
.products-block .p-in-in {
    position: relative;
}
.products-block.products .p .name {
    display: block;
    height: 42px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
}
.product .availability {
    font-size: 14px;
    line-height: 19px;
    margin-top: 5px;
}
.products-block .ratings-wrapper .availability {
    flex: 1 1 100%;
    text-align: center;
}
.products-block .p-bottom>div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
}
.products-block .ratings-wrapper .stars-wrapper {
    flex: 1 1 100%;
    justify-content: center;
}
.btn.add-to-cart-button:before, .btn.btn-cart:before, .btn.express-checkout-button:before, a.btn.add-to-cart-button:before, a.btn.btn-cart:before, a.btn.express-checkout-button:before{display: none;}
@media screen and (min-width: 1200px) {
    .products-block.products .product:hover {
        box-shadow: 0px 0px 24px rgba(168, 168, 168, 0.25);
        z-index: 2;
    }
}
@media (min-width: 480px) {
    .products-block>div:nth-child(1), .products-block>div:nth-child(2) {
        border-top-style: none;
    }
        .products-block>div:nth-child(even) {
        border-right-style: none;
    }
}
div.latest-contribution-content > div.latest-contribution-info > i:nth-child(4){display: none;}
.latest-contribution-info .latest-contribution-date{display: none;}
body.dklab-instagram #footer {
    margin-top: 40px;
}
#footer {
    margin-top: 40px;
}
#footer>.container{
    background-color: #F8F2ED;
}
.custom-footer, .footer-bottom, .footer-links-icons {
    border-color: transparent;
}