.elementor-306 .elementor-element.elementor-element-4d53eff{--display:flex;--min-height:54vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:25px 25px;--row-gap:25px;--column-gap:25px;--padding-top:0px;--padding-bottom:085px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-306 .elementor-element.elementor-element-4551c9a > .elementor-widget-container{margin:025px 0px 0px 0px;}.elementor-306 .elementor-element.elementor-element-4551c9a .elementor-heading-title{font-family:"Nother Sans", Sans-serif;font-weight:400;color:var( --e-global-color-text );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-306 .elementor-element.elementor-element-6dad6f3 > .elementor-widget-container{margin:-40px 0px 0px 0px;}.elementor-306 .elementor-element.elementor-element-6dad6f3{font-family:"Ubuntu", Sans-serif;}.elementor-306 .elementor-element.elementor-element-6dad6f3 a{color:var( --e-global-color-text );transition-duration:0.3s;}.elementor-306 .elementor-element.elementor-element-6dad6f3 a:hover, .elementor-306 .elementor-element.elementor-element-6dad6f3 a:focus{color:var( --e-global-color-primary );}.elementor-306 .elementor-element.elementor-element-9095bc8{--display:flex;--gap:25px 25px;--row-gap:25px;--column-gap:25px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-306 .elementor-element.elementor-element-7c9a6c2 > .elementor-widget-container{margin:60px 0px 0px 0px;}.elementor-306 .elementor-element.elementor-element-7c9a6c2 .elementor-heading-title{font-family:"Nother Sans", Sans-serif;font-weight:400;color:var( --e-global-color-text );}.elementor-306 .elementor-element.elementor-element-fd113c8 > .elementor-widget-container{margin:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-306 .elementor-element.elementor-element-4551c9a .elementor-heading-title{font-size:50px;}.elementor-306 .elementor-element.elementor-element-6dad6f3 > .elementor-widget-container{margin:-25px 0px 0px 0px;}}@media(min-width:768px){.elementor-306 .elementor-element.elementor-element-4d53eff{--content-width:90%;}}@media(max-width:767px){.elementor-306 .elementor-element.elementor-element-4d53eff{--content-width:90%;}}/* Start custom CSS for html, class: .elementor-element-bbc4420 */body {
  font-family: 'Nother Sans', Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

#inquiry-list-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

#empty-message {
  text-align: left;
  color: #666;
  font-size: 1.2em;
  margin-top: 20px;
  display: none;
}

#continue-browsing {
  text-align: center;
  display: none;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  width: 300px;
  text-decoration: none;
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #000000;
  border-radius: 10px;
  transition: background-color 0.2s;
}

#continue-browsing:hover {
  background-color: #ec008c;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.modal-content p {
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  color: #333;
  margin: 0 0 20px;
}

.modal-button {
  background-color: #000000;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 8px 16px;
  cursor: pointer;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  transition: background-color 0.2s;
}

.modal-button:hover {
  background-color: #ec008c;
}

.inquiry-table {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent;
  border: none;
}

.inquiry-table th,
.inquiry-table td {
  padding-bottom: 10px;
  padding-left: 0;
  text-align: left;
  background-color: #f9f9f9;
  border: none;
}

.inquiry-table th {
  font-family: 'Nother Sans', sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
  border: none;
}

.inquiry-table td img {
  width: 150px;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  cursor: pointer;
}

.image-container {
  position: relative;
}

.image-container .remove-item {
  position: absolute;
  top: 5px;
  left: -5px;
  width: 30px;
  height: 30px;
  background-color: #d9534f;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.image-container .remove-item:hover {
  background-color: #c9302c;
}



.product-title-ref {
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  margin-bottom: 5px;
  cursor: pointer;
}

.product-title-ref .ref {
  font-size: 15px;
  color: #666;
  font-weight: normal;
}

.product-description {
  font-size: 16px;
  color: #333;
  max-width: 300px;
}

.product-details {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}

.inquiry-table tr,
.inquiry-table th,
.inquiry-table td {
  border: none !important;
  background-color: #f9f9f9 !important;
}

.inquiry-table tr:nth-child(odd),
.inquiry-table tr:nth-child(even) {
  background-color: #f9f9f9 !important;
}

@media screen and (max-width: 960px) {
  .inquiry-table {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .inquiry-table th,
  .inquiry-table td {
    font-size: 14px;
    padding: 4px 10px;
    max-width: 160px;
  }

  .product-description {
    max-width: 120px;
  }

  .image-container .remove-item {
    width: 25px;
    height: 25px;
    font-size: 0.9em;
    top: 3px;
    left: 3px;
  }

  .modal-content {
    width: 80%;
    padding: 15px;
  }

  .modal-content p {
    font-size: 1.1em;
  }

  .modal-button {
    padding: 6px 12px;
    font-size: 1em;
  }
}

@media screen and (max-width: 560px) {
  #inquiry-list-container {
    padding: 0px;
    margin: 0 auto;
  }

  .inquiry-table {
    display: block;
    border: none;
  }

  .inquiry-table thead {
    display: none !important;
  }

  .inquiry-table tbody {
    display: block;
  }

  .inquiry-table tr {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border: none !important;
    background-color: #f9f9f9 !important;
  }

  .inquiry-table td {
    box-sizing: border-box;
    border: none !important;
    background-color: #f9f9f9 !important;
    padding: 10px 8px;
  }

  .inquiry-table td[data-label="Product Image"] {
    width: 40%;
    padding: 8px;
  }

  .inquiry-table td[data-label="Product Image"] img {
    width: 100%;
    max-width: 120px;
  }

  .inquiry-table td:not([data-label="Product Image"]) {
    width: 60%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 100%;
    padding: 4px 8px;
    margin-bottom: 2px;
    overflow-wrap: break-word;
    margin-left: auto;
    align-self: flex-start;
  }

  .inquiry-table td:not([data-label="Product Image"]):not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  .inquiry-table td[data-label="Product Description"] {
    margin-top: -20%;
    display: flex;
    flex-direction: column;
  }
  
  .inquiry-table td[data-label="Product Title"] {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
  }

  .image-container .remove-item {
    width: 24px;
    height: 24px;
    font-size: 0.85em;
    top: 3px;
    left: 3px;
  }

  .product-title-ref {
    font-size: 20px;
    font-weight: 500;
    font-family: "nother-sans", sans-serif;
    max-width: 100%;
  }

  .product-description {
    max-width: 100%;
    font-size: 14px;
  }

  .product-details {
    font-size: 13px;
    max-width: 100%;
    margin-top: -10px;
  }

  .modal-content {
    width: 90%;
    padding: 10px;
  }

  .modal-content p {
    font-size: 0.9em;
  }

  .modal-button {
    padding: 5px 10px;
    font-size: 0.8em;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9095bc8 */#inquiry-submission-details {
  display: none;
}
#inquiry-submission-details.visible {
  display: block;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Nother Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://allchemmalta.com/wp-content/uploads/2025/06/nothersans-regular-webfont.woff2') format('woff2'),
		url('https://allchemmalta.com/wp-content/uploads/2025/06/nothersans-regular-webfont.woff') format('woff'),
		url('https://allchemmalta.com/wp-content/uploads/2025/06/NotherSans-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */