@media (max-width: 991px) {
    .container {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .featured-products .product:hover img.primary_image {
        transform: scale(1.08);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .featured-products .tab-content .product-images img {
        width: 80%;
    }

    /*.product:hover .product-images {
        -webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
    }*/
}

.featured-products {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .featured-products.home_2 .products .product {
        width: 20%;
    }
}

.featured-products .products .product {
    float: left;
    padding: 0 10px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 30px;
    padding-bottom: 10px;
}

.featured-products .products .product:after {
    position: absolute;
    content: "";
    top: 30px;
    bottom: 30px;
    width: 1px;
    background: #e8e8e8;
    right: 0px;
}

@media (max-width: 480px) {

    .featured-products .products .product:nth-last-child(1), .featured-products .products .product:nth-last-child(2) {
        border-bottom: none;
    }

    .featured-products .products .product:nth-child(2n):after {
        width: 0px;
    }
}

@media (max-width: 980px) and (min-width: 768px) {
    .featured-products .products.ver2 .product p.product-title {
        margin-top: -60px;
        font: 400 16px/20px "Roboto Slab";
    }
}

.featured-products.new-arrivals .products .product {
    border: none;
    text-align: left;
}

.featured-products.new-arrivals .products .product:after {
    width: 0px;
}

.featured-products.new-arrivals .products .product .product-title {
    padding-left: 20px;
    padding-right: 20px;
}

.featured-products.new-arrivals .products .product .product-price-old {
    padding-left: 20px;
}

@media (max-width: 480px) {
    .featured-products.new-arrivals .products .product {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .featured-products.new-arrivals .products .product .product-title {
        padding-left: 10px;
    }

    .featured-products.new-arrivals .products .product .product-price-old {
        padding-left: 10px;
    }
}


.container.container-products {
    width: 1200px;
    padding: 0 15px;
}

.featured-products .product-images {
    overflow: hidden;
}

@media screen and (min-width: 1200px) {

    .featured-products .product {
        width: 234px;
        height: 450px;
    }

    .featured-products .product-images {
        width: 214px;
        height: 214px;
    }

    .featured-products .products .product:nth-last-child(1),
    .featured-products .products .product:nth-last-child(2),
    .featured-products .products .product:nth-last-child(3),
    .featured-products .products .product:nth-last-child(4),
    .featured-products .products .product:nth-last-child(5) {
        /*border-bottom: none;*/
    }


    .featured-products .tab-container .products .product:nth-child(5n):after {
        width: 0px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .container.container-products {
        width: 992px;
    }

    .featured-products .product {
        width: 234px;
        height: 450px;
    }

    .featured-products .product-images {
        width: 217px;
        height: 217px;
    }

    .featured-products .tab-container .products .product:nth-child(4n):after {
        width: 0px;
    }
}

@media screen and (max-width: 991px) {
    .container.container-products {
        width: 768px;
    }

    .featured-products .product {
        width: 246px;
        height: 450px;
    }

    .featured-products .product-images {
        width: 225px;
        height: 225px;
    }

    .featured-products .tab-container .products .product:nth-child(3n):after {
        width: 0px;
    }
}

@media screen and (max-width: 767px) {
    .container.container-products {
        width: 100%;
    }

    .featured-products .product,
    .featured-products .product-images {
        width: 100%;
        height: auto;
    }

    .featured-products .product {
        padding-bottom: 30px;
    }

    .products .product p.product-title {
        line-height: 30px;
    }

    .products .product p.product-title,
    .products .product .product-price,
    .products .product .product-price-old {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .featured-products .products .product:after {
        display: none;
    }
}

.featured-products .product-images .scad {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0d70b7;
    padding: 2px 4px;
    font-size: 13px;
    color: #fff;
    font-family: "Roboto Condensed";
    z-index: 100;
}
.product-images .ico-container{
    position: absolute;
    right: 0;
    z-index: 1;
}
.featured-products .product-images .attr {
    /*position: absolute;*/
    right: 0;
    z-index: 100;
    width: 51px;
    height: 51px;
}

.featured-products .product-images .equo {
    top: 5px;
    background: url(../images/ico_equo_2.png);
}

.featured-products .product-images .veg {
    top: 45px;
    background: url(../images/ico_vegan_3.png);
}

.featured-products .product-images .sup {
    position: absolute;
    left: 0;
    padding: 5px 10px;
    z-index: 100;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-weight: bold;
}

.featured-products .product-images .nov {
    background: #7bae23;
    top: 35px;
}

.featured-products .product-images .sco {
    background: #ae0020;
    top: 5px;
}

.featured-products .link-v1 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.cart-action {
    overflow: hidden;
}

.cart-action .col {
    float: left;
    padding-left: 5px;
}

.cart-action .btn-custom {
    background-color: #80b435;
    color: #ffffff;
    text-transform: uppercase;
    padding: 11px 16px;
    display: block;
    height: 47px;
    font-size: 18px;
    border: 1px solid #80b435;
}

.cart-action .btn-custom:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.cart-action .btn-custom.wis {
    background-color: #FFF;
    color: #80b435;
    border: 1px solid #80b435;
}

.cart-action .btn-custom.wis:hover {
    background-color: #80b435;
    color: #fff;
}

.cart-action .um {
    padding-top: 15px;
}

.cart-action .form-control-custom {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #000;
    padding: 8px 10px;
    height: 47px;
    display: block;
    width: 50px;
    font: 400 16px "Roboto Slab";
    text-align: center;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.price-info {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    padding: 5px 15px;
}

/* lista articoli */
.container-catalogo .title-menu {
    text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
    .container-catalogo .col-md-2 {
        width: 19%;
    }

    .container-catalogo .col-md-10 {
        width: 81%;
    }

    .container-catalogo .featured-products .products .product:nth-child(4n):after {
        width: 0px;
    }
}

@media screen and (min-width: 992px) {
    .container-catalogo .col-md-10 {
        border-left: 1px solid #e8e8e8;
    }
}

.sotto_cat li {
    position: relative;
    padding-left: 15px;
}

.sotto_cat li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 14px;
}

.sotto_cat li.active:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f152";
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 12px;
    color: #80b435;
}

.sotto_cat li a {
    /*margin-left: 20px;*/
    text-transform: uppercase;
    color: #000;
    font: 400 14px "Roboto Slab";
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}

.sotto_cat li.active a {
    color: #ffffff;

}

.sotto_cat li.active {
    background: #80b435;
    border-radius: 5px;
}

.sotto_cat li.active:before {
    display: none;
}

.sotto_cat .cat_filtri:before {
    display: none;
}

.sotto_cat .cat_filtri {
    margin-top: 20px;
    padding-left: 0;
    text-transform: uppercase;
}

#resultItems .over-item {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 900;
    background-color: #fff !important;
    opacity: 0.8;
    filter: alpha(opacity=80);
}


.box_sotto_cat #responsive-sotto_cat-button {
    float: right;
    background-color: #444645;
    background-image: url("../images/sprites/responsive-menu-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    height: 35px;
    margin-left: 15px;
    margin-top: -14px;
    transition: background-color 0.4s ease 0s;
    vertical-align: top;
    width: 35px;
    cursor: pointer
}

.sotto_cat i {
    display: none;
}

@media (min-width: 992px) {
    .sotto_cat {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .box_sotto_cat #responsive-sotto_cat-button {
        display: block
    }

    .sotto_cat {
        display: none
    }
}

.box_sotto_cat .filtro {
    background: #e5e5e5;
    margin-bottom: 2px;
    border-radius: 5px;
}

.box_sotto_cat .filtro a {
    color: #000;
}

.box_sotto_cat .filtro.active {
    background: #80b435;
}

.box_sotto_cat .filtro.active a {
    color: #fff;
}

.box_sotto_cat .filtro:before {
    display: none;
}

.fascia_categorie_prodotti h2 {
    font: 400 18px/18px "Roboto Slab";
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.fascia_categorie_prodotti ul li a {
    font: 400 14px/18px "Roboto Slab";
}

.fascia_categorie_prodotti .ev {
    text-transform: uppercase;
}

/* scheda prodotto */
h1.title2 {
    font-size: 26px;
    color: #000;
}

.scheda-articolo .content-title {
    padding-bottom: 20px;
}

.title .back {
    float: right;
    margin-left: 20px;
    font-size: 14px;
}

#product-image-container {
    position: relative;
}

#product-image-container img {
    width: 100%;
}

#product-image-container .ico_container, .item .ico_container {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -10px
}

#product-image-container .ico_vegan, .item .ico_vegan {
    width: 51px;
    height: 51px;
    background: url(../images/ico_vegan_3.png);
    /*position: absolute;*/
    z-index: 1;
    top: 55px;
}

