/*================================================

* Template Name: QR Menu
* Version: 1.0
* Author: DevSec 
* Developed By: DevSec  
* Author URL: https://devlopsoft.com/iletisim

-- NOT: Burası ana şablona ek stil dosyasıdır --
-- Değişiklikler buraya yapılmalıdır.
-- Buraya girilen css özellikler varsayılanın üzerine yazar.
================================================*/


	
.home-category-list .home-text-category .bc-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    background: #008ACF;
    padding: 5px 1px;
}

.home-category-list .home-image-category img {
      opacity: 1;
       }


/*# sourceMappingURL=theme.css.map */

/* Desktops and laptops ----------- */

@media only screen and (min-width : 720px) {


	}


/* Mobile Devices ----------- */
@media only screen and (max-width: 576px) {
	.navbar .logo {
		padding: 5px 10px;
		text-align: left;
		margin-left: 70px;
		display: block;
  }

  .non-square-h{  /* Trend ürünler telefon için resmi sıkıştırmasn ve ortadan kırpsın, trendd , kırpmaa  */
    width: auto;
    height: auto;
    object-fit: cover;
    object-position: center;
    position: relative;
    
  }
  /* .non-square-w{ /* Trend ürünler telefon için resmi sıkıştırmasn ve ortadan kırpsın, trendd , kırpmaa  
    width: auto;
    height: auto;
    object-fit: cover;
    object-position: center;
    position: relative;
    
  }  sadece üsttekini kullansak da oluyor*/
	

	.you-might-like .yml-box .yml-img img {
      height: 110px;
      width: 100%;
      border-radius: 5px;
      margin: 0 auto;
     }
     


	.home-category-list .home-text-category .bc-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 2;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: #d00c15;
    padding: 5px 3px;
}

	.home-category-list .home-image-category img {
		opacity: 1;
		}
	
	
	
	

}