/* Vonios guru 
*/

/* * {
    outline: solid 1px red;
} */
:root {
    --bs-box-shadow: 0 10px 20px rgba(0, 0, 0, 1);
}

:root {
    --main-blue: #234d9c;
    --accent-blue: #4da0d8;
    --main-dark: #020202;
    --main-old: #6c757d;
    --accent-gray: #cccccc;
    --bs-btn-hover-bg: #234d9c;
}



body {
    width: 100%;
    height: 100%;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Nunito Sans", sans-serif;
    color: var(--main-dark);
}

.cursor-pointer {
    cursor: pointer !important;
}

.main-color,
.text-primary {
    color: var(--main-blue);
}

.main-white {
    color: #ffffff;
}

.bg-main {
    background-color: var(--main-blue);
}

.border-main {
    border-color: var(--main-blue);
}

.fa-solid,
.fa-regular,
.far,
.fas {
    font-weight: 900;
    font-size: 14px;
    color: #ccc;
}

.active .fa-solid,
.active .fa-regular {
    color: #fff;
}

header .fa-solid,
header .fa-regular,
header .fas,
header .far {
    font-weight: 900;
    font-size: 18px;
    color: #fff;
}

/* cart */
#cart {
    margin-bottom: 10px;
}

#cart .img-thumbnail {
    min-width: 100px;
}

#cart .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 14px 35px;
}

#cart .dropdown-menu {
    background-color: #fff;
}

#cart .dropdown-menu li {
    min-width: 300px;
}

header #cart .btn.btn-none {
    padding-left: 0;
    border-color: transparent;
}


.btn.dropdown-toggle.text-white:hover>* {
    color: #fff !important;
}


#alert .alert-primary {
    box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}

#alert .alert-secondary {
    box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}

#alert .alert-success {
    box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}

#alert .alert-warning {
    box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}

#alert .alert-danger {
    box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}

#alert .alert-info {
    box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}

#alert .alert-light {
    box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}

#alert .alert-dark {
    box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}

#alert a {
    color: #fff;
}

.alert-success {
    background-color: var(--accent-blue);
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    border: var(--main-blue);
}

h1,
h2,
.navbar-nav,
.btn {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--main-dark);
}

a {
    color: var(--main-blue);
}

legend {
    padding: 7px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--main-old);
}

/* Chrome border line */
button:focus {
    outline: none !important;
}

/* Chrome border line */
button:focus {
    outline: none !important;
}

label {
    font-size: 12px;
    font-weight: normal;
}

#top {
    margin-bottom: 0;
    padding-bottom: 0;
}

#top ul.list-inline {
    margin-bottom: 0;
}

#top .list-inline-item>a,
#top .list-inline-item .dropdown>a {
    /* font-size: 1.1em; */
    color: var(--bs-gray-600);
    line-height: 40px;
    text-decoration: none;
    /* vertical-align: middle;
    padding: 10px 0px 5px 0px; */
}

/* logo */
#logo {
    text-align: center;
    margin: 7px 0 7px 0;
}

#logo img {
    max-width: 200px;
}

.container-nav {
    border-bottom: solid 8px var(--main-blue) !important;
    padding-bottom: 0;
    z-index: 999;
    position: relative;
}

header ul {
    margin: 0 auto;
}

/* menu */
#menu {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-repeat: none;
    border: 0px solid var(--main-old);
    min-height: 0px;
    border-radius: 0px;
    margin-bottom: 0;
    color: var(--main-dark);
    padding: 0;
}

#menu ul {
    margin: 2em auto;
}

#navbar-menu::before {
    content: '';
    border-top: solid 8px var(--main-blue);
    position: absolute;
    width: 100vw;
    left: 0;
    top: 0;
    transition: 0ms;
}


#menu .navbar-nav>li>a {
    /* color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: transparent; */
    padding: 6px 9px;
    font-size: 12px;
    color: var(--main-dark);
}

#menu .navbar-nav>li>a:hover {
    background-color: var(--main-blue);
    color: #fff;
}

#menu .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    transition: 550ms;
}

#menu .dropdown-inner {
    display: flex;
    flex-direction: column;
    /* border-left: solid 8px var(--main-blue); */
    transition: height 550ms ease;
}

#menu .dropdown-inner ul {
    width: 100%;
    min-width: 200px;
}

