/* ==== BASE STYLES ====*/
/* ==================== GLOBAL STYLES ======================= */
/*@import url("https://rsms.me/inter/inter.css");
html {
  font-family: 'Inter', sans-serif;
  font-size: 15px; }*/

/* ========================
INCLUDE STYLES AND COMPONENTS
===================== */
/* ================== HELPERS  =================== */
a:hover {
    text-decoration: none;
}

.dropdown-toggle {
    white-space: normal;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}

.dropdown-menu {
    border-radius: 0;
    min-width: 13rem;
}

.card-body {
    padding: 15px;
}

small.badge {
    font-weight: normal;
}

.btn {
    border-radius: 0;
}

.btn:focus, .btn.focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.img-wrap {
    text-align: center;
    display: block;
}

.img-wrap img {
    max-width: 100%;
}

.icon-wrap {
    text-align: center;
    display: inline-block;
}

.price-wrap {
    letter-spacing: -0.7px;
}

.content-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px;
}

/* =================  DEFINED VARIABLES =================== */
.icon-xs, .icon-sm, .icon-md, .icon-lg {
    display: inline-block;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.icon-xs {
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    font-size: 16px;
}

.icon-sm {
    width: 48px;
    height: 48px;
    line-height: 48px !important;
    font-size: 20px;
}

.icon-md {
    width: 60px;
    height: 60px;
    line-height: 60px !important;
    font-size: 28px;
}

.icon-lg {
    width: 96px;
    height: 96px;
    line-height: 96px !important;
    font-size: 42px;
}

.img-xs, .img-sm, .img-md, .img-lg {
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.img-xs {
    width: 40px;
    height: 40px;
}

.img-sm {
    width: 80px;
    height: 80px;
}

.img-md {
    width: 140px;
    height: 140px;
}

.img-lg {
    width: 250px;
    height: 250px;
}

.icon-flag-sm {
    width: 28px;
    margin-right: 10px;
}

.center-xy {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center-y {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.center-x {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.vh-100 {
    height: 100vh;
}

.overflow-h {
    overflow: hidden;
}

.flip-h {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.opacity {
    opacity: .5;
}

[class*="hover-"] {
    -webkit-transition: .5s;
    transition: .5s;
}

.hover-bg:hover {
    -webkit-transition: .5s;
    transition: .5s;
}

.hover-zoom:hover {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.bordered-cols > [class*="col-"] {
    overflow: hidden;

    border-width: 1px 0 0 1px;
    border-style: solid;
}

/* ============== spacing ============== */
.padding-y {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-top {
    padding-top: 30px;
}

.padding-bottom {
    padding-bottom: 30px;
}

.padding-y-lg {
    padding-top: 48px;
    padding-bottom: 48px;
}

.padding-top-lg {
    padding-top: 48px;
}

.padding-bottom-lg {
    padding-bottom: 48px;
}

.padding-y-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-top-sm {
    padding-top: 10px;
}

.padding-bottom-sm {
    padding-bottom: 10px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

var {
    font-style: normal;
}

figure {
    margin-bottom: 0;
}

.form-noborder input, .form-noborder select, .form-noborder .btn {
    border: 0;
}

.form-noborder select.form-control-lg:not([size]):not([multiple]) {
    height: 2.875rem;
}

/* all clearfix */
article:after,
.form-group:after {
    display: block;
    clear: both;
    content: "";
}

/* -------------------- small grid gutter --------------------- */
.row-sm {
    margin-right: -5px;
    margin-left: -5px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-sm > [class^="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.overlay-gradient {
    position: relative;
}

.overlay-gradient:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    -webkit-transition: .5s;
    transition: .5s;
}

.overlay-gradient:hover:before {
    opacity: .9;
}

/* --------------------- titles ---------------------- */
h1.title {
    font-size: 30px;
}

h2.title2 {
    font-size: 22px;
}

@media screen and (max-width: 991px) {
    h1.title {
        font-size: 22px;
    }
}

.section-heading {
    margin-bottom: 10px;
    margin-top: 10px;
}

.title-text {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.title-page {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.52);
}

.b {
    font-weight: 600;
}

p:last-child {
    margin-bottom: 0;
}

/* ==================  title element ================ */
.heading-line {
    position: relative;
}

.heading-line .title-section {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .heading-line .title-section {
        font-size: 1rem;
    }
}

.heading-line::before {
    top: 35%;
    border-radius: 7px;
    border-top-style: solid;
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 100%;
    height: 0;
    border: 3px solid #dcdee3;
    overflow: hidden;
}

/* ==================  title helpers ================ */
.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.header-main {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.brand-wrap .logo, .navbar-brand .logo {
    margin-right: 7px;
    max-height: 100px;
    display: inline-block;
}


.search-header {
    border-radius: 0.55rem;
    padding-left: 5px;
    background-color: #ffffff;
}

.search-header .form-control, .search-header .custom-select {
    padding-left: 5px;
    border: 0;
}

.search-header select {
    -ms-flex-preferred-size: 150px !important;
    flex-basis: 150px !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.search-mob {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .form-search {
        display: none;
    }

    .search-mob {
        display: inline-block !important;
    }

    .search-header .btn-primary span {
        display: none;
    }

}

.widget-header {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.widget-header .widget-view {
    padding: 5px 7px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.widget-header .icon-area {
    font-size: 24px;
    display: inline-block;
    width: 36px;
    height: 30px;
}

.widget-header .icon-area .notify {
    position: absolute;
    top: 0px;
    right: 8%;
}

.widget-header .icon .notify {
    position: absolute;
    top: 0;
    right: 0;
}

.widget-header .text {
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 1.2;
}


.widget-header form {
    min-width: 280px;
}

/* desktop only */
/* desktop only .end */
/* ================ SECTION-FOOTER ==================  */
.section-footer ul li {
    margin-bottom: 5px;
}

.section-footer ul a,
.footer-bottom a {
    font-size: 13px
}

.footer-bottom .copy {
    font-size: 12px;
}

.section-footer .logo-footer {
    height: 40px;
}

.section-footer .title {
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 18px;
}

.footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom p {
    margin: 0 0 5px 0;
}

.footer-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* ================== COMPONENTS =================== */
.btn-icon {
    width: calc(1.5em + 0.9rem + 2px);
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.btn-icon i {
    line-height: 1;
}

.btn .text + i {
    margin-left: 10px;
}

.btn i + .text {
    margin-left: 10px;
}

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.itemside .aside {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px;
}

.itemside .info .title {
    font-weight: bold;
}

.itemside p {
    margin-bottom: 0;
}

.itemside .title {
    display: block;
    margin-bottom: 5px;
}

.items-bordered-wrap .itemside:not(:last-child) {
    border-bottom: 1px solid #e5e7ea;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.itemlist {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.list-inline {
    margin-bottom: 0;
}

.list-inline-item {
    vertical-align: middle;
}

/* --------- description list --------*/
dl[class="row"] {
    margin-bottom: 0;
}

[class*="dlist-"] {
    margin-bottom: 5px;
}

[class*="dlist-"] dd {
    margin-bottom: 0;
}

.dlist-inline dt, .dlist-inline dd {
    display: inline-block;
}

.dlist-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dlist-align dt {
    width: 120px;
    word-wrap: break-word;
    font-weight: normal;
}

.dlist-align dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/* -------------------- list.row--------------------- */
ul.row, ul.row-sm {
    list-style: none;
    padding: 0;
}

/* ================= lists ================= */
[class*="list-"] li:after {
    visibility: hidden;
    display: block;
    content: "";
    overflow: hidden;
    height: 0;
    clear: both;
}

.list-icon {
    list-style: none;
    padding-left: 0;
}

.list-icon li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 30px;
}

.list-icon .icon {
    width: 22px;
    margin-right: 15px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 0;
}

.list-icon span {
    vertical-align: middle;
}

.list-bullet {
    list-style: none;
    padding-left: 0;
}

.list-bullet li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}

.list-bullet li::before {
    content: " ";
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    border-radius: 100%;
    height: 7px;
}

.list-check {
    padding-left: 0;
    list-style: none;
}

.list-check > li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 7px;
}

.list-check > li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 13px;
    position: absolute;
    top: 3px;
    left: 0;
    content: "\f00c";
}

.list-normal {
    list-style: none;
    padding-left: 0;
}

.list-normal li {
    padding-left: 1em;
    margin-bottom: 7px;
}

.list-normal li:before {
    content: "\2022";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.list-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.list-menu li {
    margin-bottom: 5px;
}

.cols-two {
    -webkit-column-count: 2;
    column-count: 2;
}

.cols-three {
    -webkit-column-count: 3;
    column-count: 3;
}

.cols-four {
    -webkit-column-count: 4;
    column-count: 4;
}

/* IF CARD IS LINKED */
/* BASE STYLE FOR PRODUCT ITEM */
.product-info-aside h2.title,
[class*='card-product'] a.title {
    display: block;
}

[class*='card-product'] .img-wrap .badge {
    top: 10px;
    left: 10px;
    position: absolute;
}

[class*='card-product'] p {
    margin-bottom: 0;
}

[class*='card-product'] .img-wrap {
    overflow: hidden;
    position: relative;
}

[class*='card-product'] .img-wrap img {
    height: 100%;
    max-width: 100%;
    width: auto;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
}

/* GRID STYLE PRODUCT ITEM */
.card-product-grid {
    margin-bottom: 5px;
}

.card-product-grid .img-ante {
    text-align: center;
}

@media screen and (min-width: 1100px) {
    .row-art .col-xl-2 {
        max-width: 20% !important;
        flex: 0 0 20% !important;
    }
}

@media screen and (min-width: 768px) {
    .card-product-grid .img-ante {
        max-height: 350px;
        overflow: hidden;
    }
}

.card-product-grid .img-ante img {
    max-height: 350px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.widget-prodotti .card-product-grid .img-ante,
.widget-prodotti .card-product-grid .img-ante img {
    height: 100px;
}

.card-product-grid .img-wrap {
    height: 250px;
}

.card-product-grid .info-wrap {
    overflow: hidden;
    padding: 8px;
    /*height: 140px;*/
}

@media screen and (max-width: 767px) {
    .card-product-grid .info-wrap,
    .card-product-grid .img-ante img {
        /* height: auto;*/
        max-height: none;
    }
}

.card-product-grid .bottom-wrap {
    padding: 16px;
    border-top: 1px solid #e5e7ea;
}

.card-product-grid .topbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    left: 0;
    text-align: initial;
    padding: 10px 15px;
}

.card-product-grid .fix-height {
    height: 80px;
    overflow: hidden;
}

.card-product-grid .btn-overlay {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    position: absolute;
}

.card-product-grid:hover .btn-overlay {
    opacity: 1;
}

/*.card-product-grid:hover {
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    -webkit-transition: .3s;
    transition: .3s;
}*/

.item-slide .card-product-grid {
    margin-bottom: 0;
}

.widget-prodotti .card-product-grid {
    border-left: 0
}

/* LARGE LIST STYLE PRODUCT ITEM */
.card-product-list {
    margin-bottom: 20px;
}

.card-product-list .img-wrap {
    height: 220px;
    border-radius: 0.37rem 0 0 0.37rem;
}

.card-product-list .info-main {
    padding: 1.5rem 1rem;
}

.card-product-list .info-aside {
    padding: 1.5rem 1rem;
    border-left: 1px solid #e5e7ea;
    height: 100%;
}

.card-product-list:hover {
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    -webkit-transition: .3s;
    transition: .3s;
}

.card-sm .img-wrap {
    height: 180px;
}

.card-lg .img-wrap {
    height: 280px;
}

.card-category {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    min-height: 410px;
}

.card-category .card-title {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.card-category .img-wrap {
    overflow: hidden;
    display: inline-block;
}

.card-category .img-wrap img {
    /* height: 100%;
     width: 85%;*/
    -o-object-fit: cover;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.card-category .list-menu a:hover {
    margin-left: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

.card-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}

.card-banner .card-body {
    position: relative;
    z-index: 10;
}

.card-banner .caption {
    z-index: 10;
    padding: 1.25rem;
}

.card-banner .caption.bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.card-banner .caption.top {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.card-banner .caption.left {
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}

.card-banner .text-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 7px 20px;
    padding-top: 30px;
    border-radius: 0 0 0.37rem 0.37rem;
}

.card-banner .img-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    max-width: 100%;
}

.card-post .card-img-top {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.card .img-wrap {
    overflow: hidden;
}

.icontext {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}

.icontext p {
    margin-bottom: 0;
}

.icontext .text {
    width: 100%;
    line-height: 1.2;
}

.icontext .icon {
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.icontext .title {
    display: block;
    margin-bottom: 0;
}

.tag {
    display: inline-block;
    padding: 3px 7px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-top: 4px;
    margin-right: 2px;
    font-size: 85%;
}

.item-logo {
    margin-bottom: 20px;
    text-align: center;
}

.item-logo img {
    max-height: 65px;
}

.timer > div {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.timer .num {
    padding: 7px 3px;
    display: block;
    min-width: 44px;
    font-size: 22px;
    border-radius: 6px;
    line-height: 1.2;
}

.notify {
    position: absolute;
    top: -4px;
    right: -10px;
    display: inline-block;
    padding: .25em .6em;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 300;
    border-radius: 3rem;
}

.price {
    font-size: 20px;
    font-weight: 600;
}

.price span {
    font-size: 15px;
}

.price-type {
    font-size: 12px;
}

.price-old {
    margin-left: 3px;
    font-size: 16px;
    text-decoration: line-through;
}

.price-old span {
    font-size: 75%;
}

.price-all {
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .price {
        font-size: 18px;
    }

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

    .price-old {
        font-size: 85%;
    }

    .price-old span {
        font-size: 65%;
    }
}


.icon-control {
    margin-top: 5px;
    float: right;
    font-size: 80%;
}

.card-header .title {
    margin-bottom: 0;
    line-height: 1.5;
}

.filter-group .dropdown-toggle {
    display: block;
}

.filter-group .dropdown-toggle::after {
    float: right;
    margin-top: 6px;
    margin-right: 5px;
}

.filter-group {
    border-bottom: 1px solid #e5e7ea;
    margin-top: 10px;
    padding-bottom: 10px;
}

.filter-group .title {
    margin-bottom: 0;
}

.filter-group:last-child {
    border-bottom: 0;
}

.filter-group .inner {
    padding-top: 16px;
    padding-bottom: 7px;
}

.more-list {
    text-align: right;
    display: none;
    font-weight: bold;
    font-size: 12px !important;
    text-transform: uppercase;
}

.hid1 {
    display: none;
}

.hid {
    display: block;
}

.filter-group h6 {
    text-transform: uppercase;
}

.filter-group .inner .custom-control-label a {
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-left: 21px;
    display: block;
}

.filter-group label {
    margin-bottom: 0.2rem;
}


/* navigazione con filtri aperti */
/*@media screen and (max-width: 575px) {
    .nav-filter {
        display: block;
    }
    .filter-box {
        display: none;
    }
}
@media screen and (min-width: 575px) {
    .nav-filter {
        display: none;
    }
}*/
/* navigazione con filtri chiusi */
@media screen and (min-width: 12000px) {
    .nav-filter {
        display: none;
    }
}

@media screen and (max-width: 11990px) {
    .nav-filter {
        display: block;
    }

    .filter-box {
        display: none;
    }
}

@media screen and (min-width: 12000px) {
    .filter-box {
        display: block !important;
    }
}

@media screen and (max-width: 1199px) {
    .grid-articoli {

    }
}

.col-count {
    margin-top: 10px;
}

@media screen and (max-width: 575px) {
    .col-count {
        margin-bottom: 10px;
    }
}

/* ====================== block ==================== */
.box {
    padding: 20px;
}

.box img {
    max-width: 100%;
}

/* ================= RATINGS ============== */
.label-rating {
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
}

/* rating-list */
.rating-stars {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    clear: both;
}

.rating-stars i {
    font-size: 14px;
    display: inline;
}

.rating-stars li {
    display: block;
    text-overflow: clip;
    white-space: nowrap;
    z-index: 1;
}

.rating-stars li.stars-active {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.form-inline input[type='number'] {
    max-width: 100px;
}

.input-spinner {
    width: 120px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.input-spinner input.form-control {
    text-align: center;
    max-width: 46px;
    -ms-flex-preferred-size: 46px;
    flex-basis: 46px;

    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.input-spinner .btn {
    width: 36px;
    text-align: center;
}

.checkbox-btn {
    position: relative;
}

.checkbox-btn input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}


/* ================ PAGES HEADER ================== */
.section-pagetop {
    padding: 45px 0;
}

.nav-home-aside {
    width: 250px;
}

.nav-home-aside .menu-category {
    margin: 0;
    padding: 0;
}

.nav-home-aside .menu-category li {
    position: relative;
    display: block;
}

.nav-home-aside .menu-category > li > a {
    display: block;
    padding: 10px 0;
}

.nav-home-aside .menu-category .submenu {
    display: none;
    margin: 0;
    padding: 0;
    z-index: 20;
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
}

.nav-home-aside .menu-category .submenu li {
    list-style: none;
}

.nav-home-aside .menu-category .submenu li a {
    padding: 10px 16px;
    display: block;
}

.nav-home-aside .menu-category a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-home-aside .menu-category li:hover .submenu {
    display: block;
    margin-left: 0;
}

.nav-home-aside .menu-category .has-submenu > a:after {
    content: "\203A";
    font-size: 24px;
    line-height: 18px;
    font-weight: bold;
    float: right;
}

.slider-home-banner .carousel-item img {
    width: 100%;
    height: 375px;
    -o-object-fit: cover;
    object-fit: cover;
}

.special-home-right .card-banner {
    min-height: 112px;
}

.card-deal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.card-deal .col-heading {
    min-width: 300px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card-deal .row {
    width: 100%;
}

.card-deal .items-wrap > [class*=col] {
    border-left: 1px solid #e5e7ea;
}

.card-deal .card-product-grid {
    margin-bottom: 0;
}

.home-category-banner {
    position: relative;
    padding: 20px;
    height: 100%;
    overflow: hidden;
}
.home-category-banner .section-title, .home-category-banner p {
    position: relative;
    z-index: 1;
}

.home-category-banner .img-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    /*mix-blend-mode: multiply;
    height: 230px;*/
}

.card-home-category .item .card-body::after {
    content: '';
    display: table;
    clear: both;
}

.card-home-category .item .title {
    min-height: 40px;
    font-weight: 500;
}

.card-home-category .item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .5s;
    transition: .5s;
}

.banner-quote {
    min-height: 350px;
}

/* ================== PAGE DETAILS ==================  */
.gallery-wrap .img-big-wrap {
    overflow: hidden;
}

.gallery-wrap .img-big-wrap a {
    text-align: center;
    display: block;
}

.gallery-wrap .img-big-wrap img {
    /* height: 480px;*/
    width: auto;
    display: inline-block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.gallery-wrap .thumbs-wrap {
    text-align: center;
}

.gallery-wrap .thumbs-wrap .item-thumb {
    width: 60px;
    height: 40px;
    border: 1px solid #ddd;
    margin: 3px;
    display: inline-block;
    overflow: hidden;
}

.gallery-wrap .thumbs-wrap img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.item-option-select {
    margin-bottom: 1rem;
    display: inline-block;
    margin-right: 15px;
}

.item-option-select .btn {
    min-width: 80px;
}

.title-description:not(:first-child) {
    margin-top: 30px;
}

/* ================ PAGES HEADER ================== */
/* ====================== shopping-cart ==================== */
.cart-total .sub-tot .price {
    font-weight: normal !important;
}

@media screen and (max-width: 1199px) {
    .cart-total .lab,
    .cart-total .tot {
        flex: 0 0 100%;
        max-width: 100% !important;
    }
}

@media screen and (min-width: 1200px) {
    .cart-total .tot {
        text-align: right;
    }
}

.table-shopping-cart.table td, .table-shopping-cart.table th {
    padding-left: 20px;
    padding-right: 20px;
}

.table-shopping-cart .price-wrap {
    line-height: 1.2;
}

.table-shopping-cart .price {
    font-weight: bold;
    margin-right: 5px;
}

.table-shopping-cart small {
    font-weight: bold;
}

/* custom */
html {
    font-size: 15px;
    padding: 0;
    margin: 0;
}

body {
    position: relative;
    -webkit-text-size-adjust: none;
}

body.mm-wrapper_opening #overlayer {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 100px;
    overflow-y: hidden;
    transition: 0.5s;
}

/* breadcrumbs */
.container-breadcrumb > nav {
    text-transform: uppercase;
}

@media screen and (max-width: 1039px) {
    .container-breadcrumb > nav {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.container-breadcrumb {
    font-size: 13px;
}

@media screen and (max-width: 991px) {
    .container-breadcrumb {
        padding: 3px 0;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .container-breadcrumb {
        display: none;
    }
}

.breadcrumb li:first-child a {
    color: #0a0a0a;
    font-weight: normal;
    opacity: 0.8;
}

.breadcrumb a,
.breadcrumb {
    color: #0a0a0a;
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.3rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0;
    color: #545454;
    content: "/";
}

/* back to top  */
#back-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    width: 36px;
    height: 36px;
    display: block;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
}

@media (max-width: 767px) {
    #back-to-top {
        bottom: 20px;
    }
}

#back-to-top:hover {
    text-decoration: none;
}

#back-to-top i {
    display: block;
    font-size: 30px;
    line-height: 35px;
}

@media (max-width: 767px) {
    #back-to-top {
        display: none
    }
}


/* prodotti */
.sec-offerte .img-prod {
    max-width: 80%;
}

.sec-prod .eti-box .img-fluid,
.sec-offerte .eti-box .img-fluid {
    max-width: 80%;
}

.sec-prod .img-prod {
    width: 100px;
}

.eti {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}

.eti-box {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 0;
}

.eti-box div {
    width: 50px !important;
}

.fornitore {
    font-size: 12px;
}

.cart-block .btn-cart i {
    font-size: 18px;
    margin-right: 5px;
}

.cart-block .btn-cart,
.cart-block .btn-cart:hover {
    padding: 0.3rem 1rem;
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: normal;
    text-transform: uppercase;
}

.product-info-aside .btn-cart,
.product-info-aside .btn-cart:hover {
    padding: 0.4rem 1rem;
    font-size: 1.1rem;
    line-height: 1.6rem;
}

.prod-name {
    font-weight: bold;
    display: block;
}

.title-section a {
    font-size: 0.7rem;
    margin-left: 10px;
    padding: 4px 10px;
    float: right;
    margin-top: 4px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .title-section a {
        margin-top: 0;
    }
}

.card-img-overlay {
    position: relative !important;
}

@media screen and (min-width: 1199px) {
    .right-bar {
        float: right !important;
        border-left: 1px solid #fff;
    }

}

/* menu top */
.section-header .top-menu {
    padding: 2px 0 4px 0;
}

.section-header .top-menu a {
    font-size: 12px;
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    body.is-phone .section-header .top-menu {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        text-transform: uppercase;
        text-align: center !important;

    }

    body.is-phone .section-header .top-menu a {
        font-size: 11px;
    }

    body.is-phone .section-header .top-menu .col-md-12 {
        padding: 0;
    }
}

/* validation */
header.heading .card-title,
.box-title {
    font-size: 22px;
}

@media screen and (max-width: 991px) {
    header.heading .card-title,
    .box-title {
        font-size: 18px;
    }
}

.body-account header.heading {
    margin-top: 10px;
}

.body-account #content {
    padding-bottom: 50px;
}

span.error {
    color: red;
    font-size: 12px;
    padding-left: 10px;
}

.over-item {
    text-align: center;
    position: absolute;
    z-index: 2;
    padding-top: 100px;
    background-color: rgba(255, 255, 255, 0.5);
    /* background: url(../images/loader.gif) top center no-repeat rgba(255, 255, 255, 0.5);*/
}

.over-item span {
    background-color: #edead3;
    padding: 10px;
}

.over-item #loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 4px solid rgba(0, 0, 0, 0.52);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/* carrello */
.cart-total-label,
.cart-total {
    font-size: 16px;
    font-weight: bold;
}

.card-body.cart-total {
    padding: 10px;
}

@media (min-width: 768px) {
    .dataTables_wrapper .top .dataTables_info {
        float: left;
    }
}

/* cart right side */
#cd-cart {
    position: fixed;
    top: 0;
    height: 100%;
    width: 260px;
    padding-top: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

@media only screen and (min-width: 768px) {
    #cd-cart {
        width: 350px;
    }
}

@media only screen and (min-width: 1200px) {
    #cd-cart {
        width: 30%;
        padding-top: 20px;
    }
}

#cd-cart {
    right: -100%;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
}

#cd-cart.speed-in {
    right: 0;
}

#cd-cart > * {
    padding: 0 1em;
}

#cd-cart .cd-cart-items {
    padding: 0;
}

#cd-cart .cd-cart-items li {
    position: relative;
    padding: 1em;
    border-top: 1px solid #e0e6ef;
}

#cd-cart .cd-cart-items li:last-child {
    border-bottom: 1px solid #e0e6ef;
}

#cd-cart .cd-price {
    margin-top: .4em;
}

#cd-cart .cd-nome {
    margin-right: 45px;
}

#cd-cart .cd-item-remove {
    font-size: 1rem;
    position: absolute;
    right: 1em;
    top: 10%;
    padding: 1px 6px;
}


#cd-cart .close-cart a {
    font-size: 1rem;
    padding: 1px 6px;
}

#cd-cart .close-cart .title {
    float: left;
    margin-top: -5px;
    font-size: 1.4rem;
}


