.category-description * {
    font-size: 0.8125rem;
    color: var(--filtre-text-dark);
}

.category-description > p {
    margin-bottom: 0.75rem;
}

/* Virtual select START */
.cart-page-table .vscomp-ele {
    max-width: 80vw;
}

.vscomp-ele {
    max-width: none;
}

.vscomp-toggle-button {
    padding: 10px 20px;
    border-radius: 0.125rem;
    border: 1px solid var(--filtre-input-border);
    background-color: var(--filtre-input-bg);
    color: var(--filtre-text-dark);
}

.vscomp-arrow::after {
    right: 1.25rem;
    margin-top: -6px;
    margin-right: 15px;
    padding: 4px;
    border-bottom: 2px solid var(--filtre-red);
    border-right: 2px solid var(--filtre-red);
}

.vscomp-dropbox-container {
    border-radius: 5px;
    overflow: hidden;
    z-index: 1001 !important;
    background-color: var(--filtre-input-bg);
    border: 1px solid var(--filtre-input-border);
}

.vscomp-option.focused {
    background-color: var(--filtre-hover-grey);
    color: var(--filtre-text-dark);
}

.vscomp-option.selected {
    background-color: unset;
}

.vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon::after {
    transform: rotate(45deg) translate(1px, -4px);
    border-color: #e50047;
    border-left-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    width: 50%;
}

.vscomp-wrapper:not(.has-value) .vscomp-value {
    opacity: unset;
}

.vs-manufacturer-box,
.vs-manufacturer-box .vscomp-ele,
.vs-manufacturer-box .vscomp-ele .vscomp-ele-wrapper {
    height: 100%;
}

@media (min-width: 992px) {
    .vs-manufacturer-box {
        max-width: 195px;
    }
}

.vscomp-dropbox-container {
    background-color: var(--bs-body-bg);
    border: 1px solid var(--filtre-input-border);
}

.vscomp-search-wrapper {
    background-color: var(--bs-body-bg);
    border-bottom: 1px solid var(--filtre-input-border);
}

.vscomp-search-input {
    background-color: var(--bs-body-bg);
    color: var(--filtre-text-dark);
}

.vscomp-search-input::placeholder {
    color: var(--filtre-placeholder);
}

.vscomp-search-clear {
    color: var(--filtre-text-dark);
}

.vscomp-options-list {
    background-color: var(--bs-body-bg);
}

.vscomp-option {
    color: var(--filtre-text-dark);
}

.vscomp-option:hover,
.vscomp-option.focused {
    background-color: var(--filtre-hover-grey);
}

.vscomp-no-options {
    background-color: var(--bs-body-bg);
    color: var(--filtre-text-dark);
}

/* Virtual select END */

.big-search-block {
    min-height: 250px;
}

.smaller-search-button {
    padding: 6px !important;
}

.smaller-search-button span {
    display: inline !important;
    padding: 10px;
}

.pretty-links a {
    text-decoration: none;
    font-weight: 500;
    font-size: 120%;
}

.pretty-links a:hover {
    color: #e50047;
}

