@media (max-width: 767px){
.post-ftimg-hld {
    display:none !important;
}
.news-card {
    height: 200px !important;
}
}
.news-card p{
    line-height:1.3;
}
.post-ftimg-hld .img-responsive{
    margin-top:-10px;
}
@media (min-width: 992px){
#rightColumn {
    margin-top: 40px !important;
}}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .widget.block-recent-posts .block-content a:hover, .widget.block-archive .block-content a:hover, .widget.block-categories .block-content a:hover {
    color: #ac4743 !important;
}
.post__title_block figure img {
    width: 300px !important;
}    
.post__title_block time{
    background-color: #ac4743 !important;
}
.color-custom {
    color: #AF3436 !important;
}
@media (min-width: 768px){
.flag-icon {
    width: 40px !important;
    line-height: 20px !important;
}}
#header .stuck-nav.fixedbar .logo_sticky {
    margin-left: 20%;
}
.searchsuite-autocomplete .title .see-all {
    color: #AF3436 !important;
}
.btn--ys:hover {
    background-color: #fff;
    color:#AF3436;
}
a.color, a.color:hover {
    color: #AF3436;
}
.list-icon span {
    background-color: #AF3436;
}
.checkbox-group label .check:before {
    color: #AF3436;
}
input[type=checkbox]:checked ~ label .box {
    border-color: #AF3436;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li a:hover {
    color: #AF3436;
}
#layered-filter-block .filter-current .items .item .filter-value {
    color: #AF3436;
}
.title-under:after {
    background: #AF3436;
}
@media only screen and (max-width: 1024px){
.info-header{
    display:none;
}
.tonyMenu__item-next-level::before {
    top: 160px;
}
.dropicon::before {
    top: 255px !important;
}   
}
@media only screen and (min-width: 1024px){
.header-layout-03{
    border-bottom: 10px solid #af3537;
}
#header .navbar .dropdown-menu {
    margin-left: 21%;
}
.drop1{
    margin-left: 10% !important;
}
.drop2{
    margin-left: 54% !important;
}
}
tbody tr:nth-child(odd){background-color: white !important;}
 .wrap {
  position: absolute;
  width: 100px;
  height: 200px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -100px;
}
.drop {
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  animation: drop 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s infinite;
}
.drop circle {
  fill: #2a96ed;
}
.drop-outer {
  position: absolute;
  box-sizing: border-box;
  /* border: 1px solid #333; */
  width: 100px;
  height: 200px;
  overflow: hidden;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  background-clip: padding-box;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.ripple {
  position: absolute;
  box-sizing: border-box;
  width: 240px;
  height: 240px;
  top: 68px;
  left: -70px;
  perspective: 100;
  transform: rotateX(65deg);
}
.ripple .ripple-svg {
  position: absolute;
  width: 240px;
  height: 240px;
  opacity: 0;
}
.ripple .ripple-svg circle {
   fill: none;
   stroke: #2a96ed;
   stroke-width: 10px;
   stroke-alignment: inner;
}
.ripple-1 {
  animation: ripple 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
}
.ripple-1 .ripple-svg {
  animation: fade-in-out 2s linear 0s infinite;
}
.ripple-1 .ripple-svg circle {
  animation: border 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
}
.ripple-2 {
  animation: ripple 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s infinite;
}
.ripple-2 .ripple-svg {
  animation: fade-in-out 2s linear 0.2s infinite;
}
.ripple-2 .ripple-svg circle {
  animation: border 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s infinite;
}
.ripple-3 {
  animation: ripple 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s infinite;
}
.ripple-3 .ripple-svg {
  animation: fade-in-out 2s linear 0.35s infinite;
}
.ripple-3 .ripple-svg circle {
  animation: border 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s infinite;
}
@keyframes drop {
  0% {
    transform: scale3d(0.01,0.01,0.01) translateY(0)
  }
  10% {
    transform: scale3d(1,1,1) 
  }
  44% {
    transform: scale3d(1,1,1) translateY(200px)
  }
  100% {
    transform: scale3d(1,1,1) translateY(200px)
  }
}

@keyframes fade-in-out {
  0% {opacity: 0}
  42% {opacity: 0}
  52% {opacity: 1}
  65% {opacity: 1}
  100% {opacity: 0}
}

@keyframes ripple {
  0% { transform: rotateX(65deg) scale3d(0.2, 0.2, 0.2) }
  42% { transform: rotateX(65deg) scale3d(0.2, 0.2, 0.2) }
  100% { transform: rotateX(65deg) scale3d(0.9, 0.9, 0.9) }
}

@keyframes border {
  0% { stroke-width: 6px }
  42% { stroke-width: 6px }
  100% {stroke-width: 2px }
}

.btn--ys:hover, .action.primary:hover, button.action:hover, .btn--ys:active, .action.primary:active, button.action:active, .btn--ys.focus, .action.primary.focus, button.action.focus, .btn--ys:focus, .action.primary:focus, button.action:focus, .btn--ys:visited, .action.primary:visited, button.action:visited {
    background: #AF3436;
}
.btn--ys, .action.primary, button.action {
    background-color: #AF3436;
}
.cms-azienda .color-custom {
    color: #AF3436;
}
.bull-line {
    background: #AF3436;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-title:after {
    color: #AF3436;
}

.mobile-menu-off a {
    margin-right: 0px;
}

.img-catalog {
    padding: 25px;
}

img.img-catalog:hover {
    padding: 25px;
    height: auto;
}

.slick-prev,
.slick-next {
    background-color: #AF3436;
    box-shadow: 1px 1px 1px #000;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    background-color: #AF3436;
    box-shadow: 2px 2px 2px #000;
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    background-color: #AF3436;
    color: #fff !important;
}

.overlay-layer {
    background-color: #fff;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 300px;
    margin-top: -30px;
    z-index: 1;
    left: 0;
}

.col-xs-5th-1,
.col-xs-5th-2,
.col-xs-5th-3,
.col-xs-5th-4 {
    float: left;
}

.col-xs-5th-5 {
    float: left;
    width: 100%;
}

.col-xs-5th-4 {
    width: 80%;
}

.col-xs-5th-3 {
    width: 60%;
}

.col-xs-5th-2 {
    width: 40%;
}

.col-xs-5th-1 {
    width: 20%;
}

.col-xs-5th-pull-5 {
    right: 100%;
}

.col-xs-5th-pull-4 {
    right: 80%;
}

.col-xs-5th-pull-3 {
    right: 60%;
}

.col-xs-5th-pull-2 {
    right: 40%;
}

.col-xs-5th-pull-1 {
    right: 20%;
}

.col-xs-5th-pull-0 {
    right: auto;
}

.col-xs-5th-push-5 {
    left: 100%;
}

.col-xs-5th-push-4 {
    left: 80%;
}

.col-xs-5th-push-3 {
    left: 60%;
}

.col-xs-5th-push-2 {
    left: 40%;
}

.col-xs-5th-push-1 {
    left: 20%;
}

.col-xs-5th-push-0 {
    left: auto;
}

.col-xs-5th-offset-5 {
    margin-left: 100%;
}

.col-xs-5th-offset-4 {
    margin-left: 80%;
}

.col-xs-5th-offset-3 {
    margin-left: 60%;
}

.col-xs-5th-offset-2 {
    margin-left: 40%;
}

.col-xs-5th-offset-1 {
    margin-left: 20%;
}

.col-xs-5th-offset-0 {
    margin-left: 0%;
}

#header.header-layout-03 .stuck-nav {
    background: #fff !important;
}

#header.header-layout-03 .stuck-nav a {
    color: #AF3436;
    line-height: 50px;
}

.back-to-top {
    background: #AF3436 !important;
}

footer.fill-bg {
    background-color: #AF3436;
}

footer h4 {
    text-transform: uppercase;
}

footer h4,
footer a,
footer .footer-copyright {
    color: #ffffff !important;
    text-align: center;
}

footer .title-under:after {
    background: #ffffff !important;
}

.top2 .rounded-nav {
    border: 1px solid #AF3436;
    background-color: #AF3436;
    color: #fff !important;
    border-radius: 20px;
    width: 200px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 26px;
}

.rounded-nav .fa {
    font-size: 1.3em;
    vertical-align: middle;
}

.top2 li {
    list-style: none !important;
    margin-bottom: 10px;
}

.product-info-main .product.attribute.title_description strong {
    text-transform: uppercase;
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #777777;
    display: block;
    width: 100%;
    padding-bottom: 10px;
}

.product-info-main .product.attribute.title_attribute {
    border-bottom: 1px solid #AF3436;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.product-info-main .product.attribute.title_attribute strong {
    color: #ffffff;
    background-color: #AF3436;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product_download {
    margin-top: 20px;
}

.product_download a {
    color: #ffffff;
    background-color: #AF3436;
    text-transform: uppercase;
    width: 180px;
    padding: 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
}

.product_download a:hover {
    background-color: #fd0400;
    color: #fff !important;
}

table.modelli thead th {
    background-color: #AF3436;
}
table.modelli thead .w-image th {
    background: none;
}
thead, th, tr, td {
border: 1px solid #ccc;
}
.table:not(.cart):not(.totals) > thead > tr > th {
   border: 1px solid #ccc 
}
table.modelli thead th {
    vertical-align: middle;
    text-align: center;
    color: #222221;
    background: #edf6fe;
    border-bottom: none !important;
    font-weight: 300;
}
table.modelli img {
    max-height: 35px;
    max-width: 50px;
}

table.modelli tbody td {
    text-align: center;
}

/*CLASSI GENERALI*/

a {
    color: #AF3436;
}

a:hover,
a:active {
    text-decoration: none;
}

ul {
    padding: 0;
}

.blue-bg {
    background-color: #AF3436;
    color: #fff;
}

.blue-bg a {
    color: #fff;
}

.gray-bg {
    background-color: #f6f6f4;
}

.h1 {
    font-size: 40px;
}

.h2 {
    font-size: 30px;
}

.h3 {
    font-size: 26px;
}

.h4 {
    font-size: 20px;
}

.h5 {
    font-size: 18px;
}

.h6 {
    font-size: 11px;
}

img {
    max-width: 100%;
}

/*MAIN HEADER*/

#main-header {
    padding: 15px 0px;
}

#main-header li,
#main-header address,
#main-header form {
    display: inline-block;
}

#main-header li.dropdown.show {
    display: inline-block !important;
}

#main-header ul {
    list-style: none;
}

.menu-section {
    text-align: right;
}

/*navigazione secondaria*/

.secondary-menu li {
    padding: 0 15px;
    border-right: 1px solid #808080;
    font-size: 13px;
}

.secondary-menu a {
    color: #808080;
}

.secondary-menu li:last-of-type {
    border: none;
    font-size: 15px;
}

.secondary-menu .dropdown ul {
    left: -22px !important;
    border-radius: 0;
}

.secondary-menu .dropdown li {
    display: block !important;
    border: none;
    text-align: center;
}

.secondary-menu .dropdown li:last-of-type {
    font-size: 13px;
}

/*area info header*/

.header-info address {
    background-color: #AF3436;
    border-radius: 30px;
    margin: 0 5px
}

.header-info address:hover {
    background-color: #fff;
    cursor: pointer;
}

.header-info address:hover a,
.header-info address:hover i {
    color: #AF3436;
}

.header-info address:hover a {
    text-decoration: underline;
}

.header-info address i {
    margin: 0 5px 0 10px;
}

.header-info address i,
.header-info address a {
    display: inline-block;
    color: #fff;
}

.header-info address a {
    font-size: 11px;
    margin-right: 10px;
    position: relative;
    top: -2px;
    display: inline-block;
}

.header-info form {
    border: solid 1px #808080 !important;
    height: 29px;
    margin-left: 15px
}

.header-info i.fa-search {
    margin: 0 10px;
    color: #808080;
}

.header-info input {
    border: none;
    outline: none;
    font-size: 16px;
}

.header-info input[type="search"] {
    padding: 0 10px;
    color: #808080
}

.header-info input[type="submit"] {
    background-color: #AF3436;
    color: #fff;
    height: 100%;
    width: 27px;
    padding-bottom: 3px;
    cursor: pointer;
}

/*menu principale*/

/*  clear bootstrap header colors */

#main-header .navbar-default {
    background-color: #AF3436;
    border-color: white;
    color: #fff;
    border-radius: 0;
    border-radius: 0;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

