.wysiwyg p,
.wysiwyg li {
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0;
    color: #231f20;
}

.wysiwyg h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    color: #231f20;
}

.wysiwyg h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #231f20;
}

footer .container .container ul.social {
    top: 250px;
}

body #banner,
body #banner a,
body #banner .sl_a,
body #banner .sl_a > div,
body #banner .sl_a > div > a,
body #banner .slick-slide div div a{
    background-size: cover;
}

.price {
    display: flex;
    width: max-content;
}

.price .currency {
    margin-left: 6px;
}

body #shop_goods .dots:has(.horizontal),
body #shop_goods .show_hide_filters ~ .dots:has(.horizontal) {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

body #shop_goods:has(.filters.horizontal) .show_hide_filters,
body #shop_goods .filters.horizontal .close {
    display: none !important;
}

body #shop_goods .filters.horizontal {
    position: relative;
    inset: auto;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
    column-gap: 50px;
    width: 100%;
    padding: 30px 50px 30px 30px;
    box-sizing: border-box;
    z-index: 1;
}

body #shop_goods .filters.horizontal::before {
    grid-column: 1 / -1;
}

body #shop_goods .filters.horizontal .filters_buttons {
    grid-column: 1 / -1;
    max-width: max-content;
    display: flex;
    gap: 10px;
}

body #filter.forms {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 15px 30px;
}

body #content #filter.forms .column {
    margin: 0;
    width: auto;
}

body #filter.forms .column input {
    margin: 0;
    box-sizing: border-box;
}

body #content #filter.forms > .column:nth-last-child(2) {
    margin-right: auto;
}

body .table-wrapper {
    width: 100%;
    overflow-x: auto;
}

body #content table.order-list {
    display: table;
}

body .category_text h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

#shop_goods .goods-card .gallery-top .info:empty {
    visibility: hidden;
}


.gallery-top {
    position: absolute;
    top: 10px;
    left: 0;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.gallery-top__btns {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

#shop_goods .goods-card .gallery-top *:not(.gallery-top__btns) {
    position: static;
    margin: 0;
}


#shop_goods .goods-card .gallery-top .info {
    z-index: 10;
}

body #content .compare, body #content .compare_as,
body #content .favorite, body #content .favorite_as {
    top: 2px;
}

@media all and (min-width: 860px) {
    #shop_goods .list .goods {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    #shop_goods .list .goods .compare,
    #shop_goods .list .goods .favorite,
    #shop_goods .list .goods .compare_as,
    #shop_goods .list .goods .favorite_as,
    #shop_goods .list .goods .goods_attr,
    #shop_goods .list .goods .price {
        position: static;
    }

    #shop_goods .list .goods:after {
        width: 90%;
    }

    #shop_goods .list .goods > * {
        margin: 0 10px;
    }

    #shop_goods .list .goods > a:first-child {
        display: flex;
        align-items: center;
    }

    #shop_goods .list .goods > .price {
        white-space: nowrap;
    }
}

@media all and (max-width: 860px) {
    body #shop_goods .filters.horizontal .title {
        font-size: 12px;
    }

    body #shop_goods .filters.horizontal::before,
    body #shop_goods .filters.horizontal::after {
        display: none;
    }

    body .gallery-top { width: 100%; }
    body #content .list .goods .buttons, body #content #shop_goods .list .goods .buttons {position: absolute;left: calc(45% + 85px);bottom: 0px;}
    body #shop_goods .list .goods .price {left: 45%;bottom: 85px;max-width: max-content;}
    body #shop_goods .list .favorite, body #shop_goods .list .favorite_as {
        right: 50px;
        top: 1px;
    }

    body #shop_goods .list .compare, body #shop_goods .list .compare_as {
        right: 10px;
        top: 1px;
    }
}

@media all and (max-width: 640px) {
    body #shop_goods .filters.horizontal {
        grid-template-columns: repeat(2, 1fr);
    }

    body #content table.order-list { min-width: 650px; overflow-x: auto; }
}

@media all and (max-width: 480px) {
    body #shop_goods .filters.horizontal {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media all and (max-width: 414px) {
    body #content .list .goods .buttons, body #content #shop_goods .list .goods .buttons { left: calc(45% + 40px)}
}

@media all and (max-width: 400px) {
    body #content .goods .price,
    body #content .goods-card .right .price {
        font-size: 18px;
    }
}