body {
    position: relative;
    font-family: 'Open Sans', sans-serif;  
    color: #000;  
}

/* unvisited link */
a:link {
    color: #267199;
    text-decoration: none;
}
  
/* visited link */
a:visited {
    color: #267199;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #267199;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #267199;
    text-decoration: none;
}

/* Blue ChooseBy */
.cb-blue {
    color: #267199;
}

/* Header */
.cb-header {
    position: relative;
    background: #f6f6f6;
    height: 75px;
    padding-top: 10px;
}

.cb-logo-header {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    height: 100%;
}

.cb-logo-header img {
    display: block;
    width: 110px;
    margin: 10px auto 0 auto;
}

.cb-alert {
    margin-left: 260px;
}

p.cb-alert-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
}

p.cb-alert-text {
    font-size: .7rem;
    margin: 0;
}

.cb-flags-container {
    position: relative;
    display: inline-block;
    float: right;
}

.cb-flags {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    margin-top: 14px;
    z-index: 99;
}

.cb-flags img {
    height: 25px;
    cursor: pointer;
}

.cb-flags-container:hover .cb-flags-hide { 
    display: block;
}

.cb-flags-hide {
    display: none;
    position: absolute;
    top: 27px;
    left: -4px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 7px 0px #e1e1e1;
    box-shadow: 3px 3px 7px 0px #e1e1e1;
    padding: 0 4px;
}

.cb-flags-hide img {
    display: block;
}

.cb-header-search {
    float: right;
    margin-top: 7px;
}

.cb-header-search input {
    color: #000;
    font-size: .9rem;
    background: #fff;
    border: 1px solid #fff;
    height: 40px;
    padding: 5px 15px;
    vertical-align: top;
}

.cb-header-search input::-webkit-input-placeholder { 
    color: #267199;
    text-transform: uppercase;
}

.cb-header-search input::-moz-placeholder {
    color: #267199;
    text-transform: uppercase;
}

.cb-header-search input:-ms-input-placeholder { 
    color: #267199;
    text-transform: uppercase;
}

.cb-header-search input:-moz-placeholder { 
    color: #267199;
    text-transform: uppercase;
}

.cb-header-search button {
    color: #fff;
    background: #267199;
    border: 1px solid #267199;
    height: 40px;
    width: 40px;
    padding: 0;
}

/* Main menu */
.cb-main-menu-container {
    border-bottom: 1px solid #eaeaea;
}

