﻿html {
    scroll-behavior: smooth;
}

.header__menu__dropdown li {
    position: relative;
}

    .header__menu__dropdown li ul {
        position: absolute;
        left: 100%;
        top: 0;
        display: none;
    }

    .header__menu__dropdown li:hover > ul {
        display: block;
    }

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    .admin-container {
        display: flex;
        align-items: center;
    }
}

.no-float {
    float: none !important;
}

/* Reset wyglądu domyślnego checkboxa
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    margin: 0 8px 0 0;
    cursor: pointer;
    border: 2px solid #555;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}*/

/* Rozmiary */
.small {
    width: 16px;
    height: 16px;
}

.normal {
    width: 24px;
    height: 24px;
}

.big {
    width: 32px;
    height: 32px;
}

/* Zaznaczenie - formularz 
input[type="checkbox"]:checked::after {
    content: "✔";
    position: absolute;
    left: 2px;
    top: -2px;
    font-size: 18px;
    color: green;
}*/

.normal:checked::after {
    font-size: 22px;
}

.big:checked::after {
    font-size: 28px;
}

.my-form {
    /*font-size: 1.25em;*/
}

.form-check {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    height: 24px;
    gap: 10px; /* odstęp między checkboxem a tekstem */
}

.form-check-input {
    width: 24px;
    height: 24px;
    margin-top: 0px;
}

.form-check-label {
    margin-left: 16px;
}

.breadcrumb-section {
    display: flex;
    align-items: center;
    padding: 15px 0 10px !important;
}
/*
body {
    font-family: "Poppins", "Helvetica", "Arial", "sans-serif" !important;
}*/

.header__menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 40px !important;
    position: relative;
}


    .header__menu ul li a {
        font-size: 14px !important;
        /* color: #333 !important;*/
        font-weight: 600 !important;
    }

td.truncate {
    max-width: 200px; /* ograniczenie szerokości */
    white-space: nowrap; /* tekst w jednej linii */
    overflow: hidden; /* ukrycie nadmiaru */
    text-overflow: ellipsis; /* dodaje "..." */
}



.min-w-60 {
    min-width: 60px;
}

.min-w-70 {
    min-width: 70px;
}

.min-w-80 {
    min-width: 80px;
}

.min-w-90 {
    min-width: 90px;
}

.min-w-100 {
    min-width: 100px;
}

/* Kolejne wartości: 110, 130, 140, 150 */
.min-w-110 {
    min-width: 110px;
}

.min-w-130 {
    min-width: 130px;
}

.min-w-140 {
    min-width: 140px;
}

.min-w-150 {
    min-width: 150px;
}

.inline-form {
    display: inline; /* form nie łamie linii */
    margin: 0;
    padding: 0;
}

.icon-button {
    all: unset; /* usuwa domyślne style button */
    cursor: pointer;
    display: block; /* tak jak a w li */
    width: 40px; /* zgodnie z szablonem li a */
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    background: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    color: #1c1c1c;
    transition: all 0.5s;
}

    .icon-button i {
        pointer-events: none; /* kliknięcie traktuje jako klik w button */
        transition: all 0.3s;
    }

    .icon-button:hover {
        background: #E36013;
        border-color: #E36013;
        color: #ffffff; /* jeśli chcesz zmienić kolor ikony na hover */
    }

button.heart-icon {
    all: unset;
    cursor: pointer;
}

button.cart-icon {
    all: unset;
    cursor: pointer;
}

/*TOASTR icons styling*/
/* wyłącz domyślne ikonki */
/*#toast-container > .toast:before {
    display: none !important;
}*/



/* dodaj własne ikony z Font Awesome */
/*#toast-container > .toast-success:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";*/ /* check icon */
/*margin-left: 8px;
}

#toast-container > .toast-error:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";*/ /* times icon */
/*margin-left: 8px;
}*/

/*#toast-container > .toast-warning:after {
    font-family: "Font Awesome";
    font-weight: 900;
    content: "\f118";  face-smile 
    margin-left: 8px;
}*/

/*#toast-container > .toast-info:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f05a";*/ /* info-circle */
/*margin-left: 8px;
}*/

.no-after::after {
    content: none !important;
    display: none !important;
}

/*Tło - rozciąganie obrazka w karcie produktu np. w Promocjach*/
.reha-set-bg {
    background-size: 100% auto !important;
    background-position-y: center !important;
}

