/*border radius*/
/*border radius*/
.spinner--primary {
  color: #65c00f !important;
}
.spinner--secondary {
  color: #1c2633;
}

/*border radius*/
/*border radius*/
.product-list-header {
  font-family: "Inter", sans-serif;
  color: #0b8096;
  text-align: center;
  text-transform: uppercase;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .product-list {
    justify-content: space-between;
  }
}

.all-products {
  text-align: center;
}

.pl-item-wrapper {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 400px;
  padding: 5px 10px;
  margin: 10px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  list-style: none;
  cursor: pointer;
  background-color: #FFF;
  border: 1px solid #e8e8e8;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.3s;
}

.pl-item-wrapper:hover,
.vcard section.showcase-section .pl-item-wrapper:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.pl-item-wrapper:active,
.vcard section.showcase-section .pl-item-wrapper:hover {
  box-shadow: none;
}

.all-products .pl-item-wrapper.pl-item-new::before,
.product-in-modal.pl-item-new::before {
  position: absolute;
  top: 20px;
  left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 38px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: #0b8096;
  border-radius: 0 3px 3px 0;
  content: "New";
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.all-products .pl-item-wrapper.pl-item-new::after,
.product-in-modal.pl-item-new::after {
  position: absolute;
  top: 58px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #010607;
  border-left: 10px solid transparent;
  content: "";
}

.product-in-modal.pl-item-new::before {
  left: -28px;
}

.product-in-modal.pl-item-new::after {
  left: -26px;
}

.pl-exhibitor-logo {
  display: inline-block;
  display: block;
  width: 90px;
  height: 60px;
  margin: 5px auto;
  overflow: hidden;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}

.pl-item-photo {
  display: inline-block;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}

.pl-item-body > * {
  display: none;
  margin-bottom: 5px;
  font-size: 16px;
  color: #333;
}

.pl-item-name {
  display: table;
  width: 100%;
  height: 50px;
}

.pl-item-name span {
  display: table-cell;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
}

.pl-item-description {
  max-height: 210px;
  margin-bottom: 10px;
  overflow-y: auto;
  font-size: 16px;
}
@media (min-width: 992px) {
  .pl-item-description {
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .pl-item-description::-webkit-scrollbar {
    width: 8px;
  }
  .pl-item-description::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .pl-item-description::-webkit-scrollbar-thumb {
    background: rgba(28, 38, 51, 0.3);
    border-radius: 3px;
  }
  .pl-item-description::-webkit-scrollbar-thumb:hover {
    background: #65c00f;
  }
}
.scrollbar--white .pl-item-description::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.scrollbar--light .pl-item-description::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5;
}
.scrollbar--light-1 .pl-item-description::-webkit-scrollbar-thumb:hover {
  background: #eeeeee;
}
.scrollbar--light-2 .pl-item-description::-webkit-scrollbar-thumb:hover {
  background: #fafafa;
}
.scrollbar--primary .pl-item-description::-webkit-scrollbar-thumb:hover {
  background: #65c00f;
}
.scrollbar--accent-2 .pl-item-description::-webkit-scrollbar-thumb:hover {
  background: #0b8096;
}
.scrollbar--dark .pl-item-description::-webkit-scrollbar-thumb:hover {
  background: #1c2633;
}
.scrollbar--secondary .pl-item-description::-webkit-scrollbar-thumb:hover {
  background: #1c2633;
}
.scrollbar--accent .pl-item-description::-webkit-scrollbar-thumb:hover {
  background: #34b291;
}
.scrollbar--accent-3 .pl-item-description::-webkit-scrollbar-thumb:hover {
  background: #4a79b2;
}

.pl-item-web a {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.pl-more-info {
  font-family: var(--font-family-regular);
}

/*********Modal styles size*******************/
#Modal.products .modal-dialog {
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0;
  text-align: center;
  border: none;
  border-radius: 3px;
  transform: translate(-50%, -50%);
}

#Modal.products .modal-body {
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#Modal.products .modal-content {
  background: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 3px;
  box-shadow: none;
}

/*Fade-scale in for modal window*/
.fade-scale {
  opacity: 0;
  transform: scale(0);
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}

.close-modal {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 18px;
  background: #FFF;
  border: none;
  transition: all 0.2s;
}

.close-modal:hover {
  color: #FFF;
  background: #1c2633;
  opacity: 1;
}

/*Redifining some styles when the product slideshow is inside the profile of an exhibitor*/
#ExhibitorListMainContainer .close-modal {
  top: -10px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  color: #FFF;
  background: #65c00f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
}

#ExhibitorListMainContainer .close-modal:hover {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#ExhibitorListMainContainer .product-in-modal {
  padding-top: 20px;
}

/************************/
.product-in-modal {
  padding: 10px 20px 20px 20px;
  background: #FFFFFF;
  border-radius: 3px;
}

.product-in-modal .pl-item-body > * {
  display: block;
}

.product-in-modal .pl-item-body > .pl-item-name {
  display: table;
}

/**Modal controls for slideshow*/
a.modal-control {
  color: #FFFFFF;
  text-decoration: none;
}

.modal-control,
a.modal-control:active,
a.modal-control:focus {
  position: absolute;
  bottom: calc(50% - 20px);
  display: table;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transition: all 0.275s;
}

a.modal-control:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.5);
}

.modal-control[data-nav=next] {
  right: -50px;
}

.modal-control[data-nav=previous] {
  left: -50px;
}

.modal-control i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 100%;
}

.pop-delayed {
  opacity: 0;
  transform: scale(0);
  -webkit-animation: pop 0.275s ease-in 1;
  animation: pop 0.275s ease-in 1;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

/*# sourceMappingURL=product-list.css.map */