.fancybox__thumbs,
.fancybox__toolbar {
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input.no-arrows::-webkit-outer-spin-button,
input.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.no-arrows[type='number'] {
    -moz-appearance: textfield;
}

span.current:not(:has(> input)) {
    padding-left: 0.5rem;
}

/* custom tree menu */
.tree-menu-wrap i {
    padding: 0 0.5rem;
    color: white;
}

.tree-menu-wrap .h3 {
    background: #e50047;
    padding: 20px 0 20px 10px;
    margin: 0;
    color: white;
    cursor: pointer;
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.2;
}

.tree-sidebar-menu {
    position: relative;
    box-shadow: 0px 12px 20px #00000014;
    padding: 0 0 1.5rem;
}

.tree-sidebar-menu .tree-menu li a {
    padding: 4px 0;
    text-decoration: none;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    color: var(--filtre-text-dark);
}

.tree-sidebar-menu .tree-menu .tree-l1.active .tree-l1-a {
    color: #e50047 !important;
}

.tree-sidebar-menu .tree-menu .tree-l1.active span {
    rotate: 90deg;
}

.tree-sidebar-menu .tree-menu li a .tree-sidebar-menu-icon {
    margin-right: 0.75rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    background-color: #f4f6fb;
}

.tree-sidebar-menu-icon span {
    margin: auto;
}

.tree-sidebar-menu-icon span:before {
    width: 1.25rem;
    height: 1.25rem;
}

.tree-menu {
    padding: 1rem 1.5rem 0;
}

.tree-menu li a strong {
    font-weight: 400;
}

.tree-menu li a .icon-arrow-right {
    margin-left: auto;
}

.hasChildren {
    list-style: disc !important;
}

.tree-menu li a:hover {
    color: #e50047;
}

.tree-sub-menu {
    display: none;
    margin-left: 1rem;
    padding: 1rem 0;
}

.tree-sub-menu.active {
    display: block !important;
    color: #e50047;
}

.tree-sub-menu li {
    list-style: circle;
    margin-left: 1rem;
}

.tree-sub-menu li .sub-child {
    display: block;
    font-size: 12px;
    color: #3a464e;
    text-decoration: none;
    padding: 3px 12px 3px 24px;
    position: relative;
}

.tree-sub-menu li.active .sub-child,
.tree-sub-menu li .sub-child:hover {
    color: #e50047;
}

.tree-sub-sub-menu {
    display: none;
}

.tree-sub-sub-menu.active {
    display: block !important;
}

.tree-sub-sub-menu li {
    list-style: disc;
    margin-left: 1rem;
}

.tree-sub-sub-menu li a {
    display: block;
    font-size: 12px;
    color: #3a464e;
    text-decoration: none;
}

.tree-sub-sub-menu li.active a,
.tree-sub-sub-menu li a:hover {
    color: #e50047;
}

/* custom tree menu */
.header-logo a img {
    width: 150px;
}

/* filter pills */
.filters {
    border-bottom: 1px solid #d4d8e5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.filter-badge {
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    cursor: pointer;
    margin: 5px 0;
}

.filter-badge.red {
    background-color: var(--filtre-red);
    color: #ffffff;
}

.filter-badge-x-wrapper {
    margin-left: 8px;
}

.filter-badge.grey {
    background-color: var(--filtre-input-border);
    color: var(--filtre-red);
}

/* custom menu with children */
.products-sidebar-menu {
    position: relative !important;
    box-shadow: 0px 12px 20px #00000014;
    padding: 1.5rem;
    z-index: 2;
}

.products-sidebar-menu .hover-options,
.tree-sidebar-menu .hover-options {
    position: absolute;
    top: 0;
    left: 100%;
    display: flex;
    overflow: hidden;
    z-index: 2000;
    width: 910px;
    background: var(--filtre-menu-grey);
    padding: 12px 0 12px 12px;
    border: 1px solid var(--filtre-input-border);
    margin-left: -1px;
    flex-direction: row;
    flex-wrap: wrap;
    height: fit-content;
}

.hover-options .option-box,
.hover-options .option-box {
    display: table;
    margin-bottom: 12px;
    position: relative;
}

.hover-options .option-box .photo,
.hover-options .option-box .photo {
    display: table-cell;
    width: 40px;
    vertical-align: top;
    padding-right: 10px;
}

.hover-options .option-box .photo img,
.hover-options .option-box .photo img {
    display: block;
    width: 40px;
    height: auto;
}

[data-theme="dark"] .hover-options .option-box .photo img {
    filter: invert(1) brightness(1.2) contrast(0.95); /*as we have only pngs, we can invert for dark mode*/
}

.option-box .content .title a {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--filtre-menu-text);
    text-decoration: none;
    font-size: 14px;
}

.option-box .content .title a:hover {
    color: #e50047;
}

.option-box .content ul {
    margin: 0 !important;
    padding: 0 !important;
    background: none;
    border: none !important;
}

.option-box .content ul li {
    background: transparent;
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    outline: 0;
}

.option-box .content ul li a {
    display: block;
    font-size: 12px;
    color: var(--filtre-menu-text);
    text-decoration: none;
    padding-right: 3px 0 3px 16px;
    position: relative;
}

.menu-list-item-link {
    padding: 0 0 4px 16px !important;
}

.option-box .content ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: var(--filtre-menu-text);
}

.option-box .content ul li a:hover {
    color: #e50047;
    text-decoration: underline;
}

.product-category-items-img img {
    width: 100%;
}

.option-box ul li.active a {
    color: #e50047;
}

/* price range slider */
#slider-range .ui-widget-header,
#slider-range_mobile .ui-widget-header {
    background: #e50047 !important;
}

.ui-state-active {
    background: #e50047 !important;
}

@media only screen and (max-width: 768px) {
    .sidebar-menu-item:first-child {
        margin-top: 3rem;
    }
}

/* cant order product */
.no-order-wrap,
.no-order-wrap-list {
    padding: 0 0 0 0.5rem;
    border: 1px solid var(--filtre-red);
    margin-top: 2em;
    background: var(--bs-body-bg);
    position: relative;
    max-width: 180px;
}

.no-order-wrap .ico,
.no-order-wrap-list .ico {
    position: absolute;
    width: 3em;
    height: 3em;
    transform: translate(0, -50%);
    left: 0;
    top: 50%;
    margin: auto;
    box-sizing: border-box;
}

.no-order-wrap-list p {
    font-size: 12px;
}

.no-order-wrap svg {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    bottom: 0;
    fill: #e50047;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.no-order-wrap-list svg {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    bottom: 0;
    fill: #e50047;
    left: 0;
    right: 0;
    top: 0;
    margin: auto 5px;
}

.no-order-wrap .no-order-content {
    display: flex;
}

.no-order-wrap .no-order-content,
.no-order-wrap-list .no-order-content-list {
    text-align: center;
    color: #e50047;
}

.no-order-wrap .no-order-content .leftpart {
    position: relative;
    z-index: 5;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 10px 10px 10px;
    text-align: end;
    display: flex;
}

.no-order-wrap .no-order-content .leftpart strong {
    padding-left: 20px;
}

.no-order-wrap .no-order-content .rightpart {
    position: relative;
    background-color: #e50047;
    text-align: center;
    font-size: 12px;
    display: flex;
    color: white;
    padding: 5px;
    cursor: pointer;
}

.no-order-content-list ico {
    position: relative;
    display: flex;
}

footer .footer-middle p {
    line-height: 0.5;
}

footer .footer-social {
    padding: 5px;
}

footer .footer-social a {
    color: white;
    font-size: 40px;
    margin: auto 1rem;
}

footer .footer-social a:hover {
    color: #e50047;
}

@media (max-width: 991.98px) {
    footer .footer-social a {
        margin: auto;
    }
}

/* cart right block custoemer */

.cart-right-block.customer {
    position: relative;
    border: 1px solid #e50047;
    border-radius: 4px;
    padding-left: 11rem;
    padding-right: 1rem;
    margin: 1.5rem 0;
}

.cart-right-block.customer img {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    width: 127px;
}

.cart-right-block.customer p {
    font-size: 1rem;
    line-height: 1.3rem;
    margin-bottom: 0;
}

.cart-right-block.customer span {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}

.cart-right-block.customer button {
    font-size: 1rem;
    padding: 0 12px;
    margin-top: 1rem !important;
}

.cart-right-block.customer button .icon-style.icon-user:before  {
    height: 1rem;
    width: 0.875rem;
}

/* fix foxentry z index - default 9999*/
.foxentry-input-icon {
    z-index: 1 !important;
}

/* contact us tab content - pd */
.tab-contact-us .content {
    background: var(--filtre-hover-grey);
    padding: 2rem;
}

.tab-contact-us img {
    width: 100%;
    height: auto;
    padding: 1rem;
}

.tab-contact-us svg {
    animation: loader 2s linear infinite;
    display: none;
}

@keyframes loader {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* pd modal - check availability + lsiting form */
#availabilityModal svg,
#listingFormloader svg {
    animation: loader 2s linear infinite;
    height: 30px;
}

.home-awards {
    position: relative;
}

.home-awards .topline {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    height: 0.25rem;
    width: 9.375rem;
    background-color: #e50047;
}

.dobry-anjel-img {
    max-width: 150px;
}

/* owl slider cls fix */
.owl-item .slider-svg {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    animation: assetloading 2s ease-in-out infinite;
}

.owl-item .hp-slider-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.product-detail-top-left .product-detail-gallery {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.product-detail-placeholder {
    position: relative;
    animation: assetloading 2s ease-in-out infinite;
    height: 100%;
}

.loading-placeholder-svg {
    position: relative;
    animation: assetloading 2s ease-in-out infinite;
    height: 100%;
}

@media (min-width: 992px) {
    .product-detail-placeholder-remove-mobile-swipper-margin {
        margin-bottom: -36px;
    }
}

.product-item a {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}

.product-item a .product-item-svg {
    width: 100%;
    height: auto;
    animation: assetloading 2s ease-in-out infinite;
}

.product-item a .product-item-img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    background: white;
}

