/* ####################################################
    :: Template Name: Essence - Fashion Ecommerce Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Description: Essence is smart & elegant fashion e-commerce Template. It's suitable for all e-commerce business platform.
    :: Version: 1.0.0
    :: Created: April 27, 2018
    :: Last Updated: May 2, 2018
    #################################################### */

    /* ---------------------------------------
    ##### - PLACE YOUR CUSTOM CSS HERE - #####
    --------------------------------------- */

/* Mobile: Hide colorful category buttons under "Tüm Kategoriler" on index and category pages */
@media (max-width: 768px) {
  .all-categories-section .category-tags {
    display: none !important;
  }

  .desktop-only-title,
  .desktop-only-subtitle {
    display: none !important;
  }
}

@media (max-width: 767px) {
    .header .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .col-md-6 {
        flex: 1;
    }
    .header .col-md-6.text-end {
        flex: 0;
    }
}
