@font-face {
  font-family: "Edo SZ";
  src: url("fonts/edosz.eot"); /* IE9 Compat Modes */
  src: url("fonts/edosz.eot?#iefix") format("embedded-opentype"), url("fonts/edosz.woff") format("woff"), url("fonts/edosz.ttf") format("truetype"), url("fonts/edosz.svg") format("svg"); /* Legacy iOS */
}
/*IPHONE Portrait and Landscape */
/*PASTE THIS:
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2){}*/
/*TABLET Portrait and Landscape*/
/*PASTE THIS:
@media only screen and (min-device-width: 768px) and (max-device-width: 1024) and (-webkit-min-device-pixel-ratio: 2){}*/
/*TABLET Portrait */
/*PASTE THIS:
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1){}*/
/*TABLET Landscape*/
/*PASTE THIS:
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2){}*/
html, body, h3, h4, h5, h6, div, ul, ol, li {
  font-family: "Lato", sans-serif;
  color: #515151;
}

h1, h2 {
  font-family: "Edo SZ", sans-serif;
  color: #4d6cae;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  h1, h2 {
    font-size: 2rem;
  }
}

img {
  width: 100%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  br {
    display: none;
  }
}

.bkgBlue {
  background-color: #4d6cae;
}

.bkgGrey {
  background-color: #515151;
}

.bkgLGrey {
  background-color: #e3e3e3;
}

.borderLight {
  border: 1px solid #bfbfbf;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.bkg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
}
.bkg .title-page {
  background-color: #4d6cae;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
}
.bkg .title-page h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  padding-left: 3%;
  display: inline-block;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .bkg .title-page {
    display: block;
    text-align: center;
  }
}
.bkg h1 {
  font-size: 3em;
  font-size: 2.5em;
  color: #fff;
  display: inline-block;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .bkg h1 {
    font-size: 2em;
  }
}
.bkg a {
  display: inline-block;
  width: 100%;
}
.bkg a:hover {
  text-decoration: none;
}

.modal-content {
  border-radius: 0px;
  border: none;
}
.modal-content .modal-header {
  background-color: #4d6cae;
  border-radius: 0;
}
.modal-content .modal-header h5 {
  color: #fff;
  text-transform: uppercase;
}
.modal-content .modal-header span {
  color: #fff;
}

.buttonStyle {
  background-color: #4d6cae;
  color: #fff;
  border: 1px solid #4d6cae;
  padding: 8px 15px;
  transition: 0.3s;
  text-decoration: none;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
.buttonStyle:hover {
  background-color: #515151;
  color: #fff;
  text-decoration: none;
}

.header {
  padding: 30px 0px;
}
.header .logo img {
  width: 100%;
}
.header .navbar-nav li a {
  text-transform: uppercase;
  font-size: 12px;
  color: #515151;
  letter-spacing: 1px;
}
.header .navbar-nav li .dropdown-item a {
  font-size: 12px;
  letter-spacing: 1px;
}
.header span {
  font-size: 18px;
  padding-left: 20px;
}
.header .mobileButton {
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .header .mobileButton {
    display: flex;
  }
  .header .navbar-toggler {
    position: relative;
    width: 75%;
    background-color: #4d6cae;
    margin: auto;
    display: block;
    border-radius: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    outline: none;
  }
  .header .navbar-toggler i {
    font-size: 30px;
    color: #fff;
  }
  .header .navbar {
    text-align: right;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024) and (-webkit-min-device-pixel-ratio: 2) {
  .header .mobileButton {
    display: flex;
  }
}

#prodForm i {
  font-size: 40px;
  padding: 20px 0;
  display: inline-block;
  color: #4d6cae;
}

#sendLogin {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

#resultlogin {
  color: rgba(244, 67, 54, 0.7);
  font-size: 20px;
  font-weight: 400;
  padding-top: 20px;
}