ul.cb-main-menu {
    position: relative;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

ul.cb-main-menu li {
    display: inline-block;
    list-style-type: none;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 1px;
    margin: 0 30px;
}

ul.cb-main-menu li a {
    color: #267199;
    text-decoration: none;
}

ul.cb-main-menu li a.cb-main-menu-active {
    font-weight: 700;
}

/* Top filters */
.cb-top-filters {
    border-bottom: 1px solid #eaeaea;
    padding-top: 6px;
}

.cb-top-filters span a {
    display: inline-block;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 1px;
    color: #267199;
    background: #fff;
    border: 1px solid #267199;
    padding: 8px 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 3px 7px 0px #E1E1E1;
    box-shadow: 3px 3px 7px 0px #E1E1E1;
    text-decoration: none;
    transition: 0.5s;
}

.cb-top-filters span a:hover { 
    background: #267199;
    color: #fff;
}

.cb-filter-select-show span {
  color: #267199;
}

.cb-filter-select-show span:hover {
  color: #fff;
}

.cb-top-filters span.cb-top-filters-selected a {
    color: #fff;
    background: #267199;
    border: 1px solid #267199;
}

.cb-filters-selected {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cb-new-research {
    margin-right: 60px;
    display: inline-block;
}

.cb-new-research span a {
    display: inline-block;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    background: #267199;
    border: 1px solid #267199;
    padding: 8px 15px;
    margin-right: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 3px 3px 7px 0px #E1E1E1; 
    box-shadow: 3px 3px 7px 0px #E1E1E1;
}

.cb-new-research2 {
    margin-right: 60px;
    display: inline-block;
}

.cb-new-research2 {
    display: inline-block;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff !important;
    background: #267199;
    border: 1px solid #267199;
    padding: 8px 15px;
    margin-right: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 3px 3px 7px 0px #E1E1E1; 
    box-shadow: 3px 3px 7px 0px #E1E1E1;
}


.cb-selected-filters {
    display: inline-block;
}

.cb-selected-filters span a {
    display: inline-block;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 1px;
    text-decoration: none;
    color: #267199;
    background: #f6f6f6;
    border: 1px solid #eaeaea;
    padding: 8px 10px 8px 15px;
    margin-right: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 3px 3px 7px 0px #E1E1E1; 
    box-shadow: 3px 3px 7px 0px #E1E1E1;
    transition: 0.5s;
}

.cb-selected-filters span a:hover {
    color: #fff;
    background: #267199;
    border: 1px solid #267199;
}   

p.cb-filters-summary {
    text-transform: uppercase;
    font-size: .7rem;
    color: #7a7a7a;
    margin: 5px 0 10px 0;
}

p.cb-filters-summary-single {
    margin: 15px 0 15px 0;
}

/* Select in top filters */
.cb-filters-select {
    position: relative;
    min-width: 150px;
    display: inline-block;
}

.cb-filter-select-show {
    font-size: .7rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: transparent;
    background-size: 8px 12px;
    border: 1px solid #267199;
    border-radius: 0;
    -webkit-box-shadow: 3px 3px 7px 0px #e1e1e1;
    box-shadow: 3px 3px 7px 0px #e1e1e1;
    padding: 8px 28px 8px 12px;
    margin-bottom: 5px;
}

.cb-filter-select-show a {
    display: block;
}

.cb-filter-select-show i {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.cb-filter-select-show:hover {
    background-color: #267199;
    border: 1px solid #267199;
}

.cb-filter-select-show:hover a {
    color: #fff;
}

.cb-filter-select-hide {
    display: none;
    position: absolute;
    left: 0;
    top: 37px;
    width: 100%;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    background-color: #fff;
    background-size: 8px 12px;
    border: 1px solid #267199;
    border-radius: 0;
    margin-bottom: 8px;
    z-index: 9999;
}

.cb-filter-select-hide a {
    display: block;
    color: #267199;
    padding: 2px 12px;
}

.cb-filter-select-hide a:hover {
    background-color: #267199;
    color: #fff;
}

.cb-filters-select:hover .cb-filter-select-hide {
    display: block;
}

/* Main section */
.cb-main-section {
    border-top: 1px solid #267199;
}

/* Homepage */
.cb-location {
    padding-top: 12px;
    margin-left: 260px;
}

p.cb-location-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

p.cb-location-text {
    font-size: 1rem;
    margin: 0;
}


.cb-homepage-slider {
    position: relative;
    width: 100%;
    /* height: 500px; */
    margin-bottom: 0 !important;
}

/* .cb-homepage-slider .slick-list,
.cb-homepage-slider .slick-track,
.cb-homepage-slider .cb-homepage-slide {
    height: 100%;
} */

.cb-homepage-slider .cb-homepage-slide-img {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cb-slider-next {
    position: absolute;
    right: 50px;
    top: 170px;
    color: #fff;
    font-size: 2rem;
    transform: translateY(-50%);
    z-index: 9999;
    cursor: pointer;
}

.cb-slider-prev {
    position: absolute;
    left: 50px;
    top: 170px;
    color: #fff;
    font-size: 2rem;
    transform: translateY(-50%);
    z-index: 9999;
    cursor: pointer;
}

.cb-homepage-slider .slick-dots {
    bottom: 20px;
}

.cb-homepage-slider .slick-dots li {
    margin: 0;
}

.cb-homepage-slider .slick-dots li button {
    padding: 0;
}

.cb-homepage-slider .slick-dots li button:hover:before,
.cb-homepage-slider .slick-dots li button:focus:before {
    opacity: 1;
}

.cb-homepage-slider .slick-dots li button:before {
    font-size: 14px;
    opacity: .75;
    color: rgb(204, 204, 204);
}

.cb-homepage-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #267199;
}

.cb-homepage-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cb-homepage-content h1 {
    color: #267199;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0 0 10px 0;
}

/* Azienda (standard page) */
.cb-page-title {
    background: #267199;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cb-page-title h1 {
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin: 0;
}

ul.cb-page-bredcrumbs {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul.cb-page-bredcrumbs li {
    font-size: .8rem;
    font-weight: 300;
    display: inline-block;
}

ul.cb-page-bredcrumbs li a {
    color: #fff;
}

ul.cb-page-bredcrumbs li i {
    font-size: .6rem;
}

.cb-page-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.cb-page-section {
    margin-bottom: 30px;
}

.cb-page-content h2 {
    text-transform: uppercase;
    color: #267199;
    font-size: 1.2rem;
    margin: 0 0 15px 0;
}

#cb-page-table {
    font-size: .8rem;
    border-collapse: collapse;
    width: 100%;
}

#cb-page-table td {
    width: 18%;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 8px;
}

#cb-page-table td:nth-child(2) {
    width: 82%;
}

#cb-page-table tr {
    background-color: #f0f0f0;
}

#cb-page-table tr:nth-child(even){
    background-color: #e4e4e4;
}

#cb-page-table tr:hover {
    background-color: #ddd;
}

#cb-page-table strong {
    font-weight: 600;
}


.cb-page-table {
    font-size: .8rem;
    border-collapse: collapse;
    width: 100%;
}

.cb-page-table td {
    width: 18%;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 8px;
}

.cb-page-table td:nth-child(2) {
    width: 82%;
}

.cb-page-table tr {
    background-color: #f0f0f0;
}

