:root {
    --color-stivits-green: #59bf8f;
    --color-stivits-blue: #4d92ce;
}

* {
    font-family: var(--font-primary) !important;
}

.dashicons, .dashicons-before:before {
    font-family: dashicons !important;
}

#tab-description img.alignleft {
    float: initial
}

.label__red {
    color: var(--color-price);
}

.header__scrolling-banner {
    height: 100px;
    width: 100%;
    background: url('/wp-content/uploads/2025/05/BEZMAKSAS_piegade_uz_Venipak_punktiem_visa_Latvija_sakot_no_4_99.png') repeat-x center top;;
    background-size: auto 100%;
    overflow-y: auto;
    animation: scroll-background 10s linear infinite;
}

@keyframes scroll-background {
    0% {
        background-position: 0 0; /* Start from the left */
    }
    100% {
        background-position: 100% 0; /* Scroll to the right */
    }
}

footer.site-footer .footer-iconboxes {
    background-color: #6FB1EA;
}

.site-footer .footer-iconboxes .iconbox .iconbox-detail span {
    color: #FFF !important;
}

.site-footer .footer-iconboxes .iconbox i {
    color: #FFF !important;
}

footer.site-footer .footer-contacts {
    background-color: #f3f4f7;
}

footer.site-footer .footer-bottom {
    background-color: #f3f4f7;
}

.site-footer .site-social ul a {
    background-color: #f3f4f7;
}

.module-category.style-1 .categories .categories-wrapper .category:nth-child(4n) {
    border-right: none !important;
}

ul.product-categories li a img {
    height: 25px;
    width: auto;
    padding-right: 15px;
}

ul.product-categories li a {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
}

.single-content .product .product_title {
    text-align: right;
}

.product-meta {
    justify-content: flex-end;
}

.site-header .header-main {
    padding-top: .8rem;
}

.site-header .primary-menu {
    padding-top: .5rem;
}

.site-header .primary-menu .menu > .menu-item {
    padding-bottom: .5rem;
}

.badge.onsale {
    background-color: var(--color-price);
}

.tagged_as {
    display: none;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    border: 1px solid #e2e4ec;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
}

.wpml__language-switcher {
    margin-left: .9375rem;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none;
}

.wpml-ls-legacy-dropdown {
    width: auto;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e4ec;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bestseller__item {
    padding: 1.25rem;
    border: 1px solid #edeef5;
    position: relative;
}

.besteller__img {
    text-align: center;
    height: 210px;
    display: flex;
    justify-content: center;
}

.bestseller__title {
    color: var(--color-text);
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4;
}

.bestseller__price {
    display: flex;
    align-items: center;
    padding-top: 20px;
    gap: 10px;
}

.bestseller__regular-price {
    color: var(--color-info);
    text-decoration: line-through;
    font-weight: 600;
    font-size: 85%;
}

.bestseller__r-price {
    color: var(--color-info);
    font-weight: 600;
    font-size: 1rem;
}

.bestseller__discount-price {
    color: var(--color-price);
    font-size: 1rem;
    font-weight: 600;
}

.klb-single-video a {
    background: rgb(77 146 206) !important;
}

.klb-single-video a:before {
    color: #FFF;
}

.klb-single-video span {
    color: #FFF;
}

.woocommerce-mini-cart__buttons .button + .button {
    background-color: var(--color-stivits-blue);
    border-color: var(--color-stivits-blue);
}

.cart-collaterals a.checkout-button, #order_review button#place_order {
    background-color: var(--color-stivits-green);
    border-color: var(--color-stivits-green);
}

.store-notice {
    background-color: var(--color-stivits-green);
}

#shipping_method input.shipping_method {
    display: none;
}

ul#shipping_method li {
    padding: 10px;
    border: 1px solid #e4e5ee;
    border-radius: 5px;
}

ul#shipping_method label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

ul#shipping_method li:has(input:checked) {
    border: 1px solid var(--color-stivits-blue);
}

ul#shipping_method li:hover {
    cursor: pointer;
}

.st__order-minimum-amount {
    color: var(--color-price);
    font-weight: 500;
}

.page .omnivalt_terminal_container_map .tmjs-selected-terminal {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: 600 !important;
    font-family: var(--font-primary);
}

.tmjs-container, .tmjs-modal, .tmjs-modal-flat {
    font-family: var(--font-primary) !important;
}

.page .omnivalt_terminal_container_map h2 {
    padding-top: 30px;
    font-size: 24px;
}

.page .omnivalt_terminal_container_map h3 {
    font-size: 16px;
    margin-bottom: 7px;
}

.tmjs-terminal-list::-webkit-scrollbar-thumb {
    color: var(--color-stivits-blue);
}

.page .omnivalt_terminal_container_map .tmjs-open-modal-btn {
    font-size: 15px;
}

.page .omnivalt_terminal_container_map .tmjs-open-modal-btn:hover {
    cursor: pointer;
    transition: .3s ease;
    text-decoration: none;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 350px;
}

.select2-results__option span {
    font-size: 14px;
    font-weight: 500;
}

.itella-card-footer .itella-btn.itella-submit {
    width: 100%;
    text-align: center;
    display: block;
}

