/* SHOP HEADER */

.shop-header {
    padding-top: 35px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    min-height: 185px;
    padding-bottom: 0 !important;
}

#header-top {
    position: relative;
    border-bottom: 7px solid #26BAD8;
    padding-bottom: 32px;
    text-align: left;
}
.logo-top {
    background-image: url('resources/logo-shop.png');
    width: 231px;
    height: 39px;
    background-size: 231px 39px;
    background-position: center center;
    display: inline-block;
}
#header-bottom {
    text-align: left;
    position: relative;
}
.zui-nav-menu .zui-nav-menu__inner .menu > .menu-item > .sub-menu {
    display: none;
    padding: 30px 25px 18px;
    position: absolute;
    min-width: 320px;
    top: 69px;
    width: max-content;
    left: -40px;
    max-width: 320px;
    text-align: left;
    background-color: black;
    background-color: #1f2226;
    border-top: 16px solid #ffffff;
    z-index: 999;
}
.zui-nav-menu .zui-nav-menu__inner .menu > .menu-item > .sub-menu:before {
    content: "";
    color: #26BAD8;
    font-family: "icons-zaki";
    top: -12px;
    left: 86px;
    position: absolute;
}
.zui-nav-menu .zui-nav-menu__inner .menu > .menu-item:first-child > .sub-menu:before {
    left: 62px;
}

.zui-nav-menu .zui-nav-menu__inner .menu > .menu-item > a {
    padding-top: 25px;
    padding-bottom: 29px;
}
.zui-nav-menu .zui-nav-menu__inner .menu > .menu-item > .sub-menu > .menu-item { 
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
}
.zui-nav-menu .zui-nav-menu__inner .menu > .menu-item > .sub-menu > .menu-item > a { 
    color: #26BAD8;
    font-weight: 700;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 22px;
}
.zui-nav-menu .zui-nav-menu__inner .menu > .menu-item > .sub-menu > .menu-item > a:hover:after { 
    content: ' ';
    position: absolute;
    left: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #26bad8;
    top: 9px;
}
.back-to-website {
    line-height: 28px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 22px;
    text-decoration: none;
    font-size: 12px;
    color: #26BAD8;
    font-weight: 600;
    font-family: "Intelo", sans-serif;
}
.akern-institutional {
    background-image: url('resources/logo-alone.png');
    width: 33px;
    height: 28px;
    background-size: 33px 28px;
    background-position: center center;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}
#user-menu {
    position: absolute;
    right: 0;
    top: 10px;
}
#user-menu li {
    display: inline-block;
    margin-left: 20px;
}
#user-menu li a {
    font-family: "Intelo", sans-serif;
    line-height: 20px;
    display: block;
    font-size: 11px;
    color: #575555;
    text-decoration: none;
}
.icon-account {
    background-image: url('resources/icon-account.png');
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}
.icon-cart {
    background-image: url('resources/icon-cart.png');
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}
.asl_w_container.asl_w_container_1 {
    position: absolute;
    top: 8px;
    right: 235px;
    width: 350px;
}

/* SLIDER HOME */

#shop_main-slider {
    margin-top: 185px;
    padding-top: 62px;
    padding-bottom: 120px;
    background-color: #F4F4F4;
}
.slider-bg {
    height: 568px;
    background-size: cover;
    background-position: center center;
    background-image: url('resources/slider-bg.png');
}
#shop_main-slider .slick-slider {
    margin-bottom: 0;
}
#shop_main-slider .slick-dots li button:before {
    font-size: 13px;
    opacity: 1;
    color: #575555;
}
#shop_main-slider .slick-dots li {
    margin: 0 2px;
}
#shop_main-slider .slick-dots li.slick-active button:before,
#shop_main-slider .slick-dots li:hover button:before {
    color: #26BAD8;
}
#shop_main-slider .slick-dots {
    bottom: -60px;
}
#shop_main-slider .slider-bg > div {
    padding: 55px 50px;
    position: relative;
    height: 100%;
}
#shop_main-slider .slider-bg .suptitle {
    font-family: "Intelo", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 42px;
}
#shop_main-slider .slider-bg .title {
    color: #ffffff;
    font-size: 56px;
    font-weight: 700;
    font-family: "Intelo", sans-serif;
    line-height: 52px;
    margin-bottom: 25px;
}
#shop_main-slider .slider-bg p {
    font-family: "Intelo", sans-serif;
    font-size: 19px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 400;
}
#shop_main-slider .slider-bg .discount {
    width: 77px;
    height: 77px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-color: #000000;
    display: block;
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 28px;
    line-height: 77px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Intelo", sans-serif;
    text-align: center;
}
#shop_main-slider .slider-bg .cta {
    position: absolute;
    bottom: 65px;
    left: 50px;
}
#shop_main-slider .slider-bg .discount+.cta {
    left: 150px;
}
#shop_main-slider .slider-bg img {
    position: absolute;
    right: -22%;
    /*bottom: -46%;*/
    bottom: -22%;
    max-width: 1040px;
}

