.cookie-bar-box {
    max-width: 470px !important;
}

.header-nav {
    padding:20px !important;
}

.col-custom-3 {
    width: 22%;
}

.col-custom- {
    width: 78%;
}

@media (max-width: 1399px) {
    .col-custom-3 {
        width: 25%;
    }

    .col-custom- {
        width: 75%;
    }
}

@media (max-width: 1199px) {
    .col-custom-3 {
        width: 30%;
    }

    .col-custom- {
        width: 70%;
    }
}

@media (max-width: 991px) {
    .col-custom-3 {
        width: 0;
    }

    .col-custom- {
        width: 100%;
    }
}

.voltov-dropdown-icon-fallback {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    background: #e7f4ea;
    color: #0b3d2f;
    font-size: 14px;
    font-weight: 700;
}

.voltov-category-media {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.voltov-menu-inline-count {
    margin-left: 6px;
    color: #6b7d74;
    font-size: 12px;
}

.voltov-submenu-link {
    opacity: 0.82;
    padding-left: 12px !important;
}

.voltov-category-fallback {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: 700;
    color: #0c3b2e;
    background: linear-gradient(135deg, #d9f3d9 0%, #f8e5c2 100%);
    box-shadow: 0 12px 28px rgba(12, 59, 46, 0.12);
}

.voltov-catalog-hero {
    padding: 36px;
    margin-bottom: 32px;
    border-radius: 28px;
    background: linear-gradient(135deg, #eef8f0 0%, #fff5df 100%);
    box-shadow: 0 20px 45px rgba(15, 50, 36, 0.08);
}

.voltov-catalog-hero h1 {
    margin: 16px 0 14px;
    color: #0f3224;
}

.voltov-catalog-hero p {
    max-width: 760px;
    margin-bottom: 0;
    color: #52645c;
    line-height: 1.8;
}

.voltov-catalog-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.voltov-catalog-hero__meta span {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: #204835;
    font-size: 14px;
    font-weight: 600;
}

.voltov-subcategory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 34px;
}

.voltov-subcategory-card,
.voltov-product-card,
.voltov-product-gallery,
.voltov-product-sheet {
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 50, 36, 0.08);
}

.voltov-subcategory-card {
    padding: 26px;
}

.voltov-subcategory-card__count {
    display: inline-flex;
    margin-bottom: 12px;
    color: #2b6f47;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.voltov-subcategory-card h3 {
    margin-bottom: 12px;
    color: #0f3224;
    font-size: 24px;
}

.voltov-subcategory-card p {
    margin-bottom: 14px;
    color: #60726a;
    line-height: 1.75;
}

.voltov-subcategory-card__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.voltov-subcategory-card__links a {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f4faf5;
    color: #24553a;
}

.voltov-product-card {
    overflow: hidden;
    height: 100%;
}

.voltov-product-card__media {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: linear-gradient(180deg, #f8fbf8 0%, #edf6ef 100%);
}

.voltov-product-card__media img {
    max-height: 220px;
    object-fit: contain;
}

.voltov-product-card__placeholder {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d9f3d9 0%, #f8e5c2 100%);
    color: #0f3224;
    font-size: 48px;
    font-weight: 700;
}

.voltov-product-card__body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px;
}

.voltov-product-card__category {
    color: #2b6f47;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.voltov-product-card h3 {
    margin-bottom: 0;
    color: #0f3224;
    font-size: 22px;
}

.voltov-product-card p {
    margin-bottom: 0;
    color: #60726a;
    line-height: 1.75;
}

.voltov-product-card__traits {
    margin: 0;
    padding-left: 18px;
    color: #50635a;
}

.voltov-product-card__traits li + li {
    margin-top: 6px;
}

.voltov-product-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin-top: auto;
}

.voltov-product-card__footer strong,
.voltov-product-sheet__price {
    display: block;
    color: #0f3224;
    font-size: 28px;
    line-height: 1.2;
}

.voltov-product-card__footer span {
    display: block;
    margin-top: 4px;
    color: #65766e;
    font-size: 14px;
}

.voltov-product-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.voltov-product-gallery,
.voltov-product-sheet {
    padding: 30px;
    height: 100%;
}

.voltov-product-gallery__main {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f9fcf9 0%, #edf6ef 100%);
}

.voltov-product-gallery__main img {
    max-height: 360px;
    object-fit: contain;
}

.voltov-product-gallery__main--placeholder {
    color: #0f3224;
    font-size: 78px;
    font-weight: 700;
}

.voltov-product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.voltov-product-gallery__thumb {
    padding: 10px;
    border-radius: 16px;
    background: #f7faf7;
}