[data-tm-style='horizontal'] .tonyMenu__navbar > ul > li,
[data-tm-style='horizontal'] .tonyMenu__navbar > ul {
    height: 50px;
}

@media only screen and (min-width: 1025px) {
    
    #header .tonyMenu__item-next-level::after {
        display: none;
    }
    .megamenu {
        width: 1170px;
    }
}

#header .navbar .dropdown-menu {
    margin-top: 0px !important;
}

#header .fixedbar .navbar .dropdown-menu {
    margin-top: 0px !important;
}

@media only screen and (min-width: 1025px){
   #header .navbar {
    margin-bottom: 0;
    bottom: 0;
    position: relative;
    height: 50px;
    background-color: #fff !important;
    margin-top: 5px;
}
}

#header .navbar {
    margin-bottom: 0;
    bottom: 0;
    position: relative;
    height: 50px;
    background-color: #AF3436;
}

#header.header-layout-03 .stuck-nav .mainMenu {
    padding-top: 0px !important;
}

#header.header-layout-03 .stuck-nav .container .row {
    padding-top: 0px;
}

#header.header-layout-03 .account-row-list > ul > li {
    font-size: 12px;
    border-right: 1px solid #6c6c6c;
    padding: 0 20px;
    margin: 0;
}

#header.header-layout-03 .account-row-list > ul > li:last-child {
    font-size: 14px;
    font-weight: 400;
    border-right: none;
    text-transform: uppercase;
}

#header.header-layout-03 .account-row-list ul li a {
    color: #6c6c6c !important;
}

#header.header-layout-03 .account-row-list ul.dropdown-menu li {
    font-size: 13px;
    margin: 0;
    width: 100%;
    float: left;
    text-align: center;
}

#header.header-layout-03 .account-row-list ul.dropdown-menu li a {
    padding: 6px 10px;
}

#header .logo_sticky img {
    margin-top: -20px;
}

#main-header .main-menu {
    margin-top: 15px;
    height: 33px;
    margin-bottom: -15px;
}

#main-header .main-menu ul {
    padding: 0;
}

#main-header .main-menu li {
    padding: 0px 0px 0px 0px;
    color: #fff;
    min-width: 80px;
    text-align: center;
}

#main-header .main-menu li a:after {
    height: 20px;
    width: 1px;
    border-right: 1px solid #fff;
    content: "";
    display: inline-block;
    margin: 0px 7.5px -5px 25.5px;
    opacity: 0.2;
    position: absolute;
}

#main-header .main-menu li:last-of-type a:after {
    display: none;
}

#main-header .main-menu li a {
    color: #fff;
}

#main-header .main-menu li a:hover,
.tonyMenu__item:hover {
    /*background-color: #fff;
    color: #3685a9 !important;*/
}

#header.header-layout-03 .stuck-nav .tonyMenu__item:hover a {
    /*color: #3685a9 !important;*/
}

#main-header .main-menu .active a {
    background-color: #fff;
    color: #e20612;
}

#header .dropdown .dropdown-menu > li > a,
.dropdown .dropdown-menu > li > strong {
    display: block;
    color: #777777 !important;
    font-size: 1em;
    line-height: 1em;
    padding: 16px 15px 17px;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 300;
}

#header hr.mobile-menu-off {
    border: none;
}

#header.header-layout-03 .search {
    margin-top: -14px;
}

.fixedbar {
    min-height: 50px;
}

/*main content*/

.section-title {
    margin-bottom: 45px;
    color: #AF3436;
    text-align: center;
}

.t50pad {
    padding: 50px 0;
}

.t30pad {
    padding: 30px 0;
}

/*MAIN SLIDER*/

.main-slider {
    height: 450px;
    width: 100%;
}

#rev_slider_1_1_wrapper {
    margin-top: -15px !important;
}

/*Catalogo Home*/

