@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100vh !important;
  position: relative;
}
body .user-select-none {
  user-select: none;
}
body .separator {
  background-color: #0B476B;
  height: 3px;
  width: 100px;
  margin: 20px 0;
}
body .separator.centered {
  background-color: #007AC2;
  height: 2px;
  margin: 5px auto;
}

/* -------------------------------- */
/* ------------ CUSTOM ------------ */
/* -------------------------------- */
.product a {
  text-decoration: none;
}

.product a h3 {
  color: #012347;
}

.btn-standard {
  width: 120px;
}

table td {
  font-size: 14px;
}

table th {
  font-size: 14px;
}

table td.code {
  white-space: nowrap;
}

#main-header {
  background-color: #012347;
  padding: 10px 0;
}
#main-header .scaminox-logo {
  max-width: 150px;
  width: 100%;
  height: auto;
}
#main-header .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
#main-header .cart-icon {
  position: relative;
  display: inline-block;
}
#main-header .cart-icon .cart-badge {
  position: absolute;
  top: -8px; /* Regola la posizione verticale del badge */
  right: -8px; /* Regola la posizione orizzontale del badge */
  background-color: red; /* Imposta il colore di sfondo del badge */
  color: #fff; /* Imposta il colore del testo del badge */
  font-size: 12px; /* Imposta la dimensione del testo del badge */
  border-radius: 50%; /* Imposta il bordo arrotondato del badge */
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#footer .first-part {
  background-color: #191919;
  color: #FFF;
}
#footer .first-part img {
  display: block;
  margin-bottom: 20px;
}
#footer .first-part p {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}
#footer .first-part h4 {
  color: #666666;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 35px;
}
#footer .first-part button {
  background-color: transparent;
  color: #007AC2;
  padding: 10px 20px;
  border: 2px solid #007AC2;
}
#footer .first-part a {
  text-decoration: none !important;
  color: #007AC2 !important;
}
#footer .second-part {
  background-color: #222222;
  text-align: center;
  font-size: 12.6px;
  color: #FFF;
}