#product-image-container .ico_glufree, .item .ico_glufree {
    width: 51px;
    height: 51px;
    background: url(../images/ico_gluten_free.png);
    /*position: absolute;*/
    z-index: 1;
    top: 106px;
}

#product-image-container .ico_equo, .item .ico_equo {
    width: 65px;
    height: 65px;
    background: url(../images/ico_equo.png);
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    margin-left: 0px
}

#product-image-container .ico_equo_2, .item .ico_equo_2 {
    width: 51px;
    height: 51px;
    background: url(../images/ico_equo_2.png);
    /*position: absolute;*/
    z-index: 1;
    top: 0px;
    right: 0px
}

.new-rect, .discount-rect {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 4px 0;
    position: absolute;
    left: 0;
    text-transform: uppercase;
    z-index: 800;
    width: 82px;
    text-align: center;
}

.discount-rect {
    top: 10px;
}

.new-rect {
    background: #7bae23;
    top: 40px;
}

.discount-rect {
    background: #c72929;
}

/* if two tags used together take discount to below */
.new-rect + .discount-rect {
    top: 47px !important;
}


.product .product-name {
    font: 600 16px/18px "Roboto Slab";
    color: #646464;
    margin-bottom: 10px;
}

.product .product-att a {
    margin-right: 10px
}