.catalogo-home {
    background-image: url(../images/ditta.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    padding-top: 30px
}

.catalogo-home .container {
    z-index: 1;
    position: relative;
}

.catalogo-home .h3 {
    color: #AF3436;
    font-size: 24px;
    margin-bottom: 5px;
}

.catalogo-home .h6 {
    font-size: 14px;
}

.catalogo-home ul {
    margin-left: 20px;
}

.catalogo-home li {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.catalogo-home .foto-catalogo {
    height: 200px;
    float: left;
    margin-right: 30px
}

.catalogo-home .catalogo-info {
    padding-top: 30px;

}

.catalogo-home .cta {
    display: inline-block;
    margin-top: -70px;
    margin-right: 30px;
    font-size: 14px;
    font-weight: bold;
}

.catalogo-home i {
    font-size: 30px;
    margin-right: 5px;
    position: relative;
    top: 4px;
    color: #AF3436;
}

.catalogo-home i img {
    width: 30px;
    margin-right: 10px;
    float: none;
}

/*TIPOLOGIE HOME*/

.cerca-tipologie {
    text-align: center;
    padding: 50px 0;
}

.cerca-tipologie .h3 {
    margin-bottom: 45px;
    color: #AF3436;
}

.cerca-tipologie .slick-slide {
    padding: 0 2.5px;
}

.cerca-tipologie .slick-slide a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    background-color: #fff;
}

.cerca-tipologie .slick-slide:hover img {
    transform: scale(0.9);
    transition: all 0.3s;
}

.cerca-tipologie p {
    background-color: #AF3436;
    color: #fff;
    padding: 5px 0;
}

/*RICERCA APPLICAZIONI*/

.cerca-applicazioni .regular {
    margin-left: 10%;
    margin-right: 10%;
}

.cerca-applicazioni .slick-slide {
    padding: 0 5px;
    cursor: pointer;
}

.cerca-applicazioni .slick-slide a {
    max-width: 100%;
    max-height: 100%;
    display: block;
    overflow: hidden;
}

.cerca-applicazioni .slick-slide:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.cerca-applicazioni .slick-slide p {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    color: #808080;
    min-height: 55px;
}

.cerca-applicazioni .slick-slide:hover p {
    color: #AF3436;
}

.cerca-applicazioni .slick-prev,
.cerca-applicazioni .slick-next {
    background-color: #fff;
    box-shadow: 1px 1px 1px #000;
}

.cerca-applicazioni .slick-prev:hover,
.cerca-applicazioni .slick-next:hover,
.cerca-applicazioni .slick-prev:focus,
.cerca-applicazioni .slick-next:focus {
    background-color: #fff;
    box-shadow: 2px 2px 2px #000;
    opacity: 1;
}

.cerca-applicazioni .slick-prev:before,
.cerca-applicazioni .slick-next:before {
    background-color: #fff;
    color: #AF3436 !important;
}

/*PRODOTTI IN EVIDENZA*/

.featured-home .regular {
    margin-left: 10%;
    margin-right: 10%;
}

.featured-home .slick-slide {
    padding: 0 10px;
}

.featured-home .slick-slide a {
    display: block;
    background-color: #fff;
}

.featured-home .slick-slide:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.featured-home .product-image-wrapper {
    height: 214px;
    padding-bottom: 0 !important;
}

.featured-home h5 {
    font-size: 22px;
    color: #AF3436;
    margin-bottom: 5px;
}

.featured-home h5,
.featured-home p {
    padding-left: 15px;
}

.featured-home .slick-slide p {
    margin-top: -8px;
    font-size: 14px;
    white-space: nowrap;
    color: #808080;
    border-bottom: 5px solid #AF3436;
    padding-bottom: 20px
}

.slick-prev:before,
.slick-next:before {
    color: #808080;
}

/*servizi-news*/

.carousel-products__button span {
    background-color: #AF3436;
    color: #ffffff;
}

.carousel-products__button span:before {
    color: #fff;
}

.servizi-news .slick-prev,
.servizi-news .slick-next {
    background-color: #AF3436;
    box-shadow: 1px 1px 1px #000;
    top: 100px !important;
}

.service-card,
.news-card {
    margin-right: 25px;
    width: calc(100% - 25px);
    padding: 15px 30px;
    text-align: center;
}

.service-card:last-of-type,
.news-card:last-of-type {
    margin-left: 25px;
    margin-right: 25px;
    width: calc(100% - 50px);
}

.service-card .h2,
.service-card p {
    color: #fff;
}

.service-card p {
    margin: 0 0 40px 0;
    font-size: 14px;
}

.service-card .btn {
    background-color: #fff;
    border-radius: 0;
    border: none;
    color: #AF3436 !important;
    font-size: 20px;
}

.service-card .btn:hover {
    background-color: #fd0400;
    border: none;
    color: #fff !important;
}

.news-card {
    text-align: left;
    border: solid 1px #AF3436;
    padding: 0;
    height: 200px;
}

.news-card:hover {
    animation-name: news;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    position: relative;
}

@keyframes news {
    0% {
        top: 0px;
    }
    50% {
        top: 5px;
    }
    100% {
        top: 0px;
    }
}

.news-card .post-date {
    width: 50px;
    height: 100%;
    float: left;
    padding: 15px;
    text-align: center;
}

.news-card .post-date .day {
    font-size: 22px;
    position: relative;
    bottom: -75px;
}

.news-card .post-date .month {
    font-size: 12px;
    position: relative;
    bottom: -65px;
    text-transform: uppercase;
}

.news-card .post-date:after {
    background-color: #475a61;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    top: 110px;
    left: -13.9px;
    position: relative;
    z-index: -1;
    -moz-transform: rotate(45deg) skew(10deg, 10deg);
    -webkit-transform: rotate(45deg) skew(10deg, 10deg);
    -ms-transform: rotate(45deg) skew(10deg, 10deg);
    -o-transform: rotate(45deg) skew(10deg, 10deg);
    transform: rotate(45deg) skew(10deg, 10deg);
}

.news-card .news-title {
    color: #AF3436;
    margin-top: 0;
}

.news-card .news-text {
    padding: 15px;
    font-size: 13px !important;
    overflow: hidden;
}

.post__title_block time {
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0;
}

.autor {
    display: none;
}

/*=================================================
PAGINA LISTING
*/

/* .cyan-layer {
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: -1;
    background-color: #d8f4f7;
}
 */

#centerColumn,
#leftColumn {
    padding-top: 50px;
}

.breadcrumbs_block {
    display: none;
}

.page-title-wrapper h1:after {
    display: none !important;
}

.toolbar-products {
    padding: 0px 0 0px;
    border-top: 1px solid #e5e5e5;
}

.toolbar-products {
    border-top: none;
}

.page-title-wrapper h1,
.page-title-wrapper h2 {
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
}

#leftColumn {
    background-color: #f5f7f6;
    /* min-height: 100vh; */
}

#leftColumn:after {
    display: none;
}

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

.list-container .product-image {
    width: 40%;
    float: left;
    overflow: hidden;
}

.list-container .img-container {
    overflow: hidden;
    border: 1px solid #AF3436;
    width: 298px;
    height: 298px;
}

.list-container .img-container img {
    height: auto;
    width: 100%;
}

