﻿/*
@File: Restant Template Style

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Home One CSS
** - About CSS
** - Blog Details CSS
** - 404 CSS
** - Contact CSS
** - Preloader CSS
** - Back to Top CSS
*/

@font-face {
    font-family: 'IranYekan';
    src: url('/fonts/iranyekanwebregular.eot');
    src: url('/fonts/iranyekanwebregular.eot') format('embedded-opentype'), url('/fonts/iranyekanwebregular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/*-- Default CSS --*/
body {
    font-family: 'IranYekan', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #a5a4a9;
    background-color: #ffffff;
    direction: rtl;
    text-align: right;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    color: #0b0320;
}

p {
    line-height: 1.7;
}

/*a {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}*/

    a:hover {
        text-decoration: none;
    }

.whz {
    height: 0;
    width: 0;
    overflow: hidden;
}

.bx-check {
    font-size: 15px !important;
}

.PriceKama {
    font-weight: bolder !important;
}

img {
    max-width: 100%;
}

button, input {
    border: 0;
}

.text-warning {
    color: #fb7401 !important;
}
/*------------------------------    Responsive     ------------------------------*/
.isMobileDiv {
    height: 0;
}

.container {
    width: 1600px !important;
    max-width: 1600px !important;
}

.alert-success-add-to-basket {
    color: #fff !important;
    background-color: rgba(237, 172, 17, 0.94) !important;
    border-color: #c3e6cb !important;
    padding: 10px !important;
    width: 300px !important;
}


/*.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}*/

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

button:focus {
    outline: 0;
}

.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*-- End Default CSS --*/
/*----- Home One CSS -----*/
/*-- Navbar --*/
.bx-menu {
    font-size: 40px;
    color: #ec7a18;
    margin-top: 40px;
}

.mobile-menu-cover {
    position: fixed;
    z-index: 9997;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.89);
    display: none;
}

.mobile-menu {
    position: absolute !important;
    top: 0;
    left: -280px;
    background: #fff !important;
    height: 100vh;
    width: 270px;
    z-index: 9998;
}

    .mobile-menu div {
        width: 96%;
        margin: 5px 2%;
        background:#2a2a2a;
        border-radius: 5px;
        text-align: center;
        padding: 5px 0;
    }

    .mobile-menu img {
        max-width: 100%;
    }

    .mobile-menu i {
        color: #ec7a18 !important;
        font-size: 19px !important;
        margin-top: 5px;
    }

    .mobile-menu a {
        color: #0b0320 !important;
        font-size: 15px !important;
        margin: 0px 6% 0 0;
        display: inline-block;
        width: 88%;
        border-bottom: 1px dotted #e5e5e5;
    }

.main-nav {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    height: 140px;
}

    .main-nav .logo {
        display: block;
    }

    .main-nav .logoDark {
        display: none;
    }

    .main-nav img {
        max-height: 140px;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

.menu-shrink {
    background: #fff !important;
    height: 90px;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd;
    box-shadow: 0px 0px 20px 0px #dddddd;
}

    .menu-shrink .logo {
        display: none;
    }

    .menu-shrink .logoDark {
        display: block;
    }

    .menu-shrink img {
        max-height: 90px !important;
    }

    .menu-shrink .side-nav {
        top: 25px !important;
    }

    .menu-shrink .nav-link {
        padding-top: 30px !important;
        color: #000 !important;
    }

        .menu-shrink .nav-link.active {
            color: #ec7a18 !important;
        }

.main-nav .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

    .main-nav .navbar-nav .nav-link:focus, .main-nav .navbar-nav .nav-link:hover {
        color: #ec7a18;
    }

.main-nav .nav-link {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-transform: unset;
    display: inline-block;
    padding-top: 55px;
}

    .main-nav .nav-link:hover, .main-nav .nav-link:focus, .main-nav .nav-link.active {
        color: #ec7a18;
    }



.main-nav .side-nav {
    position: relative;
    top: 40px;
    text-align: left;
}

    .main-nav .side-nav .nav-cart {
        width: 42px;
        height: 42px;
        line-height: 48px;
        border-radius: 50%;
        border: 1px solid #ec7a18;
        color: #ec7a18;
        display: inline-block;
        text-align: center;
        font-size: 22px;
        position: relative;
    }

        .main-nav .side-nav .nav-cart:hover {
            color: #ffffff;
            background-color: #0b0320;
        }

        .main-nav .side-nav .nav-cart span {
            display: inline-block;
            color: #ffffff;
            background-color: #0b0320;
            border-radius: 50%;
            width: 18px;
            height: 18px;
            line-height: 18px;
            font-size: 12px;
            position: absolute;
            top: -3px;
            right: -5px;
            font-weight: 500;
        }

    .main-nav .side-nav .nav-tel, .main-nav .side-nav .nav-namefamily {
        color: #fff;
        border-radius: 50px;
        padding: 12px 15px 11px 15px;
        background-color: #ec7a18;
        font-size: 14px;
        position: relative;
        top: -6px;
        margin-left: 15px;
        display: inline-block;
    }

        .main-nav .side-nav .nav-tel i, .main-nav .side-nav .nav-namefamily i {
            display: inline-block;
            margin-right: 5px;
            font-size: 18px;
            position: relative;
            top: 3px;
        }

        .main-nav .side-nav .nav-tel:hover, .main-nav .side-nav .nav-namefamily:hover {
            color: #000;
            background-color: #fdc800;
        }

.main-nav .account-box {
    visibility: hidden;
    position: absolute;
    top: 47px;
    right: 0;
    width: 200px;
    background: #ec7a18;
    border-radius: 20px;
    padding: 5px;
    text-align: right;
    z-index:1000 !important;

}

    .main-nav .account-box ul {
        width: 100%;
        padding: 10px !important;
        
    }

        .main-nav .account-box ul li {
            list-style: none;
            text-align: right;
            line-height: 40px;
            width: 100%;
            border-bottom: 1px solid rgba(200, 143, 5, 0.94);
            
        }

            .main-nav .account-box ul li:last-child {
                border-bottom: 0;
            }

            .main-nav .account-box ul li a {
                color: #000;
               
            }

            .main-nav .account-box ul li button {
                background: #0b0320;
                color: #fff;
            }

.main-nav .nav-user-profile, .main-nav #cart_sidebar {
    position: relative;
    display: inline-block !important;
}

    .main-nav .nav-user-profile:hover > .account-box {
        visibility: visible;
    }
/*-- End Navbar --*/
/*-- Banner --*/
.banner-area {
    position: relative;
}

    .banner-area .banner-content {
        position: absolute;
        top: 350px;
        right: 200px;
        width: 600px;
        z-index: 1000;
    }

        .banner-area .banner-content h1 {
            font-weight: 700;
            font-size: 40px;
            margin-bottom: 20px !important;
            color: #fff;
        }
        .banner-area .banner-content h1 span{
            font-weight: 700;
            font-size: 40px;
                    color: #ec7a18;
        }

        .banner-area .banner-content p {
            margin-bottom: 30px;
            color: #fff;
        }

        .banner-area .banner-content form {
            position: relative;
        }

            .banner-area .banner-content form ::-webkit-input-placeholder {
                color: #a5a4a9;
            }

            .banner-area .banner-content form :-ms-input-placeholder {
                color: #a5a4a9;
            }

            .banner-area .banner-content form ::-ms-input-placeholder {
                color: #a5a4a9;
            }

            .banner-area .banner-content form ::placeholder {
                color: #a5a4a9;
            }

        .banner-area .banner-content .form-control {
            position: relative;
            padding-left: 25px;
            border: 0;
            border-radius: 50px;
            -webkit-box-shadow: 0px 0px 20px 0px #dddddd;
            box-shadow: 0px 0px 20px 0px #dddddd;
            height: 70px;
            padding-top: 10px;
            padding-bottom: 10px;
            width: 229px;
        }

            .banner-area .banner-content .form-control:focus {
                -webkit-box-shadow: 0px 0px 20px 0px #dddddd;
                box-shadow: 0px 0px 20px 0px #dddddd;
                border: 0;
            }

        .banner-area .banner-content .banner-form-btn {
            font-weight: 500;
            font-size: 15px;
            color: #0b0320;
            border-radius: 50px;
            background-color: #ec7a18;
            padding: 12px 32px;
            position: absolute;
            top: 10px;
            right: 12px;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

            .banner-area .banner-content .banner-form-btn:hover {
                color: #ffffff;
                background-color: #0b0320;
            }

    .banner-area .owl-theme .owl-nav {
        margin-top: -5px;
        position: relative;
        right: 0;
        left: 0;
    }

    .banner-area .banner-slider {
        /*height: 100vh;*/
        /*overflow: hidden;*/
    }

    .banner-area .owl-nav {
        display: none !important;
    }

/*//===foodlist======*/

#div_categoryOfFood.fixed {
    height: 165px;
    position: fixed;
    background: #fffdf9;
    top: 90px;
    padding-top: 20px !important;
    padding-bottom: 100px !important;
    z-index: 999 !important;
    width: 100%;
}

#div_categoryOfFood .owl-nav .owl-prev {
    position: absolute !important;
    top: 35px;
    left:-70px;
    height: 40px;
    width: 40px;
    background: #e2e1e1 !important;
    border-radius: 30px;
    font-size: 25px !important;
    line-height: 45px !important;
    color: #ff6a00 !important;
}

#div_categoryOfFood .owl-nav .owl-next {
    position: absolute !important;
    top: 35px;
    right: -70px;
    height: 40px;
    width: 40px;
    background: #e2e1e1 !important;
    border-radius: 30px;
    font-size: 25px !important;
    line-height: 45px !important;
    color: #ff6a00 !important;
}

#div_categoryOfFood .foodCatBg {
    border-radius: 10px;
    background: #f1f1f1;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*-- End Banner --*/
/*-- Feature --*/
.section-title {
    margin-bottom: 50px;
    text-align: center;
    margin-top: -8px;
}

    .section-title .sub-title {
        font-weight: 500;
        font-size: 16px;
        color: #ec7a18;
        display: block;
        margin-bottom: 8px;
    }

    .section-title h2 {
        font-weight: 700;
        font-size: 35px;
        margin-bottom: 16px;
        text-align: center;
    }

    .section-title p {
        max-width: 580px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: #787878 !important;
    }

.feature-area .section-title {
    text-align: center;
}

    .feature-area .section-title p {
        margin-right: 0;
    }