/*Nadpisanie w koszyku szerokości szarej komórki z ilością */
.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty {
    width: 80px !important;
    height: 40px;
}
/*Nadpisanie w koszyku sekcji PODSUMIWANIE i DO KASY */
.shoping__checkout {
    background: #f5f5f5;
    padding: 30px;
    padding-top: 20px;
    margin-top: 0px !important;
}
/*
.order-summary-item {
    border-bottom: 1px solid #e4e4e4 !important;
    
}*/

/*.checkout__order .checkout__order__subtotal {
    border-top:0px !important;
}
*/

.crud-actions i {
    font-size: 1.0em;
}

.crud-actions-details i {
    font-size: 1.4em;
}

.add-to-cart {
    cursor: pointer;
}

.custom-alert {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ABB6D6;
    border-radius: 15px;
    text-align: center;
    font-weight: 200;
    color: white;
    background-color: orange;
}

h1.r24, h2.r24, h3.r24, h4.r24, h5.r24, h6.r24 {
    font-weight: 600 !important;
    color: #304A64 !important;
}

.checkout__input input, .checkout__input textarea {
    width: 100%;
    border: 1px solid #ebebeb;
    padding-left: 20px;
    font-size: 16px;
    color: #b2b2b2;
    border-radius: 4px;
}

/* Cyfry kwotowe pod zliderem ceny*/
.price-range-wrap .range-slider .price-input:after {
    position: absolute;
    left: 73px;
    top: 13px;
    height: 0px;
    width: 0px;
    background: #dd2222;
    content: "";
}

.price-range-wrap .range-slider .price-input input {
    font-size: 16px;
    color: #34495e;
    font-weight: 700;
    max-width: 25%;
    border: none;
    display: inline-block;
}

.price-input {
    display: flex;
    justify-content: space-between; /* rozsuwa elementy maksymalnie */
    align-items: center;
    width: 100%;
}

.r24 p, .r24 h2, .r24 li, .r24 span, .r24 span
.container.r24 p,
.container.r24 h2,
.container.r24 li,
.container.r24 span {
    color: #304A64 !important;
}

.internal-banner {
    margin-top: 30px;
}

    .internal-banner .element:hover {
        border-color: #327082;
    }

    .internal-banner .element {
        padding: 23px 15px 15px;
        background-color: #fff;
        border: 2px solid #ddd;
        border-radius: 5px;
        text-align: center;
        transition: 0.5s all ease 0s;
    }

@media (max-width: 1199px) {
    .internal-banner .element {
        padding: 15px 10px 10px;
    }
}

@media (max-width: 767px) {
    .internal-banner .row > div {
        margin-top: 15px;
    }
}

.internal-banner .element .icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-size: 0;
    background-repeat: no-repeat;
    background-image: url(/img/icons_r24.png)
}

.internal-banner .element.element1 .icon {
    height: 35px;
    width: 38px;
    background-position: 0 0;
}

.internal-banner .element.element2 .icon {
    height: 35px;
    width: 38px;
    background-position: -42px 0;
}

.internal-banner .element.element3 .icon {
    height: 35px;
    width: 38px;
    background-position: -83px 0;
}

.internal-banner .element .text,
.internal-banner .element .text p {
    color: #304a64 !important;
}

    .internal-banner .element .text p {
        margin: 0;
        padding: 2px 0;
        color: #304a642a !important;
        font-weight: 400;
        transition: 0.3s all ease 0s;
    }

        .internal-banner .element .text p:hover {
            color: #E36013 !important;
        }

    .internal-banner .element .text h2 {
        margin: 0;
        padding: 0;
        color: inherit;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .internal-banner .element .text h2 :hover {
            color: #E36013 !important;
        }

.link-underlined {
    color: inherit;
    text-decoration: underline;
}

    .link-underlined:hover {
        color: #E36013 !important;
        text-decoration: underline;
    }

section.checkout.spad {
    padding-top: 40px;
}

.success, .success p {
    font-size: 16px; /* domyślnie dla dużych ekranów */
}

/* ŚREDNIE ekrany (mniejsze niż 992px) */
@media (max-width: 991.98px) {
    .success, .success p {
        font-size: 18px;
    }
}

/* MAŁE ekrany (mniejsze niż 768px) */
@media (max-width: 767.98px) {
    .success, .success p {
        font-size: 18px;
    }
}

.owl-stage {
    display: flex;
    align-items: center; /* wyrównanie w osi pionowej (czyli środki Y) */
    justify-content: center; /* opcjonalnie: wyśrodkowanie w poziomie */
}

.product-frame {
    border: 1px solid transparent;
    border-radius: 10px;
}

    .product-frame:hover {
        border: 1px solid #Eeeeee;
        border-radius: 10px;
        margin-right: 0px;
        color: #E3601390;
        transition: 0.7s all ease;
    }

        .product-frame:hover::after {
            position: absolute;
            left: 0;
            bottom: 35px;
            right: 0;
            height: 4px;
            width: 160px;
            background: #E36013;
            content: "";
            margin: 0 auto;
            transition: 0.7s all ease
        }


.set-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 767.98px) {
    .set-bg {
        background-size: auto 85%;
    }
}