.list-container .img-container .visualizza {
    margin-top: -30px;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left: 261px;
    z-index: 1;
    background-image: url(../images/OCCHIO.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

.list-container .dettagli-icon {
    width: 19px;
    height: 19px;
    margin-left: 6px;
    margin-top: 4px;
    position: absolute;
    background-image: url(../images/add.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
}

.list-container .nome-prodotto,
.list-container .nome-prodotto a {
    color: #AF3436;
}

.list-container .tabella {
    float: left;
    margin-top: 70px;
    width: 60%;
    text-align: right;
}

.list-container .nome-prodotto,
.list-container .tabella .h3 {
    height: auto;
    display: block;
    font-size:30px;
}

.list-container .tabella .h3 span {
    position: relative;
    bottom: -15px;
}

.list-container .tabella img {
    text-align: center;
}

.list-container .tabella img {
    overflow: hidden;
    height: 298px;
}

.list-container .img-container img {
    height: 100%;
    width: auto;
}

.list-container .attributo {
    display: inline-block;
    height: 30px;
    width: auto;
    font-weight: bold;
    margin-top: 20px;
    margin-right: 1%;
}

.list-container .col-md-7 .attributo {
    display: block;
    height: auto;
    width: auto;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom:20px;
    margin-right: 1%;
}

.list-container .valore-attributo {
    display: inline-block;
    background-color: #AF3436;
    color: #fff;
    width: auto;
    height: 30px;
    text-align: center;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.list-container a.dettagli {
    background-color: #AF3436;
    color: #fff;
    width: 25%;
    padding: 2px;
    height: 30px;
    display: inline-block;
    text-align: center;
    transition: 0s;
    position: relative;
    right: -1px;
}

.list-container a.dettagli:hover {
    background-color: #fff !important;
    color: #AF3436;
    border:1px solid;
}

/*=================================================
PAGINA PRODOTTO
*/

.toolbar.toolbar-products {
    display: block;
}

.toolbar-products .pages {
    display: block !important;
}

.pages .pages-label {
    display: none;
}

.pages .items .item a .label,
.pages .items .item strong .label {
    display: block !important;
}

.pages .items .item {
    width: 40px;
}

.pages .items .item.current strong {
    background-color: #AF3436;
}

.pages .items .item.current strong {
    width: 100%;
}

.pages .items .item a:hover,
.pages .items .item strong:hover {
    background-color: #AF3436;
    box-shadow: 3px 3px 6px #000;
    color: #ffffff;
    text-decoration: none;
}

.pages .items .item.pages-item-next a:hover,
.pages .items .item.pages-item-previous a:hover {
    color: #ffffff;
}

.toolbar.toolbar-products:nth-of-type(1) {
    display: none;
}

.main-product .nome-prodotto {
    color: #AF3436;
}

.main-product .nome-prodotto,
.main-product .category {
    display: block;
    height: 30px;
    margin-bottom: 15px;
}

div.MagicToolboxContainer.minWidth a.MagicZoom {
    border: 1px solid #AF3436;
}

.gallery_img_holder .img-container {
    border: 1px solid #AF3436;
    max-width: 100%;
    overflow: hidden;
}

.product-image .dettagli,
.product_download a {
    font-size: 12px;
    height: 30px;
    padding-top: 7px;
    margin-top: 30px;
    margin-right: 15px;
}

.product-image .dettagli i,
.product_download a i {
    float: right;
    font-size: 18px;
}

.main-product .category {
    text-align: right;
}

.main-product .description-title {
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 20px
}

.product.attribute .value {
    color: #000;
    font-size: 16px;
}

.attribute-box .attribute-title {
    padding: 7px 5px;
}

.product.data.items > #modelli {
    border-top: solid 1px #000000;
    overflow-x: auto;
}

.product.data.items > .item.content {
    padding: 15px 0;
}

.table.table-bordered.table-striped.modelli tbody tr:nth-child(1n+2) {
    background-color: #efefef;
    /* color: #fff; */
}

.field.privacy label a {
    display: inline !important;
    border: none;
}

.tab-row .nav-tabs a,
.product.data.items label.label a {
    border-right: none !important;
}

.attribute-box .attribute-text ul li,
.product.attribute .value ul li {
    list-style: none;
}

.tab-row .nav-tabs a,
.product.data.items a {
    border-radius: 0;
    border-color: #000;
    color: #000;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #000 !important;
    margin: 0;
    display: flex;
    font-weight: bold;
}

.product.data.items a.file {
    border: none !important;
}

.product.data.items {
    border: none;
}

.product.data.items > .item.content {
    border-top: solid 1px #000000;
}


.tab-row .nav-tabs li:last-of-type a,
.product.data.items li:last-of-type a {
    border-right: 0;
}

.tab-row .nav-tabs li,
.product.data.items li {
    display: flex;
}

.tab-row .nav-tabs .active a,
.product.data.items .active a {
    background-color: #AF3436;
    color: #fff !important;
    border-color: #000;
    border-top: 1px solid transparent;
    border-left: none;
}

.tab-row .nav-tabs .active a:hover,
.product.data.items .active a:hover {
    background-color: #fff;
    color: #AF3436 !important;
    border-color: #000;
    border-top: 1px solid #000;
    border-left: none;
    border-bottom: 1px solid transparent;
}

/*Correlati*/

.related-row .slick-slide {
    padding: 20px 20px 5px 20px;
    margin: 0 10px;
    border: 1px solid #AF3436;
    border-bottom: 15px solid #AF3436;
    ;
}

.related-row h5 {
    font-weight: bold;
    margin-bottom: 0;
}

.related-row p {
    margin-bottom: 0;
    color: #000;
}


/*=================================================
FOOTER
*/

.fill-bg .btn.btn--ys:hover {
    background-color: #fd0400;
    color: #ffffff;
}

.subscribe-box {
    padding-bottom: 0;
    position: static;
}

.footer-1 {
    background-color: #3685a9;
    color: #fff;
}

.footer-1 .foot-col {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    height: 200px;
    position: relative;
}

.footer-1 .foot-col:last-of-type {
    border-right: none;
}

.footer-1 .h3 {
    color: #fff;
}

.footer-1 .h5 {
    font-size: 18px;
}

.footer-1 p {
    font-size: 13px;
}

.footer-1 a,
.footer-1 .btn-newsletter {
    font-size: 14px;
    background-color: #fff;
    color: #AF3436 !important;
    border: none;
    font-weight: bold;
    border-radius: 50px;
    padding: 5px 0px;
    transition: all 0s;
    position: absolute !important;
    width: 80%;
    bottom: 0;
    top: initial;
    right: initial;
}

.subscribe-box input {
    height: 40px;
}

.subscribe-box .form-inline {
    position: static;
}

.subscribe-box div.mage-error[generated] {
    position: static;
    color: #ffffff;
}

.footer-1 a:hover {
    background-color: #AF3436;
    color: #fff !important;
}

.footer-1 .title-under {
    position: relative;
    margin-bottom: 0.667em;
}

.footer-1 input[type="email"],
.footer-1 input[type="text"],
.footer-1 button.btn {
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    padding: 5px;
    border-radius: 5px;
    border: none;
    background-color: #fff;
    color: #000;
}

.footer-1 button.btn {
    border-radius: 50px;
    color: #fd0400;
    padding: 5px 0px;
    transition: all 0s;
    margin-top: 10px;
}

.footer-1 button.btn-block:hover {
    color: #FFF !important;
    background-color: #AF3436;
}

.footer-1 small {
    font-size: 12px;
    position: relative;
    top: -4px;
    margin-left: 5px;
    color: #fff;
}

.footer-2 .foot-col {
    text-align: center;
}

.footer-2 .foot-col:first-of-type,
.footer-2 p {
    text-align: left;
}

.footer-2 .h3 {
    color: #AF3436;
}

.footer-2 p {
    font-size: 13px;
    color: #AF3436;
    margin-top: 15px;
    min-height: 126px;
}

.footer-2 img {
    height: 80px;
}

.footer-2 a {
    font-size: 16px;
    background-color: #AF3436;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    padding: 5px 0px;
    transition: all 0s;
}

.footer-2 a:hover {
    background-color: #fd0400;
    color: #ffffff !important;
    border: 1px solid #fd0400;
}

.footer-3 li {
    list-style: none;
    list-style: none;
    margin-bottom: 5px;
}

.footer-1 .foot-col h4.h4 {
    text-align: left !important;
}

footer .box-address {
    font-size: 16px;
}

.footer-3 ul.social {
    text-align: center;
}

.footer-3 ul.social li {
    display: inline-block;
    margin-left: 25px;
}

.footer-3 h4 {
    margin-bottom: 25px;
}

footer .title-under:after {
    background: none !important;
}

.footer-3,
.footer-3 p,
.footer-3 li {
    font-size: 16px;
    color: #fff;
}

.footer-3 li:hover a {
    border-left: solid #fff 1px;
    padding: 3px 5px 2px 5px;
}

.footer-3 .social i {
    background-color: #fff;
    color: #AF3436;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-top: 0px;
    margin-right: 5px;
    text-align: center;
    border-radius: 20px;
    float: left;
}

.foot-col {
    padding: 0 30px;
}

/*effetti hover social*/

@media (min-width:1200px) {
    .footer-3 .social li:hover span {
        position: relative;
        top: -1px;
        left: -5px;
    }
    .prod-attr.col-md-7.pull-left {
        margin-top:55px;
    }
    .footer-3 .social li:hover a {
        border: solid #fff 1px;
        border-left: none;
        padding: 3px 5px 2px 27px;
        margin-left: -19px;
    }
    .footer-3 .social li:hover a {
        transition: all 0.3s;
    }
    .list-container .dettagli-icon {
    width: 15px;
    height: 15px;
    margin-left: 6px;
    margin-top: 6px;
    position: absolute;
    background-image: url(../images/add.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    }
    .list-container a.dettagli {
            background-color: #AF3436;
    color: #fff;
    width: auto;
    padding: 2px 10px 2px 10px;
    height: 30px;
    display: inline-block;
    text-align: left;
    transition: 0s;
    position: relative;
    right: -1px;
    }
}

@media (max-width:1200px) {
    .footer-3 .social li:hover span {
        position: relative;
        top: -2px;
    }
    .footer-3 .social li:hover a {
        border: solid #fff 1px;
        border-left: none;
        padding: 3px 5px 2px 27px;
        margin-left: -19px;
        border: none;
    }
    .footer-3 .social li:hover a {
        transition: all 0.3s;
    }
    .col-lg-5th-1,
    .col-lg-5th-2,
    .col-lg-5th-3,
    .col-lg-5th-4 {
        float: left;
    }
    .col-lg-5th-5 {
        float: left;
        width: 100%;
    }
    .col-lg-5th-4 {
        width: 80%;
    }
    .col-lg-5th-3 {
        width: 60%;
    }
    .col-lg-5th-2 {
        width: 40%;
    }
    .col-lg-5th-1 {
        width: 20%;
    }
    .col-lg-5th-pull-5 {
        right: 100%;
    }
    .col-lg-5th-pull-4 {
        right: 80%;
    }
    .col-lg-5th-pull-3 {
        right: 60%;
    }
    .col-lg-5th-pull-2 {
        right: 40%;
    }
    .col-lg-5th-pull-1 {
        right: 20%;
    }
    .col-lg-5th-pull-0 {
        right: auto;
    }
    .col-lg-5th-push-5 {
        left: 100%;
    }
    .col-lg-5th-push-4 {
        left: 80%;
    }
    .col-lg-5th-push-3 {
        left: 60%;
    }
    .col-lg-5th-push-2 {
        left: 40%;
    }
    .col-lg-5th-push-1 {
        left: 20%;
    }
    .col-lg-5th-push-0 {
        left: auto;
    }
    .col-lg-5th-offset-5 {
        margin-left: 100%;
    }
    .col-lg-5th-offset-4 {
        margin-left: 80%;
    }
    .col-lg-5th-offset-3 {
        margin-left: 60%;
    }
    .col-lg-5th-offset-2 {
        margin-left: 40%;
    }
    .col-lg-5th-offset-1 {
        margin-left: 20%;
    }
    .col-lg-5th-offset-0 {
        margin-left: 0%;
    }
}

.footer-4 p {
    border-top: 1px solid #fff;
    text-align: center;
    padding: 15px 0
}

/*elementi nascosti*/

.toolbar-amount,
.toolbar-sorter.sorter {
    display: none;
}

/*responsive*/

@media (max-width:1770px) {}

@media (max-width:1200px) {

    #layered-filter-block .filter-options .filter-options-item .filter-options-title {
        padding: 20px 25px 12px 0;
        font-size: 12px;
    }
    .list-container .dettagli-icon {
        opacity: 0;
    }

    .product.data.items > .item.title > a.switch {
        padding: 15px 15px 16px 15px;
    }
    .table:not(.cart):not(.totals) > thead > tr > th,
    .table:not(.cart):not(.totals) > thead > tr > td {
        font-size: 14px;
    }
    .catalogo-home li {
        font-size: 14px;
    }

    .service-card .h2 {
        font-size: 27px;
    }
    .service-card .btn {
        font-size: 16px;
    }
    .service-card p {
        margin: 0 0 20px 0;
    }

    .list-container .product-image {
        width: 44%;
    }
    .list-container .tabella {
        width: 56%;
    }
    .list-container .attributo {
        width: 37%;
    }
    .list-container a.dettagli {
        background-color: #AF3436;
        color: #fff;
        width: 22%;
        padding: 2px;
    }
    .list-container a.dettagli:hover {
        background-color: #fd0400;
        color: #fff;
    }
    .footer-1 .foot-col {
        height: 230px;
    }
    .footer-3 .social li {
        display: inline-grid;
        float: left;
        width: 20%;
    }
    .footer-3 .social li:nth-of-type(1) {
        margin-left: 20%;
    }
    .footer-3 .social i {
        margin-left: 5%;
        width: 90%;
        float: none;
    }
}

@media (max-width: 1024px) {
    .dropdown .dropdown-menu--xs-full a:not(.btn):hover {
    background-color: transparent;
    }
    .top2{
        padding-right: 10px;
        padding-left: 10px;
    }
    #header.header-layout-03 .logo {
        margin: 0px 10px 30px;
    }
     .dl-back {
        display: none;
    }
    #header .navbar .dropdown-menu {
        top: 195px;
        width:100%;
    }
    #header .drop2{
        top:290px !important;
    }
    #header .image-links .col-one-fifth {
        width: 96%;
        margin-top: 0px;
    }
    #header .dropdown .dropdown-menu > li > a {
        margin-left: 0px;
    }
    .mobile-collapse__title:before {
        display:none;
    }
    .tonyMenu__item-next-level::after {
    top:165px;
    border-top: solid 2px #AF3436;
    border-right: solid 2px #AF3436;
    }
    .dropicon::after{
    top:262px !important;
    }
    #header.header-layout-03 .stuck-nav a {
        color: #000 !important;
        line-height: normal;
    }
    #header .tonyMenu__open .navbar .dropdown-menu {
        margin-top: 0px !important;
    }
    .product.attribute.title_description {
        line-height: 20px;
    }
    .product-info-main .product.attribute.title_attribute {
        margin-bottom: 0;
        padding-bottom: 7px;
    }
    .product.data.items > .item.title > a.switch {
        padding: 15px 15px 19px 15px;
        font-size: 14px;
    }
    .product-image .dettagli,
    .product_download a {
        font-size: 13px;
        height: 50px;
        width: 48%;
        padding-top: 16px;
        margin-top: 9px;
        margin-right: 2%;
        float: left;
    }
    .tonyMenu__nav-list li a,
    .tonyMenu__nav-list li a > span {
        font-size: 15px !important;
    }
    .tonyMenu__nav-list > li:last-child > a {
        padding: 16px 20px !important;
    }
    .service-card .h5 {
        font-size: 16px;
    }
    .footer-1 a {
        font-size: 14px;
    }
    .footer-1 .h4 {
        font-size: 19px;
    }
    .footer-2 a {
        font-size: 14px;
    }
    .footer-2 p {
        min-height: 168px;
    }
    .footer-3 .social-col h4 {
        text-align: center;
        margin-bottom: -15px;
    }
    footer .box-address {
        font-size: 16px;
    }
    #header .settings,
    .icon.icon-person {
        background-color: transparent;
        display: block;
        height: 30px;
    }
    #header .row > div.col-md-4 {
        width: 33.33333333%;
    }
    #header .row > div.col-md-8 {
        width: 66.66666667%;
    }
    #header .settings .dropdown > a {
        color: black;
    }
    .dropdown > a .icon {
        display: none;
    }
    .dropdown .dropdown-menu--xs-full {
        background-color: transparent;
    }
    .dropdown .dropdown-menu__close a {
        text-align: left;
    }
    .dropdown .dropdown-menu--xs-full a:not(.btn) {
        border-top: none;
    }
    #header .dropdown .dropdown-menu > li > a,
    .dropdown .dropdown-menu > li > strong {
        border-bottom: none;
    }
    .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown .dropdown-menu--xs-full a:not(.btn) .icon {
        width: 20px;
    }
    #header .dropdown .dropdown-menu > li > a {
        padding: 10px 0px 0px 20px;
    }
    .cerca-tipologie {
        padding: 150px 0px 0px 0px;
    }
    .news-card {
        height: 310px;
    }
    #rev_slider_1_1_wrapper {
        display: none !important;
    }
    .dropdown .dropdown-menu--xs-full a:not(.btn) .icon {
    color: #AF3436;
    }
}

