*:focus {
  outline: none;
}

.czc-g-5 {
  --bs-gutter-x: 5rem;
  --bs-gutter-y: 5rem;
}

.btn {
  cursor: pointer !important;
}

.btn-arrow {
  text-decoration: none !important;
}

.mb20 {
  margin-bottom: 20px;
}

.site-head .head-logo img {
  width: auto !important;
}

footer .inner a {
  word-break: break-all;
}

.site-page {
  background: #fff;
}

.czc-text p {
  margin: 0;
}

.font-playfair {
  font-family: Playfair Display;
}

textarea.error {
  border: 1px solid red;
}

.uk-modal-dialog button:not(.uk-modal-close) {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  background: #ebe6e6;
  color: #000;
}

.czc-card {
  margin-bottom: 25px;
  padding: 10px 15px;
  background-image: url(/themes/epi/assets/images/pack4buyer_header_home_girata.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1024px) {
  .czc-card {
    margin-bottom: 0;
    padding: 20px 25px;
  }
}

.czc-card .czc-content {
  padding: 20px;
  padding-top: 25px;
  padding-bottom: 15px;
  background: #fff;
}

@media (min-width: 768px) {
  .czc-card .czc-content {
    padding: 35px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.czc-card .czc-content .title {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.25;
  color: #382f2d;
}

@media (min-width: 1024px) {
  .czc-card .czc-content .title {
    font-size: 3rem;
  }
}

.czc-card .czc-content .subtitle {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.czc-card .czc-content .text {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.czc-card .czc-content .cta {
  display: flex;
}

.czc-card .czc-content .cta .btn-arrow {
  padding: 15px 35px;
  line-height: 1.75;
}

.czc-card .czc-content .cta .btn-arrow:not(.arrow-original):hover {
  width: 400px;
}

.czc-card .czc-content .cta .btn-arrow.arrow-original {
  text-align: left;
}

.czc-card .czc-content .cta .btn-arrow.btn-dark {
  background: #736969;
  color: #fff;
}

.czc-card .czc-content .cta .btn-arrow.btn-dark .arrow .arrow__line {
  background: repeating-linear-gradient(90deg, #fff 0, #fff 2px, transparent 0, transparent 4px);
}

.czc-card .czc-content .cta .btn-arrow.btn-dark .arrow .arrow__heade::before, .czc-card .czc-content .cta .btn-arrow.btn-dark .arrow .arrow__heade::after {
  background: #fff;
}

.czc-card.czc-card-fullrow .czc-row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

@media (min-width: 1024px) {
  .czc-card.czc-card-fullrow .czc-row {
    flex-wrap: nowrap;
  }
}

.czc-card.czc-card-fullrow .czc-row .czc-col1 {
  width: 100%;
}

@media (min-width: 1024px) {
  .czc-card.czc-card-fullrow .czc-row .czc-col1 {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  .czc-card.czc-card-fullrow .czc-row .czc-col1 .text {
    margin-bottom: 0;
  }
}

.czc-card.czc-card-fullrow .czc-row .czc-col1 .uk-column-1-2\@m {
  column-gap: 5px;
}

.czc-card.czc-card-fullrow .czc-row .czc-col2 {
  width: 100%;
}

@media (min-width: 1024px) {
  .czc-card.czc-card-fullrow .czc-row .czc-col2 {
    width: 20%;
  }
}

#modal-form-contattaci .modal-title {
  margin-bottom: 25px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

#modal-form-contattaci .modal-form form .btn-default {
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 15px 50px !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 30px auto;
  display: block;
  background: #736969;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

#modal-form-contattaci .modal-form form input,
#modal-form-contattaci .modal-form form select {
  margin-bottom: 15px;
}

#modal-form-contattaci .modal-form form input.error-input,
#modal-form-contattaci .modal-form form select.error-input {
  border-color: red;
}

#modal-form-contattaci .modal-form form input[type="number"],
#modal-form-contattaci .modal-form form select[type="number"] {
  -moz-appearance: textfield;
}

#modal-form-contattaci .modal-form form input::-webkit-inner-spin-button, #modal-form-contattaci .modal-form form input::-webkit-outer-spin-button,
#modal-form-contattaci .modal-form form select::-webkit-inner-spin-button,
#modal-form-contattaci .modal-form form select::-webkit-outer-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.btn-arrow .arrow.arrow-reversed .arrow__head {
  right: unset;
  left: 0;
}

.btn-arrow .arrow.arrow-reversed .arrow__head::before {
  top: 1px;
  transform: rotate(135deg);
}

.btn-arrow .arrow.arrow-reversed .arrow__head::after {
  top: -1px;
  transform: rotate(-135deg);
}

.dataTables_length,
.dataTables_filter {
  text-align: left !important;
}

.dataTables_filter {
  margin-top: 20px !important;
}

.text-w-logo {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.text-w-logo img {
  max-width: 100px;
  height: auto;
}

.chi-siamo-header.recupera-pass .text {
  max-width: 100%;
}

.chi-siamo-header .czc-text1 p {
  font-size: 42px;
  font-weight: bold;
}

.chi-siamo-header .title {
  top: 8rem;
  font-size: 0rem;
  left: 2em;
}

.chi-siamo-header .title h1 {
  color: #000;
}

@media (min-width: 1024px) {
  .chi-siamo-header .title {
    top: calc(250px + 3.5em);
  }
}

.home-chisiamo .home-chisiamo-sec1 {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .home-chisiamo .home-chisiamo-sec1 {
    margin-bottom: 9rem;
  }
}

.home-chisiamo .home-chisiamo-sec1 .czc-title1 {
  margin-bottom: 35px;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

@media (min-width: 1024px) {
  .home-chisiamo .home-chisiamo-sec1 .czc-title1 {
    font-size: 3.25rem;
  }
}

.home-chisiamo .home-chisiamo-sec1 .czc-text1 {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .home-chisiamo .home-chisiamo-sec1 .czc-text1 {
    max-width: 80%;
    margin: auto;
  }
}

.home-chisiamo .home-chisiamo-sec1 .czc-text1 p {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #736969;
  max-width: 100% !important;
}

.home-chisiamo .home-chisiamo-sec2 .uk-panel .czc-text1 p {
  font-family: inherit;
  font-size: 2rem;
  line-height: 1.25;
  color: #382f2d;
}

.home-chisiamo .home-chisiamo-sec2 .background {
  width: calc(70% + 210px);
  height: 100%;
  right: -80px;
  z-index: -1;
}

@media screen {
  .home-chisiamo .home-chisiamo-sec2 .background {
    right: 0;
  }
}

.chi-siamo-intro {
  padding-top: 0px;
}

@media (min-width: 1024px) {
  .chi-siamo-intro {
    padding-top: 80px;
  }
}

.chi-siamo-intro .czc-title1 {
  margin: 0 20px;
  font-size: 3rem;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .chi-siamo-intro .czc-title1 {
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .chi-siamo-intro .czc-title1 {
    max-width: 35%;
  }
}

.chi-siamo-intro .czc-section-column1 {
  margin-top: 30px;
}

.chi-siamo-intro .czc-section-column1 .czc-subtitle1,
.chi-siamo-intro .czc-section-column1 .czc-subtitle2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

.chi-siamo-intro .czc-section-column1 .czc-subtitle2 {
  display: none;
}

@media (min-width: 1024px) {
  .chi-siamo-intro .czc-section-column1 .czc-subtitle2 {
    display: block;
  }
}

.chi-siamo-intro .czc-section-column1 .czc-subtitle2.no-desk {
  display: block;
}

@media (min-width: 1024px) {
  .chi-siamo-intro .czc-section-column1 .czc-subtitle2.no-desk {
    display: none;
  }
}

.chi-siamo-intro .czc-section-column1 .czc-list1 ul,
.chi-siamo-intro .czc-section-column1 .czc-list2 ul {
  overflow: hidden;
  padding-top: 30px;
}

.chi-siamo-intro .czc-section-column1 .czc-list1 ul li,
.chi-siamo-intro .czc-section-column1 .czc-list2 ul li {
  margin-bottom: 12.5px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.chi-siamo-intro::before {
  bottom: 40px;
}

.chi-siamo-intro::after {
  top: 15%;
}

.chi-siamo-cards .czc-section-column1 {
  margin-bottom: 25px;
}

.chi-siamo-cards .czc-section-column1 .uk-column-1-2\@m {
  column-gap: 25px;
}

.login-form {
  background-image: url(/themes/epi/assets/images/immagine-nera-con-cornice.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

.login-form .contatti-form-container {
  background-color: transparent;
}

.login-form .contatti-form-container .card-panel {
  color: #fff;
}

.login-form .contatti-form-container .card-panel h3 {
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}

.login-form .contatti-form-container .card-panel form .form-group label {
  display: none !important;
}

.login-form .contatti-form-container .card-panel form .form-group input {
  width: 100% !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.login-form .contatti-form-container .card-panel form button {
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 20px 50px !important;
  border: none !important;
  border-radius: 0 !important;
}

.login-form .contatti-form-container .card-panel .text-login {
  text-align: center;
  color: #fff;
}

.login-form .contatti-form-container .card-panel .text-login a {
  color: #fff;
  font-weight: bold;
  border: 0 !important;
  padding: 0 !important;
  text-transform: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
  vertical-align: baseline !important;
  transition: 0.4s;
}

.login-form .contatti-form-container .card-panel .text-login a:hover {
  text-decoration: underline;
}

.nav-menu .nav-grid .link-menu {
  display: block;
  transition: 0.4s;
}

.nav-menu .nav-grid .link-menu:hover {
  text-decoration: underline;
}

.nav-menu .nav-grid .bold-text-menu {
  color: #382f2d;
  font-weight: bold;
  margin: 0;
}

.home-card {
  padding-top: 0;
  margin-bottom: 40px;
}

.home-card .czc-card .czc-row {
  align-items: center;
  gap: 100px;
}

.home-card .czc-card .czc-row .czc-col1 {
  width: 10%;
}

.home-card .czc-card .czc-row .czc-col2 {
  width: 60%;
}

.home-card .czc-card .czc-row .czc-col3 {
  width: 30%;
}

.home-card .czc-card .czc-row .card-logo {
  position: relative;
}

.home-card .czc-card .czc-row .card-logo::after {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 1px dashed rgba(56, 47, 45, 0.4);
  right: -50px;
}

.home-card .czc-card .czc-row .card-title {
  font-weight: bold;
}

.home-prefooter {
  margin: 0;
}

.prodotto-navbar .torna-catalogo-btn {
  display: flex;
  align-items: center;
  gap: 7.5px;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.prodotto-navbar .torna-catalogo-btn .h1px {
  height: 1px;
}

.prodotto-header .product-company-link {
  margin-top: 35px;
  font-size: 20px;
  color: #c96;
}

.prodotto-header .product-title {
  font-size: 36px;
  font-family: Playfair Display;
}

.prodotto-header .product-description {
  font-size: 16px;
}

.prodotto-header .product-favourite-btn {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #bebebe;
}

.prodotto-header .product-favourite-btn.favourite {
  color: #000;
}

.prodotto-body {
  padding-bottom: 80px;
  padding-top: 10px;
}

#company-page a {
  color: #000;
}

.company-header .company-title {
  color: #c96;
  font-weight: 500;
  margin: 0;
}

.company-header .company-subtitle {
  color: #c96;
  margin: 0;
  margin-bottom: 35px;
}

.company-header img {
  width: 100%;
  display: block;
  box-shadow: 2px 5px 8px 0 rgba(56, 47, 45, 0.35);
}

#partialUserResetForm label {
  display: none;
}

#partialUserResetForm input {
  font-size: 14px;
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
  height: 40px;
  vertical-align: middle;
  display: inline-block;
}

#partialUserResetForm .btn {
  margin: 30px auto;
  border: none;
  border-radius: 5px;
  display: block;
  background: #736969;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 20px 50px !important;
  border: none !important;
  border-radius: 0 !important;
}

#products h3 small {
  display: block;
  margin-top: 15px;
}

#products .uk-accordion-title {
  display: flex;
  align-items: center;
}

#search-product .title-ricerca {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

#search-product #applica_filtri {
  margin-top: 25px;
}

#search-product .uk-form-label {
  margin-top: 15px;
  margin-bottom: 7.5px;
}

#search-product .uk-accordion-content h4 {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: -10px;
}

@media (min-width: 768px) {
  #search-product .uk-accordion-content h4 {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

#companies-list .companies-list table {
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .applica_filtri {
    margin-top: 35px;
  }
}

#edit-profile .form-group {
  margin-bottom: 15px;
}

.table-desc {
  min-height: 25px;
}

.table-desc a {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.table-desc p {
  margin: 0;
}