.cb-page-table tr:nth-child(even){
    background-color: #e4e4e4;
}

.cb-page-table tr:hover {
    background-color: #ddd;
}

.cb-page-table strong {
    font-weight: 600;
}


/* Archive */
.cb-archive {
    padding-top: 15px;
}

.cb-archive h1 {
    color: #7a7a7a;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.cb-archive h2 {
    color: #a3a3a3;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin: 0;
}

ul.cb-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 20px;
    padding-left: 0;
}

ul.cb-products li {
#    visibility: hidden; 
    position: relative;
    list-style-type: none;
    display: inline;
    transition: 0.5s;
}

ul.cb-products li:hover {
    opacity: 0.85;
}

ul.cb-products li .cb-product {
    position: relative;
    /* flex-grow: 1; */
    width: 350px;
/*    min-height: 370px;
*/
    min-height: 390px;
    background: #fcfcfc;
    border: 1px solid #e3e3e3;
    padding: 4px;
    margin-bottom: 80px;
    margin-right: 15px;
}

ul.cb-products li .cb-product-mat {
    min-height: 340px;
}

ul.cb-products li .cb-product-border {
    position: absolute;
    bottom: 76px;
    left: 0;
    width: 350px;
    height: 4px;
    background: #267199;
    border-left: 1px solid #267199;
    border-right: 1px solid #267199;
}

.cb-product-zoom {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    color: #267199;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 4px 8px;
    cursor: pointer;
}

ul.cb-products li .cb-product .cb-product-img {
    max-height: 240px;
    overflow-y: hidden;
}

ul.cb-products li .cb-product img {
    width: 100%;
}

ul.cb-products li .cb-product .cb-info {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
}

ul.cb-products li .cb-product .cb-info h3 {
    color: #267199;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin: 0;
}

ul.cb-products li .cb-product .cb-info p {
    color: #000;
    font-size: .7rem;
    font-weight: 300;
    margin: 0;
}

.cb-top-filters-sticky {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    z-index:999999;
}

.pswp__custom-caption {
  background: rgba(38, 113, 153, 0.8);
  font-size: 20px;
  color: #fff;
  width: calc(100% - 32px);
  padding: 2px 8px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  text-align: center;
}
.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}
.hidden-caption-content {
  display: none;
}

/* Pagination */
.cb-pagination {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 100px;
}

.cb-pagination ul {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 0;
}

.cb-pagination ul li {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: #f5f5f5;
    color: #444;
    font-size: .9rem;
    padding-top: 0px;
    margin: 0 2px;
}

.cb-pagination ul li.cb-current-page {
    background: #e8e8e8;
    padding-top: 8px;
}

.cb-pagination ul li a {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding-top:8px !important;
}

a.cb-pagination-prev {
    display: inline-block;
    font-size: 1.3rem;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 2px;
}

a.cb-pagination-next {
    display: inline-block;
    font-size: 1.3rem;
    vertical-align: middle;
    margin-left: 8px;
    margin-bottom: 2px;
}

#cb-num-per-page-choice {
    display: none;
}

#cb-num-per-page-choice ul {
    padding-left: 0;    
}

#cb-num-per-page-choice ul li {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #267199;
    font-size: .7rem;
    padding-top: 8px;
    margin: 5px 1px 0 1px;
}

#cb-num-per-page-choice ul li a {
    color: #fff;
    text-decoration: none;
}

.cb-pagination p {
    font-size: .8rem;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
}

.cb-pagination i {
    cursor: pointer;
}

.cb-pagination p span {
    color: #267199;
    font-weight: 600;
}

/* Materie prime */
.cb-show-by-code {
    display: inline-block;
    vertical-align: middle;
    margin-left: -50px;
    margin-right: 60px;
}

.cb-show-by-code p {
    display: inline-block;
    color: #267199;
    font-size: .7rem;
    line-height: 1;
    margin: 0;
}

.cb-switcher-container {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #cccccc;
    vertical-align: top;
    margin-left: 5px;
}

.cb-switcher-bullet {
    position: absolute;
    left: 2px;
    top: 1px;
    background-color: #ccc;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    transition: .5s;
}

.cb-switcher-container-active {
    background-color: #267199;
    border: 1px solid #267199;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    border-radius: 15px;
    vertical-align: top;
    margin-left: 5px;
    
}

.cb-switcher-bullet-active {
    right: 2px;
    left: auto;
    background-color: #fff;
    position: absolute;
    top: 1px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    transition: .5s;
    
}

.cb-code {
    display: block;
    font-weight: 600;
    font-size: .7rem;
    color: #000;
    margin: 0;
}

.cb-price {
    display: block;
    font-weight: 600;
    font-size: .7rem;
    color: #a3a3a3;
    margin: 0;
}