#header .settings .dropdown > a:hover {
    color: #AF3436;
}

@media (max-width: 991px) {
    .footer-1 .foot-col {
    height: 270px;
}
    .catalogo-home .foto-catalogo {
        height: 180px;
        margin-right: 20px;
    }
    .catalogo-home .catalogo-info {
        padding-top: 0px;
    }
    .catalogo-home .h3 {
        font-size: 16px;
    }
    .catalogo-home .h6 {
        font-size: 14px;
    }
    .catalogo-home .cta {
        display: block;
        margin-top: -10px;
    }
    .catalogo-home .scarica {
        margin-top: -17px;
    }
    .service-card:last-of-type,
    .news-card:last-of-type {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }
    .service-card .h2 {
        font-size: 21px;
        margin-top: 10px;
    }
    footer .inset-bottom-60 {
        padding-bottom: 0px;
    }
    .footer-3 .social-col h4 {
        text-align: left;
        margin-bottom: -15px;
    }
    .footer-3 .social li:nth-of-type(1) {
        margin-left: 15%;
    }
    .foot-col {
        padding: 10px 30px;
    }
}

@media (min-width:992px) {
    .col-md-5th-1,
    .col-md-5th-2,
    .col-md-5th-3,
    .col-md-5th-4 {
        float: left;
    }
    .col-md-5th-5 {
        float: left;
        width: 100%;
    }
    .col-md-5th-4 {
        width: 80%;
    }
    .col-md-5th-3 {
        width: 60%;
    }
    .col-md-5th-2 {
        width: 40%;
    }
    .col-md-5th-1 {
        width: 20%;
    }
    .col-md-5th-pull-5 {
        right: 100%;
    }
    .col-md-5th-pull-4 {
        right: 80%;
    }
    .col-md-5th-pull-3 {
        right: 60%;
    }
    .col-md-5th-pull-2 {
        right: 40%;
    }
    .col-md-5th-pull-1 {
        right: 20%;
    }
    .col-md-5th-pull-0 {
        right: auto;
    }
    .col-md-5th-push-5 {
        left: 100%;
    }
    .col-md-5th-push-4 {
        left: 80%;
    }
    .col-md-5th-push-3 {
        left: 60%;
    }
    .col-md-5th-push-2 {
        left: 40%;
    }
    .col-md-5th-push-1 {
        left: 20%;
    }
    .col-md-5th-push-0 {
        left: auto;
    }
    .col-md-5th-offset-5 {
        margin-left: 100%;
    }
    .col-md-5th-offset-4 {
        margin-left: 80%;
    }
    .col-md-5th-offset-3 {
        margin-left: 60%;
    }
    .col-md-5th-offset-2 {
        margin-left: 40%;
    }
    .col-md-5th-offset-1 {
        margin-left: 20%;
    }
    .col-md-5th-offset-0 {
        margin-left: 0%;
    }
}