body .itella-shipping-container .itella-chosen-point {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: 600 !important;
    font-family: var(--font-primary);
    font-size: 15px;
}

.woocommerce  > .woocommerce-info {
    background-color: rgba(77, 146, 205, .65);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 14px;
}

.site-header .header-main .column-center {
    padding-left: 7rem;
}

table.tinvwl-table-manage-list button[name="tinvwl-action-product_all"] {
    background-color: var(--color-stivits-green);
}

.single-content .product form.cart .quantity .quantity-button:hover {
    background-color: var(--color-stivits-green);
}

.products .cart-with-quantity .quantity .quantity-button {
    background-color: var(--color-stivits-green);
}

.commentlist li {
    border-bottom: 1px solid #e6e6e6;
}

.commentlist li:last-child {
    border-bottom: none;
}

ul.product-categories li a {
    transition: .3s ease;
}

ul.product-categories li a:hover {
    color: var(--color-stivits-blue);
    transition: .3s ease;
}

.product-detail form.cart .buy_now_button {
    width: initial;
    margin-top: 0;
    margin-left: .9375rem;
    background-color: var(--color-stivits-green);
}

.site-header .header-cart .cart-empty .empty-icon .c-01 {
    fill: #459972;
}

.site-header .header-cart .cart-empty .empty-icon .c-02, .site-header .header-cart .cart-empty .empty-icon .c-03 {
    fill: var(--color-stivits-green);
}

.site-header .header-cart .cart-empty .empty-icon .c-04 {
    fill: #459972;
}

.site-header .header-cart .cart-empty .empty-icon .c-05, .site-header .header-cart .cart-empty .empty-icon .c-06 {
    fill: var(--color-stivits-green);
}

.empty-icon .c-02, .empty-icon .c-03 {
    fill: var(--color-stivits-green);
}

.empty-icon .c-04 {
    fill: #459972;
}

.empty-icon .c-05, .empty-icon .c-06 {
    fill: var(--color-stivits-green);
}

.empty-icon .c-01 {
    fill: #459972;
}

.cart-empty-page .cart-empty {
    color: #202435;
}

.site-login .login-form-container {
    flex-direction: column;
}

.register-form {
    display: none;
}

.site-login .login-form-container.show-register-form .register-form {
    display: flex;
}

.site-login .login-form-container.show-register-form .login-form {
    display: none;
}

.site-login .login-form-container.show-register-form {
    transform: initial !important;
}

.woocommerce-ResetPassword .woocommerce-form-row--first {
    flex-direction: column;
}

.woocommerce-ResetPassword .woocommerce-form-row--first input {
    width: 350px;
}

.stivits__video-reviews-block {
    padding-top: 30px;
}

.stivits__video-reviews .slick-slide {
    margin: 0 15px;
}

.stivits__video-reviews .slick-list {
    margin: 0 -15px;
}

.video__review-thumbnail {
    width: 100%;
    height: 275px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    position: relative;
}

.stivits__video-reviews .video__review-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50px;
    height: 50px;
}

