@media (max-width: 1199px) {
    .container,
    .stretch-container,
    .footer-container {
        min-width: 0;
        box-sizing: border-box;
    }
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 1024px) {
    html, body {
        overflow-x: hidden;
    }
    .menu-block.container.cs-bg-7 {
        display: none;
    }
    .body-content {
        flex-wrap: wrap;
    }
    .body-content > .col-xs-3.site-body-aside,
    .body-content > .col-xs-9.site-body-main {
        flex-basis: 100%;
        max-width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        box-sizing: border-box;
    }
    .site-body-main.two-columns {
        flex-wrap: wrap;
    }
    .carousel-main-wrap.col-xs.first-xs.rd-hero-wrap,
    .product-view-action-vertical {
        flex-basis: 100%;
        max-width: 100%;
    }
    .rd-hero-wrap .carousel-slide-media {
        height: auto;
        max-width: 100%;
        width: 100%;
        object-fit: cover;
    }
    .site-head-inner.container .row.site-head__item-wrap {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .site-head__center-block {
        flex-basis: 100%;
        order: 3;
    }
    .toolbar-top-item__left-part {
        max-width: 60%;
    }
    .toolbar-top__zone-name {
        font-size: 12px;
    }
}

.aside-details {
    display: block;
    margin-bottom: 12px;
}
.aside-details > summary {
    cursor: pointer;
    padding: 12px 16px;
    background: #1a5fb4;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    list-style: none;
    user-select: none;
    font-size: 15px;
    position: relative;
}
.aside-details > summary::-webkit-details-marker {
    display: none;
}
.aside-details > summary::after {
    content: '+';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 18px;
}
.aside-details[open] > summary::after {
    content: '−';
}

@media (min-width: 1025px) {
    .aside-details > summary {
        display: none;
    }
}

@media (max-width: 1024px) {
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent {
        display: flex;
        flex-direction: column;
    }
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-link-wrap {
        order: 1;
    }
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-sub {
        order: 2;
        display: block;
        position: static;
        width: auto;
        margin: 0 12px 10px;
        padding: 6px 0;
        background: #f4f7fb;
        border-radius: 0;
        box-shadow: none;
    }
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-sub-inner {
        padding: 0;
        background: transparent;
        white-space: normal;
        box-shadow: none;
        display: block;
        border: none;
    }
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-sub-columns,
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-sub-columns-item,
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-sub-block {
        display: block;
        padding: 0;
        margin: 0;
        width: auto;
    }
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-sub-block {
        max-width: 100%;
    }
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-sub-columns-item br {
        display: none;
    }
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-sub-category {
        display: block;
        width: auto;
        padding: 0;
        border-bottom: 1px solid #e2e8f0;
    }
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-sub-category:last-child {
        border-bottom: 0;
    }
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-sub-childs {
        padding: 0;
    }
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-sub-link {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        line-height: 1.35;
        color: #344155;
        padding: 9px 14px 9px 18px;
        text-decoration: none;
        position: relative;
        transition: color .15s, background .15s;
        width: 100%;
        box-sizing: border-box;
    }
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-sub-link:hover,
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-sub-link:active {
        color: #1a5fb4;
        background: #e7eff8;
    }
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-sub-link:hover::before {
        background: #1a5fb4;
    }
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-link::after,
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-link-wrap::after,
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-link-wrap.icon-right-open-after-abs::after,
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .icon-right-open-after-abs::after {
        display: none !important;
        content: none !important;
    }
}

@media (max-width: 991px) {
    .toolbar-top,
    .site-head .container.site-head-inner,
    .site-head > .static-block {
        display: none;
    }
    .site-head {
        background: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
        position: sticky;
        top: 0;
        z-index: 100;
    }
}

@media (max-width: 767px) {
    .rd-hero-wrap .carousel-main-list .carousel-slide-media {
        height: 240px;
        max-height: 240px;
        min-height: 240px;
        width: 100%;
        object-fit: cover;
    }
    .rd-hero-overlay {
        align-items: stretch;
        background: linear-gradient(180deg, rgba(0, 30, 60, .82) 0%, rgba(0, 30, 60, .55) 100%);
    }
    .rd-hero-content {
        padding: 14px 16px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .rd-hero-title,
    .rd-hero-wrap h1.rd-hero-title {
        font-size: 16px;
        line-height: 1.2;
        margin: 0 0 8px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .rd-hero-sub {
        font-size: 12px;
        line-height: 1.35;
        margin: 0 0 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .rd-hero-cta {
        gap: 8px;
        flex-wrap: wrap;
    }
    .rd-hero-cta .rd-btn--ghost {
        display: none;
    }
    .rd-hero-cta .rd-btn {
        padding: 8px 12px;
        font-size: 12px;
    }
}

.rd-breadcrumb {
    font-size: 13px;
    color: #5b6273;
    margin: 8px 0 16px;
}
.rd-breadcrumb a {
    color: #1a5fb4;
    text-decoration: none;
}
.rd-breadcrumb a:hover {
    text-decoration: underline;
}
.rd-breadcrumb-sep {
    margin: 0 6px;
    color: #94a3b8;
}
.rd-page-title {
    font: 500 28px/1.2 Rubik, sans-serif;
    color: #0a1d3a;
    margin: 0 0 24px;
}

.rd-categories-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 32px;
}
.rd-cat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    text-decoration: none;
    color: #0a1d3a;
    transition: box-shadow .15s, border-color .15s, transform .15s;
    min-height: 180px;
}
.rd-cat-card:hover {
    border-color: #1a5fb4;
    box-shadow: 0 4px 14px rgba(26, 95, 180, .12);
    transform: translateY(-2px);
}
.rd-cat-card-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    overflow: hidden;
}
.rd-cat-card-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}
.rd-cat-card-title {
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: #344155;
    transition: color .15s;
}
.rd-cat-card:hover .rd-cat-card-title {
    color: #1a5fb4;
}