#menu .nav-item:nth-child(n+9) .dropdown-menu {
    right: 0;
    left: auto !important;
}

.menu-icon-placeholder {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    color: var(--main-blue);
    margin-right: 5px;
    display: inline-block;
    transition: all 0.2s ease;
}

#menu .navbar-toggler i {
    color: #fff;
    border-color: #fff;
    font-size: 0.9em;
}

.navbar-toggler.collapsed .menu-icon-placeholder::before {
    content: "\f0c9";
}

.navbar-toggler:not(.collapsed) .menu-icon-placeholder::before {
    content: "\f00d";
    color: var(--accent-blue);
}

.navbar-toggler:not(.collapsed) i {
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
}

#navbar-menu .dropdown-toggle::after {
    border: none !important;
    content: '+' !important;
    font-size: 1.2rem;
    vertical-align: middle;
    font-weight: 600;
    color: var(--main-blue);
}

#navbar-menu .show.dropdown-toggle::after {
    content: '−' !important;
}

.nav-link.dropdown-toggle.show {
    border-color: var(--main-blue);
    color: var(--main-blue) !important;
}



.dropdown-menu .dropdown-item {
    white-space: break-spaces;
    margin: 1em auto;
}

.nav-item.dropdown {
    border-bottom: solid 1px #ddd;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #eee;
    background-color: var(--main-blue);
}

.btn-primary {
    color: #ffffff;
    text-shadow: none;
    background-image: linear-gradient(to bottom, var(--main-blue), var(--main-blue));
    background-repeat: repeat-x;
    border-color: var(--main-blue);
    white-space: nowrap;
}

.nav-link {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

/* --- MAX PLOTIS: Headeriui / Pilnam išdėstymui --- */
/* container */
#container {
    width: 100%;
    min-height: 100%;
    position: absolute;
    margin-bottom: 300px;
}

/* content */
#content,
#column-left,
#column-right {
    padding-bottom: 730px;
}



.container-fluid-max {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(34, 154, 200, 0.25);
}


/* SLIDER HOME */
.carousel {
    border: 0px solid #fff;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 50px;
}

.carousel button {
    display: none;
    right: 0;
    left: 0;
}

.carousel.main img {
    min-height: 30vh;
}


.icon-box {
    background-color: var(--accent-gray) !important;
}

.category-icon-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.category-icon-box svg {
    width: 48px;
    height: 48px;
    display: block;
    fill: var(--main-dark);
    transition: fill 0.3s;
}

.category-icon-box img {
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}

.category-icon-box:hover svg {
    fill: var(--main-blue);
}

.category-name {
    display: block;
    font-size: 0.625rem;
    line-height: 1.2;
    word-break: break-word;
    color: var(--main-dark);
    text-transform: uppercase;
}

.category-card {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* FOOTER */
footer {
    background: var(--main-dark);
    color: #ccc;
    border-top: 1px solid #ddd;
    border: 1px solid #000000;
    position: absolute;
    bottom: -1px;
    width: 100%;
    padding-top: 30px;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #ccc;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-tertiary-bg);
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li.breadcrumb-item {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li.breadcrumb-item>a {
    text-decoration: none;
}

.breadcrumb>li.breadcrumb-item:after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 29px;
    height: 29px;
    border-right: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);
    transform: rotate(-45deg);
}

.breadcrumb>li.breadcrumb-item+li:before {
    content: "";
    padding: 0;
}

/* category */
#category {
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}