.video__review-information {
    padding-top: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.video__review-avatar {
    width: 65px;
    height: 65px;
}

.stivits__video-reviews .video__review-avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.video__review-author {
    color: var(--color-text);
    font-size: 18px;
    font-weight: 500;
}

.video__review-text {
    color: var(--color-info-dark);
    font-size: 16px;
    font-weight: 400;
}

.fancybox__footer {
    display: none !important;
}

.text__review-text {
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #f0faff;
    font-size: 13px;
}

.text__review-information {
    padding-top: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.product .content-wrapper .count-rating {
    display: none;
}

.text__review-rating {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-left: -3px;
}

.text__review-rating img {
    width: 17px;
    height: auto;
}

.woocommerce-privacy-policy-text {
    display: none;
}

.optional {
    display: none;
}

.site-xml {
    padding-left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-xml img {
    height: 30px !important;
}

.footer__lower {
    background-color: #f3f4f7;
}

.footer__lower .container {
    border-top: 1px solid var(--color-border) !important;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.stivits__text-review-block .slick-track {
    display: flex !important;
}

.stivits__text-review-block .slick-track .text__review {
    height: inherit !important;
    position: relative;
}

.stivits__text-review-block .text__review-text {
    height: 100% !important;
}

.stivits__text-review-block .text__review-information {
    position: absolute;
    bottom: -85px;
    left: 0;
}

.stivits__text-review-block .slick-list {
    padding-bottom: 100px;
}

.stivits__archive-buy-now {
    background-color: var(--color-stivits-green) !important;
    border-color: var(--color-stivits-green) !important;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.site-header .header-buttons .bordered.header-cart .button-icon {
    background-color: #FFF !important;
}

.site-header .header-buttons .bordered.header-cart .button-icon i {
    color: var(--color-stivits-blue) !important;
}

.tiktok__icon svg {
    width: 12px;
    height: auto;
}

.grecaptcha-badge {
    display: none !important;
}

.commentlist li .comment_container .comment-text img {
    display: none;
}

#lang-comments-link {
    display: none;
}

.klb-orders-style1 .woocommerce-orders-table__cell-order-actions {
    position: initial !important;
}

#wpadminbar * {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}

#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon, .wp-admin-bar-arrow
{
    font-family: dashicons !important;
}
 
/* .header-mobile-nav {
    display: none !important;
} */

.canvas-footer .wpml-ls-legacy-dropdown .wpml-ls-item {
    display: flex;
    flex-direction: row;
}

.canvas-footer .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    width: 32px;
    height: 32px;
    display: flex;
    margin-right: 7px;
}

.canvas-footer .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    visibility: visible;
    position: initial;
    display: flex;
    flex-direction: row;
    gap: 7px;
}

.canvas-footer .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    width: 32px;
    height: 32px;
}

.canvas-footer .wpml-ls {
    padding: 10px 20px;
}

.mobile__menu-categories ul {
    list-style: none;
    padding-left: 0;
}

.mobile__menu-categories {
    padding-top: 25px;
    padding-bottom: 35px
}

.mobile__menu-categories li {
    border-bottom: 1px solid #edeef5;
    height: 45px;
    display: flex;
    align-items: center;
}

.mobile__menu-categories li a {
    padding-left: 1.875rem;
    color: #3e445a;
    font-weight: 500;
}

.site-header .header-mobile-nav {
    background-color: var(--color-stivits-blue);
}

.site-header .header-mobile-nav .menu-item a i {
    color: #FFF;
}

.site-header .header-mobile-nav .menu-item a span {
    color: #FFF;
}

.site-canvas .canvas-footer {
    padding-bottom: 0 !important;
}

.mobile__search-btn {
    display: none;
    margin-left: 18px;
}

.mobile__search-btn i {
    font-size: 22px;
}

.wc-proceed-to-checkout.btn-visible {
    display: block !important;
}

@media screen and (max-width: 48rem) {
    footer.site-footer .footer-bottom {
        padding-bottom: 56px;
    }
}

@media (max-width: 1200px) {
    .site-header .header-main .column-center {
        padding-left: 9.5rem;
    }
}

@media (max-width: 1024px) {
    .module-hot-product .hot-product .hot-sale {
        font-size: 18px;
    }
    .module-hot-product .thumbnail-wrapper a {
        text-align: center;
    }
    .module-hot-product .thumbnail-wrapper a img {
        height: 300px;
        width: auto !important;
    }
    .elementor-widget-bacola-home-slider .module-slider .image-wrapper {
        position: initial;
    }
    .elementor-widget-bacola-home-slider .module-slider .image-wrapper img {
        position: initial;
        width: 100%;
        height: auto;
        object-fit: initial;
    }
    .elementor-widget-bacola-home-slider .module-slider .content-wrapper {
        position: absolute;
    }
}

@media (max-width: 1000px) {
    .elementor-widget-bacola-banner-box3 .banner-wrapper img {
        position: relative;
    }
    .elementor-widget-bacola-banner-box3 .module-banner .banner-thumbnail {
        position: relative;
    }
    .elementor-widget-bacola-banner-box3 .module-banner .banner-content {
        position: absolute;
    }
    .site-header .header-main .column-center {
        padding-left: 1.5rem;
    }
}

@media (max-width: 768px) {
    .site-header .header-main .column-center {
        padding-left: 0;
    }
    .elementor-Qwidget-bacola-banner-box3 .banner-wrapper {
        height: 350px;
    }
    /* .header__scrolling-banner {
        display: none;
    } */
    .site-header.mobile-nav-enable .site-brand {
        margin-left: 20px;
        margin-right: 0;
    }
    .mobile__search-btn {
        display: block;
    }
    .site-header.mobile-nav-enable .header-search.active {
        top: 170px !important;
    }
    .header-buttons .header-login {
        order: 2;
    }
    .header-buttons .mobile__search-btn {
        order: 1;
    }
    .header-buttons .header-cart {
        order: 4;
    }
    .header-buttons .wpml__language-switcher {
        order: 3;
    }
    .header-login {
        margin-left: 18px;
    }
}

@media (max-width: 600px) {
    .module-hot-product .thumbnail-wrapper a img {
        height: 200px;
    }
}

@media (max-width: 500px) {
    .header-cart .cart-price {
        display: none;
    }
}

@media (max-width: 400px) {
    .module-hot-product .hot-product {
        padding: 0.5rem;
    }
    .module-hot-product .thumbnail-wrapper a img {
        height: 165px;
    }
    .products.mobile-column-2 .product {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .products .thumbnail-wrapper > a:not(.quick-view-button) img {
        height: 185px !important;
        width: auto !important; 
    }
    .cart-dropdown .cart-dropdown-wrapper .fl-mini-cart-content .thumbnail-wrapper a img {
        height: auto !important;
        width: 100% !important;
    }
    .products .thumbnail-wrapper > a:not(.quick-view-button) {
        text-align: center;
    }
    .site-header .wpml__language-switcher {
        display: none;
    }
    .site-header.mobile-nav-enable .site-brand {
        margin-left: 0;
    }
    .site-header .header-buttons .button-item + .button-item {
        margin-left: 18px;
    }
}