.home-slide {
  height: auto;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .home-slide {
    height: auto !important;
  }
}
.home-slide img {
  width: 100%;
}
.home-slide .slideCaptions {
  background-color: rgba(21, 34, 53, 0.8117647059);
  text-align: center;
  padding-top: 20px;
}
.home-slide .slideText {
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  margin: auto;
  display: flex;
  align-items: center;
  left: 20px;
  width: 30%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .home-slide .slideText {
    position: relative;
    left: 0;
    width: 100%;
  }
  .home-slide .slideText h1 {
    font-size: 2em;
  }
}
.home-slide .slideText .title-page {
  padding: 0px 0px;
  position: relative;
  background-color: transparent;
}
.home-slide .slideText .title-page h1 {
  padding-left: 15px;
}
.home-slide .slideText .title-page h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 0 15px;
  display: inline-block;
}
.home-slide .slideText p {
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
  padding: 15px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .home-slide .slideText p {
    padding: 15px;
    color: #515151;
    font-size: 16px;
    margin: 0;
  }
}
.home-slide .owl-home .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-slide .owl-home .owl-nav .owl-next, .home-slide .owl-home .owl-nav .owl-prev {
  background: rgba(21, 34, 53, 0.8117647059);
}
.home-slide .owl-home .owl-nav .owl-next span, .home-slide .owl-home .owl-nav .owl-prev span {
  color: #fff;
}

