@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular.ttf') format('truetype'), url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    background-image: url("../img/bg.jpg");
    font-family: 'Open Sans', sans-serif !important;
    background-size: cover;
}

main {
    margin-bottom: 220px;
}

.reset {
    padding: 0;
    margin: 0;
}

.topMenu {
    background: #fff;
    height: 80px;
    box-shadow: 0 0px 10px 5px gray;
}

.menuItem {
    margin-top: 15px;
    padding: 5px;
}

.menuicon {
    width: 50px;
}

.menu {
    text-align: center;
}

.menucaption {
    position: relative;
    top: -15px;
}

    .menucaption > h3 {
        font-size: 17px;
        font-family: 'Oswald-Regular', sans-serif;
        color: #7d7d7d;
        text-align: center;
    }


.my-thumb {
    padding: 3px 0 !important;
}

.caption > h4 {
    font-size: 16px;
    font-family: 'Oswald-Regular', sans-serif;
    color: #7d7d7d;
    text-align: center;
}




.itemPhoto {
    width: 303px;
    display: inline-block !important;
    float: left;
}

.itemCaption {
    float: left;
}

    .itemCaption > h1 {
        font-size: 14px;
        margin-top: 0;
        line-height: 1.2;
        font-weight: 600;
        color: #5f5e5e;
        max-width: 165px;
    }

.itemContent {
    font-size: 10px;
    margin-top: -5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 12px; /* fallback */
    max-height: 30px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.addBasket {
    border-radius: 4px !important;
    margin-top: 12px;
    font-size: 11px;
    padding: 4px 4px;
}

.btnCall {
    font-size: 10px;
}

/* Mesaj sayfasi start*/
.alertBody {
    background: url(/Content/Site/img/alertBg.png) center center fixed;
}

.sotLogoBig {
    width: 90%;
    display: inline-block;
    max-width: 150px;
}



.alertTitle {
    margin-top: 80px;
    font-weight: 700;
    font-size: 20px;
    color: #0069b4;
}



.alertContent {
    margin-top: 30px;
    font-weight: 700;
    font-size: 20px;
    color: #0069b4;
}




.footerAlert {
    position: fixed;
    bottom: 70px;
    width: 100%;
    height: 45px;
    text-align: center;
}



.mybodyPointArea {
    display: none;
}

    .mybodyPointArea > h4 {
        font-size: 16px;
        padding: 10px;
        color: #7d7d7d;
        font-family: 'Oswald-Regular', sans-serif;
    }

.info > div {
    float: left;
    right: 0;
}

.timeTotal {
    font-size: 14px;
    left: 14px;
    position: absolute;
    margin-top: -7px;
}

.itemStars {
    margin: 0px 0px;
    position: absolute;
    margin-top: -5px;
}

.itemprice {
    font-size: 14px;
    right: 0;
    margin-top: -32px;
    background-color: #d9534f;
    border-radius: 5px;
    color: #fff;
    padding: 0px 4px;
    position: absolute;
    /* border: 1px #fff solid; */
    box-shadow: 2px 2px 5px #1d1d1d;
}

    .itemprice:before {
        content: "\20ba";
    }

.itempriceEu {
    font-size: 14px;
    right: 0;
    margin-top: -32px;
    background-color: #d9534f;
    border-radius: 5px;
    color: #fff;
    padding: 0px 4px;
    position: absolute;
    /* border: 1px #fff solid; */
    box-shadow: 2px 2px 5px #1d1d1d;
}

    .itempriceEu:before {
        content: "\20AC";
    }

/*Sepet Stil*/
.itemDelete {
    font-size: 15px;
    right: 0;
    margin-top: -50px;
    color: #7d7d7d;
    padding: 4px;
    position: absolute;
}

    /*Sepet Stil*/
    .itemDelete:hover {
        cursor: pointer;
    }

.itemAdd {
    font-size: 15px;
    right: 20px;
    margin-top: -50px;
    color: #7d7d7d;
    padding: 4px;
    position: absolute;
}


    .itemAdd:hover {
        cursor: pointer;
    }

.itemBasketCaption > h1 {
    font-size: 15px;
    margin-top: 0;
    font-weight: 600;
    color: #7d7d7d;
}

.itemQuantity {
    font-size: 12px;
    color: #7d7d7d;
    font-weight: 600;
}

    .itemQuantity:before {
        content: "X";
    }


.comment {
    text-align: left;
}


    .comment > label {
        font-size: 14px;
        padding: 5px 0;
        margin-top: 15px;
        color: #7d7d7d;
        font-family: 'Oswald-Regular', sans-serif;
        font-weight: 500;
    }

textarea.form-control {
    height: 50px !important;
}


.totalPrice {
    font-size: 16px;
    left: 0;
    top: -5px;
    font-family: 'Oswald-Regular', sans-serif;
    position: relative;
    float: left;
    color: #7d7d7d;
    padding: 10px;
}

    .totalPrice:before {
        content: "\20ba";
    }


.totalPriceEu {
    font-size: 16px;
    left: 0;
    top: -5px;
    font-family: 'Oswald-Regular', sans-serif;
    position: relative;
    float: left;
    color: #7d7d7d;
    padding: 10px;
}

    .totalPriceEu:before {
        content: "\20AC";
    }



.totalPrice2 {
    font-size: 16px;
    right: 0;
    top: -18px;
    font-family: 'Oswald-Regular', sans-serif;
    position: relative;
    float: right;
    color: #7d7d7d;
    padding: 10px;
}

    .totalPrice2:before {
        content: "\20ba";
    }


.totalLabel {
    font-size: 16px;
    left: 0;
    top: -5px;
    font-family: 'Oswald-Regular', sans-serif;
    position: relative;
    float: left;
    color: #7d7d7d;
    font-weight: 600;
    padding: 10px 0px;
}


.totalLabel2 {
    font-size: 18px;
    color: #7d7d7d;
    float: right;
    margin-left: 0px;
    margin-top: 8px;
    font-weight: 600;
    font-family: 'Oswald-Regular', sans-serif;
    margin-top: -10px;
}





/*Sepet Stil*/

.owl-prev {
    left: -18px;
    top: 15%;
    position: absolute;
}

.owl-next {
    right: -18px;
    top: 15%;
    position: absolute;
}

.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 45px;
    background-color: #7d7d7d;
}




