.categories-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.categories-list .category-item {
    flex: none;
    width: calc(33.33% - 14px);
}
a.category-item-content {
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    display: block;
    border-top: 1px solid rgba( 0, 0, 0, .07 );
}
.category-item-content:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(27, 27, 27);
    background: linear-gradient(360deg, rgb(27, 27, 27) 0%, rgb(129, 129, 130) 35%, rgb(255, 255, 255) 100%);
    top: 0;
    opacity: 0.3;
}
.category-item-content .category-item-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 10% 20%;
    font-size: clamp(30px, 2.4vw, 37px);
    z-index: 5;
    text-align: center;
    gap: 10px;
    font-weight: bold;
    text-shadow: 0 2px 5px rgba( 0, 0, 0, .07 );
    
}
.category-item-content .category-item-title span {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: normal;
}
.category-item-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

body.frontpage section.w-categories {
    padding-top: 0;
}
section.section + section.section {
    padding-top: 0;
}

.footer .externals {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.footer .externals img {
    height: 100px;
}
.footer ul.contacts li {
    align-items: flex-start;
}

.ck-content .image>img, .ck-content img {
    display: inline-block;
}

iframe[src*="youtube"] {
    aspect-ratio: 16/9;
    width: 500px;
    max-width: 100%;
    height: auto;
    display: block;
}
iframe + br + br,
iframe + br + br + br {
    display: none;
}


.t-panel-clean > .pane {
    background-color: transparent;
}

.navbar.site-header > .container {
    position: relative;
}
.shippingDay {
	position:absolute;
	top:100%;
	right:0;
    transform: translateY(-50%);
	border-radius:3px;
	background-color: #E1CFB2;
	color: #383838;
	padding:3px 10px;
	text-align:center;
	text-transform: uppercase;
	font-size:11px;
    white-space: nowrap;
}
.shippingDay:before {
    content: "";
    top: 0;
    right: 53px;
    width: 7px;
    height: auto;
    aspect-ratio: 1/1;
    background-color: inherit;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}
.shippingDay u {
	font-weight:bold;
}
.productmenu.menu.menu-inline > li {
    margin: 0;
}
.productmenu > li > a {
    padding: 10px clamp(5px, 0.7vw, 15px);
}
.productmenu > li >a {
    white-space: nowrap;
}
.productmenu .item-arrow {
    display: none;
}

.category-short-description.ck-content {
    padding: 50px 0 40px;
}
/*
.category-description > br:first-child,
.category-description > br:first-child + br,
.category-description > br:first-child + br + br,
.category-description > title {
    display: none;
}
*/
.category-description > p:first-of-type {
    margin-top: 0;
}

.m-productlist-items > .row {
    margin: 0 !important;
}
.m-productlist-items > .row > div {
    padding: 0 !important
}
[data-ng-show="loadingProducts"] {
    display: none !important;
}
.modules.m-productlist.m-productlist-list > .row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.modules.m-productlist.m-productlist-list > .row:before {
    display: none;
}
.modules.m-productlist.m-productlist-list > .row > .productItem {
    margin: 0;
    padding: 20px;
    /*box-shadow: 0 0px 10px rgba(0,0,0,.1);*/
    border: solid 1px #eaeaea;
    flex: none;
    width: calc(20% - 16px);
    
}
.productItem .type-col {
    border: none;
}
.type-col .m-productlist-item {
    margin-bottom: 0;
}
.m-productlist-tractions-amount .form-group {
    margin-bottom: 0;
}

.w-usp {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.m-product-stock {
    margin-bottom: 30px;
}
.m-product-stock.m-product-instock .fa {
    color: green;
}

img {
    margin: 0;
}

.youtubecontainer {
    padding-top: 40px;
    display: flex;
    gap: 20px;
}
.youtubecontainer > iframe {
    flex: none;
    width: calc(50% - 10px);
}

.m-product.m-product-additional-info {
    margin-top: 40px;
}
.m-product .thumbelina-wrapper .thumbelina-but {
    width: 30px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
}


.basket .miniBasket {
    z-index: 10;
}

.productsortbar .sortbar-content .sortbar-selects>fieldset:first-child {
    border: none;
}
.sortbar-selects option[value*="ItemNumber"] {
    display: none;
}

.products-also-bought {
    margin-top: 3.5em;
}

@media (max-width: 1400px) {
    .youtubecontainer {
        flex-direction: column;
    }
    .youtubecontainer > iframe {
        width: 450px;
    }
}

@media (max-width: 1280px) {
    .w-logo .w-logo-img {
        max-height: 35px;
    }
    .shippingDay:before {
        right: 48px;
    }
    .modules.m-productlist.m-productlist-list > .row > .productItem {
        width: calc(25% - 15px);
    }
}

@media (max-width: 900px) {
    .shippingDay {
        font-size: 10px;
    }
    .modules.m-productlist.m-productlist-list > .row {
        gap: 10px;
    }
    .modules.m-productlist.m-productlist-list > .row > .productItem {
        width: calc(50% - 5px);
        padding: 10px
    }

    .m-product .thumbelina-wrapper .thumbelina-but.left {
        left: 14px;
    }
    .m-product .thumbelina-wrapper .thumbelina-but.right {
        right: 14px;
    }

    .categories-list .category-item {
        width: 100%;
    }
    .footer .footer-content > div.externals {
        width: 100%;
    }
    .footer .externals img {
        height: 80px;
    }
}