.single-product h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-product .section-images {
  background-color: #f4f4f4;
}
.single-product .vo3d-embedder iframe {
  width: 100%;
  max-width: 100%;
}
.single-product .categories a {
  color: #665;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
.single-product .categories a::first-letter {
  text-transform: uppercase;
}
.single-product .categories a:last-child {
  color: #0B476B;
  font-weight: 600;
}
.single-product .table th {
  vertical-align: middle;
}
.single-product .table th::first-letter {
  text-transform: uppercase;
}
.single-product .table td {
  vertical-align: middle;
}
.single-product .table td.actions a {
  display: inline-flex;
  align-items: center;
  color: #0B476B;
  border: 1px solid #0B476B;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  padding: 0;
  text-decoration: none;
  flex-wrap: wrap;
  justify-content: center;
  user-select: none;
}
.single-product .table td.actions a i {
  display: block;
  text-align: center;
}
.single-product .table td.actions a span {
  display: block;
  font-size: 10px;
  text-align: center;
  line-height: 1;
}
.single-product .table.table-hover tr:hover td {
  background-color: #a3c0d1 !important;
}
.single-product .product-code {
  border-right: 1px solid #ccc;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 2.5rem;
  color: #0B476B;
  font-weight: 500;
  text-transform: uppercase;
}
.single-product .description {
  background-color: #f5f5f5;
}
.single-product .contact-form label {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.single-product .contact-form input[type=text], .single-product .contact-form textarea, .single-product .contact-form input[type=email] {
  border-radius: 0;
  border: 1px solid #ccc;
}
.single-product .contact-form input[type=checkbox] {
  width: 14px;
  height: 14px;
  border-radius: 0;
}
.single-product .contact-form button {
  background-color: #012347;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
}
.single-product .separator {
  background-color: #0B476B;
  height: 3px;
  width: 100px;
  margin: 20px 0;
}
.single-product .container-img {
  width: 100%;
  padding-top: 75%;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFF;
}
.single-product .print-pdf {
  display: inline-flex;
  align-items: center;
  color: #0B476B;
  border: 1px solid #0B476B;
  border-radius: 3px;
  width: auto;
  height: 40px;
  padding: 0 20px;
  text-decoration: none;
}
.single-product .print-pdf i {
  display: block;
  text-align: left;
  margin-right: 5px;
}
.single-product .print-pdf span {
  display: block;
  font-size: 12px;
  text-align: left;
  line-height: 1;
}

.list-products .btn-cats {
  background-color: #007AC2;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  letter-spacing: 1px;
  color: #FFF;
  text-decoration: none;
  border-radius: 0;
}
.list-products .btn-cats::first-letter {
  text-transform: uppercase;
}
.list-products .product {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 0 10px;
  text-align: center;
}
.list-products .product a.btn-readmore {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  color: #0B476B;
  border: 1px solid #0B476B;
  border-radius: 3px;
  width: auto;
  height: auto;
  padding: 3px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
.list-products .product a.btn-readmore i {
  display: block;
  text-align: left;
  margin-right: 5px;
}
.list-products .product a.btn-readmore span {
  display: block;
  font-size: 12px;
  text-align: left;
  line-height: 1;
}
.list-products .product .desc-box {
  padding: 10px 0;
}
.list-products .product .desc-box h3 {
  font-size: 18px;
  font-weight: 600;
}

.list-products .product .desc-box h3 span {
  text-transform: uppercase;
  color: #007AC2;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.list-products .product .desc-box p span.pricing {
  color: #0B476B;
  font-size: 14px;
  font-weight: 600;
}
.list-products .product .desc-box .tags {
  margin-bottom: 15px;
  text-align: center;
}
.list-products .product .desc-box .tags span {
  cursor: pointer;
  background-color: #0B476B;
  padding: 2px 4px;
  border-radius: 2px;
  color: #FFF;
  font-weight: 600;
  font-size: 10px;
  margin: 2px;
}
.list-products .product .desc-box .tags span::first-letter {
  text-transform: uppercase;
}

.login #login-form label {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.login #login-form button {
  background-color: #012347;
  border: none;
  border-radius: 0;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

/*# sourceMappingURL=style.css.map */
.show-list-cats .cats-list {
  width: 100%;
  max-width: 100%;
  min-height: 60px;
  background-color:#012347;
  margin-bottom:10px;
  display:inline-flex;
  align-items:center;
  color:#fff;
  font-weight: 500;
  font-size:20px;
  text-decoration: none;
  padding:10px 20px;
}

.cats-list span {
  padding-right:20px;
}
.cats-list span::first-letter {
  text-transform: uppercase;
}

.cats-list-image {
  width: 100%;
  height:300px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.show-list-cats > a {
  text-decoration: none!important;
} 

.excerpt {
  padding:10px 0;
  font-size:12px;
  font-weight: 300;
}


.block-title {
  padding:30px;
  border-top:4px solid #0f4463 !important;
  background-color: #efefef;
}

.block-title h1 {
  font-size:34px;
  font-weight: 600;
  position:relative;
  margin-bottom:40px;
}


.block-title .cat-title {
	position:relative;
	margin-bottom:40px;
}
.block-title .cat-title:after {
  content:" ";
  position:absolute;
  width:50px;
  height:3px;
  background-color:#0f4463;
  bottom:-20px;
  left:0;
}

.block-title h1 a:first-letter, .block-title h1 span:first-letter {
  text-transform: uppercase!important;
  font-weight: 500;
}

.block-title .subcontent {
  font-size:16px;
  color:#535353;
}

.block-title .subcontent i {
  margin-right:10px;
  font-size:20px;
}

.product-side.block-title h1 span, .product-side.block-title h1 a {
  color:#535353;
  text-decoration: none;
  font-weight: 600;
}

.list-products .product .desc-box h3::first-letter{
	text-transform:uppercase!important;
}

.product-side.block-title h1 span {
  font-weight:300!important;
}

.category-description {
  margin-top:20px;
  margin-bottom:0;
  background-color:#efefef;
  text-align: justify;
}

.list-group-tags {
  display: flex;
  flex-wrap: wrap;
  padding:0;
  margin:0;
}

.list-group-item {
  background-color:#efefef;
  color:#545454;
  display: inline-flex;
  flex-wrap: nowrap;
  text-decoration: none;
  padding:8px;
  margin:3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size:12px;
  border:1px solid #545454!important;
  box-sizing: border-box;
  cursor: pointer;
}

.list-group-item label {
  cursor:pointer;
}
.list-group-item.item-checked {
  background-color:#012347;
  color:#FFF;
}

.list-group-item input {
  display: none;
}

.tags-container {
  margin-top:20px;
  margin-bottom:0;
  background-color:#efefef;
  text-align: justify;
  display: flex;
  flex-wrap:nowrap;
  align-items: center;
}


.tags-container  h3 {
  font-weight: 600;
  position:relative;
  border-right: 2px solid #012347;
  padding-right:20px;
  margin-right:20px;
  margin-bottom: 0;
}
