/* General */

h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.hidden {
    display: none !important;
}

.btn-cta {
    line-height: 18px;
}

/* 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;
}


.btn-marino-yellow {
    display: block;
    background-color: #ffea3d;
    color: #002f86 !important;
    border-color: #fff;
    -ms-box-shadow: none;
    box-shadow: none;
    border-radius: 5rem !important;
    font-size: 12px !important;
    line-height: 22px !important;
    letter-spacing: .04em !important;
    font-weight: 700 !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    transition: all all .3s ease-in-out;
}

.btn-marino-yellow:hover {
    background-color: #fff;
    color: #002f86 !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: 10px;
    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;
}

.tema-home-wrapper:nth-child(2n) .tema-img {
    order: 2;
}

.tema-home-title h3 {
    color: #002b7d;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: normal;
    margin-bottom: 30px;
}

.tema-home-wrapper:not(:last-child) {
    margin-bottom: 80px;
}

/* 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; */
    flex: none;
    -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: 13px;
    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-item>div.slide-text {
    height: 65% !important;
    padding-top: 0;
    padding-bottom: 0;
}

.slide-primary .slide-text h3 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 50px;
    text-transform: uppercase;
    color: #02266b;
}

.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: 55px;
    height: 5px;
}

.slick-dots li button {
    display: inline-block;
    width: 55px;
    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: 90px;
}

.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;
}

#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 .titleProduct {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #02266b;
}

.descrizioneSEO .descrizione_lunga h1,
.descrizioneSEO .descrizione_aggiuntiva h1 {
    font-size: 1.8rem;
    margin-top: 5px
}

.descrizioneSEO .descrizione_lunga h2,
.descrizioneSEO .descrizione_aggiuntiva h2 {
    font-size: 1.5rem;
    margin-top: 5px
}

.descrizioneSEO .descrizione_lunga h3,
.descrizioneSEO .descrizione_aggiuntiva h3 {
    font-size: 1.2rem;
    margin-top: 5px
}

.descrizioneSEO .descrizione_lunga h4,
.descrizioneSEO .descrizione_aggiuntiva h4 {
    font-size: 1.1rem;
    margin-top: 5px
}

.descrizioneSEO .descrizione_lunga h5,
.descrizioneSEO .descrizione_aggiuntiva h5 {
    font-size: 1.0rem;
    margin-top: 5px
}

.descrizioneSEO .descrizione_lunga h6,
.descrizioneSEO .descrizione_aggiuntiva h6 {
    font-size: 1.0rem;
    margin-top: 5px
}

.descrizioneSEO .descrizione_lunga p,
.descrizioneSEO .descrizione_aggiuntiva p,
.descrizioneSEO .descrizione_lunga,
.descrizioneSEO .descrizione_aggiuntiva {
    font-size: 14px;
}

.product_grid_el .product_link .correlatiTitle {
    font-size: inherit;
    font-weight: inherit;
}

/*
.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: 22%;
    margin: 0 2.5% 2.5% 0;
}

.dettagli-prodotto .correlati-varianti h5 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: normal;
    text-align: left;
    text-transform: none;
    color: #02266b;
    margin: 0 0 15px 0;
}

.prod-detail-buy .input-group {
    border: 1px solid #002b7d;
    border-radius: 30px;
    padding: 10px 0px;
    height: 100%;
}

.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 .alert-msg {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #811d1d;
    display: block;
    margin-top: 3px;
}

.dettagli-prodotto .info-wrap .info-sped {
    font-size: 13px;
    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 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 */

.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: "Ubuntu", 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: 9px;
    line-height: 9px;
    color: #002b7d;
    float: left;
    width: auto;
    margin-left: 30px;
}

.newlsetter label a {
    font-size: 9px;
    ;
    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 */

/* Landing */

.tema-arredo-payoff {
    padding: 120px 0;
    text-align: center;
}

.tema-arredo-payoff h1 {
    color: #002b7d;
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.53px;
}

.tema-arredo-payoff h3 {
    color: #002b7d;
    font-size: 21px;
    letter-spacing: 0.53px;
    line-height: normal;
    font-weight: 400;
}

.tema-arredo-foot {
    background-size: cover;
    width: 100%;
    height: 36vw;
}

.tema-arredo-cta-wrapper {
    padding-bottom: 120px;
}

.tema-arredo-overlay:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
}