@media (max-width: 768px) {
    #header .row > div.col-md-8 {
        margin-top: -50px;
    }
    .prod-attr.col-md-7.pull-left {
        width:100%;
    }
    #header .row > div.col-md-4,
    #header .row > div.col-md-8 {
        width: 100%;
        text-align: center;
    }
    .catalogo-home .cta-col {
        text-align: center;
    }
    .catalogo-home .foto-catalogo {
        height: 145px;
        display: inline-block;
        float: none;
        margin-top: -76px;
    }
    .catalogo-home .catalogo-info {
        display: inline-block;
    }
    .catalogo-home .catalogo-info {
        text-align: left;
    }
    .catalogo-home .h3 {
        margin-top: 0px;
    }
    .product-info-main {
        margin-top: 110px;
    }

    .product.data.items > .item.title > a.switch {
        background-color: #AF3436;
        color: #fff;
    }
    .product.data.items > .item.title > a.switch:hover {
        background-color: #fd0400;
        color: #fff !important;
    }
    .list-container .dettagli-icon {
        opacity: 1;
    }
    .tab-row .nav-tabs a,
    .product.data.items a {
        border-right: none !important;
    }
    .list-container .attributo {
        width: 49%;
        margin-right: 0%;
        text-align: center;
    }
    .list-container a.dettagli {
        width: 100%;
        padding: 2px;
        right: 0px;
        margin-top: 10px;
    }
    .service-card:last-of-type {
        margin-top: 15px;
    }
   
    .footer-1 a,
    .footer-1 .btn-newsletter {
        position: static !important;
        width: 100%;
    }
    .footer-1 .btn-newsletter {
        margin-top: 15px;
    }
    .subscribe-box .mobile-collapse__content {
        display: block;
    }
    .subscribe-box .mobile-collapse {
        border-top: none;
        border-bottom: none;
    }
    .footer-2 p {
        min-height: auto;
    }
    .col-sm-5th-1,
    .col-sm-5th-2,
    .col-sm-5th-3,
    .col-sm-5th-4 {
        float: left;
    }
    .col-sm-5th-5 {
        float: left;
        width: 100%;
    }
    .col-sm-5th-4 {
        width: 80%;
    }
    .col-sm-5th-3 {
        width: 60%;
    }
    .col-sm-5th-2 {
        width: 40%;
    }
    .col-sm-5th-1 {
        width: 20%;
    }
    .col-sm-5th-pull-5 {
        right: 100%;
    }
    .col-sm-5th-pull-4 {
        right: 80%;
    }
    .col-sm-5th-pull-3 {
        right: 60%;
    }
    .col-sm-5th-pull-2 {
        right: 40%;
    }
    .col-sm-5th-pull-1 {
        right: 20%;
    }
    .col-sm-5th-pull-0 {
        right: auto;
    }
    .col-sm-5th-push-5 {
        left: 100%;
    }
    .col-sm-5th-push-4 {
        left: 80%;
    }
    .col-sm-5th-push-3 {
        left: 60%;
    }
    .col-sm-5th-push-2 {
        left: 40%;
    }
    .col-sm-5th-push-1 {
        left: 20%;
    }
    .col-sm-5th-push-0 {
        left: auto;
    }
    .col-sm-5th-offset-5 {
        margin-left: 100%;
    }
    .col-sm-5th-offset-4 {
        margin-left: 80%;
    }
    .col-sm-5th-offset-3 {
        margin-left: 60%;
    }
    .col-sm-5th-offset-2 {
        margin-left: 40%;
    }
    .col-sm-5th-offset-1 {
        margin-left: 20%;
    }
    .col-sm-5th-offset-0 {
        margin-left: 0%;
    }
}

