:root {
    --primary: #1bb0f4;
    --secondary: #23619D;
    --tertiary: #293949;
}

@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

.fetures_3 {
    background-size: cover !important;
    height: 390px !important;
    cursor: default;
    background: var(--secondary)
}

.jssocials-share-logo {
    width: 100% !important;
    font-size: 24px !important;
    color: white;
    top: -9px !important;
    left: -1px !important;
    position: relative !important;
}

.allegati {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
}

.sidebar {
    max-width: 100% !important;
    max-height: none;
    overflow-y: unset;
    width: 100%;
}

@media(min-width:1200px) {
    .sidebar {
        height: calc(100% + 50px) !important;
        z-index: 1;
        position: absolute;
        top: -50px;
    }
}



.categorie-collapse {
    display: block;
    width: 100%;
    text-align: center;
    background: none !important;
    color: white !important;
    height: 50px;
    font-weight: 700;
    border-bottom: 2px solid;
}

.fa.fa-angle-up {
    transition: .5s ease-in-out
}

    .fa.fa-angle-up.custom-rotation {
        transform: rotate(180deg);
    }

.allegati p {
    margin-left: 3px;
    position: relative;
    top: -5px;
    margin-bottom: 0
}

.single_action span a::before {
    background: var(--secondary);
}

.paypal {
    background-image: linear-gradient(to bottom, rgba(0,0,0,.8), rgba(0,0,0,.2)), url("/assets/img/img_slider.jpg");
    padding: 380px 0 200px;
}

    .paypal a {
        background-color: var(--primary);
        border: 2px solid var(--secondary);
        color: #ffffff;
        transition: all 0.25s linear;
        /* cursor: pointer; */
        margin-bottom: 50px;
        font-size: 1.2rem;
        padding: 0.8rem 2.8rem;
        border-radius: 1.5rem;
    }

        .paypal a:hover {
            background-color: var(--secondary);
        }

#contenitore_elementi .row > div {
    padding: 0
}

#contenitore_elementi a {
    background: none
}

    #contenitore_elementi a:hover {
        color: white !important
    }
/*inizio checkout*/
.pagina-checkout {
    padding-bottom: 50px;
}

.form-group.rdb label {
    padding-left: 15px
}

.pagina-checkout .btn-custom.btn-custom-login {
    margin: 25px 0;
}

.pagina-checkout .btn-custom {
    background: var(--secondary);
    color: white;
    transition: all ease-in-out .8s linear;
}

    .pagina-checkout .btn-custom:hover, .pagina-checkout .btn-custom.hover {
        background: var(--secondary)
    }
