

/* Start:/local/templates/opticvision/static/editor.css?17544795463600*/
[detail-text-editor] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

[detail-text-editor] h2:not(.block-title):not(.product__title) {
    font-size: 1.30rem;
    font-weight: 500;
    line-height: 120%;
}

[detail-text-editor] h3:not(.block-title):not(.product__title) {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 120%;
}

[detail-text-editor] p {
    /*margin-bottom: 1rem;*/
}

[detail-text-editor] p,
[detail-text-editor] span,
[detail-text-editor] b,
[detail-text-editor] strong {
    font-size: 1rem !important;
    line-height: 20px !important;
    display: inline;
}

[detail-text-editor] ul {
    margin: 0rem 0rem !important;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

[detail-text-editor] li {
    position: relative;
    padding-left: 0.875rem;
    font-size: 1rem;
    line-height: 125%;
}

[detail-text-editor] ul > li::before {
    content: "";
    position: absolute;
    top: 0.5625rem;
    left: 0;
    --size: 6px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: var(--color-alt, #1794FFFF);
}

[detail-text-editor] ol {
    margin: 1rem 0rem !important;
    gap: 1.375rem !important;
    list-style-type: none;
    counter-reset: num;
    display: flex;
    flex-direction: column;
}

[detail-text-editor] ol > li {
    font-size: 1rem;
    line-height: 125%;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1rem;
}

[detail-text-editor] ol > li:before {
    content: counter(num);
    counter-increment: num;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: var(--color-alt);
    display: flex;
    justify-content: center;
    align-items: center;
    --size: 32px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: #ecf2fe;
    position: absolute;
    top: -4px;
    left: 0;
}

[detail-text-editor] img {
    /*width: 100%;*/
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
}

[detail-text-editor] .product-exchange__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-alt);
}

[detail-text-editor] .exchange-account__images--two {
    grid-template-columns: repeat(2, 1fr);
}

[detail-text-editor] .exchange-account__images {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
}

[detail-text-editor] table:not(.default) {
    width: 100%;
    border-radius: 1rem;
    border: 1.5px solid #dae6f0;
    overflow: hidden;
}

[detail-text-editor] table:not(.default) tr:not(:last-child) td {
    border-bottom: 1.5px solid #dae6f0;
}

.body-deliverie__inner[detail-text-editor] table:not(.default) tbody tr:first-child {
    background: #ecf2fe;
}

[detail-text-editor] table:not(.default) th {
    font-weight: bold;
    background: #ecf2fe;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem;
}

[detail-text-editor] table:not(.default) td {
    font-size: 1rem;
    line-height: 125%;
    padding: 1rem;
}

[detail-text-editor] table:not(.default) th:nth-child(2),
[detail-text-editor] table:not(.default) tr:nth-child(2) {
    border-right: 1.5px solid #dae6f0;
}

[detail-text-editor] table:not(.default) th:nth-child(1),
[detail-text-editor] table:not(.default) td:nth-child(1) {
    border-right: 1.5px solid #dae6f0;
}

[detail-text-editor] a:not(.services-step__item):not(.processing-account__btn) {
    color: var(--color-alt, #1794ff) !important;
}

/* End */


/* Start:/local/components/opticvision/optical.stores.specialists/templates/.default/style.css?1749112935101*/
.specialist-account__showmore.btn{
    width: 100%;
}
.column-specialist__img{
    cursor: pointer;
}
/* End */
/* /local/templates/opticvision/static/editor.css?17544795463600 */
/* /local/components/opticvision/optical.stores.specialists/templates/.default/style.css?1749112935101 */