.cb-price-single {
    display: inline-block;
    color: #7a7a7a;
    font-size: .9rem;
    font-weight: 600;
    text-transform: none !important;
    background-color: #fbfbfb;
    padding: 7px 30px;
    margin-left: 30px;
}

.cb-info {
    width: 100%;
}

.cb-info-divider {
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    margin: 5px 0;
}

p.cb-info-mat {
    font-size: 0.7rem;
    line-height: 1.2;
    margin: 0;
}

.cb-show-available {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cb-show-available p {
    display: inline-block;
    color: #267199;
    font-size: .7rem;
    line-height: 1;
    margin: 0;
}

#cb-switcher-available {
    cursor: pointer;
}

/* Single */
.cb-single {
    padding-top: 30px;
    padding-bottom: 100px;
}

.cb-single-title {
    margin-bottom: 15px;
}

.cb-single-title h1 {
    color: #7a7a7a;
    font-size: 1.8rem;
/*    text-transform: uppercase;
*/
    font-weight: 600;
    line-height: 0.8;
    margin: 0 0 5px 0;
}

.cb-single-title h2,
.cb-single-title h3 {
    color: #7a7a7a;
    font-size: 0.9rem;
    margin: 0;
}

.cb-tip {
    display: none;
    position: absolute;
    right: -305px;
    top: 50%;
    width: 300px;
    background: #ffffff;
    color: #000;
    border: 1px solid #269954;
    padding: 15px;
    z-index: 9999;
    transform: translateY(-50%);
}

.cb-tip p {
    font-size: .75rem;
    letter-spacing: normal;
    text-transform: none;
    line-height: normal;
    margin: 0;
}

.cb-tip p span {
    color: #269954;
    font-weight: 700;
}

i.bi-question-circle-fill:hover + .cb-tip {
    display: block;
}

.cb-single-image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    margin-bottom: 15px;
}

.cb-single-image-zoom {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    color: #267199;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 4px 8px;
    cursor: pointer;
}

.cb-single-image img {
    width: 100%;
}

ul.cb-single-info {
    border-left: 4px solid #e4e4e4;
    padding-left: 15px;
}

ul.cb-single-info li {
    list-style-type: none;
    font-size: .8rem;
    margin-bottom: 7px;
}

ul.cb-single-info-alert {
    padding-left: 15px;
    margin-top: 40px;
}

ul.cb-single-info-alert li {
    list-style-type: none;
    font-size: .8rem;
    margin-bottom: 0;
}

/* .cb-single-title-btn {
    margin-bottom: 15px;
} */

a.cb-single-back-menu {
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 1px;
    color: #267199;
    background: #fbfbfb;
    padding: 8px 15px;
    -webkit-box-shadow: 3px 3px 7px 0px #E1E1E1; 
    box-shadow: 3px 3px 7px 0px #E1E1E1;
    text-decoration: none;
    border: 1px solid #fbfbfb;
    transition: 0.5s;
}

a.cb-single-back-menu:hover { 
    background: #267199 !important;
    color: #fff !important;
    border: 1px solid #267199 !important;
}

button.cb-single-back-menu2 {
    display: inline-block;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 1px;
    color: #267199;
    background: #fbfbfb;
    padding: 8px 15px;
    -webkit-box-shadow: 3px 3px 7px 0px #E1E1E1; 
    box-shadow: 3px 3px 7px 0px #E1E1E1;
    text-decoration: none;
    border: 1px solid #fbfbfb;
    transition: 0.5s;
    cursor: no-drop;
}

button.cb-single-back-menu2:hover { 
    background: #267199;
    color: #fff;
    border: 1px solid #267199;
}




a.cb-single-back {
    display: inline-block;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 1px;
    color: #267199;
    background: #fbfbfb;
    padding: 8px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 3px 3px 7px 0px #E1E1E1; 
    box-shadow: 3px 3px 7px 0px #E1E1E1;
    text-decoration: none;
    border: 1px solid #fbfbfb;
    margin-right: 60px;
    transition: 0.5s;
}

a.cb-single-back:hover { 
    background: #267199;
    color: #fff;
    border: 1px solid #267199;
}

a.cb-btn-green {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 1px;
    color: #ffffff;
    background: #269954;
    padding: 8px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 3px 3px 7px 0px #E1E1E1; 
    box-shadow: 3px 3px 7px 0px #E1E1E1;
    text-decoration: none;
    border: 1px solid #269954;
    transition: 0.5s; 
}

a.cb-btn-green:hover { 
    background: #1e7a43;
    color: #fff;
    border: 1px solid #1e7a43;
}

.cb-single-title-btn a.cb-btn-green {
    margin-right: 30px;
}


a.cb-btn-grey {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 1px;
    color: #7a7a7a;
    background: #fbfbfb;
    padding: 8px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 3px 3px 7px 0px #999; 
    box-shadow: 3px 3px 7px 0px #999;
    text-decoration: none;
    border: 1px solid #999;
    transition: 0.5s; 
}