/*fine checkout*/
/*inizio carrello*/
.carrello {
    padding: 50px 0;
}

    .carrello button {
        background-color: var(--secondary);
        border: 2px solid var(--secondary);
        color: #ffffff;
        transition: all 0.25s linear;
        cursor: pointer;
        margin-bottom: 50px;
    }

        .carrello button::after {
            position: relative;
            right: 0;
            content: " \276f";
            transition: all 0.15s linear;
        }

        .carrello button:hover {
            background-color: var(--tertiary);
        }

            .carrello button:hover::after {
                right: -5px;
            }

        .carrello button:focus {
            outline: none;
        }

    .carrello ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .carrello input {
        transition: all 0.25s linear;
    }

        .carrello input[type="number"]::-webkit-inner-spin-button,
        .carrello input[type="number"]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            margin: 0;
        }

    .carrello input {
        outline: none;
    }

    .carrello .container {
        width: 90%;
        margin: 0 auto;
    }

    /* --- HEADER --- */
    .carrello header.container {
        margin-bottom: 1.5rem;
    }

    .carrello header .breadcrumb {
        color: #7d7d7d;
    }

        .carrello header .breadcrumb li {
            float: left;
            padding: 0 6px;
            height: 20px;
            line-height: 20px;
        }

            .carrello header .breadcrumb li:first-child {
                padding-left: 2px;
            }

            .carrello header .breadcrumb li:not(:last-child)::after {
                content: " \276f";
                padding-left: 8px;
            }

    .carrello header .count {
        float: right;
        color: #333333;
        height: 20px;
        line-height: 20px;
    }

    /* --- PRODUCT LIST --- */
    .carrello .products {
        border-top: 1px solid #ddd;
    }

        .carrello .products > li {
            padding: 1rem 0;
            border-bottom: 1px solid #ddd;
        }

    .carrello .row {
        position: relative;
        width: 100%;
    }

    .carrello .col.left {
        width: 70%;
    }

    .carrello .col.right {
        width: 30%;
        position: absolute;
        right: 0;
    }

    .carrello .detail {
        padding: 0 0.5rem;
        line-height: 2.2rem;
    }

        .carrello .detail .name {
            font-size: 1.2rem;
        }

        .carrello .detail .description {
            color: #7d7d7d;
            font-size: 1rem;
        }

        .carrello .detail .price {
            font-size: 1.5rem;
        }

    .carrello .quantity,
    .carrello .remove {
        width: 50%;
        text-align: center;
    }

        .carrello .remove svg {
            width: 60px;
            height: 60px;
        }

        .carrello .quantity > input {
            display: inline-block;
            width: 60px;
            height: 60px;
            position: relative;
            left: calc(50% - 30px);
            background: #fff;
            border: 2px solid #ddd;
            color: #7f7f7f;
            text-align: center;
            font: 600 1.5rem Helvetica, Arial, sans-serif;
        }

            .carrello .quantity > input:hover,
            .carrello .quantity > input:focus {
                border-color: var(--tertiary);
            }

    .carrello .close {
        fill: #7d7d7d;
        transition: color 150ms linear, background-color 150ms linear, fill 150ms linear, 150ms opacity linear;
        cursor: pointer;
    }

        .carrello .close:hover {
            fill: #f58551;
        }

    /* --- SUMMARY --- */
    .carrello .promotion,
    .carrello .summary,
    .carrello .checkout {
        width: 100%;
        margin-top: 1.5rem;
    }

        .carrello .promotion > label {
            float: left;
            width: 100%;
            margin-bottom: 1rem;
        }

        .carrello .promotion > input {
            float: left;
            width: 80%;
            font-size: 1rem;
            padding: 0.5rem 0 0.5rem 1.8rem;
            border: 2px solid #16cc9b;
            border-radius: 2rem 0 0 2rem;
        }

        .carrello .promotion:hover > input {
            border-color: #f58551;
        }

        .carrello .promotion > button {
            float: left;
            width: 20%;
            height: 2.4rem;
            border-radius: 0 2rem 2rem 0;
        }

        .carrello .promotion:hover > button {
            border-color: #f58551;
            background-color: #f58551;
        }

        .carrello .promotion > button::after {
            content: "\276f";
            font-size: 1rem;
        }

    .carrello .summary {
        font-size: 1.2rem;
        text-align: right;
    }

        .carrello .summary ul li {
            padding: 0.5rem 0;
        }

            .carrello .summary ul li span {
                display: inline-block;
                width: 49%;
                text-align: left
            }

            .carrello .summary ul li.total {
                font-weight: bold;
            }

.checkout {
    text-align: right;
}

    .checkout > button {
        font-size: 1.2rem;
        padding: 0.8rem 2.8rem;
        border-radius: 1.5rem;
    }

.carrello .empty-product {
    text-align: center;
}

    .carrello .empty-product > button {
        font-size: 1.3rem;
        padding: 10px 30px;
        border-radius: 5px;
    }

/* --- SMALL SCREEN --- */
@media all and (max-width: 599px) {
    .carrello .thumbnail img {
        display: none;
    }

    .carrello .quantity > input {
        width: 40px;
        height: 40px;
        left: calc(50% - 20px);
    }

    .carrello .remove svg {
        width: 40px;
        height: 40px;
    }
}

/* --- MEDIUM & LARGE SCREEN --- */
@media all and (min-width: 600px) {

    .carrello .container {
        width: 75%;
        max-width: 960px;
    }

    .carrello .thumbnail,
    .carrello .detail {
        float: left;
    }

    .carrello .thumbnail {
        width: 35%;
    }

    .carrello .promotion,
    .carrello .summary {
        width: 50%;
    }

    .carrello .checkout {
        width: 100%;
    }

    .carrello .checkout,
    .carrello .summary {
        text-align: right;
    }
}


