.site-info
{display:none;}

/*sayfa isimlerini gizle*/
.page-title
{
	display:none;
}

.site-footer
{
	margin-top:-40px;
}

.footer-widgets { padding-top: 0; }

/*
.woocommerce-products-header
{
	height:80px;
}
*/

#menu-menucontact
{
	background-color:#f0f0f0;
	border-radius:16px;
}


/*
 mobilde ikinci menü gözüksün diye
.secondary-navigation
{
display:inline-block;
}	

.secondary-navigation ul{
list-style-type: none;
}
*/

.demo_store{
  background-color: yellow !important;
  color: black !important;
  margin: 0px !important;
  padding: 2px !important;
  text-align:center !important;
  
}

.demo_store a.woocommerce-store-notice__dismiss-link { display:none; }

/*vitrin ürünleri başlığını küçültmek için*/

.woocommerce-loop-product__title
, h2 {
   font-size: 14px !important;
 }

.onsale
{
  display:none !important;
}

.term-description
{
	margin-top:-30px;
}

/*.menu-item
{
	background-color: #f0f0f0;
	margin:-2px;
	border-radius:8px;
	min-width:100px;

}
*/

/*ürün katalog yüksekliği*/
.products .product h2
{
	height:70px;

}

.storefront-primary-navigation
{
	
	font-weight:bold;
	font-size:15px;
	/*background-color: #f0f0f0;*/
	
}

/* 2 column-mobile */
ul.products li.product {
width:46.411765%;
float:left;
margin-right: 5.8823529412%;
}

ul.products li.product:nth-of-type( 2n ) {
margin-right:0;
}

@media only screen and (min-width:768px) {
ul.products li.product:nth-of-type( 2n ) {
margin-right:5.8823529412%;
}
}

/*Sayfa Başlıklarını Gizle*/
.entry-title
{
	display:none;	
}

/*
@media only screen and ( min-width: 320px ) and ( max-width: 767px ) {
    .products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    ul.products:before,
    ul.products:after {
        width: 0 !important;
    }
    ul.products li.product {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 50%;
        padding: 0 .5em;
    }
}
*/

/*
.woocommerce-result-count
{
	margin-bottom:50px;
}

*/

.related.products {
display: none;
}
