/* FONTS  */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500;600;700;800;900&display=swap");
:root {
  --grey: #333;
  --dark-black: #252012;
  --red: #c1022c;
  --light-grey: #f3f3f3;
}
body, h1, h2, h3, h4, h5, h6 {
  font: normal normal normal 22px/27px Catamaran;
}

h1, .h1 {
  font-size: 70px;
  font-weight: 400;
  color: #c1022c;
  line-height: 87px;
}
h2,
.h2 {
  font-size: 50px;
  font-weight: 900;
  color: #c1022c;
  text-transform: uppercase;
  line-height: 63px;
}
.color-blue{
  color: #39939B;
}
h3,
.h3,
.sottotitolo {
  font-size: 30px;
  font-weight: normal;
  color: #333;
  line-height: 43px;
}
h4,
.h4,
.titoli_paragraph {
  font: normal normal bold 24px/15px Catamaran;
  letter-spacing: 0px;
  color: #C1022C;
  text-transform: uppercase;
  line-height: 30px;
}
.titoli_paragraph {
  color: #39939B;
}
h5,
.h5 {
  color: #c1022c;
  font: normal normal bold 18px/15px Catamaran;
}
.header-code {
  font: normal normal 600 32px/52px Catamaran;
  letter-spacing: 0px;
  color: #252012;
  text-transform: uppercase;
}
.spazio {
  margin: 3rem;
}
.maxi-title {
  font: normal normal normal 54px/51px Catamaran;
  letter-spacing: 0px;
  color: #333;
  opacity: 1;
  line-height: 58px;
}
.user-register-form #edit-field-consenso-alla-privacy-value--description{
  color:#111!important;
}
.span_date {
  font: normal normal bold 18px/15px Catamaran;
  letter-spacing: 0px;
  color: #333;
  text-transform: uppercase;
  opacity: 1;
  line-height: 38px;
}
.fixed-top {
  z-index: 1;
}
section {
  padding: 80px 0;
}
#sectionGrey {
  background: #f3f3f3;
}

.sottotitolo_grande {
  font: normal normal normal 54px/51px Catamaran;
  letter-spacing: 0px;
  color: #333;
}
p {
  font: normal normal normal 20px/27px Catamaran;
  color: #333;
}
.text-right {
  text-align: right !important;
}
/* HEADER  */

#header {
  font: normal normal 600 14px/23px Catamaran;
}

.lead .btn.btn-mabo{
  margin-bottom:15px;
}

.container-icon-header {
  width: 15%;
  margin-left: 5rem;
}
.btn-primary:hover {
    background-color: white!important;
    color: var(--red) !important;
    padding: 5px 24px;
    font-size: 16px;
    border-radius: 10px;
    border-color: #E7401B;
}
.btn-primary {
  border-color: var(--red);
  border-radius: 0 !important;
}
#header .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
  text-align: left;
  font: normal normal 600 14px/23px Catamaran;
  letter-spacing: 0px;
  color: #252012;
  text-transform: uppercase;
  opacity: 1;
}
.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar-brand img {
  width: 148px;
  margin-right: 10px;
}
#header .nav-item .dropdown-toggle::after {
  display: none;
}
#header .nav-item .dropdown-menu {
  background-color: var(--red);
  border: 0px solid rgba(0, 0, 0, 0.15);
}

#header .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff;
}
#header .nav-item .dropdown-menu .dropdown-item:focus,
#header .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  outline: none;
}
#header .nav-item .dropdown-menu .dropdown-item:hover::before {
  content: "\F135";
  width: 10px;
  line-height: 29px;
  margin: auto;
  vertical-align: middle;
  padding-right: 10px;
}
.dis-grid{
  display: grid;
}
.dropbtn {
  color: white;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  background-color: #c1022c;
  padding: 5px;
}

.dropdown-content a {
  color: #ffffff;
  padding: 10px 5px;
  text-decoration: none;
  display: block;
}

.headerIcon {
  font-size: 20px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: #333 !important;
}

/* SLIDER:  */
.home_slider .item img {
  height: 90vh;
  object-fit: cover;
}
/* Paragraph paragraph_description */

