@media (max-width: 991px) {

    /* General */
    .hidden {
        display: none !important;
    }

    .btn-cta {
        line-height: 18px;
    }

    .btn-marino {
        font-size: 14px;
    }

    /* IE Fix */
    button img.img-fluid[src$='.svg'] {
        height: 100%;
    }

    .color-marino {
        color: #002f86;
    }

    .bg-color-marino {
        background-color: #002f86 !important;
    }

    .bg-light-blue {
        background-color: #ecf1f7 !important;
    }

    .bg-light-yellow {
        background-color: #fffdeb !important;
    }

    .bg-white {
        background-color: #fff !important;
    }

    .content-grey {
        color: #575756;
    }

    .marino-content h1 {
        font-size: 36px;
        line-height: 43px;
        font-weight: bold;
        color: #02266b;
    }

    .marino-content h2 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 400;
        color: #02266b;
    }

    .marino-content h3 {
        font-size: 23px;
        line-height: 28px;
        letter-spacing: 0.025em;
        font-weight: 400;
        color: #02266b;
    }

    .marino-content h4 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.025em;
        font-weight: 300;
        color: #02266b;
    }

    .marino-content h5 {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0.025em;
        font-weight: 300;
        color: #02266b;
    }

    .marino-content p {
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
        color: #575756;
        margin: 30px 0 40px;
    }

    .marino-content ul {
        padding-left: 24px;
        margin-bottom: 1rem;
        list-style: disc;
    }

    .marino-content ul li {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0;
        font-weight: 300;
        color: #575756;
    }

    .h2-line-height {
        line-height: 45px !important;
    }

    h2.col-title {
        border-bottom: none;
    }

    .blockUI.blockOverlay {
        background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    }

    .blockUI.blockMsg .preloader-container {
        background: transparent;
        border-radius: 60px;
        box-shadow: 0 0 13px #999;
        padding: 25px;
        transform: translate(-50%, 50%);
        -o-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        -moz-transform: translate(-50%, 50%);
        -webkit-transform: translate(-50%, 50%);
    }

    .blockUI .md-preloader svg {
        height: 45px;
        width: 45px;
    }

    #container .blockUI.blockMsg .preloader-container {
        height: 75px;
        position: fixed;
        top: 50%;
        width: 75px;
    }

    .md-preloader.md-preloader-small {
        height: 24px;
        margin: 0 5px;
        vertical-align: middle;
    }

    .md-preloader.md-preloader-small svg {
        height: 24px;
        width: 24px;
    }

    #loader i {
        color: #002f86;
    }

    #customer-service {
        margin-top: 90px;
    }

    #customer-service .service>div {
        background-blend-mode: unset;
    }

    #product_list #product_filters .filter_expand label {
        display: inline-block;
        margin-left: 10px;
        cursor: pointer;
        max-width: 85%;
        max-width: calc(100% - 32px);
    }

    #product_list #product_filters .icheckbox_minimal-grey,
    #product_list #product_filters .iradio_minimal-grey {
        margin-top: 5px;
        vertical-align: top;
    }

    #product_list #product_filters .filter_expand a {
        font-size: 14px;
        line-height: 1;
        color: #000;
        padding: 5px 0;
    }

    #product_list #product_filters .filter_expand a.active {
        color: #007bff;
    }

    .prod-detail-buy {
        /*width: 100%;*/
    }

    .info-text {
        font-size: 14px;
        letter-spacing: 0.05em;
    }

    #wishlist .wrapper-btn .btn-marino:last-child:hover {
        background-color: #fff;
        border: 1px solid #002f86;
    }

    #wishlist .wrapper-btn .btn-marino.btn-outline-marino:hover {
        color: #fff !important;
    }

    #personal-data {
        margin-bottom: 100px;
    }

    #g-custom-signin+span {
        cursor: pointer;
    }

    .background-half {
        position: relative;
    }

    .background-half:before {
        content: '';
        display: block;
        width: 100%;
        height: 50%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ECF1F7;
    }

    #banner-under-slider-full {
        margin-bottom: 90px;
    }

    #customer-service {
        margin-bottom: 150px;
    }

    .btn-marino:hover {
        background-color: #ffea3d;
        color: #002f86 !important;
        -ms-box-shadow: none;
        box-shadow: none;
    }

    .btn-marino-white {
        display: block;
        background-color: #fff;
        color: #002f86 !important;
        border-color: #fff;
        -ms-box-shadow: none;
        box-shadow: none;
    }

    .btn-marino-white:hover {
        background-color: #002f86;
        color: #fff !important;
        border-color: #002f86;
        -ms-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
    }

    #social-login .trattamento-dati {
        font-weight: 400;
    }

    .sideMenu .nav-link {
        font-weight: 100;
    }

    #social-login h2 {
        font-size: 20px;
        line-height: 27px;
        letter-spacing: 0.04em;
        font-weight: 400;
        color: #002f86;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 60px;
    }

    .multi-step-progress #multi-step .step .circle-step>a.done:after {
        font-size: 1rem;
    }

    #sez4 {
        height: 150px;
    }

    #sez4 #search-store form .d-md-none input::placeholder {
        color: #1F3B72 !important;
        opacity: 1;
        font-weight: 600;
        font-family: "Ubuntu", sans-serif;
        text-align: center;
    }

    #sez4 #search-store form .d-md-none input::-webkit-input-placeholder {
        color: #1F3B72 !important;
        opacity: 1;
        font-weight: 600;
        font-family: "Ubuntu", sans-serif;
        text-align: center;
    }

    #sez4 #search-store form .d-md-none input:-ms-input-placeholder {
        color: #1F3B72 !important;
        opacity: 1;
        font-weight: 600;
        font-family: "Ubuntu", sans-serif;
        text-align: center;
    }

    /*.fancybox-slide > * {
    min-width: 440px;
}*/
    #encrypted-payments img {
        width: 30%;
    }

    .fancybox-close-small:focus {
        outline: 0;
    }

    button:focus {
        outline: 0;
    }

    .fancybox-close-small:focus:after {
        outline: 0;
    }

    .btn-banner {
        border-radius: 15px;
        line-height: 30px;
        padding: 0;
    }

    #top-msg {
        border-bottom: solid 1px #ECF1F7;
        height: 31px;
        line-height: 31px;
        font-size: 14px;
        letter-spacing: .105em;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
        color: #002B7D;
    }

    /* end General */
    #tema-home,
    .tema-home {
        padding-top: 125px;
        padding-bottom: 125px;
        margin-top: 90px;
    }

    #tema-home .tema-img h3,
    .tema-home .tema-img h3 {
        position: absolute;
        padding: 100px;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 50px;
    }

    #tema-home .tema-prods,
    .tema-home .tema-prods {
        padding-left: 30px;
        padding-right: 30px;
    }

    #tema-home .tema-prods .product_grid_el,
    .tema-home .tema-prods .product_grid_el {
        margin: 0px;
    }

    #tema-home .tema-prods .product_grid_el figure,
    .tema-home .tema-prods .product_grid_el figure {
        border: 0px none;
    }

    #tema-home .tema-prods .product_grid_el article,
    .tema-home .tema-prods .product_grid_el article {
        padding-bottom: 0px;
        text-align: center;
    }

    #tema-home .tema-prods .product_grid_el figure .add-to-favourites,
    .tema-home .tema-prods .product_grid_el figure .add-to-favourites {
        display: none;
    }

    #tema-home .tema-prods .product_grid_el .price,
    .tema-home .tema-prods .product_grid_el .price {
        text-align: center;
    }

    #tema-home .tema-prods .slick-arrow.slick-prev,
    .tema-home .tema-prods .slick-arrow.slick-prev {
        left: -50px;
        top: 50%;
        right: auto;
    }

    #tema-home .tema-prods .slick-arrow.slick-next,
    .tema-home .tema-prods .slick-arrow.slick-next {
        left: auto;
        right: -50px;
        top: 50%;
    }

    #tema-home .tema-prods .slick-dots,
    .tema-home .tema-prods .slick-dots {
        bottom: -50px;
        width: 100%;
        position: absolute;
        text-align: center;
    }

    #tema-home .tema-prods .slick-dots li button,
    .tema-home .tema-prods .slick-dots li button {
        background-color: #575756;
    }

    /* Temi home */
    /* end Temi Home */
    /* Download Area */
    .download-area h2 {
        font-weight: 300;
        line-height: 45px;
        font-size: 34px;
        letter-spacing: 0.025em;
        text-align: center;
        color: #02266b;
    }

    .download-area h2 b {
        font-weight: bold;
    }

    .download-area {
        margin-top: 90px;
    }

    .download-area>a {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px;
        text-decoration: none;
    }

    .download-area .category-box {
        margin-bottom: 90px;
        text-align: center;
    }

    .download-area .category-box.disabled {
        cursor: default;
        opacity: 0.6;
    }

    .download-area .category-box.disabled * {
        cursor: default;
    }

    .download-area .category-box .coming-soon-label {
        display: block;
    }

    .download-area .category-box.disabled a:hover {
        text-decoration: none;
    }

    .download-area .category-box figure {
        max-width: 250px;
        margin: auto;
        margin-bottom: 20px;
    }

    .download-area .category-box a figure .box-image .layer {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        transition: background-color 0.25s linear 0.25s;
        -webkit-transition: background-color 0.25s linear 0.25s;
        -moz-transition: background-color 0.25s linear 0.25s;
        -ms-transition: background-color 0.25s linear 0.25s;
        -o-transition: background-color 0.25s linear 0.25s;
    }

    .download-area .category-box a:hover figure .box-image .layer {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .download-area .box-image {
        width: 100%;
        padding-top: 100%;
        /* 1:1 Aspect Ratio */
        border-radius: 50%;
        background-position: center;
        background-size: cover;
        margin: auto;
        display: block;
        position: relative;
        overflow: hidden;
    }

    .download-area .box-image i {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        font-size: 24px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .download-area .box-image img.custom-img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        /*magic*/
        -o-object-position: center top;
        object-position: center top;
    }

    .download-area span {
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.025em;
        color: #02266b;
    }

    .home .download-area span {
        font-weight: 600;
        font-size: 22px;
    }

    /* end Download Area */
    /* Iubenda */
    #iubenda-cs-banner {
        bottom: 0px !important;
        left: 0px !important;
        position: fixed !important;
        width: 100% !important;
        z-index: 99999998 !important;
        background-color: black;
    }

    .iubenda-cs-content {
        display: block;
        margin: 0 auto;
        padding: 20px;
        width: auto;
        font-family: Helvetica, Arial, FreeSans, sans-serif;
        font-size: 14px;
        background: #000;
        color: #fff;
    }

    .iubenda-cs-rationale {
        max-width: 900px;
        position: relative;
        margin: 0 auto;
    }

    .iubenda-banner-content>p {
        font-family: Helvetica, Arial, FreeSans, sans-serif;
        line-height: 1.5;
    }

    .iubenda-cs-close-btn {
        margin: 0;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 0;
        border: none;
    }

    .iubenda-cs-cookie-policy-lnk {
        text-decoration: underline;
        color: #fff;
        font-size: 14px;
        font-weight: 900;
    }

    /* end Iubenda */
    /* Header */
    header#site-header,
    #heading.is_stuck {
        background: #fff;
    }

    #heading.is_stuck {
        z-index: 9999999;
    }

    #search form input {
        background-color: #ecf1f7;
        color: #002b7d;
        box-shadow: none;
    }

    #search form input::-webkit-input-placeholder {
        color: #002b7d;
        font-weight: 400;
    }

    #search form input:-moz-placeholder {
        color: #002b7d;
        font-weight: 400;
    }

    #search form input:-ms-input-placeholder {
        color: #002b7d;
        font-weight: 400;
    }

    #search form .btn-search {
        background-color: #02266b;
        color: #ffea3d;
    }

    #search .btn-search i {
        color: #ffea3d;
    }

    #main-menu-wrapper {
        background-color: #02266b;
    }

    #main-menu>div {
        border: 0px none;
    }

    .nav-link {
        position: relative;
    }

    .nav-link #user-icon {
        float: left;
        position: absolute;
        top: 50%;
        left: -20px;
        transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    #main-menu .nav-item:hover a.nav-link {
        background-color: transparent;
        text-decoration: underline;
    }

    #main-menu .nav-item:hover a.nav-link span {
        color: #fff;
    }

    .nav-trigger {
        width: 100%;
        margin: 0;
        padding: 0 0 20px;
        margin-left: 1px;
    }

    .nav-trigger a.nav-label {
        transition: 200ms all ease-in-out;
        padding: 5px 7px 10px;
        border-radius: 10px 10px 0 0;
        color: #fff;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.03em;
        font-weight: 500;
    }

    .nav-trigger a.nav-label:focus {
        color: #ffea3d;
    }

    /* end Header */
    /* Menu */
    #toggle-navigation {
        width: 30px;
        height: 28px;
    }

    .megamenu {
        max-height: 800px;
        padding-top: 70px !important;
        padding-bottom: 50px !important;
        z-index: 999;
    }

    .megamenu .subcats .grid-menu {
        display: -moz-webkit-flex;
        display: -webkit-flex;
        display: -ms-box;
        display: flex;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex: auto;
    }

    .megamenu .subcats .grid-menu>div {
        display: -moz-webkit-flex;
        display: -webkit-flex;
        display: -ms-box;
        display: flex;
        flex: auto;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-content: flex-start;
    }

    .megamenu .subcats .grid-menu>div>a {
        color: #002f86;
        text-transform: uppercase;
        font-size: 14px;
    }

    #main-menu .megamenu .subchilds>a {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 2px;
    }

    .banner-menu {
        background-color: #02266b;
        margin-bottom: 30px;
    }

    .banner-menu .styled-link {
        text-decoration: none !important;
    }

    .banner-menu .banner-title {
        color: #ffea3d;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0.6px;
        line-height: normal;
    }

    .banner-menu .btn {
        min-width: 0;
        width: 90px !important;
    }

    #toggle-navigation::after,
    #toggle-navigation::before {
        transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
    }

    .megamenu.coming-soon h2 {
        font-weight: 300;
        line-height: 45px;
        font-size: 34px;
        letter-spacing: 0.025em;
        text-align: center;
    }

    .megamenu.coming-soon h2 b {
        font-weight: bold;
    }

    /* end Menu */
    /* Nav Mobile */
    #main-menu .nav-mobile .nav-item {
        margin-left: 0;
    }

    #main-menu .nav-mobile>.nav-item>.nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        color: #ffea3d;
    }

    #main-menu .nav-mobile>.nav-item:hover>a.nav-link {
        background-color: #002F86;
        color: #ffea3d;
    }

    #main-menu .nav-mobile>.nav-item .nav-item {
        border-bottom: none;
    }

    #main-menu .nav-mobile>.nav-item ul {
        display: none;
    }

    #main-menu .nav-mobile>.nav-item .nav-item>.nav-link {
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        color: #fff;
        background-color: #002F86;
    }

    #main-menu .nav-mobile>.nav-item.nav-stores .nav-link {
        border: 2px solid #ffea3d;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 45px 0 0;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }

    #main-menu .nav-mobile .nav-item:hover a.nav-link span,
    #main-menu .nav-mobile .nav-item:hover a.nav-link i {
        color: #fff;
    }

    .header-mobile-icons {
        float: left;
    }

    .header-mobile-icons a {
        float: left;
        margin-left: 20px;
    }

    .header-mobile-icons a img {
        width: 25px;
        height: auto;
    }

    #main-menu .nav-mobile .nav-item.nav-login {
        border-bottom: none;
        margin-top: 30px;
    }

    #main-menu .nav-mobile .nav-item.nav-login .nav-link {
        background-color: #ffea3d;
        color: #002F86;
        text-transform: none;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #main-menu .nav-mobile .nav-social {
        border-bottom: none;
        margin-top: 70px;
    }

    #main-menu .nav-mobile .nav-social p {
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 1px;
        float: left;
    }

    #main-menu .nav-mobile .nav-item.hasmenu {
        position: relative;
    }

    #main-menu .nav-mobile .nav-item.hasmenu:after {
        content: '';
        position: absolute;
        top: 35px;
        right: 50px;
        display: block;
        width: 11px;
        height: 11px;
        background-image: url('../../img/icone/arrow.svg');
        background-size: contain;
        background-repeat: no-repeat;
        transition: transform 400ms ease 250ms;
        -o-transition: transform 400ms ease 250ms;
        -ms-transition: transform 400ms ease 250ms;
        -moz-transition: transform 400ms ease 250ms;
        -webkit-transition: transform 400ms ease 250ms;
    }

    #main-menu .nav-mobile .nav-item.hasmenu.open:after {
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    /* end Nav Mobile */
    /* Slide */
    #section-slider {
        margin-top: 30px;
    }

    #section-slider .shadow-container .shadow {
        background: #fff !important;
    }

    #home-slide .slide-item {
        position: relative;
    }

    #home-slide .slide-overlay {
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        opacity: 0.2;
    }

    #home-slide .slide-text {
        text-align: left;
        text-transform: none;
        background: transparent;
        border: 0px none;
        border-radius: 0px;
        padding: 32px 32px 82px;
        font-size: 15px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 2px;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

    #home-slide .slide-text h3 {
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 50px;
    }

    #home-slide .slide-item>div.slide-footer {
        height: auto !important;
        position: absolute;
        bottom: 20px;
        padding: 10px 32px;
    }

    #home-slide .slick-dots {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 30px 47px;
    }

    .slide-primary .slide-item {
        position: relative;
    }

    .slide-primary .slide-overlay {
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        opacity: 0.2;
    }

    .slide-primary .slide-text {
        text-align: left;
        text-transform: none;
        background: transparent;
        border: 0px none;
        border-radius: 0px;
        padding: 32px 32px 82px;
        font-size: 15px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 2px;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

    .slide-primary .slide-text h3 {
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 50px;
    }

    .slide-primary .slide-item>div.slide-footer {
        height: auto !important;
        position: absolute;
        bottom: 20px;
        padding: 10px 32px;
    }

    .slide-primary .slick-dots {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 30px 47px;
    }

    .slick-dots li {
        display: inline-block;
        margin-left: 6px;
        margin-right: 6px;
        width: 43px;
        height: 5px;
    }

    .slick-dots li button {
        display: inline-block;
        width: 43px;
        height: 5px;
        border: 0px none;
        background: #fff;
        border-radius: 0;
        padding: 0;
        overflow: hidden;
        text-indent: 9999999px;
        cursor: pointer;
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .slick-dots li.slick-active button,
    .slick-dots li:hover button {
        opacity: 1;
    }

    .slick-arrow {
        width: 22px;
    }

    .slick-arrow.slick-prev {
        left: auto;
        top: -38px;
        right: 40px;
    }

    .slick-arrow.slick-next {
        left: auto;
        right: 12px;
        top: -38px;
    }

    /* end Slide */
    .banner-home-wrapper {
        margin-top: 30px;
    }

    /* Forms */
    .marino-form input {
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #ced4da;
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.05em;
    }

    .marino-form input:focus {
        box-shadow: none;
    }

    .marino-form textarea {
        border: 0;
        border-radius: 0;
        border: 1px solid #ced4da;
        /*padding-left: 0;
    padding-right: 0;*/
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.05em;
    }

    .marino-form .full-height .form-group {
        height: 100%;
    }

    .marino-form .full-height textarea {
        height: 100%;
        padding-top: 45px;
        box-sizing: border-box;
    }

    .marino-form textarea:focus {
        border-color: #ced4da;
        outline: 0;
        box-shadow: none;
    }

    .marino-form .full-height label {
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .marino-form .hint p,
    .marino-form .hint label {
        font-size: 14px;
        letter-spacing: 0.05em;
    }

    #privacy-error {
        display: block;
        float: left;
        position: absolute;
        top: -18px;
        width: 400px;
    }

    /* end Forms */
    /* Google Login */
    .abcRioButtonLightBlue {
        /*background-color: #E25243 !important;*/
        height: 40px !important;
        width: 40px !important;
        display: inline-block !important;
        border-radius: 50px !important;
        position: relative !important;
        margin-right: 7px !important;
        border: 1px solid #E25243 !important;
    }

    .abcRioButton {
        box-shadow: none !important;
    }

    .abcRioButton:hover {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .abcRioButtonIcon {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        -o-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        -moz-transform: translate(-50%, -50%) !important;
        -webkit-transform: translate(-50%, -50%) !important;
    }

    .abcRioButtonContents {
        display: none !important;
    }

    .abcRioButtonIconImage18 {
        height: 16px !important;
        width: 16px !important;
    }

    .abcRioButtonIconImage18 svg {
        height: 16px;
        width: 16px;
    }

    /* Colora l'icona google di bianco */
    /*.abcRioButtonIconImage18 svg g path[fill^='#'] {
    fill: #fff !important;
}*/
    div.google {
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 90px !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-pack: center;
        justify-content: center;
    }

    div.google span {
        font-size: 14px;
        line-height: 27px;
        font-weight: 400;
        letter-spacing: 0.04em;
        color: #02266b;
        display: inline-block;
    }

    div.google:hover span {
        text-decoration: underline;
    }

    #g-custom-signin {
        height: 40px;
        width: 40px;
        display: inline-block;
        border-radius: 50px;
        position: relative;
        margin-right: 7px;
    }

    /* end Google Login */
    /* Buttons */
    #loadmore {
        background-color: #ffea3d;
        font-size: 15px;
        line-height: 22px;
        font-weight: bold;
        color: #02266b;
        border-radius: 5rem;
        padding: 8px 3rem;
        margin-top: 15px;
    }

    /* end Buttons */
    /* Categorie */
    .category-circle-style h2 {
        color: #002b7d;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
    }

    .category-circle-style h2 b {
        font-weight: bold;
    }

    .category-circle-style {
        margin-top: 41px;
    }

    .category-circle-style>a {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px;
        text-decoration: none;
    }

    .category-circle-style .category-box {
        /*margin-bottom: 90px;*/
        text-align: center;
    }

    .category-circle-style .category-box.disabled {
        cursor: default;
        opacity: 0.6;
    }

    .category-circle-style .category-box.disabled * {
        cursor: default;
    }

    .category-circle-style .category-box .coming-soon-label {
        display: block;
    }

    .category-circle-style .category-box.disabled a:hover {
        text-decoration: none;
    }

    .category-circle-style .category-box {
        position: relative;
    }

    .category-circle-style .category-box figure {
        max-width: 262px;
        margin: auto;
        margin-bottom: 20px;
    }

    .category-circle-style .box-image {
        width: 100%;
        padding-top: 300px;
        /* 1:1 Aspect Ratio */
        border-radius: 0;
        background-position: center;
        background-size: cover;
        margin: auto;
        display: block;
    }

    .category-circle-style .box-image img.custom-img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        /*magic*/
        -o-object-position: center top;
        object-position: center top;
    }

    .category-circle-style span {
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        padding: 30px;
    }

    /*.home .category-circle-style span {
    font-weight: 600;
    font-size: 22px;
}*/
    .categoria-prodotto {
        background-color: #ECF1F7;
        padding-top: 80px;
        padding-bottom: 110px;
    }

    .categoria-prodotto .category-circle-style {
        margin-top: 17px;
        margin-bottom: 60px;
    }

    .categoria-prodotto h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 27px;
        padding: 0;
        color: #002b7d;
        letter-spacing: 0.6px;
        border-top: 0px none;
        border-bottom: 0px none;
    }

    .dettagli-prodotto .product-info .product-meta li {
        font-size: 14px;
    }

    #cat-page-slide.category-circle-style span {
        color: #002f86;
        font-size: 14px;
        font-weight: 400;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        display: flex;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        padding: 0px 15px;
    }

    .categoria-cta {
        padding: 75px 0;
        border-radius: 0;
    }

    .categoria-cta>a[class^="btn"] {
        display: inline-block;
        padding: 35px 55px;
        font-size: 20px;
        line-height: 22px;
    }

    .upsell h5 {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0.6px;
        line-height: normal;
        text-align: left;
        text-transform: none;
    }

    .cat-promo #page-title,
    .cat-promo .categoria-prodotto {
        background-color: #F4EEE8;
        position: relative;
    }

    .cat-promo #logo-promo {
        background: url(../../img/loghi/logo-castellodivalenzano.svg);
        width: 220px;
        min-width: 220px;
        height: 69px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center left;
        position: absolute;
    }

    /* end Categorie */
    /* Home Bestsellers */
    .bestseller-home-slide {
        margin-top: 90px;
    }

    .bestseller-home-slide h2 {
        color: #002b7d;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
    }

    .bestseller-slide-menu-switch {
        border-bottom: solid 1px #D8D8DA;
    }

    .bestseller-slide-menu-switch li {
        padding: 12px 0px;
        border-top: solid 1px #D8D8DA;
    }

    .bestseller-slide-menu-switch li a {
        color: #02266b;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.13px;
        text-transform: uppercase;
    }

    .bestseller-slide-menu-switch li.active a {
        font-weight: bold;
    }

    .bestseller-slide .product-item-wrapper>.product_grid_el {
        max-width: 262px;
        margin: auto;
        margin-bottom: 20px;
    }

    /*
.bestseller-slide .product-item-wrapper figure,
.bestseller-slide .product-item-wrapper article {
    padding-left:10px;
    padding-right:10px;
}*/
    /* end Home Bestsellers */
    /* Prodotti */
    #product_list #product_filters .filter_accordion h5,
    #product_list #product_filters .slider_range h5 {
        position: relative;
    }

    #product_list #product_filters .filter_accordion h5::after,
    #product_list #product_filters .slider_range h5::after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    #product_list #product_filters .filter_accordion h5.toggleIcon:after,
    #product_list #product_filters .slider_range h5.toggleIcon:after {
        transform: rotate(360deg) translateY(-50%);
        -o-transform: rotate(360deg) translateY(-50%);
        -ms-transform: rotate(360deg) translateY(-50%);
        -moz-transform: rotate(360deg) translateY(-50%);
        -webkit-transform: rotate(360deg) translateY(-50%);
    }

    .price del {
        font-weight: 400;
        margin-right: 10px;
    }

    .product-meta b {
        font-weight: 900;
    }

    #label-filter-product>div:first-child {
        -ms-flex-order: 0;
        order: unset;
    }

    #label-filter-product>div:nth-child(2) {
        -ms-flex-order: 0;
        order: unset;
    }

    #order_options {
        margin-top: 0;
        width: auto;
    }

    label[for="order_options"] {
        line-height: 38px;
        padding-right: 10px;
    }

    .numArt {
        line-height: 38px;
    }

    #pag_counter {
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
        text-transform: uppercase;
        color: #575756;
    }

    #cart input.qty,
    #cart input#qta,
    .product-info input.qty,
    .product-info input#qta {
        border: 0;
        text-align: center;
        font-size: 20px;
        line-height: 22px;
        font-weight: bold;
        color: #02266b;
        max-width: 50px;
    }

    body.prodotto .breadcrumb {
        background: #fff;
        padding: 20px 0px;
        margin-top: 20px;
    }

    body.prodotto .breadcrumb-item+.breadcrumb-item::before {
        content: ">";
        padding-right: 5px;
    }

    body.prodotto .breadcrumb-item {
        color: #575756;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        padding-left: 5px;
    }

    body.prodotto .breadcrumb-item a {
        color: #575756;
    }

    .dettagli-prodotto .icon-action {
        margin-bottom: 0px;
    }

    .dettagli-prodotto .icon-action .share-on a {
        width: 30px;
        height: 30px;
        color: #575756;
    }

    .dettagli-prodotto .product-info #cart .qty-minus,
    .dettagli-prodotto .product-info #cart .qty-plus {
        background: transparent;
        border: 0;
        width: 28px;
        height: 28px;
        padding: 0;
        margin: 5px 2px;
        text-align: center;
        /* line-height: 28px; */
        border-radius: 50%;
        cursor: pointer;
        transition: 150ms all linear;
        border: 1px solid #002f86;
        text-align: center;
    }

    .dettagli-prodotto .product-info #cart .qty-minus .input-group-text,
    .dettagli-prodotto .product-info #cart .qty-plus .input-group-text {
        margin: 0 auto;
    }

    .dettagli-prodotto .product-info #cart .qty-minus,
    .dettagli-prodotto .product-info #cart .qty-plus {
        border: 0px none;
        margin: 0;
        height: 38px;
        width: 38px;
    }

    /*
.dettagli-prodotto .product-info #cart .qty-minus:hover, .dettagli-prodotto .product-info #cart .qty-plus:hover {
    background: #002f86;
}

.dettagli-prodotto .product-info #cart .qty-minus:hover i, .dettagli-prodotto .product-info #cart .qty-plus:hover i {
    color: #fff;
}
*/
    .dettagli-prodotto .details-product-carousel .slide-item>div {
        background-size: contain;
    }

    .dettagli-prodotto .correlati-varianti {
        float: left;
        width: 100%;
        margin-bottom: 45px;
    }

    .dettagli-prodotto .correlati-varianti .product_grid_el {
        float: left;
        width: 25%;
    }

    .prod-detail-buy .input-group {
        border: 1px solid #002b7d;
        border-radius: 30px;
        padding: 10px 0px;
    }

    .prod-detail-buy .input-group select {
        border: 0px none;
        margin: 0px 10px;
        cursor: pointer;
    }

    .prod-detail-buy .input-group select:focus {
        outline: none;
        box-shadow: none;
    }

    .dettagli-prodotto .details-product-carousel {
        margin-bottom: 25px;
    }

    .dettagli-prodotto .product-info #cart .btn-marino {
        line-height: 32px;
    }

    .dettagli-prodotto .product-info #add-to-cart:hover {
        background-color: #ffea3d;
    }

    .specifiche-prodotto {
        float: left;
        width: 100%;
    }

    .specifiche-prodotto .specifications_accordion_wrapper {
        margin-top: 70px;
        border-top: solid 1px #d8d8da;
    }

    .dettagli-prodotto .info-wrap {
        float: left;
    }

    .dettagli-prodotto .info-wrap .info-sped {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: #002B7D;
        display: block;
    }

    .dettagli-prodotto .info-wrap .msg-personalizzato {
        font-size: 14px;
        font-weight: 300;
        color: #002B7D;
        display: block;
    }

    .dettagli-prodotto .info-wrap .msg-personalizzato a {
        font-weight: bold;
        text-decoration: underline;
        color: #002B7D;
    }

    .dettagli-prodotto .product-info .specifications_accordion h5 {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: .05em;
        text-transform: uppercase;
        color: #002b7d;
        font-weight: 700;
        cursor: pointer;
        margin: 0px;
    }

    .dettagli-prodotto .product-info .specifications_accordion {
        margin: 0;
        padding: 10px 0px;
        border-bottom: solid 1px #d8d8da;
    }

    .dettagli-prodotto .product-info .specifications_accordion h5:before {
        content: '\f067';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 22px;
        height: 22px;
        align-items: center;
        font-size: .7rem;
        color: #002b7d;
        transition: transform .2s ease-in-out;
        position: absolute;
        right: 0;
        border: 0px none;
    }

    .dettagli-prodotto .product-info .specifications_expand {
        margin-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dettagli-prodotto .buy-also {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .dettagli-prodotto .buy-also .prod-thumb-wrapper {
        min-height: 165px;
    }

    .dettagli-prodotto .buy-also .prod-thumb-wrapper.active~.prod-thumb-wrapper.active:before {
        font-size: 17px;
        content: "+";
        position: absolute;
        top: 50%;
        left: -5px;
        color: #002b7d;
        font-weight: bold;
    }

    .dettagli-prodotto .buy-also .prod-thumb {
        background: #fff;
        border: 1px solid #dadada;
    }

    .buy-also .icheckbox_minimal-grey {
        background: url(../../img/icheckbox-styled.svg);
        width: 20px;
        min-width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: 40px 20px;
        background-position: -20px;
    }

    .buy-also .icheckbox_minimal-grey.checked {
        background-position: 0;
    }

    .buy-also .icheckbox_minimal-grey+label {
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 0px;
        color: #7c7e82;
        font-size: 14px;
        font-weight: 300;
        line-height: 21px;
    }

    .buy-also .icheckbox_minimal-grey+label del {
        display: inline-block;
        margin-right: 8px;
    }

    .buy-also .icheckbox_minimal-grey+label strong {
        color: #002b7d;
        font-weight: 700;
        display: inline-block;
        margin-left: 5px;
    }

    .buy-also .buy-also-total h6 {
        color: #002b7d;
        font-size: 20px;
        letter-spacing: 0.5px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .buy-also .buy-also-total h6 strong {
        font-weight: 700;
    }

    .buy-also #add-to-cart-multi {
        font-size: 16px;
        font-weight: 700;
    }

    .cartpopup-multiadd {
        max-width: 800px;
    }

    .cartpopup-multiadd .multiadd-cart-result {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: solid 1px #dadada;
    }

    .cartpopup-multiadd .multiadd-cart-result h4 {
        font-size: 18px;
    }

    .cartpopup-multiadd .multiadd-cart-result h6 {
        font-size: 14px;
    }

    .upsell .slick-arrow {
        width: 30px;
        height: 30px;
        top: auto;
        bottom: -10px;
    }

    .upsell .slick-prev {
        left: auto;
        right: 70px;
    }

    .upsell .slick-arrow.slick-next {
        left: auto;
        right: 30px;
    }

    .upsell .slick-prev:hover {
        content: url('../../img/home/slider/slider-left-arrow-blue.svg');
    }

    .upsell .slick-next:hover {
        content: url('../../img/home/slider/slider-right-arrow-blue.svg');
    }

    .details-product-carousel .slick-arrow.slick-prev {
        left: 10px;
        top: 30px;
    }

    .details-product-carousel .slick-arrow.slick-next {
        right: 10px;
        top: 30px;
    }

    .product-item-wrapper {
        position: relative;
    }

    .prod-patch {
        position: absolute;
        z-index: 1;
        width: 45px;
        height: 45px;
        top: 5px;
        right: 20px;
    }

    .carousel_upsell_el .prod-patch {
        top: 15px;
        right: 25px;
    }

    .product_grid_el figure {
        overflow: hidden;
    }

    .product_grid_el figure img.product_image {
        position: absolute;
        width: 100%;
        height: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .product_grid_el figure img.alt-foto,
    .product_grid_el figure:hover img.primary-foto {
        opacity: 0;
        visibility: hidden
    }

    .product_grid_el figure:hover img.alt-foto {
        opacity: 1;
        visibility: visible;
    }

    .dettagli-prodotto .product-info .specifications_expand {
        font-size: 14px;
    }

    .dettagli-prodotto .product-info .specifications_expand p {
        margin: 0;
    }

    /* end Prodotti */
    /* Filtri */
    .filter-bar-trigger {
        position: relative;
        width: 100%;
        line-height: 18px;
        font-size: 18px;
        text-transform: uppercase;
        padding: 24px 30px;
        background-color: #eaeef6;
        box-sizing: border-box;
        color: #575757;
        border-left: 1px solid #cecdcd;
        cursor: pointer;
    }

    .filter-bar-trigger:after {
        content: " ";
        position: absolute;
        top: 50%;
        right: 20px;
        margin: auto;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-top-color: #575757;
        border-bottom: none;
    }

    .filter-bar-check {
        float: left;
        width: 100%;
        background-color: #eaeef6;
        padding: 15px 25px;
        display: none;
        position: absolute;
        z-index: 1;
    }

    .content-check {
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

    .filter-bar-check input[type=radio]+label {
        padding-left: 30px;
    }

    .filter-bar-check .icheckbox_minimal-grey+label {
        margin-left: 5px;
    }

    .filter-bar-check input[type=checkbox],
    .filter-bar-check input[type=radio] {
        width: 20px;
        height: 20px;
        top: 4px;
        top: 6px;
        position: relative;
        float: none;
        cursor: pointer;
        display: none;
    }

    .content-check .checkFilter+label {
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
    }

    .content-check input[type=radio].checkFilter+label:before {
        content: '';
        display: inline-block;
        border: 1px solid #73716e;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        background: 0 0;
        position: absolute;
        top: 3px;
        left: 5px;
    }

    .content-check input[type=radio].checkFilter:checked+label:before {
        background: #73716e;
    }

    /* end Filtri */
    /* Carrello */
    .mini-cart {
        position: relative;
        width: 30px;
    }

    .mini-cart>a {
        float: left;
        padding-bottom: 30px;
        position: absolute;
    }

    .mini-cart-content {
        background: #fff;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
        margin-top: 30px;
        padding: 30px 20px;
        position: absolute;
        right: 0px;
        top: 61px;
        width: 290px;
        z-index: 999;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        visibility: hidden;
        opacity: 0;
    }

    .mini-cart .mini-cart-content {
        padding: 15px;
        /* border: solid 1px #0f3e6d; */
        width: 375px;
    }

    .mini-cart:hover .mini-cart-content {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
    }

    .mini-cart:hover .mini-cart-content {
        margin-top: -1px;
    }

    .cart-wrapper #total-spending .btn-marino {
        width: 100%;
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 0;
        font-weight: 700;
        color: #fff;
    }

    #cart .input-group-text .btn-qty,
    .product-info .input-group-text .btn-qty {
        background: transparent;
        border: 0;
        width: 28px;
        height: 28px;
        padding: 0;
        margin: 0 2px;
        text-align: center;
        /*line-height: 28px;*/
        border-radius: 50%;
        cursor: pointer;
        transition: 150ms all linear;
        border: 1px solid #002f86;
    }

    #cart .input-group-text i,
    .product-info .input-group-text i {
        color: #002f86;
    }

    #cart .input-group-text .btn-qty:hover,
    .product-info .input-group-text .btn-qty:hover {
        background: #002f86;
    }

    #cart:hover .btn-qty,
    .product-info:hover .btn-qty {
        background: #fff;
    }

    #cart:hover .btn-qty i,
    .product-info:hover .btn-qty i {
        color: #002f86;
    }

    #cart .input-group-text .btn-qty:hover i,
    .product-info .input-group-text .btn-qty:hover i {
        color: #fff;
    }

    #coup-trigger {
        position: absolute;
        top: 3px;
        right: 4px;
        display: block;
        height: 32px;
        width: 32px;
        line-height: 28px;
        text-align: center;
        border-radius: 50%;
        background-color: #fff;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    #coup-trigger:hover {
        background-color: #002f86;
    }

    #carrello #total-spending #discount-code #coup-trigger:hover i {
        color: #fff;
    }

    #carrello #total-spending #discount-code i {
        position: relative;
        top: auto;
        right: auto;
        font-size: .6rem;
        color: #02266b;
        cursor: pointer;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .label-price,
    .label-qty,
    .label-total {
        font-size: 14px;
        line-height: 20px;
        color: #575756;
        width: 100%;
    }

    .mini-cart-content {
        padding: 15px;
        background-color: #f1f4f9;
    }

    .mini-cart-content h4 {
        color: #002f86;
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }

    .list-mini-cart-item,
    .thumb-prod-cart {
        overflow: hidden;
    }

    .mini-cart-content .thumb-prod-cart {
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }

    .mini-cart-content .thumb-prod-cart-left {
        float: left;
        width: 25%;
    }

    .mini-cart-content .thumb-prod-cart-right {
        float: left;
        width: 75%;
        padding-left: 15px;
    }

    .cart-thumb {
        float: left;
        width: 100%;
        border: 1px solid #dadad9;
    }

    #heading .mini-cart-thumb a img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .mini-cart-title,
    .mini-cart-title>a {
        color: #002f86;
        font-size: 14px;
        font-weight: 400;
    }

    .mini-cart-title {
        margin-bottom: 5px;
    }

    .mini-cart-info {
        overflow: hidden;
        min-height: 100%;
        position: relative;
        padding-bottom: 20px;
    }

    .thumb-carrello-info,
    .mini-cart-qty {
        color: #575756;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .mini-cart-bottom-bar {
        float: left;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .mini-cart-price {
        font-size: 14px;
        color: #002f86;
        font-weight: 600;
        float: left;
    }

    .mini-cart-content .cart_del {
        font-size: 14px;
        color: #002f86;
        background-color: #fff;
        display: block;
        float: right;
        padding: 0;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .mini-cart-content .cart_del:hover {
        color: #fff;
        background-color: #002f86;
    }

    .mini-cart-content .cart-total {
        font-size: 16px;
        color: #002f86;
    }

    .mini-cart-content .cart-total>label {
        float: left;
    }

    .mini-cart-content .cart-total>span {
        float: right;
    }

    .mini-cart-content .cart-sped {
        color: #002f86;
        font-weight: 400;
        font-size: 14px;
    }

    .mini-cart-content .cart-sped>label {
        float: left;
    }

    .mini-cart-content .cart-sped>span {
        float: right;
    }

    .mini-cart-content .btn {
        font-size: 15px;
    }

    .cart-wrapper {
        margin: 70px 0 90px;
    }

    .cart-wrapper .row-article {
        border-bottom: 1px solid #dadada;
        padding: 25px 0 30px;
    }

    .cart-wrapper .row-article .wrapper-img {
        border: 1px solid #dadada;
        width: 200px;
        position: relative;
    }

    .cart-wrapper .row-article .wrapper-img:after {
        padding-top: 100%;
        display: block;
        content: '';
    }

    .cart-wrapper .row-article .wrapper-img img {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .cart-wrapper .row-article .product-info {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cart-wrapper .row-article .product-info .availability {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0;
        font-weight: 700;
        color: #00ED00;
        text-transform: uppercase;
        display: block;
    }

    .cart-wrapper .row-article .product-info h2 a {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0;
        font-weight: 400;
        color: #02266b;
        text-transform: unset;
        margin-bottom: 0;
    }

    .cart-wrapper .row-article .product-info h2 a:hover {
        text-decoration: none;
    }

    .cart-wrapper .row-article .product-info .reference {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        font-weight: 300;
        color: #7E7E7D;
        display: block;
    }

    .cart-wrapper .row-article .product-info .reference b {
        font-weight: bold;
        margin-right: 5px;
    }

    .cart-wrapper .row-article .trash-icon.d-block {
        position: absolute;
        top: 0;
        right: 0;
    }

    .cart-wrapper .row-article .trash-icon>.wrapper-icon a {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-color: #EDEDED;
        align-items: center;
        transition: all 300ms ease-in-out;
    }

    .cart-wrapper .row-article .trash-icon>.wrapper-icon a:hover {
        text-decoration: none;
        background: #ffea3d;
    }

    .cart-wrapper .row-article .trash-icon>.wrapper-icon i {
        margin: auto;
        color: #02266b;
        font-size: 18px;
    }

    .cart-wrapper .row-article .qty-article .input-group {
        width: auto;
    }

    .cart-wrapper .row-article .qty-article .unit-price,
    .cart-wrapper .row-article .qty-article .total-price {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        font-weight: 300;
        color: #02266b;
    }

    .cart-wrapper .row-article .qty-article .unit-price {
        min-width: 90px;
    }

    .cart-wrapper .row-article .qty-article .total-price {
        font-weight: 700;
    }

    .cart-wrapper .continue-shopping {
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 0;
        font-weight: 300;
        color: #02266b;
        display: inline-block;
        margin: 1rem 0;
    }

    .cart-wrapper #total-spending {
        padding: 10px 15px 40px;
        background-color: #F1F4F9;
    }

    .cart-wrapper #total-spending h5 {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0;
        font-weight: 300;
        color: #02266b;
        text-transform: uppercase;
    }

    .cart-wrapper #total-spending .tot-products,
    .cart-wrapper #total-spending .tot-shipment {
        margin-bottom: 50px;
    }

    .cart-wrapper #total-spending .tot-products span,
    .cart-wrapper #total-spending .tot-shipment span {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0;
        font-weight: 700;
        color: #02266b;
    }

    .cart-wrapper #total-spending .tot-purchase {
        margin-bottom: 50px;
    }

    .cart-wrapper #total-spending .tot-purchase h5 {
        font-weight: bold;
    }

    .cart-wrapper #total-spending .tot-purchase span {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0;
        font-weight: 700;
        color: #02266b;
    }

    .cart-wrapper #total-spending #discount-code {
        position: relative;
    }

    .cart-wrapper #total-spending #discount-code i {
        position: absolute;
        top: 14.5px;
        right: 30px;
        font-size: .6rem;
        color: #02266b;
        cursor: pointer;
    }

    .cart-wrapper #total-spending #discount-code i.fa-spinner {
        animation: spin 5s linear;
    }

    @keyframes spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .cart-wrapper #total-spending #discount-code input.discount-code {
        margin-bottom: 50px;
        border-radius: 5rem;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0;
        font-weight: 300;
        color: #02266b;
        border-color: #02266b;
        background-color: #F1F4F9;
    }

    .cart-wrapper #total-spending #discount-code input.discount-code:focus {
        box-shadow: none;
    }

    .cart-wrapper #total-spending #discount-code input.discount-code::-webkit-input-placeholder {
        text-transform: uppercase;
        color: #02266b;
    }

    .cart-wrapper #total-spending #discount-code input.discount-code:-ms-input-placeholder {
        text-transform: uppercase;
        color: #02266b;
    }

    .cart-wrapper #total-spending #discount-code input.discount-code::placeholder {
        text-transform: uppercase;
        color: #02266b;
    }

    .cart-wrapper #total-spending button.btn-marino {
        width: 100%;
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 0;
        font-weight: 700;
        color: #fff;
    }

    /* end Carrello */
    /* Checkout */
    form#new-registration .hint p {
        font-size: 14px;
    }

    .cassa-1 #registration-forms {
        padding: 0;
    }

    .order-summary>div._discount-code_,
    .order-summary>div._vat_ {
        border-bottom: none;
    }

    form .form-check {
        padding: 45px 0;
        border-bottom: 1px solid #dadada;
    }

    form div[class^='col-']:first-child .form-check {
        border-top: 0;
    }

    .form-check label.form-check-label {
        font-size: 24px !important;
        line-height: 30px !important;
        letter-spacing: 0 !important;
        font-weight: 300 !important;
        color: #575756 !important;
        text-transform: none !important;
    }

    form .iradio_minimal-grey {
        vertical-align: unset;
        margin-right: 10px;
    }

    form .iradio_minimal-grey.checked+label {
        color: #02266b !important;
    }

    .form-check small {
        font-family: "Muli", sans-serif;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0;
        font-weight: 400;
        color: #575756;
    }

    .form-check {
        border-bottom: 0;
    }

    /*.form-check label.form-check-label {
    font-size: 20px !important;
    line-height: 22px !important;
    letter-spacing: 0 !important;
    font-weight: 300 !important;
    color: #02266b !important;
}*/
    form .iradio_minimal-grey.checked+label {
        color: #02266b;
    }

    .prezzo {
        float: right;
        font-size: 24px !important;
        line-height: 30px !important;
        letter-spacing: 0 !important;
        font-weight: 300 !important;
        color: #575756 !important;
        text-transform: none !important;
    }

    form .iradio_minimal-grey.checked~.prezzo {
        color: #02266b !important;
    }

    .cart-address-summary {
        padding: 28px;
    }

    .cart-address-summary.marino-content p {
        font-size: 16px;
        line-height: 20px;
    }

    .multi-step-progress #multi-step .step .circle-step>a {
        width: 50px;
        height: 50px;
    }

    .multi-step-progress #multi-step .step .circle-step>a span {
        line-height: 50px;
        text-align: center;
        width: 100%;
    }

    /* end Checkout */
    /* Ordini */
    .my-orders {
        margin-bottom: 30px;
    }

    .my-orders #my-orders-list .tr {
        border-top: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
    }

    .my-orders #my-orders-list .item-row {
        min-height: 77px;
    }

    .my-orders #my-orders-list .th,
    .my-orders #my-orders-list .td {
        -ms-flex: 1;
        flex: 1;
    }

    .my-orders #my-orders-list .th:not(:first-child),
    .my-orders #my-orders-list .td:not(:first-child) {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .my-orders #my-orders-list .th {
        height: 60px;
    }

    .my-orders #my-orders-list .column-title {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0;
        font-weight: 700;
        color: #575756;
    }

    .my-orders #my-orders-list .date {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0;
        font-weight: 300;
        color: #575756;
    }

    .my-orders #my-orders-list .total {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0;
        font-weight: 400;
        color: #02266b;
    }

    .my-orders #my-orders-list .details {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0;
        font-weight: 700;
        color: #02266b;
    }

    .cart-item-image {
        width: 25%;
    }

    .product-table h4 {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 0;
        font-weight: 400;
        color: #02266b;
    }

    .product-table h6 {
        font-size: 16px;
    }

    .product-table .cart-item-price {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0;
        font-weight: 700;
        color: #02266b;
    }

    .final_qty {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 0;
        font-weight: 400;
        color: #02266b;
    }

    /* end Ordini */
    /* Condizioni Vendita */
    .condition ul {
        padding-left: 24px;
        margin-bottom: 1rem;
        list-style: disc;
    }

    .condition ul li {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0;
        font-weight: 300;
        color: #575756;
    }

    .condition strong {
        font-weight: 500;
    }

    /* end Condizioni Vendita */
    /* Store Locator */
    #negozi #stores-form form input {
        height: 40px;
        padding-right: 35px;
    }

    #negozi .store-locator-counter {
        text-align: center;
        margin-bottom: 10px;
        cursor: pointer;
    }

    #negozi .store-locator-counter img {
        width: 60px;
        height: 60px;
    }

    #negozi .store-locator-item {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #negozi .store-locator-item-distance h6 {
        color: #003283;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 15px;
    }

    #negozi .store-locator-item-info {
        margin-top: 30px;
    }

    #negozi .store-locator-item-info h5 {
        font-size: 15px;
        line-height: 15px;
        font-weight: 400;
        color: #003283;
        margin-bottom: 10px;
    }

    #negozi .store-locator-item-info p {
        font-size: 15px;
        line-height: 15px;
        font-weight: 400;
        margin: 0;
        text-align: center;
        color: #575756;
        margin-bottom: 10px;
    }

    #negozi .store-locator-item-info p strong {
        font-weight: 600;
    }

    #negozi .store-locator-item-info p.store-city {
        color: #003283;
        font-weight: 600;
    }

    #negozi .store-locator-item-info p.store-coordlink {
        margin-top: 30px;
    }

    #negozi .store-locator-item-info p.store-coordlink a {
        color: #003283;
        font-weight: 600;
        text-transform: uppercase;
    }

    div.store-locator-item:first-child:before,
    div.store-locator-item:nth-child(3n+1):after {
        content: '';
        display: block;
        position: absolute;
        width: 300%;
        height: 1px;
        left: 0;
        background-color: #c6c6c5;
    }

    div.store-locator-item:first-child:before {
        top: 0;
    }

    div.store-locator-item:nth-child(3n+1):after {
        bottom: 0;
    }

    #map p {
        margin: 0 0 5px;
    }

    /* end Store Locator */
    /* Forms */
    .msg-container .alert {
        display: block;
        margin-bottom: 20px;
    }

    .alert,
    .alert p {
        font-size: 16px;
        line-height: 24px;
    }

    .alert-success {
        color: #575756;
        background-color: #ECF1F7;
        border-color: #ecf1f7;
    }

    .marino-form .full-height textarea+label.error {
        top: auto;
        bottom: 0;
    }

    .checkbox-contanier {
        position: relative;
    }

    .checkbox-contanier .icheckbox_minimal-grey {
        position: absolute;
        left: 0;
        top: 0;
    }

    .checkbox-contanier label {
        padding-left: 25px;
    }

    /* end Forms */
    /* Newsletter */
    .newlsetter {
        -ms-flex: 1;
        flex: 1;
    }

    .newlsetter form .form-group {
        position: relative;
    }

    .newlsetter input {
        background-color: #ecf1f7;
        color: #002b7d;
        border-radius: 25px;
        font-size: 14px;
        letter-spacing: 0.05em;
        border: none;
    }

    .newlsetter input::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #002b7d;
        opacity: 1;
        /* Firefox */
        font-family: "Ubuntu", sans-serif;
    }

    .newlsetter input:-ms-input-placeholder {
        color: #002b7d !important;
        opacity: 1;
        font-family: "Ubuntu", sans-serif;
    }

    .newlsetter input:focus {
        background-color: #ecf1f7;
        color: #002b7d;
    }

    .newlsetter .btn {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 100%;
        padding: 0;
        width: 27px;
        height: 27px;
        background-color: transparent;
        color: #002f86;
    }

    .newlsetter .btn img {
        margin: 0;
    }

    .newlsetter label {
        font-size: 14px;
        line-height: 14px;
        color: #002b7d;
        float: left;
        width: auto;
        margin-left: 30px;
    }

    .newlsetter label a {
        font-size: 14px;
        ;
        line-height: 14px;
        color: #002b7d;
        text-transform: uppercase;
    }

    .newlsetter label a:hover {
        color: #ffea3d;
    }

    /* end Newsletter */
    /* Autocomplete */
    .easy-autocomplete {
        max-width: 100%;
        width: auto !important;
    }

    .eac-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        z-index: 0;
    }

    /*.easy-autocomplete-container ul::before {
	content: " ";
	position: absolute;
	height: 100vh;
	width: 100vw;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.7);
	z-index: -1;
}
*/
    .easy-autocomplete-container ul {
        margin: 0 auto;
        /* max-width: 1140px; */
        background: #F6F6F6;
        border: none;
        padding-bottom: 20px;
        max-height: calc(100vh - 155px);
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 0;
        max-width: 840px;
    }

    .easy-autocomplete-container ul li {
        display: block;
        padding: 12px 12px;
        border: none;
        margin: 0 auto;
    }

    .easy-autocomplete-container ul li div {
        font-size: 14px;
        color: #717073;
        letter-spacing: 2px;
        text-transform: lowercase;
        /* font-weight: 600; */
        overflow: hidden;
    }

    .easy-autocomplete-container ul li>div>div {
        display: block;
        float: left;
        margin-right: 10px;
        max-width: 45px;
        max-height: 45px;
        overflow: hidden;
        vertical-align: middle;
    }

    .easy-autocomplete-container ul li>div p {
        float: left;
        width: calc(100% - 55px);
        margin: 0;
        word-break: normal;
    }

    .easy-autocomplete-container ul li>div img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
    }

    .easy-autocomplete-container ul li:nth-child(odd) {
        background-color: #f1f4f9;
    }

    .easy-autocomplete-container ul li:nth-child(even) {
        background-color: #fff;
    }

    /* end Autocomplete */
    /* Footer */
    footer.footer a,
    footer.footer h4,
    footer.footer li,
    footer.footer p,
    footer.footer span {
        font-size: 14px;
    }

    footer.footer {
        background-color: #fff;
    }

    body.negozi footer.footer {
        border-top: solid 10px #ffea3d;
    }

    footer.footer h4 {
        color: #002b7d;
    }

    footer.footer {
        padding: 30px 0 0;
    }

    .logo-footer {
        width: 200px;
        height: auto;
        margin-bottom: 35px !important;
    }

    footer.footer h4 {
        letter-spacing: 1px;
    }

    .footer-bottom-icon {
        padding: 0;
        border-bottom: none;
    }

    .footer-bottom-icon a {
        background-color: transparent;
        padding: 0;
        box-sizing: content-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 18px;
        height: 18px;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .footer-bottom-icon a:not(:first-child) {
        margin-left: 12px;
    }

    .footer-bottom-icon a i {
        color: #002b7d;
        font-size: 25px;
    }

    .footer-bottom-icon a i {
        font-size: 15px;
    }

    .footer-bottom-icon a {}

    .footer-bottom-icon a img {
        margin-bottom: 0;
    }

    .footer-bottom-icon a img[src$='.svg'] {
        width: 100%;
        height: 100%;
    }

    .footer-bottom-icon a:not(:first-child) {
        margin-left: 10px;
    }

    .footer-bottom-icon a:hover {
        opacity: 0.6;
    }

    footer.footer .footer-categorie a {
        font-size: 14px;
        line-height: 36px;
        color: #002b7d;
        font-weight: bold;
    }

    footer.footer a,
    footer.footer h4,
    footer.footer li,
    footer.footer p,
    footer.footer span {
        color: #002b7d;
    }

    footer.footer hr {
        border-top: 1px solid #ecf1f7;
    }

    footer.footer .footer-liste a:hover {
        text-decoration: none;
        color: #002b7d;
    }

    footer.footer .newsletter {
        margin-top: 0.9rem;
    }

    #footer-top {
        padding-bottom: 0;
    }

    #footer-bottom {
        background-color: #ffea3d;
        padding: 20px 0;
        letter-spacing: 1px;
    }

    #footer-bottom p {
        line-height: 14px;
        font-size: 14px;
    }

    #footer-bottom .privacy-policy a {
        color: #002b7d !important;
    }

    .privacy-policy {
        padding-top: 0;
    }

    footer.footer .privacy-policy a {
        line-height: 21px;
        font-size: 14px !important;
    }

    footer.footer img.logo-quantico {
        margin-bottom: 0;
    }

    footer.footer-checkout.footer #footer-bottom .privacy-policy a {
        color: #ffea3d !important;
    }

    footer.footer.footer-checkout a,
    footer.footer.footer-checkout h4,
    footer.footer.footer-checkout li,
    footer.footer.footer-checkout p,
    footer.footer.footer-checkout span {
        color: #ffea3d !important;
    }

    /* end Footer*/
    /*popup newsletter*/
    #popup-newsletter {
        background-color: #ecf1f7;
        margin: -24px;
        padding: 24px;
        max-width: 640px;
    }

    #popup-newsletter h4 {
        color: #002b7d;
    }

    #popup-newsletter p {
        font-size: 21px;
        font-weight: 300;
        line-height: 30px;
    }

    #popup-newsletter .alert-success {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
    }

    #popup-newsletter .newlsetter input {
        background: #fff;
    }


    #tema-home #tema-slide {
        padding: 50px 0 50px 0;
    }

    #tema-home .product_image {
        max-width: 192px;
        max-height: 198px;
    }

    #tema-home .product_grid_el figure {
        max-width: 192px;
        max-height: 198px;
    }

    #tema-home .product_grid_el {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 767px) {

    .slick-dots li {
        display: inline-block;
        margin-left: 6px;
        margin-right: 6px;
        width: 33px;
        height: 5px;
    }

    .slick-dots li button {
        display: inline-block;
        width: 33px;
        height: 5px;
        border: 0px none;
        background: #fff;
        border-radius: 0;
        padding: 0;
        overflow: hidden;
        text-indent: 9999999px;
        cursor: pointer;
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
}

@media (max-width: 450px) {

    .slick-dots li {
        display: inline-block;
        margin-left: 3px;
        margin-right: 3px;
        width: 23px;
        height: 4px;
    }

    .slick-dots li button {
        display: inline-block;
        width: 23px;
        height: 4px;
        border: 0px none;
        background: #fff;
        border-radius: 0;
        padding: 0;
        overflow: hidden;
        text-indent: 9999999px;
        cursor: pointer;
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
}