/* CATEGORIE IN HOME */
#shop_categories {
    background-color: #ffffff;
}
#shop_categories .inner-wrapper {
    padding-top: 95px;
    padding-bottom: 158px;
}
#shop_categories .suptitle {
    font-family: "Intelo", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-align: center;
}
#shop_categories .title {
    font-weight: 700;
    font-family: "Intelo", sans-serif;
    font-size: 38px;
    line-height: 43px;
    margin-bottom: 12px;
    text-align: center;
}
#shop_categories .text {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 40px;
    text-align: center;
    font-family: "Intelo", sans-serif;
}
#shop_categories {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    position: relative;
    z-index: 10;
}
#shop_categories .zui-tile__inner img {
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto 15px;
}
#shop_categories .slick-slide > div {
    margin: 0 15px;
}
#shop_categories .slick-slide .title {
    font-weight: 700;
    font-family: "Intelo", sans-serif;
    color: #000000;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 17px;
}
#shop_categories .slider-container {
    margin-left: -15px;
    margin-right: -15px;
}
#shop_categories .slider-container .slider {
    margin-bottom: 0;
}

/* BOX PRODOTTI HOME E CORRELATI */
.c-shopbox {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    position: relative;
    padding-top: 120px;
    padding-bottom: 156px;
    background-color: #ffffff;
}
.c-shopbox__grey {
    background-color: #F4F4F4;
}
.c-shopbox .inner-wrapper > .title {
    border-top: 7px solid #26BAD8;
    padding-top: 35px;
    font-family: "Intelo", sans-serif;
    color: #000000;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 25px;
    font-weight: 700;
}
.c-shopbox .slider-container {
    margin-left: -15px;
    margin-right: -15px;
}
.c-shopbox .slider-container .slider {
    margin-bottom: 0;
}
.c-shopbox .slick-slide > div {
    margin: 0 15px;
    text-align: left;
}
.c-shopbox .zui-tile > .zui-tile__inner {
    padding: 28px;
    text-align: left;
    position: relative;
    padding-bottom: 280px;
}
.c-shopbox .zui-tile > .zui-tile__inner .suptitle {
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Intelo", sans-serif;
    margin-bottom: 22px;
    font-weight: 400;
}
.c-shopbox .zui-tile > .zui-tile__inner .title {
    font-size: 24px;
    line-height: 22px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Intelo", sans-serif;
    margin-bottom: 30px;
    font-weight: 700;
}
.c-shopbox .zui-tile > .zui-tile__inner .discount {
    font-size: 15px;
    line-height: 16px;
    color: #000000;
    text-transform: uppercase;
    font-family: "Intelo", sans-serif;
    font-weight: 400;
}
.c-shopbox .zui-tile > .zui-tile__inner img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.c-shopbox .zui-tile > .zui-tile__inner .icon {
    position: absolute;
    bottom: 27px;
    left: 27px;
}
.c-shopbox .slick-prev:before {
    font-family: "icons-zaki";
    content: "";
    color: black;
    font-size: 32px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
}
.c-shopbox .slick-next:before {
    font-family: "icons-zaki";
    content: "";
    color: black;
    font-size: 32px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
}
.c-shopbox .slick-prev {
    left: -45px;
}
.c-shopbox .slick-next {
    right: -35px;
}
.c-shopbox .strengths .s-str {
    width: 25%;
    float: left;
}
.c-shopbox .strengths {
    margin-left: -15px;
    margin-right: -15px;
}
.c-shopbox .strengths .s-str div {
    margin: 0 15px;
    background-color: #ffffff;
    text-align: center;
    display: block;
    padding: 50px 30px;
}
.c-shopbox .strengths img {
    width: 110px;
    margin-bottom: 15px;
}
.c-shopbox .strengths .title {
    text-transform: uppercase;
    font-family: "Intelo", sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
}
.c-shopbox .strengths .desc {
    font-family: "Intelo", sans-serif;
    font-size: 15px;
    line-height: 17px;
}

