.search-form input::placeholder {
    color:#000;
}

.rev_slider li.slide-overlay .slotholder:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0.9;
    background: #00000045;
    z-index: 2;
}

.urun-kategori-holder {
    background-repeat: no-repeat;
    background-position: center;
    background-color:#00bac9 !important;
    height:300px;
}

@media (max-width:1199px) {
	.site-brand .header-widgets .widget {
		padding-right:25px;
		margin-right:15px;
	}
}

@media (max-width:991px) {
    .mb-5 {
        margin-bottom:2em;
    }

    .mobile-search {
        display: block !important;
    }

    .mobile-search form {
        line-height: 70px;
        padding: 0 50px;
    }

    .menu-extra {
        display: none;;
    }

    .btn-menu {
        position: absolute;
        top: 25px;
        display: inline-block;
        margin: 0;
        left: unset;
    }
    .logo {
        position: relative;;
    }
    .logo a {
        margin-right:65px;
    }
}

@media (max-width:991px) and (min-width:400px) {
    .btn-menu {
        right: 60px;
    }
}

@media (max-width:399px) {
    .btn-menu {
        right:10px;
    }
}

@media (min-width:600px) {

}


@media (min-width:992px) {
    .height-fix {
        min-height: 402px;
    }
    
    .content-bottom-widgets .widget.widget_text .textwidget:after {
        position: absolute;
        right: -15px;
        top: 0;
        content: "";
        width: 1px;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .urun-kategori-holder {
        height:180px;
        background-size: 60%, contain;
    }
}

@media (min-width:1199px) {

}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 19;
    -webkit-transition: .5s;
    transition: .5s;
}

.whatsapp i {
    color: #FFF;
    font-size: 35px;
    width: 100%;
    text-align: center;
    margin-top: 11px;
}

.typeahead a {
    white-space: normal !important;
    line-height: normal !important;
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

ul.typeahead.dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%);
    width: 100% !important;
}

.typeahead li {
    width:100%;
}

.typeahead li a {
    color:#000 !important;
}

ul.cart_list.product_list_widget {
    float:none !important;
}

.btn {
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    background-color: #00bac9;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 14px;
    vertical-align: unset;
}

.btn:hover {
    background-color:#333333;
}

.modal-header .close {
    margin-top: -28px;
    font-size: 30px;
}

.modal-backdrop.fade.in {
    z-index: 99999999;
}