@charset "UTF-8";
/*
Theme Name: Favor Dijital
Theme URI: https://favordijital.com/
Author: Cüneyt KALYONCU
Author URI: https://favordijital.com/
Description: Bakirköy Best Suit 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{
    --swiper-pagination-color: #000;
    --swiper-pagination-bullet-size: 16px;
}
body{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
a{
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
button:focus,
button:focus-visible{
    box-shadow: none !important;
}
button.navbar-toggler,
button.navbar-toggler:focus,
button.navbar-toggler:focus-visible{
    padding: 0 !important;
    border: none !important;
    outline: none !important;
}
.navbar-brand img{
    height: 40px;
}
.bg-cover{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output{
    background-color: var(--bs-danger);
    color: var(--bs-white);
    padding: 1rem !important;
}
.wpcf7-form label {
    width: 100% !important;
}
@media (min-width: 992px){
    .wpcf7-form label {
        width: 16.66666666666667% !important;
    }
}
.swiper-pagination-bullet{
    border: 1px solid #fff;
}
.wpcf7 form.sent .wpcf7-response-output{
    background-color: #fff;
}