/*fine checkout*/
.form-control {
    height: 50px;
    border-radius: 0;
    font-size: 17px;
    background: none;
    border: none;
    border-bottom: 1px solid #878787;
    box-shadow: none;
}

[data-am-header] {
    padding: 20px;
}

[data-am-search] {
    width: min-content;
    margin: 0 auto;
}

    [data-am-search] .open .search__input {
        border-radius: 3px 3px 0 0;
    }

.twitter-typeahead {
    width: 100%;
}

.search__input {
    position: relative;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    z-index: 0;
}

.main-menu ul li a {
    padding: 15px 0;
}

.search-item {
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    position: relative;
}

    .search-item:hover {
        border: 1px solid orange;
    }

.search-item--empty {
    background-color: #ffffff;
}

.search-item--footer {
    border-top-width: 0;
    background-color: #ededed;
}

.search-item__image {
    height: 62px;
    width: 62px;
    margin-right: .6em;
}

.search-item__content {
    min-width: 0;
    flex: 1;
    width: 100%;
    line-height: 1.6em;
}

    .search-item__content .content {
        display: block;
        height: 62px;
    }

.block {
    display: block;
    font-size: 1.1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.search-item__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.search-clear {
    position: absolute;
    background-color: #dddddd;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    height: 1.2em;
    line-height: 1.2em;
    width: 1.2em;
    top: .6em;
    right: .6em;
    z-index: 105;
    transition: all .2s ease;
    font-weight: bold;
}

    .search-clear:hover {
        cursor: pointer;
        transform: scale(0.9);
    }

.tt-menu {
    background-color: #ffffff;
    top: 99% !important;
    left: 0;
    right: 0;
    display: block !important;
}

.tt-cursor {
    border: 1px solid orange;
}

#menu-checkout div {
    cursor: pointer;
}

#menu-checkout > div > h3 {
    margin: 0 15px;
    background: #7f7f7f57;
    text-align: center;
    padding: 5px 0;
}

    #menu-checkout > div > h3.active {
        background: var(--primary);
    }

.checkout-visibile {
    display: none;
}

    .checkout-visibile.active {
        display: block !important;
    }

.product_category {
    max-width: 100%;
    width: max-content !important;
}

.product__thumb img {
    width: 284px;
    height: 284px;
    object-fit: contain
}

.disponibile .disponibile-tra {
    display: none;
}

.non-disponibile .disponibile-tra {
    display: block;
}

.disponibile-tra {
    position: absolute;
    width: 100%;
    top: 125px;
    background: rgba(255,0,0,.7);
    text-align: center;
    padding-top: 20px;
}

    .disponibile-tra p, .disponibile-tra span {
        color: white
    }

    .disponibile-tra span {
        font-size: 15PX;
        font-weight: bold
    }

.contact-single__thumb i {
    color: var(--secondary);
    border-color: var(--primary);
}

.slider__content a::after {
    background: var(--secondary)
}

.slider__content a::before {
    display: none !important;
}

.btn_ricerca {
    position: absolute;
    background: none;
    border: none;
    top: 24px;
    right: 10%;
    z-index: 999;
}

#txt_richiesta::-webkit-datalist-option {
    background-color: lightblue !important;
    color: darkblue !important;
    font-weight: bold !important;
}

.search__input input {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #ddd;
    padding: 10px 58px 10px 26px;
    background: #f9f9f9;
    height: 54px;
    max-width: 700px;
    z-index: 1
}

.gota_bottom.search__input {
    margin: 0 auto;
}

.submit-btn input {
    background: var(--secondary);
}

    .submit-btn input:hover {
        border-color: var(--secondary);
        color: var(--secondary)
    }

#contenitore_elementi {
    max-width: 100%;
    background: aliceblue;
    max-height: 200px;
    overflow-y: auto;
    padding: 0 15px;
}