.add-to-cart-image {
    position: relative;
}

.add-to-cart-image svg {
    animation: assetloading 2s ease-in-out infinite;
}

.add-to-cart-image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    background: var(--bs-body-bg);
}

@keyframes assetloading {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 0.1;
    }
}

#cart-overlay-recommended .product-item a .product-item-img {
    padding: 10px 40px !important;
}

#cart-overlay-recommended .product-item a .product-item-svg {
    padding: 10px 40px !important;
}

@media (max-width: 767.98px) {
    #cart-overlay-recommended .product-item .product-item-content {
        padding: 0 0.75rem 1.75rem;
    }
}

.product-catalog-title {
    display: flex;
    align-items: center;
    background: #e50047;
    color: white;
    font-weight: bold;
    width: 100%;
    height: 63.5px;
    align-content: center;
    padding: 0 30px;
}

.offcanvas-body .product-catalog-title {
    padding: 0 50px;
}

.offcanvas-body .tree-sidebar-menu .product-catalog-title {
    padding: 0 28px;
}

@media (max-width: 991.98px) {
    .offcanvas-body .product-catalog-title {
        padding: 0 20px;
    }
}

.category-title-image {
    position: relative;
    width: 100%;
    height: auto;
}

.category-title-image .category-svg {
    animation: assetloading 2s ease-in-out infinite;
}

.category-title-image .category-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
}

#CookiebotWidget {
    z-index: 10 !important;
}

.topsearch .tab-title {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    margin: 0;
    border: 0;
    border-radius: 0;
    font-size: 1rem;
    color: #ffffff;
}

.products-sidebar h2 {
    font-size: 0.875rem !important;
    color: var(--filtre-text-dark);
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.pd-tabs h2 {
    font-weight: 600;
    margin: 0;
    border: 0;
    border-radius: 0;
    font-size: 1rem;
    color: var(--filtre-text-dark);
}

.category-item-heading {
    /*color: #062338 !important;*/
    font-size: 0.9375rem !important;
    display: block;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 0 !important;
    text-align: start !important;
    line-height: 1.5;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
    }
}

.shake {
    animation: shake 0.5s;
}

/*cart loader*/
.absolute-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(201, 201, 201, 0.24);
    z-index: 9998;
}

.sticky-loader {
    position: sticky;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    height: 50px;
    width: 50px;
}

.hidden {
    display: none;
}

.anim-loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FF3D00;
    border-bottom-color: #fff;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*cart loader*/

svg.featured-products-placeholder {
    animation: assetloading 2s ease-in-out infinite;
}

.product-card-container {
    min-height: 443px;
}

.admin-blog-products-info {
    display: none;
}


/*career module*/
.icon-red {
    color: #E50047;
}

.carrer-card {
    padding: 2rem;
    margin-bottom: 20px;
    border: 1px solid #E50047;
}

.carrer-card h4 {
    margin-bottom: 10px;
    border-bottom: 1px solid #E50047;
    padding-bottom: 10px;
}

.career-detail .top-info {
    padding: 2rem;
    border: 1px solid #E50047;
    background: white;
}

.career-detail .top-buttons {
    padding: 2rem;
    background: white;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.career-detail h2 {
    border-left: 2px solid #E50047;
    padding-left: 1rem;
    color: #636363;
}

.career-detail h3 {
    color: black;
    font-size: 1.5rem;
}

.career-detail h4 {
    color: #161616;
    font-size: 1rem;
}

.top-message {
    border-bottom: 1px solid #D4D8E5;
    text-align: center;
    margin: auto;
    padding: 1rem;
}

.top-message * {
    margin: auto;
    padding: 0;
}

.fancybox__container {
    z-index: 10500 !important;
}

.theme-toggle-switch {
    width: 50px;
    height: 26px;
    background-color: #fef6e5; /* soft beige for light mode */
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.theme-toggle-switch {
    width: 50px;
    height: 26px;
    background-color: var(--filtre-theme-switcher);
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.theme-toggle-thumb {
    width: 22px;
    height: 22px;
    background-color: #FFA500; /* orange sun */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" viewBox="0 0 24 24"><circle cx="12" cy="12" r="5"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.3s ease, background-color 0.3s ease, background-image 0.3s ease;
}

[data-theme="dark"] .theme-toggle-thumb {
    left: 26px;
    background-color: #3399ff; /* visible blue moon */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" viewBox="0 0 24 24"><path d="M21 12.79A9 9 0 1111.21 3a7 7 0 109.79 9.79z"/></svg>');
}

[data-theme="dark"] .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
    color: var(--filtre-icon-white);
    opacity: 0.7;
}


#big {
    width: 80%;
    background: var(--bs-body-bg);
}

/*--- new custom services ---*/
.product-cart-form {
    margin-bottom: 2rem;
}

.additional-services-header {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--filtre-red)
}