/* PRODUCT */
.product-thumb {
    position: relative;
    height: 100%;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .description {
    padding: 15px;
    margin-bottom: 45px;
    height: 128px !important;
}

.product-thumb .description h4 {
    font-weight: bold;
}

.product-thumb .button {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.product-thumb .button button {
    width: 33.33%;
    border: none;
    border-top: 1px solid var(--bs-border-color);
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-gray-600);
    line-height: 38px;
    text-align: center;
}

.product-thumb .button button:hover {
    color: var(--bs-gray-600);
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.product-thumb .button button+button {
    border-left: 1px solid var(--bs-border-color);
}

.product-thumb .button button.col-6 {
    width: 50%;
}

/* .product-thumb .price-old {
    opacity: 0;
    transform: translateY(5px);
}

.price:hover .price-old,
.product-thumb:hover .price-old {
    opacity: 1;
    transform: translateY(0);
} */

/* Pagrindinis kortelės stilius */
.product-thumb {
    transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

/* HOVER EFEKTAS */
.product-thumb:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

/* IMG SCALE */
.product-thumb:hover img {
    transform: scale(1.02);
    transition: transform 0.3s ease-in-out;
}

.product-thumb .button button:hover {
    color: #fff;
    background-color: var(--main-blue);

}

.product-thumb .button button:hover .fa-solid {
    color: #fff;

}

.card-title {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price {
    color: var(--main-old);
}

.price-new {
    color: var(--main-blue);
    font-weight: 600;
}

.price-old {
    font-size: 14px;
    color: var(--old-price-color);
    transition: all 0.2s ease-in-out;
    display: block;
    min-height: 1.2em;
    text-decoration: line-through;
}

.price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-info-grid {
    display: flex;
    flex-direction: column;

}

.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.product-tags dt {
    width: 100%;
}

.product-info-grid dd,
.product-tags dd {
    margin: 0;
}


/* product list */

/* PAGINATION */

.pagination {
    --bs-pagination-bg: transparent;
    --bs-pagination-border-color: var(--main-blue);
    --bs-pagination-color: var(--main-dark);
    --bs-pagination-hover-color: #fff;
    --bs-pagination-active-color: #ccc;
    --bs-pagination-hover-bg: #08317e;
    --bs-pagination-active-bg: var(--main-blue);
    --bs-pagination-active-border-color: var(--main-blue);
}



.pagination .page-item.active .page-link {
    background-color: var(--main-blue);
    border-color: var(--main-blue);
}

.page-item {
    flex: 1;
    text-align: center;
}

.pagination {
    flex-wrap: wrap;
}

/*CHECKOUT*/

#button-register {
    display: none !important;
}

#checkout-shipping-method,
#checkout-payment-method {
    display: block !important;
    opacity: 0.6;
    pointer-events: none;
    transition: all 0.4s ease;
}

.section-active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

div.required .col-form-label:before,
div.required .form-label:before {
    content: "* ";
    color: #F00;
    font-weight: bold;
}

.form-switch-lg {
    font-size: 20px;
    min-height: 30px;
    line-height: 30px;
}

.nav-tabs {
    margin-bottom: 15px;
}

.form-check .form-check-input {
    margin-top: 0.25rem;
}

/* Ratings */
.rating .fa-stack {
    width: 20px;
}

.rating .fa-star {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star {
    color: #E69500;
}

/* blog */
.blog-thumb {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.blog-thumb h4 {
    font-weight: bold;
}

.blog-thumb .image {
    text-align: center;
    margin-bottom: 15px;
}

.blog-thumb .image a:hover {
    opacity: 0.8;
}

.blog-thumb .description {
    padding: 15px;
}

/* Theme Custom CSS */
#cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 9999;
    opacity: 0.95;
    color: #ecf0f1;
    background: #343a40;
}

#cookie div {
    font-size: 16px;
    color: #FFFFFF;
}

/* ============================================================
   BOOTSTAP VONIOS GURU
   ============================================================ */
.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--main-blue);
    --bs-btn-border-color: var(--main-blue);

    /* Hover: šiek tiek tamsesnė mėlyna */
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1b3a75;
    --bs-btn-hover-border-color: #183368;

    --bs-btn-focus-shadow-rgb: 67, 103, 169;
    /* RGB atitikmuo tavo spalvai */

    /* Active: dar tamsesnė mėlyna paspaudimo momentu */
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #183368;
    --bs-btn-active-border-color: #142b58;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

    /* Disabled: ta pati pagrindinė spalva */
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--main-blue);
    --bs-btn-disabled-border-color: var(--main-blue);
}

.btn-outline-secondary {
    --bs-btn-color: var(--main-dark);
    --bs-btn-border-color: #ccc;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--main-blue);
    --bs-btn-hover-border-color: var(--main-blue);
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--main-blue);
    --bs-btn-active-border-color: var(--main-blue);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--main-blue);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--main-blue);
    --bs-gradient: none;
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--main-blue);
    border-color: var(--main-blue);
}

.fs-7 {
    font-size: 0.6125rem !important;
}

