html{
    overflow-x: hidden;
}
body {
    background: #e9e9e9b0;
    overflow-x: hidden;
}

* {
    text-align: right;
    direction: rtl;
}

.back-dark {
    background: #1d1b28;
}

.pizza-div {
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(82 78 84 / 82%);
    display: flex;
    flex-flow: row wrap;

}

.icon-link {
    width: 30px;
    height: 30px;
    border: 0.1rem solid #1b8dbf;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b8dbf;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
    cursor: pointer

}

.icon-link:hover, .social-link:focus {
    background: #1b8dbf;
    text-decoration: none;
    color: white;
}

.menu-img {
    width: 100px;
    height: 100px;
}

.cat-item {
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    border: 2px solid #e84118;
    padding: 1px;
}

@media screen {

}

.food-cart {
    border-radius: 2px 71px 71px 2px;
    border: 0 solid #800000;
    /*background: #1d1b28;*/
    height: auto;
    min-height: 80px;
    background: linear-gradient(to right, rgba(29, 27, 40, 0.43), rgb(0, 0, 0, .4)),
    url(../images/bg.png);
    /*background: linear-gradient(to left, #1d1b28 20%, #06070A 100%);*/
    margin: 10px 10px 0 10px;
    /*background:*/

}

.food-img {
    height: 80px;
    width: auto;
    float: right;
    /*background: rgba(0, 0, 0, 0.49);*/
}

.food-decription {
    font-size: 11px;
}

.food-name {
    font-size: 12px;
}

span, h1, h2, h3, h4, h5, h6 {
    color: #918e8e;
}

.add-cart {
    font-size: 50px;
    color: #fcd313;
}

#carrousel {
}

@media (max-width: 768px) {
    #carrousel {
    }
}

@media (max-width: 425px) {
    #carrousel {
    }
}

#carrousel .title {
    margin-bottom: 10px;
    font-size: 30px;
}

#carrousel .owl-carousel img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /*-webkit-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);*/
    /*-moz-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);*/
    /*box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);*/
    border-radius: 50%;
}

#carrousel .owl-carousel .owl-item {
    height: 400px;
    position: relative;
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    transition: all 0.2s;
    -webkit-transform: all 0.2s;
    z-index: 1;
}

@media (max-width: 768px) {
    #carrousel .owl-carousel .owl-item {
        height: 270px;
    }

    .modal-dialog {
        padding-top: 30% !important;
    }

}

@media (max-width: 380px) {
    #carrousel .owl-carousel .owl-item {
        height: 200px;
    }
}

#carrousel .owl-carousel .owl-stage-outer {
    padding-bottom: 10px;
}

#carrousel .owl-item.big {
    transform: scale(1.3);
    -ms-transform: scale(1);
    z-index: 3;
}

#carrousel .owl-item.medium {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    z-index: 2;
}

#carrousel .owl-item.medium.mdright {
    /*border: solid 1px red;*/
    position: relative;
    left: -30px;
}

@media (min-width: 768px) {
    #carrousel .owl-item.medium.mdright {
        left: 0px;
    }
}

#carrousel .owl-item.medium.mdleft {
    /*border: solid 1px blue;*/
    position: relative;
    right: -30px;
}

@media (min-width: 768px) {
    #carrousel .owl-item.medium.mdleft {
        right: 0px;
    }
}

#carrousel .owl-item.smallRight.active {
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    position: relative;
    left: -30px;
}

#carrousel .owl-item.smallLeft.active {
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    position: relative;
    right: -30px;
}

#carrousel .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}

#carrousel .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 10px;
    background: transparent !important;
    color: #000 !important;
    font-size: 40px !important;
}

#carrousel .owl-nav .owl-prev:hover {
    color: #adadad !important;
}

#carrousel .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 10px;
    background: transparent !important;
    color: #000 !important;
    font-size: 40px !important;
}

#carrousel .owl-nav .owl-next:hover {
    color: #adadad !important;
}

#carrousel .owl-carousel .owl-item img {
    position: relative;
}

#carrousel .owl-carousel .owl-item h3 {
    position: relative;
    text-align: center;
}

#carrousel .owl-carousel .owl-item .center h3 {
    position: relative;
    text-align: center;
    display: inline-block;
}

#carrousel .owl-carousel .owl-item {
    margin-top: 6rem;
}

#carrousel .owl-item.big {
    margin-top: 6rem;
}

.mobile-nav {
    background: #F1F1F1;
    position: fixed;
    bottom: 0;
    height: 4rem;
    width: 100%;
    display: flex;
    justify-content: space-around;
    z-index: 9998;
}

.bloc-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.bloc-icon img {
    width: 30px;
}

@media screen and (min-width: 600px) {
    .mobile-nav {
        display: none;
    }
}

