body{
    padding-bottom: 150px;
    position: relative;
}

main h1{
    letter-spacing: 1px;
    text-transform: uppercase;
}

.views-type{
    margin-bottom: 20px;
    margin-top: 20px;
}

@media only screen and (max-width: 576px) {
    .views-type{
        margin-top: 30px;
    }
}

.section-view-type {
    overflow: hidden;
    float: left;
}
.section-view-type li {
    float: left;
    margin-right:20px;
    font-size: 14px;
    cursor: pointer;
}

@media only screen and (max-width: 576px) {
    li.products-view-list {
        display: none;
    }
}

.section-view-type li a {
    color: #b1b1b1;
    display: block;
    vertical-align: middle;
}
.section-view-type li * {
    line-height: 1;
}
.section-view-type li span:hover {
    text-decoration: none;
}
.section-view-type li span:before {
    font-family: FontAwesome;
    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
}
.section-view-type li.products-view-gallery span:before {
    content: "\f00a";
    background-position: left bottom;
}
.section-view-type li.products-view-gallery.active span:before {
    background-position: left top;
}
.section-view-type li.products-view-list span:before {
    content: "\f03a";
    background-position: -27px bottom;
}
.section-view-type li.products-view-list.active span:before {
    background-position: -27px top;
}
.section-view-type li.products-view-table span:before {
    content: "\f0ce";
    background-position: right bottom;
}
.section-view-type li.products-view-table.active span:before {
    background-position: right top;
}

.section-counter {
    float: right;
    z-index: 2;
    font-size: 14px;
    color: #202020;
    position: relative;
}

@media only screen and (max-width: 576px) {
    .section-counter {
        margin-top: -24px;
    }
}