.feature-item {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

    .feature-item img {
        width: 100%;
        border-radius: 25px;
    }

    .feature-item:hover {
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }

        .feature-item:hover .feature-inner ul li a {
            background-color: #0b0320;
        }

    .feature-item .feature-inner {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 30px;
        background-color: #ffffff;
        max-width: 310px;
        border-radius: 50px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .feature-item .feature-inner ul {
            margin: 0;
            padding: 0;
            position: relative;
        }

            .feature-item .feature-inner ul li {
                list-style-type: none;
                display: inline-block;
            }

                .feature-item .feature-inner ul li img {
                    position: relative;
                    top: -2px;
                }

                .feature-item .feature-inner ul li span {
                    display: block;
                    font-weight: 500;
                    font-size: 18px;
                    color: #0b0320;
                    margin-left: 12px;
                }

                .feature-item .feature-inner ul li a {
                    display: block;
                    width: 40px;
                    height: 40px;
                    line-height: 46px;
                    border-radius: 50%;
                    text-align: center;
                    font-size: 23px;
                    color: #ffffff;
                    background-color: #ec7a18;
                    position: absolute;
                    right: 7px;
                    top: -7px;
                }

/*-- End Feature --*/
/*-- Service --*/
.service-area {
    background-color: #fffdf9;
}

    .service-area .slider-item {
        text-align: center;
        padding: 2px;
        border-radius: 15px;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        position: relative;
    }

        .service-area .slider-item a {
            display: block !important;
            background-color: #fff;
            border-radius: 10px;
            box-shadow:2px 3px 6px #dedede;
            width: 110px !important;
            height: 110px !important;
            padding: 10px;
        }
        .service-area .slider-item h3 {
            color: #1b1b1b;
            font-size: 15px;
            font-weight:bold;
        }

        .service-area .slider-item .active {
            cursor: pointer;
            border: 1px solid #ec7a18;
        }

            .service-area .slider-item .active h3 {
                color: #000;
                font-size: 14px;
            }

        .service-area .slider-item a:hover {
            cursor: pointer;
            opacity:0.8;
        }

            .service-area .slider-item a:hover h3 {
                color: #ec7a18;
            }

        /*.service-area .service-item a:hover img {
                transform: rotate(30deg);
                transition: ease-in-out;
            }*/

        .service-area .slider-item img {
            margin-bottom: 10px;
            width: 48px !important;
            height: 48px;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

        /*.service-area .service-item .service-shape {
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
            opacity: 1;
            width: 100% !important;
            height: 100% !important;
            margin-bottom: 0;
        }*/

        .service-area .service-item h3 {
            font-weight: 600;
            font-size: 14px;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
            color: #000;
            margin: 5px 0 8px 0 !important;
            padding-right: 5px !important;
            padding-left: 5px !important;
        }



.stickySide {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    border-radius: 15px;
    background: #fff;
    padding: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 1000px;
}

    .stickySide .nav-link {
        margin-bottom: 10px;
        border-radius: 15px;
    }

        .stickySide .nav-link:hover {
            background: #f7f7f7;
            cursor: pointer;
        }

        .stickySide .nav-link.active {
            background: #f7f7f7;
        }

    .stickySide .title {
        color: #000;
        font-weight: bold;
        padding-right: 10px;
    }

.mt--150 {
    margin-top: -100px !important;
}

.foodList .col-12 {
    padding-top: 100px !important;
    margin-bottom: 10px;
}

.foodList h4 {
    border-radius: 15px;
    background-color: #f1f1f1;
    padding: 10px;
    color: #150839 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

/*.service-area .service-slider .owl-prev {
            height: 40px;
            width: 40px;
            line-height: 45px !important;
            border-radius: 50% !important;
            text-align: center;
            color: #ffffff !important;
            background-color: #ffe7a2 !important;
            font-size: 25px !important;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
            position: absolute;
            top: 45%;
            left: -55px;
            opacity: 0;
        }

            .service-area .service-slider .owl-prev:hover {
                background-color: #ec7a18 !important;
            }

        .service-area .service-slider .owl-next {
            height: 40px;
            width: 40px;
            line-height: 45px !important;
            border-radius: 50% !important;
            text-align: center;
            color: #ffffff !important;
            background-color: #ffe7a2 !important;
            font-size: 25px !important;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
            position: absolute;
            top: 45%;
            right: -55px;
            opacity: 0;
        }

            .service-area .service-slider .owl-next:hover {
                background-color: #ec7a18 !important;
            }

        .service-area .service-slider:hover .owl-prev {
            opacity: 1;
            left: -48px;
        }

        .service-area .service-slider:hover .owl-next {
            opacity: 1;
            right: -48px;
        }*/
/*-- End Service --*/
/*-- Restant--*/
.restant-area {
    padding-top: 150px;
    position: relative;
    padding-bottom: 130px;
    background-image: url('/img/feature-bg-1.jpg');
}

    .restant-area .restant-content {
        max-width: 600px;
        margin: auto;
        text-align: center;
        z-index: 200;
    }

        .restant-area .restant-content .section-title {
            margin-bottom: 35px;
        }

            .restant-area .restant-content .section-title h2 {
                color: #ec7a18;
            }

            .restant-area .restant-content .section-title p {
                max-width: 100%;
                margin-right: 0;
                margin-bottom: 10px;
            }

    .restant-area img:nth-of-type(1) {
        position: absolute;
        top: 0;
        right: 0;
    }

    .restant-area img:nth-of-type(2) {
        position: absolute;
        top: 0;
        left: 0;
    }

.cmn-btn {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background-color: #ec7a18;
    padding: 12px 30px;
    border-radius: 50px;
    display: inline-block;
}

    .cmn-btn:hover {
        background-color: #0b0320;
        color: #ffffff;
    }

@-webkit-keyframes restant-amination {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    40% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    70% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes restant-amination {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    40% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    70% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/*-- End Restant --*/
/*-- Collection --*/
.collection-area .more-collection {
    text-align: center;
}

    .collection-area .more-collection a {
        display: inline-block;
        font-weight: 500;
        color: #0b0320;
        font-size: 18px;
        border-bottom: 1px solid #0b0320;
    }

        .collection-area .more-collection a:hover {
            color: #ec7a18;
            border-bottom: 1px solid #ec7a18;
        }

.collection-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd;
    box-shadow: 0px 0px 20px 0px #dddddd;
    border-radius: 10px;
    padding: 20px;
}


        .collection-item img {
            width: 100%;
            border-radius: 10px;
        }


    .collection-item .collection-bottom {
        padding: 15px 0 17px 0;
    }

    .collection-item .collection-bottom .add-cart {
        display: inline-block;
        float: left;
    }

        .collection-item .collection-bottom .add-cart button {
            display: block;
            border: 1px solid #d86d10 !important;
            background: #ec7a18;
            border-radius: 5px;
            padding: 6px 12px 8px;
            font-size: 13px;
            border: 0;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

            .collection-item .collection-bottom .add-cart button i {
                display: inline-block;
                color: #fff;
                font-size: 22px;
                position: relative;
                top: 4px;
                margin-right: 3px;
            }

            .collection-item .collection-bottom .add-cart button:hover {
                color: #ec7a18;
                background-color: #ffffff;
            }

                .collection-item .collection-bottom .add-cart button:hover i {
                    color: #ec7a18;
                }


        .collection-item .collection-bottom .pricebox {
            height: 40px;
        }

        .collection-item .collection-bottom h3 {
            font-size: 17px;
            margin-bottom: 15px;
        }
        .collection-item .collection-bottom p {
            min-height:50px;
            line-height:25px;
            
        }

        .collection-item .collection-bottom h5 {
            font-size: 14px;
            color: #0b0320;
            float: right;
            margin-top: 7px;
        }

            .collection-item .collection-bottom h5 span {
                font-size: 20px !important;
                font-weight: bold;
                color: #138613;
            }

        .collection-item .collection-bottom .old {
            font-size: 13px !important;
            color: #8b8b8b !important;
            text-decoration: line-through;
            padding-left: 15px;
        }


.sorting-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
}

    .sorting-menu ul li {
        list-style-type: none;
        display: inline-block;
        font-size: 15px;
        color: #0b0320;
        cursor: pointer;
        border-radius: 50px;
        padding: 10px 20px;
        margin-left: 5px;
        margin-right: 5px;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        font-weight: 500;
        background-color: #f5f5f5;
        margin-bottom: 7px;
    }

        .sorting-menu ul li:hover, .sorting-menu ul li.active {
            color: #ffffff;
            background-color: #ec7a18;
        }

/*-- End Collection --*/
/*-- Menu --*/
.menu-area {
    background-color: #fffdf9;
}

    .menu-area .section-title h2, .menu-area .section-title p {
        text-align: right !important;
        margin: 20px 0;
    }
        .menu-area .section-title h2{
            color:#ec7a18 !important;
        }
        .menu-area .section-title p {
            color: #000 !important;
        }

.menu-item img {
    margin-bottom: 22px;
}

.menu-item .menu-shape {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin-bottom: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    width: 100%;
    height: 100%;
}

.menu-item h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    text-align: right;
}

/*-- End Menu --*/
/*-- Reservation --*/
.reservation-area {
    background-color: #0b0320;
    border-radius: 0 0 0 85px;
    position: relative;
}

    .reservation-area .reservation-shape img {
        position: absolute;
        top: 0;
        right: 0;
    }

    .reservation-area .row {
        position: relative;
    }

    .reservation-area .reservation-item {
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
    }

        .reservation-area .reservation-item .section-title {
            text-align: left;
            margin-bottom: 40px;
        }

            .reservation-area .reservation-item .section-title h2 {
                color: #ffffff;
                text-align: right;
            }

            .reservation-area .reservation-item .section-title p {
                margin-right: 0;
                color: #ffffff;
                text-align: right;
            }

        .reservation-area .reservation-item .row {
            margin: 0;
            padding: 10px 11px 10px 20px;
            background-color: #ffffff;
            border-radius: 50px;
            text-align: center;
        }




            .reservation-area .reservation-item .row h3, .reservation-area .reservation-item .row h2 {
                font-size: 25px;
                font-weight: bold;
                padding-top: 5px;
            }

            .reservation-area .reservation-item .row div:first-child:after {
                position: absolute;
                content: '';
                width: 1px;
                height: 45px;
                left: 0;
                top: 0px;
                background-color: #ec7a18;
            }

            .reservation-area .reservation-item .row div:last-child .cmn-btn {
                padding: 12px 22px;
                float: left;
            }

    .reservation-area .reservation-img {
        text-align: center;
        position: absolute;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
        top: -225px;
    }

/*-- End Reservation --*/
/*-- Chef --*/
.chef-area {
    padding-top: 190px;
}

.chef-item {
    margin-bottom: 30px;
    text-align: center;
}

    .chef-item:hover .chef-bottom ul li:nth-child(1), .chef-item.active .chef-bottom ul li:nth-child(1) {
        bottom: 0;
        opacity: 1;
        z-index: 1;
    }

    .chef-item:hover .chef-bottom ul li:nth-child(2), .chef-item.active .chef-bottom ul li:nth-child(2) {
        bottom: 0;
        opacity: 1;
        z-index: 1;
    }

    .chef-item:hover .chef-bottom ul li:nth-child(3), .chef-item.active .chef-bottom ul li:nth-child(3) {
        bottom: 0;
        opacity: 1;
        z-index: 1;
    }

    .chef-item .chef-top {
        position: relative;
        border-radius: 10px 10px 0 0;
    }

        .chef-item .chef-top img {
            width: 100%;
            border-radius: 10px 10px 0 0;
        }

        .chef-item .chef-top .chef-inner {
            background-color: #0b0320bf;
            border-radius: 10px 10px 0 0;
            padding: 10px 10px 12px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }

            .chef-item .chef-top .chef-inner h3 {
                color: #ffffff;
                font-weight: 500;
                font-size: 20px;
                margin-bottom: 5px;
            }

            .chef-item .chef-top .chef-inner span {
                display: block;
                font-size: 14px;
                color: #ffffff;
            }

    .chef-item .chef-bottom ul {
        margin: 0;
        padding: 0;
        margin-top: 10px;
    }

        .chef-item .chef-bottom ul li {
            list-style-type: none;
            display: inline-block;
            margin-left: 5px;
            margin-right: 5px;
        }

            .chef-item .chef-bottom ul li:nth-child(1) {
                position: relative;
                bottom: -10px;
                opacity: 0;
                z-index: -1;
                -webkit-transition: 0.5s all ease;
                transition: 0.5s all ease;
            }

            .chef-item .chef-bottom ul li:nth-child(2) {
                position: relative;
                bottom: -10px;
                opacity: 0;
                z-index: -1;
                -webkit-transition: .7s all ease;
                transition: .7s all ease;
            }

            .chef-item .chef-bottom ul li:nth-child(3) {
                position: relative;
                bottom: -10px;
                opacity: 0;
                z-index: -1;
                -webkit-transition: .9s all ease;
                transition: .9s all ease;
            }

            .chef-item .chef-bottom ul li a {
                display: block;
                width: 35px;
                height: 35px;
                line-height: 40px;
                border-radius: 50%;
                text-align: center;
                color: #ffffff;
                background-color: #0b0320;
                font-size: 18px;
            }

                .chef-item .chef-bottom ul li a:hover {
                    background-color: #ec7a18;
                }

/*-- End Chef --*/
/*-- Review --*/
.review-area {
    position: relative;
    background-image: url('/img/bg-tarh-meshki.jpg');
}

    .review-area .review-img {
        position: relative;
        text-align: center;
    }



    .review-area .review-item {
        text-align: center;
        max-width: 560px;
        /*padding-top: 100px;
        padding-bottom: 100px;*/
        float: left;
    }

        .review-area .review-item .section-title {
            margin-bottom: 30px;
        }

            .review-area .review-item .section-title h2 {
                color: #ec7a18;
            }

            .review-area .review-item .section-title p {
                color: #fff;
            }

        .review-area .review-item .slider-nav {
            margin-bottom: 40px;
        }

            .review-area .review-item .slider-nav img {
                margin-left: auto;
                margin-right: auto;
                margin-top: 12px;
                -webkit-transition: 0.5s all ease;
                transition: 0.5s all ease;
                max-width: 75px;
            }

                .review-area .review-item .slider-nav img:focus {
                    border: 0;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

        .review-area .review-item .slider-for h3 {
            font-weight: 500;
            font-size: 20px;
            margin-bottom: 15px;
            color: #ec7a18;
        }

        .review-area .review-item .slider-for p {
            margin-bottom: 0;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
            color: #fff;
        }
/*//--------------*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }


.slick-loading .slick-track {
    visibility: hidden;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}



/*-- End Review --*/
/*-- Blog --*/
.blog-item {
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd;
    box-shadow: 0px 0px 20px 0px #dddddd;
    border-radius: 65px 65px 0 0;
}

    .blog-item:hover .blog-bottom .cmn-btn {
        left: 5px;
    }

    .blog-item .blog-top {
        position: relative;
    }

        .blog-item .blog-top a {
            display: block;
        }

        .blog-item .blog-top span {
            display: inline-block;
            font-size: 12px;
            color: #fff;
            background-color: #ec7a18;
            padding: 5px 12px;
            border-radius: 6px;
            position: absolute;
            right: 15px;
            bottom: -15px;
        }

        .blog-item .blog-top img {
            border-radius: 12px 12px 0 0;
            width: 100%;
        }

    .blog-item .blog-bottom {
        padding: 35px 15px 50px 30px;
        position: relative;
    }

        .blog-item .blog-bottom h3 {
            font-weight: 500;
            font-size: 22px;
            margin-bottom: 10px;
            line-height: 1.4;
        }

            .blog-item .blog-bottom h3 a {
                display: block;
                color: #0b0320;
            }

                .blog-item .blog-bottom h3 a:hover {
                    color: #ec7a18;
                }

        .blog-item .blog-bottom p {
            color: #848487;
            margin-bottom: 0;
        }

        .blog-item .blog-bottom .cmn-btn {
            position: absolute;
            left: 15px;
            bottom: -20px;
        }

.blog-area .read-blog-btn {
    text-align: center;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    color: #0b0320;
    border-bottom: 1px solid #0b0320;
}

    .blog-area .read-blog-btn:hover {
        color: #ec7a18;
        border-bottom: 1px solid #ec7a18;
    }

/*-- End Blog --*/
/*-- Subscribe --*/
.subscribe-area {
    position: relative;
    background: url(/img/newsletter-bg-1.jpg) no-repeat;
}


.subscribe-item {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .subscribe-item .section-title {
        text-align: left;
        margin-bottom: 35px;
    }

        .subscribe-item .section-title h2 {
            color: #ec7a18;
            text-align: right;
        }

        .subscribe-item .section-title p {
            color: #fff;
            margin-right: 0;
            text-align: right;
        }

    .subscribe-item .newsletter-form {
        position: relative;
        margin-bottom: 30px;
    }

        .subscribe-item .newsletter-form .form-control {
            height: 70px;
            padding: 10px 15px 10px 30px;
            border-radius: 50px;
            background-color: #ffffff;
            border: 0;
            font-size: 16px;
        }

            .subscribe-item .newsletter-form .form-control ::-webkit-input-placeholder {
                color: #a5a4a9;
            }

            .subscribe-item .newsletter-form .form-control :-ms-input-placeholder {
                color: #a5a4a9;
            }

            .subscribe-item .newsletter-form .form-control ::-ms-input-placeholder {
                color: #a5a4a9;
            }

            .subscribe-item .newsletter-form .form-control ::placeholder {
                color: #a5a4a9;
            }

            .subscribe-item .newsletter-form .form-control:focus {
                -webkit-box-shadow: none;
                box-shadow: none;
                border: 0;
            }

        .subscribe-item .newsletter-form .cmn-btn {
            opacity: 1;
            position: absolute;
            left: 10px;
            top: 10px;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
            padding: 12px 40px;
        }

        .subscribe-item .newsletter-form .validation-danger {
            font-size: 14px;
            color: #ffffff;
            margin-top: 10px;
        }

    .subscribe-item .social-link ul {
        margin: 0;
        padding: 0;
    }

        .subscribe-item .social-link ul li {
            list-style-type: none;
            display: inline-block;
            margin-right: 12px;
        }

            .subscribe-item .social-link ul li a {
                display: block;
                width: 40px;
                height: 40px;
                line-height: 46px;
                border-radius: 50%;
                text-align: center;
                font-size: 20px;
                color: #ffffff;
                background-color: #1a1c3b;
            }

                .subscribe-item .social-link ul li a:hover {
                    background-color: #ec7a18;
                }

.subscribe-img {
    text-align: center;
}

/*-- End Subscribe --*/
/*-- Footer --*/
.footer-item {
    margin-bottom: 30px;
}

    .footer-item .footer-logo a {
        display: block;
        margin-bottom: 25px;
    }

    .footer-item .footer-logo p {
        color: #0b0320;
        margin-bottom: 25px;
    }

    .footer-item .footer-logo ul {
        margin: 0;
        padding: 0;
    }

        .footer-item .footer-logo ul li {
            list-style-type: none;
            display: inline-block;
            margin-right: 5px;
        }

            .footer-item .footer-logo ul li a {
                display: block;
                width: 35px;
                height: 35px;
                line-height: 39px;
                border-radius: 50%;
                text-align: center;
                font-size: 18px;
                color: #ffffff;
                background-color: #1a1c3b;
                margin-bottom: 0;
            }

                .footer-item .footer-logo ul li a:hover {
                    background-color: #ec7a18;
                }

    .footer-item .footer-service h3 {
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 30px;
    }

    .footer-item .footer-service ul {
        margin: 0;
        padding: 0;
    }

        .footer-item .footer-service ul li {
            list-style-type: none;
            display: block;
            margin-bottom: 15px;
            color: #00011e;
            position: relative;
            padding-right: 28px;
        }

            .footer-item .footer-service ul li i {
                display: inline-block;
                font-size: 20px;
                margin-right: 3px;
                position: absolute;
                top: 3px;
                right: 0;
            }

            .footer-item .footer-service ul li a {
                display: block;
                color: #00011e;
            }

                .footer-item .footer-service ul li a:hover {
                    margin-left: 10px;
                    color: #ec7a18;
                }

            .footer-item .footer-service ul li:last-child {
                margin-bottom: 0;
            }

/*-- End Footer --*/
/*-- Copyright --*/
.copyright-area {
    background-image: url(/img/bg-tarh-meshki.jpg);
    padding-top: 30px;
    padding-bottom: 30px;
}

    .copyright-area .copyright-item {
        text-align: center;
    }

        .copyright-area .copyright-item p {
            color: #ffffff;
            font-size: 15px;
            margin-bottom: 0;
        }

            .copyright-area .copyright-item p a {
                display: inline-block;
                color: #ec7a18;
                font-weight: 500;
            }

                .copyright-area .copyright-item p a:hover {
                    color: #ffffff;
                }

/*-- End Copyright --*/
/*----- End Home One CSS -----*/

/*----- About CSS -----*/

/*-- Page Title --*/
.page-title-img-one {
    background-image: url("/img/page-title.jpg");
}

.page-title-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 230px;
    padding-bottom: 135px;
}

.page-title-item {
    padding-right: 40px;
    position: relative;
}

    .page-title-item:before {
        position: absolute;
        content: '';
        width: 10px;
        height: 100px;
        right: 0;
        top: 0;
        border-radius: 50px;
        background-color: #ec7a18;
    }

    .page-title-item h2 {
        font-size: 40px;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .page-title-item ul {
        margin: 0;
        padding: 0;
    }

        .page-title-item ul li {
            list-style-type: none;
            display: inline-block;
            color: #ec7a18;
        }

            .page-title-item ul li i {
                display: inline-block;
                font-size: 25px;
                position: relative;
                top: 6px;
                color: #ffffff;
            }

            .page-title-item ul li a {
                display: inline-block;
                color: #ffffff;
            }

                .page-title-item ul li a:hover {
                    color: #ec7a18;
                }

/*-- End Page Title --*/

/*-- Service --*/
.service-area-four .service-item {
    border: 1px solid #ec7a18;
    margin-bottom: 30px;
}

/*-- End Service --*/
/*----- End About CSS -----*/

/*----- Blog Details CSS -----*/
/*-- Page Title --*/
.page-title-img-two {
    background-image: url("/img/1.jpg");
    position: relative;
}

    .page-title-img-two:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        background-color: #0b0320;
        -webkit-clip-path: polygon(40% 0, 100% 0%, 100% 100%, 60% 100%);
        clip-path: polygon(40% 0, 100% 0%, 100% 100%, 60% 100%);
        opacity: .90;
    }

/*-- End Page Title --*/
/*-- Service Details --*/
.blog-details-more {
    padding-bottom: 20px;
}

.blog-details-tags h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 30px;
}

.blog-details-tags ul {
    margin: 0;
    padding: 0;
}

    .blog-details-tags ul li {
        list-style-type: none;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 10px;
    }

        .blog-details-tags ul li a {
            display: block;
            font-size: 12px;
            color: #696969;
            background-color: #f0f0f0;
            border-radius: 30px;
            padding: 7px 16px;
        }

            .blog-details-tags ul li a:hover {
                color: #ffffff;
                background-color: #0b0320;
            }

.blog-details-nav ul {
    margin: 0;
    padding: 0;
}

    .blog-details-nav ul li {
        list-style-type: none;
        display: inline-block;
        margin-left: 12px;
    }

        .blog-details-nav ul li span {
            display: block;
            font-weight: 500;
            font-size: 15px;
            color: #0b0320;
            border: 1px solid #0b0320;
            padding: 9px 25px;
            border-radius: 50px;
        }



/*-- End Service Details --*/
/*----- End Blog Details CSS -----*/
/*----- 404 CSS -----*/
/*-- 404 --*/
.error-item {
    height: 700px;
    text-align: center;
    margin-top: 25px;
}

    .error-item h1 {
        font-size: 130px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .error-item p {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 35px;
    }

    .error-item span {
        display: block;
    }

    .error-item a {
        display: inline-block;
        color: #ffffff;
        background-color: #ec7a18;
        border-radius: 10px;
        padding: 16px 40px;
        margin-top: 70px;
        font-size: 18px;
    }

        .error-item a:hover {
            background-color: #0b0320;
        }

/*-- End 404 --*/
/*----- End 404 CSS -----*/
/*----- Contact CSS -----*/
/*-- Banner --*/
.page-title-img-three {
    background-image: url("/img/contact-bg.jpg");
    position: relative;
}

    .page-title-img-three:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: .70;
        background-color: #0b0320;
    }

/*-- End Banner --*/
/*-- Location --*/
.contact-location-area {
    background-color: #fffdf9;
}

    .contact-location-area .location-item {
        text-align: center;
        background-color: #ffffff;
        padding: 40px 20px 40px;
        border-radius: 20px;
        position: relative;
        margin-bottom: 30px;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        z-index: 1;
    }

        .contact-location-area .location-item:hover, .contact-location-area .location-item.active {
            background-color: #ec7a18;
        }

            .contact-location-area .location-item:hover img, .contact-location-area .location-item.active img {
                opacity: 1;
            }

            .contact-location-area .location-item:hover i, .contact-location-area .location-item.active i {
                color: #ffffff;
                background-color: #0b0320;
            }

            .contact-location-area .location-item:hover ul li, .contact-location-area .location-item.active ul li {
                color: #ffffff;
            }

        .contact-location-area .location-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
            z-index: -1;
        }

        .contact-location-area .location-item i {
            width: 65px;
            height: 65px;
            line-height: 65px;
            border-radius: 50%;
            text-align: center;
            display: block;
            font-size: 33px;
            color: #0b0320;
            margin-bottom: 15px;
            margin-left: auto;
            margin-right: auto;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
            background-color: #ec7a18;
        }

        .contact-location-area .location-item ul {
            margin: 0;
            padding: 0;
        }

            .contact-location-area .location-item ul li {
                list-style-type: none;
                display: block;
                color: #0b0320;
                font-weight: 500;
                font-size: 16px;
                -webkit-transition: 0.5s all ease;
                transition: 0.5s all ease;
                margin-bottom: 5px;
            }

                .contact-location-area .location-item ul li:last-child {
                    margin-bottom: 0;
                }

                .contact-location-area .location-item ul li a {
                    display: block;
                    color: #0b0320;
                }

                    .contact-location-area .location-item ul li a:hover {
                        color: #ffffff;
                    }

/*-- End Location --*/
/*-- Form --*/
.contact-form-area {
    background-image: url("/img/contact-form-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .contact-form-area .contact-item {
        background-color: rgba(255, 255, 255, 0.70);
        padding: 70px 50px;
        border-radius: 15px;
    }

        .contact-form-area .contact-item #InsertComment {
            margin-bottom: 40px;
        }

            .contact-form-area .contact-item #InsertComment .form-group {
                margin-bottom: 20px;
            }

                .contact-form-area .contact-item #InsertComment .form-group .form-control {
                    height: 55px;
                    border-radius: 30px;
                    padding-left: 30px;
                    border: 0;
                    background-color: #ffffff;
                    font-size: 15px;
                }

                    .contact-form-area .contact-item #InsertComment .form-group .form-control:focus {
                        border: 0;
                        -webkit-box-shadow: none;
                        box-shadow: none;
                    }

                .contact-form-area .contact-item #InsertComment .form-group ::-webkit-input-placeholder {
                    color: #b2b2b2;
                }

                .contact-form-area .contact-item #InsertComment .form-group :-ms-input-placeholder {
                    color: #b2b2b2;
                }

                .contact-form-area .contact-item #InsertComment .form-group ::-ms-input-placeholder {
                    color: #b2b2b2;
                }

                .contact-form-area .contact-item #InsertComment .form-group ::placeholder {
                    color: #b2b2b2;
                }

                .contact-form-area .contact-item #InsertComment .form-group textarea {
                    height: auto !important;
                    padding-top: 10px;
                }

            .contact-form-area .contact-item #InsertComment .cmn-btn {
                opacity: 1;
                -webkit-transition: 0.5s all ease;
                transition: 0.5s all ease;
                margin-top: 10px;
            }

        .contact-form-area .contact-item .contact-social span {
            display: block;
            font-size: 16px;
            color: #0b0320;
            margin-bottom: 15px;
        }

        .contact-form-area .contact-item .contact-social ul {
            margin: 0;
            padding: 0;
        }

            .contact-form-area .contact-item .contact-social ul li {
                list-style-type: none;
                display: inline-block;
                margin-left: 10px;
            }

                .contact-form-area .contact-item .contact-social ul li:last-child {
                    margin-left: 0;
                }

                .contact-form-area .contact-item .contact-social ul li a {
                    display: block;
                    width: 40px;
                    height: 40px;
                    line-height: 45px;
                    text-align: center;
                    border-radius: 50%;
                    color: #ffffff;
                    background-color: #0b0320;
                    font-size: 20px;
                }

                    .contact-form-area .contact-item .contact-social ul li a:hover {
                        background-color: #ec7a18;
                    }

        .contact-form-area .contact-item .list-unstyled {
            color: #dc3545;
            margin-bottom: 0;
            margin-top: 10px;
        }

        .contact-form-area .contact-item .text-danger {
            color: #dc3545;
            margin-top: 14px;
            margin-bottom: 0;
        }

        .contact-form-area .contact-item .text-success {
            color: #28a745;
            margin-top: 14px;
            margin-bottom: 0;
        }

    .contact-form-area .contact-img {
        text-align: center;
        position: relative;
    }

        .contact-form-area .contact-img img {
            position: absolute;
            left: 0;
            right: 0;
            top: 43px;
            margin-left: auto;
            margin-right: auto;
        }