@media (max-width: 991px) {
    .rd-categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .rd-categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .rd-cat-card {
        min-height: 160px;
        padding: 14px 10px;
    }
    .rd-cat-card-title {
        font-size: 13px;
    }
    .rd-page-title {
        font-size: 22px;
        margin-bottom: 16px;
    }
}
@media (max-width: 479px) {
    .rd-categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.rd-empty {
    padding: 40px 20px;
    text-align: center;
    color: #5b6273;
    background: #f4f7fb;
    border-radius: 8px;
}
.rd-empty-reset {
    display: inline-block;
    margin-left: 8px;
    color: #1a5fb4;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.rd-empty-reset:hover { color: #14478a; }

.menu-dropdown .menu-dropdown-list .menu-dropdown-item.is-current > .menu-dropdown-link-wrap {
    background: #e7eff8;
}
.menu-dropdown .menu-dropdown-list .menu-dropdown-item .menu-dropdown-link.is-current {
    cursor: default;
    pointer-events: none;
    color: #1a5fb4;
    font-weight: 600;
}
.menu-dropdown .menu-dropdown-list .menu-dropdown-item .menu-dropdown-link.is-current .menu-dropdown-link-text {
    color: #1a5fb4;
    font-weight: 600;
}
.menu-dropdown .menu-dropdown-list .menu-dropdown-item.is-ancestor > .menu-dropdown-link-wrap .menu-dropdown-link-text {
    color: #1a5fb4;
}
.menu-dropdown-sub-category.is-current .menu-dropdown-sub-link.is-current {
    cursor: default;
    pointer-events: none;
    color: #1a5fb4;
    font-weight: 600;
}
.menu-dropdown-sub-category.is-current .menu-dropdown-sub-link.is-current .menu-dropdown-sub-category-text {
    color: #1a5fb4;
    font-weight: 600;
}
@media (max-width: 1024px) {
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-sub-link.is-current {
        color: #1a5fb4;
        background: #e7eff8;
    }
    .aside-details .menu-dropdown-classic .menu-dropdown-item.parent .menu-dropdown-sub-link.is-current::before {
        background: #1a5fb4;
    }
}

.woocommerce-result-count {
    display: inline-block;
    color: #5b6273;
    font-size: 13px;
    margin: 0 0 16px;
}
.woocommerce-ordering {
    float: right;
    margin: 0 0 16px;
}
.woocommerce-ordering select {
    border: 1px solid #d8dde4;
    border-radius: 6px;
    padding: 6px 10px;
    background: #fff;
    font-size: 13px;
    color: #0a1d3a;
}

.rd-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 32px;
    clear: both;
}

.rd-subcategories-tiles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 0 0 24px;
}
.rd-subcat-tile {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #0a1d3a;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.3;
    min-height: 50px;
    transition: border-color .15s, color .15s, box-shadow .15s;
}
.rd-subcat-tile:hover {
    border-color: #1a5fb4;
    color: #1a5fb4;
    box-shadow: 0 2px 8px rgba(26, 95, 180, .08);
}
.rd-subcat-tile-img {
    flex: 0 0 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rd-subcat-tile-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.rd-subcat-tile-name {
    flex: 1;
}

.rd-category-description {
    margin: 32px 0 0;
    padding: 20px;
    background: #f4f7fb;
    border-radius: 8px;
    color: #344155;
    font-size: 14px;
    line-height: 1.6;
}
.rd-category-description p:first-child { margin-top: 0; }
.rd-category-description p:last-child  { margin-bottom: 0; }

.rd-filters {
    margin-top: 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}
.rd-filters-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #f4f7fb;
    border-bottom: 1px solid #e5e7eb;
}
.rd-filters-title {
    font: 600 14px/1 Rubik, sans-serif;
    color: #0a1d3a;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.rd-filters-reset {
    font-size: 12px;
    color: #94a3b8;
    text-decoration: none;
    transition: color .15s;
}
.rd-filters-reset:hover { color: #1a5fb4; }
.rd-filters-reset::before { content: '✕ '; }

.rd-filters-form {
    padding: 0;
}

.rd-filter-block {
    border-bottom: 1px solid #eef0f3;
}
.rd-filter-block:last-of-type { border-bottom: 0; }
.rd-filter-block-title {
    cursor: pointer;
    list-style: none;
    padding: 14px 36px 14px 16px;
    font: 500 13px/1.3 Rubik, sans-serif;
    color: #0a1d3a;
    position: relative;
    user-select: none;
    transition: background .12s;
}
.rd-filter-block-title:hover { background: #fafbfc; }
.rd-filter-block-title::-webkit-details-marker { display: none; }
.rd-filter-block-title::after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #94a3b8;
    border-bottom: 2px solid #94a3b8;
    transform: translateY(-65%) rotate(45deg);
    transition: transform .2s, border-color .15s;
}
.rd-filter-block[open] > .rd-filter-block-title::after {
    transform: translateY(-35%) rotate(-135deg);
    border-color: #1a5fb4;
}
.rd-filter-block[open] > .rd-filter-block-title {
    background: #fafbfc;
}
.rd-filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    margin-left: 6px;
    background: #1a5fb4;
    color: #fff;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 700;
}
.rd-filter-options {
    padding: 4px 16px 12px;
    max-height: 230px;
    overflow-y: auto;
}
.rd-filter-options::-webkit-scrollbar { width: 4px; }
.rd-filter-options::-webkit-scrollbar-thumb { background: #cbd5e0; border-radius: 2px; }
.rd-filter-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.35;
    color: #344155;
    user-select: none;
    position: relative;
}
.rd-filter-option input[type=checkbox] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    margin: 0;
}
.rd-filter-option-box {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 1.5px solid #d8dde4;
    border-radius: 4px;
    background: #fff;
    position: relative;
    transition: border-color .15s, background .15s, box-shadow .15s;
}
.rd-filter-option-box::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg) scale(0);
    transform-origin: center;
    opacity: 0;
    transition: transform .15s, opacity .15s;
}
.rd-filter-option:hover .rd-filter-option-box {
    border-color: #1a5fb4;
}
.rd-filter-option input[type=checkbox]:focus-visible + .rd-filter-option-box {
    box-shadow: 0 0 0 3px rgba(26, 95, 180, .25);
}
.rd-filter-option input[type=checkbox]:checked + .rd-filter-option-box {
    background: #1a5fb4;
    border-color: #1a5fb4;
}
.rd-filter-option input[type=checkbox]:checked + .rd-filter-option-box::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
}
.rd-filter-option:hover .rd-filter-option-label { color: #1a5fb4; }
.rd-filter-option input[type=checkbox]:checked ~ .rd-filter-option-label {
    color: #0a1d3a;
    font-weight: 500;
}
.rd-filter-option-label {
    flex: 1;
    transition: color .15s;
    word-break: break-word;
}
.rd-filters-actions {
    padding: 14px 16px;
    background: #f4f7fb;
    border-top: 1px solid #eef0f3;
}
.rd-filters-apply {
    width: 100%;
    padding: 11px 14px;
    background: #1a5fb4;
    color: #fff;
    border: 0;
    border-radius: 8px;
    font: 500 14px/1 Rubik, sans-serif;
    cursor: pointer;
    transition: background .15s, transform .1s;
}
.rd-filters-apply:hover { background: #154e94; }
.rd-filters-apply:active { transform: translateY(1px); }

@media (max-width: 1024px) {
    .rd-filters { margin-top: 12px; }
    .rd-filter-block-title { padding: 12px 32px 12px 14px; }
    .rd-filter-options { padding-left: 14px; padding-right: 14px; }
}
.rd-product-card {
    display: flex;
    flex-direction: column;
    background: #f4f7fb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow .15s, border-color .15s, transform .15s;
}
.rd-product-card:hover {
    border-color: #1a5fb4;
    box-shadow: 0 6px 18px rgba(26, 95, 180, .12);
    transform: translateY(-2px);
}
.rd-product-card-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    flex: 1;
}
.rd-product-card-link:hover,
.rd-product-card-link:focus {
    text-decoration: none;
    color: inherit;
}
.rd-product-card-media {
    aspect-ratio: 1;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
}
.rd-product-card .photo-view-list__item-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.rd-product-card .photo-view-list__item {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .15s;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    box-sizing: border-box;
    margin: 0;
    max-width: 100%;
    height: 100%;
    flex: none;
    width: 100%;
}
.rd-product-card .photo-view-list__item.active {
    opacity: 1;
    pointer-events: auto;
    height: 100%;
}
.rd-product-card .photo-view-list__item figure {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rd-product-card .photo-view-list__item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    transition: transform .25s;
    opacity: 1;
}
.rd-product-card:hover .photo-view-list__item.active img {
    transform: scale(1.04);
}
.rd-product-card .photo-view-list__nav-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    gap: 4px;
    padding: 0 8px 6px;
    z-index: 2;
    pointer-events: auto;
    box-sizing: border-box;
}
.rd-product-card .photo-view-list__nav {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    cursor: pointer;
}
.rd-product-card .photo-view-list__nav > span {
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(120, 120, 130, .4);
    border-radius: 1px;
    transition: background .15s, height .15s;
    pointer-events: none;
}
.rd-product-card .photo-view-list__nav.active > span,
.rd-product-card .photo-view-list__nav:hover > span {
    background: #1a5fb4;
    height: 3px;
}
.rd-product-card-body {
    padding: 14px 16px 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.rd-product-card-title {
    font: 500 14px/1.35 Rubik, sans-serif;
    color: #0a1d3a;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .15s;
    min-height: calc(14px * 1.35 * 3);
}
.rd-product-card:hover .rd-product-card-title {
    color: #1a5fb4;
}
.rd-product-card-sku {
    font-size: 12px;
    color: #94a3b8;
    margin-top: auto;
}
.rd-product-card-footer {
    padding: 0 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.rd-product-card-price {
    font: 600 18px/1.2 Rubik, sans-serif;
    color: #0a1d3a;
    margin: 4px 0;
}
.rd-product-card-price .woocommerce-Price-amount {
    color: inherit;
}
.rd-product-card-unit {
    font-size: 13px;
    color: #5b6273;
    font-weight: 400;
}
.rd-product-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    font: 500 13px/1.2 Rubik, sans-serif;
    border-radius: 6px;
    text-decoration: none;
    transition: background .15s, color .15s, border-color .15s;
    border: 1px solid transparent;
    cursor: pointer;
}
.rd-product-card-btn--primary {
    background: #1a5fb4;
    color: #fff;
}
.rd-product-card-btn--primary:hover {
    background: #154e94;
    color: #fff;
}
.rd-product-card-btn--quote {
    background: #f4f7fb;
    color: #0a1d3a;
    border-color: #e5e7eb;
}
.rd-product-card-btn--quote:hover {
    background: #e7eff8;
    border-color: #1a5fb4;
    color: #1a5fb4;
}

nav.woocommerce-pagination {
    margin: 32px 0 0;
    padding: 16px 0 0;
    text-align: center;
    clear: both;
    border-top: 1px solid #eef0f3;
}
nav.woocommerce-pagination ul,
nav.woocommerce-pagination ul.page-numbers {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
}
nav.woocommerce-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
}
nav.woocommerce-pagination .page-numbers,
nav.woocommerce-pagination li .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #344155;
    text-decoration: none;
    font: 500 14px/1 Rubik, sans-serif;
    background: #fff;
    transition: background .15s, color .15s, border-color .15s, transform .1s;
    box-sizing: border-box;
}
nav.woocommerce-pagination .page-numbers.current {
    background: #1a5fb4;
    border-color: #1a5fb4;
    color: #fff;
    cursor: default;
}
nav.woocommerce-pagination .page-numbers.dots {
    border: 0;
    background: transparent;
    color: #94a3b8;
    padding: 0 4px;
    cursor: default;
}
nav.woocommerce-pagination .page-numbers.dots:hover {
    background: transparent;
    color: #94a3b8;
}
nav.woocommerce-pagination .page-numbers.prev,
nav.woocommerce-pagination .page-numbers.next {
    padding: 0 14px;
    color: #0a1d3a;
}
nav.woocommerce-pagination .page-numbers.prev:hover,
nav.woocommerce-pagination .page-numbers.next:hover {
    color: #1a5fb4;
}