.position_img {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.position_imgbtn {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 60px;
  left: 0;
  right: 0;
}
.btn-mabo, .button {
  background: #c1022c 0% 0% no-repeat padding-box;
  border: 1px solid #c1022c;
  opacity: 1;
  text-transform: uppercase;
  width: fit-content;
  padding: 10px 50px;
  font: normal normal bold 20px/33px Catamaran;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  line-height:14px;
  text-decoration: none;
}
.btn-mabo:hover, .button:hover {
  background: #fff 0% 0% no-repeat padding-box;
  color: var(--red);
  transition: background 0.5s;
}

.btn-mabo-min {
  background: #c1022c 0% 0% no-repeat padding-box;
  border: 1px solid #c1022c;
  opacity: 1;
  text-transform: uppercase;
  width: fit-content;
  padding: 6px 22px;
  font: normal normal bold 20px/33px Catamaran;
  color: #ffffff;
  border-radius: 0;
}
.btn-mabo-min:hover {
  background: #fff 0% 0% no-repeat padding-box;
  color: var(--red);
  transition: background 0.5s;
}
.paragraph_img_text_right .position_img {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: 0;
  object-fit: cover;
  left: 0;
  right: 0;
  object-position: center;
  width: 100%;
  height: 100%;
}
.w-80 {
  width: 80%;
}
.color-red {
  color: var(--red);
  font: normal normal bold 20px/15px Catamaran;
  text-transform: uppercase;
}
.card {
  border: 0;
  margin-bottom:20px;
  padding: 8px;
  box-shadow:1px 1px 20px #ddd;
}
.card:hover {
  border: 0;
  padding: 8px;
  box-shadow:1px 1px 30px #aaa;
  transition:linear;
}
.page-elenco-collezioni .card{
  
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 0rem;
}
.carousel_news .owl-item img {
  min-height: 276px;
  object-fit: cover;
}
.paragraf20 p {
  font: normal normal normal 20px/27px Catamaran !important;
  color: #333 !important;
}

@media (max-width: 1440px) {
  .paragraf20 p {
    font: normal normal normal 18px/24px Catamaran !important;
  }
  .position_imgbtn {
    margin: auto 40px;
  }
  .p-inline-desktop {
    padding-inline: 40px !important;
  }
}
@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 60px;
    font-weight: 600;
  }
  h2,
  .h2 {
    font-size: 30px;
    font-weight: 700;
  }
  h3,
  .h3,
  .sottotitolo {
    font-size: 20px;
  }
  h4,
  .h4,
  .titoli_paragraph {
    font: normal normal bold 18px/15px Catamaran;
  }

  h5,
  .h5 {
    font: normal normal bold 16px/15px Catamaran;
  }
  .position_imgbtn {
    width: 100%;
    margin: auto 0;
  }
  .maxi-title {
    font: normal normal normal 38px/30px Catamaran;
    line-height: 48px;
  }
  .paragraph_img_text_right .position_img {
    height: 90%;
  }
  .m-t-96 {
    margin-top: 46px;
  }
  .points h4 {
    font: normal normal normal 86px/38px Catamaran !important;
    margin-right: 16px;
  }
  .points p {
    font: normal normal normal 16px/18px Catamaran !important;
  }
  .paragraf20 p {
    font: normal normal normal 18px/20px Catamaran !important;
  }
  .headerPhoto p {
    top: 24% !important;
    right: 40% !important;
    font: normal normal 600 48px/100px Catamaran !important;
  }
  /* Group */
  .group {
    width: 45% !important;
  }
  .btnred {
    padding: 10px 24px !important;
  }
  .btnwhite {
    padding: 10px 24px !important;
  }
  section {
    padding: 50px 0;
  }
  .nav-tabs .nav-item .nav-link {
    font: normal normal bold 20px/20px Catamaran !important;
    padding: 9px 18px !important;
  }

  /* La nostra storia */
  .headerContainer p {
    top: 26% !important;
    right: 30% !important;
    font: normal normal 600 48px/100px Catamaran !important;
  }

  /* collectionSingle */
  .card_img-big {
    padding: 86px !important;
  }
  .card_img-big img {
    width: 120px !important;
  }
  .header-code {
    font: normal normal 600 28px/44px Catamaran;
  }
  .color-red {
    font: normal normal bold 18px/12px Catamaran;
  }
  p {
    font: normal normal normal 16px/24px Catamaran;
  }
  .btn-mabo-min {
    font: normal normal bold 18px/28px Catamaran;
  }
  .mobile-center {
    margin-bottom: 60px;
  }
  .info-mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .dis-flex-mobile {
    align-items: center;
    flex-direction: row-reverse;
  }
  .dis-flex-mobile img {
    margin-right: 20px;
  }
  .p-l-mobile {
    padding-left: 0 !important;
  }
  .p-r-mobile {
    padding-right: 0 !important;
  }
  .footerlaw {
    width: 80% !important;
  }
  .font-sm {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .paragraf20 {
    margin-top: 50px;
  }
  .img-mobile {
    display: none;
  }
  .flex-w-right-mobile {
    text-align: left !important;
    width: 100%;
  }
  .jc-center-mobile {
    justify-content: center !important;
  }
  .t-a-center-mobile {
    text-align-last: center;
  }
  .points p {
    font: normal normal normal 14px/14px Catamaran !important;
  }
  .points h4 {
    font: normal normal normal 48px/30px Catamaran !important;
  }
  .nav .nav-tabs {
    justify-content: center !important;
  }
}

.w-100 {
  width: 100% !important;
}
/*
.Spedita{
  color:rgb(54, 196, 54);
  font-weight:bold;
}

.Compilata{
  color:rgb(234, 136, 32);
  font-weight:bold;
}

.compilazione{
  color:lightcoral;
  font-weight:bold;
}

.Presa.carico{
  color:violet;
  font-weight:bold;
}

.Pronta.spedire{
  color:darkcyan;
  font-weight:bold;
}*/

.views-field-field-note-spedizione{
  font-size:12px;
  line-height:13px;
}