/* SHOP CATEGORIES */

#shop-opening {
    margin-top: 185px;
    padding-top: 20px;
    padding-bottom: 80px;
    background-color: #F4F4F4;
}
#shop-opening img.cat-icon {
    width: 107px;
    height: auto;
    margin-bottom: 10px;
}
#shop-opening h1 {
    font-family: "Intelo", sans-serif;
    font-size: 56px;
    line-height: 60px;
    font-weight: 700;
    color: #000000;
}
#breadcrumbs {
    text-align: right;
    font-size: 11px;
    font-family: "Intelo", sans-serif;
    line-height: 15px;
    margin-bottom: 48px;
}
#breadcrumbs .breadcrumb_last {
    font-weight: 700;
}
#breadcrumbs * {
    text-decoration: none;
}

/* SHOP LIST */
.single-in-list {
    width: 25%;
    float: left;
}
.single-in-list .zui-tile {
    margin-left: 15px;
    margin-right: 15px;
}
.c-shopbox.archive-variant {
    padding-top: 90px;
    padding-bottom: 150px;
}

/* SINGLE PRODUCT */
.prod-tab-content {
    width: 55%;
    padding-right: 50px;
    float: left;
}
.ask-for-informations {
    width: 45%;
    background-color: #F2F2F2;
    padding: 35px 30px;
    float: left;
}
.ask-for-informations h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    font-family: "Intelo", sans-serif;
    margin-bottom: 20px;
}
.ask-for-informations p {
    font-family: "Intelo", sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
}
.ask-for-informations .button {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.prod-tab-content p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Intelo", sans-serif;
    margin-bottom: 20px;
}
.prod-tab-content p strong {
    font-weight: 700;
}
.c-shopbox.single-variant {
    padding-top: 50px;
    padding-bottom: 70px;
    position: relative;
}
.prod-tab-buttons {
    position: absolute;
    top: -50px;
}
.prod-tab-buttons li {
    display: inline-block;
    min-width: 246px;
    border-bottom: 9px solid #26BAD8;
    padding-bottom: 16px;
    font-family: "Intelo", sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
}
#shop-opening.single-variant {
    padding-bottom: 130px;
}
#shop-opening.cart-variant h1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 30px;
}
.woocommerce-info, .woocommerce-message, .woocommerce-error {
    font-family: "Intelo", sans-serif;
    background-color: #ffffff;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 250px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px !important;
    background-color: #ffffff !important;
    border: 0 !important;
    font-size: 11px !important;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -o-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    height: 45px;
    line-height: 45px;
    padding: 0 30px !important;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -o-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px;
    background-color: #26BAD8 !important;
    border: 0 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    color: #ffffff !important;
    font-family: "Intelo", sans-serif;
    font-weight: 700;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #35CAE8 !important;
}
.cart_totals h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: "Intelo", sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
}
.woocommerce table.shop_table {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 35%;
}
.woocommerce-cart #shop-opening img {
    max-width: 55px;
    margin-bottom: 0 !important;
}
.woocommerce table.shop_table * {
    font-family: "Intelo", sans-serif;
}
.woocommerce-cart table.cart th {
    background-color: #ffffff;
    color: #26BAD8;
    font-weight: 700;
}
.woocommerce-cart .product-name a {
    font-weight: 700;
    text-decoration: none;
}
.woocommerce-cart .product-price, 
.woocommerce-cart .product-subtotal {
    font-weight: 700;
}

