/* Font */
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Archivo", sans-serif;
}

/* Css Proprietario */
.clear-fix {
  clear: both;
}
.site-title-logo a:link,
.site-title-logo a:visited,
.site-title-logo a:hover {
  color: #0100fe !important;
  font-size: 1.1em !important;
  text-decoration: none;
}

.pt-20 {
  padding-top: 20px;
}

table a:link,
table a:visited {
  color: #000 !important;
  text-decoration: none;
}

.table-product-details p {
  margin: 0;
}

table a:hover {
  text-decoration: underline;
}

.card-product-status {
  color: #17e902;
}
.card-product-link {
  color: #d5d5d5;
  text-decoration: none;
}

.card-product-link:hover {
  color: #17e902;
}

.custom-header a:link,
.custom-header a:visited {
  text-decoration: none;
  color: #000;
  font-size: 1.2em;
  font-weight: 500;
}

.custom-header a:hover {
  color: #d5d5d5;
}

.custom-header .access-link {
  text-align: center;
  font-size: 1.5em !important;
  display: inline;
  background-color: transparent;
  border: none;
  font-weight: 500;
  padding: 0;
}

.custom-header .signed {
  text-align: center;
  font-size: 1.5em !important;
  margin-right: 15px;
  display: inline;
}

#userMenu {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: right;
  height: 45px;
}

.menu-utente {
  display: block;
  list-style: none;
  overflow: hidden;
  height: 0;
  position: absolute;
  width: 100%;
  top: 45px;
  z-index: 9999;
}

.menu-utente li {
  font-size: 0.5em;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 6px 8px;
}

#userMenu:hover > .menu-utente {
  height: auto;
}

.header-search-container {
  position: relative;
  padding-left: 5px !important;
}
.search-button,
.search-button:hover {
  position: absolute;
  right: 12px;
  top: 25px;
  border: transparent !important;
  background: transparent !important;
  color: #757575 !important;
  font-size: 1.2em;
  padding: 0;
}
.product-link,
.product-link:hover,
.product-link:visited {
  text-decoration: none;
  color: #000 !important;
  font-weight: 400;
}

.custom-header {
  padding: 20px 0px 0px 0px;
}