#cd-cart .cd-cart-total {
    padding-top: .5em;
}

#cd-cart .cd-cart-total p > span {
    float: right;
}

#cd-cart .cd-cart-total::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

#cd-cart .btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

#cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 1em 0;
}

#cd-cart .cd-go-to-cart a {
    text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
    #cd-cart > * {
        padding: 0 1em;
    }

    #cd-cart .cd-cart-items li {
        padding: 0.5em 1em;
    }
}

#cd-shadow-layer, #filter-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
    display: none;
}

#cd-shadow-layer.is-visible, #filter-shadow-layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}

#cd-cart .price {
    font-size: 1em;
}

#cd-cart .price-old {
    font-size: 0.9em;
}

.cart-min {
    font-size: 13px;
}

.cart-min .price-type {
    font-size: 11px;
}

.cart-min .price span {
    font-size: 12px;
}

/* cart right */
.cart-right a {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 1;
    font-size: 22px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px 5px 10px 10px;
}

.cart-right .badge {
    position: absolute;
    font-size: 12px;
    top: 35px;
    left: -5px;
    z-index: 2;
}

/* reparti */
.card-reparti h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 4px 0;
}

.card-reparti .list-menu a {
    font-size: 14px;
    display: block;
}

.reparti-all .card {
    border: 0;
}