/* end Landing */

/* Footer */

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: 10px;
    font-size: 10px;
}

#footer-bottom .privacy-policy a {
    color: #002b7d !important;
}

.privacy-policy {
    padding-top: 0;
}

footer.footer .privacy-policy a {
    line-height: 21px;
    font-size: 10px !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;
}



/******** RESTYLE 2022 ************************************/

#main-menu a.nav-link {
    font-size: 13px;
    letter-spacing: 0.13px;
    font-weight: 700;
}

.megamenu {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

#search form input::placeholder {
    color: #02266b;
    font-weight: 400;
}

#search form input {
    padding-left: 20px;
}

.banner-home-wrapper .banner-menu {
    height: 100%;
}

.download-area span {
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: 0.55px !important;
}



.download-area .category-box a figure .box-image .layer {
    background-color: rgba(0, 0, 0, 0.1);
}

.download-area .category-box a:hover figure .box-image .layer {
    background-color: rgba(0, 0, 0, 0.4);
}

.box-faq.row {
    background: #02266B;
}

.box-faq h2,
.box-faq p {
    color: #fff;
}

.box-faq h2 {
    font-size: 30px;
    font-weight: 700;
}

.box-faq p {
    font-weight: 300;
    font-size: 15px;
}

.download-area h2 {
    font-weight: 700;
    font-size: 24px;
    color: #02266b;
}

#main-menu .megamenu a {
    margin: 0 0 5px 0;
}

#main-menu .megamenu .subchilds>a {
    margin-bottom: 5px;
}