/* default boostrap changes END */

#column-left {
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 80vw;
}


/* ============================================================
   OC4 RESPONSIVE BREAKPOINTS (Mobile First)
   ============================================================ */

/* Standard Mobile ( > 375px) */
@media (min-width: 375px) {
    .container {
        max-width: 100%;
    }
}

/* Large Mobile ( > 425px) */
@media (min-width: 425px) {}

/* Extra Large Mobile / Phablet ( > 480px) */
@media (min-width: 480px) {
    /* .container {
        max-width: 460px;
    } */
}

/* Bootstrap Standard Mobile Landscape ( > 576px) */
@media (min-width: 576px) {

    #content,
    #column-left,
    #column-right {
        padding-bottom: 400px;
    }
}

/* Tablet Portrait ( > 768px) */
@media (min-width: 768px) {
    .container {
        max-width: 728px;
        margin: 0 auto;
    }

    #cart .dropdown-menu li {
        min-width: 100%;
    }

    .col-form-label {
        text-align: right;
    }

}

/* Tablet Portrait ( > 992px) */
@media (min-width: 992px) {
    .container {
        max-width: 952px;
        margin: 0 auto;
    }

    #logo {
        text-align: left;
    }

    #menu {
        min-height: 40px;
    }

    .nav-item.dropdown {
        border-bottom: 0;
    }

    .position-md-relative {
        position: relative !important;
    }

    header .fa-solid,
    header .fa-regular,
    header .fas,
    header .far {
        font-weight: 900;
        font-size: 18px;
        color: var(--main-blue);
    }

    .dropdown-menu {
        --bs-dropdown-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 5px 10px var(--main-dark);
        /* border: solid 3px var(--main-blue);
        border-top: solid 1px var(--main-blue); */
        border-radius: 20px;
        transition: 550ms;
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
    #container header #cart .btn.btn-none {
        background-color: transparent;
    }
    #container .btn.dropdown-toggle:hover>*{
        color: var(--main-blue) !important;
    }
    #menu .dropdown-inner {
        flex-direction: row;
    }

    #menu .nav-item+.nav-item+.nav-item .dropdown-column-3 {
        left: -200px;
    }

    #menu .nav-item+.nav-item+.nav-item .dropdown-column-4 {
        left: -400px;
    }

    #menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-2 {
        left: -200px;
    }

    #menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-3 {
        left: -400px;
    }

    #menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-4 {
        left: -600px;
    }

    .product-list .product-thumb {
        display: flex;
    }

    .product-list .product-thumb .image {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .product-list .product-thumb .content {
        flex-direction: column;
        flex: 75%;
        position: relative;
    }

    .product-list .product-thumb .button {
        border-left: 1px solid #ddd;
        width: calc(100% - 15px);
        margin-left: 15px;
    }

    #column-left {
        max-height: none;
        overflow-y: visible;
        display: block !important;
        max-width: 100%;
    }
}

/* Tablet Landscape / Low-res Laptop ( > 1024px) */
@media (min-width: 1024px) {
    #alert {
        max-width: 800px;
        top: 0px;
    }

    .container {
        max-width: 960px;
    }

    .container-nav {
        border-bottom: solid 0 transparent !important;
        padding-bottom: 0;
    }

    #navbar-menu::before {
        content: none;
        border-top: solid 0px transparent;
    }

    #menu ul {
        margin: 0em auto;
    }

    .bg-lg-none {
        background-color: transparent;
    }

    .icon-lg-primary {
        color: var(--main-blue) !important;
    }

    .dropdown-menu.dropdown-menu-end {
        min-width: 33vw;
    }
}

/* Full HD Vertical / Small Desktop ( > 1080px) */
@media (min-width: 1080px) {
    .container {
        max-width: 1040px;
    }
}

/* Standard Laptop ( > 1280px)  */
@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
}

/* 10. HD+ Laptop / MacBook Air ( > 1440px) */
@media (min-width: 1440px) {}

/* Large Desktop ( > 1600px)  */
@media (min-width: 1600px) {
    .header-container {
        max-width: 1600px;
        margin: 0 auto;
    }

    .container-fluid-max {
        max-width: 1600px;
    }
}

/* Full HD Desktop ( > 1920px) */
@media (min-width: 1920px) {}