.woocommerce-page .cart-collaterals th {
    background-color: #ffffff;
    font-weight: 700;
}
.woocommerce-page .cart-collaterals .order-total {
    font-weight: 700;
}

.woocommerce a.remove {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    line-height: 21px;
    background-color: #ffffff;
}
/*.checkout-button {
    pointer-events: none !important;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    -ms-opacity: 0.5;
    opacity: 0.5;
}*/
#product-left {
    width: 43%;
    padding-right: 40px;
    float: left;
}
#product-left img {
    background-color: #26BAD8;
    box-shadow: inset 0px 0px 150px #09568e;
    color: #ffffff;
    /*padding-top: 60px;*/
    width: 100%;
}
#product-right {
    width: 57%;
    float: left;
}
#product-right h1 {
    font-size: 35px;
    margin-bottom: 28px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Intelo", sans-serif;
}
.product-sku {
    background-color: #ffffff;
    padding: 0 40px 0 15px;
    font-size: 13px;
    color: #111111;
    font-family: "Intelo", sans-serif;
    line-height: 30px;
    padding-bottom: 2px;
}
.product-sku strong {
    font-weight: 700;
    color: #26BAD8;
}

#product-infos p {
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 16px;
    font-family: "Intelo", sans-serif;
}
#product-infos p span {
    width: 170px;
}
#product-infos p strong {
    font-weight: 700;
}
#product-infos hr {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #C1C0C0 !important;
}
#product-infos p del {
    font-size: 30px;
    color: #868686;
    font-weight: 700;
    margin-right: 30px;
}
#product-infos p ins {
    text-decoration: none;
    color: #26BAD8;
    font-weight: 700;
    font-size: 35px;
}

.woocommerce a.button.zk-add-to-cart-button {
    display: block;
    width: 70% !important;;
    margin: 0 15% 0 !important;
    text-align: center !important;
    height: 56px !important;
    line-height: 56px !important;
    -webkit-border-radius: 56px !important;
    -moz-border-radius: 56px !important;
    -o-border-radius: 56px !important;
    -ms-border-radius: 56px !important;
    border-radius: 56px !important;
    font-size: 14px !important;
}

.woocommerce table.shop_table, 
.woocommerce-cart .cart-collaterals .cart_totals table {
    border-left: 0;
    border-right: 0;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents {
    border-top: 0;
}

.no-product-text {
    font-family: "Intelo", sans-serif;
}
.no-product-text em {
    font-style: italic;
}

.single-discount {
    width: 77px;
    height: 77px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-color: #000000;
    display: block;
    float: right;
    font-size: 28px;
    line-height: 77px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Intelo", sans-serif;
    text-align: center;
    margin-left: 20px;
}

/* RETINA */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .logo-top {
        background-image: url('resources/logo-shop@2x.png');
    }
    .slider-bg {
        background-image: url('resources/slider-bg@2x.png');
    }
    .akern-institutional {
        background-image: url('resources/logo-alone@2x.png');
    }
    .icon-account {
        background-image: url('resources/icon-account@2x.png');
    }
    .icon-cart {
        background-image: url('resources/icon-cart@2x.png');
    }
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    #product-infos p {
        font-size: 14px;
    }
    #product-infos p span {
        width: 150px;
    }
    #product-infos p del {
        font-size: 21px;
        margin-right: 15px;
    }
    #product-infos p ins {
        font-size: 25px;
    }

    .slider-bg {
        height: 450px;
    }
    #shop_main-slider .slider-bg img {
        max-width: 800px;
    }

    .c-shopbox .single-in-list {
        width: 33.333%;
    }
}
@media (max-width: 1100px) {
    .c-shopbox .strengths .s-str {
        width: 50%;
        margin-top: 30px;
    }
    #shop_main-slider .slider-bg .title {
        font-size: 35px;
        line-height: 32px;
    }
    #shop_main-slider .slider-bg p {
        font-size: 17px;
        line-height: 18px;
        max-width: 250px;
    }
}
@media (max-width: 950px) {
    .asl_w_container.asl_w_container_1 {
        display: none;
    }
}
@media (max-width: 900px) {
    #product-left, #product-right, .prod-tab-content {
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .ask-for-informations {
        width: 100%;
        float: none;
    }
    #product-left {
        margin-bottom: 30px;
    }
    #prod-sp-space {
        display: none !important;
    }
    .prod-tab-content {
        margin-bottom: 30px;
    }

    #shop_main-slider .slider-bg img {
        max-width: 650px;
    }
    .slider-bg {
        height: 400px;
    }
    .slider-bg > div > * {
        z-index: 3;
    }
    .slider-bg > div > img {
        z-index: 2;
    }
    .slider-bg > div .title, 
    .slider-bg > div .suptitle, 
    .slider-bg > div p {
        position: relative;
    }
    #shop_main-slider .slider-bg .suptitle {
        margin-bottom: 20px;
    }
}
@media (max-width: 850px) {
    .c-shopbox .single-in-list {
        width: 50%;
    }
}
@media (max-width: 700px) {
    .c-shopbox .strengths .s-str {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .c-shopbox .strengths .s-str div {
        padding: 25px 20px;
    }
    .c-shopbox .strengths .title {
        font-size: 14px;
        line-height: 16px;
    }
    .c-shopbox .strengths .desc {
        font-size: 13px;
        line-height: 15px;
    }
    .c-shopbox {
        padding-top: 45px;
        padding-bottom: 35px;
    }
    #shop_categories .inner-wrapper {
        padding-top: 45px;
        padding-bottom: 55px;
    }
    #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
        width: 48%;
    }
    .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        text-overflow: ellipsis;
        overflow: hidden;
    }
    #shop-opening.cart-variant h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .cart_totals h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }
    #shop_categories .inner-wrapper > .title,
    #shop_categories .inner-wrapper > .uptitle,
    #shop_categories .inner-wrapper > .text,
    .here-slider-cont .inner-wrapper > .title {
        margin-left: 5%;
        margin-right: 5%;
        padding-left: 25px;
        padding-right: 25px;
        border-top: 0;
        padding-top: 0;
    }
    #shop_categories .suptitle {
        margin-bottom: 20px;
    }
    #shop_categories .inner-wrapper > .title {
        font-size: 25px;
        line-height: 28px;
    }
    #shop_categories .inner-wrapper > .text {
        font-size: 17px;
        line-height: 20px;
    }
    #shop_categories .inner-wrapper, 
    .here-slider-cont .inner-wrapper {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #shop_categories .slider-container,
    .here-slider-cont .slider-container {
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    #product-infos p span, 
    #product-infos p strong {
        display: block;
        width: 100%;
    }
    
    #product-infos p span {
        margin-bottom: 5px;
    }
    #product-infos p {
        padding-top: 10px;
        margin-bottom: 10px;
    }
    #product-right h1 {
        font-size: 25px;
        line-height: 28px;
    }
    .single-discount {
        width: 55px;
        height: 55px;
        font-size: 18px;
        line-height: 55px;
        margin-right: -20px;
    }
    .product-sku {
        margin-bottom: 20px;
        width: max-content;
        padding: 0 15px;
    }
}
@media (max-width: 550px) {
    .c-shopbox .strengths img {
        width: 55px;
        margin-bottom: 10px;
    }
    .c-shopbox .strengths .s-str {
        width: 100%;
    }
    .logo-top {
        width: 150px;
        height: 25px;
        background-size: 150px 25px;
    }
    #user-menu {
        top: 0;
    }
    #header-top {
        padding-bottom: 15px;
    }
    #header {
        padding-top: 22px;
    }
    .shop-header {
        min-height: 135px;
    }
    .back-to-website {
        top: 18px;
    }
    #shop-opening {
        margin-top: 135px;
    }

    #shop_main-slider .slider-bg img {
        display: none !important;
    }
    .slider-bg {
        height: 350px;
    }
    #shop_main-slider {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    #shop_main-slider .inner-wrapper {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #shop_main-slider .slick-dots {
        bottom: -40px;
    }
    #shop_main-slider .slider-bg p {
        max-width: 100%;
        font-size: 15px;
        line-height: 17px;
    }
    #shop_main-slider .slider-bg .title {
        font-size: 25px;
        line-height: 27px;
    }
    #shop_main-slider .slider-bg .discount {
        margin-left: -25px;
    }
    #shop_main-slider .slider-bg .discount+.cta {
        left: 125px;
    }
    .c-shopbox .single-in-list {
        width: 100%;
    }

    #shop-opening img.cat-icon {
        width: 53.5px;
    }
    #shop-opening h1 {
        font-size: 30px;
        line-height: 33px;
    }

    #breadcrumbs {
        margin-bottom: 20px;
    }
    #shop-opening {
        padding-bottom: 35px;
    }

    .c-shopbox.archive-variant {
        padding-top: 30px;
        padding-bottom: 45px;
    }

    #shop_main-slider {
        margin-top: 135px;
    }
}