a.cb-btn-grey:hover { 
    background: #1e7a43;
    color: #fff;
    border: 1px solid #1e7a43;
}

.cb-single-title-btn a.cb-btn-grey {
    margin-right: 30px;
}



a.cb-btn-blue {
    display: inline-block;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 1px;
    color: #ffffff;
    background: #267199;
    padding: 8px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 3px 3px 7px 0px #E1E1E1; 
    box-shadow: 3px 3px 7px 0px #E1E1E1;
    text-decoration: none;
    border: 1px solid #267199;
    transition: 0.5s; 
}

a.cb-btn-blue:hover { 
    background: #fff;
    color: #267199;
}

.cb-single-technical-data {
    margin-top: 50px;
}

.cb-single-technical-data h2 {
    text-transform: uppercase;
    color: #267199;
    font-size: 1.2rem;
    margin: 0 0 15px 0;
}

.cb-single-technical-data-list {
    margin-bottom: 60px;
}

#cb-single-technical-data-table {
    font-size: .8rem;
    border-collapse: collapse;
    width: 100%;
}

#cb-single-technical-data-table td {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 8px;
}

#cb-single-technical-data-table tr {
    background-color: #f0f0f0;
}

#cb-single-technical-data-table tr:nth-child(even){
    background-color: #e4e4e4;
}

#cb-single-technical-data-table tr:hover {
    background-color: #ddd;
}

#cb-single-technical-data-table strong {
    font-weight: 600;
}

.cb-single-bottom-btn {
    text-align: center;
    margin-top: 100px;
}

.cb-single-bottom-btn a.cb-single-back {
    margin: 0;
}

.cb-single-variations {
    margin-bottom: 30px;
}

.cb-single-variations h2 {
    text-transform: uppercase;
    color: #267199;
    font-size: 1.2rem;
    margin: 0 0 15px 0;
}

.cb-slab {
position: absolute;
bottom: -62px;
font-size: .7rem;
left: 50%;
transform: translateX(-50%);
}

.img-car {
    height: 120px;
    white-space: nowrap;
}

.img-car img {
    height: 100px;
    border: 5px solid #f5f5f5;
    -webkit-box-shadow: 3px 3px 7px 0px #e1e1e1;
    box-shadow: 3px 3px 7px 0px #e1e1e1;
    margin-right: 5px;
}

.cb-single-viewed {
    margin-bottom: 30px;
}

.cb-single-last-viewed h3 {
    text-transform: uppercase;
    color: #267199;
    font-size: 1.2rem;
    margin: 0 0 15px 0;
}

/* .cb-single-last-viewed img {
    border: 5px solid #f5f5f5;
    -webkit-box-shadow: 3px 3px 7px 0px #e1e1e1;
    box-shadow: 3px 3px 7px 0px #e1e1e1;
} */

/* Single Materie prime */
.cb-single-title span {
    font-size: .9rem;
    text-transform: uppercase;
}

.cb-single-title-extra {
    margin-top: 30px;
    margin-bottom: 10px;
}

/* .cb-single-title-extra-fornitore a {
    margin-bottom: 0;
} */

.cb-single-title-extra p {
    color: #7a7a7a;
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
}

.cb-single-text-extra {
    background-color: #fbfbfb;
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 10px;  
}