.textStyle {
  padding: 30px 8.5rem;
  padding: 30px 5.5rem;
  text-align: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .textStyle {
    padding: 30px 5%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024) and (-webkit-min-device-pixel-ratio: 2) {
  .textStyle {
    padding: 30px 5%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .textStyle {
    padding: 30px 5%;
  }
}
.textStyle h1 {
  letter-spacing: 1px;
  margin-bottom: 0px;
  line-height: 55px;
  font-size: 3rem;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .textStyle h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024) and (-webkit-min-device-pixel-ratio: 2) {
  .textStyle h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .textStyle h1 {
    font-size: 2rem;
  }
}
.textStyle h3 {
  font-weight: 300;
  color: #4d6cae;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 30px;
}
.textStyle h3 span {
  font-weight: 700;
}
.textStyle h5, .textStyle h6 {
  font-weight: 400;
  color: #4d6cae;
  letter-spacing: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}
.textStyle p {
  text-align: justify;
}
.textStyle.whOnBlue h1, .textStyle.whOnBlue h3, .textStyle.whOnBlue p {
  color: #fff;
  text-align: center;
}
.textStyle.text-align-center p {
  text-align: center;
}

.serv1 {
  background-image: url("../images/service1.jpg");
}

.serv2 {
  background-image: url("../images/service2.jpg");
}

.serv3 {
  background-image: url("../images/service3.jpg");
}

.servStyle {
  text-align: center;
  padding: 4.5rem;
  transition: 0.3s;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  /*&:after {
      content: "";
      position: absolute;
      width: 100%;
      top: 0rem;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 0rem;
      border: 3px solid rgba(77, 108, 174, 0);
      transition: 0.3s;
  }*/
}
.servStyle img {
  width: 20%;
  transition: 0.3s;
}
.servStyle h3 {
  color: #fff;
  letter-spacing: 3px;
  padding-top: 20px;
  font-weight: 700;
  transition: 0.3s;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .servStyle h3 {
    font-size: 1.3em;
    min-height: 70px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .servStyle h3 {
    font-size: 1.3em;
    min-height: 70px;
  }
}
.servStyle:hover {
  /*&:after {
      width: 80%;
      top: 2rem;
      bottom: 2rem;
      border: 3px solid $secondColor;
      transition: 0.3s;
  }*/
}
.servStyle:hover img {
  transform: scale(1.2);
}
.servStyle:hover h3 {
  color: #4d6cae;
  transform: scale(1.2);
}

.owl-partners .item {
  border: 1px solid #bfbfbf;
  padding: 15px;
}

.newsBlock {
  padding: 60px 0px;
}
.newsBlock .newStyle h3 {
  font-weight: 300;
  color: #4d6cae;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 30px;
}
.newsBlock .newStyle h3 span {
  font-weight: 700;
}
.newsBlock .newStyle p {
  padding: 0px 11%;
}
.newsBlock .singleNews {
  margin: 20px;
  border: 1px solid #bfbfbf;
  text-align: center;
}
.newsBlock .singleNews h6 {
  font-weight: 900;
}
.newsBlock .singleNews .buttonStyle {
  margin-top: -20px;
}

.owl-new-prod, .owl-product {
  position: relative;
}
.owl-new-prod .owl-dots, .owl-product .owl-dots {
  position: absolute;
  right: -30px;
  top: 30px;
  transform: rotate(90deg);
}
.owl-new-prod .owl-dots .owl-dot span, .owl-product .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: #515151;
  display: inline-block;
  margin: 0px 4px;
}
.owl-new-prod .owl-dots .owl-dot span:focus, .owl-product .owl-dots .owl-dot span:focus {
  outline: none;
}
.owl-new-prod .owl-dots .owl-dot.active span, .owl-product .owl-dots .owl-dot.active span {
  background-color: #4d6cae;
}
.owl-new-prod .owl-dots .owl-dot:focus, .owl-product .owl-dots .owl-dot:focus {
  outline: none;
}

.owl-product .owl-dots {
  left: -115px;
  right: auto;
  padding-left: 53px;
}

.footer {
  background-color: #152235;
  padding: 40px 0px;
  color: #fff;
}
.footer h5 {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .footer h5 {
    display: block;
  }
}
.footer p {
  color: #fff;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: 300;
  line-height: 27px;
  font-size: 14px;
}
.footer p a {
  color: #fff;
  display: block;
  transition: 0.3s;
}
.footer p a:hover {
  color: #fff;
}
.footer.subFooter {
  border-top: 1px solid #fff;
  padding: 20px 0px;
}
.footer.subFooter span, .footer.subFooter a {
  font-weight: 900;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .footer {
    text-align: center;
  }
}

.company-slide {
  background-image: url("../images/azienda.jpg");
  height: 400px;
  width: 100%;
}

.certificazione p {
  color: #fff;
}

.catalogues-slide {
  background-image: url("../images/prodotti.jpg");
  height: 400px;
  width: 100%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .catalogues-slide {
    height: auto;
  }
}

.owl-brands .owl-nav, .owl-home .owl-nav {
  width: 110px;
  margin: auto;
  text-align: center;
}
.owl-brands .owl-nav button, .owl-home .owl-nav button {
  width: 50px;
  height: 50px;
  transition: 0.3s;
  opacity: 1;
  outline: none;
  border: 2px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}
.owl-brands .owl-nav button.owl-next, .owl-home .owl-nav button.owl-next {
  margin-left: -1px;
}
.owl-brands .owl-nav button.owl-prev, .owl-home .owl-nav button.owl-prev {
  margin-right: -1px;
}
.owl-brands .owl-nav button.disabled, .owl-home .owl-nav button.disabled {
  opacity: 0;
}

input, textarea, select {
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #bfbfbf;
  font-size: 15px;
  color: #515151;
  letter-spacing: 1px;
  box-shadow: none;
  outline: none;
  margin-bottom: 20px;
}

::-webkit-input-placeholder, option, select { /* Chrome/Opera/Safari */
  text-transform: uppercase;
}

.privacy p {
  padding: 0 !important;
  font-size: 12px !important;
  padding-bottom: 1em !important;
  text-align: justify;
}

.filter .buttonStyle {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  margin-bottom: 20px;
}

#filterButton {
  width: 100%;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .tabMod {
    overflow-x: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .tabMod {
    overflow-x: scroll;
  }
}

.hiddenThead {
  position: fixed;
  top: 0;
  z-index: -1;
  transition: 0.2s;
  opacity: 0;
}

table, .hiddenThead {
  width: 100%;
}
table .sorting_asc:before, table .sorting:before, .hiddenThead .sorting_asc:before, .hiddenThead .sorting:before {
  opacity: 0 !important;
}
table .sorting_asc:after, table .sorting:after, .hiddenThead .sorting_asc:after, .hiddenThead .sorting:after {
  opacity: 0 !important;
}
table th, .hiddenThead th {
  width: auto;
  background-color: #4d6cae;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 15px;
  font-size: 12px;
  letter-spacing: 1px;
  border: 1px solid;
}
table td, .hiddenThead td {
  font-size: 16px;
  text-align: center;
  padding: 15px 10px;
}
table td img, .hiddenThead td img {
  width: 30px;
  padding: 5px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  table td, .hiddenThead td {
    padding: 0px 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  table td, .hiddenThead td {
    padding: 0px 10px;
  }
}
table .even, .hiddenThead .even {
  background-color: #e8e8e8;
}
table .even, table .odd, .hiddenThead .even, .hiddenThead .odd {
  transition: 0.3s;
  cursor: pointer;
}
table .even:hover, table .odd:hover, .hiddenThead .even:hover, .hiddenThead .odd:hover {
  background-color: #d1d1d1;
}

.ricambi_table tbody td {
  padding: 0px 10px;
}

.pagination {
  padding-top: 30px;
  padding-bottom: 60px;
}
.pagination a {
  width: 40px;
  height: 40px;
  border-radius: 0 !important;
  text-align: center;
  display: flex;
  align-items: center;
}
.pagination .page-item .page-link {
  color: #4d6cae;
}
.pagination .page-item .page-link:focus {
  outline: none;
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #4d6cae;
  border-color: #4d6cae;
}
.pagination .page-item.active .page-link:focus {
  outline: none;
}

.dataTables_wrapper {
  margin: auto;
  width: 100%;
}
.dataTables_wrapper .dataTables_length select {
  margin: 0;
  border-radius: 0;
}

.dataTables_wrapper .dataTables_filter input {
  border-radius: 0;
}

.product-slide {
  background-image: url("../images/products.jpg");
  height: 400px;
  width: 100%;
}

.product p {
  font-size: 15px;
  padding: 2em;
  margin: 0px;
}
.product .buttonStyle {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px;
  margin: 0;
  cursor: pointer;
}
.product #sendProdForm, .product #sendLogin {
  width: 100%;
}
.product #openProdBlock .bkgBlue p:first-child {
  border-right: 0.5pt solid;
  padding-left: 5%;
}
.product #openProdBlock p {
  padding: 15px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .product #openProdBlock p {
    letter-spacing: 0;
  }
}
.product #openProdBlock .buttonStyle {
  padding: 0;
}
.product #openProdBlock .buttonStyle p {
  margin-top: 5px;
  font-size: 22px;
}
.product #openProdBlock span {
  font-size: 28px;
  vertical-align: sub;
}
.product #prodTab {
  background-color: #4d6cae;
}
.product #prodTab .nav-link {
  border-radius: 0;
  transition: 0.3s;
  color: #fff;
  text-transform: uppercase;
}
.product #prodTab .nav-link.active {
  color: #515151;
  border-color: #bfbfbf #bfbfbf #fff;
}
.product #prodTab .nav-link.disabled {
  background-color: #5a6989;
  margin-bottom: 0px !important;
  color: #cfcfcf;
  border-bottom: 1px solid #fff;
  cursor: not-allowed;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .product #prodTab .nav-link {
    font-size: 14px;
  }
}
.product .tab-pane {
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}
.product .tab-pane .comment {
  padding: 0 1em;
  /*&:nth-last-child(2){
      p{
          border-bottom: 1px solid #fff;
      }
  }*/
}
.product .tab-pane .comment p {
  padding: 1.5em 0;
  border-bottom: 1px solid #bfbfbf;
  text-align: justify;
  font-size: 14px;
}
.product .tab-pane .comment p span {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1px;
}
.product .tab-pane .comment p span.commentName {
  font-weight: 800;
  text-transform: uppercase;
}
.product .tab-pane .comment:last-child p {
  border-bottom: 1px solid #fff;
}
.product .tab-pane .pagination {
  padding: 0;
}
.product .tab-pane .pagination .page-link {
  background-color: #d6d6d6;
  margin-left: 4px;
}
.product .tab-pane .pagination .page-link[tabindex="-1"] {
  background-color: #4d6cae;
  color: #fff;
}