/*-- End Form --*/
/*----- End Contact CSS -----*/
/*----- Preloader CSS -----*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #0b0320;
    text-align: center !important;
}

.spinner {
    width: 50px;
    height: 50px;
    margin: 350px auto;
    background-color: rgba(200, 143, 5, 0.94);
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/*----- End Preloader CSS -----*/
/*----- Back to Top CSS ------*/
#toTop {
    position: fixed;
    bottom: 30px;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.back-to-top-btn i {
    background: #ec7a18;
    color: #ffffff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-right: 28px;
    -webkit-box-shadow: 0px 0px 14px 0px #ec7a18;
    box-shadow: 0px 0px 14px 0px #ec7a18;
}

    .back-to-top-btn i:hover {
        background-color: #0b0320;
        color: #ffffff;
        -webkit-box-shadow: 0px 0px 14px 0px #0b0320;
        box-shadow: 0px 0px 14px 0px #0b0320;
    }

/*----- End Back to Top CSS -----*/
/*# sourceMappingURL=style.css.map */


/*--------------------- login register----------------------*/

/*------------------------------------------------------------    Login / Register / Forgot Password / Change Password / Confirmation Number    Start ------------------------------------------------------------*/


.login .content {
    position: relative;
    width: 500px;
    margin: 200px auto;
    padding: 30px 50px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 20%);
    -o-box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 20%);
}

    .login .content .logo {
        margin-bottom: 40px;
        text-align: center;
    }

        .login .content .logo img {
            max-width: 50%;
        }

    .login .content form {
        margin-bottom: 30px;
    }

        .login .content form .title {
            display: block;
            margin-bottom: 15px;
        }

            .login .content form .title h6 {
                font-weight: 600;
            }

        .login .content form input {
            width: 100%;
            margin-bottom: 10px;
            padding: 15px;
            font-size: 14px;
            border-radius: 15px;
            border: 1px solid #d7d7d7;
        }

            .login .content form input:focus {
                border-color: #ec7a18;
            }

        .login .content form .forget {
            margin-bottom: 40px;
        }

            .login .content form .forget .remember {
                position: relative;
                display: block;
                float: right;
                padding-right: 20px;
                font-size: 12px;
            }

                .login .content form .forget .remember input {
                    position: absolute;
                    margin: 0;
                    right: 0;
                    opacity: 0;
                    cursor: pointer;
                }

                .login .content form .forget .remember .tick {
                    position: absolute;
                    height: 15px;
                    width: 15px;
                    top: 50%;
                    right: 0;
                    text-align: center;
                    background: #f1f1f1;
                    border-radius: 5px;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                }

                    .login .content form .forget .remember .tick i {
                        display: none;
                        line-height: 16px;
                        font-size: 10px;
                        color: #ffffff;
                    }

                .login .content form .forget .remember input:checked ~ .tick i {
                    display: block;
                }

                .login .content form .forget .remember input:checked ~ .tick {
                    background: #007bff;
                }

            .login .content form .forget a {
                float: left;
                font-size: 12px;
                color: #007bff;
            }

                .login .content form .forget a:hover {
                    color: #ec7a18;
                }

        .login .content form button {
            display: block;
            width: 100%;
            margin-bottom: 5px;
            padding: 15px;
            font-size: 15px;
            font-weight: bold;
            border-radius: 15px;
            color: #000;
            background: #ec7a18;
        }

            .login .content form button:hover {
                background: #2f2f2f;
            }

        .login .content form .disposables {
            background: #007bff;
        }

    .login .content .bottom-link {
        display: block;
        text-align: center;
        font-size: 12px;
    }

        .login .content .bottom-link a {
            color: #007bff;
        }

            .login .content .bottom-link a:hover {
                color: #ec7a18;
            }

    .login .content form .text {
        display: block;
        margin-bottom: 40px;
        font-size: 12px;
    }

    .login .content form .number {
        margin-bottom: 10px;
    }

        .login .content form .number input {
            width: 55px;
            height: 55px;
            margin-left: 5px !important;
            font-size: 24px;
            font-weight: 600;
            text-align: center;
            padding: 10px;
            margin: 0;
        }