.c-shopbox .zui-tile > .zui-tile__inner .title {
    height: 89px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cart-collaterals .cross-sells {
    display: none !important;
}

@media (max-width: 500px) {
    body.single-product .woocommerce #middle .inner-wrapper {
        padding-left: 7px;
        padding-right: 7px;
    }
    #breadcrumbs {
        text-align: left;
    }
}

@media (max-width: 450px) {
    #shop-opening h1, 
    .ask-for-informations h3 {
        font-size: 24px;
        line-height: 26px;
    }
}

.slider .zui-tile {
    position: relative;
}

.c-shopbox .zui-tile > .zui-tile__inner .title {
    font-size: 22px;
    line-height: 21px;
    height: 84px;
}

.exception-cavi-paziente .title {
    font-size: 17px !important;
    line-height: 18px !important;
    height: 90px !important;
    -webkit-line-clamp: 5 !important;
    line-clamp: 5 !important;
}

.woocommerce form .show-password-input, .woocommerce-page .special-container-grey form .show-password-input {
    top: 50%;
    margin-top: -9px;
}

body.page-id-3728 .zui-section--opening .zui-section__inner, 
body.page-id-3729 .zui-section--opening .zui-section__inner {
    height: 300px;
}

@media (min-width: 501px) {  
    body.page-id-3728 .zui-section--opening .zui-section__inner, 
    body.page-id-3728 .zui-section--opening .zui-section__inner {
        margin-bottom: -60px;
    }
}

.cart-product-num {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #26BAD8;
    display: block;
    color: #ffffff;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 100%;
    line-height: 16px;
}

.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-error {
    background-color: #f7f6f7 !important;
}

@media (max-height: 700px) {
    #modal-new-address form, 
    #modal-edit-address form {
        bottom: 0 !important;
        overflow-y: auto;
    }
}
@media (max-width: 500px) {
    #modal-new-address form,
    #modal-edit-address form {
        top: 135px !important;
    }
}

.woocommerce .woocommerce-customer-details address {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #f7f6f7;
    padding: 20px;
    margin-bottom: 20px;
    font-family: "Intelo", sans-serif;
    color: #111111;
    font-size: 17px;
    line-height: 23px;
}
.woocommerce .woocommerce-customer-details address p {
    margin-bottom: 0 !important;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-date time {
    font-size: 13px !important;
    margin-bottom: 0 !important;
    line-height: 1.5em;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .woocommerce-button {
    height: 30px !important;
    line-height: 30px !important;
    padding: 0 15px !important;
}

body.page-id-3728 .woocommerce-info {
    background-color: #f7f6f7;
}
body.page-id-3728 #order_review_heading {
    padding-top: 20px;
}

body.page-id-3728 .woocommerce-input-wrapper {
    display: block;
}
body.page-id-3728 .col.col--content form input[type="text"], 
body.page-id-3728 .col.col--content form input[type="tel"], 
body.page-id-3728 .col.col--content form input[type="email"], 
body.page-id-3728 .col.col--content form select,  
body.page-id-3728 .col.col--content form .select2 {
    background-color: #FFF;
    font-weight: 300;
    border-radius: 0px;
    border: 2px solid #eeeeee;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    width: 100%;
    display: block;
    font-family: "Intelo", sans-serif;
    font-size: 15px;
    width: 100%;
}
body.page-id-3728 .col.col--content form .select2 .selection {
    width: 100%;
    display: block;
    height: 46px;
    line-height: 46px;
}
body.page-id-3728 .col.col--content form .select2-selection,
body.page-id-3728 .col.col--content form .select2-selection__rendered {
    height: 46px;
    line-height: 46px;
    border: 0 !important;
    padding: 0 !important;
}
body.page-id-3728 .col.col--content form .select2-selection__rendered > span {
    padding: 0 !important;
}
body.page-id-3728 .col.col--content form .select2 .select2-selection__arrow {
    height: 46px;
    line-height: 46px;
}
.select2-results__option, 
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    font-family: "Intelo", sans-serif;
    font-size: 14px;
}


