@media only screen and (min-width: 321px) and (max-width: 767px) {
    .columns-mobile-2 .products-block .p .name {
        height: 88px;
        -webkit-line-clamp: 4;
    }
}

@media only screen and (min-width: 768px) {

.top-navigation-menu{
    flex: 1 1 75% !important;
}

.top-navigation-tools{
    flex: 1 1 25% !important;
}

.cart-empty-widget .footer-banner:nth-child(16), .cart-empty-widget .footer-banner:nth-child(15), .cart-empty-widget .footer-banner:nth-child(14), .cart-empty-widget .footer-banner:nth-child(13), .cart-empty-widget .footer-banner:nth-child(12), .cart-empty-widget .footer-banner:nth-child(11){
    display: none !important;
}

  .type-post .content-inner {
  max-width: 100% !important;
}

.type-post .content-inner .row .col-md-1, .type-post .content-inner .row .col-md-2, .type-post .content-inner .row .col-md-3, .type-post .content-inner .row .col-md-4, .type-post .content-inner .row .col-md-5, .type-post .content-inner .row .col-md-6, .type-post .content-inner .row .col-md-7, .type-post .content-inner .row .col-md-8, .type-post .content-inner .row .col-md-9, .type-post .content-inner .row .col-md-10, .type-post .content-inner .row .col-md-11, .type-post .content-inner .row .col-md-12 {
  padding-left: 0px !important;
padding-right: 0px !important;
}

}

@media only screen and (min-width: 992px) {
  .siteCookies__button:hover {
    background-color: var(--color-primary-hover);
  }
}