/*------------------------------------------------------------    Login / Register / Forgot Password / Change Password / Confirmation Number    End ------------------------------------------------------------*/

/*------------------------------------------------------------    Shop-Cart     ------------------------------------------------------------*/

.f-parent:after {
    display: block;
    content: ' ';
    clear: both;
}

.shop-cart {
    margin: 190px 0 100px 0;
}

    .shop-cart .cart .checkout-steps {
        margin-bottom: 100px;
    }


        .shop-cart .cart .checkout-steps .steps {
            display: block;
            padding: 0 !important;
        }

            .shop-cart .cart .checkout-steps .steps .item {
                position: relative;
                display: block;
                width: 25%;
                float: right;
                text-align: center;
            }

                .shop-cart .cart .checkout-steps .steps .item .circle {
                    position: absolute;
                    display: block;
                    width: 30px;
                    height: 30px;
                    top: 40px;
                    left: 50%;
                    border-radius: 50%;
                    border: 2px solid #d7d7d7;
                    background: #ffffff;
                    transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    z-index: 99;
                }

                    .shop-cart .cart .checkout-steps .steps .item .circle:before {
                        content: '';
                        position: absolute;
                        width: 22px;
                        height: 22px;
                        left: 50%;
                        top: 2px;
                        border-radius: 50%;
                        background: #d7d7d7;
                        transform: translateX(-50%);
                        -webkit-transform: translateX(-50%);
                        -moz-transform: translateX(-50%);
                        -o-transform: translateX(-50%);
                    }

                .shop-cart .cart .checkout-steps .steps .item:before {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 7px;
                    top: 55px;
                    left: 50%;
                    background: #d7d7d7;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                }

                .shop-cart .cart .checkout-steps .steps .item:first-child:before {
                    display: none;
                }

                .shop-cart .cart .checkout-steps .steps .item.active .circle {
                    border-color: #ec7a18;
                }

                    .shop-cart .cart .checkout-steps .steps .item.active .circle:before {
                        background: #ec7a18;
                    }

                .shop-cart .cart .checkout-steps .steps .item.active:before {
                    background: #ec7a18;
                }

    .shop-cart .cart .products-cart {
        padding: 40px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    }

        .shop-cart .cart .products-cart .title {
            margin-bottom: 50px;
        }

            .shop-cart .cart .products-cart .title h5 {
                font-weight: 600;
            }


        .shop-cart .cart .products-cart .product-box table {
            width: 100%;
            margin-bottom: 30px;
        }

            .shop-cart .cart .products-cart .product-box table tr {
                border-bottom: 1px solid #d7d7d7;
            }

                .shop-cart .cart .products-cart .product-box table tr td {
                    padding: 10px;
                }

            .shop-cart .cart .products-cart .product-box table img {
                width: 100px;
                border-radius: 14px;
            }


            .shop-cart .cart .products-cart .product-box table .name {
                display: block;
                color: #0b0320;
            }

                .shop-cart .cart .products-cart .product-box table .name:hover {
                    color: #ec7a18;
                }

            .shop-cart .cart .products-cart .product-box table .category {
                display: block;
                font-size: 12px;
                color: #a4a4a4;
            }

            .shop-cart .cart .products-cart .product-box table .price {
                display: block;
                font-size: 14px;
                color: #ec7a18;
            }

            .shop-cart .cart .products-cart .product-box table .quantity {
                position: relative;
                float: right;
                font-size: 18px;
                background: #e8e8e8;
                padding: 3px 8px;
                border-radius: 5px;
            }

                .shop-cart .cart .products-cart .product-box table .quantity .qty {
                    width: 80px;
                    height: 40px;
                    padding: 5px 25px 5px 25px;
                    border-radius: 10px;
                    text-align: center;
                    background: #e8e8e8;
                }

                .shop-cart .cart .products-cart .product-box table .quantity .qtyminus {
                    right: 0;
                }

                .shop-cart .cart .products-cart .product-box table .quantity .qtyplus {
                    left: 0;
                }

                .shop-cart .cart .products-cart .product-box table .quantity .button {
                    position: absolute;
                    top: 50%;
                    padding: 8px;
                    background: none;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                }

                    .shop-cart .cart .products-cart .product-box table .quantity .button:hover {
                        color: #ec7a18;
                    }

            .shop-cart .cart .products-cart .product-box table .total-price {
                display: block;
                font-size: 18px;
                color: #000;
                font-weight: bold;
            }

            .shop-cart .cart .products-cart .product-box table .remove {
                width: 100%;
                padding: 10px 30px;
                font-size: 14px;
                text-align: center;
                border-radius: 15px;
                color: #ffffff;
                background: #ec7a18;
            }

                .shop-cart .cart .products-cart .product-box table .remove:hover {
                    background: #e6ad05;
                }

        .shop-cart .cart .products-cart .product-box .button a {
            padding: 10px 30px;
            border-radius: 15px;
            color: #ffffff;
            background: #007bff;
        }

            .shop-cart .cart .products-cart .product-box .button a:hover {
                background: #2f2f2f;
            }

        .shop-cart .cart .products-cart .product-box .button .back {
            float: right;
        }

        .shop-cart .cart .products-cart .product-box .button .update {
            float: left;
        }

    .shop-cart .cart .price-cart {
        padding: 40px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    }

        .shop-cart .cart .price-cart .title {
            margin-bottom: 15px;
        }

            .shop-cart .cart .price-cart .title h6 {
                font-weight: 600;
                padding-bottom: 10px;
                border-bottom: 1px solid #d7d7d7;
            }

        .shop-cart .cart .price-cart .info {
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #d7d7d7;
        }

            .shop-cart .cart .price-cart .info .price {
                margin-bottom: 40px;
            }

                .shop-cart .cart .price-cart .info .price .label {
                    float: right;
                    font-size: 14px;
                }

                .shop-cart .cart .price-cart .info .price .value {
                    float: left;
                    font-size: 14px;
                }

                .shop-cart .cart .price-cart .info .price .subtotal {
                    margin-bottom: 5px;
                }

                .shop-cart .cart .price-cart .info .price .Shipping {
                    margin-bottom: 15px;
                }

                .shop-cart .cart .price-cart .info .price .total .label {
                    font-weight: 600;
                }

                .shop-cart .cart .price-cart .info .price .total .value {
                    font-weight: 600;
                    color: #efa100;
                    font-size: 18px;
                }

            .shop-cart .cart .price-cart .info .payment-btn {
                margin-bottom: 10px;
            }

                .shop-cart .cart .price-cart .info .payment-btn a, .shop-cart .cart .price-cart .info .payment-btn button {
                    width: 100% !important;
                    padding: 15px 20px;
                    text-align: center;
                    font-size: 14px;
                    border-radius: 15px;
                    color: #ffffff;
                    background: #2f2f2f;
                    display: block;
                }

                    .shop-cart .cart .price-cart .info .payment-btn a:hover, .shop-cart .cart .price-cart .info .payment-btn button:hover {
                        background: #ec7a18;
                    }

            .shop-cart .cart .price-cart .info .back {
                display: block;
                text-align: center;
            }

                .shop-cart .cart .price-cart .info .back a {
                    font-size: 10px;
                }

                    .shop-cart .cart .price-cart .info .back a:hover {
                        color: #007bff;
                    }

        .shop-cart .cart .price-cart .services .services-box {
            display: block;
        }

            .shop-cart .cart .price-cart .services .services-box .item {
                display: block;
                margin-bottom: 5px;
                font-size: 12px;
                color: #a4a4a4;
            }

                .shop-cart .cart .price-cart .services .services-box .item i {
                    margin-left: 5px;
                    color: #ec7a18;
                }

    .shop-cart .cart-empty {
        padding: 40px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    }

        .shop-cart .cart-empty .empty {
            text-align: center;
        }

            .shop-cart .cart-empty .empty .pic {
                display: block;
                margin-bottom: 20px;
            }



        .shop-cart .cart-empty h3 {
            margin-bottom: 20px !important;
            font-weight: 600;
            color: #a4a4a4;
        }

        .shop-cart .cart-empty .menu {
            display: block;
        }

            .shop-cart .cart-empty .menu .item {
                padding: 0 10px;
                border-left: 1px solid #d7d7d7;
            }

                .shop-cart .cart-empty .menu .item:last-child {
                    border: 0;
                }

                .shop-cart .cart-empty .menu .item a {
                    font-size: 14px;
                    color: #007bff;
                }
    /*----------------------*/

    .shop-cart .address-box {
        padding: 20px;
        border-radius: 20px;
        background: #f1f1f1;
        border: 1px solid #f1f1f1;
        cursor: pointer;
    }

        .shop-cart .address-box.active {
            border: 1px solid #ec7a18;
        }

    .shop-cart .radio-group-body .radio {
        width: 50px;
        height: 50px;
        background: #fff;
        display: block;
        border-radius: 30px;
        line-height: 50px;
        text-align: center;
        font-weight: bolder;
        font-size: 29px;
    }

    .shop-cart .radio-group-body .bx-check {
        color: #fff;
    }

    .shop-cart .radio-group-body .active .bx-check {
        color: #ec7a18 !important;
        font-size: 50px !important;
    }
/*----------------------*/
#AddVewAddress {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    z-index: 1000;
}

    #AddVewAddress .FixedDiv {
        position: fixed;
        top: 15px;
        left: 1%;
        z-index: 2;
        background: #fff;
        width: 98%;
        box-shadow: 2px 2px 3px #989898;
        border-radius: 10px;
        padding-bottom: 10px;
    }

    #AddVewAddress .mainMapDiv {
        position: relative;
        width: 100%;
        height: 100vh;
    }

    #AddVewAddress #map {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }


        #AddVewAddress #map .mapDivIn {
            position: absolute;
            left: 10px;
            top: 10px;
            width: 200px;
            height: 200px;
            overflow: hidden
        }

    #AddVewAddress textarea {
        width: 100%;
        border-radius: 15px;
        font-size: 13px;
        line-height: 33px;
        border-color: #f1f1f1;
        background: #f1f1f1;
        height: 50px;
    }

        #AddVewAddress textarea::placeholder {
            font-size: 13px !important
        }




/*------------------------------------------------------------    Checkout Steps End    ------------------------------------------------------------*/

/*--------------------    Dashboard Profile     --------------------*/