.cb-single-text-extra p {
    /* color: #7a7a7a;
    font-size: .8rem; */
    color: #7a7a7a;
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.cb-single-image-mat-gallery img {
    width: 100%;
    border: 5px solid #f5f5f5;
    margin-bottom: 5px;
}

.cb-single-buttons .cb-btn-green,
.cb-single-buttons .cb-btn-grey {
    width:100%;
    margin: 5px 0 0 0;
}

.cb-single-buttons .cb-price-single {
    width:100%;
    margin: 10px 0 0 0;
    padding: 15px;
}

.cb-single-buttons .cb-single-title-extra {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cb-single-buttons .cb-single-title-extra p {
    margin-bottom: 0px;
}



.cb-single-prod-same-code-title h2 {
    text-transform: uppercase;
    color: #267199;
    font-size: 1.2rem;
    margin: 30px 0 15px 0;
}

.cb-single-prod-same-code-links {
    margin-bottom: 30px;
}

.cb-single-prod-same-code-links a {
    display: block;
    font-size: .8rem;
}

.cb-sidebar-filter h3.cb-sidebar-filter-subtitle {
    text-transform: none;
    font-size: .8rem;
    font-weight: 600;
    margin: 15px 0 5px 0;
}

.cb-sidebar-filter-img img {
    width: 100%;
    border: 5px solid #f5f5f5;
    margin: 15px 0 0px 0;
}

.cb-sidebar-filter-similar-results-img {
    width: 100%;
    margin-top: 5px;
}

.cb-sidebar-similar-results img {
    width: 110%;
    margin-top: 5px;
}

/* Sidebar */
.cb-sidebar {
    background: #ececec;
}

.cb-sidebar-filter,
.cb-sidebar-filter-selected {
    position: relative;
    width: 100%;
    /* padding-left: 15px;
    padding-right: 15px; */
    padding-top: 25px;
    padding-bottom: 25px;
}

.cb-sidebar-filter-selected {
    background-color: #fbfbfb;
}

.cb-sidebar-filter-selected::before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 15px;
    height: 100%;
    background-color: #fbfbfb;
}

.cb-sidebar-filter-selected::after {
    content: '';
    position: absolute;
    top: 0;
    right: -12px;
    width: 15px;
    height: 100%;
    background-color: #fbfbfb;
}

.cb-sidebar-filter h2,
.cb-sidebar-filter-selected h2,
.cb-sidebar-filter h3,
.cb-sidebar-filter-selected h3 {
    text-transform: uppercase;
    color: #267199;
    font-size: 1.2rem;
    margin: 0;
}

.cb-sidebar-filter-divider {
    width: 100%;
    height: 2px;
    background: #267199;
    margin-top: 5px;
    margin-bottom: 2px;
}

.cb-sidebar-filter ul,
.cb-sidebar-filter-selected ul {
    padding-left: 0;
}

.cb-sidebar-filter ul li,
.cb-sidebar-filter-selected ul li {
    list-style: none;
    font-size: .7rem;
    border-bottom: 1px solid #267199;
    padding-top: 3px;
    padding-bottom: 5px;
}

.cb-sidebar-filter ul li a,
.cb-sidebar-filter-selected ul li a {
    color: #267199;
    text-decoration: none;
}

.cb-sidebar-filter-selected ul li a i {
    margin-right: 7px;
}

.cb-sidebar-size {
    font-size: .7rem;
    color: #267199;
    padding-top: 5px;
    padding-bottom: 6px;
    border-bottom: 1px solid #267199;
}

.cb-sidebar-filter-size {   
    margin-bottom: 15px;
}

.cb-sidebar-size a {
    display: block;
}

.cb-selects-size-20 {
    position: relative;
    float: left;
    width: 19.5%;
    margin-right: 0.5%;
}

.cb-selects-size-80 {
    position: relative;
    float: left;
    width: 80%;
}

.cb-selects-size-100 {
    position: relative;
    float: left;
    width: 100%;
}

.cb-selects-show {
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: transparent;
    background-size: 8px 12px;
    border: 1px solid #267199;
    border-radius: 0;
    padding: 8px 12px;
    margin-bottom: 5px;
}

.cb-selects-show a {
    display: block;
}

.cb-selects-show:hover {
    background-color: #267199;
    border: 1px solid #267199;
}

.cb-selects-show:hover a {
    color: #fff;
}
/*
.cb-selects-show i { 
    position: absolute;
    right: 5px;
    top: 0px; 
    cursor:pointer;
    padding:10px;
    z-index:999;
    display:inline-block;
}

.cb-selects-show i: hover { 
    color: red;
}
*/
.cb-selects-arrow {
    position: absolute;
        right: 0;
            top: 0; 
                background-color: transparent;
                    cursor:pointer;
                        padding: 7px 15px;
                            z-index:999;
                                display: block;
                                }
                            /*    
                                .cb-selects-arrow:hover + .cb-selects-hide {
                                    display: block;
                                    }
                            */        

.cb-selects-arrow:hover + .cb-selects-hide,
.cb-selects-hide:hover {
    display: block;
    }


.cb-selects-size-20:hover .cb-selects-hide {
    display: block;
}


.cb-selects-hide {
    display: none;
    max-height: 400px;
    position: absolute;
    left: 0;
    top: 37px;
    width: 100%;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    background-color: #fff;
    background-size: 8px 12px;
    border: 1px solid #267199;
    border-top: 0;
    border-radius: 0;
    margin-bottom: 8px;
    z-index: 9999;
    overflow-y: scroll;
}

.cb-selects-hide a {
    display: block;
    color: #267199;
    padding: 2px 12px;
}

.cb-selects-hide a:hover {
    background-color: #267199;
    color: #fff;
}


/* Footer */
.cb-footer {
    display: none;
    border-top: 1px solid #267199;   
    padding-top: 50px;
    padding-bottom: 100px;
    font-size: .9rem;
    background: #fff;
}

.cb-footer-open {
    display: block;
}

.cb-footer h3 {
    color: #267199;   
    font-weight: 600;
    font-size: 1rem;
    margin: 0 0 25px 0;
}

.cb-footer ul {
    padding-left: 0;
}

.cb-footer ul li {
    list-style-type: none;
    margin-bottom: 5px;
}

.cb-footer p,
.cb-footer a {
    font-size: .8rem;
    color: #000;
}

img.cb-logo-footer {
    width: 140px;
    margin-top: 30px;
} 

.cb-copy {
    position: relative;
    background-color: #267199;
    color: #fff;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 4px;
    z-index: 9999;
}

.cb-copy p {
    font-size: .7rem;
    margin: 0;
}

.cb-copy a {
    color: #fff;
}

#cb-open-footer {
    cursor: pointer;
}