.mobile-nav .col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-nav .col.active {
    background: #fcd313;
}

.mobile-nav .col.active span {
    color: #790202 !important;
}

.owl-item h3{
    text-align: center!important;
    font-size: 12px!important;
    color: #000!important;
    margin-top: 5px;
}
.navbar-toggler span{
    font-size: 3rem;
    position: relative;
    left: -20px;
}

.bloc-icon .items {
    position: absolute;
    z-index: 9999;
    top: 5px;
    right: 30px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.old-price {
    margin-top: 10px;
    font-size: 0.8em;
    text-decoration: line-through;
    color: #595555;
}

.cart-empty-img {
    width: auto;
    height: 250px;
}

.size span {
    font-size: 11px;
}

.color span {
    font-size: 11px;
}

.pay-button {
    color: #fff;
}

.pay-button:hover {
    color: #fff;
}

.pay-button:focus {
    color: #fff;
    box-shadow: none;
}

.qty i {
    font-size: 11px;
}

/*swal */
.swal2-popup {
    background: #ffc107 !important;
    color: black !important;
    text-align: center !important;
}

.swal2-title {
    color: black !important;
    text-align: center !important;

}

.swal2-container {
    margin-bottom: 70px !important;
}

.swal2-icon.swal2-error {
    border-color: #f27474 !important;
}

.modal-content {
    background: white;
}

.cart-item-row {
    background: white;
}

.food-cart {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/bg.png);
}

.mobile-nav {
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/bg.png);*/
    background: #64bfb9;
}

.del-icon {
    font-size: 30px;
}

.hand-mouse {
    cursor: pointer;
}

#carrousel .owl-item.medium.mdright {
    left: unset !important;
}

#carrousel .owl-item.medium.mdleft {
    right: unset !important;
}

.mdright img {
    /*height: 138px!important;*/
}

.mdleft img {
    /*height: 138px!important;*/
}

.modal-content {
    width: 100%;
    height: 100%;
    border-radius: 35px 35px 0 0;
}


/* NAVBAR */

.ftco-navbar-light .navbar-brand {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}


.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: #000;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wrap {
    background: #202020;
}

.wrap .phone a {
    color: #fff;
    font-size: 12px;
}

.social-media {
    display: inline-block;
}

.social-media p a {
    width: 34px;
    height: 34px;
    background: #4d4d4d;
    margin-right: 1px;
}

.social-media p a span {
    color: #fff;
}

.social-media p a:hover {
    background: #f1bc31;
    border-color: #f1bc31;
}

.social-media p a:hover span {
    color: #fff;
}

.ftco-navbar-light {
    background: #64bfb9 !important;
    z-index: 3;
    padding: 0;
    -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #64bfb9;
        position: relative;
        top: 0;
        padding: 10px 15px;
    }
}

.ftco-navbar-light .navbar-brand {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

.ftco-navbar-light .navbar-brand span {
    display: block;
    font-size: 12px;
    font-weight: 500;
}

.ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
    color: #000;
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-brand {
        margin-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 11px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    color: #4d4d4d;
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
    position: relative;
    opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #f1bc31;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    z-index: -1;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #fff;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
    visibility: visible;
    background-color: #f1bc31;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
    }

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #fff;
    }
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px;
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    font-size: 12px;
    color: #000;
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    background: #f1bc31;
    color: #fff;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
        display: block !important;
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    background: #f1bc31;
    border-radius: 0px;
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff;
        background: #f1bc31;
        border-radius: 4px;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #fff;
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
    visibility: visible;
    background-color: #f1bc31;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #000;
    }

    .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
        display: none;
    }
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light .navbar-toggler:focus {
    outline: none !important;
}

.searchform {
    height: 46px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-radius: 5px;
}

.searchform .form-control {
    width: calc(100% - 46px);
    border: none;
    background: #fff !important;
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 14px;
}

.searchform .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(
    0,
    0,
    0,
    0.7) !important;
}

.searchform .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .search {
    width: 46px;
    height: 46px;
    left: 8px;
    position: relative;
}

.searchform .search span {
    font-size: 18px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.imw {
    width: 65%;
    position: relative;
}

.product {
    margin-top: 30px;
    margin-bottom: 30px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
}
.overlay .text{
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;

}

.ccc:hover .overlay {
    opacity: 0.7;
}

.cc1 {
    width: 82%;
    background: #fff;
    color: #000;
    padding: 4px 8px;
    border: 1px solid #000;
    height: 40px;
    border-radius: 7px;
}

@media only screen and (max-width: 553px) {
    .card {
        margin-top: 25px;
    }
}

.footer-section {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    background-color: #64bfb9;
    /*color: white;*/
    text-align: center;
}
