/*
///////////////////////////////
/// SWIPER JS
///////////////////////////////
*/

:root{
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-color: var(--bs-charcoal);
    --swiper-pagination-bullet-inactive: #F5F3F1;
    --swiper-scrollbar-drag-bg-color: #484848;
    --swiper-scrollbar-size: 5px;
    
    --swiper-pagination-bottom: 0;
}

.swiper-button-disabled {
    opacity: .25;
}

/* load swiper */

.swiper:not(.swiper-initialized){
    opacity: 0;
}
.swiper{
    transition: all .15s linear;
}

/* gallery */

.swiper-thumbs .swiper-slide.swiper-slide-thumb-active{
    opacity: 1;
}
.swiper-thumbs .swiper-slide:not(.swiper-slide-thumb-active){
    opacity: .5;
}


/*
///////////////////////////////
/// ARROW LINK
///////////////////////////////
*/

.link-arrow {
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.arrow {
    display: inline-flex;
    transform: translateX(-6px);
    opacity: 0;
    transition: all 200ms ease-in-out;
}

.link-arrow:hover .arrow {
    transform: translateX(0);
    opacity: 1;
}


/*
///////////////////////////////
/// LINKS & HOVERS
///////////////////////////////
*/

.hover-parent:hover .hover-scale{
    transform: scale(1.1);
}
.hover-parent:hover .hover-underline{
    text-decoration: underline;
}

.hover-nounderline{
    text-decoration: underline;
}
.hover-nounderline:hover{
    text-decoration: none !important;
}

.share-icon{
    background-color: var(--bs-white-smoke);
}
.share-icon:hover{
    background-color: var(--bs-cool-green);
}


/*
///////////////////////////////
/// TRANSITION
///////////////////////////////
*/

.transition-1{
    transition: all .2s ease-in-out;
}

/*
///////////////////////////////
/// HTML FORM
///////////////////////////////
*/

.hf-form-107 input::placeholder {
    color: #ffffff;
}

/*
///////////////////////////////
/// NAVBAR
///////////////////////////////
*/

.navbar-nav {
    --bs-nav-link-padding-y: 0;
    --bs-nav-link-color: #000000;
    --bs-nav-link-hover-color: var(--bs-sea-green);
    --bs-navbar-active-color: var(--bs-sea-green);
}

.navbar-nav .nav-link:hover {
    text-decoration: none;
}
.navbar-nav .nav-link.show{
    text-decoration: underline !important;
}

/*
////////////////////////////////
/// HEADER FIXED ON SCROLL
////////////////////////////////
*/

.fixed-top {
    position: fixed !important;
}

#navbar-top{
    z-index: 1030;
}
#navbar-top.fixed-top{
    z-index: 1032 !important;
}


/*
////////////////////////////////
/// HEADER MEGAMENU
////////////////////////////////
*/

.navbar .has-megamenu{
    position:static!important;
}
.navbar .megamenu{
    left:0;
    right:0; 
    width:100%; 
    margin-top:0;
}

.navbar.fixed-top .navbar-wrapper, .navbar.sticky-top .navbar-wrapper{
    overflow-y: auto;
    max-height: 90vh;
    margin-top:10px;
}

.megamenu {
    display: block !important;
    transition: .3s ease;
}
.megamenu.show {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    margin-top: 1px;
}
.megamenu:not(.show) {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    margin-top: -100px;
}

/*
////////////////////////////////
/// OFFCANVAS
////////////////////////////////
*/

#offcanvasMenu.offcanvas {
    --bs-offcanvas-bg: var(--bs-white-smoke);
}

/*
////////////////////////////////
/// ACCORDION
////////////////////////////////
*/

#accordionMenu.accordion {
    --bs-accordion-bg: var(--bs-transparent);
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-active-bg: var(--bs-transparent);
    --bs-accordion-active-color: var(--bs-black);
    --bs-accordion-body-padding-x: 0;
}

#accordionProduct.accordion {
    --bs-accordion-bg: var(--bs-transparent);
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-active-bg: var(--bs-transparent);
    --bs-accordion-active-color: var(--bs-black);
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-border-width: 0;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='rgb(0,0,0)' d='M342.6 438.6C330.1 451.1 309.8 451.1 297.3 438.6L137.3 278.6C124.8 266.1 124.8 245.8 137.3 233.3C149.8 220.8 170.1 220.8 182.6 233.3L320 370.7L457.4 233.3C469.9 220.8 490.2 220.8 502.7 233.3C515.2 245.8 515.2 266.1 502.7 278.6L342.6 438.6z'/%3E%3C/svg%3E");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='rgb(0,0,0)' d='M342.6 438.6C330.1 451.1 309.8 451.1 297.3 438.6L137.3 278.6C124.8 266.1 124.8 245.8 137.3 233.3C149.8 220.8 170.1 220.8 182.6 233.3L320 370.7L457.4 233.3C469.9 220.8 490.2 220.8 502.7 233.3C515.2 245.8 515.2 266.1 502.7 278.6L342.6 438.6z'/%3E%3C/svg%3E");
}


#accordionCoupon.accordion {
    --bs-accordion-bg: var(--bs-transparent);
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-active-bg: var(--bs-transparent);
    --bs-accordion-active-color: var(--bs-black);
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-border-color: transparent;
}

/*
///////////////////////////////
/// BREADCRUMBS
///////////////////////////////
*/

.smartcrawl-breadcrumb strong,
.smartcrawl-breadcrumb a {
    font-weight: 400;
    color: var(--bs-charcoal);
}
.smartcrawl-breadcrumb a {
    text-decoration: underline !important;
}
.smartcrawl-breadcrumb a:hover {
    text-decoration: none !important;
}


/*
////////////////////////////////
/// CUSTOM QUANTITY
////////////////////////////////
*/

.quantity {
    position: relative;
    width: fit-content;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input {
    text-align: center;
    width: 100px !important;
    height: 100%;
    background: var(--bs-white-smoke) !important;
    border: 0;
}
.quantity-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.quantity-button {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    width: 35px;
    text-align: center;
    line-height: 1.5;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}
.woocommerce-cart .quantity-button {
    color: #fff;
}
.woocommerce-cart .quantity-button {
    color: #000;
}
.quantity-button.quantity-up {
    position: absolute;
    right: 0;
}
.quantity-button.quantity-down {
    position: absolute;
    left: 0;
}

/*
////////////////////////////////
/// CHECKOUT
////////////////////////////////
*/

.d-none-v2 {
    display: none;
}
.woocommerce-invalid input.form-control {
    border-color: red;
}
.woocommerce-validated input.form-control{
    border-color: green;
}
.checkout-inline-error-message {
    display: none;
}

/* payment method */

li.wc_payment_method.active{
    background-color: var(--bs-white-smoke);
}

/* select2 */

.select2-container .select2-selection--single{
    height: 45px !important;
    border-radius: 25px !important;
}
.select2-selection__rendered{
    padding-left: 20px !important;
    line-height: 45px !important;

}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
    right: 15px !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* add icon to place order text */

#place_order {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#place_order::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    
    -webkit-mask: url("https://cvetlicarna-sopek.si/wp-content/uploads/2026/08/lock.svg") no-repeat center;
    mask: url("https://cvetlicarna-sopek.si/wp-content/uploads/2026/08/lock.svg") no-repeat center;
    
    mask-size: contain;
    -webkit-mask-size: contain;
}


/*
////////////////////////////////
/// LINES
////////////////////////////////
*/

.lines-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    min-height: 3.6em;
}
.lines-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    min-height: 2.6em;
}
.lines-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    min-height: 1.3em;
}

/*
////////////////////////////////
/// PAGE CONTENT
////////////////////////////////
*/

.page-content img {
    border-radius: 1rem;
    display: block;
    margin: 30px auto;
}
.page-content iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

/*
////////////////////////////////
/// AMELIA
////////////////////////////////
*/

.amelia-v2-booking .am-lite-footer {
    display: none;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper{
    margin: 0 !important;
}


/*
////////////////////////////////
/// MY ACCOUNT
////////////////////////////////
*/

.password-input {
	position: relative;
	display: block;
}
.show-password-input {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
}
.show-password-input svg {
	width: 100%;
	height: 100%;
	display: block;
}
/* password reset */
.woocommerce-password-strength {
    font-size: .85em;
}
.woocommerce-password-strength.strong {
    color: var(--bs-primary);
}
.woocommerce-password-strength.short {
    color: var(--bs-danger);
}
.woocommerce-password-strength.bad {
    color: var(--bs-danger);
}
.woocommerce-password-hint {
    color: var(--bs-silver);
}
.woocommerce-password-strength.good {
    color: var(--bs-yellow);
}

/*
////////////////////////////////
/// FANCYBOX
////////////////////////////////
*/

.single-product img.f-panzoom__content{
    background: white;
    /*padding: 10px;*/
    border-radius: 10px;
}

.f-thumbs img {
    background: white;
    border-radius: 10px;
}

/*
///////////////////////////////
/// REVIEWS
///////////////////////////////
*/

p.stars {
    display: none;
}

/*
///////////////////////////////
/// GOOGLE RECAPTCHA
///////////////////////////////
*/

.grecaptcha-badge {
    visibility: hidden;
}