@media (max-width: 575px) {
    nav.woocommerce-pagination .page-numbers,
    nav.woocommerce-pagination li .page-numbers {
        min-width: 34px;
        height: 34px;
        padding: 0 10px;
        font-size: 13px;
    }
    nav.woocommerce-pagination .page-numbers.prev,
    nav.woocommerce-pagination .page-numbers.next {
        padding: 0 10px;
    }
}

@media (max-width: 1199px) {
    .rd-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .rd-subcategories-tiles {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 991px) {
    .rd-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .rd-subcategories-tiles {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .rd-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .rd-product-card-body {
        padding: 10px 12px 6px;
    }
    .rd-product-card-footer {
        padding: 0 12px 12px;
    }
    .rd-product-card-title {
        font-size: 13px;
        -webkit-line-clamp: 3;
    }
    .rd-product-card-price {
        font-size: 16px;
    }
    .rd-product-card-btn {
        padding: 9px 12px;
        font-size: 12px;
    }
}
@media (max-width: 479px) {
    .rd-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.rd-services-text h3 {
    font: 500 22px/1.3 Rubik, sans-serif;
    margin: 0 0 12px;
    color: var(--rd-text);
}
.rd-services-text p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--rd-text);
    margin: 0 0 16px;
}
.rd-services-text p:last-child {
    margin-bottom: 0;
}
.rd-services-media {
    overflow: hidden;
    position: relative;
}
.rd-services-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--rd-radius);
}

