
.site-footer {background-color: transparent;}

.single-product div.product .images {padding-top: 1em;}

/*
.alpha, h1 {font-size:26px;}

.single-product div.product .summary {padding-top: 1em;}*/

ul.products li.product{
border: 1px solid black;
}

.gm-style
{border: 1px solid black;}

.telefonlar:after { /*clear float*/
    content: "";
    display: table;
    clear: both;
}

.telefonlar > div {
    float: left;
    width: 32%;height: 300px;
 border: 1px solid black;
    box-sizing: border-box;
  margin:4px;
  padding: 10px;
    text-align: center;
  font-size: smaller;
}

@media (max-width: 800px) { /*breakpoint*/
    .telefonlar > div {
        float: none;
        width: 100%;
    }
}



@media screen and (max-width: 480px){
.slider-caption{
display: block;
}
}


/*RESPONSIVE GORUNUMDE YAZILARIN GÖRÜNMESİNİ SAĞLAR*/
.slider-caption .caption-title {
  font-size: 32px;
}
.slider-caption .caption-description {
  font-size: 24px;
}

.newspaper {

    text-align: center;
  
  
}

.w3-border-bottom {
    border-bottom: 1px solid #f44336!important;
}

.products .product-category .count{
display: none; }
add_filter('show_admin_bar', '__return_false');
