@charset "UTF-8";
/*
Theme Name: Favor Dijital
Theme URI: https://favordijital.com/
Author: Cüneyt KALYONCU
Author URI: https://favordijital.com/
Description: Damla Enerji için özel olarak tasarlandı ve kodlandı. Herhangi bir sorun yada yardım ihtiyacında 0216 740 03 05 nolu telefonu aramaktan çekinmeyin.
Version: 1.0
*/
:root{
    --primary: #000000;
}
a{
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}



.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }

    .d-lg-none {
        display: none !important;
    }
}






.woocommerce ul.products li.product a{
    border: 1px solid #e5e9ea;
    background-color: #002632;
    color: #d1c500;
    display: block;
}
.woocommerce ul.products li.product a:hover{
    background-color: #00ccbd;
    color: #fff;
}
.woocommerce ul.products li.product a img{
    background-color: #fff;
    margin: 0 !important;
}
.woocommerce ul.products li.product a h2{
    padding: 12px 16px !important;
}