/*#cat-breadcrumb-slide .slick-track {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

#cat-breadcrumb-slide .slick-list {
    margin: 0 5% !important;
    padding: 0 !important;
}

#cat-breadcrumb-slide .category-item {
    padding: 0 15px;
}

#cat-breadcrumb-slide .category-item-small {
    padding: 0 7.5px;
}


.category-item .category-item-square {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background: #ECF1F7;
}

.category-item .category-item-square>img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: multiply;
}

.category-item>a>span {
    font-size: 12px;
    color: #02266b;
    font-weight: 500;
    text-align: center;
    display: block;
}

#cat-breadcrumb-slide .slick-arrow.slick-prev {
    left: 15px;
    top: 50%;
    filter: brightness(1.1);
}

#cat-breadcrumb-slide .slick-arrow.slick-next {
    left: auto;
    right: 15px;
    top: 50%;
    filter: brightness(1.1);
}

.category-item>.btn {
    background: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .05em;
    padding: 5px 15px;
    border-radius: 15px;
    line-height: 18px;
    white-space: normal;
    color: #02266B;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.category-item>.btn span {
    color: inherit;
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.category-item>.btn:hover {
    color: #fff !important;
    background: #02266B;
}

form .form-check.form-small-check .form-check-label {
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-left: 10px;
    vertical-align: middle !important;
}

#cassa2 form .form-check {
    padding: 15px 0;
    border-bottom: none;
    cursor: pointer;
}

.form-check label.form-check-label {
    font-size: 15px !important;
    line-height: 30px !important;
    letter-spacing: 0 !important;
    font-weight: 500 !important;
    color: #575756 !important;
    text-transform: none !important;
}

#cassa2 .form-check .prezzo {
    float: none;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 30px;
    display: inline-block;
    margin: 0px 0 0px 5px;
    line-height: 15px !important;
    vertical-align: super;
}

#cassa2 form .iradio_minimal-grey {
    vertical-align: middle;
    margin-right: 10px;
}

#cassa2 .checkout-help {
    font-size: 12px;
    font-weight: 400;
}

#carrello .row-article .wrapper-img {
    width: 80px;
}

#cassa2 #carrello .row-article .product-info h2,
#cassa2 #carrello .row-article .product-info h2 a {
    font-size: 15px;
    line-height: 24px;
    cursor: default;
}

#cassa2 .final_qty {
    font-size: 14px;
    line-height: 30px;
}

#cassa2 #carrello {
    margin: 0;
    overflow: auto;
    max-height: 520px;
}

#cassa2 #carrello .row-article {
    padding: 25px 0;
}

#cassa2 #carrello .row-article:last-child {
    border-bottom: none;
}

#cassa2 label.checkout-selector {
    height: 100%;
    cursor: pointer;
}

#cassa2 form .checkout-selector .iradio_minimal-grey {
    margin: 5px 15px 30px 0;
    float: left;
}

#cassa2 input[type="radio"],
#cassa2 input[type="checkbox"] {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

#cassa2 input[type="radio"]+label,
#cassa2 input[type="checkbox"]+label {
    margin: -15px 0px 0px 25px;
    vertical-align: middle;
    display: inline-block;
}

#cassa2 .checkout-selector input {
    margin: 5px 10px 40px 0;
    position: static;
    float: left;
}

#cassa2 .bg-gray {
    background: #F1F4F9;
}

#cassa2 label.checkout-selector.tipo-pay,
#cassa2 label.checkout-selector.tipo-spe,
#cassa2 label.checkout-selector.tipo-ship,
#cassa2 .brt-address label.checkout-selector {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

#cassa2 label.checkout-selector.tipo-pay span,
#cassa2 label.checkout-selector.tipo-spe span,
#cassa2 label.checkout-selector.tipo-ship span,
#cassa2 .brt-address label.checkout-selector span {
    font-weight: 300;

}

#cassa2 label.checkout-selector.tipo-spe span.prezzo {
    float: none;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #02266b !important;
    margin: 0 0 0 10px;
    line-height: 15px !important;
}

.disclaimer {
    font-size: 12px;
}

.slick-initialized .slick-slide div {
    display: flex;
    flex-direction: column;
}

#cart-count {
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 2;
    background: #FFF200;
    color: #02266B;
    border-radius: 50%;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

.checkout-header h3 a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.checkout-header #heading {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#cassa2 label.error {
    color: #cc0000;
    text-transform: capitalize;
    font-weight: 500;
}

#cassa2 .msg-error>i {
    margin: 4px 10px 0 0;
}

#checkout-cart {
    padding: 28px;
    background: #f1f4f9;
}

#cassa2 h2.col-title {
    padding-bottom: 0.2rem;
}

#cassa2 hr {
    margin-bottom: 2rem;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

#main-menu .nav-item:hover .megamenu {
    max-height: calc(95vh - 180px);
    overflow: auto;
}

#main-menu .megamenu .subchilds>a {
    margin-bottom: 4px;
}

.dettagli-prodotto .slide-thumbs .thumb>a {
    display: block;
    border: 1px solid #dadada;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.thumb-video>a>i {
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 22px;
    background: #fff;
    padding: 35% 14px;
    text-decoration: none;
}

.thumb-video>a:hover {
    text-decoration: none;
}

.error {
    color: red;
}

.description-category-home {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0;
    font-weight: 300;
    color: #525252;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 2rem;
}

#tema-home #tema-slide .slick-arrow {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 99;
}

#tema-home #tema-slide .slick-arrow.slick-next {
    left: auto;
    right: 30px;
}

#tema-home #tema-slide {
    padding: 0 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mx-10 {
    margin: 0 5%;
}

/* .category-item-rect img,
.category-item-rect {
    width: 160px;
    height: 220px;
} */

.has-img .category-item>a>span.text-inthe-box,
.txt-white>a>span.text-inthe-box {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0;
    font-weight: 500;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    width: 100%;
    /*POSITIONING*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.numArt {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin: 0;
}

#order_options,
#order_options+label {
    border: none;
    height: fit-content;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 700;
    color: #02266B;
}

#order_options.custom-select {
    background: #fff url("../../img/icone/arrow_down_select.svg") no-repeat right .75rem center;
    background-size: 12px;
    background-position-y: inherit;
    padding: .375rem 1.95rem .485rem .75rem;
    padding-top: 0;
    padding-bottom: 0;
}

#order_options.custom-select:focus {
    box-shadow: none;
}

#order_options+label {
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 0;
}

#page-title #cat-breadcrumb-slide .slick-slide div .category-box a.btn {
    display: block;
    width: 100%;
}

#page-title.has-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#page-title.has-img ol a,
#page-title.has-img ol li,
#page-title.has-img ol li.breadcrumb-item+.breadcrumb-item::before,
#page-title.has-img .description-category-home,
#page-title.has-img h1 {
    color: #fff;
}

#page-title.has-img #cat-breadcrumb-slide .slick-track {
    align-items: unset;
}

#page-title.has-img #cat-breadcrumb-slide,
#page-title.has-img #cat-breadcrumb-slide .slick-list,
#page-title.has-img #cat-breadcrumb-slide .slick-track {
    height: 125px;
}

#page-title.has-img #cat-breadcrumb-slide .slick-slide {
    margin: 0 15px;
    /* height: auto; */
    /* width: 100% !important; */
    /* width: fit-content !important; */
}