.prodBrand {
  width: 7%;
  display: inline-block;
}

.contatti input {
  text-align: left;
}
.contatti p {
  padding-bottom: 1rem;
}
.contatti p.underline {
  border-bottom: 2px solid #cbcbcb;
}
.contatti .buttonStyle {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.qrLogo {
  width: 60%;
  padding-top: 20px;
}

#qr {
  width: 300px;
  border: 1px solid #bfbfbf;
  display: block;
  margin: auto;
  margin-top: 20px;
  height: 300px;
  padding-bottom: 0;
  position: relative;
}
#qr #stop, #qr #change {
  position: absolute;
  right: 2%;
  top: 5px;
  font-size: 30px;
  color: #a3a3a3;
  z-index: 9999;
  cursor: pointer;
}
#qr #change {
  left: 2%;
  right: auto;
}

.stopQr {
  opacity: 0;
  transition: 0.3s;
}

.scanButton {
  background-color: #4d6cae;
  color: #fff;
  padding: 10px;
  width: 300px;
  margin: auto;
}
.scanButton h2 {
  color: #fff;
}

.dashboard .block-title {
  width: 100%;
  padding: 10px;
}
.dashboard .block-title h3 {
  font-family: "Edo SZ", sans-serif;
  text-align: center;
  color: #fff;
  margin: 0;
}
.dashboard .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.dashboard #catalogueTable_wrapper {
  overflow-y: scroll;
}
.dashboard #catalogueTable_wrapper .row:last-child {
  display: none;
}
.dashboard #catalogueTable_wrapper #catalogueTable {
  margin-top: 0 !important;
  display: inline-table;
  height: 200px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .dashboard #catalogueTable_wrapper #catalogueTable {
    height: auto !important;
  }
}
.dashboard #catalogueTable_wrapper .row {
  margin: 0;
}
.dashboard #catalogueTable_wrapper .row .col-sm-12 {
  padding: 0 !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .dashboard #catalogueTable_wrapper {
    height: auto !important;
  }
}

