.menu_right {
	display: flex !important; gap: 20px;
}
@media (max-width: 768px) {
    .menu_right {
        display: none !important;
    }
}

.tag-btn {
    display: inline-block;
    padding: 6px 14px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    width: min-content;
}

.tag-btn:hover {
    background-color: #000000;
    color: #ffffff;
}



#kehl-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

#kehl-grid .grid-box {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

#kehl-grid .grid-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 12px;
}

#kehl-grid .grid-box:hover img {
    transform: scale(1.05);
}

#kehl-grid .grid-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#kehl-grid .grid-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* 
    6. Blog css 
*/

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* tablet */
@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* mobile */
@media (max-width: 576px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

/* card */
.blog-card {
    display: flex;
    flex-direction: column;
}

/* immagine stessa altezza */
.blog__thumbnail {
    height: 260px;
    overflow: hidden;
    border-radius: 12px;
}

.blog__thumbnail--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.blog-card:hover .blog__thumbnail--img {
    transform: scale(1.05);
}

/* blocco titolo a 2 righe */
.blog__content--title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* FINE BLOG*/


.media {
	display: flex;
	gap: 12px;
	margin-bottom: 30px;
}


.sm-pix-rounded {
	border-radius: 8px;
}


@media (max-width: 768px) {
	 .text-decoration-line-through {
	    position: relative;
	    display: inline-block;
	}

	.text-decoration-line-through::after {
	    content: "";
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 49%;          /* posizione verticale */
	    height: 2px;       /* SPESSORE linea */
	    background: currentColor;
	}
}
#cartModalContainer {
  display: flex;
  flex-direction: column;
  height: 85%;
}

#productCartView {
  flex: 1 1 auto;
  overflow-y: auto;
}

#importsCartView,
#btnsCartView {
  flex-shrink: 0;
}
.slick-slide img {
    object-fit: contain;
}

a:hover {
    text-decoration: none;
}

.btn-transp {
    background-color: #ffffff3d;
    color: white;
    transition: 0.7s;
}

.btn-transp:hover {
    background-color: #1f1f1f3d;
    color: white;
}

.logoText div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logoText span {
    text-align: center;
    text-align: center;
    font-family: lemonada;
    font-size: 24px;
    line-height: 17px;
}

.logoText p {
    margin: 0px;
    font-size: 15px;
}

#searchModal .logoText span {
    font-size: 35px;
    line-height: 32px;
}

#searchModal .logoText p {
    font-size: 21px;
}

html[data-bs-theme=light] {
    .topbar {
        background-color: #015672 !important;
    }

    .btn-primary {
        --bs-btn-color: #fff;
        --bs-btn-bg: #015672;
        --bs-btn-border-color: #015672;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #bd8f7b;
        --bs-btn-hover-border-color: #af8573;
        --bs-btn-focus-shadow-rgb: 105, 139, 121;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #bd8f7b;
        --bs-btn-active-border-color: #af8573;
        --bs-btn-active-shadow: 0 0;
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #015672;
        --bs-btn-disabled-border-color: #015672;
    }

    .text-primary {
        --bs-text-opacity: 1;
        color: #015672 !important;
    }

    .btn:hover {
        text-decoration: none;
        /*background-color: #015672;
        border-color: #015672;*/
    }

    .page-link.active,
    .active>.page-link {
        z-index: 3;
        color: #015672;
        background-color: var(--bs-pagination-active-bg);
        border-color: var(--bs-pagination-active-border-color);
    }

    .page-link:focus {
        box-shadow: 0 0 0 0.25rem #01567263;
        ;
    }

    .page-link:hover {
        color: #015672;
    }
}

#header2 {

    .logoText,
    .nav-link,
    svg {
        color: white;
    }
}

html[data-bs-theme=light] #header2 {
    .sticky-area-wrap.sticky {

        .logoText,
        .nav-link,
        svg {
            color: black;
        }
    }
}

html[data-bs-theme=light] #slider2 {
    .hero-title {
        color: white;
    }
}

#slider a {
    display: flex;
    max-height: 700px;
    align-items: center;
}

#slider img {
    max-height: 100%;
}

.catHeader {
    width: 100%;
    position: relative;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}

#slider .slick-dots li button {
    display: inline-block;
    line-height: 8px;
    width: 8px;
    height: 8px;
    color: white;
    background: currentColor;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    font-size: 0px;
    padding: 0px;
    box-shadow: none;
    border-color: white;
    border-style: unset;
}

#slider li.slick-active button {
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    border: 1px solid currentColor;
    background: 0 0;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    text-align: center;
    list-style: none;
    border-color: white;
    font-size: 0px;
}

a:hover {
    color: #015672;
}

.product-info-accordion.text-decoration-none {
    transition: 0.3s;
}

html[data-bs-theme=light] {
    #slider .slick-dots li button {
        color: #000000;
        border-color: #000000;
    }

    #slider li.slick-active button {
        color: #000000;
        border-color: #000000;
    }

    .whiteColoredLight .logoText,
    .whiteColoredLight .nav-link,
    .whiteColoredLight svg {
        color: #000000 !important;
    }

    #header2 #lang-selectr {
        color: white;
    }

    #header2 .sticky-area-wrap.sticky {
        #lang-selectr {
            color: #000000;
        }
    }
}

#prodBrandCont.hideTs,
#prodCatCont.hideTs {
    display: none !important;
}

#valutaSpan {
    color: black;
    font-weight: 600;
    font-size: 19px;
}

.form-control:focus {
    box-shadow: 0 0, 0 0 0 0.25rem #01567257;
    border-color: #775a4d !important;
}

.form-check-input:checked {
    background-color: #015672;
    border-color: #89685a;
}

.form-check-input:focus {
    border-color: #89685a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #01567236;
}

#logoutModal .btnLogout:hover {
    background-color: rgb(94, 94, 94);
    border-color: #484747;
}

.mblMenuNav {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 75px;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
    background-color: white;
    padding: 10px 20px;
    z-index: 99;
}

.mblMenuNav .px-5 {
    width: 78px;
}


.mblMenVoice {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.mblMenVoice svg {
    width: 37px;
    height: 37px;
    padding: 5px;
    background-color: #015672;
    border-radius: 50px;
}

.mblMenVoice i {
    width: 37px;
    height: 37px;
    padding: 5px;
    background-color: #015672;
    border-radius: 50px;
}

.mblMenVoice span {
    font-size: 14px;
}

svg.added {
    color: #db9b01;
}

#qvProdWishBtn:hover {

    span,
    svg:not(.added) {
        color: rgb(82, 82, 82);
    }
}

#prodWishBtn:hover {

    span,
    svg:not(.added) {
        color: rgb(82, 82, 82);
    }
}

.formFatt {
    margin-top: 45px;
    overflow: hidden;
    max-height: 0px;
    transition: 0.6s;
}

.formFatt.active {
    max-height: 1000px;
}

.checkBtnContainer {
    gap: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
    margin-top: 10px;
}

.priceCheckout {

    display: flex;
    flex-direction: column;
    line-height: 15px;

    .text-decoration-line-through {
        color: #7e7e7e;
    }
}

.card-payment {
    min-height: 75px;
    max-height: 75px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0.1875rem;
}

.card-payment:hover {
    border: 2px solid #015672;
    cursor: pointer;
}

.form-border-1 .form-control:focus,
.form-border-1 .form-control:active,
.checkout .form-control:focus,
.checkout .form-control:active,
.shopping-cart .form-control:focus,
.shopping-cart .form-control:active {
    border: 1px solid #015672 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #015672;
}

.col-3.purchased-image {
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #015672 !important;
    color: #ffffff;
}

@media screen and (max-width: 576px) {
    .catHeader {
        height: 240px;
    }

    .col-3.purchased-image {
        background-size: contain;
        background-repeat: no-repeat;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    #slider a {
        max-height: 420px;
    }
}

@media screen and (max-width: 1170px) {
    .catHeader {
        height: 280px;
    }
}

@media screen and (max-width: 1200px) {
    .card-product .product-actions.horizontal>a {
        opacity: 1;
        transform: translateY(0);
    }

    #slider a {
        max-height: 510px;
    }

    .mblMenuNav {
        display: flex;
        justify-content: space-between;
    }
}