.voltov-product-sheet h1 {
    margin: 18px 0 14px;
    color: #0f3224;
}

.voltov-product-sheet__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    color: #597069;
}

.voltov-product-sheet__meta a {
    color: #2b6f47;
    font-weight: 600;
}

.voltov-product-sheet__lead {
    margin: 18px 0 0;
    color: #52645c;
    line-height: 1.8;
}

.voltov-product-sheet__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.voltov-product-sheet__specs,
.voltov-product-sheet__description {
    margin-top: 28px;
}

.voltov-product-sheet__specs h3,
.voltov-product-sheet__description h3 {
    margin-bottom: 14px;
    color: #0f3224;
}

.voltov-product-sheet__specs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.voltov-product-sheet__specs li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #edf2ee;
    color: #53665e;
}

.voltov-product-sheet__specs li strong {
    color: #0f3224;
}

.voltov-product-sheet__description p {
    margin-bottom: 0;
    color: #52645c;
    line-height: 1.8;
}

.voltov-page-card,
.voltov-page-shell,
.voltov-page-sidebar {
    height: 100%;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 50, 36, 0.08);
}

.voltov-page-card,
.voltov-page-shell {
    padding: 32px;
}

.voltov-page-card__label {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eef8f0;
    color: #1d5538;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.voltov-page-card h3,
.voltov-page-shell h1,
.voltov-page-sidebar h3 {
    color: #0f3224;
}

.voltov-page-card h3 {
    margin: 18px 0 14px;
    font-size: 28px;
}

.voltov-page-card p {
    margin-bottom: 0;
    color: #5e6f66;
    line-height: 1.75;
}

.voltov-page-shell__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
    color: #5e6f66;
    font-size: 14px;
}

.voltov-page-content {
    color: #33463e;
    line-height: 1.85;
}

.voltov-page-content > * + * {
    margin-top: 16px;
}

.voltov-page-content h3 {
    margin-top: 28px;
    color: #0f3224;
}

.voltov-page-content ul {
    margin: 0;
    padding-left: 22px;
}

.voltov-page-content a {
    color: #2b6f47;
    text-decoration: underline;
}

.voltov-page-sidebar {
    padding: 28px;
}

.voltov-page-sidebar__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.voltov-page-sidebar__list li + li {
    margin-top: 12px;
}

.voltov-page-sidebar__list a {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f7faf7;
    color: #0f3224;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.voltov-page-sidebar__list a small {
    color: #6c7d74;
}