@media (max-width: 425px) {
  .mx-0-sm {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .dis-none {
    display: none;
  }
  .w-100-mobile {
    width: 100% !important;
  }
  .btn-mabo {
    padding: 10px 84px;
    font: normal normal bold 16px/24px Catamaran;
  }
  .t-center-sm {
    text-align: center;
  }
  footer .contacts p,
  a {
    font: normal normal normal 14px/20px Catamaran !important;
  }
  .points p {
    font: normal normal normal 14px/14px Catamaran !important;
  }
  .img-sm {
    height: 70vh;
    object-fit: cover;
  }
  .headerPhoto p {
    font: normal normal 600 30px/54px Catamaran !important;
  }
  footer p a {
    font: normal normal normal 12px/14px Catamaran !important;
  }
  .footerlaw p {
    font-size: 12px;
  }

  .testo_slider_right_center, .testo_slider_left_center{
    align-items: end;
    padding: 2rem 0;
    margin: auto;
  }

  .testo_slider_right_center h1, .testo_slider_left_center h1{
    font-size: 36px!important;
  }
}

/* Page About us*/
.headerPhoto p {
  top: 32%;
  right: 38%;
  color: white !important;
  font: normal normal 600 71px/116px Catamaran;
}

.progress-bars {
  width: 85%;
  margin-top: 42px;
}

.cardProgress {
  display: flex;
  margin: 0px 140px;
}

.cardProgress .cardimg p {
  font: normal normal bold 18px/15px Catamaran;
  color: #c1022c !important;
}

.cardProgress h3 {
  font: normal normal bold 24px/15px Catamaran;
  color: #c1022c !important;
}

.cardProgress img {
  width: 700px;
}

.points {
  display: flex;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.points p {
  color: black !important;
  font: normal normal normal 18px/20px Catamaran;
}

.points h4 {
  font: normal normal normal 150px/246px Catamaran;
  margin-right: 30px;
}

.block {
  font: normal normal bold 24px/15px Catamaran;
  color: #c1022c !important;
}

.btns {
  margin-bottom: 30px;
}

.btnred {
  background: #c1022c 0% 0% no-repeat padding-box;
  padding: 12px 40px;
  border: none;
  color: white;
}

.btnwhite {
  border: 1px solid #c1022c;
  background: white;
  padding: 12px 40px;
  color: #c1022c !important;
}

.btnred:first-child {
  margin-right: 9px;
}

.p-inline-desktop {
  padding-inline: 80px;
  height: 100%;
  margin: auto;
}

/* Page il Gruppo */

.arrowRed {
  align-self: center;
  color: #c1022c;
  font-size: 64px;
  margin: 0 20px;
}

.headerContainer p {
  top: 35%;
  right: 28%;
  color: white !important;
  font: normal normal 600 71px/116px Catamaran;
}
.bg-traspar {
  background-color: transparent !important;
  border-color: transparent !important;
}
.border-none {
  border: none;
}

.nav-tabs .nav-item {
  background-color: #ffffff !important;
  color: #c1022c !important;
  border: #c1022c 1px solid !important;
}
.nav-tabs .nav-item:last-child {
  margin-left: 9px;
}
.nav-tabs .nav-item .nav-link {
  color: #c1022c !important;
  height: 100%;
  font: normal normal bold 24px/22px Catamaran;
  padding: 14px 28px;
}
.nav-tabs .nav-item .active {
  background-color: #c1022c !important;
  color: #ffffff !important;
}

@media (min-width: 1900px) {
  .md-pr {
    padding-right: 190px;
    padding-left: 0 !important;
  }
}

@media (min-width: 1900px) {
  .md-pl {
    padding-left: 190px !important;
  }
}

.img-center {
  height: 100%;
  object-fit: contain;
  margin: auto;
}

/* Collection page */

.headerCollection {
  display: flex;
  align-items: center;
  width: 100%;
  background: #f3f3f3 0% 0% no-repeat padding-box;
  height: 108px;
  margin-bottom: 90px;
}

.card_img {
  background: #f8f8f8 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  padding: 5px;
}
.card_img img{
  height: auto;
  width: auto;
  object-fit: contain;
  max-height: 20rem;
}
.col-md-3 .card_img{
  
}
.card-text {
  font: normal normal normal 15px/18px Catamaran;
  color: #252012;
}
.input-bor {
  border: none;
  border-bottom: groove;
  margin-top: 26px;
}

.filter p {
  font: normal normal 600 16px/27px Catamaran;
  color: #252012;
}
.filter input {
  font: normal normal normal 15px/25px Catamaran;
  color: #333;
}

.card_img-big {
  background: transparent linear-gradient(45deg, #f8f8f8 0%, #f3f3f3 100%) 0% 0%
    no-repeat padding-box;
  height: 40vh;
  align-items: center;
  padding: 3rem 0rem;
}
.card_img-big img{
  max-height: 14rem;
}
.drop label {
  font: normal normal normal 18px/30px Catamaran;
  letter-spacing: 0px;
  color: #252012;
}

.bg-grey {
  background: #fafafa 0% 0% no-repeat padding-box;
}

.modal-img {
  width: 93px;
}

.t-war {
  font: normal normal normal 16px/20px Catamaran;
  color: #c1022c;
  margin-top: 20px;
}

.btn-drop {
  padding: 10px 25px;
  background: transparent;
  font: normal normal normal 14px/23px Catamaran;
  color: #333;
  display: flex;
  align-items: center;
}

.btn-drop:hover {
  padding: 10px 25px;
  background: grey;
  color: white;
}

/* Footer */

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-image: url("../ImmaginiMabo/Footer.png");
}
footer .logo img {
  width: 95px;
  height: 133px;
  border: 1px solid black;
  margin-bottom: 44px;
  margin-top: 34px;
}

footer p {
  color: white !important;
  font: normal normal normal 19px/26px Catamaran;
  opacity: 1;
}

footer a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 100;
}

footer a :hover {
  color: #ffffff;
}

footer hr {
  color: #ffffff;
  width: 100%;
  height: 1px;
  opacity: 1;
}

.footerlaw {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1488px;
  }
}
/* ANIMAZIONI:
*/