.footerInfo {
    color: #fff;
    font-size: 12px;
    top: 15px;
}


.smartlogo {
    bottom: 0;
}

    .smartlogo > img {
        height: 50px;
    }




.footerInfo > a {
    color: #fff;
}


.orderBar {
    position: absolute;
    bottom: 45px;
    width: 100%;
    height: 55px;
    background-color: #fff;
}

.actionBar {
    position: absolute;
    bottom: 172px;
    width: 100%;
    height: 76px;
    background-color: #7d7d7d;
    box-shadow: 0 0px 10px 5px gray;
}

.btnServant {
    bottom: -5px;
}

    .btnServant > img {
        width: 20px;
    }


.btninvoice {
    min-width: 120px;
    margin-left: -10px;
    bottom: -5px;
}

    .btninvoice > img {
        width: 20px;
    }


.cusTable {
    right: 15px;
    top: 5px;
}

.tablebg {
    height: 25px;
    margin-top: 25px;
}

.doorbg {
    height: 40px;
    margin-top: 0px;
    left: -10px;
    position: relative;
}

.cusCount {
    font-size: 15px;
    margin-top: 18px;
    position: absolute;
    margin-left: 11px;
}

.sipOkey {
    margin: 10px 5px;
    overflow: hidden;
    margin-left: 0;
    max-width: 99%;
}

    .sipOkey > a {
        font-size: 15px;
        color: #ffffff;
        overflow: hidden;
    }

        .sipOkey > a:hover {
            text-decoration: none;
            cursor: pointer;
        }

.orderCount {
    font-size: 15px;
    color: #ffffff;
}

.odmIcon {
    max-width: 80px !important;
}

.modal-title {
    font-size: 18px;
    color: #7d7d7d;
    font-family: 'Oswald-Regular', sans-serif;
}

.discounticon {
    position: absolute;
    right: 0px;
    top: -8px;
    max-width: 200px;
    left: 0;
}

.response {
    font-size: 12px;
    font-family: 'Oswald-Regular', sans-serif;
    padding: 5px;
    margin-bottom: 5px;
}

.special {
    position: absolute;
    right: -3px;
    bottom: -18px;
}

.mydropMenu {
    min-width: 114px !important;
}

    .mydropMenu > li {
        text-transform: capitalize;
    }

        .mydropMenu > li > a {
            font-size: 13px;
        }

.mydropMenuPopup {
    min-width: 100% !important;
    background-color: #398439;
}

    .mydropMenuPopup > li {
        text-transform: capitalize;
        border-bottom: solid 1.5px white;
    }

        .mydropMenuPopup > li:last-child {
            text-transform: capitalize;
            border-bottom: 0px !important;
        }

        .mydropMenuPopup > li > a {
            font-size: 16px;
            text-align: center;
            padding: 7px;
        }

.productDetailContent {
    padding: 5px 15px 5px 15px;
    text-align: left;
}

.productDetailImage {
    padding: 10px;
}
