﻿/* Css Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub,
tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
}

body {
    font-family: 'Barlow', sans-serif;
    font-weight: 400px;
    color: #5a5a5a;
}

ul, ol {
    list-style: none;
}

img, fieldset {
    border: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.skip {
    position: absolute;
    left: -9999px;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
    display: block;
}

figure {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    height: 0;
    width: 100%;
    overflow: hidden;
}

embed, iframe, object, video {
    max-width: 100%;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
/*img { max-width: 100%; height: auto; display: block; }*/
a {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

[type="reset"], [type="submit"], button, html [type="button"] {
    -webkit-appearance: none;
}

/*==============================
	Page structure      
================================*/
#wrapper {
    width: 100%;
    overflow-x: hidden;
}

/*==============================
	header 
================================*/
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    background: #940c00;
    padding: 46px 0px;
}

.header-area nav figure a {
    position: absolute;
    top: -48px;
    left: 45%;
    z-index: 9999;
    transform: translateX(-46.5%);
}

.header-area nav a#Box {
    position: absolute;
    top: 5px;
    left: 85.5%;
    z-index: 9999;
    transform: translateX(-46.5%);
    font-size: 15px;
    /*position: relative;*/
    min-width: 133px;
    background: url(images/icon1.png) no-repeat 35px 7px;
    background-color: #e7252d;
    border-radius: 31px;
    padding-left: 7px !important;
    padding-right: 10px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-weight: 700;
    line-height: 25px;
}

.header-area nav > a#Box > span {
    float: left;
    height: 20px;
    line-height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #4caf50;
    margin-top: 3px;
}

.header-area nav ul {
    overflow: hidden;
    border-radius: 12px;
}

    .header-area nav ul li {
        font-size: 17px;
        font-weight: 700;
        line-height: 31px;
        /*background: #fbbe36;*/
    }

        .header-area nav ul li a {
            min-width: 78px;
            border-radius: 31px;
            padding-left: 23px !important;
            padding-right: 23px !important;
        }

            .header-area nav ul li a.cart {
                font-size: 15px;
                position: relative;
                min-width: 133px;
                background: url(images/icon1.png) no-repeat 35px 7px;
                background-color: #e7252d;
                border-radius: 31px;
                padding-left: 7px !important;
                padding-right: 10px !important;
            }

                .header-area nav ul li a.cart > span {
                    float: left;
                    height: 20px;
                    line-height: 20px;
                    width: 20px;
                    border-radius: 20px;
                    background: #4caf50;
                    margin-top: 5px;
                }

.navbar-light .navbar-toggler {
    background: #e7272d;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.header-area nav ul li a:hover {
    background-color: #e7252d;
}


.dropdown .dropdown-toggle {
    color: #b6b6b6;
    /*padding: 7px 6px 6px 3px;
    border-radius: 50% !important;*/
    -webkit-border-radius: 2px;
    padding:6px;
    font-size: 14px;
}
/*.dropdown-toggle::after {
    color: black;
    display: block;
    clear: both;
    content: "";
    margin-left: 1.255em;
}*/
/*==============================
	banner    
================================*/
.banner {
    position: relative;
}

    .banner figure {
        overflow: hidden;
        max-height: 1577px;
    }

    .banner > figure img {
        width: 100%;
        height: 100%;
    }

.banner-area-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-area {
    display: table;
    width: 100%;
    height: 100%;
}

.banner-content {
    display: table-cell;
    vertical-align: middle;
}

.banner-info {
    padding-left: 33px;
    padding-right: 33px;
    max-width: 485px;
}

    .banner-info span {
        display: block;
        position: relative;
        font-weight: 900;
        font-size: 20px;
        line-height: 30px;
        color: #e8262e;
        margin-bottom: 32px;
    }

        .banner-info span::before {
            content: '';
            position: absolute;
            top: 13px;
            left: 130px;
            height: 3px;
            width: 225px;
            background: #e8262e;
        }

    .banner-info h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 100px;
        font-weight: 900;
        line-height: 130px;
    }

