.osw {
    font-family: 'Oswald', sans-serif !important;
}

.rale {
    font-family: 'Raleway', sans-serif !important;
}

ul{
    padding-left: 0;
    margin-left: 0;
}

li{
    list-style: none;
}

.cat-banner {
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 150px;
    position: relative;
}

.cat-banner::before {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4);
}

.cat-banner h4 {
    position: absolute;
    color: #fff;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    font-size: 2rem;
    margin: 0;
    font-weight: 700;
}

.add-to-cart-cstm {
    padding: 10px !important;
    font-weight: 700;
    border: 2px solid #000;
    color: #000 !important;
}

.detail-table tr {
    border-bottom: 1px solid #ddd !important;
}

.detail-table tr td {
    border: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E') !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right .7em top 50%, 0 0 !important;
    background-size: .65em auto, 100% !important;
    border-radius: 0px !important;
    height: 50px !important;
}

a.login {
    padding: 10px 15px;
    background-image: -webkit-linear-gradient(right, #f3723b, #e54750);
    color: #fff !important;
}

a.signup {
    background: #e54750 !important;
}

.alert-danger {
    float: left;
    width: 100%;
    padding: 10px;
    background: #e54750;
    color: #fff;
    margin-bottom: 10px;
}

.alert-success {
    float: left;
    width: 100%;
    padding: 10px;
    background: green;
    color: #fff;
    margin-bottom: 10px;
}

.signed-btn {
    color: #fff !important;
    font-weight: bold;
    position: relative;
    top: 14px;
}

.signed-btn2 {
    color: #000 !important;
    font-weight: bold;
    position: relative;
    top: 14px;
}

.sticky .signed-btn {
    color: #000 !important;
}

.restoran_kart.hiz {
    background: #e54750;
}

.restoran_kart.servis {
    background: #f3723b;
}

.restoran_kart.lezzet {
    background: #fa7c46;
}

.restoran_kart {
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    text-align: center;
    float: none;
    display: inline-block;
    margin-right: 10px;
    width: 70px;
    margin-top: 50px;
}

.res-infos {
    margin-top: 20px;
}

.text-detail {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.menu-list {
    float: left;
    width: 100%;
    padding: 35px 20px;
    border: 1px solid #e2e2e2;
    background: #fff;
}

.menu-list ul {
    padding: 0;
    margin: 0;
}

.menu-list ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e2e2e2;
    list-style: none;
}

.menu-list ul li a {
    display: block;
    color: #898989;
    transition: all ease .7s;
    position: relative;
}

.menu-list ul li a:after {
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    content: '\f054';
    font-size: 11px;
    font-family: 'FontAwesome';
    color: #ddd;
    transition: all ease .7s;
}

.menu-list ul li a:hover {
    color: #9facbe;
}

.menu-list ul li a:hover:after {
    color: #9facbe;
}

.text {
    float: left;
    width: 100%;
    font-size: 13px;
}

.text p span {
    font-family: 'Montserrat', sans-serif !important;
}

.min-price {
    float: left;
    width: 100%;
    background: #26e37b;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.more-price {
    float: left;
    width: 100%;
    background: #ffb525;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.mfp-figure figure {
    background: #fff !important;
}

.kayit-btn {
    display: block;
    position: relative;
    top: 2px;
    background: #26e37b;
    color: #fff !important;
    padding: 10px 15px;
}

.kayit-btn-sub {
    display: none !important;
}

.container_radio b {
    font-weight: normal !important;
    width: 160px;
    float: left;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0.7);
    display: none;
}

.ui-spinner-input {
    margin-right: 0 !important;
}

@media (min-width: 1281px) {}

@media (min-width: 1025px) and (max-width: 1280px) {}

@media (min-width: 768px) and (max-width: 1024px) {}

@media (min-width: 481px) and (max-width: 767px) {

    ul#top_menu li a.login,
    ul#top_menu li a.cart_bt,
    ul#top_menu li a.wishlist_bt_top {
        top: -4px;
    }

    .res-ratings {
        margin-top: 20px;
    }

    .res-infos {
        margin-top: 20px;
    }

    #logo {
        width: unset;
        padding-left: 50px;
        text-align: unset;
    }

    .hero_in.detail_page {
        min-height: 200px !important;
        height: 200px !important;
        padding-bottom: 50px;
    }

    .kayit-btn {
        display: none;
    }

    .kayit-btn-sub {
        display: block !important;
    }

    .tickets-btn {
        display: block !important;
        position: fixed;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    ul#top_menu li a.login,
    ul#top_menu li a.cart_bt,
    ul#top_menu li a.wishlist_bt_top {
        top: -4px;
    }

    .res-ratings {
        margin-top: 20px;
    }

    .res-infos {
        margin-top: 20px;
    }

    #logo {
        width: unset;
        padding-left: 50px;
        text-align: unset;
    }

    .hero_in.detail_page {
        min-height: 200px !important;
        height: 200px !important;
        padding-bottom: 50px;
    }

    .kayit-btn {
        display: none;
    }

    .kayit-btn-sub {
        display: block !important;
    }

    .tickets-btn {
        display: block !important;
        position: fixed;
        bottom: 0;
        left: 0;
    }

}

@media (min-width: 200px) and (max-width: 321px) {

    ul#top_menu li a.login,
    ul#top_menu li a.cart_bt,
    ul#top_menu li a.wishlist_bt_top {
        top: -4px;
    }

    .res-ratings {
        margin-top: 20px;
    }

    .res-infos {
        margin-top: 20px;
    }

    #logo {
        width: unset;
        padding-left: 50px;
        text-align: unset;
    }

    .hero_in.detail_page {
        min-height: 200px !important;
        height: 200px !important;
        padding-bottom: 50px;
    }

    .kayit-btn {
        display: none;
    }

    .kayit-btn-sub {
        display: block !important;
    }

    .tickets-btn {
        display: block !important;
        position: fixed;
        bottom: 0;
        left: 0;
    }
}