.widget-filter__form2 {
    width: 60%;
}

.widget-filter__form2 .widget-filter__cat-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    margin: 0 auto;
    row-gap: 10px;
}

@media screen and (max-width: 900px) {
    .widget-filter__form2 {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .catalogpage__title {
       display: none;
    }
}

.right-productsection__params {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: flex-start;
    padding-top: 2px;
}

.right-productsection__param {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 auto;
    width: max-content;
    min-width: 132px;
    max-width: 100%;
    display: flex;
    min-height: 56px;
    flex-direction: column;
    justify-content: center;
    padding: 10px 44px 10px 22px;
    border-radius: 999px;
    border: 1px solid rgba(82, 77, 73, 0.06);
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.right-productsection__param:focus-within,
.right-productsection__param:hover {
    border-color: rgba(82, 77, 73, 0.12);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.right-productsection__param.--open {
    z-index: 5;
}

.right-productsection__param-label {
    display: block;
    margin-bottom: 6px;
    color: #524D49;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
}

.right-productsection__param-value {
    display: block;
    color: #2F2620;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-productsection__param-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0 999px 999px 0;
    background: transparent;
    cursor: pointer;
}

.right-productsection__param-toggle:focus {
    outline: none;
}

.right-productsection__param-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #637884;
    font-size: 10px;
    pointer-events: none;
    transform: translateY(-50%);
}

.right-productsection__param-icon::before {
    display: block;
    transform: rotate(90deg);
}

.right-productsection__param.--open .right-productsection__param-icon::before {
    transform: rotate(-90deg);
}

.right-productsection__param-options {
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    width: 100%;
}

.right-productsection__param-option {
    position: relative;
    display: block;
    width: 100%;
    min-height: 42px;
    padding: 12px 22px 10px;
    border: 1px solid rgba(82, 77, 73, 0.06);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
    color: #2F2620;
    font: inherit;
    font-size: 14px;
    line-height: 1.15;
    text-align: left;
    cursor: pointer;
}

.right-productsection__param-option::after {
    content: "";
    position: absolute;
    right: 22px;
    bottom: 8px;
    left: 22px;
    height: 1px;
    background: rgba(82, 77, 73, 0.14);
}

.right-productsection__param-option:not(:last-child) {
    margin-bottom: 7px;
}

.right-productsection__param-option:hover,
.right-productsection__param-option:focus {
    outline: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767.98px) {
    .right-productsection__params {
        gap: 8px;
    }

    .right-productsection__param {
        flex: 0 1 auto;
        width: max-content;
        min-width: 132px;
        max-width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .right-productsection__param {
        flex-basis: 100%;
    }
}

.item-singleorder__meta {
    color: #524D49;
    font-size: 14px;
    line-height: 1.35;
}

.item-singleorder__meta .wc-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

.item-singleorder__meta .wc-item-meta li {
    margin: 0;
}

.item-singleorder__meta .wc-item-meta-label {
    font-weight: 500;
}

.item-singleorder__meta p {
    display: inline;
    margin: 0;
}