.product .product-name small {
    margin-right: 10px;
    font-size: 13px;
    display: block;
    margin-bottom: 5px
}

.prod-desc {
    padding: 20px 10px;
    font: 400 14px/22px "Roboto Slab";
}

@media (max-width: 480px) {
    .product .product-name small {
        display: block
    }

    .product-add .btn_group {
        float: left;
        display: block;
        margin-top: 20px;
        text-align: center
    }
}

/* prezzo */
.box_prezzo .product-price {
    font-size: 24px;
    color: #80b435;
    line-height: 20px;
    position: relative;
    font-family: "Roboto Condensed";
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: bottom;
}

.box_prezzo .product-price-old {
    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 16px;
    color: #979797;
    font-family: "Roboto Condensed";
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 5px;
}


.scheda-articolo .sezione {
    color: #80b435;
    font: 400 22px/22px "Roboto Slab";
    margin-bottom: 10px;
    text-transform: uppercase;
}

.block-cart .fa-shopping-bag {
    font-size: 18px;
    margin-right: 10px;
}

.block-cart .block {
    float: left;
    margin-right: 5px;
}

.block-cart .input-qty .form-control {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #000;
    padding: 8px 10px;
    height: 47px;
    display: block;
    width: 50px;
    font: 400 16px "Roboto Slab";
    text-align: center;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.block-cart .block-button .btn-primary,
.block-cart .block-wish .btn-primary {
    height: 45px;
}

.block-cart .block-wish a {
    font-size: 20px;
    background-color: #FFF;
    color: #80b435;
    border: 1px solid #80b435;
}

.block-cart .block-wish a:hover {
    color: #FFF;
    background-color: #80b435;
}

.block-cart .u_misura {
    padding-top: 10px;
    font: 400 20px "Roboto Slab";
    text-transform: uppercase;
}

.testo_scadenza {

}

.scheda-articolo .data_scadenza {
    background-color: #0d70b7;
    padding: 2px 4px;
    font-size: 14px;
    color: #fff;
    font-family: "Roboto Condensed";
    z-index: 100;
}

@media screen and (max-width: 1199px) {
    .scheda-articolo .product {
        margin-top: 20px;
    }
}

/* vetrina prodotti */
.articoli-cms {

}

@media screen and (min-width: 1200px) {
    .articoli-cms .products .product:nth-child(5n):after {
        width: 0px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .articoli-cms .products .product:nth-child(4n):after {
        width: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .articoli-cms .products .product:nth-child(3n):after {
        width: 0px;
    }
}