/* Filter Container Styling */
.filter-container {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}

.filter-container label,
.filter-container select {
  font-size: 16px;
  margin-right: 10px;
}

/* Grid Layout for Logos */
.logo-grid {
  display: flex;
  flex-wrap: wrap;
      flex-direction: row;
	  	    gap: 15px;
  padding: 0 0 0 15px;
  margin-top:1rem;
}

.logo-item {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.pssearchcat_detail {
	font-size: 0.75rem;
	margin:0;
	padding:0;
}
.logo-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.logo-text p {
  margin: 5px 0;
  font-weight: bold;
}

.presta-as-search-result-content {
        width: 700px;
}
.presta-as-search-result-content {
    display: block;
}
.presta-as-item-content, .presta-as-product-content {
    width: 100%;
}
#presta_as_section {
    display: flex;
    margin: 9px 0 9px 20px;
    flex-direction: row-reverse;
	padding:0;
}
.presta-as-search-bar .form-inline {
    display: flex;
}
.presta-as-search-bar .form-inline .presta-as-search-brn {
    margin-left: -1px;
    z-index: 999;
	background: #0071c1;
	color:#ffffff;
	height:42px;
	width:40px;
	font-size:28px;
}
.presta-as-input-box {
 position: relative;
}
.presta-as-input-box .presta-as-search-input {
    padding-right:0.75rem;
    padding-left: 0.75rem;
	height:42px;
}
.presta-as-input-box .presta-as-search-input::placeholder {
	font-size: 15px;
	font-style:italic;
}
.presta-as-input-box .presta-as-search-icon {
    position: absolute;
    padding: 0.5rem;
}
.presta-as-clear-search-btn {
    position: absolute;
    right: 2px;
    top: 0;
    padding: 0.5rem 0rem;
}
.presta-as-pointer {
    cursor: pointer;
}
.presta-as-loader {
    position: absolute;
    display: inline-block;
    right: 30px;
    top: 0;
}
.presta-as-loader img {
    padding: 0.5rem 0rem;
    width: 22px;
    height: auto;
}
.presta-as-search-result-content {
    position: absolute;
    width: 380px !important;
    margin-top: 3px;
    border: 1px solid #ddd;
    background-color: #ffffff;
    z-index: 999;
    /* right: 0;
    left: -444px !important;; */
    flex-wrap: nowrap;
    display: flex;
    box-shadow: 0 9px 8px rgb(0 0 7 / 0.8);
    max-height: 90rem;
    overflow: auto;
}
.presta-ss-result .presta-ss-list {
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 3px;
}
.presta-as-item-content {
    padding-top: 15px;
    /* width: 30%; */
}
.presta-as-product-content {
    padding-top: 15px;
    border-left: 1px solid #ddd;
    width: 70%;
}
.presta-as-search-item .presta-as-search-item-name {
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
}
.presta-as-display-none {
    display: none !important;
}
.presta-as-search-title {
    padding: 0px 15px;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 9px;
}
.presta-as-search-result-content .product-description a, #presta_products .product-description a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 17px;
    white-space: nowrap;
}
.presta-as-search-input:focus{
  background-color: #ffffeb !important;
  border-color: #ffe58f !important;
  box-shadow: 0 0 0 .2rem rgba(255, 229, 143, .35) !important;
  outline: none;
}

/* VERSION RESPONSIVE */

@media (max-width: 1199px) {
	.logo-item {
	  width: calc(50% - 15px);
	}
	.presta-as-search-bar .form-inline .presta-as-search-brn {
		display:none;
	}
	#presta_as_section, .presta-as-input-box .presta-as-search-input {
    width:auto;
	}
}

@media (min-width: 1200px) {
	.logo-item {
	  width: calc(20% - 15px);
	}
	.presta-as-input-box .presta-as-search-input {
    width:500px;
	}
}

@media (max-width: 768px) {
  .filter-container {
    flex-direction: column;
    align-items: center;
  }

  .filter-container select {
    width: 80%;
  }
}