.reparti-all .img-wrap img {
    border: 1px solid #e4e4e4;
}


/* newsletter */

.newsletter-footer .form-control {
    border: 0;
    height: 38px;
}

/* menu footer */
.menu-footer div {
    margin-bottom: 2px;
    height: 28px;
    padding-top: 2px;
    padding-bottom: 2px;
    overflow: hidden;
}

.section-footer .social a i {
    font-size: 22px;
}

/* attributi scheda */
.attr-img {
    margin: 10px 0 0 10px;
}

.attr-img img {
    width: 50px;
}

.attr-img {
    position: absolute;
}


.attr-img .badge {
    font-size: 10px;
    padding: 4px 6px;
    text-transform: uppercase;
}

/* attributi lista */
.attr-tumb,
.attr-img {
    margin: 5px 0 0 5px;
}

.attr-tumb {
    position: absolute;
}

.attr-tumb div, .attr-img div {
    margin-bottom: 0;
}

.attr-tumb .badge {
    font-size: 10px;
    padding: 4px 6px;
    text-transform: uppercase;
}

.attr-tumb .attr, .attr-img .attr {
    width: 25px;
    height: 25px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.attr-img .attr {
    width: 45px;
    height: 45px;
}

.attr.integrale {
    background-image: url("../images/icons/integrale.png");
}

.attr.biologico {
    background-image: url("../images/icons/biologico.png");
}

.attr.vegano {
    background-image: url("../images/icons/vegano.png");
}

/* pagination */
@media screen and (min-width: 992px ) {
    .row-paginate nav {
        float: right;
    }
}


@media screen and (max-width: 991px ) {
    .page-link {
        padding: 0.3rem 0.55rem;
        font-size: 12px;
    }
}

/* widget slider e categorie */
.albero-home {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
}

.albero-home li {
    border-bottom: 1px solid #e5e5e5;
}

.albero-home a {
    display: block;
}

.albero-content .more {
    text-align: right;
    padding-right: 10px;
}

@media screen and (max-width: 1099px) {
    .albero-content {
        display: none;
    }
}

/* btn loading */
@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.m-progress {
    position: relative;
    opacity: .8;
    text-shadow: none !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';
    display: inline-block;
    position: absolute;
    border-radius: 50%;

    box-sizing: border-box;

    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;

    width: 24px;
    height: 24px;

    -webkit-animation: ld 0.9s ease-in-out infinite;
    -moz-animation: ld 0.5s ease-in-out infinite;
    -o-animation: ld 0.1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

.btn-lg.m-progress:before {
    margin-top: -16px;
    margin-left: -16px;

    width: 32px;
    height: 32px;
}

.btn-sm.m-progress:before {
    margin-top: -9px;
    margin-left: -9px;

    width: 18px;
    height: 18px;
}

.btn-xs.m-progress:before {
    margin-top: -7px;
    margin-left: -7px;

    width: 14px;
    height: 14px;
}

/* block cart 2*/
.cart-block2 .form-qta {
    width: 80px;
    padding-left: 2px;
    font-size: 14px;
}

.cart-block2 .add {
    width: 46px;
    overflow: hidden;
    padding: 0.28rem 0;
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: normal;
    text-transform: uppercase;
}

@media screen and (min-width: 575px) and (max-width: 1099px) {
    .cart-block2 .add {
        width: 50px;
    }

    .cart-block2 .form-qta {
        width: 58px;
    }
}

.cart-block2 .add i {
    font-size: 26px;
}

.table-shopping-cart .input-qta .btn {
    width: 42px;
}

.table-shopping-cart .form-qta {
    width: 100px;
}

.custom-control-label::before,
.custom-control-label::after {
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 0.2rem;
}

.custom-control {
    padding-left: 0;
}

.custom-control-label.checked::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* pulsante PayPal*/
.btn-ppo {
    background-color: #f8bf38 !important;
    border-color: #f8bf38 !important;
    color: #002f83 !important;
    border-radius: 20px;
}

/* popup cap */
.popup-cap .list-group-item {
    padding: 0.5rem 1.25rem 0.1rem;
}

/* preferiti */
.cart-block2 .btn-heart {
    width: 44px;
    height: 36px;
    padding: 0rem 0.6rem;
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #e31f25;
    z-index: 1;
}

.cart-block2 .btn-heart .fa {
    font-size: 1.5rem;
    line-height: 1rem;
}

.cart-block2 .btn-heart:hover,
.cart-block2 .btn-heart.btn-success {
    color: #ffffff;
}

.cart-block2 .btn-heart.btn-success {
    background-color: #28a745 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #cccccc;
}

/* btn login */
.dropdown-account:hover > .dropdown-menu {
    display: block;
}

.dropdown-account > .dropdown-toggle:active {
    pointer-events: none;
}

.dropdown-menu {
    margin-top: 0;
}

.btn-user {
    padding-right: 0;
}

.btn-user .user-name {
    font-size: 13px;
    display: block;
    float: left;
    margin-top: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 450px) {
    .btn-user .user-name {
        display: none;
    }
}

/* area riservata */
.dropdown-min.dropdown-menu {
    min-width: 11rem;
}

.dropdown-min .dropdown-item {
    padding: 0.1rem 1rem;
    font-size: 14px;
}

.dropdown-min .dropdown-divider {
    margin: 0.1rem 0;
}

.thumbnail2 {
    background-color: #cccccc;
    opacity: 0.9;
    display: block;
    padding: 10px 15px;
    min-height: 75px;
    border: 0 solid #ddd;
    border-radius: 1px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    -webkit-box-shadow: 5px 5px 8px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 8px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 8px -7px rgba(0, 0, 0, 0.75);
}

.thumbnail2:hover {
    opacity: 1;
}

.thumbnail2 span {
    float: left;
    width: 100%;
    display: block;
    font-size: 16px;
}

.thumbnail2 a {
    display: block;

    text-transform: uppercase;
    position: relative;
}

.thumbnail2 a i {
    clear: both;
    display: block;
    font-size: 30px;
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .thumbnail2 a i {
        position: absolute;
        right: 0;
    }

    .thumbnail2 span {
        padding: 15px 0 0 0;
    }
}

@media screen and (max-width: 1199px) {
    .thumbnail2 {
        padding: 10px 0 0;
        height: 100px;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .thumbnail2 a i {
        font-size: 34px;
    }

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

.row-dashboard .block {
    margin-bottom: 15px;
}

.thumbnail2 a,
.thumbnail2 a:hover,
.thumbnail2 a i {
    color: #ffffff;
}

.custom-row .img-center {
    display: block;
    margin: 10px auto;
}

.pagPPO {
    height: 50px;
    margin-bottom: 10px;
    background-image: url("../images/ppo.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.table-shopping-cart th .help-custom i {
    font-size: 18px;
    margin-left: 5px;
    position: absolute;
    top: 10px;
    color: #17a2b8;
}

.text-muted .help-custom {
    color: #969696;
}

.table-shopping-cart .nome-articolo-mob {
    display: none;
}

.table-shopping-cart .nome-articolo-mob .help-custom i {
    font-size: 22px;
}

@media screen and (max-width: 991px) {
    .table-shopping-cart.table td {
        padding-left: 5px;
        padding-right: 5px;
    }

    .table-shopping-cart thead {
        display: none;
    }

    .table-shopping-cart .nome-articolo-mob {
        display: table-row;
    }

    .table-shopping-cart .nome-articolo-mob td {
        padding-left: 10px;
        padding-right: 10px;
    }

    .table-shopping-cart .nome-articolo {
        display: none;
    }

    .col-recap .sped .btn {
        font-size: 16px;
    }

    .col-recap .sped .alert {
        font-size: 13px;
    }
}

.table-shopping-cart td .help-custom i {
    font-size: 18px;
    margin-left: 5px;
    color: #17a2b8;
}

.table-shopping-cart td label {
    text-transform: uppercase;
}

.table-shopping-cart td label {
    text-transform: uppercase;
}

.alert {
    border-radius: 0;
}

.body-carrello .cart-right {
    display: none;
}

.badge {
    white-space: normal;
    font-weight: normal;
}

@media screen and (max-width: 991px) {
    .col-login {
        margin-bottom: 30px;
    }
}

/* menu barra */
.slimmenu .menu-bar > li:first-child > a {
    padding-left: 0 !important;
}

@media screen and (min-width: 1199px) {
    .menu-bar > li.reparti:first-child > a {
        padding-left: 30px !important;
    }
}

.volantini .block {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e7ea;
}

.volantini .block .image {
    margin-bottom: 30px;
}

@media screen and (min-width: 580px) {
    .volantini .block .image {
        height: 300px;
    }

    .volantini .block .image img {
        max-height: 300px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

}

/* header with foto */
.reparto .row-head .card-title span {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
}


section.with-foto .row-head {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.with-foto .row-head .card-title span, .row-head1 .card-title span {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
}


section.with-foto .head {
    display: flex;
    align-items: center;
}

section.with-foto .head h1 {
    margin: 0;
}

section.with-foto .row-head .head {
    height: 100px;
}

section.with-foto .row-head1 .head {
    height: 70px;
}

section.with-foto .row-result-items {
    padding-top: 10px;
    background-color: #ffffff;
}

/* testo */
.testo {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.testo a {
    text-decoration: underline;
}

.testo img {
    margin-bottom: 10px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .testo img {
        width: 100% !important;
        height: auto !important;
        float: none;
    }
}

@media (min-width: 768px) {
    .testo {
        font-size: 18px;
        line-height: 30px;
    }
}

.testo .img_testo {
    float: left;
    margin: 0 20px 20px 0;
    width: 30%;
}

.testo .img_testo img {
    width: 100%;
}

.testo .time, .author {
    font-size: 14px;
    color: #333;
    margin-bottom: 30px;
}

.testo .time {
    font-style: italic;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .testo .img_testo {
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }
}

/* posts */
.box-image-text {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}

.box-image-text .top {
    position: relative;
    margin-bottom: 15px;
}

.box-image-text .top .bg {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #333;
}

.box-image-text .top .name {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff;
    padding: 0 20px;
}

.box-image-text .top .name h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;

}

.box-image-text .top .name h3 a {
    color: #fff;
    text-decoration: none;
}

.box-image-text .top .text {
    position: absolute;
    width: 100%;
    /*height: 50%;*/
    top: -50%;
    /* -webkit-transform: translate(0, -150%);
     -ms-transform: translate(0, -150%);
     -o-transform: translate(0, -150%);
     transform: translate(0, -150%);*/
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff;
    padding: 0 20px;
    text-align: center;
}

.box-image-text .content h3,
.box-image-text .content h4 {
    font-weight: 500;
    margin: 5px 0;
    font-size: 18px;
}

.box-image-text .content p {
    font-size: 15px;
}

@media (max-width: 1199px) {
    .box-image-text .content h3,
    .box-image-text .content h4 {
        font-size: 18px;
    }

    .box-image-text .content p {
        font-size: 14px;
    }

}

.box-image-text .content p i {
    font-size: 13px;
}

.box-image-text .content h4 i {
    font-size: 75%;
}

.box-image-text .content h4 a {
    color: #000000;
}

.box-image-text:hover .bg {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.box-image-text:hover .name {
    position: absolute;
    -webkit-transform: translate(0, -75%);
    -ms-transform: translate(0, -75%);
    -o-transform: translate(0, -75%);
    transform: translate(0, -75%);
}

.box-image-text:hover .text {
    top: 40%;
    position: absolute;
    /*-webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);*/
}

.btn-template-transparent-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    font-size: 18px;
    padding-right: 30px;
    padding-left: 30px;
}

.btn-template-transparent-primary:hover,
.btn-template-transparent-primary:focus,
.btn-template-transparent-primary:active,
.btn-template-transparent-primary.active,
.open > .dropdown-toggle.btn-template-transparent-primary {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0;
}

.btn-template-transparent-primary:active,
.btn-template-transparent-primary.active,
.open > .dropdown-toggle.btn-template-transparent-primary {
    background-image: none;
}

.countCarrello {
    color: #fff;
    background-color: #b98e6b;
}

.art-gallery a {
    display: block;
    margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
    .art-gallery {
        display: none;
    }
}

.zoom-icon {
    position: absolute;
    top: 12px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.34);
    padding: 5px;
    border-radius: 50%;
}

.obb{
    color: red;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
}