.voltov-page-sidebar__list a:hover,
.voltov-page-sidebar__list li.is-active a {
    background: #eef8f0;
    box-shadow: 0 12px 24px rgba(15, 50, 36, 0.08);
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .voltov-catalog-hero,
    .voltov-product-gallery,
    .voltov-product-sheet,
    .voltov-subcategory-card {
        padding: 24px;
        border-radius: 20px;
    }

    .voltov-page-card,
    .voltov-page-shell,
    .voltov-page-sidebar {
        padding: 24px;
        border-radius: 20px;
    }

    .voltov-page-card h3 {
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    .voltov-subcategory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .voltov-product-card__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .voltov-product-card__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .voltov-subcategory-grid,
    .voltov-product-gallery__thumbs {
        grid-template-columns: 1fr;
    }

    .voltov-product-card__media {
        min-height: 220px;
    }

    .voltov-product-gallery__main {
        min-height: 300px;
    }
}

.footer-section-2 .sub-footer p {
text-transform: none !important;
}
.header-3 .rightside-menu .option-list-2 li:nth-of-type(5n-4) {
    display: block !important;
}

.mobile-menu .voltov-mobile-menu-badged a {
    position: relative;
}

.mobile-menu .voltov-mobile-menu-badged .badge-number {
    position: absolute;
    top: 0px;
    right: calc(50% - 20px);
    z-index: 2;
    min-width: 14px;
    height: 14px;
    padding: 0 5px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}
 .voltov-product-placeholder {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 520px;
            border-radius: 24px;
            background: linear-gradient(135deg, rgba(13, 164, 135, 0.14), rgba(255, 107, 107, 0.14));
            color: #1f2937;
            font-size: 72px;
            font-weight: 700;
        }

        .voltov-product-placeholder--thumb {
            min-height: 88px;
            border-radius: 16px;
            font-size: 30px;
        }

        .voltov-product-pill-list .select-packege a {
            cursor: default;
        }

        .voltov-buy-action {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 0;
            border: 0;
            background: transparent;
            color: inherit;
        }

        .voltov-buy-action.is-active span {
            color: var(--theme-color);
            font-weight: 600;
        }

        .voltov-product-info-list li strong {
            font-weight: 600;
        }

        .voltov-product-tab-note {
            padding: 28px;
            border: 1px dashed #d8e2ec;
            border-radius: 20px;
            background: #fff;
        }

        .voltov-product-tab-note p:last-child {
            margin-bottom: 0;
        }

        .voltov-related-placeholder {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 90px;
            height: 90px;
            border-radius: 18px;
            background: linear-gradient(135deg, rgba(13, 164, 135, 0.12), rgba(255, 107, 107, 0.12));
            font-size: 28px;
            font-weight: 700;
            color: #1f2937;
        }

        .voltov-product-table td {
            white-space: normal;
        }

        .voltov-product-description p:last-child {
            margin-bottom: 0;
        }

        .voltov-sticky-product-placeholder {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 90px;
            height: 90px;
            border-radius: 18px;
            background: linear-gradient(135deg, rgba(13, 164, 135, 0.14), rgba(255, 107, 107, 0.14));
            color: #1f2937;
            font-size: 30px;
            font-weight: 700;
        }

        .voltov-sticky-meta {
            display: flex;
            align-items: center;
            min-height: 58px;
            padding: 0 16px;
            border: 1px solid #ececec;
            border-radius: 8px;
            background: #fff;
            color: #4a5568;
            font-size: 14px;
            line-height: 1.5;
        }

        .sticky-bottom-cart .product-image .content p {
            margin-bottom: 0;
            color: #4a5568;
            font-size: 13px;
        }

        .voltov-review-list {
            display: grid;
            gap: 16px;
            margin-top: 20px;
        }

        .voltov-review-card {
            padding: 20px;
            border: 1px solid #edf2f7;
            border-radius: 18px;
            background: #fff;
        }

        .voltov-review-card__head,
        .voltov-review-summary {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            flex-wrap: wrap;
        }

        .voltov-rating-stars {
            color: #ffb321;
            letter-spacing: 1px;
            white-space: nowrap;
        }

        .voltov-review-form {
            margin-top: 24px;
            padding: 24px;
            border-radius: 20px;
            background: #f8fafc;
        }

        @media (max-width: 991px) {
            .voltov-product-placeholder {
                min-height: 360px;
                font-size: 56px;
            }
        }

/* Catalog navigation panel */
header .voltov-catalog-nav {
    position: relative;
}

header .voltov-catalog-nav > .voltov-catalog-panel {
    display: none;
    width: min(1080px, calc(100vw - 48px)) !important;
    min-width: 720px !important;
    max-width: calc(100vw - 48px) !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

header .voltov-catalog-nav:hover > .voltov-catalog-panel,
header .voltov-catalog-nav > .voltov-catalog-panel.show {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
}

header .voltov-catalog-nav.is-catalog-panel-closed:hover > .voltov-catalog-panel {
    display: none;
}

.voltov-catalog-panel__head {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    border-bottom: 1px solid #edf2f7;
}

.voltov-catalog-panel__head h5 {
    color: #111827;
    font-size: 18px !important;
    font-weight: 700;
}

.voltov-catalog-panel__head a {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.voltov-catalog-panel__search {
    position: relative;
    display: block;
    padding: 16px 22px;
    border-bottom: 1px solid #edf2f7;
}

.voltov-catalog-panel__search i {
    position: absolute;
    top: 50%;
    left: 38px;
    transform: translateY(-50%);
    color: #64748b;
    font-size: 14px;
}

.voltov-catalog-panel__search input {
    width: 100%;
    height: 44px;
    padding: 0 16px 0 42px;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    background: #f8fafc;
    color: #111827;
    font-size: 15px;
}

.voltov-catalog-panel__search input:focus {
    border-color: var(--theme-color);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(13, 164, 135, 0.12);
    outline: none;
}

.voltov-catalog-panel__layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    height: min(620px, calc(100vh - 180px));
    min-height: 360px;
    min-width: 0;
}

.voltov-catalog-panel__roots {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 12px;
    border-right: 1px solid #edf2f7;
    background: #f8fafc;
}

.voltov-catalog-panel__root {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #172033;
    text-align: left;
}

.voltov-catalog-panel__root img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.voltov-catalog-panel__root span:not(.voltov-dropdown-icon-fallback) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

.voltov-catalog-panel__root small {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.voltov-catalog-panel__root:hover,
.voltov-catalog-panel__root.is-active {
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.voltov-catalog-panel__content {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    min-width: 0;
    min-height: 0;
    padding: 18px;
    background: #ffffff;
}

.voltov-catalog-panel__content-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 44px;
    margin-bottom: 14px;
}

.voltov-catalog-panel__content-head h5 {
    overflow: hidden;
    color: #111827;
    font-size: 20px !important;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.voltov-catalog-panel__content-head h5 a {
    display: block;
    overflow: hidden;
    color: #111827;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.voltov-catalog-panel__content-head h5 a:hover {
    color: var(--theme-color);
}

.voltov-catalog-panel__content-head > div > a {
    color: var(--theme-color);
    font-size: 13px;
    font-weight: 700;
}

.voltov-catalog-panel__back,
.voltov-catalog-panel__card button {
    width: 36px;
    height: 36px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    color: #334155;
}

.voltov-catalog-panel__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    gap: 10px;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 4px;
}

.voltov-catalog-panel__card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-height: 74px;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.voltov-catalog-panel__card:hover {
    border-color: rgba(13, 164, 135, 0.35);
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.08);
}

.voltov-catalog-panel__card a {
    display: grid;
    gap: 6px;
    min-width: 0;
    padding: 14px 16px;
    color: #172033;
}

.voltov-catalog-panel__card strong,
.voltov-catalog-panel__card span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.voltov-catalog-panel__card strong {
    font-size: 15px;
    font-weight: 800;
}

.voltov-catalog-panel__card span {
    color: #64748b;
    font-size: 13px;
}

.voltov-catalog-panel__card button {
    margin-right: 12px;
}

.voltov-catalog-panel__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 20px;
    color: #64748b;
    text-align: center;
}

.voltov-catalog-panel__empty[hidden],
.voltov-catalog-panel__grid[hidden],
.voltov-catalog-panel__back[hidden] {
    display: none !important;
}

.voltov-catalog-panel.is-loading .voltov-catalog-panel__content {
    cursor: progress;
}

@media (max-width: 991.98px) {
    header .voltov-catalog-nav > .voltov-catalog-panel {
        min-width: 0 !important;
        width: min(720px, calc(100vw - 28px)) !important;
    }

    .voltov-catalog-panel__layout {
        grid-template-columns: 240px minmax(0, 1fr);
    }

    .voltov-catalog-panel__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    header .voltov-catalog-nav > .voltov-catalog-panel {
        position: fixed !important;
        inset: 12px !important;
        width: auto !important;
        max-width: none !important;
        height: auto !important;
        max-height: calc(100vh - 24px);
        z-index: 10050;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    header .voltov-catalog-nav:hover > .voltov-catalog-panel {
        display: none !important;
    }

    header .voltov-catalog-nav > .voltov-catalog-panel.show {
        display: block !important;
        top: 12px !important;
        right: 12px !important;
        bottom: 12px !important;
        left: 12px !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: none !important;
    }

    .voltov-catalog-panel__head {
        grid-template-columns: 1fr auto auto;
        padding: 16px;
    }

    .voltov-catalog-panel__search {
        padding: 12px 16px;
    }

    .voltov-catalog-panel__search i {
        left: 32px;
    }

    .voltov-catalog-panel__layout {
        grid-template-columns: 1fr;
        height: calc(100vh - 154px);
        min-height: 0;
        overflow: hidden;
    }

    .voltov-catalog-panel__roots {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        border-right: 0;
        border-bottom: 1px solid #edf2f7;
    }

    .voltov-catalog-panel__root {
        grid-template-columns: 28px minmax(118px, 1fr);
        min-width: 190px;
    }

    .voltov-catalog-panel__root small {
        display: none;
    }

    .voltov-catalog-panel__content {
        min-height: 0;
        padding: 14px;
    }
}

h1,h2,h3,h4{
    text-transform: none !important;
}

h1.name{
    font-size: calc(14px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.breadscrumb-section .breadscrumb-contain h2 {
    font-size: calc(12px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.breadscrumb-section .breadscrumb-contain nav {
    margin-left:0px !important;
    
}
.breadscrumb-section .breadscrumb-contain nav .breadcrumb {
    justify-content: left;
}
.breadscrumb-section .breadscrumb-contain {
    padding: calc(12px + (40 - 26) * ((100vw - 320px) / (1920 - 320))) 0;
}
.voltov-shop-summary h1 {
    margin-bottom: 6px;
    font-size: clamp(18px, 2vw, 30px) !important;
  }

  .product-box-3 .product-footer .product-detail .name {
    margin-top:5px;
    font-weight: 500 !important;
    line-height: calc(21px + (24 - 21) * ((100vw - 320px) / (1920 - 320)));
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  h5 {
    font-size: calc(12px + (16 - 15) * ((100vw - 320px) / (1920 - 320))) !important;
    line-height: 1.2;
    margin: 0;
    font-weight: 400;
  }
.text-content {
  margin-right: 120px;
}
.voltov-news-slider-head .btn{
margin-right: 120px;
}