.custom-padding-top {
    padding-top: 80px;
    margin-bottom: 0
}

.custom-padding-menu {
    position: sticky;
    padding-top: 0;
}

@media(min-width:992px) {
    #contenitore_elementi {
        position: absolute;
        z-index: 9999999
    }

    .custom-padding-menu {
        position: sticky;
        padding-top: 0;
    }

    .custom-padding-top {
        padding-top: 165px
    }
}

@media(min-width:1200px) {
    .custom-padding-top {
        padding-top: 128px
    }
}


#mobile-menu li {
    width: 12%;
}

.gota_bottom {
    z-index: 2;
    width: 100%;
}

#contenitore_elementi #elementi_ricerca > div > a {
    display: block !important;
    width: 100%;
    padding: 10px;
    text-align: left;
}

#contenitore_elementi #elementi_ricerca > div:not(:last-child) {
    border-bottom: 1px solid var(--secondary)
}

.selected-filter {
    background: yellow;
    color: black !important;
    font-weight: bold;
}

@media(max-width:768px) {
    .gota_bottom {
        padding: 18px 0;
    }

    .btn_ricerca {
        top: 33px;
    }
}

.pt-150 {
    padding-top: 150px
}


h1, h2, h3, h4, h5, h6, .section-wrapper p, .form-control, .contact-single__content h5, .footer__bottom p, .footer-menu ul li a, .product-categories li a, button, input, optgroup, select, textarea {
    font-family: 'Poppins', sans-serif !important;
}

.fetures_3 .fetures_3_body {
    text-align: center;
}

    .fetures_3 .fetures_3_body img {
        height: 100px;
    }

.fetures_3 p {
    font-size: 15px
}

@media(min-width:768px) {
    .fetures_3 .fetures_3_body img {
        height: 200px
    }
}

.fetures_3 .fetures_3_body h3 {
    color: white !important;
    text-align: center;
    text-shadow: 0 0 10px var(--secondary);
}

.sidebar #leftside-navigation .list-categories {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden
}

.slider__content h2 {
    font-size: 30px !important;
    font-family: "Righteous", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.swiper-slide.slider-item.bgclr3.pb-200.swiper-slide-active {
    height: 400px !important;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(/assets/img/immagine1.jpg) !important;
    background-size: cover !important;
    background-position: center
}

@media(min-width:500px) {
    .swiper-slide.slider-item.bgclr3.pb-200.swiper-slide-active {
        height: 830px !important
    }
}

@media(min-width:1200px) {
    .slider__content h2 {
        padding-top: 450px
    }
}

.pt-225 {
    padding-top: 225px;
}

.c-input-group label {
    font-size: 15px;
}

.main-menu ul li {
    margin-right: 0;
}

@media(min-width:992px) and (max-width:1200px) {
    .main-menu ul li a, .gota_cart a {
        font-size: 13px
    }
}

.section-wrapper {
    z-index: 0
}

.payment {
    background-color: #fff;
    width: 100%;
}

.payment__pages {
    height: 40px;
    padding-top: 20px;
    text-align: center;
}

.payment__pages__dot {
    display: inline-block;
    background-color: #dedede;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.payment__pages__dot--active {
    background-color: #aaa;
}

.payment__title {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    height: 60px;
    padding-top: 12px;
}

.payment__methods {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.payment__methods__method {
    position: relative;
    color: #dedede;
    height: 56px;
    cursor: pointer;
    padding: 0 20px;
}

    .payment__methods__method:hover {
        background-color: #efefef;
    }


    .payment__methods__method > img {
        display: inline-block;
        width: 42px;
        height: auto;
        margin-right: 15px;
        margin-top: auto;
    }

    .payment__methods__method > p {
        display: inline-block;
        text-transform: uppercase;
        line-height: 56px;
        font-weight: 500;
        font-size: 14px;
    }

.payment__methods__method--active {
    color: #333;
    border: 1px solid var(--primary)
}

.payment__button-next {
    background-color: #598bdd;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    height: 47px;
    font-size: 14px;
    padding-top: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
}

    .payment__button-next:active {
        height: 42px;
    }

#tabella_prezzi tr :nth-child(2) {
    vertical-align: sub;
    font-size: 18px;
}

#tabella_prezzi tr :nth-child(1) {
    margin-right: 5px;
}