.owl-newDash {
  margin: 0;
  width: 100%;
  display: flex;
  position: relative;
}
.owl-newDash .owl-nav {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.owl-newDash .owl-nav button {
  position: absolute;
  bottom: 1px;
  outline: none;
  top: auto;
  background-color: #fff !important;
}
.owl-newDash .owl-nav button.owl-prev {
  left: 0;
  padding-top: 41px !important;
  padding-bottom: 41px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
}
.owl-newDash .owl-nav button.owl-next {
  right: 0;
  padding-top: 41px !important;
  padding-bottom: 41px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
}
.owl-newDash .owl-nav button span {
  font-size: 25px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .owl-newDash .item .bkg {
    height: 300px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .owl-newDash .item .bkg {
    height: 160px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .owl-newDash .item .bkg {
    height: 160px !important;
  }
}

.navAndText {
  padding: 0px 10%;
  width: 100%;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}
.navAndText p {
  font-size: 14px;
  margin: 0;
}
.navAndText .bkgBlue {
  align-self: center;
  padding: 40px 0px;
}
.navAndText .bkgBlue h6 {
  text-align: center;
  color: #fff;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .navAndText .bkgBlue {
    padding: 10px 0px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .navAndText {
    padding: 0px 4%;
  }
}

.squareBox {
  width: 100%;
  position: relative;
  display: inline-flex;
}
.squareBox:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.squareBox .sqBoxText {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  text-align: center;
  align-self: center;
}
.squareBox p {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 30px;
}
.squareBox p span {
  font-family: "Edo SZ", sans-serif;
  font-size: 35px;
}
.squareBox img {
  width: 45%;
}

.fridgeBox {
  border: 1px solid #cbcbcb;
  cursor: pointer;
}
.fridgeBox .bkg {
  background-size: cover;
  border-bottom: 1px solid #cbcbcb;
  border-bottom: none;
}
.fridgeBox .bkg.frImg1 {
  background-image: url("../images/cinghie.jpg");
  background-size: contain;
}
.fridgeBox .bkg.frImg2 {
  background-image: url("../images/pulegge-tendicinghia.jpg");
}
.fridgeBox .bkg.frImg3 {
  background-image: url("../images/pulegge-compressore.jpg");
}
.fridgeBox .bkg.frImg4 {
  background-image: url("../images/ricambi6.jpg");
}
.fridgeBox .bkg.frImg5 {
  background-image: url("../images/ricambi3.jpg");
}
.fridgeBox .bkg.frImg6 {
  background-image: url("../images/ricambi4.jpg");
}
.fridgeBox .bkg:after {
  content: "";
  padding-bottom: 90%;
  display: block;
}
.fridgeBox .frTxt h5, .fridgeBox .frTxt h6 {
  font-weight: 600;
  color: #fff;
}
.fridgeBox .frTxt p {
  font-size: 13px;
}
.fridgeBox.nBox .bkg {
  border-bottom: none;
}
.fridgeBox.nBox h6 {
  color: #fff;
}
.fridgeBox.nBox p {
  font-size: 16px;
  line-height: 40px;
}

.modal-content.fridgeBox {
  border: none;
}

.dataTables_filter {
  margin-top: -350px !important;
}/*# sourceMappingURL=style.css.map */