.banner .bottom-info {
    position: absolute;
    bottom: 205px;
    left: 40px;
}

    .banner .bottom-info ul {
        float: left;
    }

        .banner .bottom-info ul li {
            font-weight: 900;
            font-size: 25px;
        }

    .banner .bottom-info span {
        float: right;
        font-size: 55px;
        font-weight: 900;
    }

.swiper-button-next, .swiper-button-prev {
    top: 85%;
}

.swiper-pagination {
    text-align: left;
    padding-left: 75px;
    padding-right: 75px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 112px;
    color: #e8262e;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 900;
    color: #e8262e;
}

.swiper-button-next {
    right: 0;
    left: 140px;
}

.swiper-pagination-current {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

/*==============================
	menu    
================================*/
.menu {
    padding-top: 33px;
    padding-bottom: 33px;
}

.menu-area .title {
    position: relative;
    display: table;
}

    .menu-area .title::before {
        content: '';
        position: absolute;
        top: 13px;
        left: -108px;
        width: 101px;
        height: 3px;
        background: #e8262e;
    }

    .menu-area .title::after {
        content: '';
        position: absolute;
        top: 13px;
        right: -108px;
        width: 101px;
        height: 3px;
        background: #e8262e;
    }

    .menu-area .title h3 {
        font-size: 20px;
        font-weight: 900;
        line-height: 24px;
        color: #e9262e;
    }

.menu-item {
    padding: 10px 25px 13px 25px;
    max-width: 203px;
    margin-top: 23px;
    margin-bottom: 23px;
    border: 1px dashed #787777;
    border-radius: 12px;
    -webkit-border-radius: 12px;
}

    .menu-item .info {
        height: 117px;
    }

    .menu-item h4 {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
        color: #1c1c1c;
        margin-bottom: 15px;
    }

    .menu-item p {
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 23px;
        color: #1c1c1c;
        margin-bottom: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menu-item span.price {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 26px;
        font-weight: 900;
        color: #e7262c;
        margin-bottom: 16px;
        /*margin-top: 10px;*/
    }

    .menu-item .add-to-cart {
        margin-bottom: 34px;
        height: 40px;
        line-height: 40px;
        display:flex;
    }

        .menu-item .add-to-cart a {
            background-position: 16px center;
            /*padding-left: 29px;*/
        }

    .menu-item figure {
        display: table;
    }

/*==============================
	product-details    
================================*/
.product-details > figure {
    overflow: hidden;
}

    .product-details > figure img {
        width: 100%;
        height: 100%;
    }

.product-details-area {
    max-width: 902px;
    padding: 21px 0 29px 0;
}

    .product-details-area figure {
        display: table;
    }

    .product-details-area > ul {
        margin-bottom: 21px;
    }

    .product-details-area ul li {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 20px;
    }

        .product-details-area ul li a {
            color: #5a5a5a;
        }

        .product-details-area ul li:hover {
            color: #e7252d;
        }

        .product-details-area ul li a:hover {
            color: #e7252d;
        }

    .product-details-area .row {
        align-items: center;
    }

.product-details-info {
    text-align: start;
    padding-top: 40px;
}
.product-details-info h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 30px;
    font-weight: 500px;
    line-height: 28px;
    color: #363636;
    margin-bottom:10px;
}

.product-details-info p {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 500;
    font-style: italic;
    line-height: 22px;
}

.product-details-info-box {
    margin-top: 27px;
}

    .product-details-info-box ul li {
        font-family: 'Rubik', sans-serif;
        font-size: 12px;
    }

        .product-details-info-box ul li a {
            display: inline-block;
            min-height: 27px;
            line-height: 27px;
            background: #f1f1f1;
            border-radius: 5px;
            color: #484747;
            padding: 0 15px;
        }

    .product-details-info-box h4 {
        display: table;
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        color: #000;
        margin-top: -34px;
    }

/*.product-item p {
    height: 100px;
}*/

.radio {
    float: left;
    width: 49%;
    height: 38px;
    position: relative;
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    color: #484747;
    cursor: pointer;
    line-height: 38px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #f1f1f1;
}

.checkmark {
    position: absolute;
    top: 11px;
    left: 15px;
    height: 14px;
    width: 14px;
    border-radius: 5px;
    border: 1px solid #a6a6a6;
}

    .checkmark::after {
        content: '';
        position: absolute;
        top: 1px;
        left: 1px;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: #e2e2e2;
    }

.radio input:checked ~ .checkmark::after {
    background-color: #a6a6a6;
}

.price span {
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 57px;
    color: #333;
}

    .price span small {
        font-size: 24px;
    }

.cta-link {
    float: left;
}

    .cta-link button {
        font-family: 'Rubik', sans-serif;
        font-size: 21px;
        font-weight: 700;
        min-width: 215px;
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        background: #e4584b;
        border: 0;
    }

    .cta-link a:hover {
        background: #ea252e;
    }

.action {
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 21px;
    font-weight: 700;
    min-width: 115px;
    height: 55px;
    line-height: 50px;
    border-radius: 50px;
    background: #f5f5f5;
}

    .action button {
        background: transparent;
    }

        .action button.minus {
            float: left;
        }

        .action button.plus {
            float: right;
        }

/*==============================
	products      
================================*/
.products-area .title {
    margin-bottom: 24px;
}

    .products-area .title h3 {
        font-family: 'Rubik', sans-serif;
        font-size: 26px;
        font-weight: 500px;
        line-height: 28px;
        color: #363636;
    }

.product-item {
    border-radius: 10px;
    border: 1px dashed #6e6d6d;
    margin-bottom: 20px;
}

    .product-item h4 {
        font-family: 'Roboto', sans-serif;
        font-size: 23px;
        font-weight: 500;
        line-height: 31px;
        margin-bottom: 8px;
        color: #1c1c1c;
        text-align:center;

    }

    .product-item p {
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 23px;
        margin-bottom: 8px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #1c1c1c;
    }

    .product-item .price span {
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        font-size: 26px;
        font-weight: 900;
        line-height: 60px;
        color: #e7262c;
    }

.add-to-cart {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: table;
    min-width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    box-shadow: 0px 3px 8px 2px #c9d5d6;
    margin-bottom: 10px;
}

    .add-to-cart a {
        background: url(images/cart.png) no-repeat 20px center;
        /*padding-left: 30px;*/
        padding-right: 10px;
        display: block;
        color: #e7262c;
    }

button.owl-prev span {
    font-size: 0;
    color: #dddddd;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-180%);
    background: url(../img/burgeryiyelim/prev.png) no-repeat 0 0;
    height: 39px;
    width: 22px
}

button.owl-next span {
    font-size: 0;
    color: #dddddd;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-180%);
    background: url(../img/burgeryiyelim/next.png) no-repeat 0 0;
    height: 39px;
    width: 22px
}

.no-product-carousel {
    display: none;
}

/*==============================
	footer-top
================================*/
.burger-info {
    position: relative;
}

    .burger-info > figure {
        overflow: hidden;
    }

        .burger-info > figure img {
            width: 100%;
            height: 500px;
        }

.burger-info-area-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.burger-info-area {
    display: table;
    width: 100%;
    height: 100%;
}

    .burger-info-area .main-info {
        display: table-cell;
        vertical-align: middle;
    }

        .burger-info-area .main-info figure {
            display: table;
            margin-bottom: 18px;
        }

        .burger-info-area .main-info h3 {
            font-size: 40px;
            font-weight: 900;
            line-height: 38px;
            margin-bottom: 20px;
        }

.main-info-item .top {
    margin-bottom: 50px;
}

.main-info-item h4 {
    position: relative;
    display: table;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 16px;
}

    .main-info-item h4 span {
        color: #e7272d;
    }

.main-info-item p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 23px;
}