.service-row {
    display: flex;
    align-items: center;
    padding: 1.25rem 0;
    position: relative;
    border-bottom: 1px solid #D4D8E5;
}


.additional-services {
    background-color: #F4F6FB;
    border-radius: 4px;
    padding: 0 1.5rem;
}

[data-theme="dark"] .additional-services {
    background-color: transparent;
}


.service-row .service-icon {
    flex-shrink: 0;
    padding: 1rem;
}

.service-icon img {
    width: 55px;
    height: auto;
}

.service-row .service-content {
    flex-grow: 1;
    padding: 0 1rem;
}

.service-row .service-price {
    flex-shrink: 0;
    margin-left: 15px;
    text-align: right;
}

.service-row .service-checkbox {
    flex-shrink: 0;
}


.service-content .service-title {
    display: inline-block;
    color: var(--filtre-text-dark);
    font-weight: 600;
    font-size: 1.12rem;
    margin-bottom: 0.4rem;
}

.service-content .service-description {
    font-size: 0.875rem;
    color: var(--filtre-ligh-gray-darker);
    margin-bottom: 0;
}

.service-price .with-vat {
    font-size: 1.25rem;
    font-weight: 600;
    color: #55B46E;
}

.service-price .without-vat {
    color: var(--filtre-ligh-gray-darker);
    font-size: 0.875rem;
}


/* Skrytí čáry pod posledním řádkem */
.additional-services .service-row:last-child, .car-check-row {
    border: none;
}

.cart__benefits {
    border-top: 1px solid var(--filtre-input-border);

}

.cart__benefits .text p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--filtre-text-dark);
}

.cart__benefits-container {
    display: flex;
    gap: 1rem;
    padding: 1rem;

}

.car-check {
    padding: 0 0 1rem 0;
    max-width: calc(100vw - 80px);
}

@media (max-width: 767.98px) {
    .service-row {
        display: block;
    }

    .service-row .service-price {
        text-align: end;
    }

    .service-row .service-icon {
        padding-top: 0;
    }

    .service-row .service-content {
        padding-left: 0;
    }

    .service-row .with-vat, .service-row .without-vat {
        padding-left: 0;
    }

    .service-row .with-vat {
        font-size: 1.125rem;
    }

    .service-row .without-vat {
        font-size: 0.875rem;
    }

    .service-row .service-price {
        margin-top: .5rem;
        margin-left: 0;
    }

    .service-content .service-title {
        font-size: 1rem;
    }

    .service-content .service-description {
        font-size: 0.8125rem;
    }

    .cart__benefits-container {
        display: block;
    }

    .cart__benefits-container > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

.owl-carousel .owl-stage{display: flex;}
.owl-carousel .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.category-description-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 2rem;
}
.category-description-links-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 75px;
    background-color: #c7d0d8;
    color: #121415;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
}

.category-description-links-item {
    display: -webkit-box;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.video-thumbnail-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.timeline-wrapper {
    display: flex;
    justify-content: center;
}

.timeline-container {
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
}
.timeline-container::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background-color: #e0e0e0;
}
.timeline-item {
    position: relative;
    margin-bottom: 25px;
}
.timeline-item:last-child {
    margin-bottom: 0;
}
.timeline-icon {
    position: absolute;
    left: -25px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #00539f;
    border: 2px solid #fff;
}
.timeline-content time {
    display: block;
    color: #666;
    font-size: 0.9em;
    margin-bottom: 5px;
}
.timeline-content p {
    margin: 0;
    font-size: 1em;
}

.timeline-image {
    flex-shrink: 0;
    display: none;
}

.timeline-image .bobor-image {
    max-width: 200px;
    height: auto;
}

@media (min-width: 768px) {
    .timeline-wrapper {
        padding: 0;
    }
    
    .timeline-image {
        display: block;
    }
}

.timeline-image-wrapper {
    max-width: 350px !important;
    padding: 30px !important;
}

@media (max-width: 767.98px) {
    .timeline-image-wrapper {
        display: none;
    }
}