body.page-id-3728 .col.col--content form textarea {
    background-color: #FFF;
    font-weight: 300;
    border-radius: 0px;
    border: 2px solid #eeeeee;
    height: 50px;
    width: 100%;
    display: block;
    font-family: "Intelo", sans-serif;
    font-size: 15px;
    padding: 12px 16px;
    line-height: 22px;
    min-height: 100px;
    max-width: 100%;
    min-width: 100%;
}
body.page-id-3728 .col.col--content form input[type="text"]:focus, 
body.page-id-3728 .col.col--content form input[type="tel"]:focus, 
body.page-id-3728 .col.col--content form input[type="email"]:focus, 
body.page-id-3728 .col.col--content form textarea:focus {
    outline: 0;
}

#fiscal_code_field .optional, 
#vat_number_field .optional, 
#sdi_code_field .optional {
    display: none;
}

@media (max-width: 1100px) {
    .shop-header .menu-menu-principale-container {
        top: 185px !important;
    }
}
@media (max-width: 550px) {
    .shop-header .menu-menu-principale-container {
        top: 135px !important;
    }
}
.shop-header #mobile-menu-opener {
    top: 23px;
    height: 20px;
}
.shop-header #mobile-menu-opener:after {
    top: 7px;
}

@media (max-width: 1100px) {
    .shop-header .zui-nav-menu .zui-nav-menu__inner .menu > .menu-item > .sub-menu {
        position: relative;
        border-top: 0 !important;
        background-color: transparent !important;
        left: initial !important;
        top: initial !important;
        margin-top: -50px !important;
        padding-left: 0 !important;
    }
    .shop-header .zui-nav-menu .zui-nav-menu__inner .menu > .menu-item > .sub-menu a {
        color: #ffffff !important;
    }
    .shop-header .zui-nav-menu .zui-nav-menu__inner .menu > .menu-item > .sub-menu:before {
        display: none !important;
    }
    #menu-menu-shop {
        padding-top: 15% !important;
    }
}

body.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
    display: block !important;
    border: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
}
body.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon p {
    padding-left: 3px;
    padding-right: 3px;
}
body.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row {
    width: 48%;
}
@media (max-width: 950px) {
    body.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row {
        width: 100%;
    }
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none !important;
}

body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-message {
    margin-left: 3px !important;
    margin-right: 3px !important;
    background-color: #f7f6f7;
}
body.woocommerce-checkout .woocommerce-error li {
    padding-left: 50px !important;
}
body.woocommerce-checkout .woocommerce-error:before {
    left: 20px !important;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    font-size: 14px !important;
}

@media (max-width: 500px) {
    .woocommerce a.button.zk-add-to-cart-button {
        width: 100% !important;
        margin: 0 !important;
    }
}

@media (max-width: 430px) {
    #user-menu li {
        margin-left: 6px;
    }
}

@media (max-width: 410px) {
    #user-menu li a {
        font-size: 0;
    }
    #user-menu li a .cart-product-num {
        font-size: 11px;
    }
}

body.woocommerce-cart .woocommerce-cart-form .coupon {
    display: none !important;
}

.asl_nores_header {
    font-family: "Intelo", sans-serif;
}

.results .asl_r_product .asl_res_url {
    font-weight: 700 !important;
}