.b-mobile-fixed-panel .b-mobile-fixed-panel__item {
    flex: 0 0 64px;
    width: 64px;
    
}
.b-mobile-logo svg, .b-mobile-logo img {
    height: 16px;
}

.plugin_arrived-button.custom.is-product-page {
    margin-top: 1.5rem;
    padding: 0.5rem 0.9rem;
    background:#10c44c;
    border-radius: 3px;
    display: inline-block;
}
.plugin_arrived-button.custom.is-product-page a {
    color:#fff;
    text-decoration:none;
    border:0;
}
.product__button-qty--fake input {
    border: 0;
    color: #fff;
    max-width: 50px;
}

.wrap-with-fake-input .product__button-qty--original {
    display: none;
}

.price-form--box, .tea-party--box {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 20px;
}

.price-form__btn .multiform-body, .tea-party--box .multiform-body {
    padding: 0;
}

.page-image--box {
    display: flex;
    flex-wrap: wrap;
}

.page-image--box figure {
    display: flex;
    flex-direction: column;
}

.page-image--box img {
    max-width: 100%;
}


.l-footer{
    background-color: #eee;
}

.l-footer .mf-footer-social svg{
    width: 40px;
    height: 40px;
		margin-top: 15px;
}

.l-footer .mf-footer-social .icon {
    background-color: #eeeeee;
}

.l-footer .mf-footer-social .b-social-icons__button{
    margin-right: 10px;
}

.mf-footer-policy--link{
    color: #757575;
    font-size: 14px;
}

.l-footer .border-top{
	border-color: #e1dfdf !important;
}

@media (min-width: 992px) {
    .b-categories-01.b-categories-01--items-4 .b-categories-01__image, .b-categories-01.b-categories-01--items-5 .b-categories-01__image {
        --bs-category-image-size: 200px;
    }
}
.l-desktop-header .b-logo {
    width:220px;
}
@media (max-width: 575.98px){
    .s-products-list.row-scrolling>* {
        width: 160px;
        padding-right: 5px;
        padding-left: 5px;
    }
}

.wa-quantity-cart-section .wa-section-footer {
    display: none!important;
}
.b-search__form .b-search__actions .dropdown{
    display:none;
}