@keyframes slideInUp {
  from {
    transform: translate3d(0, 30%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}
.testo_slider{
  width: fit-content;
  margin: 0 auto;
  height: 100%;
  align-items: center;
  display: flex;
  color: #fff !important;
  font-weight: 800;
}

.testo_slider_left {
  width: fit-content;
  margin: 0;
  padding: 40px;
  align-items: flex-start;
  display: flex;
  color: #fff !important;
  font-weight: 800;
}
.testo_slider_right {
  width: fit-content;
  margin: auto;
  padding: 40px;
  margin-right: 0;
  align-items: flex-start;
  display: flex;
  color: #fff !important;
  font-weight: 800;
}
.text-b-r{
  width: fit-content;
  margin: 0 auto;
  height: 100%;
  align-items: end;
  display: flex;
  color: #fff !important;
  font-weight: 800;
  margin-right: 3rem;
  padding: 3rem;
}
.text-b-l{
  width: fit-content;
  margin: 0 auto;
  height: 100%;
  align-items: end;
  display: flex;
  color: #fff !important;
  font-weight: 800;
  margin-left: 3rem;
}

.testo_slider_left_center{
  width: fit-content;
  margin: 0 auto;
  height: 100%;
  align-items: center;
  display: flex;
  color: #fff !important;
  font-weight: 800;
  margin-left: 3rem;
}

.testo_slider_right_center{
  width: fit-content;
  margin: 0 auto;
  height: 100%;
  align-items: center;
  display: flex;
  color: #fff !important;
  font-weight: 800;
  margin-left: 3rem;
  float: inline-end;
  padding-right: 2rem;
  text-align: end;
}

.home_slider h1 {
  color: #fff !important;
  line-height: 70px;
}

.home_slider .testo_slider_left_center h1, .home_slider .testo_slider_right_center h1{
  font-family: 'Playwrite Ísland', serif;
  font-style: italic;
  font-weight: 300!important;
  font-size: 60px!important;
}

.home_slider .testo_slider_left_center p, .home_slider .testo_slider_right_center p{
  font-style: italic;
  font-weight: 300!important;
  font-size: 20px!important;
  color: #fff!important;
}

.home_slider .testo_slider_left_center h1 .text_subtitle{
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 300!important;
  color: #fff;
  font-size: 30px!important;
}

.blocco .img_icona img{
  width: 3rem;
  height: auto;
}
.img_icon.sosten{
  width: 40px;
  height: auto;
}
.testo_blocco{
  padding-inline: 1rem;
}
.p-20{
  padding: 20px;
}
.style_text_ellipsis {
  display: block;
  display: -webkit-box;
  height: 56px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card .hover_img img{
  transition: 0.9s;
}
.card:hover .hover_img img{
  transform: scale(1.2);
}
.hover_img{
  overflow: hidden;
}
.home_slider .owl-dots{
  position: absolute;
  top: 50%;
  display: grid;
}
.home_slider .owl-dots .active{
  color: var(--red);
}
.home_slider .owl-item {
  opacity: 0;
}
.home_slider .owl-dots .owl-dot{
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.home_slider .active {
  opacity: 1;
}
.home_slider .owl-dots .owl-dot::after{
  content: '';
  height: 2px;
  background: #7a7a7a;
  position: absolute;
  right: 1px;
  left: 26px;
  width: 5rem;
  top: 12px;
  bottom: 15px;
  transition: all 0.6s cubic-bezier(0.165,0.84,0.44,1);
  z-index: -1;
}
.home_slider .owl-dots .active::after{
  content: '';
  height: 3px;
  background: var(--red);
  position: absolute;
  right: 1px;
  left: 26px;
  width: 5rem;
  bottom: 15px;
  transition: all 0.6s cubic-bezier(0.165,0.84,0.44,1);
  z-index: 1;
  color: white
}
.slider-img{
  background-position: center center;
}
.gin-breadcrumb__link em, .gin-breadcrumb__text em {
  background: transparent;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
  color: white;
}
.counter {
  background-color:transparent;
  padding: 20px 0;
  border-radius: 5px;
  z-index: 2;
  position: relative;
  display: flex;
}
.counter p,
.counter h1,
.counter h3,
.counter h4,
.counter h5,
.counter h6{
  color: var(--dark-black);
}


.count-title {
  font-size: 150px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  margin: auto;
  padding: 2rem;
  text-align: left;
}
.overlay{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.overlay::before{
  content: "";
  background: rgb(255 255 255 / 64%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  left: 0;
}
.padding_style{
  padding-left: 9rem;
  padding-right: 4rem;
}
.padding_style_right{
  padding-right: 9rem;
  padding-left: 4rem;
}
.p-md-5 {
  padding: 3rem 0 !important;
}
.elenco_immagini{
  display: none;
}
.nav-pills li > .btn-mabo{
  background: #fff 0% 0% no-repeat padding-box;
  color: var(--red);
  transition: background 0.5s;
  margin-right: 1rem;
  padding: 10px 30px;
}
.nav-pills li > .active{
  background: var(--red);
  color: #fff;
  transition: background 0.5s;
  margin-right: 1rem;
  padding: 10px 30px;
}
.aziende img {
    display: block;
    width: 100%;
    height: 27rem;
    object-fit: cover;
    object-position: center center;
}
.tab-content>.active {
  display: block;
  padding-right: 11rem;
}
.tab-content > .tab-pane {
  padding-top: 2rem;
}
.title_product {
  font-size: 20px;
}
.text-transform-none {
  text-transform: none;
}
.padding-left-7rem {
  padding-left: 7rem;
}
blockquote{
  position: relative;
  width: 80%;
  margin: auto;
}
blockquote h2{
  text-transform: inherit;
}

blockquote::before{
  content: '"';
  font-size: 120px;
  position: absolute;
  top: 10%;
  color: #39939B;
  left: -5%;
  font-weight: 800;
}
blockquote::after{
  content:  '"';
  font-size: 100px;
  color: #39939B;
  font-size: 120px;
  position: absolute;
  right: 0;
  font-weight: 800;
}
.content ul {
  list-style: disc;
  color: #333;
}

a{
  color:#c1022c;
  font-weight:bold;
}
a:hover{
  color:#252012;
}

.text-decoration-none{
  text-decoration: none;
}
.elenco_prodotti_associati .text-decoration-none {
  min-height: 27rem;
}
.titolo_prodotto{
  text-align: left;
  font: normal normal 600 16px/27px Catamaran;
  letter-spacing: 0px;
  color: #252012;
  text-transform: uppercase;
  opacity: 1;
}

.silde_collezioni{
  text-align: center;
  align-items: center;
  vertical-align: middle;
  display: block;
  background: var(--red);
  margin-bottom: 2rem;
}
.silde_collezioni a{
  text-decoration: none;
  height: 100%;
  display: grid;
  width: 100%;
  padding: 0.5rem;
}
.silde_collezioni a > h4 {
    line-height: 32px;
    color: #fff;
    margin: 0;
    font: normal normal bold 20px/30px Catamaran;
}

.silde_collezioni .active{
  text-decoration: none;
  height: 100%;
  display: grid;
  width: 100%;
  padding: 0.5rem;
  pointer-events: none;
}
.swiper-four .current {
  background-color: #fff;
}
.silde_collezioni .active > h4 {
    line-height: 42px;
    color: var(--red);
    margin: 0;
    font: normal normal bold 20px/40px Catamaran;
}
.disabled{
  display: none;
}
#page-section{
  padding: 2rem 0;
}
#edit-submit-duplicato-di-collezioni--2 {
  background: #c1022c 0% 0% no-repeat padding-box;
  border: 1px solid #c1022c;
  opacity: 1;
  text-transform: uppercase;
  width: fit-content;
  padding: 6px 44.9px;
  margin-top: 1rem;
  font: normal normal bold 20px/33px Catamaran;
  color: #fff;
  border-radius: 0;
  font-size: 18px;
}
#edit-submit-duplicato-di-collezioni--2:hover{
  background: #fff 0% 0% no-repeat padding-box;
  color: var(--red);
  transition: background 0.5s;
}
.form-item-field-lineato-value .form-text {
  font-size: 18px;
  padding: 5px;
}
.form-item-field-categoria-target-id{
  margin-bottom: .9rem;
}
.js-form-item label{
  font-size: 20px;
  font-weight: 600;
}
.button--add-to-cart{
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #c1022c;
  opacity: 1;
  text-transform: uppercase;
  width: 100%;
  padding: 1px 41.9px;
  font: normal normal bold 9px/26px Catamaran;
  color: #c1022c;
  border-radius: 0;
  font-size: 15px;
  margin-bottom: 2rem;
}
.button--add-to-cart:hover{
  background: #c1022c !important;
  color: #fff;
  transition: background 1s;
}
.dropdown-header div img {
  height: 2rem;
  border-radius: 100%;
  width: 2rem;
  object-fit: cover;
  margin-inline: .2rem;
}
.dropdown-header div .img_no {
  height: 2rem;
}
.dropdown-toggle::after {
    color: #c1022c;
}
.btn-secondary {
  color: #fff;
  background-color: #ffffff;
  border-color: #c1022c;
}
.btn-user{
  padding: 0px;
}
.dropdown-header {
  position: relative;
  display: inline-block;
}
#user-login-form .description{
  display: none;
}
#user-login-form #edit-submit {
  width: 100%;
  background: #C1022C 0% 0% no-repeat padding-box;
  border: 1px solid #C1022C;
  opacity: 1;
  text-align: center;
  font: normal normal bold 19px/29px Catamaran;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
}
#user-login-form input{
  margin-bottom: 20px;
}
.hr-style{
  color: var(--red);
  margin-inline: 25%;
  margin-bottom: 2rem;
}
.col-md-8 .commerce-order-item-add-to-cart-form input{
  margin-top: 1rem;
  background: #c1022c 0% 0% no-repeat padding-box;
  border: 1px solid #c1022c;
  opacity: 1;
  text-transform: uppercase;
  width: fit-content;
  padding: 10px 102.9px;
  font: normal normal bold 20px/33px Catamaran;
  color: #fff;
  border-radius: 0;
  font-size: 18px;
}
.col-md-8 .commerce-order-item-add-to-cart-form input:hover{
  background: #fff 0% 0% no-repeat padding-box !important;
  color: var(--red);
  transition: background 0.5s;
}
#accordionInfo .accordion-item:last-of-type .accordion-button.collapsed{
  color: gray;
}
.accordion-button:not(.collapsed){
  color: var(--red);
  background-color: #fff !important;
  border-color: #fe86af !important;
  box-shadow: 0 0 0 0rem #c1022c7a !important;
}
.accordion-button:focus{
  box-shadow: 0 0 0 0rem #c1022c7a !important;
}
.button-position-fixed{
  background: rgba(0,0,0,0.08);
  border: 1px solid #fff;
  padding: 1rem;
  z-index: 9;
  width: 100%;
  color: var(--red);
  padding: 8px;
}
.button-position-fixed a {
  color: var(--red);
  font-size: 18px;
  text-decoration: none;
}
.button-position-fixed:hover{
  background: #fff;
  border: 1px solid var(--red);
}
.button-position-fixed:hover a {
  color: var(--red);
}
.button-position-fixed:hover .button_img img {
  -webkit-mask-image: url(/themes/custom/starter/img/letter.png);
 -webkit-mask-repeat: no-repeat;
 -webkit-mask-size: 100%;
 background-color: var(--red);
}
#views-exposed-form-prodotti-associati-al-modello-default{
  max-width: 30%;
  margin: auto;
}
.form-select{
  line-height: 30px;
}
#edit-submit-prodotti-associati-al-modello{
  margin-top: 1rem;
  background: #c1022c 0% 0% no-repeat padding-box;
  border: 1px solid #c1022c;
  opacity: 1;
  text-transform: uppercase;
  width: fit-content;
  padding: 10px 102.9px;
  font: normal normal bold 20px/33px Catamaran;
  color: #fff;
  border-radius: 0;
  font-size: 18px;
  margin: auto;
  display: block;
}
#edit-submit-prodotti-associati-al-modello:hover{
  color: #c1022c;
  background: #fff;
}
#block-selettorelingua .links .is-active {
  text-decoration: underline;

}
#block-selettorelingua .links li > a {
  color: #fff;
  margin-right: 10px;
  text-decoration: none;
}
#block-selettorelingua .links{
  display: flex;
  height: 100%;
  align-items: center;
}
#block-selettorelingua {
  height: 100%;
}
.align_{
  height: 100%;
  align-items: center;
  display: flex;
}
.p-28{
  padding: 28px;
  border: 0px solid var(--red);
  box-shadow: 1px 1px 20px #ccc;
  margin-bottom:30px;
}
#views-exposed-form-archivio-delle-collezioni-page-1{
  display: flex;
}
#views-exposed-form-archivio-delle-collezioni-page-1 .js-form-item {
  display: flex;
  height: 100%;
  align-items: center;
  margin-right: 20px;
}
#views-exposed-form-archivio-delle-collezioni-page-1 .js-form-item label{
  margin-right: 10px;
}
#edit-submit-archivio-delle-collezioni,
#views-exposed-form-archivio-delle-collezioni-page-1 .button{
  background: #c1022c 0% 0% no-repeat padding-box;
  border: 1px solid #c1022c;
  opacity: 1;
  text-transform: uppercase;
  width: fit-content;
  padding: 5px 85.9px;
  font: normal normal bold 15px/30px Catamaran;
  color: #fff !important;
  border-radius: 0;
  font-size: 18px;
}