#page-title.has-img #cat-breadcrumb-slide .slick-slide div .category-box {
    margin: 0 !important;
    height: 100%;
}

#page-title.has-img #cat-breadcrumb-slide .slick-slide div {
    height: 100%;
}

#page-title.has-img #cat-breadcrumb-slide .slick-slide div .category-box a.btn {
    padding: 17px 27px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    height: 100%;
}

#page-title.has-img #cat-breadcrumb-slide .slick-slide div .category-box a.btn>span {
    position: relative !important;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #02266B;
    top: auto;
    left: auto;
    transform: unset;
}

#page-title.has-img #cat-breadcrumb-slide .slick-slide div .category-item>.btn:hover {
    color: #02266B !important;
    background: #fff;
}

.dettagli-prodotto .product-info #cart .btn-marino {
    font-size: 18px;
}

@media (max-width: 767px) {
    .home .category-box.grid-home .box-image {
        padding-top: 185px;
    }

    .mx-10 {
        margin: 0;
    }

    /* .category-item-rect img,
    .category-item-rect,
    #cat-breadcrumb-slide .slick-slide {
        width: 132px;
        height: 180px;
    } */

    #cat-breadcrumb-slide .slick-track {
        justify-content: start;
    }

    #page-title.has-img #cat-breadcrumb-slide .slick-slide {
        margin: 0 7px;
        display: flex;
        justify-content: center;
    }

    #page-title.has-img #cat-breadcrumb-slide .slick-slide div .category-box a.btn {
        padding: 17px 0;
        width: 140px;
        height: 125px;
    }

    .dettagli-prodotto .product-info #cart .btn-marino {
        padding: 10px 10px;
        height: 60px;
        border-radius: 0 30px 30px 0;
        font-size: 14px !important;
        line-height: 14px;
        font-weight: 700;
    }

    .dettagli-prodotto .product-info .titleProduct {
        font-size: 26px;
        line-height: 27px;
        font-weight: 400;
        color: #02266b;
    }

    .dettagli-prodotto .product-info .price {
        font-size: 26px;
        line-height: 27px;
    }
}

#site-header {
    padding: 0px;
    z-index: 9999;
    position: sticky;
    top: 0;
}

.custom-faq-mobile {
    cursor: pointer;
}

.custom-faq-mobile::after {
    display: none;
}

.w-fit {
    width: fit-content;
}

.h-aviable {
    height: -webkit-fill-available;
}

.mask {
    background-color: #00000056;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .products #cat-breadcrumb-slide .slick-slide {
    width: fit-content !important;
} */

#cat-breadcrumb-slide .slick-list .slick-track .slick-slide div {
    flex-direction: row;
}

#tema-slide .slick-dots li button {
    background-color: #939393 !important;
    display: inline-block;
    width: 39px;
    height: 5px;
    border: 0px none;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    text-indent: 9999999px;
    cursor: pointer;
    opacity: 0.17;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#tema-slide .slick-dots li {
    display: inline-block;
    margin-left: 3.5px;
    margin-right: 3.5px;
    width: 39px;
    height: 5px;
}

#tema-slide .slick-dots li.slick-active button,
#tema-slide .slick-dots li:hover button {
    opacity: 1;
}

#page-title ol a,
#page-title ol li {
    font-size: 12px;
    letter-spacing: 0;
}

/* LANDING */
.img-hero-landing {
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

.middle-banner-landing {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

#page-title h1.page-title-landing {
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    line-height: 67.2px;
}

#page-title p.page-subtitle-landing {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

.box-blue-marino {
    background-color: #02256B;
    border-radius: 20px;
    padding: 56px 150px;
    z-index: 100;
}

.logo-newsletter-box .text-wrapper h3 {
    font-size: 34px;
    line-height: normal;
    font-weight: 700;
    color: #FFEA3D;
}

#news-disc-form input[type="email"],
#prefoot-news-form input[type="email"] {
    background-color: transparent;
    border-radius: 0;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    border: 0;
    border-bottom: 1px solid #fff;
    color: white;
}