.border-left-strong div {
    border-left: 5px solid var(--secondary);
    padding: 10px 5px;
    margin-top: 20px
}

.minimo-spedizione {
    background: var(--secondary);
    border-radius: 5px;
    color: white;
    padding: 15px 10px;
}

.name h4 {
    font-size: 18px
}

.single_action span a {
    padding: 16px 25px
}

/* LISTA CATEGORIE */


.side-nav,
.nav-menu {
    height: 100%;
    background-color: var(--primary);
}

    .side-nav .nav-menu {
        list-style: none;
        padding: 40px 0;
        background-color: var(--primary);
    }

    .side-nav .nav-item {
        position: relative;
        padding: 10px 20px;
    }

.nav-item.active {
    background-color: #fff;
    box-shadow: 0px -3px rgba(0, 0, 0, 0.2), 0px 3px rgba(0, 0, 0, 0.2);
}

    .nav-item.active a {
        color: var(--primary);
    }

.nav-item a {
    text-decoration: none;
    color: #fff;
}

.menu-text {
    padding: 0 20px;
}

.side-nav .nav-item.active::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 100%;
    right: 0;
    height: 150%;
    width: 20px;
    border-bottom-right-radius: 25px;
    box-shadow: 0 20px 0 0 #fff;
}

.side-nav .nav-item.active::after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 100%;
    right: 0;
    height: 150%;
    width: 20px;
    border-top-right-radius: 25px;
    box-shadow: 0 -20px 0 0 #fff;
}


/* FINE */

.viewcontent__action span a {
    z-index: 1
}

/* PAGINA CHECKOUT */

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .panel-default > .panel-heading a[aria-expanded="true"] {
            background-color: #eee;
        }

            .panel-default > .panel-heading a[aria-expanded="true"]:after {
                content: "\2212";
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\002b";
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

    .accordion-option .title {
        font-size: 20px;
        font-weight: bold;
        float: left;
        padding: 0;
        margin: 0;
    }

    .accordion-option .toggle-accordion {
        float: right;
        font-size: 16px;
        color: #6a6c6f;
    }
/* FINE */
.accordion.alt {
    padding-top: 250px;
    max-width: 100%
}

    .accordion.alt a {
        width: 100%;
        text-align: left;
        margin: 5px 0;
        background: var(--secondary) !important;
        color: white !important
    }

        .accordion.alt a:hover {
            background: white !important;
            color: black !important;
            border: 1px solid var(--primary)
        }

            .accordion.alt a:hover:after {
                background: white !important;
            }

.slider__content, .slider_image_3 {
    z-index: 1 !important
}

#elementi_ricerca a {
    color: black
}

.about_box {
    background: var(--secondary);
}

.login-section {
    background: var(--secondary);
    padding: 75px 0 100px;
}

.login-page {
    padding: 8% 0 0;
    margin: auto;
}

.login-form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .login-form input[type=text], input[type=password], input[type=email], input[type=date], select, .login-form textarea {
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 15px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
    }

        .login-form input[type=text]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, input[type=date]::placeholder, .login-form textarea::placeholder {
            color: #939aa3
        }

    .login-form button, .login-form input[type=submit] {
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        outline: 0;
        background: var(--secondary);
        width: 100%;
        border: 0;
        padding: 15px;
        color: #FFFFFF;
        font-size: 14px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        cursor: pointer;
    }

        .login-form button:hover, .login-form button:active, .login-form button:focus, .login-form input[type=submit]:hover, .login-form input[type=submit]:focus, .login-form input[type=submit]:active {
            background: var(--primary);
        }

    .login-form .message {
        margin: 15px 0 0;
        color: #b3b3b3;
        font-size: 15px;
    }

        .login-form .message a {
            color: var(--secondary);
            text-decoration: none;
        }

    .login-form .login-form {
        display: none;
    }


/* SIDEBAR CATEGORIE */