#edit-submit-archivio-delle-collezioni:hover,
#views-exposed-form-archivio-delle-collezioni-page-1 .button {
  background: #fff 0% 0% no-repeat padding-box;
  color: var(--red) !important;
  transition: background 0.5s;
}
.accordion-button{
  background: #f7f7f7;
  color: var(--red);
}
.accordion-button:hover{
  background: #fff;
  color: var(--red);
}
.form-item-payment-information-billing-information-address-0-address-country-code {
  display: none;
}
#view-unit-price-number-table-column, #view-total-price-number-table-column {
  display: none;
}
.views-field-unit-price__number, .views-field-total-price__number {
  display: none;
}
#checkout-head button {
    font-size: 20px;
}
#checkout-head .collapsed {
    background: var(--red);
    color: #fff;
}
.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}
.js-form-item-payment-information-billing-information-copy-to-address-book{
  display: none;
}
.w-div-user{
  width: fit-content;
}
.padding_form_btn{
  width: 100%;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
}
.bg-grey-scuro {
  background-color: #aaa;
  border: #aaa;
}
.color-black {
  color: black;
}
.section_div{
  padding: 90px 0;
}
.center-items-col {
  align-items: center;
  display: flex
}
.card-header {
  font: normal normal bold 24px/21px Catamaran;
}
#edit-submit-elenco-delle-collezioni-modelli---2 {
  padding: 10px 12px;
  width: 100%;
}
.img_modello img{
  margin: auto;
}
#block-starter-content--2{
  display: none;
}
#edit-actions--2{
  margin-top: 2rem;
}
.min-height-9rem{
  min-height: 9rem;
}
.card_img ul,
.card_img li {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.sticky_collezioni{
  position: sticky;
  top: 8%;
  height: 100%;
  overflow: auto;
}
button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus{
  background: #fff !important;
  color:var(--red);
}
.container_button_campionature {
  position: fixed;
  overflow: auto;
  width: 500px;
  display: flex;
  flex-direction: column;
  height: 60px;
  bottom: 0;
  width: 350px;
  min-width: 0;
  background: white;
  border-radius: var(--corner-radius-medium) var(--corner-radius-medium) 0 0;
  box-shadow: var(--elevation-raised);
  transform: translateY(0);
  transition-duration: 167ms;
  animation: fade-in 167ms cubic-bezier(.4,0,1,1);
  right: 0;
  z-index: 2;
  border: 1px solid var(--red);
}
#accordionPanelsStayOpenExample{
  position: absolute;
  bottom: 0;
  width: 100%;
}
#accordionPanelsStayOpenExample .accordion-button {
    color: var(--red) !important;
}
.container_button_campionature .accordion .accordion-body p {
    color: black;
    font-size: 16px;
    margin: 1rem 0;
}
#panelsStayOpen-collapseOne {
  padding-bottom: 1rem;
}
tbody, td, tfoot, th, thead, tr {
    font-size: 18px;
}
.referente tbody, .referente td, .referente tfoot, .referente th, .referente thead, .referente tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid grey;
    padding: 1rem;
}
.referente .card_img {
  min-height: 7rem;
  height: 7rem;
}
.user-register-form .description {
  font-size: 14px;
  line-height: 15px;
  color:#111!important;
}
.user-register-form .js-form-item {
  margin-top: 1rem;
}