.mark1::after {
    content: '';
    position: absolute;
    top: 16px;
    right: -266px;
    width: 220px;
    height: 128px;
    background: url(/Templates/hamburg/assets/img/burgeryiyelim/mark1.png) no-repeat 0 0;
    z-index: 99;
}

.mark2::before {
    content: '';
    position: absolute;
    top: 13px;
    left: -265px;
    width: 198px;
    height: 128px;
    background: url(/Templates/hamburg/assets/img/burgeryiyelim/mark2.png) no-repeat 0 0;
    z-index: 99;
}

.mark3::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -325px;
    width: 233px;
    height: 21px;
    background: url(/Templates/hamburg/assets/img/burgeryiyelim/mark3.png) no-repeat 0 0;
    z-index: 999;
}

.mark4::before {
    content: '';
    position: absolute;
    top: 13px;
    left: -355px;
    width: 233px;
    height: 21px;
    background: url(/Templates/hamburg/assets/img/burgeryiyelim/mark4.png) no-repeat 0 0;
    z-index: 99;
}

/*==============================
	footer-area      
================================*/
footer {
    position: relative;
}

    footer > figure {
        overflow: hidden;
        height: 400px;
    }

        footer > figure img {
            width: 100%;
            height: 100%;
        }

.footer-area-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    transform: translateY(-50%);
}

