@charset "UTF-8";
/* MIN-WIDTH */
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}

/* MAX-WIDTH */
@media (max-width: 575.98px) {
    #slider-wp .slider-caption .slider-title h1{
        font-size: 40px !important;
    }
    #banner-wp h1{
        font-size: 40px !important;
    }

    #urunler .product-card{
        flex-direction: column;
    }
    #urunler .product-card .product-card__img{
        transform: translateY(-2%);
        width: 100% !important;
        -webkit-transform: translateY(-2%);
        -moz-transform: translateY(-2%);
        -ms-transform: translateY(-2%);
        -o-transform: translateY(-2%);
}
    #urunler .product-card .product-card__content{
        width: 100% !important;
        padding: 0;
        text-align: center;
        margin-top: 20px;    
    }
}
@media (max-width: 767.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 1199.98px) {
    .logo{
        position: relative !important;
    }
}
@media (max-width: 1399.98px) {
}