.widget-payment {
    padding-bottom: 10px;
}

.widget-copyright a {
    color: #b188d7!important;
}

.footer .footer-bottom {
    color: #616161;
    padding: 10px 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sola-yasla {
    float: left!important;
}

:where(.wp-block-columns) {
    margin-bottom: 0em!important;
}

.wc-block-product-categories-list-item.active {
    background-color: #ff0000!important; /* İstediğiniz arka plan rengini buraya ekleyin */
}

.top-search.pull-right {
    display: none!important;
}

p.woocommerce-result-count {
    display: none!important;
}
@media (max-width: 768px) {
    #menu-hizli-erisim {
         display: flex;
    justify-content: center!important;
    }
	
	ul#menu-whatsapp {
    display: flex;
    justify-content: center;
}
}
#menu-hizli-erisim {
    display: flex;
    justify-content: flex-end; /* Menünün sağ tarafta hizalanması için */
}

#menu-hizli-erisim li {
    margin-right: 10px; /* Menü öğeleri arasında boşluk eklemek için */
    list-style: none; /* Noktaları gizlemek için */
}

#menu-hizli-erisim li:last-child {
    margin-right: 0; /* Son öğenin sağ boşluğunu kaldırmak için */
}

#menu-hizli-erisim li a {
    text-decoration: none;
    padding: 5px 10px;
    background-color: #4a5157;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#menu-hizli-erisim li a:hover {
    background-color: #ddd; /* Fare üzerine gelindiğinde arka plan rengini değiştirmek için */
}

.whatsapp-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* Whatsapp ikonu ile yazı arasındaki boşluk */
  text-align: center;
}

.whatsapp-icon {
  width: 24px; /* Whatsapp ikonunun genişliği */
  height: 24px; /* Whatsapp ikonunun yüksekliği */
  fill: #0dc143; /* Whatsapp ikonunun rengi */
	margin-top: 5px;
}

.whatsapp-text {
    font-size: 16px;
    color: #4a5157!important;
    text-decoration: none;
}

.blockUI.blockOverlay {
    display: none!important;
}

.footer.layout2 {
    background: #ffffff!important;
    padding: 50px 0 0;
    text-align: center;
}