.product__item__pic__hover ul{
    z-index:7;
}

.product__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

    .product__overlay a {
        display: block;
        width: 100%;
        height: 100%;
    }

.product__item__pic__hover {
    z-index: 2;
}

/*---------------------
  Categories BiG Slider
-----------------------*/

.categories__item {
    height: 270px;
    position: relative;
    border: 1px solid lightgrey; 

    border-radius: 10px;
}

    .categories__item h5 {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 0 20px;
        bottom: 20px;
        text-align: center;
    }

        .categories__item h5 a {
            font-size: 16px;
            color: #304a64;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 12px 0 10px;
            background: #ecf0f190;
            display: block;
        }

.r24-categories-slider {
   
   width:70%; 
   height: 70%; 
   background-size:contain; 
   background-position: center; 
   background-repeat:no-repeat;
}

.latest-product__slider.owl-carousel .owl-nav {
    visibility: hidden;
}

.hidden {
    visibility: hidden;
}

.sidebar__item__size a.no-link {
    text-decoration: none !important;
    color:#6f6f6f;
}

.r24-banner1 {
    border: 1px solid #DEDFe1;
}

.featured__item__text:hover{
    border-top: 5px solid #E56013;
  
}

.featured__item__text{
    border-top: 5px solid transparent;    
}

.checkout__form .text-muted, .checkout__form h4 .text-muted a.no-link {
    text-decoration: none;
    color: #DDDDDD !important;  
}

    .checkout__form h4 .text-muted a.no-link:hover {
        text-decoration: none;
        color: #304A64 !important;
        transition: 0.7s all ease
    }

.checkout__form .active-header {
    color: #304A64 !important; /* przykładowy efekt "wyciszenia" */
}

.r24-label {
    margin-bottom: 0px;
    display: inline;
    }

/* opcje wysyłki w formularzu*/
.radio-row {
    display: block;
    cursor: pointer;
}

    .radio-row input {
        display: none;
    }

    /* Bazowy wygląd */
    .radio-row .radio-row-content {
        border: 3px solid #ddd;
        border-radius: 8px;
        padding: 16px;
        transition: border-color 0.2s, box-shadow 0.2s;
    }

    /* Hover */
    .radio-row:hover .radio-row-content {
        border-color: #e36013;
    }

    /* Zaznaczone radio */
    .radio-row input:checked + .radio-row-content {
        border-color: #e36013;
        box-shadow: 0 0 0 2px #e36013;
    }

/*DROPDOWN MENU*/
/* Podstawowe style submenu */
.submenu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.3s ease, opacity 0.25s ease;
    margin-left: 15px; /* wcięcie podkategorii */
    padding-left: 0;
}

/* rozwijanie submenu po hover */
.menu-item.has-children:hover > .submenu {
    max-height: 500px; /* wystarczająco duże dla dzieci */
    opacity: 1;
    pointer-events: auto;
}

/* strzałka przy rodzicach z dziećmi */
.menu-item.has-children > a::after {
    content: " ▼";
    font-size: 0.7em;
    margin-left: 5px;
    transition: transform 0.25s ease;
}

/* obrót strzałki przy hover */
.menu-item.has-children:hover > a::after {
    transform: rotate(180deg);
}

/* menu pionowe */
#mainMenu {
    list-style: none;
    padding-left: 0;
}

.menu-item {
    margin: 5px 0;
    position: relative;
}

.r24-login-label {
    margin-left: 2rem;
}

.r24-login-input {
    margin-left: -2rem !important;
}

#product-details-short-description ul {
    margin-bottom: 30px !important;
}

#product-details-short-description ul li {
    list-style-type: disc !important; /* kwadraciki zamiast kropek */
    margin-left: 30px !important; /* margines wokół listy */
    padding-left: 0px !important;
    color: #6f6f6f !important; /* kolor tekstu */
    font-size: 16px !important; /* rozmiar czcionki */
    margin-top: 1em;
    margin-bottom: 1em !important;
    line-height: 1.5 !important; /* odstęp między liniami */
}

.product__details__text p {
    margin-bottom: 30px !important;
}

@media (max-width: 767.98px) {
    .breadcrumb__text h2 {
        font-size: 24px !important;
    }
}