.footer-area-menu {
    display: table;
}

    .footer-area-menu ul li {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
    }

        .footer-area-menu ul li a {
            line-height: 18px;
            border-left: 2px solid #fff;
            padding-left: 23px;
            padding-right: 23px;
            min-width: 90px;
            font-weight: 400;
            font-family: 'Roboto',sans-serif;
        }

            .footer-area-menu ul li a:hover {
                color: #f62028 !important;
            }

.footer-area-logo figure {
    display: table;
}

.footer-area-bottom ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 20px !important;
}

.footer-area-bottom ul {
    float: left;
}

/*.footer-area-bottom p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    float: right;
    line-height: 30px;
}*/

    .footer-area-bottom p span {
        color: #f62028;
    }

.footer-area-bottom ul li a {
    line-height: 18px;
    border-left: 2px solid #fff;
    padding-left: 23px;
    padding-right: 23px;
    min-width: 90px;
}


/*==============================
	menu     
================================*/

.menu-area {
    border-radius: 10px;
    border: 2px solid #a1a1a1;
    padding: 17px;
    margin-bottom: 12px;
}

.locationMenu {
    border-radius: 10px;
    border: 2px solid #a1a1a1;
    padding: 17px;
    margin-bottom: 12px;
}

.select2-container {
    width: 100% !important;
    /*border-radius: 10px;
    border: 2px solid #a1a1a1;*/
}

.searchBar {
    border: none;
}

.boxright {
    position: sticky;
    top: 0px;
    margin-top: 29px;
    /*z-index: 99999999999999;*/
    display:block;
}

.burgerbox {
    width: 320px;
    border-radius: 10px;
    border: 2px solid #a1a1a1;
    padding: 17px;
    margin-bottom: 12px;
}

.menuentrance {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.burgerboxtext {
    font-size: 15px;
    font-style: italic;
    font-weight: 900;
    line-height: 17px;
    color: #333;
}

.burgerboxkeban {
    width: 320px;
    padding: 7px;
    margin-bottom: 12px;
    /*display:none;*/
}

.burgerboxinfotitle {
    font-family: 'Roboto', sans-serif;
    font-size: 29px;
    font-weight: 900;
    line-height: 31px;
    color: #333;
    margin-bottom: 12px;
}

.burgerboxinfochangelocation {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 12px;
    border-bottom: 1px solid #333;
    color: #333;
    max-width: 100px;
}

.info-div {
    border-radius: 10px;
    border: 2px solid #a1a1a1;
    padding: 17px;
    margin-bottom: 12px;
}

.burgerboxinfotitlemethod {
    font-size: 26px;
}


/*.countbuttons {
    position: absolute;
    top: 143px;
}*/

.menucontainer {
    margin-top: 30px;
}

.checkoutcontainer {
    margin-top: 29.5px;
    border-radius: 10px;
    border: 2px solid #a1a1a1;
    padding: 17px;
    margin-bottom: 12px;
}


/*==============================
	MemberShip     
================================*/


.membership2 h3 {
    display: table;
    position: relative;
    font-size: 38px;
    font-weight: 900;
    color: #3c3c3b;
    line-height: 36px;
}


.membership2 p {
    /*font-family: 'AkrobatRegular';
    font-size: 21px;*/
    color: #000;
    line-height: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
}

.logincheck {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    color: #7f7f7f !important;
}

#btn-register {
    font-weight: 700;
    border-radius: 30px;
    min-width: 210px;
    height: 60px;
    line-height: 60px;
    background: #c00a27;
}