.user-register-form .btn-mabo, .user-register-form .button {
    padding: 4px 21.9px;
    margin: 1rem 0;
}
#views-exposed-form-campionature-associate-al-referente-default {
  margin-top: 3rem;
  margin-bottom: 3rem;
  background: #efefef;
  padding: 2rem;
  margin-right: 2rem;
}
[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,.form-select {
    font-size: 13px;
    line-height:15px;
}
.button__ .btn-mabo {
}
.blocco_ordini_campionature {
    border-color: #d4d4d8;
    border: 1px solid #d4d4d8;
    box-sizing: border-box;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px rgb(20 45 82 / 2%), 0 3px 4px rgb(20 45 82 / 3%), 0 5px 8px rgb(20 45 82 / 4%);
    overflow: auto;
    padding: 4rem;
    margin-left: 3rem;
    width: 88%;
    margin: 2rem auto;
}

#edit-submit-elenco-delle-collezioni-modelli- {
  padding: 0.4rem 3rem;
  margin-top: 2rem;
}
#views-exposed-form-elenco-delle-collezioni-modelli--page-1
#edit-reset {
  padding: 6px 43.9px;
  margin-top: 1rem;
}
.pager {
  width: fit-content;
  margin: 2rem auto;
}
.pager__item a {
    position: relative;
    padding: 0.35rem 0.75rem;
    display: inline;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: black;
}
.pager ul {
  display: flex;
}
.pager__item--active a {
  color: #C1022C;
}