/* Configurator */
.cb-configurator {
    position: fixed;
    right: -340px;
    top: 0;
    background: rgb(248, 248, 248);
    height: 100%;
    width: 350px;
    padding: 30px 20px 30px 20px;
    -webkit-box-shadow: -3px -3px 7px 0px #e1e1e1;
    box-shadow: -3px -3px 7px 0px #e1e1e1;
    transition: .75s;
    z-index: 9999;
}

.contenitore_sito {
    transition: .50s;
}

.cb-configurator-active {
    right: 0;
//  position: relative;
}

.cb-toogle-configurator {
    display: inline-block;
    position: absolute;
    left: -50px;
    top: 0;
    width: 30px;
    background: rgb(177, 177, 177);
    color: #fff;
    padding: 7px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.cb-toogle-configurator i {
    cursor: pointer;
}

.cb-configurator-form {
    height: 100%;
    overflow-y: scroll;
    padding-right: 15px;
}

.cb-configurator form {
    margin-top: 30px;
}

.cb-configurator-form hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.cb-configurator label {
    font-size: 0.7rem;
    line-height: 1.2;
}

.cb-configurator-colors {
    background: #fff;
    margin-top: 5px;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.cb-configurator-colors label {
    min-height: 20px;
}

.cb-configurator-colors hr {
    margin-top: 20px;
    margin-bottom: 10px;
}

.cb-configurator-form-row {
    margin-bottom: 10px;
}

.cb-configurator-submit {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    background: #267199;
    border: 1px solid #267199;
    padding: 8px 15px;
    margin-top: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 3px 3px 7px 0px #e1e1e1;
    box-shadow: 3px 3px 7px 0px #e1e1e1;
}

.cb-configurator p {
    margin-bottom: 0;
}

p.cb-configurator-notice {
    font-size: .9rem;
    color: #7a7a7a;
}

/* Contatti */
.mail_form {
    width: 70%;
    font-size: .9rem;
    background: #fcfcfc;
    border: 1px solid #e3e3e3;
    padding: 45px 30px;
    margin: 0 auto;
}

.cb-form-send {
    display: inline-block;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    background: #267199;
    border: 1px solid #267199;
    padding: 8px 60px;
    margin-right: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 3px 3px 7px 0px #e1e1e1;
    box-shadow: 3px 3px 7px 0px #e1e1e1;
}

/* Gallery */
.pp_nav p {
    margin: -2px 4px 0 4px !important;
    font-size: .9rem !important;
}

p.pp-description {
    font-size: .8rem !important;
    margin-top: 2px !important;
}


/* Modal */
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
    }
}

.modal-content {
    border: none;
    border-radius: .0;
    border-bottom: 5px solid #267199;
}   

.btn-close {
    padding: 20px 0 0 30px;
    opacity: 1;
}   

.modal-body {
    padding: 30px 15px;
}

i.cb-modal-close {
    position: absolute;
    right: 9px;
    top: 7px;
    width: 20px;
    height: 20px;
    color: #267199;    
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 9999;
}

.modal-backdrop {
    opacity: 0.2 !important;
}

.modal-body h2 {
    color: #267199;
    font-size: 1.1rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
}

.modal-body h3 {
    color: #267199;
    font-size: 1.1rem;
}

.modal-body,
.modal-body p {
    font-size: .8rem;
    margin-bottom: 10px;
}

/* .modal-body  .mail_form {
    width: 100%;
    font-size: .9rem;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0 auto;
} */

.modal-body .row {
    margin-bottom: 1rem;
}

.modal-body input.btn {
    display: inline-block;
    width: auto !important;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    background: #267199;
    border: 1px solid #267199;
    padding: 8px 60px;
    margin-right: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 3px 3px 7px 0px #e1e1e1;
    box-shadow: 3px 3px 7px 0px #e1e1e1;   
    margin-top: 10px;
    margin-bottom: 10px;
}

.cb-login-reset-pwd {
    margin-top: 10px;
}

.cb-login-reset-pwd hr {
    margin-bottom: 22px;
}

.cb-login-reset-pwd p {
    color: #267199;
    font-weight: 600;
    margin: 0;
}

.cb-lost-reg {
    margin-top: 15px;
}

.cb-lost-reg p {
    color: #267199;
    font-weight: 600;
    margin: 0;
}

.modal-body .form-control {
    padding: .275rem .75rem;
}    

.modal-body .form-select {
    font-size: .8rem;
    padding: .375rem 2.25rem .375rem .75rem;
}    

.modal-body textarea {
    width: 100%;
    font-size: .7rem;
    margin-bottom: 10px;
}