#loginCard {
    max-width: 478px;
}

    #loginCard h3 {
        font-size: 38px;
        font-weight: 900;
        color: #3c3c3b;
        line-height: 36px;
    }

#btn-login {
    font-weight: 700;
    border-radius: 30px;
    min-width: 210px;
    height: 60px;
    line-height: 60px;
    background: #c00a27;
    margin-bottom: 75px;
}


/*==============================
	MemberShip2     
================================*/
.profilearea {
    margin-top: 30px;
}

.tab-area ul {
    border: 2px solid #a1a1a1;
    border-radius: 10px;
}

    .tab-area ul li a {
        color: #303030;
    }

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.user {
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid #a1a1a1;
}

    .user > a {
        position: relative;
        display: block;
        background: #eff0f2;
        border-bottom: 1px solid #d3d3d3;
        color: #ff662c;
    }

.arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #5a5a5a;
}

.user .bottom {
    background: #eff0f2;
}

    .user .bottom a {
        font-size: 20px;
        color: #a70022;
    }

.companylogo {
    max-width: 100%;
    height: auto;
    display: block;
}

.welcome1dropdown {
    float: right;
    margin-right: 5px;
    margin-top: 10px;
}

.product-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.do-action {
    width: 400px;
    margin-bottom: 93px;
}

.burgerbike {
    max-width: 100%;
    height: auto;
    display: block;
}

.boxvalue {
    color: #de2028;
}

.topheaderdropdown {
    color: #de2028;
}

footer.information .footer-area-logo {
    margin-top: 29px;
    margin-bottom: 19px;
}

.footerimages {
    max-width: 100%;
    height: auto;
    display: block;
}

footer.information {
    /*background: url(/Templates/hamburg/assets/img/burgeryiyelim/footer-information-bg.jpg) no-repeat center center;*/
    background-size: cover;
    background: #1b1b1b;
}

footer.information div.container {
    padding: 30px 0 32px 0;
}

.food-img figure {
    float: left;
}

figure {
    margin: 0;
    padding: 0;
}

footer.information .footer-area-bottom p {
    float: none;
}

.footer-area-bottom p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    float: right;
    line-height: 30px;
}

.follow {
    padding: 20px 0;
    background: #940c00;
}

.follow-area {
    max-width: 960px;
}

.follow-text h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 42px;
}

.follow .social ul {
    float: right;
}

    .follow .social ul li {
        font-weight: 600;
        font-size: 30px;
    }

.footer-area-menu h4 {
    display: table;
    line-height: 36px;
    font-size: 20px;
    border-bottom: 2px solid #a1a1a1;
}

.footer-right-widget {
    display: table;
}

    .footer-right-widget h4 {
        display: table;
        line-height: 25px;
        font-size: 16px;
        border-bottom: 2px solid #a1a1a1;
    }

.pointagedivprofilename {
    font-size: 16px;
}

.foodimg {
    max-width: 100%;
    height: auto;
    display: block;
}

.detail {
    max-width: 100% !important;
}

.countbuttonsdivplus {
    display: flex;
    justify-content: flex-end;
}

