.tab-filter{
	margin: 0 0px 27px !important;}


.quantity-input-petrosek{
font-weight:900;
}


.recent-query-item span svg{
	margin-right: 1rem;
}

.quantity-selector-wrapper{
	width:70px !important;
}

.containerZenaBtn .catalog-price-block span.price{
	width:100%;
}


.container-products div {
	width:100%;
}

.product-mob.offers-tabs-items{
display:none;
}

.footer-left{
	max-width: 100% !important;
   display:flex;
	flex-wrap:nowrap;
   flex: 0 0 100% !important;
}



.footer-left{

}

.footer .container{

 width: 100% !important;
}

.product-card{
	display:flex;
flex-wrap: wrap;
}

.containerZenaBtn .catalog-price-block .price{
	color: #0095d5 !important;
}


.remove-query:hover{
	bacground: #fff !important;
}


.containerZenaBtn{
	display:flex;
	justify-content:space-between;
}

.search-suggestion {
  position: absolute;
  background: #fff;
  width: 100%;
  min-width: 900px;
  max-width: 1000px;
  border: 1px solid #ddd;
  border-radius: 0px 0px 12px 12px;
  padding: 12px;
  margin-top: 4px;
  z-index: 1000;
  display: none;
  max-height: 400px;

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  font-family: 'GothamProRegular', sans-serif;
  font-size: 13px;
  display: flex;
  gap: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}



.suggestion-right{

 overflow-y: auto;
}

.search-suggestion.visible {
  opacity: 1;
  transform: translateY(0);
}

.suggestion-left,
.suggestion-right {
  flex: 1;
}

.suggestion-left {
  border-right: 1px solid #f0f0f0;
  padding-right: 16px;
}

.quick-suggestions div,
.category-list div {
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  transition: background 0.2s;
}

.header-middle {

}

.header-middle.fixed {
  
}

.quick-suggestions div {
  font-size: 14px;
  color: #333;
}

.quick-suggestions div:hover,
.category-list div:hover {
  background: #f5f5f5;
}

.search-suggestion ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-suggestion li {
  padding: 10px;
  margin-bottom: 8px;
  background: #fafafa;
  border-radius: 8px;
  transition: background 0.2s;
}

.search-suggestion li:hover {
  background-color: #f0f8ff;
}

.category-list a {
  text-decoration: none;
  color: #0073e6;
  font-weight: 500;
}

.category-list a:hover {
  text-decoration: underline;
}

.containerAddCart {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
}

.cart-btn {
  background-color: #3498db !important;
  color: white;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition: background 0.3s;
}

.cart-btn:hover {
  background-color: #2980b9;
}

.linksProducts {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.linksProducts img {
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.container-products{
  display:flex;
  gap:1rem;
  line-height:20px;
}

.add-to-cart-btn.cart-btn{
  font-size: 14px;
}

.add-to-cart-container{
  display:flex;
justify-content: flex-end;
}




.quantity-decrease-petrosek, .quantity-increase-petrosek {
  width: 50px;
  height: 30px;
  background: #008BC7;
  border: 0px !important;
  color: #fff;
  border: 1px solid #3498db;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.quantity-decrease-petroseek:hover,
.quantity-increase-petroseek:hover {
  background-color: #3498db;
  color: white;
}

.quantity-input-petrosek {
  width: 26px;
  height: 23px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #ffffff00;

  outline: none;
  padding: 5px;
  background: rgb(255 255 255 / 0%);
  color: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.quantity-input-petrosek:focus {
  border-color: #2980b9;
  box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
}

.quantity-selector-wrapper{
 display:flex;
 justify-content: flex-end;
 background: #0095D5;
 gap: 4px;
 border-radius: 5px;
}

.quantity-selector-petroseeek{
 display:flex;
 justify-content: flex-end;
}


.containerNumberQuantity .quantity-text span{
 font-size:12px;
 color: #fff;
 padding:4px;
 border: none !important;
}
.containerQuantity{
 display:flex;
 justify-content: flex-end;
}

.containerNumberQuantity{
 display:flex;
 align-items: center;
 border-bottom: 1px solid #3ac0fa;
 height: 23px;
 margin: 0px;
}



.suggestion-right {
  max-height: 600px;
  overflow-y: auto;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: #888 #f0f0f0;
}

.suggestion-right::-webkit-scrollbar {
  width: 8px;
}

.suggestion-right::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

.suggestion-right::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
  border: 2px solid #f0f0f0;
}

.suggestion-right::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.suggestion-right {
  max-height: 600px;
  overflow-y: auto;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: #888 #f0f0f0;
}

.suggestion-right::-webkit-scrollbar {
  width: 8px;
}

.suggestion-right::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

.suggestion-right::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
  border: 2px solid #f0f0f0;
}

.suggestion-right::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

@media (max-width: 768px) {
  .footer-right {
    flex: 0 0 0 !important;
  }
 .footer-left {
	display:flex;
	flex-direction: column;
	}
}







@keyframes updateFlash {    
  0% {
    background-color: #ffeb3b;
    transform: scale(1.3);
  }
  100% {
    background-color: transparent;
    transform: scale(1);
  }
}

.quantity-updated {
  animation: updateFlash 0.4s ease;
}