@media (max-width: 575px) {
    .toolbar-top {
        font-size: 11px;
    }
    .site-footer .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    .products-view-item {
        margin-bottom: 12px;
    }
    .rd-services-tab {
        white-space: nowrap;
        padding: 10px 12px;
        font-size: 15px;
        text-align: left;
    }
    .rd-services-tabs {
        flex-wrap: wrap;
    }
    .rd-services-pane.is-active {
        grid-template-columns: 1fr;
    }
}

.mobile-bar,
.mobile-drawer,
.drawer-backdrop {
    display: none;
}

@media (max-width: 991px) {
    .mobile-bar {
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 8px 12px;
        background: #fff;
        min-height: 56px;
    }
    .burger {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 40px;
        height: 40px;
        padding: 10px 9px;
        border-radius: 8px;
        cursor: pointer;
        background: transparent;
        box-sizing: border-box;
        transition: background .15s;
    }
    .burger:hover,
    .burger:active {
        background: rgba(0, 0, 0, .06);
    }
    .burger > span {
        display: block;
        height: 2px;
        background: #0a1d3a;
        border-radius: 2px;
        transition: transform .25s, opacity .15s;
    }
    .mobile-logo {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 0;
    }
    .mobile-logo img {
        height: 55px;
        width: auto;
        max-width: 140px;
        display: block;
    }
    .mobile-action {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        color: #0a1d3a;
        text-decoration: none;
        position: relative;
        transition: background .15s;
    }
    .mobile-action:hover,
    .mobile-action:active {
        background: rgba(0, 0, 0, .06);
    }
    .mobile-action-badge {
        position: absolute;
        top: 4px;
        right: 2px;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        border-radius: 8px;
        background: #1a5fb4;
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        line-height: 16px;
        text-align: center;
        box-sizing: border-box;
    }
    .drawer-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(10, 29, 58, .5);
        opacity: 0;
        pointer-events: none;
        transition: opacity .25s;
        z-index: 199;
    }
    .mobile-drawer {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(85vw, 320px);
        background: #fff;
        box-shadow: 4px 0 24px rgba(0, 0, 0, .15);
        transform: translateX(-100%);
        transition: transform .28s ease;
        z-index: 200;
        overflow-y: auto;
        overscroll-behavior: contain;
    }
    .mobile-nav-toggle:checked ~ .drawer-backdrop {
        opacity: 1;
        pointer-events: auto;
    }
    .mobile-nav-toggle:checked ~ .mobile-drawer {
        transform: translateX(0);
    }
    .mobile-nav-toggle:checked ~ .mobile-bar .burger > span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .mobile-nav-toggle:checked ~ .mobile-bar .burger > span:nth-child(2) {
        opacity: 0;
    }
    .mobile-nav-toggle:checked ~ .mobile-bar .burger > span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
    .drawer-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 18px;
        border-bottom: 1px solid #eef0f3;
    }
    .drawer-title {
        font-size: 16px;
        font-weight: 600;
        color: #0a1d3a;
    }
    .drawer-close {
        font-size: 28px;
        line-height: 1;
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 8px;
        color: #5b6273;
    }
    .drawer-close:hover {
        background: rgba(0, 0, 0, .06);
    }
    .drawer-search {
        position: relative;
        margin: 14px 16px 8px;
    }
    .drawer-search-input {
        width: 100%;
        height: 40px;
        padding: 0 44px 0 14px;
        border: 1px solid #d8dde4;
        border-radius: 8px;
        font-size: 14px;
        background: #f6f7f9;
        box-sizing: border-box;
        outline: none;
    }
    .drawer-search-input:focus {
        border-color: #1a5fb4;
        background: #fff;
    }
    .drawer-search-btn {
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        background: transparent;
        border: 0;
        cursor: pointer;
        color: #5b6273;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .drawer-menu {
        list-style: none;
        margin: 8px 0;
        padding: 0;
    }
    .drawer-menu > li > a {
        display: block;
        padding: 13px 18px;
        font-size: 15px;
        color: #0a1d3a;
        text-decoration: none;
        border-bottom: 1px solid #f1f3f6;
    }
    .drawer-menu > li > a:hover,
    .drawer-menu > li > a:active {
        background: #f6f7f9;
    }
    .drawer-contacts {
        margin-top: auto;
        padding: 16px 18px 24px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-top: 1px solid #eef0f3;
        background: #fafbfc;
    }
    .drawer-contact {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        color: #0a1d3a;
        text-decoration: none;
    }
    .drawer-contact--phone {
        font-weight: 600;
        font-size: 16px;
        color: #1a5fb4;
    }
    .drawer-contact--login {
        margin-top: 4px;
        color: #5b6273;
    }

    .subscribe-block--wide .subscribe-block__form {
        max-width: calc(100% - 24px);
    }
}
@media (max-width: 767px) {
    .subscribe-block--wide .subscribe-block__form {
        grid-template-columns: 1.5fr .5fr;
    }
    .subscribe-block-text,
    .subscribe-block--wide .subscribe-block__form .subscribe-block__checkbox-list {
        grid-column: 1/-1;
    }
    .subscribe-block-text {
        font-size: 2rem;
        margin-bottom: 10px;
    }
}

.js-cart-sidebars-container.sidebars-container {
    position: fixed;
    inset: 0;
    z-index: 10000;
    pointer-events: none;
}
.js-cart-sidebars-container .js-cart-sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 29, 58, .45);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    pointer-events: none;
}
.js-cart-sidebars-container.sidebars-container--activated .js-cart-sidebar-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.js-cart-sidebars-container .js-cart-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 380px;
    max-width: 100vw;
    background: #fff;
    box-shadow: -8px 0 24px rgba(10, 29, 58, .14);
    transform: translateX(100%);
    transition: transform .22s ease;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
}
.js-cart-sidebars-container.sidebars-container--activated .js-cart-sidebar {
    transform: translateX(0);
}
.js-cart-sidebars-container .sidebar__header {
    padding: 20px 56px 16px 24px;
    font: 500 20px/1.2 Rubik, sans-serif;
    color: #0a1d3a;
    border-bottom: 1px solid #e5e7eb;
}
.js-cart-sidebars-container .sidebar__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    border-radius: 4px;
    color: #5b6273;
    cursor: pointer;
    transition: background .15s, color .15s;
}
.js-cart-sidebars-container .sidebar__close:hover {
    background: #f4f7fb;
    color: #0a1d3a;
}
.js-cart-sidebars-container .sidebar__content {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 16px 20px 20px;
}
.js-cart-sidebars-container .woocommerce-mini-cart {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}
.js-cart-sidebars-container .woocommerce-mini-cart-item {
    position: relative;
    padding: 12px 28px 12px 0;
    border-bottom: 1px solid #f0f2f5;
}
.js-cart-sidebars-container .woocommerce-mini-cart-item > a:not(.remove) {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #0a1d3a;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.35;
}
.js-cart-sidebars-container .woocommerce-mini-cart-item > a:not(.remove):hover {
    color: #1a5fb4;
}
.js-cart-sidebars-container .woocommerce-mini-cart-item img {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    object-fit: contain;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    background: #fff;
}
.js-cart-sidebars-container .woocommerce-mini-cart-item .quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 8px 0 0 66px;
    font-size: 13px;
    color: #5b6273;
}
.js-cart-sidebars-container .metrotex-qty.is-loading {
    opacity: .55;
    pointer-events: none;
}
.js-cart-sidebars-container .metrotex-qty-controls {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}
.js-cart-sidebars-container .metrotex-qty-btn {
    background: #fff;
    border: 0;
    width: 26px;
    height: 26px;
    font-size: 15px;
    line-height: 1;
    color: #0a1d3a;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .12s, color .12s;
}
.js-cart-sidebars-container .metrotex-qty-btn:hover {
    background: #1a5fb4;
    color: #fff;
}
.js-cart-sidebars-container .metrotex-qty-num {
    min-width: 28px;
    padding: 0 4px;
    text-align: center;
    font-size: 14px;
    color: #0a1d3a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
}
.js-cart-sidebars-container .metrotex-qty-price {
    font-size: 13px;
    color: #5b6273;
}
.js-cart-sidebars-container .woocommerce-mini-cart-item .remove {
    position: absolute;
    top: 12px;
    right: 0;
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    color: #94a3b8;
    text-align: center;
}
.js-cart-sidebars-container .woocommerce-mini-cart-item .remove::before {
    content: "×";
    font-size: 20px;
    line-height: 20px;
}
.js-cart-sidebars-container .woocommerce-mini-cart-item .remove:hover {
    color: #c0392b;
    text-decoration: none;
}
.js-cart-sidebars-container .woocommerce-mini-cart__total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 12px 0;
    border-top: 1px solid #e5e7eb;
    font-size: 15px;
    color: #0a1d3a;
}
.js-cart-sidebars-container .woocommerce-mini-cart__total strong {
    font-weight: 500;
}
.js-cart-sidebars-container .woocommerce-mini-cart__buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
}
.js-cart-sidebars-container .woocommerce-mini-cart__buttons .button {
    display: block;
    text-align: center;
    padding: 12px 16px;
    border-radius: 6px;
    font: 500 14px/1.2 Rubik, sans-serif;
    text-decoration: none;
    border: 1px solid #1a5fb4;
    background: #fff;
    color: #1a5fb4;
    transition: background .15s, color .15s;
}
.js-cart-sidebars-container .woocommerce-mini-cart__buttons .button:hover {
    background: #1a5fb4;
    color: #fff;
}
.js-cart-sidebars-container .woocommerce-mini-cart__buttons .checkout {
    background: #1a5fb4;
    color: #fff;
}
.js-cart-sidebars-container .woocommerce-mini-cart__buttons .checkout:hover {
    background: #154d96;
    color: #fff;
}
.js-cart-sidebars-container .woocommerce-mini-cart__empty-message {
    text-align: center;
    color: #5b6273;
    padding: 24px 0;
    margin: 0;
}
@media (max-width: 480px) {
    .js-cart-sidebars-container .js-cart-sidebar {
        width: 100vw;
    }
}

.added_to_cart.wc-forward {
    display: none !important;
}

.menu-dropdown-classic--floating {
    position: relative;
}
.menu-dropdown-classic--floating .menu-dropdown-list--floating {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 200;
    margin-top: 4px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 12px 32px rgba(10, 29, 58, .14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .15s ease, transform .15s ease, visibility .15s;
    overflow: visible;
}
.menu-dropdown-classic--floating:hover .menu-dropdown-list--floating,
.menu-dropdown-classic--floating:focus-within .menu-dropdown-list--floating,
.menu-dropdown-classic--floating .menu-dropdown-list--floating:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.menu-dropdown-classic--floating .menu-dropdown-root.icon-right-open-after-abs::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform .15s ease;
}
.menu-dropdown-classic--floating:hover .menu-dropdown-root.icon-right-open-after-abs::after {
    transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 1024px) {
    .menu-dropdown-classic--floating .menu-dropdown-list--floating {
        display: none;
    }
}

.wp-block-woocommerce-cart {
    margin: 0;
    color: #1f2937;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 28px;
    align-items: flex-start;
    margin-bottom: 0;
}
.wp-block-woocommerce-cart .wc-block-cart__main {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 8px 20px;
}
.wp-block-woocommerce-cart .wc-block-cart-items {
    border: 0 !important;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}
.wp-block-woocommerce-cart .wc-block-cart-items th,
.wp-block-woocommerce-cart .wc-block-cart-items td {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.wp-block-woocommerce-cart .wc-block-cart-items thead th {
    font: 500 12px/1.2 Rubik, sans-serif;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #5b6273;
    padding: 14px 8px;
    border-bottom: 1px solid #e5e7eb !important;
    text-align: left;
}
.wp-block-woocommerce-cart .wc-block-cart-items thead th:last-child {
    text-align: right;
}
.wp-block-woocommerce-cart .wc-block-cart-items__row td {
    padding: 18px 8px;
    vertical-align: top;
    border-bottom: 1px solid #f0f2f5 !important;
}
.wp-block-woocommerce-cart .wc-block-cart-items__row:last-child td {
    border-bottom: 0 !important;
}
.wp-block-woocommerce-cart .wc-block-cart-item__image {
    width: 96px;
    padding-right: 16px !important;
}
.wp-block-woocommerce-cart .wc-block-cart-item__image a,
.wp-block-woocommerce-cart .wc-block-cart-item__image img {
    display: block;
    width: 96px;
    height: 96px;
    object-fit: contain;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
}
.wp-block-woocommerce-cart .wc-block-cart-item__product {
    padding-right: 24px !important;
}
.wp-block-woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name {
    font: 500 15px/1.35 Rubik, sans-serif;
    color: #0a1d3a;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
}
.wp-block-woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name:hover {
    color: #1a5fb4;
}
.wp-block-woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-metadata {
    font-size: 12px;
    color: #5b6273;
    margin-bottom: 10px;
}
.wp-block-woocommerce-cart .wc-block-cart-item__product .wc-block-cart-item__quantity {
    margin-top: 12px;
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    height: 32px;
    width: auto;
    min-width: 96px;
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    border: 0;
    background: transparent;
    width: 40px;
    padding: 0;
    text-align: center;
    font: 500 14px/1 Rubik, sans-serif;
    color: #0a1d3a;
    -moz-appearance: textfield;
    box-shadow: none !important;
    outline: 0 !important;
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus,
.wp-block-woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus-visible {
    box-shadow: none !important;
    outline: 0 !important;
    border: 0 !important;
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector:focus-within {
    border-color: #1a5fb4;
    box-shadow: 0 0 0 2px rgba(26, 95, 180, .15);
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button:focus,
.wp-block-woocommerce-cart .wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button:focus-visible {
    outline: 0;
    box-shadow: none;
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector input::-webkit-outer-spin-button,
.wp-block-woocommerce-cart .wc-block-components-quantity-selector input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button {
    border: 0;
    background: #fff;
    width: 30px;
    padding: 0;
    color: #0a1d3a;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .12s, color .12s;
    border-radius: 0;
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button:hover:not(:disabled) {
    background: #1a5fb4;
    color: #fff;
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button:disabled {
    opacity: .4;
    cursor: default;
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector__button--plus {
    border-left: 1px solid #e2e8f0 !important;
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector__button--minus {
    border-right: 1px solid #e2e8f0 !important;
}
.wp-block-woocommerce-cart .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
.wp-block-woocommerce-cart .wc-block-cart-item__remove-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 32px !important;
    height: 32px !important;
    margin-left: 10px;
    padding: 0 !important;
    background: transparent;
    border: 0;
    color: #94a3b8 !important;
    cursor: pointer;
    transition: color .12s, background .12s;
    border-radius: 4px;
    font-size: 0;
    vertical-align: middle;
}
.wp-block-woocommerce-cart .wc-block-cart-item__remove-link > svg {
    display: none;
}
.wp-block-woocommerce-cart .wc-block-cart-item__remove-link::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><path d='M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6'/><line x1='10' y1='11' x2='10' y2='17'/><line x1='14' y1='11' x2='14' y2='17'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><path d='M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6'/><line x1='10' y1='11' x2='10' y2='17'/><line x1='14' y1='11' x2='14' y2='17'/></svg>");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.wp-block-woocommerce-cart .wc-block-cart-item__remove-link:hover {
    color: #c0392b !important;
    background: rgba(192, 57, 43, .12);
}
.wp-block-woocommerce-cart .wc-block-cart-item__total {
    width: 120px;
    text-align: right;
    padding-right: 8px !important;
}
.wp-block-woocommerce-cart .wc-block-components-product-price,
.wp-block-woocommerce-cart .wc-block-components-product-price__value {
    font: 500 15px/1.2 Rubik, sans-serif;
    color: #0a1d3a;
}
.wp-block-woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-metadata__description,
.wp-block-woocommerce-cart .wc-block-cart-item__total .wc-block-components-sale-badge {
    display: none;
}

.wp-block-woocommerce-cart .wc-block-cart__sidebar {
    flex: 0 0 360px;
    max-width: 360px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 24px 22px;
    align-self: flex-start;
    box-sizing: border-box;
    position: sticky;
    top: 20px;
}
.wp-block-woocommerce-cart .wc-block-cart__totals-title,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block {
    font: 500 16px/1.2 Rubik, sans-serif;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #0a1d3a;
    margin: 0 0 16px;
}
.wp-block-woocommerce-cart .wc-block-components-totals-wrapper {
    padding: 12px 0;
    margin: 0;
    border-top: 1px solid #f0f2f5;
}
.wp-block-woocommerce-cart .wc-block-components-totals-wrapper:first-child {
    border-top: 0;
    padding-top: 0;
}
.wp-block-woocommerce-cart .wc-block-components-totals-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 6px 0;
    font-size: 14px;
    color: #344155;
}
.wp-block-woocommerce-cart .wc-block-components-totals-item .wc-block-components-totals-item__label {
    font-weight: 400;
}
.wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font: 500 18px/1.2 Rubik, sans-serif;
    color: #0a1d3a;
}
.wp-block-woocommerce-cart .wc-block-components-totals-coupon button.wc-block-components-totals-coupon-link {
    color: #1a5fb4;
    background: transparent;
    border: 0;
    padding: 8px 0;
    font-size: 14px;
}
.wp-block-woocommerce-cart .wc-block-components-totals-coupon button.wc-block-components-totals-coupon-link:hover {
    text-decoration: underline;
}
.wp-block-woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-button,
.wp-block-woocommerce-cart .wc-block-cart__submit-container a.wc-block-cart__submit-button {
    display: block;
    width: 100%;
    background: #1a5fb4;
    color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 14px 20px;
    font: 500 14px/1.2 Rubik, sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .03em;
    cursor: pointer;
    transition: background .15s;
    margin-top: 12px;
}
.wp-block-woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-button:hover,
.wp-block-woocommerce-cart .wc-block-cart__submit-container a.wc-block-cart__submit-button:hover {
    background: #154d96;
}

.wp-block-woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-text-input input,
.wp-block-woocommerce-cart .wc-block-components-text-input input {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 10px 12px;
    font: 400 14px/1.2 Rubik, sans-serif;
    color: #0a1d3a;
    background: #fff;
}
.wp-block-woocommerce-cart .wc-block-components-button {
    border-radius: 6px;
    font: 500 14px/1.2 Rubik, sans-serif;
}

.wp-block-woocommerce-empty-cart-block {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    color: #5b6273;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
    grid-template-columns: 109px 132px;
}

@media (max-width: 1024px) {
    .wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
        flex-direction: column !important;
    }
    .wp-block-woocommerce-cart .wc-block-cart__main,
    .wp-block-woocommerce-cart .wc-block-cart__sidebar {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        width: 100%;
    }
    .wp-block-woocommerce-cart .wc-block-cart__sidebar {
        position: static;
    }
}
@media (max-width: 600px) {
    .wp-block-woocommerce-cart .wc-block-cart-items thead {
        display: none;
    }
    .wp-block-woocommerce-cart .wc-block-cart-item__image,
    .wp-block-woocommerce-cart .wc-block-cart-item__image a,
    .wp-block-woocommerce-cart .wc-block-cart-item__image img {
        width: 72px;
        height: 72px;
    }
    .wp-block-woocommerce-cart .wc-block-cart__main {
        padding: 4px 14px;
    }
    .wp-block-woocommerce-cart .wc-block-cart__sidebar {
        padding: 20px 16px;
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
    .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: 85px 132px;
    }

    .wp-block-woocommerce-cart .wc-block-cart-item__product {
        padding-right: 0!important;
    }
    .wp-block-woocommerce-cart .wc-block-cart-item__total {
        width: 85px;
        padding-right: 0!important;
    }
}

.rd-staticpage {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 28px 32px;
    color: #1f2937;
}
.staticpage-content {
    font: 400 15px/1.6 Rubik, sans-serif;
    color: #1f2937;
}
.staticpage-content p {
    margin: 0 0 14px;
}
.staticpage-content img {
    max-width: 100%;
    height: auto;
    margin: 6px 4px;
    border-radius: 4px;
    vertical-align: middle;
}
.staticpage-content a {
    color: #1a5fb4;
}
.staticpage-content a:hover {
    text-decoration: underline;
}
.staticpage-content strong {
    color: #0a1d3a;
}
.staticpage-content h2,
.staticpage-content h3,
.staticpage-content h4 {
    color: #0a1d3a;
    margin: 22px 0 12px;
    font-weight: 500;
}
.staticpage-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0;
}
.staticpage-content table td,
.staticpage-content table th {
    border: 1px solid #e5e7eb;
    padding: 8px 10px;
    vertical-align: top;
}
@media (max-width: 767px) {
    .rd-staticpage {
        padding: 18px 14px;
    }
    .staticpage-content {
        font-size: 14px;
    }
    .staticpage-content img {
        margin: 4px 2px;
    }
}