.dashboard-profile {
    margin: 150px 0 100px 0;
}

    .dashboard-profile .profile .right-box .profile-box {
        position: relative;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    }

        .dashboard-profile .profile .right-box .profile-box .header-profile {
            display: flex;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #f1f1f1;
        }

            .dashboard-profile .profile .right-box .profile-box .header-profile .pic {
                position: relative;
                display: block;
            }

                .dashboard-profile .profile .right-box .profile-box .header-profile .pic img {
                    width: 70px;
                    border-radius: 50%;
                }

                .dashboard-profile .profile .right-box .profile-box .header-profile .pic .edit {
                    position: absolute;
                    width: 24px;
                    height: 24px;
                    left: -5px;
                    top: -5px;
                    font-size: 10px;
                    text-align: center;
                    border-radius: 50%;
                    border: 2px solid #ffffff;
                    color: #ffffff;
                    background: #19bfd3;
                }

                    .dashboard-profile .profile .right-box .profile-box .header-profile .pic .edit i {
                        line-height: 20px;
                    }

            .dashboard-profile .profile .right-box .profile-box .header-profile .name {
                display: block;
                margin-right: 10px;
                padding-top: 25px;
            }

                .dashboard-profile .profile .right-box .profile-box .header-profile .name p {
                    font-size: 14px;
                    color: #a4a4a4;
                }

        .dashboard-profile .profile .right-box .profile-box .options {
            display: grid;
            margin-bottom: 10px;
        }

            .dashboard-profile .profile .right-box .profile-box .options span {
                display: block;
                margin-bottom: 5px;
            }

                .dashboard-profile .profile .right-box .profile-box .options span p {
                    float: right;
                    font-size: 14px;
                }

                .dashboard-profile .profile .right-box .profile-box .options span strong {
                    float: left;
                    font-size: 14px;
                    color: #a4a4a4;
                }

        .dashboard-profile .profile .right-box .profile-box .buttons a {
            width: 48%;
            display: inline-block;
            padding: 10px;
            font-size: 14px;
            text-align: center;
            border-radius: 10px;
            color: #000;
            background: #ec7a18;
        }

            .dashboard-profile .profile .right-box .profile-box .buttons a:hover {
                background: #0b0320;
                color: #fff;
            }

    .dashboard-profile .profile .right-box .profile-menu {
        position: relative;
        padding: 20px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    }

        .dashboard-profile .profile .right-box .profile-menu .title h6 {
            padding-bottom: 15px;
            font-weight: 600;
            border-bottom: 1px solid #f1f1f1;
        }

        .dashboard-profile .profile .right-box .profile-menu .menu {
            display: block;
            margin-top: 20px;
            padding: 0;
        }

            .dashboard-profile .profile .right-box .profile-menu .menu .item {
                display: block;
            }

                .dashboard-profile .profile .right-box .profile-menu .menu .item a {
                    display: block;
                    padding: 10px;
                    border-radius: 10px;
                    color: #00011e;
                }

                .dashboard-profile .profile .right-box .profile-menu .menu .item:hover a {
                    padding-right: 15px;
                    color: #ec7a18;
                }

                .dashboard-profile .profile .right-box .profile-menu .menu .item.active a {
                    padding-right: 25px;
                    color: #ffa400;
                    background: #f1f1f1;
                }

            .dashboard-profile .profile .right-box .profile-menu .menu i {
                font-size: 22px;
            }

    .dashboard-profile .profile .profile-content {
        position: relative;
        padding: 40px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    }

        .dashboard-profile .profile .profile-content .stats {
            margin-bottom: 20px;
        }

            .dashboard-profile .profile .profile-content .stats .item {
                height: 200px;
                padding: 40px;
                border-radius: 20px;
                text-align: center;
                background: #f1f1f1;
            }

                .dashboard-profile .profile .profile-content .stats .item.bg-color1 {
                    background: #ec7a18;
                }

                .dashboard-profile .profile .profile-content .stats .item.bg-color2 {
                    background: #0b0320;
                }

                .dashboard-profile .profile .profile-content .stats .item.bg-color3 {
                    background: #ec7a18;
                }

                .dashboard-profile .profile .profile-content .stats .item.bg-color4 {
                    background: #0b0320;
                }

                .dashboard-profile .profile .profile-content .stats .item .icon {
                    display: block;
                    margin-bottom: 20px;
                    font-size: 50px;
                    color: #ffffff;
                }

                .dashboard-profile .profile .profile-content .stats .item h5 {
                    margin-bottom: 8px !important;
                    color: #ffffff;
                    font-size: 15px !important;
                }

                .dashboard-profile .profile .profile-content .stats .item p {
                    font-size: 12px;
                    color: #f1f1f1;
                }

        .dashboard-profile .profile .profile-content .info {
            margin-bottom: 20px;
        }

            .dashboard-profile .profile .profile-content .info .personal {
                height: auto;
                padding: 30px;
                border-radius: 20px;
                background: #f1f1f1;
            }

            .dashboard-profile .profile .profile-content .info .title {
                margin-bottom: 20px;
            }

                .dashboard-profile .profile .profile-content .info .title h5 {
                    float: right;
                    font-weight: 600;
                }

                .dashboard-profile .profile .profile-content .info .title .button {
                    float: left;
                }

                    .dashboard-profile .profile .profile-content .info .title .button a {
                        font-size: 12px;
                        color: #007bff;
                    }

                        .dashboard-profile .profile .profile-content .info .title .button a:hover {
                            color: #ec7a18;
                        }

            .dashboard-profile .profile .profile-content .info .personal .personal-box .label {
                display: block;
                margin-bottom: 5px;
                font-size: 14px;
                color: #a4a4a4;
            }

            .dashboard-profile .profile .profile-content .info .personal .personal-box .value {
                display: block;
                margin-bottom: 30px;
                font-size: 14px;
            }


    .dashboard-profile .profile .order-content .info .personal {
        height: auto;
        padding: 30px;
        border-radius: 20px;
        background: #f1f1f1;
    }

    .dashboard-profile .profile .order-content .info .title {
        margin-bottom: 20px;
    }

        .dashboard-profile .profile .order-content .info .title h5 {
            float: right;
            font-weight: 600;
        }

        .dashboard-profile .profile .order-content .info .title .button {
            float: left;
        }

            .dashboard-profile .profile .order-content .info .title .button a {
                font-size: 12px;
                color: #19bfd3;
            }

                .dashboard-profile .profile .order-content .info .title .button a:hover {
                    color: #138613;
                }

    .dashboard-profile .profile .order-content .info .personal .personal-box .label {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        color: #a4a4a4;
    }

    .dashboard-profile .profile .order-content .info .personal .personal-box .value {
        display: block;
        margin-bottom: 30px;
        font-size: 14px;
    }


    .dashboard-profile .profile .profile-content .info .favorite {
        height: auto;
        padding: 30px;
        border-radius: 20px;
        background: #f1f1f1;
    }

        .dashboard-profile .profile .profile-content .info .favorite .favorite-box .box {
            display: block;
            padding: 0;
        }

        .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item {
            position: relative;
            display: block;
            padding: 7px 0;
            border-bottom: 1px solid #d7d7d7;
        }

            .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item:first-child {
                padding-top: 0;
            }

            .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item:last-child {
                padding-bottom: 0;
                border-bottom: 0;
            }

            .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .pic {
                display: block;
                float: right;
            }

                .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .pic img {
                    width: 60px;
                    border-radius: 5px;
                }

            .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .name {
                display: block;
                float: right;
                margin-right: 10px;
                padding: 10px 0;
                font-size: 14px;
            }

                .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .name a {
                    display: block;
                    margin-bottom: 5px;
                    color: #0b0320;
                }

                    .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .name a:hover {
                        color: #ec7a18;
                    }

                .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .name .price {
                    display: block;
                    color: #ffac00;
                }

            .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .remove {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
            }

                .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .remove button {
                    width: 40px;
                    height: 40px;
                    font-size: 18px;
                    text-align: center;
                    border-radius: 12px;
                    color: #000;
                    background: #ec7a18;
                }

                    .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .remove button:hover {
                        background: #0b0320;
                    }

                    .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .remove button i {
                        line-height: 40px;
                    }


    .dashboard-profile .profile .profile-content .addreses {
        padding: 30px;
        border-radius: 20px;
        background: #f1f1f1;
    }

        .dashboard-profile .profile .profile-content .addreses .title {
            margin-bottom: 20px;
        }

            .dashboard-profile .profile .profile-content .addreses .title h5 {
                float: right;
                font-weight: 600;
            }

            .dashboard-profile .profile .profile-content .addreses .title .button {
                float: left;
            }

                .dashboard-profile .profile .profile-content .addreses .title .button a {
                    font-size: 12px;
                    color: #007bff;
                }

                    .dashboard-profile .profile .profile-content .addreses .title .button a:hover {
                        color: #ec7a18;
                    }



        .dashboard-profile .profile .profile-content .addreses .order-box table {
            width: 100%;
            font-size: 12px;
            border-collapse: collapse;
        }

            .dashboard-profile .profile .profile-content .addreses .order-box table .title {
                background: #d7d7d7;
            }

                .dashboard-profile .profile .profile-content .addreses .order-box table .title td {
                    font-size: 14px;
                    padding: 10px;
                }

                    .dashboard-profile .profile .profile-content .addreses .order-box table .title td:first-child {
                        border-top-right-radius: 15px;
                        border-bottom-right-radius: 15px;
                    }

                    .dashboard-profile .profile .profile-content .addreses .order-box table .title td:last-child {
                        border-top-left-radius: 15px;
                        border-bottom-left-radius: 15px;
                    }

            .dashboard-profile .profile .profile-content .addreses .order-box table .item {
                border-bottom: 1px solid #d7d7d7;
            }

                .dashboard-profile .profile .profile-content .addreses .order-box table .item:last-child {
                    border-bottom: 0;
                }

                .dashboard-profile .profile .profile-content .addreses .order-box table .item td {
                    padding: 10px;
                    font-size: 12px;
                    color: #a4a4a4;
                }

            .dashboard-profile .profile .profile-content .addreses .order-box table tr td img {
                width: 55px;
            }

            .dashboard-profile .profile .profile-content .addreses .order-box table tr td a:hover {
                color: #19bfd3;
            }

            .dashboard-profile .profile .profile-content .addreses .order-box table tr td .button {
                display: block;
                padding: 8px;
                text-align: center;
                border-radius: 10px;
                color: #000;
                background: #ec7a18;
            }

                .dashboard-profile .profile .profile-content .addreses .order-box table tr td .button:hover {
                    background: #0b0320;
                    color: #ffffff;
                }



    /*//---------------------------*/



    .dashboard-profile .profile .profile-content .orders {
        padding: 30px;
        border-radius: 20px;
        background: #f1f1f1;
    }

        .dashboard-profile .profile .profile-content .orders .title {
            margin-bottom: 20px;
        }

            .dashboard-profile .profile .profile-content .orders .title h5 {
                float: right;
                font-weight: 600;
            }

            .dashboard-profile .profile .profile-content .orders .title .button {
                float: left;
            }

                .dashboard-profile .profile .profile-content .orders .title .button a {
                    font-size: 12px;
                    color: #007bff;
                }

                    .dashboard-profile .profile .profile-content .orders .title .button a:hover {
                        color: #ec7a18;
                    }



        .dashboard-profile .profile .profile-content .orders .order-box table {
            width: 100%;
            font-size: 12px;
            border-collapse: collapse;
        }

            .dashboard-profile .profile .profile-content .orders .order-box table .title {
                background: #d7d7d7;
            }

                .dashboard-profile .profile .profile-content .orders .order-box table .title td {
                    font-size: 14px;
                    padding: 10px;
                }

                    .dashboard-profile .profile .profile-content .orders .order-box table .title td:first-child {
                        border-top-right-radius: 15px;
                        border-bottom-right-radius: 15px;
                    }

                    .dashboard-profile .profile .profile-content .orders .order-box table .title td:last-child {
                        border-top-left-radius: 15px;
                        border-bottom-left-radius: 15px;
                    }

            .dashboard-profile .profile .profile-content .orders .order-box table .item {
                border-bottom: 1px solid #d7d7d7;
            }

                .dashboard-profile .profile .profile-content .orders .order-box table .item:last-child {
                    border-bottom: 0;
                }

                .dashboard-profile .profile .profile-content .orders .order-box table .item td {
                    padding: 10px;
                    font-size: 12px;
                    color: #a4a4a4;
                }

            .dashboard-profile .profile .profile-content .orders .order-box table tr td img {
                width: 55px;
            }

            .dashboard-profile .profile .profile-content .orders .order-box table tr td a:hover {
                color: #19bfd3;
            }

            .dashboard-profile .profile .profile-content .orders .order-box table tr td .button {
                display: block;
                padding: 8px;
                text-align: center;
                border-radius: 10px;
                color: #ffffff;
                background: #138613;
            }

                .dashboard-profile .profile .profile-content .orders .order-box table tr td .button:hover {
                    background: #19bfd3;
                    color: #ffffff;
                }



/*--------------------    Dashboard Order     --------------------*/