.section-counter p {
    vertical-align: middle;
    cursor: pointer;
    width: 70px;
    font-size: 14px;
    color: #202020;
    height: 28px;
    line-height: 26px;
    padding: 0 25px 0 12px;
    border: 1px solid #e0e4f6;
    background: #fff;
    position: relative;
}
.section-counter p:after {
    position: absolute;
    content: "\f107";
    top: 50%;
    font-size: 18px;
    color: #373d54;
    right: 10px;
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-family: FontAwesome;
}
.section-counter:hover p:after {
    content: "\f106";
}
.section-counter ul {
    box-sizing: border-box;
    width: 100%;
    margin: -1px 0 0;
    padding: 0;
    border: 1px solid #e0e4f6;
    border-top: none;
    background: #FFF;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
.section-counter:hover ul {
    display: block;
}
.section-counter ul li span {
    min-height: 18px;
    padding: 5px 12px 4px;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    display: block;
    cursor:pointer;
}
.section-counter ul li span:hover {
    text-decoration: none;
    color: #3a89cf;
}
.section-counter ul li a:after {
    position: absolute;
    left: 10px;
    right: 10px;
    display: block;
    height: 1px;
    background: #e0e4f6;
    content: "";
    top: 0;
}
.section-counter ul li.selected a {
    background-color: #3a89cf;
    color: #FFF;
    margin-left: -1px;
    margin-right: -1px;
}
.section-counter ul li.selected a:after {
    display: none;
}

.product{
}

.product .card{
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.overlay-addtocart{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.overlay-addtocart:before{
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    top: calc((100% - 50px)/2);
    left: calc((100% - 50px)/2);
    height: 50px;
    width: 50px;
    color: #FFF;
    font-size: 39px;
    text-align: center;
    line-height: 50px;
}

.overlay-addtocart-error{
    background-color: rgba(204, 8, 8,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.overlay-addtocart-error:before{
    content: '\f071';
    font-family: FontAwesome;
    position: absolute;
    top: calc((100% - 50px)/2);
    left: calc((100% - 50px)/2);
    height: 50px;
    width: 50px;
    color: #FFF;
    font-size: 39px;
    text-align: center;
    line-height: 50px;
}

.productToggle{
    cursor: pointer;
}



@media only screen and (max-width: 576px) {
    .productToggle{
        float: right;
        padding-top: 30px;
    }

    .table-type .product-data-cart {
        margin-bottom: 14px;
        margin-top: -10px;
    }
}



.product .card-body {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    box-shadow: none;
}

@media only screen and (max-width: 768px) {
    .product .card-body {
        min-height: 100px;
    }
}

@media only screen and (max-width: 576px) {
    .product .card-body {
        min-height: auto;
    }
}

.list-type .card-body,
.table-type .card-body {
    min-height: auto;
}

.product.table-type .card-body{
    display: none;
}

.product-img{
    text-align: center;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

@media only screen and (max-width: 1024px) {
    .list-type .product-img{
        height: 120px;
        width: 90%;
    }
}

.list-type .product-img,
.table-type .product-img {
    border: 1px solid rgba(0,0,0,.125);
}

/*.product-img img {
    height: 100%;
}*/

.product h3{
    letter-spacing: 0.02em;
    transition: all 0.2s;
    font-size: 15px;
    font-weight: 700;
    font-family: Montserrat;
}

.grid-type h3.card-title {
    min-height: 55px;
}

@media only screen and (max-width: 576px) {
    .grid-type h3.card-title {
        min-height: auto;
    }
}

@media only screen and (max-width: 576px) {
    .table-type .card-title {
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: -40px;
        width: 70%;
    }
}

@media only screen and (max-width: 576px) {
    .product h3{
        font-size: 16px;
    }
}

.product .card-text {
    float: left;
    width: 100%;
}

.product-properties {
    padding: 5px 0;
}

.card-body .product-properties {
    min-height: 100px;
}

.list-type .product-properties,
.table-type .product-properties {
    padding: 0;
}

.product-properties ul li{
    color: #7e7e7e;
    display: list-item;
    font-size: 13px;
    font-family: Source Sans Pro;
}

@media only screen and (max-width: 576px) {
    .product-properties ul li{
        font-size: 15px;
    }
}

.product-properties ul li.strong{
    color: #373d54;
}

.food .properties-c1,
.food .properties-c2,
.food .properties-color,
.food .properties-hight,
.food .properties-c5,
.food .button-contacts{
    display: none;
}

.fiori .button-contacts{
    display: none;
}

.flor .properties-c1,
.flor .properties-c2,
.flor .properties-color,
.flor .properties-hight,
.flor .properties-c5,
.flor .properties-pack,
.flor .properties-availability{
    display: none;
}

.product-price{
    font-size: 15px;
    color: #2d2d2d;
    text-align: left;
    margin-bottom: 14px;
    font-family: Montserrat;
    float: left;
    font-weight: 700;
}

.card-body .product-price {
    margin-bottom: 5px;
}

@media only screen and (max-width: 576px) {
    .product-price{
        font-size: 17px;
    }
}

.list-type .product-price {
    margin-top: 5px;
    margin-bottom: 14px;
}

.list-type .product-data-cart {
    margin-top: 10px;
}

.table-type .product-price {
    font-size: 20px;
}

@media only screen and (max-width: 576px) {
    .table-type .product-price {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.product-qty {
    /*overflow: hidden;*/
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 66px;
    position: relative;
}

.save-modify {
    position: absolute;
    top: 0;
    left: 0;
    width: 39px;
    height: 39px;
    background-color: #026092;
    border: 1px solid #026092;
    z-index: 0;
    cursor: pointer;
}

.save-modify:before{
    content: '\F0C7';
    font-family: FontAwesome;
    position: absolute;
    top: calc((100% - 22px)/2);
    left: calc((100% - 22px)/2);
    height: 22px;
    width: 22px;
    color: #FFF;
    font-size: 22px;
    text-align: center;
    line-height: 22px;
}

.product-qty.modified .save-modify {
    top: -39px;
    -webkit-transition: top 0.3s, -webkit-transform 0.3s;
    -moz-transition: top 0.3s, -moz-transform 0.3s;
    transition: top 0.3s, transform 0.3s;
}

.product-qty input[type=text] {
    float: left;
    width: 39px;
    height: 39px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0 2px 0 0;
    background: #f8fafc;
    border: 1px solid #e0e4f6;
    z-index: 1;
    position: relative;
}

.product-qty-plus {
    float: left;
    width: 17px;
    margin: 5px 0 0;
    color: #373d54;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
.product-qty-plus .fa {
    padding: 0;
    line-height: 1;
}
.product-qty-minus  {
    float: left;
    border-top: none;
    width: 17px;
    color: #373d54;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
.product-qty-minus  .fa {
    padding: 0;
    line-height: 1;
}

.product-qty a:hover {
    color: #3a89cf;
}

.addToCart{
    padding: 10px 18px 11px;
    display: inline-block;
    margin: 0;
    font-size: 12px;
    font-family: Montserrat;
    letter-spacing: 1px;
    font-weight: 500;
    transition: all 0.2s;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.product .addToCart
{
    margin-top: 20px;
}

.grid-type .card-footer .addToCart {
    font-size: 15px;
    padding: 8px 30px 8px;
}

@media only screen and (max-width: 1024px) {
    .addToCart{
        padding: 10px 15px 11px;
        font-size: 12px;
    }
}

.addToCart:hover {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}

.pagination {
    margin: 30px auto 40px;
    display: block;
    padding: 0;
}
.pagination li {
    display: inline-block;
    margin: 0 0 10px 0;
}
.pagination li:first-child a,
.pagination li:first-child span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}
.pagination li:last-child a,
.pagination li:last-child span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
    background-color: #2d2d2d;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.pagination li span {
    font-size: 14px;
    font-family: Source Sans Pro;
    font-weight: 500;
    border: none;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
    margin-right: 8px;
    color: #313b54;
    background: #f1f1f1;
    border-radius: 0;
    line-height: 32px;
    height: 32px;
    cursor: pointer;
}

.pagination li span.active {
    color: #ffffff;
    background: #2d2d2d;
}

.pagination li a:hover {
    background: #313b54;
    color: #fff;
}


.pagination li.pagination-prev a,
.pagination li.pagination-next a {
    font-size: 16px;
}


/*.product .card.added {
    border: 2px solid #2d2d2d;
}*/

/*single product*/

h3.product-page-title {
    letter-spacing: 0.02em;
    transition: all 0.2s;
    font-size: 18px;
    font-weight: 700;
    font-family: Montserrat;
}

.product-page-price {
    font-size: 20px;
    color: #2d2d2d;
    text-align: left;
    margin-bottom: 14px;
    font-family: Montserrat;
    float: left;
    font-weight: 700;
}

body.product .product-properties {
    padding-top: 20px;
}

.product-page-properties ul li {
    color: #7e7e7e;
    display: list-item;
    font-size: 16px;
    font-family: Source Sans Pro;
}

/* chisiamo */

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

/* chisiamo */ 

.contatti ul.contact-page {
    display: contents;
}

.contatti ul.contact-page span {
    font-family: Montserrat;
    padding-left: 10px;
}

.contatti ul.contact-page span.site {
    text-transform: lowercase;
}

.contatti ul.contact-page li {
    padding-top: 10px;
    font-size: 15px;
}

.contatti ul.contact-page a:hover {
    color: inherit;
    text-decoration: none;
}


.contatti ul.contact-page i.fa{
    color: #797979;
    width: 3%;
}

@media only screen and (max-width: 768px) {
    .contatti .mappa{
        padding-top: 30px;
    }
}

.contatti h4 {
    margin-bottom: 10px;
    margin-top: 20px;
}

/* Carrello vuoto */ 

.empty-cart h5 {
    color: #2d2d2d;
    font-weight: 500;
    padding-top: 10px;
}

.empty-cart a.cart-submit-btn {
    font-family: Montserrat;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    background: #2d2d2d;
    padding: 15px 10px;
    display: inline-flex;
    margin-top: 15px;
    margin-left: 0;
    float: left;
    min-width: 45px;
    text-align: center;
}


.empty-cart i.fa.fa-shopping-cart {
    font-size: 40px;
    padding-top: 20px;
    color: #9a9a9a;
}

/* agent page */ 

.agent-page main h1 {
    padding-bottom: 10px;
}

.agent-page th {
    text-align: inherit;
    padding: 10px 0;
    font-family: Source Sans Pro;
    text-transform: uppercase;
    font-size: 13px;
    color: #545454;
    font-weight: 700;
    letter-spacing: 1px;
}

.agent-page td {
    padding: 10px 0;
    border-bottom: 1px solid #d4d4d4;
    font-family: Montserrat;
}

a.agent-btn {
    font-family: Montserrat;
    text-align: right;
    float: right;
    font-size: 14px;
}

@media only screen and (max-width: 576px) {
    a.agent-btn {
        background-color: #016092;
        width: 39px;
        height: 39px;
        text-align: center;
    }
    a.agent-btn i{
        color: #FFF;
        line-height: 39px;
        font-size: 17px;
        width: 10px;
    }
}


a.agent-btn:hover,
a.agent-btn:focus,
a.agent-btn:active {
    color: #000000;
    text-decoration: none;
}

span.hide-mobile {
    padding-right: 10px;
}

@media only screen and (max-width: 576px) {
    span.hide-mobile {
        display: none;
    }
}

#agentModal table tr.client-table-name:not(:last-child){
    border-bottom: 1px solid #cecece;
}

td.client-name {
    padding: 10px 0;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 13px;
    padding-right: 30px;
}

.client-modal-title {
    margin-left: 14px;
    margin-top: 10px;
}

th.client-table-title {
    color: #636363;
    padding-bottom: 10px;
}


.about-info{
    margin-top: 50px;
    margin-bottom: 100px;
}




