.under-header-box {
  height: 55px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

.p-05 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.annunci-attivi,
.header-search,
.header-info-brief,
.filtroCategoriaProdotto,
.filtroOrdinameno {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}
.annunci-attivi {
  left: 5px;
}

.filtroOrdinameno {
  right: 5px;
}

.custom-header .access-link:hover {
  color: #000;
}

.header-info-brief {
  font-size: 0.7em;
  line-height: 13px;
  padding-right: 5px;
  text-align: justify;
}

.h3-col-left {
  font-size: 2.3rem;
}

.product-detail-title {
  font-size: 1.5em;
  font-weight: 400;
}

.product-detail-container {
  font-size: 1.2em;
  padding-top: 2px;
  padding-left: 5px;
}

.product-detail-result-page {
  padding-top: 0px !important;
  padding-left: 5px !important;
}

.product-detail-image {
  margin-bottom: 10px;
}
.table-product-details {
  margin-top: 20px;
  vertical-align: top;
}

.table-info-details {
  width: 100%;
  vertical-align: top;
}

.table-product-details td {
  padding-right: 20px;
  vertical-align: top;
}

.table-product-details td.field-caption {
  width: 10%;
  padding-right: 35px;
}
.table-info-details td.field-caption {
  width: 40%;
  padding-right: 35px;
}

.product-detail-container a:link,
.product-detail-container a:visited {
  color: #000;
  text-decoration: none;
}

.product-detail-container a:hover {
  color: #0100fe;
}

.product-detail-contact:link,
.product-detail-contact:visited,
.product-detail-contact:hover {
  color: #0100fe !important;
  text-decoration: none;
}

.list-ads-action {
  cursor: pointer;
  opacity: 0.7;
  display: inline-block;
  width: 25px;
  text-align: center;
}

.list-ads-action:hover {
  opacity: 1;
}

.menu-mobile-icon {
  cursor: pointer;
  display: none;
}
.menu-mobile {
  list-style-type: none;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.menu-mobile li {
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 5px 0px;
}

.menu-mobile li i {
  position: absolute;
  right: 0;
  top: 10px;
}

.menu-mobile button {
  background: transparent;
  border: none;
  padding: 0;
  font-weight: 500;
  font-size: 1.2em;
}

.ul-pricing {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ul-pricing li {
  position: relative;
  float: left;
  margin-right: 80px;
  width: 130px;
}

.ul-pricing li .valuta-mese {
  font-size: 0.75em;
  position: absolute;
  right: 0px;
  top: 0px;
}
.ul-pricing li .prezzo {
  font-size: 3.4em;
  font-weight: 500;
  display: block;
  line-height: 45px;
}
.ul-pricing li .abbonamento {
  font-size: 1.4em;
  font-weight: 500;
  display: block;
  line-height: 22px;
  margin-bottom: 40px;
}

/* Forms */
/* Forms */
input[type="file"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"] {
  border: 0;
  border-bottom: 1px solid #000;
  width: 98%;
  font-size: 1.2em;
  border-radius: 0;
  padding-left: 0;
}

select {
  border: 0;
  font-size: 1.2em;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
  /**/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  /*background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");*/
  background-image: url("chevron.gif");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 10px;
  background-size: 15px 10px;
  border-radius: 0px;
}

.filtroCategoriaProdotto,
.filtroOrdinameno {
  background-color: #fff;
  width: 49%;
}

.admin-form select {
  border: 0px;
  border-bottom: 1px solid #000;
  width: 98%;
}

.login-form-container {
  margin-top: 50px;
  background: #fafafa;
}

.login-form-container input,
.login-form-container select {
  background: #fafafa;
}

.foto-profilo-utente {
  display: block;
  width: 300px;
  border-radius: 150px;
  object-fit: cover;
  margin: 10px auto;
}

.foto-profilo-utente-menu-utente {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-size: cover;
  background-position: center center;
  float: right;
}

.foto-profilo-content {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center center;
  margin: 25px auto;
  border-radius: 200px;
}

.foto-profilo-container {
  text-align: center;
}

.small-ads {
  font-size: 11px;
  display: block;
}

/* Tab inserimento annuncio */
input.invalid,
select.invalid {
  background-color: #ffdddd;
}

.tab {
  display: none;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  /*border-radius: 50%;*/
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
  background-color: #000;
}

.step.finish {
  background-color: #000;
  opacity: 1;
}

.tab-description {
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  text-align: right;
}

.ads-upload-box-preview {
  box-sizing: border-box;
  margin-top: 10px 0px;
}

/*
.preview-image-box {
  position: relative;
  width:98px;
  height: 100px;
  object-fit: cover;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 40px;
  background-size: cover;
  background-position: center center;
  border: 2px solid #fff;
}

*/

.preview-image-edit-ads {
  object-fit: cover;
}

.preview-image-delete {
  color: #ff0000;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  font-size: 1.3em;
  background-color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
}

.preview-image-delete i {
  display: block;
}

.ads-upload-box {
  height: 70px;
}

.preloader-container {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  display: none;
}

.preloader-image {
  display: block;
  margin: 200px auto;
}

.iLightBoxGallery {
  position: relative;
}

.expand-gallery {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #fff;
}

.blurred-image-gallery {
  opacity: 0.4;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  transform: scale(0.99);
}

.p-e05 {
  padding-left: 5px !important;
}

.tab-description {
  margin-top: -21px;
}

#box-upload-image,
#box-upload-image-title {
  height: 0;
  overflow: hidden;
}

/* CkEditor */
.ck.ck-editor {
  width: 98% !important;
}

.ck-editor__editable p {
  margin: 0 !important;
}

.ck-editor__editable_inline {
  min-height: 100px;
  max-height: 100px;
}

.ckEditorCustomLabel {
  color: #74808a;
  font-size: 19px;
  margin-top: 5px;
}

/* Override di Bootstrap */

.dropzone {
  border: 1px solid #000 !important;
}

.dropzone .dz-preview .dz-image {
  border-radius: 0px !important;
}

.dropzone .dz-preview .dz-remove:hover,
.dropzone .dz-preview .dz-remove {
  color: #000 !important;
  text-decoration: none !important;
}

.btn,
.badge {
  border-radius: 0px !important;
}

.chevron-btn {
  width: 7px;
  display: inline-block;
  vertical-align: middle;
}

.btn,
.btn-primary,
.btn-success,
.btn-danger,
.btn:disabled {
  background: transparent;
  border: none;
  color: #000;
  padding: 0;
  font-size: 1.2em;
  font-weight: 500;
}
.btn:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-danger:hover {
  text-decoration: underline;
  background: transparent;
  border: none;
  color: #000;
  padding: 0;
  font-size: 1.2em;
}

.form-control {
  padding: 0;
  border-radius: 0px;
  font-size: 1.2em;
}
/*
.btn-primary {
  background-color: #0c46e8;
  color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #000040;
  border-color: #000040;
}

.btn-success {
  background-color: #ff6819;
  border-color: #ff6819;
}

.btn-success:hover {
  background-color: #ff6819;
  border-color: #ff6819;
}
*/

.container-fluid {
  padding: 0px 45px;
}

.px-1 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.my-3 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.card-img-top {
  width: 100%;
  object-fit: cover;
}

.container-xxl {
  max-width: 1280px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  vertical-align: middle;
}

.no-result-title {
  display: inline;
}

.langContent {
  position: relative;
}

.langContent {
  position: relative;
}

.content-lang-sel {
  height: 27px;
  position: absolute;
  right: 170px;
  top: 2px;
  height: 27px;
  overflow: hidden;
  z-index: 100;
  padding: 0;
}

/*.lang-sel {
  position: absolute;
  right: 115px;
  top: 2px;
  height: 27px;
  overflow: hidden;
  z-index: 100;
  padding: 0;
}*/

.lang-sel li {
  display: block;
}

.lang-sel li .lang {
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
}

.lang-sel li .lang:hover {
  color: #0100fe;
  text-decoration: underline;
}

.lang-active {
  color: #0100fe !important;
  text-decoration: underline !important;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
}

/**
* Media Query
*/

@media only screen and (max-width: 960px) {
  .menu-mobile-icon {
    display: block;
  }

  .access-link {
    display: none !important;
  }

  .info-brief-container {
    display: none;
  }
}

@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  .table-product-details td.field-caption {
    width: 100% !important;
  }
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border-bottom: 1px dotted #2c2c2c;
  }

  td {
    border: none;
    /*border-bottom: 1px solid #eee;*/
    position: relative;
    padding: 0px;
  }

  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  td.pt-20 {
    padding-top: 0px;
  }

  td.field-caption {
    padding-top: 15px !important;
    font-weight: 600;
  }
}