.sidebar {
    height: 100%;
    background: var(--secondary);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}

#leftside-navigation ul {
    margin: -2px 0 0;
    padding: 0;
}

    #leftside-navigation ul ul {
        padding-left: 15px;
        background: var(--tertiary)
    }

    #leftside-navigation ul li {
        list-style-type: none;
        border-bottom: 1px solid rgba(255,255,255,.05);
    }

        #leftside-navigation ul li .active > a {
            color: #1abc9c;
        }

#leftside-navigation ul {
    display: block;
}

.sub-menu.active {
    background: white;
}

    .sub-menu.active > a {
        color: var(--secondary) !important;
    }

#leftside-navigation a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 18px 0 18px 25px;
    font-size: 18px;
    outline: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#leftside-navigation ul ul a:hover {
    color: var(--primary);
}

::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgb(54, 56, 58);
    }

.accordion-button:not(.collapsed) {
    color: white !important;
    background-color: var(--secondary) !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

    .accordion-button:not(.collapsed)::after {
        color: white
    }

.form-control {
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    border-bottom: 1px solid #878787 !important;
}

.c-input-group input {
    padding: 15px 20px !important;
    display: inline-block !important;
    border: 1px solid #ebebeb !important;
}

.svgs img {
    width: 60px
}

.swiper-slide.bgclr3 {
    background: linear-gradient(45deg, rgba(0,0,0,.4), rgba(0,0,0,.4)) !important;
}


#dfde button {
    padding: 0 !important;
    height: 100%;
}

.categories__tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 1px solid var(--secondary) !important
}

@media(max-width:991px) {
    #dfde li {
        width: 20%;
    }

        #dfde li img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
}

.gota_bottom {
}

    .gota_bottom.toTop {
        position: fixed !important;
        animation: HeaderAnimation .3s ease-in;
        animation-fill-mode: forwards !important;
    }

@keyframes HeaderAnimation {
    0% {
        top: 0;
        transform: translateY(-100%);
    }

    100% {
        top: 0;
        transform: translateY(0%);
    }
}

.ordini {
    border: 1px solid black;
    padding: 15px 0;
    margin-bottom: 10px
}

    .ordini p {
        margin: 0
    }

.stelline {
    display: inline-flex;
    margin-bottom: 15px
}

    .stelline li {
        padding: 5px;
    }

        .stelline li i {
            cursor: pointer;
        }

.numero_stelle {
    background: white;
    border-radius: 50%;
    border: 2px solid var(--secondary);
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    right: -15px
}

.recensioni .fetures_3 {
    height: unset !important;
    background: none !important;
    border: 2px solid var(--secondary);
    border-radius: 15px
}

    .recensioni .fetures_3 h4 {
        color: var(--primary);
    }

    .recensioni .fetures_3 p {
        color: black;
    }

.order-card {
    border: 1px solid var(--secondary);
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .order-card:nth-child(odd) {
        background-color: #eee
    }

    .order-card:nth-child(even) {
        background-color: #fff
    }

.order-header {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.order-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.order-details li {
    margin-bottom: 0.5rem;
}

.order-status {
    margin-top: 0.5rem;
    font-weight: bold;
    color: green;
}

.order-actions {
    margin-top: 1rem;
    display: flex;
    gap: 0.5rem;
}

.indirizzi-alt {
    border: 2px solid #eeee;
    border-radius: 5px;
    cursor: pointer;
}

    .indirizzi-alt.active {
        border-color: var(--secondary)
    }

.about_box h1 {
    color: white;
    font-weight: 500;
    font-size: 41px;
    letter-spacing: 1.2px;
    padding-bottom: 40px;
}

.gota_cart p {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 30px 0;
    -webkit-transition: all 0.3sease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3sease-out 0s;
}

@media(max-width: 678px) {
    .box-ricerca {
        margin-top: 100px !important
    }

    #mobile-menu {
        visibility: hidden;
        position:absolute;
    }
}

.mean-container .mean-nav ul li a {
    font-size: 18px;
    border-top: none !important
}

.swal2-confirm{
    background: var(--secondary) !important
}