.modal-body .form-label {
    margin-bottom: .25rem;
}

.modal-body .col-auto {
    margin-top: 0;
}

.modal-body .mb-3 {
    margin-bottom: .8rem !important;
}

.cb-modal-form-divider {
    margin-top: 30px;
    margin-bottom: 30px;
}

.privacy {
    margin-top: 30px;
    margin-bottom: 30px;
}

.privacy p {
    margin-bottom: 10px;
}

.modal-body .img_container img {
    width: 100%;
    height: auto;
    padding-top: 5px;
}

.modal-body ul {
    list-style-type: none;
    font-size: .8rem;
    padding-left: 0;
}

.modal-body .sel_area {
    margin-top: 25px;
}

.modal-body input.error,
.modal-body select.error {
    border: 1px solid #FF0000;
    background-color: rgba(255, 0, 0, 0.1);
}

.form-check label.error {
    color: #FF0000;
}

#error_mail,
#error_usr {
    color: #FF0000;
    font-weight: 600;
}

/* .modal-body input {
    display: block;
    height: 35px;
    width: 100%;
    margin-bottom: 5px;
}

.modal-body .radiolabel {
    margin-bottom: 5px;
}

.modal-body .radiolabel input {
    display: inline;
    width: auto !important;
    height: auto !important;
    margin: 0;
}

.modal-body .radiolabel label {
    display: inline;
    margin: 0 0 0 10px;
}

.modal-body select {
    height: 35px;
    width: 100%;
    margin-bottom: 5px;
}

.modal-body textarea {
    width: 100%;
    margin-bottom: 5px;
}

.modal-body .mail_text {
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
    margin-top: 25px;
}

.modal-body .login_input {
    margin-left: 0;
    margin-right: 0;
}

.modal-body .login_input label {
    padding: 0;
} */

ul.cb-modal-list {
    list-style-type: disc;
    padding-left: 12px;
    margin-bottom: 30px;
}

ul.cb-modal-list li {
    margin-bottom: 5px;
}

.cb-loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 99999;
}

.cb-loader img {
    height: 30px;
}

.cb-loader-active {
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 1100px) {
    ul.cb-main-menu li {
        margin: 0 10px;
    }
}    

@media only screen and (max-width: 992px) {
    .cb-header {
        height: 80px;
        padding-top: 12px;
    }

    .cb-logo-header {
        width: 140px;
    }

    .cb-logo-header img {
        width: 80px;
        margin: 20px auto 0 auto;
    }

    .cb-alert {
        margin-left: 150px;
    }

    .cb-header-search {
        margin-top: 8px;
    }

    .cb-header-search input {
        width: 120px;
    }

    .cb-flags {
        margin-top: 15px;
    }    

    .cb-homepage-slider .cb-homepage-slide-img {
        height: 300px;
    }    

    .cb-slider-prev {
        left: 15px;
    }    

    .cb-slider-next {
        right: 15px;
    }    

    ul.cb-products li .cb-product {
/*        width: 170px;
        min-height: 250px;  */
        margin-bottom: 60px;
        margin-right: 5px;
    }

    ul.cb-products li .cb-product-border {
/*        width: 170px;  */
        bottom: 56px;
    }

    ul.cb-products li .cb-product .cb-info h3 {
        font-size: 1rem;
    }

    .cb-pagination ul li {
        margin: 5px 1px 0 1px;
    }

    .cb-footer {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .cb-footer h3 {
        margin-top: 50px;
    }

    a.cb-single-back-menu {
        position: relative;
        left: auto;
        top: auto;
        display: inline-block;
    }

    .cb-single-title-extra {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .cb-single-text-extra {
        margin-top: 0px;
    }

    .cb-single-image {
        padding-right: 0;
    }

    .cb-sidebar-similar-results img {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .cb-alert {
        display: none;
    }

    .cb-new-research {
        display: block;
        margin-top: 15px;
    }

    .cb-show-by-code {
        margin-left: 0px;
        margin-top: 15px;
    }


}
@media only screen and (max-width: 575px) {

    .cb-logo-header {
        width: 100px;
    }

    .cb-logo-header img {
        width: 60px;
        margin: 22px auto 0 auto;
    }

    .cb-header {
        height: auto;
        padding: 0px;
    }

    .cb-header-search {
        margin-top: 0px;
        padding: 15px 0px;
    }

    .cb-flags {
        margin-top: 22px;
    }
}


@media only screen and (max-width: 420px) {
    ul.cb-products li {
        width: 100%;
    }    

    ul.cb-products li .cb-product {
        width: 100%;
        min-height: auto;
        margin-bottom: 30px;
        margin-right: 0;
    }

    ul.cb-products li .cb-product .cb-info {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 30px;
        margin-bottom: 5px;
    }

    ul.cb-products li .cb-product-border {
        width: 100%;
        bottom: 26px;
    }
}

.hilight {
  border: 6px solid #FF0000;
}