.block-starter-content table tbody tr {
  border-bottom: 1px solid #bee2eb;
}

.block-starter-content table tbody td {
  height: auto;
  padding: 0.65rem 1rem;;
}

.block-starter-content table tr,
.block-starter-content table .draggable-table.tabledrag-disabled tr {
  color: black;
  background-color: transparent;
}

.block-starter-content table tr.selected:hover,
.block-starter-content table .draggable-table.tabledrag-disabled tr.selected:hover {
  background: transparent;
}

.block-starter-content .gin--dark-mode table tr.selected {
  border-color: rgba(255, 255, 255, .2);
}

.block-starter-content table tr.selected td {
  background-color: #bee2eb;
}

.block-starter-content table td a {
  text-decoration: none;
}

.block-starter-content table td a:hover {
  text-decoration: underline;
}

.block-starter-content table td .group-label {
  color: black;
}
.block-starter-content table thead tr {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.block-starter-content table tr,
.block-starter-content  table .draggable-table.tabledrag-disabled tr {
    color: #222330;
    background-color: transparent;
}
.block-starter-content thead tr {
    border: 0;
}
.block-starter-content tr, 
.block-starter-content .draggable-table.tabledrag-disabled tr {
    color: #232429;
    background: #fff;
}

.block-starter-content table th,
.block-starter-content  table th .form-item__label {
    color: #232429;
}
.block-starter-content table th {
    font-size: 0.875rem;
    font-weight: 575;
    background: #fff;
}
.block-starter-content th {
    position: relative;
    box-sizing: border-box;
    height: 3rem;
    padding: 0.5rem 1rem;
    text-align: left;
    color: #232429;
    background: #f3f4f9;
    line-height: 1.25rem;
}
.block-starter-content table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.block-starter-content table tr,
.block-starter-content  table .draggable-table.tabledrag-disabled tr {
    color: #222330;
    background-color: transparent;
}
.block-starter-content tr,
.block-starter-content  .draggable-table.tabledrag-disabled tr {
    color: #232429;
    background: #fff;
}
.block-starter-content table tbody td {
    height: auto;
    padding: 0.65rem 1rem;
}
.block-starter-content table td a {
    text-decoration: none;
}
.block-starter-content table{
      width: 100%;
    padding: 2rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgb(20 45 82 / 2%), 0 3px 4px rgb(20 45 82 / 3%), 0 5px 8px rgb(20 45 82 / 4%);
    table-layout: auto;
}
.block-starter-content .views-exposed-form.views-exposed-form {
    padding-top: .5rem;
}
.block-starter-content .views-exposed-form {
    width: 100%;
    padding: 2rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgb(20 45 82 / 2%), 0 3px 4px rgb(20 45 82 / 3%), 0 5px 8px rgb(20 45 82 / 4%);
}
.block-starter-content .form-element {
    color: #222330;
    background-color: #fff;
    border: 1px solid #8e929c;
    border-radius: .5em;
    box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    min-height: 3rem;
    padding: calc(0.75rem - 1px) calc(1rem - 1px);
    color: #232429;
    border: 1px solid #919297;
    border-radius: 0.125rem;
    background: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.5em;
}


.block-starter-content .js-form-item label {
    font-size: 20px;
    font-weight: 600;
    font-size: 16px;
    font-weight: 525;
    color: #222330;
    margin-top: 0;
    margin-bottom: 0rem;
}
.block-starter-content .views-exposed-form.views-exposed-form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.block-starter-content .views-exposed-form__item.views-exposed-form__item {
    max-width: 100%;
    margin: 0.75rem 0.5rem 0 0;
}
.block-starter-content .form-select {
    line-height: 21px;
    margin-top: 4px;
}
.block-starter-content .js-form-item {
  margin-inline-end: 1rem;
}
.block-starter-content .form-actions {
  align-items: end;
  display: flex;
}
.block-starter-content .form-submit{
      padding: 5px 50px;
      margin-bottom: 12px;
      margin-inline: .3rem;
}
#views-exposed-form-elenco-delle-collezioni-modelli--page-1 {
  padding: 0;
  border: 0px;
  box-shadow: none;
}
.silde_collezioni {
  border: 1px solid #c1022c;
}
.silde_collezioni:hover {
  background: #fff;
  color: var(--red);
  transition: background 0.5s;
  border: 1px solid #c1022c;
}
.silde_collezioni:hover a h4 {
  color: var(--red);
}.p-100{
  padding: 100px;;
}
#views-exposed-form-elenco-prodotti-in-base-alla-collezione-default .block-starter-content .form-submit {
    padding: 5px 50px;
    margin-bottom: 12px;
    margin-inline: 1rem;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0px solid #003eff/*{borderColorActive}*/;
    background: #ffffff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
    font-weight: normal/*{fwDefault}*/;
    color: #000000/*{fcActive}*/;
}
.ui-menu .ui-menu-item {
    padding: 0.5rem;
    border-bottom: 1px solid black;
}
.ui-menu .ui-menu-item-wrapper {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.ui-menu .ui-menu-item-wrapper:hover {
    text-decoration: underline;
}
.ui-widget.ui-widget-content {
    max-height: 30vh;
    overflow-y: scroll;
}
.form-select {
  margin-bottom: 0.75em;
}
[type='date']{
    line-height: 22px;
    padding: 6px;
}
.bi-arrow-right::before {
  content: "\f138";
  font-weight: 600 !important; 
  color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: transparent;
}
#header .navbar-nav .dropdown-content .nav-item:hover .bi-arrow-right {
  font-size: 16px !important;
}
#header .dropdown-content {
  padding: 8px 20px;
  width: fit-content;
}
.col-md-6 .nav-pills {
  list-style: none;
}
.min-height_col {
  min-height: 33rem;
}
b, strong {
    font-weight: 700;
}
.max-w-60 {
  max-width: 60%;
}
.img_container a {
  width: 100%;
  display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 68px;
    color: var(--red);
}
#views-exposed-form-elenco-delle-news-page-1 {
  box-shadow: none;
  border: 0px solid rgba(0, 0, 0, .08);
  padding: 12px;
}
.height-16rem {
  height: 16rem;
}
.div_container_img {
  height: 100%;
    align-items: center;
    display: flex;
    margin: auto auto;
    width: 100%;
}
.w-70 {
  width: 70%;
}
.card .bi-arrow-right::before {
  color: var(--red);
}
.card .btn:focus {
    background: transparent !important;
    border: 0;
    box-shadow: none;
}

.card .btn:hover {
    color: var(--red);
    text-decoration: underline;
}
.contextual-region header {
  text-align: center;
}
.height-26rem {
  height: 26rem;
}
.campagna .hover_img img {
    object-fit: contain;
    padding: 1rem;
    background: #F8F8F8;
}
.mappa p {
    margin: 2px;
    font-size: 17px;
}
.mappa p > a {
  font-size: 17px;
}
video {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    object-fit: cover;
    position: relative;
}
.maintenance-page header,
.maintenance-page main {
  display: block;
  width: 60%;
  margin: auto;
  background: #ffffff6b;
  padding: 7vh;
}
.maintenance-page header a img {
    width: 20%;
    margin: auto;
    align-items: center;
    display: flex;
}
input, label {
  
}

.form-group {
  margin: 30px auto;
}

#inputStreet {
  width: 100%;
}

#inputCity {
  width: 50%;
}

#inputState {
  width: 15%;
}

#inputZip {
  width: 28%;
}

#inputCounty {
  width: 45%;
}

#inputCountry {
  width: 50%;
}
#crea_campionatura_1 .modal-dialog{
    max-width: 60%;
}

.campionature_attivate{
  max-height: 23rem;
  overflow: auto;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border: 1px solid;
}
.z-index-5{
  z-index: 5;
  position: relative;
}
.accordion-flush .accordion-item:last-child {
    border: 1px solid #f5f5f5;
}
.paragraph-hover {
  min-height: 16rem; 
  background-repeat: no-repeat;
  background-size: cover;
}
.text-hover-card {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ab5454e0;
    align-items: center;
    margin: auto;
    display: flex;
    opacity: 0;
}
.paragraph-hover {
  position: relative;
} 
.paragraph-hover:hover .text-hover-card {
    transition: .5s ease;
    opacity: 1;
}
#dateStandard {
  margin-top: 0;
}
.messages--status {
    color: #fff;
    background-color: #8dbe51;
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 2;
    text-align:right;
    max-width: 400px;
    padding: 1.2rem;
    border: px solid #73a03c;
    font-size:14px;
}
.messages--error {
  display: none;
}
.testo_slider h2 {
  font-size: 37px;
}
.color-grey {
  color: #333;
}
.f-w-500{
  font-weight: 500;
}
.carousel_news.owl-theme .owl-dots .owl-dot{
  display:none!important;
}

.user-form{
  box-shadow: 1px 1px 20px #ddd;
  padding:30px;
  z-index:9999;
  background-color: white;
  margin-bottom:30px;
}
.page-user-register .user-form{
  box-shadow: 0px 0px 0px #ddd;
  padding:30px;
}
.placeholder{
  background-color: transparent;
}

.navbar-toggler{
  display:none;
}
.silde_collezioni h4{
  font-size:16px!important;
}

.node-campionatura-edit-form,.node-campionatura-form{
  max-width:800px;
  margin:30px auto;
  box-shadow: 1px 1px 30px #ccc;
  padding:30px;
}

.node-campionatura-edit-form .vertical-tabs, .node-campionatura-edit-form .field--name-body .js-filter-wrapper, .node-campionatura-edit-form #edit-delete{
  display:none;
}

.node-campionatura-form .vertical-tabs, .node-campionatura-form .field--name-body .js-filter-wrapper, .node-campionatura-form #edit-delete{
  display:none;
}

.js-form-wrapper{
  margin:10px auto 20px auto;
}

#block-pagetitle h1{
  font-size:42px!important;
  font-weight:800!important;
  margin:auto!important;
  text-align:center;
}

.js-form-type-vertical-tabs{
  display:none;
}

.articolo_aggiunto{
  font-size:12px;
  line-height: 13px;
  font-weight:bold;
}

.small-text-link{
  font-size:12px;
  line-height: 13px;
  font-weight:bold;
  color:#222;
}

tr.compilazione{
  background:rgb(252, 252, 174)!important;
}
tr.Pronta{
  background:rgb(203, 250, 132)!important;
}
tr.Spedita{
  background:rgb(203, 250, 132)!important;
}
tr.Non{
  background:rgb(250, 142, 132)!important;
}

@media screen and (min-width: 1281px) {
.navbar-expand-xl .navbar-collapse{
  display:flex!important;
}
}

@media (max-width: 1280px) {
  .navbar-expand-xl .navbar-toggler {
      display: block;
  }
}

@media (max-width:1280px){
.navbar-expand-xl .navbar-nav {
flex-direction: column;
}
}

@media screen and (max-width: 1280px) {
  .navbar-toggler{
    display:block;
  }
  .page-elenco-collezioni .card, .card_img, .card-body{
    min-height: auto!important;
  }
  .silde_collezioni h4{
    font-size:14px!important;
  }
  .sticky_collezioni{
    position: relative;
    top: auto;
    height: auto;
    overflow: auto;
  }
}

/* .slider-img.desktop {
    display: block;
  }
  .slider-img.mobile {
    display: none;
  }

  @media (max-width: 768px) {
    .slider-img.desktop {
      display: none;
    }
    .slider-img.mobile {
      display: block;
    }
  } */