@media (max-width: 759px) {
    .list-container .product-image {
        width: 100%;
        text-align: center;
    }
    .list-container .img-container {
        width: 100%;
        height: auto;
    }
    .list-container .tabella {
        display: none;
    }
    .list-container .img-container {
        border: none;
    }
}

@media (max-width: 480px) {
    .list-container .product-image {
        width: 100%;
    }
    .product .tabella {
        display: none;
    }
    .list-container .attributo {
        width: 100%;
    }


    .footer-1 .foot-col,
    .footer-2 .foot-col {
        height: auto;
        padding: 29px 80px;
    }
    .footer-3 .social li {
        margin-top: -30px;
    }
}

/*temp*/

div.MagicToolboxContainer.minWidth a.MagicZoom {
    border: 1px solid #fff !important;
}

@media (min-width: 1770px) {
    /*tentativo di bloccare il container al minimo di 1170px*/
    .container {
        width: 1170px;
    }
}

.image-links .col-one-fifth {
    width: 18.3%;
    float: left;
    margin-left: 2.125%;
    margin-right: 0;
    margin-top: -30px;
    margin-bottom: 0px;
}

.dropdown {
    padding: 0 0px 10px 0;
}

.img-responsive-megamenu {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 150px;
}

.link-megamenu {
    color: #a1a1a1 !important;
    text-align: left;
    padding: 0 !important;
    line-height: 30px !important;
}

.image-link .figcaption {
    display: block;
    margin: 20px 0 10px;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3585a8;
    border-bottom: 2px solid;
    padding-bottom: 2px;
}

header .search a:hover .icon {
    color: #3585a8;
}

.blog-search {
    margin-top: 40px;
}

.font32 {
    font-size: 32px;
}

.font40 {
    font-size: 40px;
}

.bold {
    font-weight: bold;
}

.slick-slide img {
    transition: all 0.3s;
}
.product.data.items > .item.title > a.switch:before {
    background-color: #AF3436;
}

.product.data.items > .item.title:hover > a.switch {
    color: #AF3436;
}

.image-link:hover .figcaption {
    color: #AF3436;
}