.countbuttonsdivmin {
    display: flex;
    justify-content: flex-start;
}

.informations {
    background: #940c00;
    margin-top: 598px;
    /*margin-left: 20px;*/
    position: fixed;
    z-index: 999;
    bottom: 0;
    padding: 36px 20px 0px 20px;
}

.information-item {
    position: relative;
    z-index: 9999;
    /*padding-left:15px;
    padding-right:15px;*/

}

    .information-item > figure {
        position: absolute;
        top: -32px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .information-item h5 {
        line-height: 31px;
    }
    /*.b_border_bg::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 3px;
    height: 50px;
    background: url(/Templates/hamburg/assets/img/burgeryiyelim/border.png) no-repeat 0 0;
}
.b_border_bg::after {
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    width: 3px;
    height: 50px;
    background: url(/Templates/hamburg/assets/img/burgeryiyelim/border.png) no-repeat 0 0;
}*/
    .information-item span {
        position: absolute;
        top: 0;
        right: -13px;
        background: green;
        display: block;
        height: 25px;
        line-height: 25px;
        width: 25px;
        border-radius: 15px;
        font-weight: 600;
    }

    .information-item .count {
        top: -37px;
        position: absolute;
        left: 50%;
        width: 33px;
        height: 45px;
        transform: translateX(-50%);
        z-index: -1;
    }

.loginuserclass {
    margin-left: 133px;
    color: white !important;
}



/*==============================
	Contact-Us     
================================*/

.contactBanner {
    margin-top: 100px;
}

/*.franchising .title {
    position: relative;
    max-width: 945px;
    margin-bottom: 50px;
}*/

    .franchising .title h3 {
        font-size: 38px;
        font-weight: 900;
        color: #e8262e;
        line-height: 36px;
    }

    .franchising .title::before {
        content: '';
        position: absolute;
        top: 15px;
        right: 0;
        width: 100%;
        max-width: 575px;
        height: 3px;
        background: #e8262e;
    }

.contact p {
    /*font-family: 'AkrobatThin';*/
    font-size: 25px;
    color: #000;
    line-height: 40px;
    color: #1f2b36;
}

.contact-form .title h4 {
    font-size: 20px;
}

.contact-form .title::before {
    top: initial;
    right: initial;
    max-width: 70px;
    height: 2px;
    bottom: -10px;
    left: 0;
}

.contact-form form label {
    font-weight: 700;
    color: #3c3d3d;
}

.contact-form form input {
    line-height: 1.92;
    border-radius: 20px;
}

.contact-form form select {
    border-radius: 20px;
    /* -webkit-appearance: none; */
    /*height: calc(2.73rem + 2px) !important;*/
}

.contact-form form textarea {
    border-radius: 20px;
    min-height: 160px;
}

.contact-form form button {
    font-weight: 700;
    border-radius: 30px;
    min-width: 210px;
    height: 60px;
    line-height: 60px;
    background: #c00a27;
}

.right-top-head {
    display: flex;
}
/*.righttopheaddropdown
{
    right:31px;
}*/

.contentbanner {
    margin-top: 100px;
}

    .contentbanner .title h3 {
        font-size: 38px;
        font-weight: 900;
        color: #e8262e;
        line-height: 36px;
    }

    .contentbanner .title::before {
        content: '';
        position: absolute;
        top: 121px;
        right: 47px;
        width: 100%;
        max-width: 575px;
        height: 3px;
        background: #e8262e;
    }


.submenu {
    position: absolute;
    top: 81%;
    left: 21%;
    transform: translateX(-20%);
    min-width: 250px;
    display: none;
    border-radius: 10px;
    background: url(/Templates/hamburg/assets/img/burgeryiyelim/arrow-top.png) no-repeat center 0;
    background-color: rgba(247,59,0,0.95);
    z-index: 9999;
}

.header-area nav ul li .submenu li {
    background: none !important;
}

    .header-area nav ul li .submenu li a {
        display: block;
    }

.header-area nav ul li > a {
    min-width: 89px;
    border-radius: 31px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/*.hakkimizda:hover .submenu {
    display: block;
}*/
.header-area nav ul li:hover .submenu {
    display: block !important;
}

.header-area nav ul li .submenu li a:hover {
    background: #fbbe36;
}

.img-sec {
    position: relative;
    padding-top: 30px;
}

    .img-sec > figure img {
        width: 100%;
        height: 100%;
    }

.img-sec-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-sec-wrap-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.img-content {
    display: table-cell;
    vertical-align: middle;
}

.img-item {
    margin-bottom: 30px;
}

.homepagebannerimg {
    width: 100%;
    height: 100%;
}

/*.swiper-wrapper {
    height: 600px;
}*/

.homeimagebannerarea {
    margin-bottom: -30px;
    padding: 50px;
    padding-top:0px;
}

.menu-item .mainpageaddcart {
    margin-bottom: 34px;
    height: 40px;
    line-height: 40px;
    display:flex;
}

.mainpageaddcart {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: table;
    min-width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    box-shadow: 0px 3px 8px 2px #c9d5d6;
    margin-bottom: 10px;
}

    .mainpageaddcart a {
        background: url(images/cart.png) no-repeat 20px center;
        /*padding-left: 30px;*/
        padding-right: 10px;
        display: block;
        color: #e7262c;
    }


.NavbarToggleStyle {
    float: right;
    position: absolute;
    right: 332px ;
}

.optionli {
    padding: 5px 10px 5px 26px;
    max-width: 250px;
    background: #f1f1f1;
}


.extraheading {
    display: table;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #000;
    margin-top: -10px;
}

/*style="font-size: 14px; font-weight: 700; color: #212529; line-height:initial;"*/

.multiselectoptions {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    /*border-top:none;*/
}

.optionHead
{
    margin-left:25px;
}

.infowithoption
{
    padding-top:60px;
}
.getmin
{
    margin-left:15px;
}
.getplus
{
    margin-right:15px;
}
.homepagemenuarea
{
    border:none !important;
}

.price
{
    text-align:start;
}

.detailback {
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
}
.detailbacklink {
    
    text-decoration: none;   
    color: #363636;
    text-transform:uppercase;

}
.detailbackspan
{
    margin-left:20px;
    margin-right:20px;
}
/*.product-carousel-p
{
    text-align:center;
}*/

.product-carousel-div
{
    height:118px;
}
.labelsingleselection {
    font-size: 14px;
    font-weight: 700;
    color: #212529;    
    margin-top: -22px;
}
.labelsingleselectiondiv {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    width: 250px;
    padding: 10px;   
    /*margin-top: -30px;*/
}
.profileButton:hover
{
    color:red;
}


/*==============================
	Keban-Et-Hakkında     
================================*/

.franchising .title {
    position: relative;
    max-width: 945px;
    margin-bottom: 50px;
   
}
    .franchising .title::before {
        content: '';
        position: absolute;
        top: 19px;
        right: 0;
        width: 100%;
        max-width: 575px;
        height: 3px;
        background: #e8262e;
    }
    .franchising .title h3 {
        font-size: 38px;
        font-weight: 900;
        color: #e8262e;
        line-height: 36px;
    }
.burger-img {
    max-width: 660px;
    position: relative;
}
    .burger-img::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        height: 62px;
        width: 407px;
        background: url(/Templates/hamburg/assets/img/burgeryiyelim/shadow.png) no-repeat bottom center;
    }
.burger-img figure {
    display: table;
}
    .burger-img .hero {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .burger-img .hero-inner {
        display: table;
        width: 100%;
        height: 100%;
    }
        .burger-img .hero-inner .hero-text {
            display: table-cell;
            vertical-align: middle;
        }
            .burger-img .hero-inner .hero-text h1 {
                font-size: 91px;
                font-weight: 900;
                color: rgba(255,255,255,0.2);
            }
/*.video {
    padding-bottom: 175px;
}*/
.video-area:nth-child(3n+1) {
    background: #da7716;
}
.video-area:first-child {
    background: #da7716;
}
.video-area:nth-child(odd) {
    background: #ec3839;
}
.video-area {
    padding: 50px 0;
}
.video-area-content {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.video-area:nth-child(3n+1) .video-area-content h3 {
    color: #fff;
}
.video-area-content h3 {
    font-size: 33px;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 30px;
    color: #040404;
}
.video-area:nth-child(3n+1) .video-area-content p {
    color: #fff;
}
.video-area-content p {
    font-size: 19px;
    font-weight: 100;
    line-height: 43px;
    color: #080808;
}
.video-item {
    width: 50%;
    float: left;
}
.video-area:nth-child(even) {
    background: #f5e8d5;
}
.video-area:nth-child(2n) .video-area-content {
    float: right;
    padding-left: 15px;
}
.video-area:nth-child(even) .video-item {
    float: left;
}
.video-area:nth-child(odd) {
    background: #ec3839;
}
/*.kebanetpage
{
    height:535px;
}*/
.kebanbanner
{
    margin-top:59px;
}
.link {
    display: table;
    line-height: 36px;
    background: #693433;
}
    .link a {
        font-size: 30px;
        font-weight: 700;
        color: #f77400;
    }

.kvkkpagea {
    bottom: -1px;
    padding: 10px 20px;
    color: black;
    font-size: 20px;
}
    .kvkkpagea:hover {
        color: #940c00
    }

.mainpageslider {
    padding-top: 131px;
    
}

.kvkkpagebar .nav-item:hover
{
    border:1px solid black;
}
.mainpageaddcartimg {
    margin-left: 22px;
    margin-top: 11px;
    margin-right: 3px;
}
.menupageaddcartimg {
    margin-left: 16px;
    margin-top: -4px;
    margin-right: 3px;
}
.locationburgerlogo {
    width:26px;
    height:23px;
    padding-top:3px;
    padding-right:5px;
}
.deliveryopen
{
    margin-top:4px;
}
.mobileproductdetaildiv
{
    padding:0px !important;
}
.cookieAlert {
    padding: 1em;
    display: block;
    position: fixed;
    bottom: 0;
    width: 25%;
    z-index: 999999999999999999;
    background-color: rgba(0,0,0,.8);
    color: white;
}
.cerezp
{
    font-size:12px;
}
.cerezbutton {
    display: flex;
    flex-flow: column-reverse;
}
.homepagesliderimg
{
    width:100%;
}
/*.swiper-slide img {
    max-width: 100%;
    height: auto;
}*/
.product-item .add-to-cart {
    margin-bottom: 34px;
    height: 40px;
    line-height: 40px;
    
}
    .product-item .add-to-cart a {
        background-position: 16px center;
        padding-right: 10px;
        display: block;
        color: #e7262c;
        display:flex;
    }
/*.owl-carousel .owl-item img {
   
    width: auto !important;
}*/
.productdetailowlimage {
    width: auto !important;
    margin-top: 11px;
    margin-left: 15px;
    margin-right: 5px;
}
.owlcarouselbutton {
    padding-right: 10px;
    display: block;
    color: #e7262c;
    border-radius:30px;
    display:flex;
    background:white;
    border:none;

}
    .owlcarouselbutton:hover {
        background: white;
        color: #e7262c;
        border:none;
    }
    .productdetailowlimageelse {
        width: auto !important;
        margin-top: 11px;
        margin-right: 6px;
    }

.productdetailowlimageelsediv {
    /*display: flex;
    flex-flow: row-reverse;*/
    width: fit-content;
}
.productdetailowlimageelsespan {
    padding: 10px 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: table;
}
.footer-area-bottom-link
{
    font-size:14px;
    color:red;
}

.footer-area-bottom-link:hover {
    color: red;
}
.mobileheaderdiv
{
    display:none;
}

.link a
{
    padding:10px;
}

