#products-section {
    background: #efefef;
}

#products-section h3 img {
    margin: auto;
}

#product-list {
    width: 90%;
    display: flex;
    overflow-x: auto;
    margin: auto;
}

#product-list img {
    height: 200px;
    margin: auto;
    object-fit: contain;
}

#product-list .product {
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
    border-radius: 1rem;
    flex-shrink: 0;
    background: white;
    margin: 0px 16px 32px 16px;
}

#product-list .group {
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
    border-radius: 1rem;
    flex-shrink: 0;
    background: white;
    margin: 0px 16px 32px 16px;
}

#product-list .group>p {
    font-size: 2rem;
    margin-bottom: 2rem;
}

#product-list .group>i {
    font-size: 5rem;
}

#product-list .img {
    width: 100%;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product-list .txt {
    width: 100%;
    padding: 0px 16px;
    margin-bottom: 16px;
}

#product-list .txt>p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#product-list .message {
    color: white;
    background: #444444;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    border-radius: 0rem 0rem 1rem 1rem;
    padding: 4px 0px;
    font-size: 1.5rem;
}

#product-list .btn {
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    border-radius: 0rem 0rem 1rem 1rem;
    padding: 4px 0px;
}

#product-list .btn a {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
}

#maincontent > div.columns > div > p {
    display: none;
}

.product {
  height: 207px;
}

.product img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
}

.product p {
  padding-left: 16px;
  bottom: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-shadow: 1px 1px 1px #ffffff;
  width: 100%;
}

.overlay {
  width: calc(100% - 25px);
  height: calc(100% - 10px);
  background: linear-gradient(to bottom, transparent, #00000022);
  position: absolute;
  border-radius: 8px;
}

#photographer02 .search_container input[type=text] {
  height: 100%;
}

.search_container input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100% !important;
  top: 0px !important;
  padding: 0px;
  border-radius: 0px;
}

input[name=eventKey] {
  box-shadow: none;
}

#photographer03 a {
  text-decoration: none;
}