/* Media query */
@media only screen and (max-width: 1400px) {
  .content-lang-sel {
    right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .content-lang-sel {
    right: 50px;
  }
}

@media only screen and (max-width: 960px) {
  .content-lang-sel {
    right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .menuContent {
    margin-top: -35px !important;
  }

  .content-lang-sel {
    top: -40px;
    z-index: 100;
    right: 230px;
  }

  .p-05 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .custom-header .access-link {
    font-size: 1.2em !important;
  }

  .product-image-gallery-content {
    display: block;
  }
  .iLightBoxGallery,
  .blurred-image-gallery {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
}

@media only screen and (max-width: 640px) {
  .content-lang-sel {
    right: 180px;
  }
}

@media only screen and (max-width: 568px) {
  .content-lang-sel {
    right: 30px;
  }
  .annunci-attivi,
  .header-search,
  .header-info-brief,
  .filtroCategoriaProdotto,
  .filtroOrdinameno {
    position: static;
  }
  .search-button {
    top: 2px;
  }

  select {
    width: 98%;
    margin-bottom: 10px !important;
  }

  #edit-profile-image,
  #delete-profile-image {
    margin: 10px 0px !important;
  }

  .tab .tab-description {
    text-align: left;
    padding: 15px 0px !important;
    margin: 0 !important;
  }

  .card-product-status,
  .product-link {
    font-size: 0.8em;
  }
}

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

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