.order-content {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

    .order-content .title {
        margin-bottom: 20px;
    }

        .order-content .title h5 {
            font-weight: 600;
        }

    .order-content .order-box table {
        width: 100%;
    }

        .order-content .order-box table .title {
            font-size: 14px;
        }

            .order-content .order-box table .title td {
                background: #d7d7d7;
                padding: 10px;
            }

                .order-content .order-box table .title td:first-child {
                    border-top-right-radius: 15px;
                    border-bottom-right-radius: 15px;
                }

                .order-content .order-box table .title td:last-child {
                    border-top-left-radius: 15px;
                    border-bottom-left-radius: 15px;
                }

        .order-content .order-box table tr td label {
            position: relative;
            display: block;
            width: 20px;
            height: 20px;
        }

            .order-content .order-box table tr td label input {
                position: absolute;
                right: 0;
                opacity: 0;
                cursor: pointer;
            }

            .order-content .order-box table tr td label .tick {
                position: absolute;
                height: 20px;
                width: 20px;
                top: 50%;
                right: 0;
                text-align: center;
                background: #f1f1f1;
                border-radius: 5px;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
            }

                .order-content .order-box table tr td label .tick i {
                    display: none;
                    line-height: 20px;
                    font-size: 12px;
                    color: #ffffff;
                }

            .order-content .order-box table tr td label input:checked ~ .tick i {
                display: block;
            }

            .order-content .order-box table tr td label input:checked ~ .tick {
                background: #19bfd3;
            }

        .order-content .order-box table .item {
            border-bottom: 1px solid #f1f1f1;
        }

            .order-content .order-box table .item:last-child {
                border-bottom: 0;
            }

            .order-content .order-box table .item td {
                padding: 10px;
                font-size: 12px;
            }

                .order-content .order-box table .item td img {
                    width: 60px;
                }

                .order-content .order-box table .item td button, .order-content .order-box table .item td .button {
                    display: block;
                    padding: 8px;
                    text-align: center;
                    border-radius: 10px;
                    color: #ffffff;
                    background: #138613;
                }

                    .order-content .order-box table .item td button:hover, .order-content .order-box table .item td .button:hover {
                        background: #19bfd3;
                    }



/*--------------------    Dashboard Favorites     --------------------*/

.favorite-content {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

    .favorite-content .title {
        margin-bottom: 20px;
    }

        .favorite-content .title h5 {
            font-weight: 600;
        }

    .favorite-content .favorites-box .favorites .item {
        position: relative;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 20px;
        background: #f1f1f1;
    }

    .favorite-content .item .pic {
        display: block;
    }

        .favorite-content .item .pic img {
            width: 100%;
            border-radius: 10px;
        }

    .favorite-content .item .info {
        display: block;
    }

        .favorite-content .item .info .name {
            margin-bottom: 5px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

            .favorite-content .item .info .name a {
                display: block;
                font-size: 14px;
                color: #0b0320;
                padding-bottom: 10px;
            }

                .favorite-content .item .info .name a:hover {
                    color: #138613;
                }

        .favorite-content .item .info .category {
            display: block;
            margin-bottom: 10px;
            font-size: 12px;
            color: #a4a4a4;
        }

        .favorite-content .item .info .button a, .favorite-content .item .info .button button {
            width: 48%;
            padding: 10px;
            font-size: 14px;
            text-align: center;
            border-radius: 15px;
            color: #ffffff;
        }

            .favorite-content .item .info .button a:hover, .favorite-content .item .info .button button:hover {
                background: #0b0320;
                color: #fff;
            }

        .favorite-content .item .info .button .view {
            background: #ec7a18;
            color: #000;
        }

        .favorite-content .item .info .button .remove {
            background: #0b0320;
            color: #fff;
            margin-right: 10px;
        }




/*--------------------    Dashboard Edit Info     --------------------*/



.edit-content {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

    .edit-content .title {
        margin-bottom: 50px;
    }

        .edit-content .title h5 {
            font-weight: 600;
        }

    .edit-content .edit-box .item {
        position: relative;
        margin-bottom: 20px;
    }

        .edit-content .edit-box .item label {
            display: block;
            margin-bottom: 5px;
            padding-right: 10px;
            font-size: 14px;
        }

        .edit-content .edit-box .item input[type=text] {
            width: 100%;
            padding: 15px;
            border-radius: 15px;
            font-size: 14px;
            border-color: #f1f1f1;
            background: #f1f1f1;
            line-height: 40px;
            height: 40px !important;
        }


        .edit-content .edit-box .item input:focus {
            border-color: #ec7a18;
            box-shadow: none;
        }

        .edit-content .edit-box .item input[type=radio] {
        }

        .edit-content .edit-box .item.address {
            margin-bottom: 20px;
        }

            .edit-content .edit-box .item.address .address-box {
                padding: 30px;
                border-radius: 15px;
                background: #f1f1f1;
            }

                .edit-content .edit-box .item.address .address-box .address1 {
                    display: block;
                    margin-bottom: 5px;
                    border-bottom: 1px solid #d7d7d7;
                }

                .edit-content .edit-box .item.address .address-box .address2 {
                    display: block;
                }

                .edit-content .edit-box .item.address .address-box label {
                    margin: 0;
                }

                .edit-content .edit-box .item.address .address-box input {
                    border: none;
                }

        .edit-content .edit-box .item.newsletters {
            margin-bottom: 50px;
        }

            .edit-content .edit-box .item.newsletters label {
                padding-right: 5px;
                margin-right: 20px;
            }

            .edit-content .edit-box .item.newsletters input {
                position: absolute;
                right: 0;
                opacity: 0;
                cursor: pointer;
            }

            .edit-content .edit-box .item.newsletters .tick {
                position: absolute;
                height: 20px;
                width: 20px;
                top: 50%;
                right: 15px;
                text-align: center;
                background: #f1f1f1;
                border-radius: 5px;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
            }

                .edit-content .edit-box .item.newsletters .tick i {
                    display: none;
                    line-height: 20px;
                    font-size: 12px;
                    color: #ffffff;
                }

            .edit-content .edit-box .item.newsletters input:checked ~ .tick i {
                display: block;
            }

            .edit-content .edit-box .item.newsletters input:checked ~ .tick {
                background: #ec7a18;
            }

        .edit-content .edit-box .item label span {
            font-size: 10px;
            color: #19bfd3;
        }

    .edit-content .edit-box form button {
        padding: 12px 20px;
        font-size: 14px;
        border: none;
        border-radius: 15px;
        background: #138613;
    }

        .edit-content .edit-box form button:hover {
            background: #19bfd3;
        }




/*------------------------------------------------------------    Dashboard Pages End     ------------------------------------------------------------*/



.dashboard-profile .product-box table {
    width: 100%;
    margin-bottom: 30px;
}

    .dashboard-profile .product-box table tr {
        border-bottom: 1px solid #d7d7d7;
    }

        .dashboard-profile .product-box table tr td {
            padding: 10px;
        }

    .dashboard-profile .product-box table img {
        width: 100px;
    }


    .dashboard-profile .product-box table .name {
        display: block;
    }

        .dashboard-profile .product-box table .name:hover {
            color: #19bfd3;
        }

    .dashboard-profile .product-box table .category {
        display: block;
        font-size: 12px;
        color: #a4a4a4;
    }

    .dashboard-profile .product-box table .price {
        display: block;
        font-size: 14px;
        color: #138613;
    }

    .dashboard-profile .product-box table .quantity {
        position: relative;
        float: right;
        font-size: 18px;
        background: #e8e8e8;
        padding: 3px 8px;
        border-radius: 5px;
    }

        .dashboard-profile .product-box table .quantity .qty {
            width: 80px;
            height: 40px;
            padding: 5px 25px 5px 25px;
            border-radius: 10px;
            text-align: center;
            background: #e8e8e8;
        }

        .dashboard-profile .product-box table .quantity .qtyminus {
            right: 0;
        }

        .dashboard-profile .product-box table .quantity .qtyplus {
            left: 0;
        }

        .dashboard-profile .product-box table .quantity .button {
            position: absolute;
            top: 50%;
            padding: 8px;
            background: none;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }

            .dashboard-profile .product-box table .quantity .button:hover {
                color: #138613;
            }

    .dashboard-profile .product-box table .total-price {
        display: block;
        font-size: 18px;
    }

    .dashboard-profile .product-box table .remove {
        width: 100%;
        padding: 10px 30px;
        font-size: 14px;
        text-align: center;
        border-radius: 15px;
        color: #ffffff;
        background: #138613;
    }

        .dashboard-profile .product-box table .remove:hover {
            background: #19bfd3;
        }


/*//--------------------------*/


.pagination {
    display: block;
    margin-top: 20px;
}

    .pagination .pagination-box {
        display: block;
        text-align: center;
        list-style: none;
    }

        .pagination .pagination-box li {
            display: inline-block;
            margin: 0 2px;
        }

        .pagination .pagination-box .item a {
            width: 45px;
            height: 45px;
            font-size: 18px;
            text-align: center;
            line-height: 45px;
            border-radius: 50%;
            border: 1px solid #a4a4a4;
            display: inline-block;
            color: #ec7a18 !important;
        }

            .pagination .pagination-box .item a:hover {
                color: #fff !important;
                background-color: #ec7a18;
                cursor: pointer;
            }

        .pagination .pagination-box .active a {
            color: #fff !important;
            background-color: #ec7a18 !important;
        }

        .pagination .pagination-box .item a i {
            line-height: 45px;
        }

/*----------------------------blog-----------------*/
service-details-area .service-details-item .service-details-fresh h1 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
}

.service-details-area .service-details-item .service-details-fresh img {
    margin-bottom: 25px;
    border-radius: 18px;
}

.service-details-area .service-details-item .service-details-more h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}

.service-details-area .service-details-item .service-details-more ul {
    padding: 0 !important;
    margin: 0 !important;
}

    .service-details-area .service-details-item .service-details-more ul li {
        list-style-type: none;
        display: block;
        -webkit-box-shadow: 0px 0px 20px 0px #dddddd;
        box-shadow: 0px 0px 20px 0px #dddddd;
        margin-bottom: 20px;
        position: relative;
        border-radius: 10px;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

        .service-details-area .service-details-item .service-details-more ul li a {
            display: block;
            font-weight: 500;
            font-size: 15px;
            color: #0b0320;
            padding: 15px 20px 15px;
            border-radius: 10px;
        }


        .service-details-area .service-details-item .service-details-more ul li input[type=text] {
            border: 0;
            height: 50px;
            padding: 5px;
            width: 80%;
            outline: none !important;
        }

        .service-details-area .service-details-item .service-details-more ul li button {
            float: left;
            background: #ec7a18;
            color: #0b0320;
            border-radius: 10px;
            height: 46px;
            width: 46px;
            margin: 2px;
        }






.story-area {
    text-align: center;
    position: relative;
}

    .story-area .story-head h2 {
        font-weight: 700;
        font-size: 36px;
        margin-bottom: 25px;
        margin-top: -10px;
    }

    .story-area .story-head p {
        max-width: 825px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    .story-area .story-item {
        margin-bottom: 30px;
        position: relative;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

        .story-area .story-item img {
            width: 100%;
            border-radius: 12px;
        }

    .story-area .story-shape img {
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 135px;
    }

    .story-area .story-item h3 {
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        background-color: #ffffff;
        border-radius: 10px;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        padding: 18px;
        margin-bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 30px;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }


@media (max-width: 1600px) {
    .container {
        width: 96% !important;
        max-width: 96% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-area .banner-content {
        position: absolute;
        top: 120px;
        right: calc((100% - 600px)/2);
        width: 600px;
        background: rgba(0, 0, 0, 0.50);
        padding: 30px;
        margin: 100px auto;
        text-align: center;
    }

        .banner-area .banner-content h1 {
            font-size: 20px;
            text-align: center;
        }

        .banner-area .banner-content p {
            text-align: center;
        }

        .banner-area .banner-content .form-control {
            margin-left: auto;
            margin-right: auto;
        }
}

@media only screen and (max-width: 991px) {
    .banner-area .banner-content {
        top: 80px;
        width: 90%;
        right: 5%;
    }

    .stickySide {
        margin-top: 50px;
    }

    .restant-area img:nth-of-type(1), .restant-area img:nth-of-type(2) {
        opacity: 0.2;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area {
        height: 600px !important;
        background-image: url(/img/MobileSlider/banner-slider1.jpg);
        background-size: cover;
    }

    .banner-slider {
        display: none !important;
    }

    .banner-area .banner-content {
        top: 70px;
    }

    .stickySide {
        top: 160px;
    }

    .foodList .col-12 {
        padding-top: 50px !important;
    }

        .foodList .col-12:first-child {
            padding-top: 100px !important;
        }


    .isMobileDiv {
        height: 1px;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
    /*-- Default CSS --*/
    body {
        font-size: 14px;
    }

    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .pb-70 {
        padding-bottom: 20px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .menu-area .section-title h2 {
        text-align: center !important;
    }

    .menu-area .section-title p {
        text-align: center !important;
        width: 100% !important;
        max-width: 100%;
        padding: 4%;
    }

    /*-- End Default CSS --*/
    /*----- Home One CSS -----*/
    /*-- Navbar --*/

    /*.main-nav .side-nav {
        background: #f6f6f6;
        border-radius: 7px;
        margin-top: 10px;
        padding: 15px 0 5px 0;
        text-align: center;
    }*/
    .side-nav {
        margin-top: 10px;
    }

    .main-nav .side-nav .nav-tel, .main-nav .side-nav .nav-namefamily {
        padding: 7px 10px !important;
        top: -2px;
    }

    .bxs-user-circle {
        margin: 0 !important;
        font-size: 25px !important;
    }

    .nav-tel, .us_name {
        display: none !important;
    }

    .mean-container .mean-bar {
        background-color: #0b0320;
    }

    .mobile-nav.mean-container .mean-nav ul li a.active {
        color: #ec7a18;
    }

    .mean-container .mean-nav .navbar-nav {
        height: 350px;
        overflow-y: scroll;
    }

    .mean-container a.meanmenu-reveal span {
        position: relative;
        top: 8px;
        margin-top: -6px;
    }
    /*-- End Navbar --*/
    /*-- Banner --*/
    .banner-area {
        height: 100%;
        /*padding-top: 125px;
        padding-bottom: 100px;*/
    }

        .banner-area .banner-content {
            text-align: center;
        }

            .banner-area .banner-content h1 {
                font-size: 35px;
            }

            .banner-area .banner-content form .form-control {
                font-size: 14px;
                padding-left: 20px;
                height: 60px;
            }

            .banner-area .banner-content form .banner-form-btn {
                padding: 12px 14px;
                position: absolute;
                top: 7px;
                right: 7px;
                font-size: 14px;
            }


        .banner-area .banner-slider {
            /*height:700px;*/
        }

    /*.container-slider {
        margin-top: 50px;
    }

    .banner-area .banner-slider {
        max-width: 500px;
        margin: auto;
        text-align: center;
    }

    .banner-area .banner-content .form-control {
        margin: auto;
    }

    */
    /*-- End Banner --*/
    /*-- Feature --*/
    .section-title {
        margin-bottom: 35px;
        margin-top: -4px;
    }

        .section-title .sub-title {
            font-size: 14px;
            margin-bottom: 4px;
        }

        .section-title h2 {
            font-size: 25px;
            margin-bottom: 12px;
        }

    .feature-area .section-title {
        text-align: center;
    }

        .feature-area .section-title p {
            margin-left: auto;
        }

    .feature-item .feature-inner {
        bottom: 15px;
        max-width: 265px;
    }

        .feature-item .feature-inner ul li img {
            top: -1px;
        }

        .feature-item .feature-inner ul li span {
            font-size: 16px;
            margin-left: 8px;
        }

        .feature-item .feature-inner ul li a {
            width: 35px;
            height: 35px;
            line-height: 40px;
            font-size: 21px;
        }
    /*-- End Feature --*/
    /*-- Service --*/

    .service-area .service-slider .owl-prev {
        display: none !important;
    }

    .service-area .service-slider .owl-next {
        display: none !important;
    }
    /*-- End Service --*/
    /*-- Restant--*/
    .restant-area {
        padding-top: 95px;
        padding-bottom: 50px;
    }

        .restant-area .restant-shape img {
            max-width: 75px;
        }

        .restant-area .restant-content {
            padding-left: 0;
            text-align: center;
            max-width: 100%;
        }

            .restant-area .restant-content .section-title {
                margin-bottom: 25px;
                text-align: center;
            }

                .restant-area .restant-content .section-title p {
                    margin-left: auto;
                }

        .restant-area .restant-img {
            margin-bottom: 75px;
        }

            .restant-area .restant-img img:nth-child(1) {
                max-width: 285px;
            }

            .restant-area .restant-img img:nth-child(2) {
                top: -45px;
                max-width: 185px;
            }

            .restant-area .restant-img img:nth-child(3) {
                display: none;
            }

            .restant-area .restant-img img:nth-child(4) {
                max-width: 190px;
                bottom: -85px;
            }

            .restant-area .restant-img img:nth-child(5) {
                display: none;
            }

    .cmn-btn {
        font-size: 14px;
    }
    /*-- End Restant --*/
    /*-- Collection --*/
    .collection-area .more-collection a {
        font-size: 15px;
    }

    .collection-item .collection-bottom {
        padding: 15px 15px 17px;
    }

        .collection-item .collection-bottom h3 {
            font-size: 18px;
            margin-bottom: 12px;
        }

        .collection-item .collection-bottom ul {
            vertical-align: middle;
        }

            .collection-item .collection-bottom ul li span {
                font-size: 22px;
            }

            .collection-item .collection-bottom ul li .minus, .collection-item .collection-bottom ul li .plus {
                width: 30px;
                height: 30px;
                line-height: 31px;
                font-size: 20px;
            }

            .collection-item .collection-bottom ul li .form-control {
                width: 40px;
            }

    .sorting-menu ul {
        margin-bottom: 30px;
    }

        .sorting-menu ul li {
            font-size: 14px;
            padding: 7px 20px;
            margin-left: 2px;
            margin-right: 2px;
        }
    /*-- End Collection --*/
    /*-- Menu --*/
    .menu-item {
        padding: 35px 25px 32px;
        border: 1px solid #ec7a18;
    }

        .menu-item img {
            margin-bottom: 22px;
        }
    /*-- End Menu --*/
    /*-- Reservation --*/
    .reservation-area {
        border-radius: 0 0 0 20px;
    }

        .reservation-area .reservation-item {
            padding-top: 50px;
            padding-bottom: 30px;
        }

            .reservation-area .reservation-item .section-title {
                text-align: center;
                margin-bottom: 35px;
            }

                .reservation-area .reservation-item .section-title p {
                    margin-left: auto;
                }

            .reservation-area .reservation-item ul {
                padding: 20px 10px 10px 10px;
                border-radius: 5px;
            }

                .reservation-area .reservation-item ul li {
                    margin-bottom: 10px;
                    display: block;
                }

                    .reservation-area .reservation-item ul li .form-control {
                        width: 100%;
                    }

                    .reservation-area .reservation-item ul li:first-child {
                        padding-right: 0;
                        margin-right: 0;
                    }

                        .reservation-area .reservation-item ul li:first-child:before {
                            display: none;
                        }

        .reservation-area .reservation-img {
            position: relative;
            top: 0;
            padding-bottom: 40px;
        }
    /*-- End Reservation --*/
    /*-- Chef --*/
    .chef-area {
        padding-top: 50px;
    }

    .chef-item .chef-bottom ul li:nth-child(1) {
        opacity: 1;
        z-index: 1;
        bottom: 0;
    }

    .chef-item .chef-bottom ul li:nth-child(2) {
        opacity: 1;
        z-index: 1;
        bottom: 0;
    }

    .chef-item .chef-bottom ul li:nth-child(3) {
        bottom: -10px;
        opacity: 1;
        z-index: 1;
        bottom: 0;
    }
    /*-- End Chef --*/
    /*-- Review --*/
    .review-area .slick-prev i {
        right: 110px;
    }

    .review-area .slick-next i {
        left: 110px;
    }

    .review-area .review-img img:nth-child(2) {
        top: 12px;
    }

    .review-area .review-item {
        padding-top: 30px;
        padding-bottom: 33px;
        max-width: 100% !important;
        float: none !important;
    }

        .review-area .review-item .slider-nav {
            margin-bottom: 25px;
        }

        .review-area .review-item .slider-for p {
            padding-left: 5px;
            padding-right: 5px;
        }
    /*-- End Review --*/
    /*-- Blog --*/
    .blog-item .blog-bottom {
        padding: 28px 8px 45px 15px;
    }

        .blog-item .blog-bottom h3 {
            font-size: 20px;
        }

    .blog-area .read-blog-btn {
        font-size: 15px;
    }
    /*-- End Blog --*/
    /*-- Subscribe --*/
    .subscribe-area {
        border-radius: 0 0 0 20px;
    }

    .subscribe-item {
        padding-top: 50px;
        padding-bottom: 30px;
    }

        .subscribe-item .section-title {
            text-align: center;
        }

            .subscribe-item .section-title p {
                margin-left: auto;
            }

        .subscribe-item .newsletter-form .form-control {
            height: 55px;
            padding: 5px 15px 5px 15px;
            font-size: 15px;
        }

        .subscribe-item .newsletter-form .cmn-btn {
            right: 8px;
            top: 6px;
            padding: 10px 25px;
        }

        .subscribe-item .social-link ul {
            text-align: center;
        }

    .subscribe-img {
        padding-bottom: 40px;
    }
    /*-- End Subscribe --*/
    /*-- Footer --*/
    .footer-item .footer-service h3 {
        margin-bottom: 20px;
    }
    /*-- End Footer --*/
    /*-- Copyright --*/
    .copyright-area {
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 20px 20px 0 0;
    }
    /*-- End Copyright --*/
    /*----- End Home One CSS -----*/

    /*----- About CSS -----*/
    /*-- Page Title --*/
    .page-title-area {
        padding-top: 150px;
        padding-bottom: 110px;
    }

    .page-title-item {
        padding-left: 30px;
    }

        .page-title-item:before {
            width: 5px;
            height: 77px;
        }

        .page-title-item h2 {
            font-size: 30px;
            margin-bottom: 6px;
        }
    /*-- End Page Title --*/

    /*----- End About CSS -----*/

    /*----- Blog Details CSS -----*/
    /*-- Page Title --*/
    .page-title-img-two:before {
        -webkit-clip-path: polygon(25% 0, 100% 0%, 100% 100%, 45% 100%);
        clip-path: polygon(25% 0, 100% 0%, 100% 100%, 45% 100%);
    }
    /*-- End Page Title --*/
    /*-- Service Details --*/
    .blog-details-more {
        padding-bottom: 20px;
    }

    .blog-details-nav ul li a {
        font-size: 14px;
    }
    /*-- End Service Details --*/
    /*----- End Blog Details CSS -----*/
    /*----- Cart CSS -----*/

    /*----- End Cart CSS -----*/
    /*----- 404 CSS -----*/
    /*-- 404 --*/
    .error-item {
        height: 480px;
    }

        .error-item h1 {
            font-size: 80px;
            margin-bottom: 0;
        }

        .error-item p {
            font-size: 20px;
            padding-left: 5px;
            padding-right: 5px;
        }

        .error-item a {
            padding: 13px 25px;
            margin-top: 30px;
            font-size: 14px;
        }
    /*-- End 404 --*/
    /*----- End 404 CSS -----*/
    /*----- Contact CSS -----*/
    /*-- Location --*/
    .contact-location-area .location-item {
        padding: 40px 15px 40px;
        border: 1px solid #ec7a18;
    }
    /*-- End Location --*/
    /*-- Form --*/
    .contact-form-area .contact-item {
        padding: 30px 15px;
    }

        .contact-form-area .contact-item #InsertComment {
            margin-bottom: 20px;
        }

            .contact-form-area .contact-item #InsertComment .form-group .form-control {
                height: 50px;
                padding-left: 25px;
                font-size: 14px;
            }

        .contact-form-area .contact-item .text-danger {
            font-size: 16px;
        }

        .contact-form-area .contact-item .text-success {
            font-size: 16px;
        }

    .contact-form-area .contact-img img {
        position: relative;
        left: 0;
        right: 0;
        top: 50px;
    }

    .book-table-area .book-table-wrap {
        padding: 30px 10px 35px;
    }
    /*-- End Form --*/
    /*----- End Contact CSS -----*/


    .shop-cart .cart .products-cart {
        padding: 5px;
    }

        .shop-cart .cart .products-cart .product-box table {
            width: 100%;
            display: block;
            overflow: auto;
        }

            .shop-cart .cart .products-cart .product-box table tbody {
                width: 100% !important;
                display: block !important;
            }

            .shop-cart .cart .products-cart .product-box table tr {
                position: relative !important;
                height: 260px !important;
                width: 100% !important;
                border-bottom: 1px dotted #e4e4e4 !important;
                display: block !important;
            }

                .shop-cart .cart .products-cart .product-box table tr td:nth-child(1) {
                    min-width: 120px;
                    position: absolute;
                    top: 10px;
                    right: 10px;
                }

                .shop-cart .cart .products-cart .product-box table tr td:nth-child(2) {
                    position: absolute;
                    top: 30px;
                    right: 130px;
                }

                .shop-cart .cart .products-cart .product-box table tr td:nth-child(3) {
                    position: absolute;
                    top: 150px;
                    right: 10px;
                }

                .shop-cart .cart .products-cart .product-box table tr td:nth-child(4) {
                    position: absolute;
                    top: 145px;
                    right: 130px;
                }

                    .shop-cart .cart .products-cart .product-box table tr td:nth-child(4):before {
                        content: "مبلغ کل:";
                        font-size: 14px;
                        color: #a4a4a4;
                    }

                .shop-cart .cart .products-cart .product-box table tr td:nth-child(5) {
                    position: absolute;
                    top: 150px;
                    left: 0;
                }

    .dashboard-profile {
        margin-top: 180px;
    }

        .dashboard-profile .profile .order-content .order-box tbody {
            display: block !important;
        }

        .dashboard-profile .profile .order-content .order-box table .title {
            display: none;
        }

        .dashboard-profile .profile .order-content .order-box table .item {
            position: relative !important;
            height: 250px !important;
            width: 100% !important;
            border-bottom: 1px solid #d1d1d1 !important;
            display: block !important;
        }


        .dashboard-profile .order-content {
            padding: 40px 10px;
        }

        .dashboard-profile .profile .order-content .order-box table td {
            font-size: 15px;
        }

            .dashboard-profile .profile .order-content .order-box table td:nth-child(1) {
                position: absolute;
                top: 10px;
                right: 0;
                width: 150px !important;
            }

                .dashboard-profile .profile .order-content .order-box table td:nth-child(1):before {
                    content: 'شماره سفارش:';
                }

            .dashboard-profile .profile .order-content .order-box table td:nth-child(2) {
                position: absolute;
                top: 10px;
                left: 0;
                width: 180px !important;
                text-align: left;
                font-size: 13px;
            }

                .dashboard-profile .profile .order-content .order-box table td:nth-child(2):before {
                    content: 'تاریخ:';
                }

            .dashboard-profile .profile .order-content .order-box table td:nth-child(3) {
                position: absolute;
                top: 70px;
                right: 0;
                width: 150px !important;
            }

                .dashboard-profile .profile .order-content .order-box table td:nth-child(3):before {
                    content: 'مبلغ:';
                }


            .dashboard-profile .profile .order-content .order-box table td:nth-child(4) {
                position: absolute;
                top: 70px;
                left: 8px;
                background: #e8e8e8;
                border-radius: 5px;
            }

            .dashboard-profile .profile .order-content .order-box table td:nth-child(5) {
                position: absolute;
                top: 150px;
                right: 0;
                width: calc(100%);
            }

        /*================*/

        .dashboard-profile .product-box table {
            width: 100%;
            display: block;
            overflow: auto;
        }

            .dashboard-profile .product-box table thead {
                display: none;
            }

            .dashboard-profile .product-box table tbody {
                width: 100% !important;
                display: block !important;
            }

            .dashboard-profile .product-box table tr {
                position: relative !important;
                height: 280px !important;
                width: 100% !important;
                border-bottom: 1px solid #d1d1d1 !important;
                display: block !important;
            }

                .dashboard-profile .product-box table tr td:nth-child(1) {
                    min-width: 120px;
                    position: absolute;
                    top: 10px;
                    right: 10px;
                }

                .dashboard-profile .product-box table tr td:nth-child(2) {
                    position: absolute;
                    top: 30px;
                    right: 130px;
                }

                .dashboard-profile .product-box table tr td:nth-child(3) {
                    position: absolute;
                    top: 190px;
                    right: 0;
                }

                .dashboard-profile .product-box table tr td:nth-child(4) {
                    position: absolute;
                    top: 185px;
                    right: 130px;
                }

                    .dashboard-profile .product-box table tr td:nth-child(4):before {
                        content: "مبلغ کل:";
                        font-size: 14px;
                        color: #a4a4a4;
                    }

                .dashboard-profile .product-box table tr td:nth-child(5) {
                    position: absolute;
                    top: 190px;
                    left: 0;
                }


        /*//-------addresss-*/
        .dashboard-profile .profile .addreses .order-box tbody {
            display: block !important;
        }

        .dashboard-profile .profile .addreses .order-box table .title {
            display: none;
        }

        .dashboard-profile .profile .addreses .order-box table .item {
            position: relative !important;
            height: auto !important;
            min-height: 80px;
            width: 100% !important;
            border-bottom: 1px solid #d1d1d1 !important;
            display: block !important;
        }


        .dashboard-profile .addreses {
            padding: 40px 10px;
        }

        .dashboard-profile .profile .addreses .order-box table td {
            font-size: 15px;
        }

            .dashboard-profile .profile .addreses .order-box table td:nth-child(1) {
                display: none
            }

            .dashboard-profile .profile .addreses .order-box table td:nth-child(2) {
                position: relative;
                width: 75% !important;
                float: right;
                font-size: 15px;
                padding-top: 10px;
            }

            .dashboard-profile .profile .addreses .order-box table td:nth-child(3) {
                position: relative;
                float: left;
                width: 25%;
            }

                .dashboard-profile .profile .addreses .order-box table td:nth-child(3):after {
                    clear: both;
                }



    #div_categoryOfFood .owl-nav .owl-prev {
        left: -40px;
    }

    #div_categoryOfFood .owl-nav .owl-next {
        right: -40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-area .service-item h3 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*-- Default CSS --*/
    body {
        font-size: 14px;
    }

    .ptb-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .pt-100 {
        padding-top: 70px;
    }

    .pb-70 {
        padding-bottom: 40px;
    }

    .pb-100 {
        padding-bottom: 70px;
    }
    /*-- End Default CSS --*/
    /*----- Home One CSS -----*/
    /*-- Navbar --*/

    .mean-container .mean-bar {
        background-color: #0b0320;
    }

    .mobile-nav.mean-container .mean-nav ul li a.active {
        color: #ec7a18;
    }

    .mean-container .mean-nav .navbar-nav {
        height: 350px;
        overflow-y: scroll;
    }

    .mean-container a.meanmenu-reveal span {
        position: relative;
        top: 8px;
        margin-top: -6px;
    }
    /*-- End Navbar --*/
    /*-- Banner --*/

    .container-slider {
        margin-top: 20px;
    }

    .banner-area {
        height: 100%;
        /*padding-top: 110px;*/
        /*padding-bottom: 70px;*/
    }



        .banner-area .banner-content form .form-control {
            font-size: 14px;
            padding-left: 20px;
            height: 60px;
        }

        .banner-area .banner-content form .banner-form-btn {
            padding: 12px 14px;
            position: absolute;
            top: 7px;
            right: 7px;
            font-size: 14px;
        }

    /*-- End Banner --*/
    /*-- Feature --*/
    .section-title {
        margin-bottom: 40px;
        margin-top: -2px;
    }

        .section-title .sub-title {
            font-size: 14px;
            margin-bottom: 4px;
        }

        .section-title h2 {
            font-size: 30px;
            margin-bottom: 12px;
        }

    .feature-area .section-title {
        text-align: center;
    }

        .feature-area .section-title p {
            margin-left: auto;
        }

    .feature-item .feature-inner {
        bottom: 15px;
        max-width: 265px;
    }

        .feature-item .feature-inner ul li img {
            top: -1px;
        }

        .feature-item .feature-inner ul li span {
            font-size: 16px;
            margin-left: 8px;
        }

        .feature-item .feature-inner ul li a {
            width: 35px;
            height: 35px;
            line-height: 40px;
            font-size: 21px;
        }
    /*-- End Feature --*/
    /*-- Service --*/
    .service-area .service-slider .owl-prev {
        display: none !important;
    }

    .service-area .service-slider .owl-next {
        display: none !important;
    }
    /*-- End Service --*/
    /*-- Restant--*/
    .restant-area {
        padding-top: 115px;
        padding-bottom: 70px;
    }

        .restant-area .restant-shape img {
            max-width: 100px;
        }

        .restant-area .restant-content {
            padding-left: 0;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

            .restant-area .restant-content .section-title {
                margin-bottom: 25px;
                text-align: center;
            }

                .restant-area .restant-content .section-title p {
                    margin-left: auto;
                }

        .restant-area .restant-img {
            margin-bottom: 75px;
        }

            .restant-area .restant-img img:nth-child(1) {
                max-width: 100%;
            }

            .restant-area .restant-img img:nth-child(2) {
                top: -45px;
                max-width: 210px;
            }

            .restant-area .restant-img img:nth-child(3) {
                top: 260px;
                right: -36px;
                max-width: 195px;
            }

            .restant-area .restant-img img:nth-child(4) {
                max-width: 220px;
                bottom: -85px;
            }

            .restant-area .restant-img img:nth-child(5) {
                top: 245px;
                max-width: 230px;
            }

    .cmn-btn {
        font-size: 14px;
    }
    /*-- End Restant --*/

    /*-- Reservation --*/
    .reservation-area {
        border-radius: 0 0 0 20px;
    }

        .reservation-area .reservation-item {
            padding-top: 70px;
            padding-bottom: 30px;
        }

            .reservation-area .reservation-item .section-title {
                text-align: center;
                margin-bottom: 35px;
            }

                .reservation-area .reservation-item .section-title p {
                    margin-left: auto;
                }

        .reservation-area .reservation-img {
            position: relative;
            top: 0;
            padding-bottom: 60px;
        }
    /*-- End Reservation --*/

    /*-- Review --*/
    .review-area .slick-prev i {
        right: 230px;
    }

    .review-area .slick-next i {
        left: 230px;
    }

    .review-area .review-img img:nth-child(2) {
        top: 12px;
        right: 25px;
    }

    .review-area .review-item {
        padding-top: 30px;
        padding-bottom: 45px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
    }

        .review-area .review-item .slider-nav {
            margin-bottom: 25px;
        }

        .review-area .review-item .slider-for p {
            padding-left: 5px;
            padding-right: 5px;
        }
    /*-- End Review --*/
    /*-- Subscribe --*/
    .subscribe-area {
        border-radius: 0 0 0 20px;
    }

    .subscribe-item {
        padding-top: 70px;
        padding-bottom: 30px;
    }

        .subscribe-item .section-title {
            text-align: center;
        }

            .subscribe-item .section-title p {
                margin-left: auto;
            }

        .subscribe-item .newsletter-form .form-control {
            height: 55px;
            padding: 5px 15px 5px 30px;
            font-size: 15px;
        }

        .subscribe-item .newsletter-form .cmn-btn {
            right: 8px;
            top: 6px;
            padding: 10px 25px;
        }

        .subscribe-item .social-link ul {
            text-align: center;
        }

    .subscribe-img {
        padding-bottom: 60px;
    }
    /*-- End Subscribe --*/
    /*-- Footer --*/
    .footer-item .footer-service h3 {
        margin-bottom: 20px;
    }
    /*-- End Footer --*/
    /*-- Copyright --*/
    .copyright-area {
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 20px 20px 0 0;
    }
    /*-- End Copyright --*/
    /*----- End Home One CSS -----*/

    /*----- About CSS -----*/
    /*-- Page Title --*/
    .page-title-area {
        padding-top: 150px;
        padding-bottom: 110px;
    }

    .page-title-item {
        padding-left: 30px;
    }

        .page-title-item:before {
            width: 5px;
            height: 77px;
        }

        .page-title-item h2 {
            font-size: 30px;
            margin-bottom: 6px;
        }
    /*-- End Page Title --*/
    /*----- End About CSS -----*/
    /*----- Service Details CSS -----*/
    /*-- Page Title --*/
    .page-title-area-two:before {
        display: none;
    }

    .page-title-area-two .page-title-plate {
        display: none;
    }
    /*-- End Page Title --*/
    /*-- Service Details --*/
    .service-details-area .service-details-item .service-details-more h3 {
        margin-bottom: 25px;
    }

    .service-details-area .service-details-item .service-details-more ul li a {
        font-size: 14px;
    }

    .service-details-area .service-details-item .service-details-fresh {
        text-align: center;
    }

        .service-details-area .service-details-item .service-details-fresh h2 {
            font-size: 25px;
        }
    /*-- End Service Details --*/
    /*----- End Service Details CSS -----*/
    /*----- Blog Details CSS -----*/
    /*-- Service Details --*/
    .blog-details-more {
        padding-bottom: 20px;
    }

    .blog-details-nav ul li a {
        font-size: 14px;
    }
    /*-- End Service Details --*/
    /*----- End Blog Details CSS -----*/
    /*----- 404 CSS -----*/
    /*-- 404 --*/
    .error-item {
        height: 480px;
    }

        .error-item h1 {
            font-size: 80px;
            margin-bottom: 0;
        }

        .error-item p {
            font-size: 20px;
            padding-left: 5px;
            padding-right: 5px;
        }

        .error-item a {
            padding: 13px 25px;
            margin-top: 30px;
            font-size: 14px;
        }
    /*-- End 404 --*/
    /*----- End 404 CSS -----*/
    /*----- Contact CSS -----*/
    /*-- Location --*/
    .contact-location-area .location-item {
        padding: 40px 15px 40px;
        border: 1px solid #ec7a18;
    }
    /*-- End Location --*/
    /*-- Form --*/
    .contact-form-area .contact-item {
        padding: 30px 15px;
    }

        .contact-form-area .contact-item #InsertComment {
            margin-bottom: 20px;
        }

            .contact-form-area .contact-item #InsertComment .form-group .form-control {
                height: 50px;
                padding-left: 25px;
                font-size: 14px;
            }

        .contact-form-area .contact-item .text-danger {
            font-size: 18px;
        }

        .contact-form-area .contact-item .text-success {
            font-size: 18px;
        }

    .contact-form-area .contact-img img {
        position: relative;
        left: 0;
        right: 0;
        top: 70px;
    }

    .book-table-area .book-table-wrap {
        padding: 40px 30px 45px;
    }
    /*-- End Form --*/
    /*----- End Contact CSS -----*/
    .reservation-area .reservation-item ul {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


    .feature-item .feature-inner {
        max-width: 265px;
    }

    .service-area .service-slider .owl-prev {
        display: none;
    }

    .service-area .service-slider .owl-next {
        display: none;
    }

    .collection-item .collection-bottom {
        padding: 15px 10px 17px;
    }

        .collection-item .collection-bottom h3 {
            font-size: 16px;
        }

    .reservation-area .reservation-item ul li:last-child .cmn-btn {
        margin-top: 10px;
        margin-left: 0;
    }

    .review-area .slick-prev i {
        right: 185px;
    }

    .review-area .slick-next i {
        left: 185px;
    }

    .join-area .join-img img {
        top: -95px;
    }

    .service-area-three .service-item .accordion a {
        font-size: 14px;
    }

    .checkout-item .checkout-one {
        padding-left: 10px;
        padding-right: 10px;
    }

    .checkout-item .checkout-two {
        padding-left: 10px;
        padding-right: 10px;
    }

    .checkout-item .checkout-one .form-group .form-control {
        width: 75%;
    }


    .reservation-area .reservation-item ul {
        padding: 20px 11px 20px 20px;
    }
}

@media only screen and (max-width: 576px) {

    .banner-area .banner-content h1 {
        font-size: 35px;
    }

        .banner-area .banner-content h1 span {
            font-size: 35px !important;
        }

    .nav-tel {
        display: none !important;
    }

    .collection-item .collection-bottom .pricebox {
        height: 80px;
    }

    .collection-item .collection-bottom h5 {
        float: none;
        margin: 10px 0;
        text-align: center;
    }

    .collection-item .collection-bottom .add-cart {
        float: none;
        width: 100%;
    }

        .collection-item .collection-bottom .add-cart button {
            width: 100%;
        }

    .shop-cart .cart .checkout-steps .steps .item {
        font-size: 12px;
    }


    .shop-cart .cart .products-cart .product-box table tr {
        height: 270px !important;
    }

        .shop-cart .cart .products-cart .product-box table tr td:nth-child(5) {
            top: 205px;
        }


    #AddVewAddress .txtAreaAddress {
        height: initial;
    }



    #div_categoryOfFood .foodCatBg {
        padding: 6px !important;
    }


    #div_categoryOfFood .owl-nav .owl-prev {
        left: -30px;
        top: 25px;
    }

    #div_categoryOfFood .owl-nav .owl-next {
        right: -30px;
        top: 25px;
    }

    .service-area .slider-item a {
        width: 100px !important;
        height: 100px !important;
        padding: 5px;
        font-size: 13px !important;
    }

    .service-area .slider-item img {
        width: 42px !important;
        height: 42px !important;
    }

    .service-area .slider-item h3 {
        font-size: 13px !important;
    }
}
/*# sourceMappingURL=responsive.css.map */