#news-disc-form input[type="email"]::placeholder,
#prefoot-news-form input[type="email"]::placeholder {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    border: 0;
    color: white;
    background-color: transparent;
}

#comm-news-form input[type="email"] {
    background-color: transparent;
    border-radius: 0;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    border: none;
    border-bottom: solid 1px #40424B;
    color: #40424B;
}

#news-disc-form .remove-style,
#prefoot-news-form .remove-style {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    float: left;
    width: auto;
    margin-left: 30px;
}

#comm-news-form .remove-style {
    font-size: 12px;
    line-height: 14px;
    color: #40424B;
    float: left;
    width: auto;
    margin-left: 30px;
}

#prefoot-news-form .btn-form-discount,
#news-disc-form .btn-form-discount {
    padding: 10px 20px;
    border-radius: 60px;
    background-color: #fff;
    color: #40424B;
    font-size: 18px;
    font-weight: 700;
}

#comm-news-form .btn-form-discount {
    padding: 10px 20px;
    border-radius: 60px;
    background-color: #02256B;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

#news-disc-form .btn-form-discount img,
#prefoot-news-form .btn-form-discount img,
#comm-news-form .btn-form-discount img {
    margin: 0;
    width: 20px;
    height: 20px;
}

.text-info-box {
    color: #40424B;
    font-size: 15px;
    font-weight: 500;
}

.landing-content {
    padding: 350px 0 0;
}

.title-trustpilot {
    color: #02266B;
    font-size: 24px;
    font-weight: 700;
}

.sub-trustpilot {
    color: #40424B;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
}

.bg-azzurrino {
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #ECF1F7;
}

/* .bg-azzurrino::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    top: 50%;
    left: 0;
    background-color: #ECF1F7;
    transform: translate(0, -70%);
} */

.title-camera {
    color: #02256B;
    font-size: 45px;
    font-weight: 700;
}

.sub-camera {
    color: #40424B;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}

.bg-azzurro {
    background: #D8E1ED;
    padding: 124px 0;
}

.info-text-sub {
    font-size: 24px;
    font-weight: 700;
    color: #02266B;
}

.title-products-arredamento {
    font-size: 45px;
    font-weight: 700;
    color: #02266B;
}

.sub-products-arredamento {
    font-size: 20px;
    font-weight: 300;
    color: #40424B;
    line-height: 28px;
}

.prodotti-grid-section {
    padding-bottom: 5%;
}

.prodotti-grid-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    background-color: #D8E1ED;
    z-index: -1;
}

.title-prod-grid {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #02266B;
}

.sub-prod-grid {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    color: #40424B;
}

.space-t-150 {
    padding-top: 150px;
}

.title-marino-azienda {
    color: #02256B;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
}

.sub-marino-azienda {
    color: #40424B;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.rounded-15 {
    border-radius: 15px;
}

.box-gray {
    border-radius: 54px;
    background: #ECF1F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 43px 29px;
}

.box-gray h4 {
    color: #02256B;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.valori-title {
    color: #02256B;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
}

.title-media {
    color: #FFF;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
}

.sub-media {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.box-white-media {
    background: #FFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
    padding: 57px 113px;
}

.box-white-media .cit-media {
    color: #40424B;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.box-white-media .media-name {
    color: #40424B;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}

.meida-hero {
    height: 90vh;
}

.bg-blue {
    background: #02256B;
    padding-top: 96px;
    padding-bottom: 96px;
}

.info-community {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.fancybox-container {
    z-index: 10000000;
}

.cart_qta {
    border: 0px none;
    margin: 0px 10px;
    cursor: pointer;
    border-radius: 30px;
}

.cart_qta:focus {
    box-shadow: none;
    border-color: transparent;
}

.mp-pusher.mp-pushed {
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    transform: unset !important;
}

.mp-pusher.mp-pushed #mp-menu.mp-menu,
#mp-menu.mp-cover>.mp-level.mp-level-open {
    height: 100vh !important;
}

#mp-menu.mp-menu {
    z-index: 10000000;
}

.error-msg {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    text-align: start;
}

.mcforms-wrapper~.iubenda-tp-btn:not(.iubenda-floatable-tb-btn)[data-tp-float][data-tp-float=bottom-left] {
    bottom: 70px !important;
}