/*------------------------------------------------------------------
[Table of contents]

1. Typography
2. Commons
3. Header
4. Home
5. Page
6. Gallery
7. Sidebar
8. Blog
9. Shop
10. Responsive
-------------------------------------------------------------------*/
/* 1. Typography
----------------------------------------------------------*/

body {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    background-color: #f9f9f9; /*#f0f2f1;*/
}

    body.rightth {
        font-family: "IRANSans";
        direction: rtl;
        text-align: right;
    }

    body.leftth {
        font-family: "Raleway-Regular";
    }

@font-face {
    font-family: "Raleway-Regular";
    src: url("../fonts/raleway/Raleway-Regular.ttf");
}

@font-face {
    font-family: "Raleway-SemiBold";
    src: url("../fonts/raleway/Raleway-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Raleway-ExtraBold";
    src: url("../fonts/raleway/Raleway-ExtraBold.ttf");
    font-weight: 800;
}

@font-face {
    font-family: "Raleway-Bold";
    src: url("../fonts/raleway/Raleway-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "Raleway-Medium";
    src: url("../fonts/raleway/Raleway-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Raleway-Light";
    src: url("../fonts/raleway/Raleway-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Raleway-Black";
    src: url("../fonts/raleway/Raleway-Black.ttf");
    font-weight: 900;
}

@font-face {
    font-family: "Lato-Regular";
    src: url("../fonts/lato/Lato-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "GreatVibes-Regular";
    src: url("../fonts/great_vibes/GreatVibes-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Satisfy-Regular";
    src: url("../fonts/satisfy/Satisfy-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Constanb";
    src: url("../fonts/constantia/Constanb.ttf");
}

@font-face {
    font-family: "Bitter-Regular";
    src: url("../fonts/bitter/Bitter-Regular.ttf");
}

@font-face {
    font-family: "Bitter-Bold";
    src: url("../fonts/bitter/Bitter-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "AmaticSC-Regular";
    src: url("../fonts/amatic_sc/AmaticSC-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "AmaticSC-Bold";
    src: url("../fonts/amatic_sc/AmaticSC-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "AlexBrush-Regular";
    src: url("../fonts/alex_brush/AlexBrush-Regular.ttf");
}

@font-face {
    font-family: "Sacramento-Regular";
    src: url("../fonts/sacramento/Sacramento-Regular.ttf");
}

@font-face {
    font-family: "JuliusSansOne-Regular";
    src: url("../fonts/julius_sans_one/JuliusSansOne-Regular.ttf");
}

@font-face {
    font-family: "Georgia";
    src: url("../fonts/georgia/Georgia.ttf");
}

@font-face {
    font-family: "Georgia-Bold";
    src: url("../fonts/georgia/Georgia-Bold.ttf");
}

@font-face {
    font-family: "Calibri-Bold";
    src: url("../fonts/calibri/Calibri-Bold.TTF");
}

@font-face {
    font-family: "Mvboli";
    src: url("../fonts/mvboli/mvboli.ttf");
}

@font-face {
    font-family: "Pacifico-Regular";
    src: url("../fonts/pacifico/Pacifico-Regular.ttf");
}

@font-face {
    font-family: "IRANSans-light";
    src: url("../fonts/IRANSans/IRANSansWeb_Light.ttf");
}

@font-face {
    font-family: "IRANSans-Bold";
    src: url("../fonts/IRANSans/IRANSansWeb_Bold.ttf");
}

@font-face {
    font-family: "IRANSans";
    src: url("../fonts/IRANSans/IRANSansWeb.ttf");
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

p {
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    color: #333;
}

h1 {
    font-size: 50px;
    font-family: "Raleway-Bold";
    font-weight: 700;
}

h2 {
    font-size: 30px;
    font-family: "Raleway-Bold";
    font-weight: 700;
}

h3 {
    font-size: 35px;
    font-family: "Raleway-SemiBold";
    font-weight: 600;
}

h4 {
    font-size: 25px;
}

body.leftth h4 {
    font-family: "Raleway-SemiBold";
}

body.rightth h4 {
    font-family: "IRANSans-bold";
}

h5 {
    font-size: 15px;
    font-weight: 600;
}

body.leftth h5 {
    font-family: "Raleway-semiBold";
}

body.rightth h5 {
    font-family: "IRANSans";
}

h6 {
    font-size: 17px;
}

a:focus {
    text-decoration: none;
}
/*-----------------*/
.lazy-background {
    background-color: #f0f0f0;
    background-size: cover;
    background-position: center;  
    position: relative;
}

    /*.lazy-background.loading {
        background-image: url('path/to/loading.gif');*/ /* انیمیشن یا تصویر لودینگ */
        /*background-repeat: no-repeat;
        background-position: center;
    }*/

/* 2. Commons
----------------------------------------------------------*/
p, h1, h2, h3, h4, h5, h6, ul {
    margin-bottom: 0;
}

blockquote, figure {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

ol, ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none;
}

button:focus {
    outline: none;
}

textarea {
    resize: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

    select option[value=""][disabled] {
        display: none;
    }

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.star-rating {
    color: #ffcc66;
}

.bg-2c {
    background: #2c2c2c;
}

.bg-fa {
    background: #fafafa;
}

.border-place {
    transform: translate(-8px, -11px);
}

.border-place-1 {
    transform: translate(10px, -10px);
}

.ml--10 {
    margin-left: -10px;
}

.btn-holder {
    text-align: center;
}

.social a {
    font-size: 20px;
    color: #666;
    margin-right: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .social a:last-child {
        margin-right: 0;
    }

    .social a:hover {
        color: #999;
    }

.social.round a {
    width: 36px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 17px;
    color: #fff;
    margin-right: 10px;
}

    .social.round a:last-child {
        margin-right: 0;
    }

.section-primary {
    padding-top: 85px;
    padding-bottom: 0;
}

    .section-primary.last-discounts {
        padding-bottom: 120px;
    }

    .section-primary.pt-150 {
        padding-top: 85px;
        margin-top: -1px;
    }



    .section-primary.pt-100 {
        padding-top: 100px;
    }

    .section-primary.pt-112 {
        padding-top: 112px;
    }

    .section-primary.pt-120 {
        padding-top: 120px;
    }

    .section-primary.pt-133 {
        padding-top: 133px;
    }

    .section-primary.pt-140 {
        padding-top: 140px;
    }

    .section-primary.pb-50 {
        padding-bottom: 50px;
    }

    .section-primary.pb-60 {
        padding-bottom: 60px;
    }

    .section-primary.pb-90 {
        padding-bottom: 90px;
    }

    .section-primary.pb-101 {
        padding-bottom: 101px;
    }

    .section-primary.pb-110 {
        padding-bottom: 110px;
    }

    .section-primary.pb-113 {
        padding-bottom: 113px;
        margin-top: -1px;
    }

    .section-primary.pb-120 {
        padding-bottom: 120px;
    }

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

    .section-header.mt-29 {
        margin-top: 29px;
    }

    .section-header.mb-60 {
        margin-bottom: 60px;
    }

    .section-header h1, .section-header h2 {
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .section-header span {
        display: block;
        color: #cdaa7c;
        font-family: "Satisfy-Regular";
        font-size: 30px;
    }

.images-preloader {
    position: fixed;
    z-index: 100001;
    background-color: #eee;
    width: 100%;
    height: 100%;
}

.rectangle-bounce {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -10px;
}

#preloader {
    position: relative;
}

    #preloader span {
        display: block;
        bottom: 0px;
        width: 9px;
        height: 5px;
        background: #253c5b;
        position: absolute;
        animation: preloader 1.5s infinite ease-in-out;
    }

        #preloader span:nth-child(2) {
            left: 11px;
            animation-delay: .2s;
        }

        #preloader span:nth-child(3) {
            left: 22px;
            animation-delay: .4s;
        }

        #preloader span:nth-child(4) {
            left: 33px;
            animation-delay: .6s;
        }

        #preloader span:nth-child(5) {
            left: 44px;
            animation-delay: .8s;
        }

@keyframes preloader {
    0% {
        height: 5px;
        transform: translateY(0px);
    }

    25% {
        height: 30px;
        transform: translateY(15px);
    }

    50% {
        height: 5px;
        transform: translateY(0px);
    }

    100% {
        height: 5px;
        transform: translateY(0px);
    }
}

.page-info {
    background-size: cover;
    background-position: center;
    height: 550px;
    position: relative;
    text-align: center;
}

    .page-info .section-header {
        position: absolute;
        padding: 0 15px;
        position: absolute;
        left: 50%;
        margin-bottom: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        bottom: 35%;
        width: 100%;
    }

.page-breadcrumb {
    background: #f2f2f2;
    padding: 76px 0;
}

    .page-breadcrumb h3 {
        font-size: 30px;
        text-transform: uppercase;
        font-family: "Raleway-Medium";
        font-weight: 500;
    }

    .page-breadcrumb .au-breadcrumb {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        height: 100%;
        align-items: center;
        flex-wrap: wrap;
    }

        .page-breadcrumb .au-breadcrumb li {
            margin-right: 8px;
        }

            .page-breadcrumb .au-breadcrumb li:after {
                content: "/";
                margin-left: 4px;
            }

            .page-breadcrumb .au-breadcrumb li:last-child {
                margin-right: 0;
            }

                .page-breadcrumb .au-breadcrumb li:last-child:after {
                    display: none;
                }

            .page-breadcrumb .au-breadcrumb li a {
                color: #666;
            }

                .page-breadcrumb .au-breadcrumb li a:hover {
                    color: #cdaa7c;
                }

    .page-breadcrumb.wide {
        padding-left: 15px;
        padding-right: 15px;
    }

.item-info h4 {
    margin-bottom: 8px;
}

    .item-info h4 a {
        color: #fff;
    }

        .item-info h4 a:hover {
            color: #ffcc66;
        }

.item-info h5 {
    font-family: "Raleway-Regular";
    font-weight: 400;
    margin-bottom: 7px;
    font-size: 20px;
}

    .item-info h5 a {
        color: #fff;
    }

        .item-info h5 a.bold-color {
            color: #333;
        }

        .item-info h5 a:hover {
            color: #cdaa7c;
        }

        .item-info h5 a.hover-sixth-color:hover {
            color: #dfa027;
        }

.item-info h6 {
    margin-bottom: 6px;
}

    .item-info h6 a {
        color: #333;
        display: block;
    }

        .item-info h6 a:hover {
            color: #cdaa7c;
        }

        .item-info h6 a.hover-third-color:hover {
            color: #accadd;
        }

.item-info .star-rating {
    font-size: 15px;
    margin-bottom: 9px;
}

    .item-info .star-rating i {
        margin-right: 2px;
    }

        .item-info .star-rating i:last-child {
            margin-right: 0;
        }

.item-info .price {
    color: #fff;
    font-size: 20px;
}

    .item-info .price.bold-color {
        color: #333;
    }

.change {
    position: relative;
}

    .change .au-btn, .change .buy {
        left: 50%;
        position: absolute;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
        transition: opacity 0.2s, transform 0.35s;
    }

    .change .au-btn {
        transform: translate(-50%, 40px);
        -webkit-transform: translate(-50%, 40px);
        -moz-transform: translate(-50%, 40px);
        -ms-transform: translate(-50%, 40px);
        -o-transform: translate(-50%, 40px);
        opacity: 0;
    }

    .change .buy {
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }

.item-box {
    text-align: center;
}

    .item-box .thumb {
        display: inline-block;
    }

    .item-box:hover .au-btn {
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        opacity: 1;
    }

    .item-box:hover .buy {
        transform: translate(-50%, 40px);
        -webkit-transform: translate(-50%, 40px);
        -moz-transform: translate(-50%, 40px);
        -ms-transform: translate(-50%, 40px);
        -o-transform: translate(-50%, 40px);
        opacity: 0;
    }

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #cdaa7c;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
}

.owl-theme.style .owl-dots .owl-dot span {
    margin: 0 2px;
    background: #253c5b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme.style .owl-dots .owl-dot.active span {
    width: 27px;
}

.owl-theme.style-1 .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3.5px;
    border: 1px solid #fff;
    background: none;
}

.owl-theme.style-1 .owl-dots .owl-dot.active span {
    border-color: transparent;
    background: #253c5b;
}

.post .post-thumb {
    overflow: hidden;
    text-align: center;
    position: relative;
}

    .post .post-thumb img {
        -webkit-transition: transform 0.5s ease;
        -moz-transition: transform 0.5s ease;
        -o-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
        max-height: 475px;
    }

        .post .post-thumb img:hover {
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            -o-transform: scale(1.3);
            transform: scale(1.3);
            opacity: 0.8;
        }

.post .post-date {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 72px;
    height: 72px;
    background: #cdaa7c;
    padding: 3px;
}

    .post .post-date .inner {
        border: 1px solid rgba(255, 255, 255, 0.5);
        height: 100%;
        color: #fff;
        display: inline-flex;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: -moz-inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

        .post .post-date .inner .date {
            font-family: "Raleway-SemiBold";
            font-size: 35px;
            line-height: 1.05;
        }

        .post .post-date .inner .month {
            font-size: 13px;
            text-transform: uppercase;
        }

    .post .post-date.black-bg {
        background: #181818;
    }

        .post .post-date.black-bg .inner {
            border: 1px solid rgba(172, 202, 221, 0.5);
        }

.post .post-body {
    padding-top: 301px;
}

    .post .post-body .post-date--style {
        line-height: 1.3;
    }

        .post .post-body .post-date--style span {
            display: inline-block;
            position: relative;
        }

            .post .post-body .post-date--style span.date {
                font-size: 70px;
                font-family: "Raleway-Bold";
                font-weight: 700;
                color: #f8f4ee;
                transform: translateX(-18px);
                -webkit-transform: translateX(-18px);
                -moz-transform: translateX(-18px);
                -ms-transform: translateX(-18px);
                -o-transform: translateX(-18px);
            }

            .post .post-body .post-date--style span.month {
                text-transform: uppercase;
                color: #cdaa7c;
                font-size: 20px;
                font-family: "Raleway-Bold";
                font-weight: 700;
                transform: translateY(-17px);
                -webkit-transform: translateY(-17px);
                -moz-transform: translateY(-17px);
                -ms-transform: translateY(-17px);
                -o-transform: translateY(-17px);
                z-index: 9;
            }

        .post .post-body .post-date--style.right span.date {
            transform: translateX(-29px);
            -webkit-transform: translateX(-29px);
            -moz-transform: translateX(-29px);
            -ms-transform: translateX(-29px);
            -o-transform: translateX(-29px);
        }

        .post .post-body .post-date--style.right span.month {
            transform: translate(77px, -17px);
            -webkit-transform: translate(77px, -17px);
            -moz-transform: translate(77px, -17px);
            -ms-transform: translate(77px, -17px);
            -o-transform: translate(77px, -17px);
        }

    .post .post-body h5 {
        margin-bottom: 13px;
        text-transform: uppercase;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .post .post-body h5 a {
            color: #333;
        }

            .post .post-body h5 a:hover {
                color: #cdaa7c;
            }

            .post .post-body h5 a.hover-third-color:hover {
                color: #accadd;
            }

            .post .post-body h5 a.hover-fifth-color:hover {
                color: #956f32;
            }

    .post .post-body p {
        margin-bottom: 26px;
        text-align: justify;
    }

    .post .post-body.has-border {
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 44px;
        border: 1px solid #e6e6e6;
    }

        .post .post-body.has-border p {
            margin-bottom: 19px;
        }

    .post .post-body.bg-1 {
        background: url("../images/post-body-bg-1.png") right bottom no-repeat;
    }

    .post .post-body.bg-2 {
        background: url("../images/post-body-bg-2.png") right bottom no-repeat;
    }

    .post .post-body.bg-3 {
        background: url("../images/post-body-bg-3.png") right bottom no-repeat;
    }

    .post .post-body.fixed {
        padding-top: 0;
        transform: translateY(-19px);
        -webkit-transform: translateY(-19px);
        -moz-transform: translateY(-19px);
        -ms-transform: translateY(-19px);
        -o-transform: translateY(-19px);
    }

        .post .post-body.fixed h5 {
            margin-bottom: 11px;
        }

        .post .post-body.fixed p {
            margin-bottom: 22px;
        }

        .post .post-body.fixed .au-btn__readmore {
            text-decoration: unset;
        }

    .post .post-body.pl-4px {
        padding-left: 4px;
    }

.post.has-mb {
    margin-bottom: 24px;
}

    .post.has-mb.mb-30 {
        margin-bottom: 30px;
    }

.post.bigger .post-thumb .post-date {
    width: 92px;
    height: 92px;
    padding: 4px;
}

    .post.bigger .post-thumb .post-date .inner .date {
        font-size: 45px;
    }

    .post.bigger .post-thumb .post-date .inner .month {
        font-size: 16px;
        font-family: "Raleway-SemiBold";
        font-weight: 600;
    }

.post.bigger .post-body {
    padding-top: 33px;
}

    .post.bigger .post-body h5 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .post.bigger .post-body p {
        margin-bottom: 19px;
    }

.post.smaller .post-thumb .post-date {
    width: 57px;
    height: 57px;
    right: 10px;
    top: 10px;
}

    .post.smaller .post-thumb .post-date .inner .date {
        font-size: 27px;
    }

    .post.smaller .post-thumb .post-date .inner .month {
        font-size: 10px;
    }

.post.smaller .post-body {
    padding-top: 27px;
}

    .post.smaller .post-body h5 {
        font-size: 18px;
    }

    .post.smaller .post-body p {
        margin-bottom: 19px;
    }

.post.pl-20 {
    padding-left: 20px;
}

.au-btn {
    display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -moz-inline-flex;
    width: 152px;
    height: 42px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    border: none;
    overflow: hidden;
    cursor: pointer;
    background: none;
}

    .au-btn.short {
        width: 145px;
    }

    .au-btn.medium {
        width: 174px;
    }

    .au-btn.long {
        width: 183px;
    }

    .au-btn.extra-long {
        width: 208px;
    }

    .au-btn.round {
        border-radius: 21px;
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
    }

    .au-btn.has-bd {
        border: 1px solid rgba(255, 255, 255, 0.5);
    }

        .au-btn.has-bd.bd-999 {
            border: 1px solid #999;
        }

        .au-btn.has-bd.bd-fff {
            border: 1px solid #fff;
        }

        .au-btn.has-bd:hover {
            border-color: transparent;
        }

    .au-btn.has-bg {
        background: #c9a959;
        /*background: #333;*/
    }

    .au-btn.bg-fourth-color {
        background: #ff3333;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .au-btn.bg-fourth-color:hover {
            background: #cc2929;
        }

    .au-btn.btn-cart {
        width: 158px;
        height: 42px;
        font-size: 13px;
        color: #333;
    }

        .au-btn.btn-cart:hover {
            color: #fff;
        }

.au-btn__readmore {
    text-transform: uppercase;
    color: #333;
    text-decoration: underline;
    display: inline-block;
}

    .au-btn__readmore.color-36 {
        color: #363636;
    }

    .au-btn__readmore:hover {
        color: #cdaa7c;
        text-decoration: underline;
    }

    .au-btn__readmore.hover-third-color:hover {
        color: #accadd;
    }

    .au-btn__readmore.hover-fourth-color:hover {
        color: #ff3333;
    }

    .au-btn__readmore.hover-fifth-color:hover {
        color: #956f32;
    }

.au-btn--hover {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .au-btn--hover:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #253c5b;
        border-color: #253c5b;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .au-btn--hover:hover, .au-btn--hover:focus, .au-btn--hover:active {
        color: #fff;
    }

        .au-btn--hover:hover:before, .au-btn--hover:focus:before, .au-btn--hover:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

.form-control {
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 18px;
}

    .form-control:focus {
        background: none;
        border-color: #ccc;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
    }

    .form-control::-webkit-input-placeholder {
        font-size: 18px;
    }

    .form-control::-moz-placeholder {
        font-size: 18px;
    }

    .form-control:-ms-input-placeholder {
        font-size: 18px;
    }

    .form-control:-moz-placeholder {
        font-size: 18px;
    }

.form-holder {
    position: relative;
}

    .form-holder span {
        position: absolute;
        right: 0;
        bottom: 8px;
        font-size: 12px;
        color: #ccc;
    }

        .form-holder span.big {
            font-size: 18px;
        }

        .form-holder span.lnr-clock {
            bottom: 11px;
        }

        .form-holder span.primary-color {
            color: #666;
        }

.select {
    position: relative;
}

    .select .form-control {
        cursor: pointer;
        display: inline-flex;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: -moz-inline-flex;
        align-items: center;
    }

    .select .dropdown {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        background: #fff;
        z-index: 9;
        border: 1px solid #4192cb;
    }

        .select .dropdown li {
            padding: 5px 10px;
        }

            .select .dropdown li:hover {
                background: #81acee;
                color: #fff;
            }

.form-row {
    flex-wrap: nowrap;
    margin: 0 0 43px;
}

    .form-row .form-col {
        width: 50%;
        margin-right: 51px;
    }

        .form-row .form-col:last-child {
            margin-right: 0;
        }

/* 3. Header
----------------------------------------------------------*/
.navbar-desktop {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 30px;
    z-index: 9;
    width: 100%;
    float: left;
    padding-left: 80px;
    padding-right: 80px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .navbar-desktop.top-48 {
        top: 48px;
    }

    .navbar-desktop > ul {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
    }

        .navbar-desktop > ul.pl-53 {
            padding-left: 53px;
        }

        .navbar-desktop > ul > li {
            margin-right: 20px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

body.leftth .navbar-desktop > ul > li {
    margin-right: 20px;
}

.navbar-desktop > ul > li.mr-fixed {
    margin-right: 156px;
}

.navbar-desktop > ul > li > a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 3px 7px 2px;
    color: #fff;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

    .navbar-desktop > ul > li > a:hover {
        color: #cdaa7c;
        border: 1px solid rgba(205, 170, 124, 0.2);
    }

.navbar-desktop > ul > li.current > a {
    color: #cdaa7c;
    border: 1px solid rgba(205, 170, 124, 0.2);
}

.navbar-desktop > ul > li:last-child {
    /* margin-right: 0;*/
    /*    background: #333;*/
    background: #c9a959;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

    .navbar-desktop > ul > li:last-child > a {
        color: #fff !important;
    }

.navbar-desktop > ul > li.has-children {
    position: relative;
}

    .navbar-desktop > ul > li.has-children .sub-menu {
        position: absolute;
        left: -30px;
        z-index: 99;
        top: 100%;
        padding-top: 41px;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

        .navbar-desktop > ul > li.has-children .sub-menu .wrapper {
            display: none;
        }

    .navbar-desktop > ul > li.has-children ul {
        background: #181818;
        width: 176px;
        padding: 23px 0 25px 30px;
    }

        .navbar-desktop > ul > li.has-children ul li.has-children {
            position: relative;
        }

            .navbar-desktop > ul > li.has-children ul li.has-children > a {
                -webkit-display: flex;
                -moz-display: flex;
                -ms-display: flex;
                -o-display: flex;
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding-right: 30px;
            }

                .navbar-desktop > ul > li.has-children ul li.has-children > a i.zmdi {
                    font-size: 16px;
                    color: #000;
                }

            .navbar-desktop > ul > li.has-children ul li.has-children .sub-menu {
                left: 100%;
                top: 0;
                padding-top: 0;
                padding-left: 5px;
            }

            .navbar-desktop > ul > li.has-children ul li.has-children ul {
                width: 210px;
            }

        .navbar-desktop > ul > li.has-children ul li a {
            color: #c9a959;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            padding-top: 6.5px;
            padding-bottom: 6.5px;
            display: inline-block;
        }

        .navbar-desktop > ul > li.has-children ul li.current > a, .navbar-desktop > ul > li.has-children ul li:hover > a {
            color: #fff;
            padding-left: 15px;
            position: relative;
        }

            .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
                color: #fff;
            }

            .navbar-desktop > ul > li.has-children ul li.current > a:before, .navbar-desktop > ul > li.has-children ul li:hover > a:before {
                content: "";
                width: 9px;
                height: 1px;
                background: #fff;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                left: 0;
            }

    .navbar-desktop > ul > li.has-children:nth-child(2) ul, .navbar-desktop > ul > li.has-children:last-child ul {
        width: 210px;
    }

    .navbar-desktop > ul > li.has-children:nth-child(5) ul {
        width: 260px;
    }

.navbar-desktop.fixed {
    -webkit-animation: fadeInDown 0.3s ease-out forwards;
    -moz-animation: fadeInDown 0.3s ease-out forwards;
    -o-animation: fadeInDown 0.3s ease-out forwards;
    animation: fadeInDown 0.3s ease-out forwards;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #000;
    width: 100%;
    padding: 20px 80px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

    .navbar-desktop.fixed .logo {
        /*   max-width: 33%;*/
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.navbar-desktop .logo {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-desktop.aside {
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    width: 15.625%;
    background: #181818;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    padding: 105px 0;
}

    .navbar-desktop.aside::-webkit-scrollbar {
        display: none;
    }

    .navbar-desktop.aside .logo {
        margin-bottom: 142px;
    }

    .navbar-desktop.aside > ul {
        display: block;
        text-align: center;
        margin-bottom: 227px;
    }

        .navbar-desktop.aside > ul > li {
            margin-right: 0;
        }

            .navbar-desktop.aside > ul > li > a {
                display: inline-block;
                margin: 11px 0;
            }

            .navbar-desktop.aside > ul > li.has-children ul {
                width: auto;
                padding: 0;
            }

.navbar-desktop.has-bg {
    top: 0;
    padding: 30px 80px;
    background: #253c5b; /*#99d2b2;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.intro-header .navbar-desktop.has-bg {
    background: none;
}

.navbar-desktop.has-bg > ul > li > a {
    color: #c9a959;
    border: none;
}

    .navbar-desktop.has-bg > ul > li > a:hover {
        color: #fff;
    }

.navbar-desktop.has-bg > ul > li.current > a {
    color: #fff;
    /* border: 1px solid rgba(205, 170, 124, 0.2);*/
}

.navbar-desktop.has-bg .action {
    color: #c9a959;/*#333;*/
}

.navbar-desktop.has-bg.fixed {
    padding: 20px 80px;
    /*background: rgba(165, 210, 177, 0.75);*/
    background: rgba(37, 60, 91, 0.75);
}

.navbar-desktop.has-bg.static {
    float: none;
}

.navbar-desktop.has-bg.middle {
    justify-content: center;
    float: none;
    height: 128px;
    padding: 0;
}

    .navbar-desktop.has-bg.middle .logo {
        position: absolute;
    }

    .navbar-desktop.has-bg.middle.fixed {
        height: 108px;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

        .navbar-desktop.has-bg.middle.fixed .logo {
            max-width: 3.5%;
        }

.navbar-desktop.has-bg > ul > li.has-children ul {
    background: #253c5b;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.navbar-desktop.no-float {
    float: none;
    top: 0;
    background: #181818;
    padding: 30px 80px;
}

.navbar-desktop .left, .navbar-desktop .right, .navbar-mobile .left, .navbar-mobile .right {
    width: 119px; /*180px; */
}

.navbar-desktop .right {
    width: 155px;
}

@media (max-width: 991px) {
    /*body.leftth	.navbar-mobile .right {
  width: 140px;/*180px; */
    /* }*/
    body.leftth .navbar-mobile .heading .notify {
        margin-right: 10px !important;
        margin-left: 0px !important;
    }
}
/*body.leftth .navbar-desktop .left{
	width: 80px;
}*/
@media (max-width:1063px) {
    /*body.leftth .navbar-desktop .left {
    width: 50px;
}
.leftth .navbar-desktop:not(.aside) .logo {
    max-width: 80% !important;
}*/
}

@media (max-width: 1032px) {
    body.leftth .navbar-desktop > ul > li, .navbar-desktop.fixed > ul > li {
        margin-right: 9px;
    }

        body.leftth .navbar-desktop > ul > li > a {
            font-size: 12px;
        }
}

.navbar-desktop .right, .navbar-mobile .right {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: flex-end;
}

.navbar-mobile {
    display: none;
    background: #253c5b;
    padding: 15px 0;
}

    .navbar-mobile .heading {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .navbar-mobile .heading .notify {
            margin-right: 15px;
        }

        .navbar-mobile .heading .search-icon {
            margin: auto 0;
        }
    /*  .navbar-mobile .logo {
    max-width: 8%; }*/
    .navbar-mobile .logo > img {
        max-width: 7%;
        margin: auto;
    }

    .navbar-mobile .right {
        width: 170px;
    }

    .navbar-mobile span.search-icon {
        font-size: 25px;
        color: #fff;
        cursor: pointer;
    }

.navbar-mobile__toggler {
    display: inline-block;
}

    .navbar-mobile__toggler span {
        display: block;
        width: 30px;
        height: 4px;
        background-color: #fff;
        margin: 5px 0;
    }

        .navbar-mobile__toggler span:last-child {
            margin-bottom: 0;
        }

    .navbar-mobile__toggler.bg-third-color span {
        background-color: #accadd;
    }

    .navbar-mobile__toggler.bg-fourth-color span {
        background-color: #ff3333;
    }

    .navbar-mobile__toggler.bg-fifth-color span {
        background-color: #956f32;
    }

    .navbar-mobile__toggler.bg-sixth-color span {
        background-color: #dfa027;
    }

.action {
    color: #fff;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: space-between;
}

    .action .notify {
        position: relative;
        display: inline-block;
        margin-right: 15px;
        cursor: pointer;
    }

        .action .notify span.notify-amount {
            position: absolute;
            top: 6px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            font-size: 9px;
            font-family: "Lato-Regular";
        }

        .action .notify:hover .widget_shopping_cart {
            webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

    .action span.search-icon {
        font-size: 24.31px;
        /* margin-right: 28px;*/
        cursor: pointer;
    }
    /*	body.leftth .action span.search-icon {
 margin-right: 15px; }*/
    .action span.menu-sidebar-icon {
        font-size: 24px;
        cursor: pointer;
    }

    .action .au-btn {
        width: 124px;
        height: 33px;
        border-radius: 16.5px;
        -webkit-border-radius: 16.5px;
        -moz-border-radius: 16.5px;
        font-size: 12px;
        margin-right: 28px;
    }

#modalSearch {
    background-color: rgb(37,60,91, 0.75);
    /*background: url("../images/modal-search-bg.jpg") center center;
  background-size: cover;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;*/
}

    #modalSearch .modal-dialog {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        width: 774px;
    }

    #modalSearch .modal-content {
        background: none;
        border: none;
    }

        #modalSearch .modal-content input {
            height: 40px;
            width: 100%;
            background: none;
            border: none;
            /*  border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
            font-size: 25px;
            color: #fff;
            font-family: "Raleway-Medium";
            font-weight: 500;
            padding-right: 40px;
            padding-left: 15px;
        }

body.rightth #modalSearch .modal-content input {
    font-family: "IRANSans-light";
    padding-left: 45px;
    padding-right: 15px;
}


#modalSearch .modal-content input::-webkit-input-placeholder {
    color: #fff;
    font-size: 25px;
    font-family: "Raleway-Medium";
    font-weight: 500;
}

#modalSearch .modal-content input::-moz-placeholder {
    color: #fff;
    font-size: 25px;
    font-family: "Raleway-Medium";
    font-weight: 500;
}

#modalSearch .modal-content input:-ms-input-placeholder {
    color: #fff;
    font-size: 25px;
    font-family: "Raleway-Medium";
    font-weight: 500;
}

#modalSearch .modal-content input:-moz-placeholder {
    color: #fff;
    font-size: 25px;
    font-family: "Raleway-Medium";
    font-weight: 500;
}

body.rightth #modalSearch .modal-content input::-webkit-input-placeholder,
body.rightth #modalSearch .modal-content input::-moz-placeholder,
body.rightth #modalSearch .modal-content input:-moz-placeholder,
body.rightth #modalSearch .modal-content input:-ms-input-placeholder {
    font-family: "IRANSans-light";
}

#modalSearch .modal-content button {
    background: transparent;
    position: absolute;
    top: 50%;
    border: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 4px;
    z-index: 9;
    cursor: pointer;
}

body.rightth #modalSearch .modal-content button {
    left: 0;
    padding-left: 15px;
}

body.leftth #modalSearch .modal-content button {
    right: 0;
}

#modalSearch .modal-content button span {
    font-size: 22px;
    color: #fff;
}

#modalSearch .lnr-cross {
    position: absolute;
    top: 5.9%;
    right: 4.16%;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.widget_shopping_cart.rightth {
    left: -31px;
}

.widget_shopping_cart.leftth {
    right: -31px;
}

body.leftth .widget_shopping_cart {
    right: -31px;
}

@media (max-width:347px) {
    .widget_shopping_cart.rightth {
        left: -65px;
    }

    body.rightth .navbar-mobile .heading #usermenu {
        left: -85px;
    }
}

@media (max-width:365px) {
    body.leftth .widget_shopping_cart {
        right: -95px;
    }

    body.leftth .navbar-mobile .heading #usermenu {
        right: -85px;
    }
}

.widget_shopping_cart {
    position: absolute;
    z-index: 9;
    top: 100%;
    padding-top: 44px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.widget_shopping_cart_content {
    width: 304px;
    background: #333; /* #99d2b2;*/
    padding: 35px 30px;
}

    .widget_shopping_cart_content ul.woocommerce-mini-cart {
        margin-bottom: 23px;
        display: block;
    }

        .widget_shopping_cart_content ul.woocommerce-mini-cart li {
            position: relative;
            margin-bottom: 20px;
            margin-right: 0;
        }


            .widget_shopping_cart_content ul.woocommerce-mini-cart li .remove {
                position: absolute;
                right: 0;
                top: 7px;
                color: #ab8182;
                font-size: 14px;
            }

            .widget_shopping_cart_content ul.woocommerce-mini-cart li .image-holder {
                color: #fff;
            }

                .widget_shopping_cart_content ul.woocommerce-mini-cart li .image-holder img {
                    float: left;
                    max-width: 27.05%;
                    margin-top: 2px;
                    margin-right: 11px;
                }

                .widget_shopping_cart_content ul.woocommerce-mini-cart li .image-holder .product-name {
                    display: inline-block;
                    margin-top: 5px;
                }
            /*        .widget_shopping_cart_content ul.woocommerce-mini-cart li .image-holder:hover {
          color: #ab8182; }*/
            .widget_shopping_cart_content ul.woocommerce-mini-cart li .quantity {
                display: block;
                color: #ab8182;
            }

                .widget_shopping_cart_content ul.woocommerce-mini-cart li .quantity .amount {
                    display: block;
                    color: #fff8f8;
                    margin-bottom: 3px;
                }

    .widget_shopping_cart_content .woocommerce-mini-cart__total {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        justify-content: space-between;
        color: #fff;
        font-size: 18px;
        margin-bottom: 1px;
    }

        .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
            font-family: "Raleway-Medium";
            font-weight: 500;
        }

body.rightth .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
    font-family: "IRANSans-Bold";
}

.widget_shopping_cart_content .woocommerce-mini-cart__total .color-cdaa7c {
    color: #ab8182;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    text-transform: uppercase;
    border: 1px solid #ab8182;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    height: 43px;
    margin-top: 24px;
}

    .widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
        flex-grow: 1;
        text-align: center;
        height: 100%;
        display: inline-flex;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: -moz-inline-flex;
        align-items: center;
        justify-content: center;
    }

        .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.view-cart {
            color: #ab8182;
        }

        .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout {
            background: #ab8182;
            color: #fff;
        }

.menu-sidebar {
    height: 100vh;
    overflow: auto;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 999;
    background: #f9f9f9;
    display: block;
    padding: 50px 4.21% 40px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .menu-sidebar::-webkit-scrollbar {
        display: none;
    }

    .menu-sidebar.show {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    .menu-sidebar .close-btn {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 33px;
        cursor: pointer;
    }

        .menu-sidebar .close-btn span {
            font-size: 24px;
            color: #666;
        }

    .menu-sidebar .text {
        margin-top: 50px;
        margin-bottom: 28px;
        color: #ccc;
    }

    .menu-sidebar .image-slider {
        margin-bottom: 58px;
    }

        .menu-sidebar .image-slider.owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 16px;
        }

.contact-part {
    margin-bottom: 127px;
}

    .contact-part .contact-line {
        display: block;
        margin-bottom: 19px;
        color: #b2b2b2;
    }

        .contact-part .contact-line:last-child {
            margin-bottom: 0;
        }

        .contact-part .contact-line span:first-child {
            margin-right: 10px;
        }

        .contact-part .contact-line a {
            color: #b2b2b2;
        }

        .contact-part .contact-line span.lnr {
            color: #ccc;
        }

.food-slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 42px;
}

.food-slider .owl-theme .owl-dots .owl-dot span {
    margin: 0 2px;
    background: #cdaa7c;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.food-slider .owl-theme .owl-dots .owl-dot.active span {
    width: 27px;
}

.food-slider .image-holder {
    position: relative;
    overflow: hidden;
}

    .food-slider .image-holder img {
        -webkit-transition: transform 0.3s linear;
        -moz-transition: transform 0.3s linear;
        -o-transition: transform 0.3s linear;
        transition: transform 0.3s linear;
    }

    .food-slider .image-holder:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 9;
    }

    .food-slider .image-holder .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 99;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        text-align: center;
        width: 90%;
    }

    .food-slider .image-holder .item-info {
        opacity: 0;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
        transition: opacity 0.2s, transform 0.35s;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

        .food-slider .image-holder .item-info h4 {
            margin-bottom: 5px;
        }

        .food-slider .image-holder .item-info .star-rating {
            margin-bottom: 9px;
            font-size: 18px;
        }

            .food-slider .image-holder .item-info .star-rating i {
                margin-right: 5px;
            }

        .food-slider .image-holder .item-info .price {
            font-size: 25px;
        }

    .food-slider .image-holder:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    .food-slider .image-holder:hover:before {
        background: rgba(0, 0, 0, 0.6);
    }

    .food-slider .image-holder:hover .item-info {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
        opacity: 1;
    }

/* 4. Home
----------------------------------------------------------*/
body.center {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: center;
}

.page-bg {
    background: url("../images/full-page-bg.jpg") center center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.middle-wrapper {
    background: #fff;
    min-width: 1230px;
    z-index: 9;
}

.page-wrapper {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
}

    .page-wrapper header {
        width: 15.625%;
    }

    .page-wrapper main {
        width: 84.375%;
        background: #333;
    }

        .page-wrapper main .rev_slider_wrapper {
            margin-bottom: 30px;
        }

.rev_slider_wrapper.px-30 {
    padding: 0 30px;
}

.tp-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: none;
    border: 1px solid #fff;
}

    .tp-bullet.selected, .tp-bullet:hover {
        background: #253c5b;
        border-color: transparent;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.rev_slider {
    display: none;
}

    .rev_slider .caption-btn {
        text-transform: uppercase;
        border: 2px solid #333 !important;
        color: #333 !important;
        display: inline-flex;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: -moz-inline-flex;
        justify-content: center;
        align-items: center;
        background: none;
    }
    .rev_slider.AcademySlider .caption-btn {
        color: #fff !important;
        border: 2px solid #fff !important;
    }
        .rev_slider .caption-btn.bd-fff {
            border: 1px solid white !important;
        }

        .rev_slider .caption-btn:hover {
            border-color: transparent !important;
        }

    .rev_slider .caption-pointer {
        cursor: pointer;
    }



#rev_slider_11 li .caption-1, #rev_slider_11 li .caption-2 {
    position: relative;
}
/*  #rev_slider_11 li:first-child .caption-1:before, #rev_slider_11 li:first-child .caption-2:before {
    content: "";
    top: 4px;
    left: 2px;
    height: 2px;
    background: #fff;
    width: calc(100% - 4px);
    position: absolute; }
  #rev_slider_11 li:first-child .caption-1:after, #rev_slider_11 li:first-child .caption-2:after {
    content: "";
    bottom: 7px;
    left: 2px;
    height: 2px;
    background: #fff;
    width: calc(100% - 4px);
    position: absolute; }
#rev_slider_11 li:first-child .caption-1, #rev_slider_11 li:first-child .caption-2, #rev_slider_11 li:first-child .caption-3 {
  font-family: "Bitter-Regular";
  text-transform: uppercase; }
#rev_slider_11 li:first-child .caption-4 {
  font-family: "Raleway-Medium";
  font-weight: 500; }*/
#rev_slider_11 li .caption-1 {
    font-family: "IRANSans-bold";
}

#rev_slider_11 li .caption-2 {
    /*font-family: "shabnam-SemiBold";*/
    font-weight: 600;
}

#rev_slider_11 li .caption-1, #rev_slider_11 li .caption-2 {
    text-transform: uppercase;
}
/*#rev_slider_11 li:nth-child(2) .caption-3 {
  line-height: 1.8; }*/
body.rightth #rev_slider_11 li .caption-1 {
    font-family: "IRANSans-bold";
}

body.leftth #rev_slider_11 li .caption-1 {
    font-family: "Raleway-Bold";
}

#rev_slider_11 li .caption-2, #rev_slider_11 li .caption-1 {
    text-transform: uppercase;
}

body.rightth #rev_slider_11 li .caption-2 {
    font-family: "IRANSans-bold";
    font-weight: 800;
}

body.leftth #rev_slider_11 li .caption-2 {
    font-family: "Raleway-Bold";
    font-weight: 800;
}

body.rightth #rev_slider_11 li .caption-3 {
    font-family: "IRANSans";
    font-weight: 400;
    /* border: 1px solid #fff !important;*/
}

#rev_slider_11 li .caption-3 .sale-off {
    font-size: 43.93px;
    margin-right: 13px;
    display: inline-block;
}

    #rev_slider_11 li .caption-3 .sale-off span {
        display: block;
        text-align: right !important;
        line-height: 1.1;
    }

#rev_slider_11 li .caption-3 .percent {
    font-size: 91.73px;
    color: #c9deec;
    line-height: 1;
    display: inline-block;
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
}

.slideshow-form .inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: space-between;
}

    .slideshow-form .inner .form-holder {
        flex: 1;
        margin-right: 30px;
    }

        .slideshow-form .inner .form-holder span {
            right: 19px;
            bottom: 12px;
            color: #000;
        }

            .slideshow-form .inner .form-holder span.lnr-chevron-down {
                bottom: 15px;
            }

    .slideshow-form .inner .form-control {
        background: #fff;
        height: 42px;
        padding-left: 19px;
        padding-right: 19px;
        color: #333;
    }

        .slideshow-form .inner .form-control::-webkit-input-placeholder {
            color: #000;
        }

        .slideshow-form .inner .form-control::-moz-placeholder {
            color: #000;
        }

        .slideshow-form .inner .form-control:-ms-input-placeholder {
            color: #000;
        }

        .slideshow-form .inner .form-control:-moz-placeholder {
            color: #000;
        }

    .slideshow-form .inner select.form-control:not([size]):not([multiple]) {
        height: 42px;
    }

    .slideshow-form .inner button {
        background: #cdaa7c;
    }

        .slideshow-form .inner button:hover {
            background: #e5be8a;
        }

.slideshow-form.on-mobile {
    display: none;
    padding: 40px 0;
    background: #f7f7f7;
}

.cate-box {
    padding-left: 15px;
    padding-right: 15px;
}

.cate-box-item {
    position: relative;
    display: block;
}

    .cate-box-item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .cate-box-item .inner {
        position: absolute;
        top: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        padding: 0 30px;
        font-size: 18px;
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        background: #fff;
        color: #333;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

        .cate-box-item .inner.fixed {
            min-width: 193px;
        }

        .cate-box-item .inner.fixed-1 {
            min-width: 166.75px;
        }

    .cate-box-item:hover:before {
        background: rgba(0, 0, 0, 0);
    }

    .cate-box-item:hover .inner {
        color: #cdaa7c;
    }

.welcome .place-holder-1 {
    margin-top: 22px;
    margin-bottom: 20px;
}

.welcome .place-holder-2 {
    margin-bottom: 20px;
}

.welcome-content .section-header {
    margin-top: 31px;
    margin-bottom: 31px;
}

.welcome-content .body p {
    margin-bottom: 49px;
    line-height: 2;
}

.our-menu {
    background: url("../images/our-menu-bg-1.png") left top no-repeat, url("../images/our-menu-bg-2.jpg") right bottom no-repeat, url("../images/our-menu-bg-3.jpg");
    background-size: auto, auto, cover;
}

    .our-menu.bg-none {
        background: none;
    }

    .our-menu.bg-4 {
        background: url("../images/our-menu-bg-4.jpg");
        background-size: cover;
    }

.our-menu-full {
    padding: 0 95px;
}

    .our-menu-full .our-menu-col h3 {
        font-size: 30px;
    }

    .our-menu-full .our-menu-col h5 {
        font-size: 17px;
    }

.our-menu-block {
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    margin-bottom: 80px;
}

    .our-menu-block.no-flex {
        display: block;
    }

    .our-menu-block:last-child {
        margin-bottom: 0;
    }

    .our-menu-block .au-btn__readmore {
        margin-top: 10px;
    }

    .our-menu-block .our-menu-col {
        position: absolute;
        top: 50%;
        width: 52.13%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background: #fff;
        margin-bottom: 0;
        padding: 64px 54px;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    }

        .our-menu-block .our-menu-col.no-style {
            width: 100%;
            position: static;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            padding: 0;
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            margin-top: 28px;
        }

            .our-menu-block .our-menu-col.no-style.left-70 {
                padding-right: 70px;
            }

            .our-menu-block .our-menu-col.no-style.right-70 {
                padding-left: 70px;
            }

    .our-menu-block.style-1 {
        justify-content: flex-end;
    }

        .our-menu-block.style-1 .our-menu-col {
            left: 0;
        }

    .our-menu-block.style-2 {
        justify-content: flex-start;
    }

        .our-menu-block.style-2 .our-menu-col {
            right: 0;
        }

.our-menu-board {
    padding: 10px;
    background: rgba(255, 255, 255, 0.2);
}

    .our-menu-board .inner {
        background: #fff;
        padding: 95px 60px 84px;
    }

    .our-menu-board .heading {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        justify-content: space-between;
        margin-bottom: 53px;
    }

        .our-menu-board .heading span {
            text-transform: uppercase;
            font-family: "Raleway-SemiBold";
            font-weight: 600;
            color: #333;
            display: inline-block;
            margin-top: 16px;
        }

        .our-menu-board .heading .middle {
            text-align: center;
        }

            .our-menu-board .heading .middle h2 {
                color: #cdaa7c;
                font-family: "Raleway-Bold";
                font-weight: 700;
                margin-bottom: 4px;
                text-transform: uppercase;
            }

        .our-menu-board .heading .date {
            width: 110.16px;
            text-align: right;
        }

.menu-center {
    padding: 0 192px;
}

.menu-wrapper {
    background: url("../images/menu-isotope-bg.jpg") center center;
    background-attachment: fixed;
    padding: 20px;
}

    .menu-wrapper .inner {
        border: 1px solid #cdaa7c;
        padding: 56px 65px 19px;
    }

.menu-container {
    position: relative;
}

.menu-push {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.menu-left {
    transform: translateX(-184px);
    padding-right: 30px;
}

.menu-right {
    transform: translateX(184px);
    padding-left: 30px;
}

.our-menu-wrapper {
    width: 79.01%;
    margin: auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    background: #000;
    position: relative;
    height: 1000px;
}

    .our-menu-wrapper .image-holder {
        width: 42.58%;
        position: relative;
    }

        .our-menu-wrapper .image-holder:before {
            content: "";
            position: absolute;
            top: 20px;
            right: 0;
            bottom: 20px;
            left: 20px;
            border: 1px solid #accadd;
            border-right: none;
        }

        .our-menu-wrapper .image-holder img {
            height: 100%;
            object-fit: cover;
        }

    .our-menu-wrapper .right-content {
        width: 57.42%;
        padding: 20px 20px 20px 0;
    }

        .our-menu-wrapper .right-content .inner {
            padding-top: 119px;
            border: 1px solid #accadd;
            border-left: none;
            height: 100%;
        }

        .our-menu-wrapper .right-content .content {
            padding-right: 70px;
        }

        .our-menu-wrapper .right-content .menu-holder {
            margin-bottom: 28px;
        }

        .our-menu-wrapper .right-content .menu-navigation {
            margin-bottom: 51px;
        }

        .our-menu-wrapper .right-content .btn-holder {
            margin-top: 22px;
        }

    .our-menu-wrapper .menu-navigation ul li a span {
        color: #ccc;
    }

    .our-menu-wrapper .menu-item h5 {
        font-size: 17px;
        margin-bottom: 6px;
    }

    .our-menu-wrapper .menu-holder .menu-thumb {
        margin-right: 12px;
    }

.our-menu-col {
    margin-bottom: 70px;
}

    .our-menu-col .heading {
        margin-bottom: 36px;
        padding-left: 5px;
    }

        .our-menu-col .heading h3 {
            font-family: "Satisfy-Regular";
            color: #e5e5e5;
            font-weight: 400;
            display: inline-block;
        }

            .our-menu-col .heading h3.bold-color {
                color: #333;
            }

        .our-menu-col .heading .icon {
            display: inline-block;
            margin-top: 8px;
            float: right;
        }

            .our-menu-col .heading .icon.mt-12 {
                margin-top: 12px;
            }

            .our-menu-col .heading .icon.mt-4px {
                margin-top: 4px;
            }

    .our-menu-col.left {
        padding-right: 30px;
    }

    .our-menu-col.right {
        padding-left: 30px;
    }

    .our-menu-col.left-20 {
        padding-right: 20px;
    }

    .our-menu-col.right-20 {
        padding-left: 20px;
    }

    .our-menu-col.move-left {
        transform: translateX(-30px);
    }

    .our-menu-col.move-right {
        transform: translateX(30px);
    }

    .our-menu-col.mt-60 {
        margin-top: 60px;
    }

.menu-navigation {
    margin-bottom: 63px;
}

    .menu-navigation.mb-53 {
        margin-bottom: 53px;
    }

    .menu-navigation .fix-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .menu-navigation ul {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        justify-content: center;
    }

        .menu-navigation ul li {
            margin-right: 62px;
            text-align: center;
        }

            .menu-navigation ul li:nth-child(2) {
                margin-right: 58px;
            }

            .menu-navigation ul li:nth-child(3) {
                margin-right: 54px;
            }

            .menu-navigation ul li:last-child {
                margin-right: 0;
            }

            .menu-navigation ul li a img {
                opacity: 0.5;
            }

            .menu-navigation ul li a span {
                font-family: "Raleway-Medium";
                font-weight: 500;
                font-size: 18px;
                color: #333;
                display: block;
                padding-top: 8px;
                opacity: 0.5;
            }

            .menu-navigation ul li.ui-state-active img, .menu-navigation ul li:hover img {
                opacity: 1;
            }

            .menu-navigation ul li.ui-state-active span, .menu-navigation ul li:hover span {
                opacity: 1;
            }

    .menu-navigation.color-e5e5e5 ul li a span {
        color: #e5e5e5;
    }

.menu-item {
    margin-bottom: 29px;
}

    .menu-item:last-child {
        margin-bottom: 0;
    }

    .menu-item h5 {
        font-family: "Raleway-Regular";
        margin-bottom: 9px;
        color: #ccc;
        font-weight: 400;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
    }

        .menu-item h5.color-fff {
            color: #fff;
        }

            .menu-item h5.color-fff a {
                color: #fff;
            }

        .menu-item h5.bold-color {
            color: #333;
        }

            .menu-item h5.bold-color a {
                color: #333;
            }

        .menu-item h5 a {
            color: #ccc;
            float: left;
        }

            .menu-item h5 a:hover {
                color: #e5be8a;
            }

            .menu-item h5 a.hover-third-color:hover {
                color: #accadd;
            }

            .menu-item h5 a.hover-fifth-color:hover {
                color: #956f32;
            }

        .menu-item h5 .dots {
            flex-grow: 1;
            border-bottom: 1px dotted;
            transform: translateY(-6px);
        }

        .menu-item h5 .price span {
            float: left;
        }

    .menu-item ul {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        flex-wrap: wrap;
    }

        .menu-item ul li {
            margin-right: 5px;
        }

            .menu-item ul li a {
                color: #999;
            }

                .menu-item ul li a:after {
                    content: '/';
                    margin-left: 4px;
                }

                .menu-item ul li a:hover {
                    color: #cdaa7c;
                }

            .menu-item ul li:last-child a:after {
                display: none;
            }

        .menu-item ul.hover-third-color li a:hover {
            color: #accadd;
        }

    .menu-item p {
        color: #999;
    }

.menu-holder {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

    .menu-holder .menu-thumb {
        margin-right: 20px;
    }

    .menu-holder .menu-item {
        flex-grow: 1;
    }

    .menu-holder.left {
        padding-right: 50px;
    }

    .menu-holder.right {
        padding-left: 50px;
    }

    .menu-holder.left-40 {
        padding-right: 40px;
    }

    .menu-holder.right-40 {
        padding-left: 40px;
    }

.middle-image .info {
    margin-top: 40px;
}

    .middle-image .info h5 {
        text-transform: uppercase;
        margin-bottom: 5px;
    }

        .middle-image .info h5 a {
            color: #333;
        }

    .middle-image .info span {
        color: #cdaa7c;
        font-size: 18px;
    }

.our-service {
    background: url("../images/our-service-bg.jpg") center center;
    background-size: cover;
}

.our-service-col {
    color: #fff;
    text-align: center;
    border: 2px solid #80694d;
    height: 100%;
    padding: 45px 21px 39px;
    background: #cdaa7c;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .our-service-col h3 {
        font-size: 30px;
        font-family: "Satisfy-Regular";
        font-weight: 400;
        color: #fff;
        margin-bottom: 24px;
    }

    .our-service-col p {
        margin-top: 19px;
    }

    .our-service-col:hover {
        background: none;
    }

.our-service-full {
    width: 51%;
}

    .our-service-full .section-header h2 {
        color: #fff;
    }

    .our-service-full .service-col {
        margin-bottom: 65px;
    }

.service-image {
    height: 100%;
    margin-right: 25px;
}

.service-col {
    margin-bottom: 60px;
}

.service-icon-box {
    width: 139px;
    height: 139px;
    margin: 0 auto;
    position: relative;
}

    .service-icon-box .circle {
        position: absolute;
        top: 0;
        left: 0;
        width: 139px;
        height: 139px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

        .service-icon-box .circle .dot {
            position: absolute;
            left: 0;
            top: 50%;
            display: block;
            line-height: 15px;
            width: 14px;
            height: 14px;
            margin-left: -7.5px;
            margin-top: -7.5px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

    .service-icon-box .service-icon-item {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 130px;
        width: 130px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

        .service-icon-box .service-icon-item img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

.service-text {
    margin-top: 27px;
}

    .service-text h5 {
        text-transform: uppercase;
        margin-bottom: 13px;
    }

.feature-content .heading {
    padding-top: 4px;
    margin-bottom: 28px;
}

    .feature-content .heading h3 {
        text-transform: uppercase;
        margin-bottom: 9px;
    }

        .feature-content .heading h3 a {
            color: #333;
        }

            .feature-content .heading h3 a:hover {
                color: #cdaa7c;
            }

    .feature-content .heading span {
        font-family: "Raleway-SemiBold";
        font-size: 30px;
        color: #333;
    }

        .feature-content .heading span.price {
            padding-left: 39px;
            position: relative;
        }

            .feature-content .heading span.price:before {
                content: "";
                width: 23px;
                height: 2px;
                background: #333;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
            }

.feature-content .body p {
    margin-bottom: 34px;
}

.feature-content .body .star-rating {
    margin-bottom: 55px;
}

    .feature-content .body .star-rating i {
        margin-right: 1px;
        font-size: 20px;
    }

        .feature-content .body .star-rating i:last-child {
            margin-right: 0;
        }

.feature-slider {
    position: relative;
}

    .feature-slider span.lnr {
        cursor: pointer;
        font-size: 25px;
        color: #d9d9d9;
        position: absolute;
        top: 58px;
        z-index: 9;
    }

        .feature-slider span.lnr:hover {
            color: #cdaa7c;
        }

        .feature-slider span.lnr.lnr-chevron-left {
            left: -32px;
        }

        .feature-slider span.lnr.lnr-chevron-right {
            right: -32px;
        }

    .feature-slider img:hover {
        opacity: 0.8;
    }

.feature-small {
    text-align: center;
}

    .feature-small a {
        display: inline-block;
    }

    .feature-small .item-info {
        margin-top: 20px;
    }

        .feature-small .item-info .price {
            font-size: 17px;
            color: #333;
        }

.booking .image-holder {
    background: url("../images/book-a-table.jpg") center center;
    background-size: cover;
    height: 100%;
}

    .booking .image-holder img {
        display: none;
    }

.booking .booking-content {
    padding: 88px 101px 78px;
    background: #181818;
    height: 100%;
}

    .booking .booking-content .section-header {
        margin-bottom: 33px;
    }

    .booking .booking-content .btn-holder {
        margin-top: 60px;
    }

    .booking .booking-content .form-control {
        height: 31px;
        border-bottom: 1px solid #ccc;
        font-size: 18px;
        color: #ccc;
    }

        .booking .booking-content .form-control.datepicker-here {
            cursor: pointer;
        }

        .booking .booking-content .form-control:focus {
            color: #ccc;
        }

        .booking .booking-content .form-control::-webkit-input-placeholder {
            color: #ccc;
        }

        .booking .booking-content .form-control::-moz-placeholder {
            color: #ccc;
        }

        .booking .booking-content .form-control:-ms-input-placeholder {
            color: #ccc;
        }

        .booking .booking-content .form-control:-moz-placeholder {
            color: #ccc;
        }

.booking-block {
    position: relative;
    color: #fff;
    height: 485px;
    text-align: center;
    background-position: center;
}

    .booking-block .inner {
        position: absolute;
        left: 50%;
        top: 124px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

        .booking-block .inner p {
            margin-bottom: 53px;
            line-height: 1.9;
        }

    .booking-block .section-header {
        margin-bottom: 21px;
    }

.booking-form {
    margin-top: 50px;
}

    .booking-form p:first-child {
        text-align: center;
        font-size: 17px;
        margin-bottom: 34px;
        padding: 0 43px;
    }

        .booking-form p:first-child a {
            color: #cdaa7c;
        }

    .booking-form p:last-child {
        font-size: 30px;
        font-family: "GreatVibes-Regular";
        margin-top: 57px;
        text-align: center;
    }

    .booking-form .form-inner {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .booking-form .form-inner .form-col {
            width: 29.57%;
            margin-bottom: 39px;
        }

    .booking-form .form-control {
        height: 35px;
        border-bottom: 1px solid #333;
    }

        .booking-form .form-control::-webkit-input-placeholder {
            color: #666;
        }

        .booking-form .form-control::-moz-placeholder {
            color: #666;
        }

        .booking-form .form-control:-ms-input-placeholder {
            color: #666;
        }

        .booking-form .form-control:-moz-placeholder {
            color: #666;
        }

    .booking-form .form-holder span {
        color: #666;
    }

    .booking-form .btn-holder {
        margin-top: 31px;
    }

.trait .image-holder {
    height: 100%;
    background: url("../images/trait.jpg") center center;
    background-size: cover;
}

    .trait .image-holder img {
        display: none;
    }

.trait-content {
    background: #f7f7f7;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    padding: 90px 0 80px;
}

    .trait-content.re-style {
        background: none;
        padding: 150px 0 110px;
        display: block;
    }

.trait-col {
    text-align: center;
    margin-bottom: 53px;
    width: 270px;
    margin-right: 80px;
}

    .trait-col h5 {
        font-family: "Raleway-Bold";
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 23px;
        margin-bottom: 13px;
    }

    .trait-col.re-style {
        width: auto;
        margin-right: 0;
        margin-bottom: 0;
    }

.our-story .image-wrapper {
    width: 79%;
}

.our-story .image-bg {
    height: 100%;
    background: url("../images/our-story-2.jpg") center center;
    background-size: cover;
}

    .our-story .image-bg img {
        display: none;
    }

.our-story .image-holder {
    height: 100%;
    background: url("../images/our-story.jpg") center center;
    background-size: cover;
}

    .our-story .image-holder img {
        display: none;
    }

.our-story-primary h2 {
    font-family: "Satisfy-Regular";
    font-weight: 400;
}

.our-story-primary .name {
    display: inline-block;
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
}

    .our-story-primary .name h6 {
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        margin-bottom: 3px;
    }

.our-story-primary.style-1 {
    padding: 126px 0 130px;
    background: #f7f7f7;
    height: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .our-story-primary.style-1 .heading {
        margin-bottom: 27px;
    }

        .our-story-primary.style-1 .heading h2 {
            color: #cdaa7c;
            font-size: 47px;
        }

        .our-story-primary.style-1 .heading img {
            transform: translate(-5px, -12px);
            -webkit-transform: translate(-5px, -12px);
            -moz-transform: translate(-5px, -12px);
            -ms-transform: translate(-5px, -12px);
            -o-transform: translate(-5px, -12px);
        }

    .our-story-primary.style-1 p {
        margin-bottom: 50px;
        line-height: 2;
    }

    .our-story-primary.style-1 .name {
        margin-left: 1px;
    }

        .our-story-primary.style-1 .name h6 a {
            color: #333;
        }

    .our-story-primary.style-1 .inner {
        width: 61%;
    }

.our-story-primary.style-2 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding: 18px 16px;
    background: #cdaa7c;
    width: 41.67%;
    text-align: center;
}

    .our-story-primary.style-2 .interior {
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 56px 52px 41px;
    }

    .our-story-primary.style-2 .heading {
        margin-bottom: 21px;
    }

        .our-story-primary.style-2 .heading h2 {
            color: #fff;
            font-size: 55px;
        }

    .our-story-primary.style-2 p {
        margin-bottom: 44px;
        line-height: 2;
    }

    .our-story-primary.style-2 .name {
        margin-left: 2px;
    }

        .our-story-primary.style-2 .name h6 a {
            color: #fff;
        }

    .our-story-primary.style-2.fixed {
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        width: auto;
        padding: 15px;
    }

        .our-story-primary.style-2.fixed .interior {
            padding: 37px 52px 22px;
        }

        .our-story-primary.style-2.fixed p {
            margin-bottom: 35px;
        }

        .our-story-primary.style-2.fixed .heading {
            margin-bottom: 17px;
        }

            .our-story-primary.style-2.fixed .heading h2 {
                font-size: 47px;
            }

.our-story-primary.style-3 {
    text-align: center;
}

    .our-story-primary.style-3 .inner {
        width: 57%;
        margin: auto;
    }

    .our-story-primary.style-3 .heading {
        margin-bottom: 47px;
    }

        .our-story-primary.style-3 .heading h2 {
            font-size: 55px;
            color: #cdaa7c;
        }

        .our-story-primary.style-3 .heading img {
            transform: translate(5px, -14px);
            -webkit-transform: translate(5px, -14px);
            -moz-transform: translate(5px, -14px);
            -ms-transform: translate(5px, -14px);
            -o-transform: translate(5px, -14px);
        }

    .our-story-primary.style-3 p {
        color: #fff;
        margin-bottom: 72px;
    }

    .our-story-primary.style-3 .name {
        text-align: center;
        margin-left: 2px;
    }

        .our-story-primary.style-3 .name h6 a {
            color: #fff;
        }

        .our-story-primary.style-3 .name span {
            color: #ccc;
        }

.my-flipster {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    flex-direction: column;
}

.flipster__nav {
    display: none;
}

.flipster--flat .flipster__item--past, .flipster--flat .flipster__item--future {
    opacity: 1;
}

    .flipster--flat .flipster__item--past .content, .flipster--flat .flipster__item--future .content {
        background: #374f70;
    }

.flipster-item.flipster__item:not(.flipster__item--current) .flipster__item__content > img {
    border: 2px solid #dfd5d5;
    border-top-width: 1px;
    border-bottom: none;
}

.flipster-item.flipster__item:not(.flipster__item--current) .flipster__item__content > .content {
    border: 1px solid #dfd5d5;
    border-top: none;
    padding: 25px 35px;
    padding-top: 25px;
    font-size: 13px;
    padding-top: 0;
}

    .flipster-item.flipster__item:not(.flipster__item--current) .flipster__item__content > .content .body > p {
        font-size: 13px;
    }

.flipster--flat .flipster__item--past .flipster__item__content, .flipster--flat .flipster__item--future .flipster__item__content {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
}

    .flipster--flat .flipster__item--past .flipster__item__content .content {
        padding: 0 0 0 148px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .flipster--flat .flipster__item--future .flipster__item__content .content {
        padding: 0 148px 0 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.flipster-item {
    position: relative;
    text-align: center;
    width: 570px;
}

    .flipster-item p {
        margin-bottom: 24px;
    }

        .flipster-item p.mb-32 {
            margin-bottom: 32px;
        }

        .flipster-item p:last-child {
            margin-bottom: 0;
        }

    .flipster-item .content {
        background: #253c5b;
        height: 250px;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 74px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .flipster-item .heading {
        margin-bottom: 13px;
    }

        .flipster-item .heading.mb-34 {
            margin-bottom: 34px;
        }

        .flipster-item .heading h3 {
            font-size: 20px;
            /*   font-family: "Satisfy-Regular";*/
            font-weight: 400;
            color: #fff;
        }

        .flipster-item .heading h4 {
            font-size: 19px;
            color: #CFCECA;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .flipster-item .heading img {
            transform: translate(-6px, -13px);
            -webkit-transform: translate(-6px, -13px);
            -moz-transform: translate(-6px, -13px);
            -ms-transform: translate(-6px, -13px);
            -o-transform: translate(-6px, -13px);
        }

    .flipster-item .body {
        color: #fff;
        text-align: justify;
    }

        .flipster-item .body .color-cdaa7c {
            color: #cdaa7c;
        }

        .flipster-item .body .semi-bold {
            /*   font-family: Raleway-SemiBold;*/
            font-weight: 600;
        }

        .flipster-item .body .end {
            text-align: center;
            /*	   margin-bottom:45px;*/
        }

            .flipster-item .body .end button {
                margin-bottom: 10px;
            }

            .flipster-item .body .end .cost {
                font-size: 18px;
            }

body.rightth .flipster-item .body .end .cost .price.discount {
    float: right;
}

body.rightth .flipster-item .body .end .cost .price {
    float: left;
}

.flipster-item .time {
    margin-bottom: 36px;
}

    .flipster-item .time h4 {
        font-size: 27px;
        /*   font-family: "Satisfy-Regular";*/
        color: #cdaa7c;
        font-weight: 400;
        margin-bottom: 14px;
    }

    .flipster-item .time span {
        display: block;
        margin-bottom: 9px;
    }

    .flipster-item .time:last-child {
        margin-bottom: 0;
    }

.flipster-item .name {
    margin-left: 3px;
    display: inline-block;
    text-align: center;
}

    .flipster-item .name h6 {
        /*    font-family: "Raleway-SemiBold";*/
        font-weight: 600;
        margin-bottom: 2px;
    }

        .flipster-item .name h6 a {
            color: #fff;
        }

.flipster {
    padding: 10px 0;
    margin: -10px 0;
}

.flipster__item__content {
    position: relative;
}

    .flipster__item__content:before {
        content: "";
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        border: 1px solid #ab8182;
    }

.flipster__item--current .flipster__item__content {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
    -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
    -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
}

.opening-time {
    background: url("../images/opening-time-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 65px 15px;
    text-align: center;
}

    .opening-time h3 {
        color: #cdaa7c;
        font-size: 45px;
        font-family: "Satisfy-Regular";
        font-weight: 400;
        margin-bottom: 34px;
    }

    .opening-time a {
        color: #fff;
        font-size: 22.71px;
        margin-top: 53px;
        display: block;
        position: relative;
    }

        .opening-time a i {
            font-size: 25.74px;
            margin-right: 5px;
            transform: translateY(3px);
            -webkit-transform: translateY(3px);
            -moz-transform: translateY(3px);
            -ms-transform: translateY(3px);
            -o-transform: translateY(3px);
        }

        .opening-time a:before {
            content: "";
            width: 42.75%;
            left: 50%;
            position: absolute;
            top: -24px;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            height: 1px;
            background: rgba(205, 170, 124, 0.5);
        }

    .opening-time .time-item {
        margin-bottom: 27px;
    }

        .opening-time .time-item p {
            font-size: 30px;
            color: #cdaa7c;
            font-family: "Satisfy-Regular";
            font-weight: 400;
            margin-bottom: 6px;
        }

        .opening-time .time-item span {
            display: block;
            color: #fff;
            font-size: 18px;
            margin-bottom: 6px;
        }

.opening-hours {
    position: relative;
    text-align: center;
    padding: 20px;
    background: url("../images/coffee-bg.png") no-repeat right -132px bottom -7px, #956f32;
    height: 100%;
    color: #fff;
}

    .opening-hours:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(149, 111, 50, 0.5);
    }

    .opening-hours .inner {
        border: 1px solid rgba(255, 255, 255, 0.5);
        height: 100%;
        position: relative;
        z-index: 9;
        padding: 43px 44px 20px 46px;
    }

    .opening-hours h5 {
        text-transform: uppercase;
        font-family: "Raleway-Bold";
        font-weight: 700;
        color: #fff;
        margin-bottom: 39px;
        position: relative;
    }

        .opening-hours h5:after {
            content: "";
            position: absolute;
            width: 47px;
            height: 2px;
            background: #fff;
            left: 50%;
            bottom: -13px;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
        }

    .opening-hours .body {
        margin-bottom: 32px;
    }

    .opening-hours .opening-item {
        font-size: 17px;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }

        .opening-hours .opening-item:last-child {
            margin-bottom: 0;
        }

    .opening-hours a {
        color: #fff;
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        font-size: 17px;
    }

        .opening-hours a i {
            margin-right: 3px;
        }

.section-reservation .opening-time {
    margin-right: -30px;
}

.section-reservation .reservation-tab {
    padding-left: 60px;
}

.reservation-tab ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: center;
}

    .reservation-tab ul li a {
        font-size: 25px;
        color: #333;
        font-family: "Raleway-Bold";
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 15.5px;
        display: inline-block;
        padding: 5px 0;
        position: relative;
    }

        .reservation-tab ul li a::after {
            content: "";
            position: absolute;
            height: 2px;
            bottom: -2px;
            left: 0;
            width: 100%;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .reservation-tab ul li.ui-state-active a::after {
        background: #333;
    }

.special-grid {
    margin-top: 50px;
}

    .special-grid .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .special-grid .row > div {
            padding-left: 10px;
            padding-right: 10px;
        }

    .special-grid .image-holder {
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        display: block;
    }

        .special-grid .image-holder img {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.8s ease;
        }

        .special-grid .image-holder .inner {
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 9;
            background: #cdaa7c;
            color: #fff;
            height: 31px;
            padding: 0 17px 0 14px;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
            transition: opacity 0.2s, transform 0.35s;
            -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
        }

            .special-grid .image-holder .inner a, .special-grid .image-holder .inner span {
                float: left;
            }

            .special-grid .image-holder .inner h6 {
                color: #fff;
                font-size: 15px;
            }

        .special-grid .image-holder.fix-image {
            height: 100%;
            position: relative;
        }

            .special-grid .image-holder.fix-image img {
                position: absolute;
                height: 100%;
                width: 100%;
            }

        .special-grid .image-holder:hover .inner {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
            -webkit-transition-duration: 0.35s;
            transition-duration: 0.35s;
            opacity: 1;
        }

        .special-grid .image-holder:hover img {
            transform: scale(1.3);
            opacity: 0.8;
        }

    .special-grid.re-style {
        margin-top: 0;
    }

        .special-grid.re-style .row {
            margin-left: -15px;
            margin-right: -15px;
        }

            .special-grid.re-style .row > div {
                padding-left: 15px;
                padding-right: 15px;
            }

.special {
    background-size: cover;
    background-position: center;
}

    .special .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 42px;
    }

#special-slider-four .item-info {
    text-align: center;
    background: #fff;
    padding: 24px 15px 23px;
}

    #special-slider-four .item-info h6 {
        font-size: 20px;
    }

    #special-slider-four .item-info .price {
        color: #333;
    }

.special-slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 35px;
}

.special-item .thumb {
    margin-bottom: 26px;
}

    .special-item .thumb img:hover {
        opacity: 0.8;
    }

.special-item .change {
    height: 60px;
}

.special-item .au-btn {
    top: 12px;
}

.special-item .buy {
    top: -1px;
}

.owl-theme#special-carousel-center .owl-nav.disabled + .owl-dots {
    margin-top: 42px;
}

.special-box-slider {
    position: absolute;
    right: 21.3%;
}

    .special-box-slider .owl-carousel {
        transform: translateY(-223.5px);
        -webkit-transform: translateY(-223.5px);
        -moz-transform: translateY(-223.5px);
        -ms-transform: translateY(-223.5px);
        -o-transform: translateY(-223.5px);
        position: relative;
        z-index: 9;
        width: 394px;
        background: #cdaa7c;
    }

.special-box {
    padding: 10px 13px;
    color: #fff;
}

    .special-box .inner {
        border: 2px solid rgba(255, 255, 255, 0.5);
        padding: 40px 37px 35px;
    }

    .special-box h4 {
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        margin-bottom: 5px;
    }

        .special-box h4 a {
            color: #fff;
        }

    .special-box .price {
        font-size: 25px;
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        padding-left: 39px;
        position: relative;
    }

        .special-box .price:before {
            content: "";
            width: 23px;
            height: 2px;
            background: #fff;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            left: 0;
        }

    .special-box p {
        margin-top: 16px;
        margin-bottom: 27px;
    }

    .special-box .star-rating {
        color: #fff;
    }

.our-chef .our-chef-item {
    margin-bottom: 112px;
}

.our-chef-slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 42px;
}

.our-chef-item {
    position: relative;
    text-align: center;
    position: relative;
}

    .our-chef-item:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .our-chef-item .info {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        width: 80%;
        z-index: 9;
    }

        .our-chef-item .info .inner {
            opacity: 0;
            -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
            transition: opacity 0.2s, transform 0.35s;
            -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
        }

    .our-chef-item .social a {
        margin-right: 12px;
        color: #999;
    }

        .our-chef-item .social a:last-child {
            margin-right: 0;
        }

        .our-chef-item .social a:hover {
            color: #b3b3b3;
        }

    .our-chef-item h6 {
        text-transform: uppercase;
        font-size: 18px;
        font-family: "IRANSans";
        color: #fff;
        font-weight: 600;
        margin-bottom: 9px;
    }

        .our-chef-item h6 a {
            color: #fff;
        }

    .our-chef-item span {
        color: #253c5b;
        display: block;
        margin-bottom: 29px;
    }

    .our-chef-item .name-box {
        padding: 6px;
        background: #253c5b;
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        height: 85px;
        z-index: 9;
    }

        .our-chef-item .name-box span {
            color: #fff;
            margin-bottom: 0;
        }

        .our-chef-item .name-box h6 {
            margin-bottom: 3px;
        }

        .our-chef-item .name-box .inner {
            border: 1px solid rgba(255, 255, 255, 0.3);
            display: inline-flex;
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: -moz-inline-flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
        }

    .our-chef-item:hover:after {
        background: rgba(0, 0, 0, 0.5);
    }

    .our-chef-item:hover .info .inner {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
        opacity: 1;
    }

.wish {
    height: 668px;
    background: url("../images/wish-bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}

    .wish .content {
        position: absolute;
        top: 36%;
        left: 50%;
        padding: 0 15px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        width: 50%;
    }

    .wish h3 {
        font-family: "GreatVibes-Regular";
        font-weight: 400;
        color: #cdaa7c;
        font-size: 84.71px;
        line-height: 1;
    }

    .wish p {
        font-size: 30px;
        color: #ccc;
        text-transform: uppercase;
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        margin-bottom: 65px;
    }

    .wish .au-btn {
        color: #fff;
    }

.gallery-grid {
    display: grid;
    display: -ms-grid;
}

    .gallery-grid.has-gutter {
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
        -ms-grid-rows: auto 30px auto;
        grid-gap: 29px 31px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding: 0 15px;
    }

        .gallery-grid.has-gutter .gallery-item:first-child {
            grid-area: 1 / 1 / span 1 / span 2;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
        }

        .gallery-grid.has-gutter .gallery-item:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            -ms-grid-column: 5;
            -ms-grid-column-span: 1;
        }

        .gallery-grid.has-gutter .gallery-item:nth-child(3) {
            grid-area: 1 / 4 / span 2 / span 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            -ms-grid-column: 7;
            -ms-grid-column-span: 1;
        }

        .gallery-grid.has-gutter .gallery-item:nth-child(4) {
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }

        .gallery-grid.has-gutter .gallery-item:nth-child(5) {
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            -ms-grid-column: 3;
            -ms-grid-column-span: 1;
        }

        .gallery-grid.has-gutter .gallery-item:nth-child(6) {
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            -ms-grid-column: 5;
            -ms-grid-column-span: 1;
        }

    .gallery-grid.no-gutter {
        -ms-grid-columns: auto auto auto auto;
        -ms-grid-rows: auto auto;
        grid-template-columns: auto auto auto auto;
    }

        .gallery-grid.no-gutter .gallery-item:first-child {
            grid-area: 1 / 1 / span 2 / span 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 2;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }

        .gallery-grid.no-gutter .gallery-item:nth-child(4) {
            grid-area: 1 / 4 / span 2 / span 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 2;
            -ms-grid-column: 4;
            -ms-grid-column-span: 1;
        }

.gallery-item .thumb {
    position: relative;
    display: block;
}

    .gallery-item .thumb::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .gallery-item .thumb i {
        display: inline-block;
        width: 59px;
        height: 59px;
        border-radius: 50%;
        line-height: 59px;
        color: #fff;
        text-align: center;
        background: #cdaa7c;
        font-size: 23px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        -webkit-transform: translate(-50%, -50%) scale(0);
        -moz-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        -o-transform: translate(-50%, -50%) scale(0);
        opacity: 0;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .gallery-item .thumb:hover i {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
    }

    .gallery-item .thumb:hover:before {
        background: rgba(0, 0, 0, 0.5);
    }

    .gallery-item .thumb.fix-image {
        height: 100%;
    }

        .gallery-item .thumb.fix-image img {
            position: absolute;
            height: 100%;
            top: 0;
        }

.section-form .section-header {
    margin-bottom: 62px;
}

.section-form .form-inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-form .form-col {
    width: 30.4%;
    margin-bottom: 43px;
}

.section-form .form-control {
    height: 31px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    color: #ccc;
}

    .section-form .form-control.datepicker-here {
        cursor: pointer;
    }

    .section-form .form-control:focus {
        color: #ccc;
    }

    .section-form .form-control::-webkit-input-placeholder {
        color: #ccc;
    }

    .section-form .form-control::-moz-placeholder {
        color: #ccc;
    }

    .section-form .form-control:-ms-input-placeholder {
        color: #ccc;
    }

    .section-form .form-control:-moz-placeholder {
        color: #ccc;
    }

    .section-form .form-control.style {
        border-bottom: 1px solid #333;
        color: #666;
    }

        .section-form .form-control.style::-webkit-input-placeholder {
            color: #666;
        }

        .section-form .form-control.style::-moz-placeholder {
            color: #666;
        }

        .section-form .form-control.style:-ms-input-placeholder {
            color: #666;
        }

        .section-form .form-control.style:-moz-placeholder {
            color: #666;
        }

.section-form .au-btn {
    margin-top: 27px;
}

.section-form.full {
    padding: 0 99px;
}

    .section-form.full .form-col {
        width: 46.65%;
    }

.map-holder {
    height: 341px;
}

.block-banner {
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .block-banner .inner {
        position: absolute;
        text-align: center;
    }

    .block-banner.style-1 {
        height: 573px;
    }

        .block-banner.style-1 .inner {
            right: 163px;
            top: 100px;
        }

        .block-banner.style-1 h3 {
            color: #cdaa7c;
            font-size: 40px;
            font-family: "Raleway-Regular";
            font-weight: 400;
            margin-top: 5px;
            margin-bottom: 27px;
        }

        .block-banner.style-1 h2 {
            font-size: 70px;
            color: #fff;
            font-family: "Georgia";
            text-transform: uppercase;
            letter-spacing: 7px;
            font-weight: 400;
            margin-bottom: 5px;
        }

        .block-banner.style-1 p {
            font-size: 18px;
            color: #808080;
            font-family: "Raleway-Medium";
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 90px;
        }

    .block-banner.style-2 {
        height: 531px;
        text-transform: uppercase;
    }

        .block-banner.style-2 .inner {
            top: 110px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
        }

        .block-banner.style-2 .text, .block-banner.style-2 .number {
            font-family: "Bitter-Bold";
            font-weight: 700;
        }

        .block-banner.style-2 h2 {
            font-size: 70px;
            color: #fff;
        }

        .block-banner.style-2 .middle {
            margin-bottom: 48px;
        }

        .block-banner.style-2 .text {
            display: inline-block;
            text-align: right;
            margin-right: 6px;
        }

            .block-banner.style-2 .text .first-line span {
                color: #fff;
                font-size: 50px;
                line-height: 1;
                vertical-align: bottom;
                display: inline-block;
                margin-left: 8px;
                transform: translateY(-2px);
                -webkit-transform: translateY(-2px);
                -moz-transform: translateY(-2px);
                -ms-transform: translateY(-2px);
                -o-transform: translateY(-2px);
            }

            .block-banner.style-2 .text .break {
                color: #ff3333;
                font-size: 69px;
                line-height: 0.9;
                display: block;
            }

        .block-banner.style-2 .number {
            font-size: 144px;
            color: #ff3333;
            line-height: 1.21;
        }

    .block-banner .date {
        width: 197px;
        height: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(255, 255, 255, 0.5);
        color: #e5e5e5;
    }

#grid-image.owl-theme .owl-nav.disabled + .owl-dots {
    display: none;
}

#grid-image .owl-stage-outer, #grid-image .owl-stage, #grid-image .owl-item, #grid-image .item {
    height: 100%;
}

.grid-item {
    display: block;
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 100%;
}

    .grid-item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .grid-item .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        padding: 0 15px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        text-align: center;
    }

    .grid-item .item-info {
        opacity: 0;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
        transition: opacity 0.2s, transform 0.35s;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }

        .grid-item .item-info h4 {
            font-size: 28px;
            margin-bottom: 7px;
            color: #fff;
        }

        .grid-item .item-info .star-rating {
            margin-bottom: 16px;
            font-size: 20px;
        }

            .grid-item .item-info .star-rating i {
                margin-right: 3px;
            }

        .grid-item .item-info .price {
            font-size: 28px;
        }

    .grid-item:hover:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
    }

    .grid-item:hover .item-info {
        opacity: 1;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
        transition: opacity 0.2s, transform 0.35s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.fullpage-row {
    height: 100%;
}

#fullpage .prev-slide, #fullpage .next-slide {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

    #fullpage .prev-slide:hover, #fullpage .next-slide:hover {
        color: #cdaa7c;
    }

.bg-box {
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.full-col {
    height: 100%;
    background: url("../images/full-col-bg.jpg") center center no-repeat;
    background-size: cover;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fp-controlArrow.fp-prev {
    display: none;
}

.fp-controlArrow.fp-next {
    display: none;
}

#fp-nav.right {
    right: 78px;
}

#fp-nav ul li, .fp-slidesNav ul li {
    margin: 9px 0;
}

    #fp-nav ul li a span, .fp-slidesNav ul li a span {
        background: none;
        border: 1px solid #fff;
        width: 12px;
        height: 12px;
        margin: 0;
        left: 0;
        top: 0;
    }

    #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
        margin: 0;
        border-color: transparent;
        background: #cdaa7c;
        margin: 0;
    }

    #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
        width: 12px;
        height: 12px;
        margin: 0;
    }

.instagram h4 {
    font-family: "Raleway-Bold";
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 43px;
}

.instagram .image-holder {
    position: relative;
    display: block;
}

    .instagram .image-holder .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0);
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .instagram .image-holder .overlay div {
            display: inline-block;
            color: #fff;
        }

            .instagram .image-holder .overlay div.love {
                margin-right: 16px;
            }

    .instagram .image-holder:hover .overlay {
        opacity: 1;
        background: rgba(0, 0, 0, 0.5);
    }

.about-us-1, .about-us-2 {
    position: absolute;
}

.about-us-1 {
    right: 0;
    top: 150px;
}

.about-us-2 {
    left: 0;
    bottom: 150px;
}

.about-us-wrapper {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 229px 0 252px;
}

.about-us-board {
    padding: 23px 20px;
    background: #181818;
    width: 53.84%;
    margin: auto;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 9;
}

    .about-us-board .inner {
        border: 1px solid #accadd;
        padding: 101px 54px 80px;
    }

    .about-us-board .heading {
        margin-bottom: 35px;
    }

        .about-us-board .heading h2 {
            color: #fff;
            font-size: 55px;
            font-family: "Satisfy-Regular";
            font-weight: 400;
        }

    .about-us-board p {
        line-height: 2;
        margin-bottom: 60px;
    }

    .about-us-board .name {
        display: inline-block;
        margin-left: 1px;
    }

        .about-us-board .name h6 {
            font-family: "Raleway-SemiBold";
            font-weight: 600;
            font-size: 17px;
            margin-bottom: 3px;
        }

            .about-us-board .name h6 a {
                color: #fff;
            }

.about-us .image-holder {
    height: 100%;
    background-size: cover;
}

    .about-us .image-holder img {
        height: 100%;
        object-fit: cover;
    }

.about-us-col {
    background: #eae7de;
    padding: 89px 50px 86px;
    height: 100%;
    text-align: justify;
}

    .about-us-col .section-header {
        text-align: left;
        margin-bottom: 34px;
    }

    .about-us-col p {
        margin-bottom: 39px;
        line-height: 2;
    }

.opening-block {
    background: #181818;
    padding: 57px 0 49px;
}

    .opening-block h2 {
        font-size: 45px;
        font-weight: 400;
        color: #accadd;
        font-family: "Satisfy-Regular";
    }

    .opening-block .heading {
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        color: #accadd;
        font-size: 25px;
        margin-bottom: 16px;
    }

    .opening-block .body {
        color: #fff;
        font-size: 18px;
    }

        .opening-block .body span {
            display: block;
            margin-bottom: 6px;
        }

            .opening-block .body span:last-child {
                margin-bottom: 0;
            }

    .opening-block .front {
        height: 100%;
        padding-top: 30px;
        margin-right: 37px;
        position: relative;
    }

        .opening-block .front img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }

    .opening-block .middle {
        padding-left: 25px;
    }

    .opening-block .end {
        text-align: center;
        padding-top: 13px;
    }

        .opening-block .end span {
            color: #fff;
            font-size: 22.71px;
            display: block;
            text-align: right;
            margin-bottom: 22px;
        }

            .opening-block .end span i {
                font-size: 25.74px;
                margin-right: 10px;
            }

.promotion-item {
    position: relative;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

    .promotion-item.is-bg {
        height: 100%;
        position: relative;
    }

        .promotion-item.is-bg #promotion-1 {
            height: 100%;
            width: 100%;
            object-fit: cover;
            position: absolute;
            left: 0;
        }

    .promotion-item .inner {
        position: absolute;
    }

        .promotion-item .inner.top {
            top: 78px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
        }

        .promotion-item .inner.right {
            top: 99px;
            right: 50px;
        }

        .promotion-item .inner.left {
            top: 69px;
            left: 58px;
        }

    .promotion-item .note h4 {
        font-size: 40px;
        font-family: "Raleway-Bold";
        font-weight: 700;
        vertical-align: middle;
        margin: 0 13px;
        display: inline-block;
        color: #fff;
    }

    .promotion-item .discount-box {
        display: inline-flex;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: -moz-inline-flex;
        align-items: center;
        border: 1px dashed #6f6f72;
        padding: 0 16px;
    }

        .promotion-item .discount-box .text {
            display: inline-block;
            text-transform: uppercase;
            color: #ccc;
            font-size: 18px;
            font-family: "Raleway-Medium";
            font-weight: 500;
            margin-right: 9px;
            text-align: right;
        }

            .promotion-item .discount-box .text span {
                display: block;
                line-height: 1.2;
            }

        .promotion-item .discount-box .price {
            color: #ff3333;
            font-family: "Georgia-Bold";
            font-weight: 700;
            font-size: 44px;
            display: inline-flex;
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: -moz-inline-flex;
            line-height: 1.3;
        }

    .promotion-item .discount-text {
        margin-bottom: 38px;
    }

        .promotion-item .discount-text h3 {
            color: #fff;
            font-family: "Raleway-Medium";
            font-weight: 500;
            text-transform: initial;
            font-size: 35px;
            margin-bottom: 0;
        }

        .promotion-item .discount-text .percent {
            font-size: 50px;
            color: #ff3333;
            font-family: "Raleway-Bold";
            font-weight: 700;
            display: inline-flex;
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: -moz-inline-flex;
            margin-right: 2px;
        }

        .promotion-item .discount-text p {
            font-family: "Raleway-Bold";
            font-weight: 700;
            color: #ccc;
            text-transform: uppercase;
        }

    .promotion-item h2 {
        font-family: "Bitter-Bold";
        font-weight: 700;
        font-size: 45px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 13px;
    }

    .promotion-item h3 {
        font-family: "Georgia-Bold";
        font-weight: 700;
        font-size: 30px;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 13px;
    }

.pizza .grid {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: center;
}

    .pizza .grid .pizza-item {
        width: 19.27%;
        margin-right: 30px;
    }

        .pizza .grid .pizza-item:last-child {
            margin-right: 0;
        }

.pizza-item {
    height: 563px;
    border: 1px solid #e6e6e6;
    padding: 45px 36px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .pizza-item h5 {
        margin-bottom: 12px;
    }

        .pizza-item h5 a {
            color: #333;
        }

            .pizza-item h5 a:hover {
                color: #ff3333;
            }

    .pizza-item .content {
        margin-top: 34px;
        margin-bottom: 31px;
        position: relative;
    }

        .pizza-item .content:after {
            content: "";
            width: 50px;
            height: 1px;
            background: #e6e6e6;
            bottom: -15px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
        }

    .pizza-item .change {
        height: 81px;
    }

    .pizza-item .buy {
        top: 0;
        left: 50%;
    }

        .pizza-item .buy p {
            font-family: "Raleway-SemiBold";
            font-weight: 600;
        }

    .pizza-item .au-btn {
        top: 20px;
        background: #ff3333;
    }

        .pizza-item .au-btn:hover {
            background: #e52e2e;
        }

    .pizza-item.has-mb {
        margin-bottom: 50px;
    }

    .pizza-item:hover {
        border-color: #ff3333;
    }

.subscribe {
    background: #181818;
    position: relative;
}

    .subscribe .image-holder {
        background-size: cover;
        background-position: center;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.subscribe-form {
    height: 575px;
    padding: 109px 0 0 35px;
}

    .subscribe-form .section-header {
        text-align: left;
        margin-bottom: 60px;
    }

    .subscribe-form .form-row {
        margin-bottom: 22px;
    }

    .subscribe-form .form-control {
        border: 1px solid #fff;
        font-size: 15px;
        padding: 0 20px;
        height: 50px;
        margin-right: 12px;
        color: #fff;
    }

        .subscribe-form .form-control::-webkit-input-placeholder {
            color: #fff;
            font-size: 15px;
        }

        .subscribe-form .form-control::-moz-placeholder {
            color: #fff;
            font-size: 15px;
        }

        .subscribe-form .form-control:-ms-input-placeholder {
            color: #fff;
            font-size: 15px;
        }

        .subscribe-form .form-control:-moz-placeholder {
            color: #fff;
            font-size: 15px;
        }

    .subscribe-form .au-btn {
        width: 120px;
        height: 50px;
        background: #fff;
        color: #333;
        font-size: 18px;
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        text-transform: inherit;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .subscribe-form .au-btn:hover {
            color: #fff;
            background: #ff3333;
        }

    .subscribe-form p {
        color: #b2b2b2;
        margin-bottom: 37px;
    }

.event-col {
    text-align: center;
    padding: 30px;
    background-size: cover;
    height: 419px;
}

    .event-col .interior {
        background: #fff;
        height: 100%;
        padding: 0 24px;
    }

    .event-col .event-date {
        background: #181818;
        width: 92px;
        height: 92px;
        margin: auto;
        margin-bottom: 35px;
        padding: 4px;
    }

        .event-col .event-date .inner {
            border: 1px solid rgba(255, 255, 255, 0.5);
            height: 100%;
            color: #fff;
            display: inline-flex;
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: -moz-inline-flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            border: 1px solid rgba(255, 255, 255, 0.5);
        }

            .event-col .event-date .inner .date {
                font-family: "Raleway-SemiBold";
                font-size: 45px;
                line-height: 1;
                font-weight: 600;
            }

            .event-col .event-date .inner .month {
                font-size: 16px;
                text-transform: uppercase;
            }

    .event-col .event-meta {
        margin-bottom: 10px;
    }

        .event-col .event-meta div {
            display: inline-block;
        }

            .event-col .event-meta div span {
                margin-right: 5px;
                color: #333;
            }

            .event-col .event-meta div.event-time {
                margin-right: 25px;
            }

    .event-col h6 {
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 21px;
    }

        .event-col h6 a {
            color: #333;
        }

            .event-col h6 a:hover {
                color: #ff3333;
            }

    .event-col p {
        margin-bottom: 28px;
    }

.coffee-menu {
    background-size: cover;
    background-position: center;
}

.coffee-wrapper {
    padding: 20px;
    background: #181818;
}

    .coffee-wrapper .inner {
        border: 1px solid #956f32;
        padding: 77px 65px 23px;
        height: 825px;
    }

    .coffee-wrapper .section-header {
        margin-bottom: 62px;
    }

    .coffee-wrapper .menu-navigation {
        margin-bottom: 53px;
    }

        .coffee-wrapper .menu-navigation ul li {
            margin-right: 60px;
        }

            .coffee-wrapper .menu-navigation ul li:last-child {
                margin-right: 0;
            }

            .coffee-wrapper .menu-navigation ul li a {
                font-family: "Raleway-Medium";
                font-weight: 500;
                font-size: 18px;
                color: rgba(255, 255, 255, 0.5);
            }

                .coffee-wrapper .menu-navigation ul li a:hover {
                    color: #fff;
                }

            .coffee-wrapper .menu-navigation ul li.ui-state-active a {
                color: #fff;
            }

.coffee-material .body {
    position: relative;
    margin-bottom: 37px;
}

.coffee-material .left .coffee-material-box:last-child, .coffee-material .right .coffee-material-box:last-child {
    margin-bottom: 0;
}

.coffee-material .left {
    text-align: right;
    padding-top: 51px;
}

    .coffee-material .left h5 {
        margin-right: 21px;
    }

    .coffee-material .left .coffee-material-box:nth-child(2) .heading h5, .coffee-material .left .coffee-material-box:nth-child(3) .heading h5 {
        margin-right: 10px;
    }

.coffee-material .right {
    text-align: left;
    padding-top: 51px;
}

    .coffee-material .right h5 {
        margin-left: 10px;
    }

.coffee-material .bg-block {
    position: absolute;
}

.coffee-material-box {
    margin-bottom: 52px;
}

    .coffee-material-box .heading {
        margin-bottom: 8px;
    }

        .coffee-material-box .heading h5 {
            display: inline-block;
            text-transform: uppercase;
            vertical-align: middle;
        }

.bakery-grid-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

    .bakery-grid-item img {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .bakery-grid-item:before {
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
        background: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 9;
    }

    .bakery-grid-item .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 99;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        background: #fff;
        height: 46px;
        padding: 0 29px;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        align-items: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .bakery-grid-item h6 {
        font-size: 18px;
        font-family: "Raleway-SemiBold";
        font-weight: 600;
    }

    .bakery-grid-item.fix-image {
        height: 100%;
        position: relative;
    }

        .bakery-grid-item.fix-image img {
            position: absolute;
            height: 100%;
        }

    .bakery-grid-item:hover .inner {
        background: #dfa027;
    }

        .bakery-grid-item:hover .inner h6 {
            color: #fff;
        }

    .bakery-grid-item:hover img {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

    .bakery-grid-item:hover:before {
        background: rgba(0, 0, 0, 0.6);
    }

.bakery-menu {
    background-size: cover;
}

    .bakery-menu .menu-navigation {
        margin-bottom: 54px;
    }

        .bakery-menu .menu-navigation ul li a span {
            color: #e5e5e5;
        }

.bakery-menu-item {
    margin-bottom: 54px;
}

    .bakery-menu-item .thumb {
        margin-bottom: 34px;
    }

    .bakery-menu-item .au-btn {
        top: 11px;
    }

    .bakery-menu-item .change {
        height: 61px;
    }

.bakery-right {
    padding-top: 20px;
}

    .bakery-right h3 {
        margin-bottom: 8px;
    }

        .bakery-right h3 a {
            color: #333;
        }

            .bakery-right h3 a:hover {
                color: #dfa027;
            }

    .bakery-right .heading {
        margin-bottom: 28px;
    }

    .bakery-right p {
        margin-bottom: 46px;
    }

    .bakery-right .info {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        align-items: center;
    }

    .bakery-right .price {
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        font-size: 30px;
        color: #333;
        margin-right: 47px;
        padding-left: 40px;
        position: relative;
    }

        .bakery-right .price:before {
            content: "";
            width: 23px;
            height: 2px;
            background: #333;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            left: 0;
        }

    .bakery-right .star-rating {
        display: inline-block;
        font-size: 20px;
    }

    .bakery-right .summary-line {
        font-size: 17px;
        margin-bottom: 7px;
    }

        .bakery-right .summary-line:last-child {
            margin-bottom: 0;
        }

        .bakery-right .summary-line span {
            font-family: "Raleway-SemiBold";
            font-weight: 600;
        }

.bakery-thumbnail li {
    width: 120px;
    height: 120px;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
}

    .bakery-thumbnail li:last-child {
        margin-bottom: 0;
    }

    .bakery-thumbnail li a {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bakery-thumbnail li.ui-state-active, .bakery-thumbnail li:hover {
        border: 1px solid #dfa027;
    }

.bakery-content {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
}

    .bakery-content .image-holder {
        align-self: center;
        width: 33.25%;
        margin-right: 84px;
        text-align: center;
        display: block;
    }

    .bakery-content .bakery-right {
        width: 66.74%;
    }

.cupcake-item .thumb {
    margin-bottom: 27px;
}

.cupcake-item .change {
    height: 61px;
    height: 110px;
}

.cupcake-item .au-btn {
    top: 10px;
}

.cupcake-item .fav-au-btn {
    top: 60px;
}

.cupcake-item h5 a:hover, #last-discounts-slider h5 a:hover, #related-products-slider h5 a:hover {
    text-decoration-color: #253c5b !important;
    text-decoration: 3px underline;
    color: #333;
}

#cupcake-slider .owl-stage .owl-item.opacity {
    position: relative;
}

    #cupcake-slider .owl-stage .owl-item.opacity:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.5);
    }

.special-cupcake {
    background-size: cover;
}

.special-cupcake-content {
    padding-top: 65px;
}

    .special-cupcake-content h3 {
        text-transform: uppercase;
        margin-bottom: 8px;
    }

        .special-cupcake-content h3 a {
            color: #fff;
        }

            .special-cupcake-content h3 a:hover {
                color: #f1b1d4;
            }

    .special-cupcake-content .heading {
        margin-bottom: 28px;
    }

    .special-cupcake-content .star-rating {
        display: inline-block;
        font-size: 20px;
    }

    .special-cupcake-content .info {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        align-items: center;
    }

    .special-cupcake-content .price {
        font-size: 30px;
        color: #fff;
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        position: relative;
    }

        .special-cupcake-content .price:after {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            width: 23px;
            height: 2px;
            background: #fff;
        }

    .special-cupcake-content p {
        color: #ccc;
        margin-bottom: 60px;
    }

.up-row {
    margin-bottom: 56px;
}

    .up-row .special-cupcake-content {
        margin-right: -30px;
        text-align: right;
    }

        .up-row .special-cupcake-content .price {
            padding-right: 40px;
        }

            .up-row .special-cupcake-content .price:after {
                right: 0;
            }

        .up-row .special-cupcake-content .info {
            justify-content: flex-end;
        }

        .up-row .special-cupcake-content .star-rating {
            margin-right: 44px;
        }

    .up-row .image-holder {
        margin-right: -15px;
    }

.down-row .special-cupcake-content {
    padding-top: 75px;
    margin-left: -30px;
}

    .down-row .special-cupcake-content .price {
        padding-left: 40px;
        margin-right: 43px;
    }

        .down-row .special-cupcake-content .price:after {
            left: 0;
        }

.cupcake-history {
    position: relative;
    background-position: right bottom;
    background-repeat: no-repeat;
}

    .cupcake-history .video {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .cupcake-history .video:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: rgba(0, 0, 0, 0);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .cupcake-history .video a {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            z-index: 9;
        }

        .cupcake-history .video img {
            display: none;
        }

        .cupcake-history .video .play-button {
            font-size: 90px;
            color: #ccc;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }

            .cupcake-history .video .play-button i {
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        .cupcake-history .video:hover .play-button i {
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            -o-transform: scale(1.3);
            transform: scale(1.3);
        }

        .cupcake-history .video:hover:after {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.5);
        }

    .cupcake-history .content {
        padding-top: 109px;
        padding-left: 45px;
        height: 717px;
    }

        .cupcake-history .content .section-header {
            text-align: left;
            margin-bottom: 41px;
        }

        .cupcake-history .content .cd-horizontal-timeline .events-content {
            color: #fff;
        }

            .cupcake-history .content .cd-horizontal-timeline .events-content li {
                line-height: 2;
            }

.cd-horizontal-timeline {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'mobile';
        display: none;
    }

    .cd-horizontal-timeline.loaded {
        /* show the timeline after events position has been set (using JavaScript) */
        opacity: 1;
    }

    .cd-horizontal-timeline .timeline {
        position: relative;
    }

    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        overflow: hidden;
        margin-top: 63px;
        height: 100px;
    }

        .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
            /* these are used to create a shadow effect at the sides of the timeline */
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            height: 100%;
        }

    .cd-horizontal-timeline .events {
        /* this is the grey line/timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 49px;
        height: 2px;
        /* width will be set using JavaScript */
        background: rgba(255, 255, 255, 0.5);
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

        .cd-horizontal-timeline .events a {
            position: absolute;
            bottom: 0;
            z-index: 2;
            text-align: center;
            font-size: 20px;
            padding-bottom: 23px;
            color: #fff;
            font-family: "Raleway-SemiBold";
            font-weight: 600;
            /* fix bug on Safari - text flickering while timeline translates */
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
        }

            .cd-horizontal-timeline .events a:hover {
                color: #f1b1d4;
            }

            .cd-horizontal-timeline .events a::after {
                /* this is used to create the event spot */
                content: '';
                position: absolute;
                left: 50%;
                right: auto;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                bottom: -5px;
                height: 12px;
                width: 12px;
                border-radius: 50%;
                border: 2px solid rgba(255, 255, 255, 0.5);
                background-color: #fff;
                -webkit-transition: background-color 0.3s, border-color 0.3s;
                -moz-transition: background-color 0.3s, border-color 0.3s;
                transition: background-color 0.3s, border-color 0.3s;
            }

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #f1b1d4;
    border-color: rgba(241, 177, 212, 0.5);
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
    color: #f1b1d4;
}

    .cd-horizontal-timeline .events a.selected::after {
        background-color: #f1b1d4;
        border-color: rgba(241, 177, 212, 0.5);
    }

.cd-horizontal-timeline .events a.older-event::after {
    border-color: rgba(241, 177, 212, 0.5);
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timeline-navigation {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: space-between;
}

    .cd-timeline-navigation a {
        height: 34px;
        width: 34px;
        border-radius: 50%;
        border: 2px solid #dfdfdf;
        -webkit-transition: border-color 0.3s;
        -moz-transition: border-color 0.3s;
        transition: border-color 0.3s;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #f1b1d4;
    }

        .cd-timeline-navigation a i {
            font-size: 20px;
            color: #fff;
        }

        .cd-timeline-navigation a.next {
            right: 0;
        }

.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

    .cd-timeline-navigation a.inactive::after {
        background-position: 0 -16px;
    }

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

    .cd-horizontal-timeline .events-content li {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

        .cd-horizontal-timeline .events-content li.selected {
            /* visible event content */
            position: relative;
            z-index: 2;
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
            -webkit-animation-name: cd-enter-right;
            -moz-animation-name: cd-enter-right;
            animation-name: cd-enter-right;
        }

        .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-name: cd-enter-left;
            -moz-animation-name: cd-enter-left;
            animation-name: cd-enter-left;
        }

        .cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-direction: reverse;
            -moz-animation-direction: reverse;
            animation-direction: reverse;
        }

/* .cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
} */
@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.contact-block .image-holder {
    height: 100%;
}

    .contact-block .image-holder img {
        height: 100%;
        object-fit: cover;
    }

.contact-block .contact-box {
    background: #f2f2f2;
    height: 100%;
    text-align: center;
    height: 270px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .contact-block .contact-box h4 {
        color: #333;
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 13px;
    }

    .contact-block .contact-box p span {
        display: block;
        font-family: "Raleway-SemiBold";
        font-weight: 600;
    }

    .contact-block .contact-box a {
        color: #666;
    }

    .contact-block .contact-box.open p {
        margin-bottom: 6px;
    }

        .contact-block .contact-box.open p:last-child {
            margin-bottom: 0;
        }

    .contact-block .contact-box.address h4 {
        margin-bottom: 16px;
    }

.contact-block .map-holder {
    height: 270px;
}

footer {
    background: #222;
    color: #b2b2b2;
    position: relative;
}

@media(min-width:992px) {
    footer.contactus .footer--reservation .divider--shape-2up {
        display: none;
    }
}

.hc-mobile-nav .current span.nav-next::before {
    border-top: 2px solid #333;
    border-left: 2px solid #333;
}

.ft-top {
    text-align: center;
}

    .ft-top .ft-top-wrapper {
        padding-top: 80px;
        padding-bottom: 60px;
        border-bottom: 1px solid #333;
    }

        .ft-top .ft-top-wrapper.pb-54 {
            padding-bottom: 54px;
        }

        .ft-top .ft-top-wrapper.style {
            padding-top: 65px;
            padding-bottom: 45px;
        }

    .ft-top .ft-logo {
        margin-bottom: 59px;
    }

    .ft-top .ft-col.mt-51 {
        margin-top: 51px;
    }

    .ft-top .ft-col.pl-64 {
        padding-left: 64px;
    }

    .ft-top .ft-col.pl-50 {
        padding-left: 50px;
    }

    .ft-top .ft-col.pl-30 {
        padding-left: 30px;
    }

    .ft-top p.style {
        margin-bottom: 29px;
        margin-top: 31px;
    }

    .ft-top h6 {
        color: #fff;
        text-transform: uppercase;
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        margin-bottom: 28px;
    }

        .ft-top h6.mb-33 {
            margin-bottom: 33px;
        }

    .ft-top .form-inner {
        padding-top: 7px;
        margin-bottom: 27px;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        justify-content: center;
    }

        .ft-top .form-inner input, .ft-top .form-inner button {
            height: 42px;
            background: none;
            border: 1px solid rgba(255, 255, 255, 0.5);
        }

        .ft-top .form-inner input {
            width: 261px;
            border-radius: 21px 0 0 21px;
            padding-left: 24px;
            color: #b2b2b2;
        }

            .ft-top .form-inner input::-webkit-input-placeholder {
                color: #b2b2b2;
            }

            .ft-top .form-inner input::-moz-placeholder {
                color: #b2b2b2;
            }

            .ft-top .form-inner input:-ms-input-placeholder {
                color: #b2b2b2;
            }

            .ft-top .form-inner input:-moz-placeholder {
                color: #b2b2b2;
            }

        .ft-top .form-inner button {
            width: 68px;
            border-left: none;
            border-radius: 0 21px 21px 0;
            cursor: pointer;
        }

            .ft-top .form-inner button span {
                font-size: 22px;
                color: #b2b2b2;
            }

    .ft-top .contact-part {
        margin-bottom: 0;
    }

    .ft-top .map-holder {
        height: 171px;
    }

    .ft-top.fixed {
        position: relative;
        z-index: 9;
        padding-top: 108px;
        padding-left: 39px;
    }

.ft-bot {
    padding: 20px 0 19px;
    text-align: center;
}

    .ft-bot.has-bd {
        border-top: 1px solid #333;
    }

.ft-upper {
    height: 507px;
}

.ft-push {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.ft-image {
    height: 100%;
    background: url("../images/footer-image.jpg") center center;
    background-size: cover;
}

    .ft-image img {
        display: none;
    }

.post-row h6 {
    font-size: 15px;
    text-transform: inherit;
    margin-bottom: 17px;
    margin-top: 7px;
}

    .post-row h6 a {
        color: #b2b2b2;
    }

        .post-row h6 a:hover {
            color: #cdaa7c;
        }

        .post-row h6 a.hover-third-color:hover {
            color: #accadd;
        }

        .post-row h6 a.hover-fourth-color:hover {
            color: #ff3333;
        }

.click-to-top {
    position: fixed;
    text-align: center;
    right: 80px;
    bottom: 62px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 99;
    height: 37px;
    width: 39px;
    line-height: 37px;
    background: rgba(37, 60, 91, 0.6);
    border: 1px solid rgba(37, 60, 91, 0.5);
}
/*.WhatsApp {
    position: fixed;
    text-align: center;
    left: 80px;
    bottom: 62px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 99;
    height: 39px;
    width: 39px;
}*/
.SendMessage {
    text-align: center;
    left: 80px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 99;
    position: fixed; 
    height:auto;
}
    .SendMessage .WhatsApp {
        bottom: 108px;
        position: fixed;
        left: auto;
    }
    .SendMessage .Phone {
        bottom: 155px;
        position: fixed;
    }
        .SendMessage .WhatsApp, .SendMessage .Phone {
    display:none;
    
    }
    .SendMessage .Send {
        bottom: 62px;
        height: 39px;
        width: 39px;
        position: fixed;
    }
@media (max-width: 1500px){
    .SendMessage .Send {
        bottom:5%;
    }
    .SendMessage .WhatsApp {
        bottom: calc( 5% + 54px);
    }
    .SendMessage .Phone {
        bottom: calc( 5% + 108px);
    }
    .SendMessage {
        left: calc( 5% + 40px);
    }
    }
/* .SendMessage .WhatsApp, .SendMessage .Phone {
        display: none;
    }*/
.click-to-top i {
    font-size: 18px;
}

    .click-to-top:hover {
        background: #253c5b;
    }

.partner {
    padding: 51px 0 29px;
}

    .partner img:hover {
        opacity: 0.7;
    }

    .partner .image-holder {
        display: block;
        margin-bottom: 30px;
    }

    .partner.has-bd {
        border-top: 1px solid #e6e6e6;
    }

.brand {
    text-align: center;
    padding: 100px 0 70px;
}

    .brand .brand-item {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 206px;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        position: relative;
    }

        .brand .brand-item img {
            opacity: 0.5;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .brand .brand-item:hover img {
            opacity: 1;
        }

        .brand .brand-item.corner:before {
            content: "";
            width: 60px;
            height: 60px;
            background: #fff;
            position: absolute;
            bottom: -30px;
            right: -30px;
            z-index: 9;
        }

.testimonials {
    /* background: url("../images/testimonials-bg.jpg");
  background-size: cover; */
}

    .testimonials .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 46px;
    }
    #Video-carousel.owl-theme .owl-dots .owl-dot.active span, #Video-carousel.owl-theme .owl-dots .owl-dot:hover span,
    .testimonials .owl-theme .owl-dots .owl-dot span, #Video-carousel.owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 3.5px;
        /*  background: none;
        border: 3px solid #fff;*/
        border: 3px solid #D6D6D6;
        background-color: #D6D6D6;
    }

    .testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span,
    #Video-carousel.owl-theme .owl-dots .owl-dot.active span, #Video-carousel.owl-theme .owl-dots .owl-dot:hover span {
        border-color: transparent;
        background: #253c5b;
    }

.testimonials-item {
    background: #fff;
    padding: 43px 48px;
}

    .testimonials-item p {
        text-align: justify;
        margin-bottom: 16px;
    }

    .testimonials-item .reporter {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        align-items: center;
        bottom: 20px;
        position: absolute;
        right: 20px;
    }

        .testimonials-item .reporter .info {
            display: inline-block;
            vertical-align: middle;
            margin-left: 12px;
        }

            .testimonials-item .reporter .info span {
                color: #ddbbb9;
                display: block;
                margin-bottom: 7px;
            }

            .testimonials-item .reporter .info h6 {
                text-transform: uppercase;
                font-size: 15px;
                font-family: "Raleway-SemiBold";
                font-weight: 600;
            }

.testimonials-2 {
    padding-right: 45px;
    padding-top: 40px;
}

    .testimonials-2 .section-header {
        margin-bottom: 34px;
    }

    .testimonials-2.full {
        padding: 0;
        width: 100%;
    }

        .testimonials-2.full .item p {
            width: 57.5%;
            margin: auto;
            color: #fff;
            margin-bottom: 28px;
        }

        .testimonials-2.full .item .info h6 {
            color: #fff;
        }

        .testimonials-2.full span.lnr {
            bottom: 21%;
        }

            .testimonials-2.full span.lnr.lnr.lnr-chevron-left {
                left: 33%;
            }

            .testimonials-2.full span.lnr.lnr.lnr-chevron-right {
                right: 33%;
            }

.testimonials-2-block .section-header {
    margin-bottom: 63px;
}

.testimonials-2-carousel {
    position: relative;
    text-align: center;
}

    .testimonials-2-carousel span.lnr {
        cursor: pointer;
        font-size: 18px;
        color: #d9d9d9;
        position: absolute;
        bottom: 25%;
        z-index: 9;
    }

        .testimonials-2-carousel span.lnr:hover {
            color: #cdaa7c;
        }

        .testimonials-2-carousel span.lnr.lnr-chevron-left {
            left: 23%;
        }

        .testimonials-2-carousel span.lnr.lnr-chevron-right {
            right: 23%;
        }

    .testimonials-2-carousel .item p {
        margin-bottom: 18px;
        position: relative;
    }

        .testimonials-2-carousel .item p i {
            font-size: 70px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            color: rgba(205, 170, 124, 0.15);
        }

    .testimonials-2-carousel .item .user {
        text-align: center;
    }

        .testimonials-2-carousel .item .user .info {
            display: block;
        }

            .testimonials-2-carousel .item .user .info h6 {
                text-transform: uppercase;
                font-size: 15px;
                font-family: "Raleway-SemiBold";
                font-weight: 600;
                margin-bottom: 4px;
            }

            .testimonials-2-carousel .item .user .info span {
                color: #cdaa7c;
            }

    .testimonials-2-carousel.re-style span.lnr {
        color: #999;
        bottom: 23%;
    }

        .testimonials-2-carousel.re-style span.lnr:hover {
            color: #dfa027;
        }

        .testimonials-2-carousel.re-style span.lnr.lnr-chevron-left {
            left: 29.5%;
        }

        .testimonials-2-carousel.re-style span.lnr.lnr-chevron-right {
            right: 29.5%;
        }

    .testimonials-2-carousel.re-style .item p {
        color: #ccc;
        margin-bottom: 28px;
    }

        .testimonials-2-carousel.re-style .item p i {
            color: rgba(223, 160, 39, 0.05);
        }

    .testimonials-2-carousel.re-style .item .user h6 {
        margin-bottom: 1px;
    }

.style-color-1 #preloader span {
    background: #accadd;
}

.style-color-1 .post-row h6 a:hover {
    color: #accadd;
}

.style-color-1 .section-header span {
    color: #accadd;
}

.style-color-1 .navbar-desktop > ul > li > a:hover {
    color: #accadd;
}

.style-color-1 .navbar-desktop > ul > li.current > a {
    color: #accadd;
    border: 1px solid rgba(172, 202, 221, 0.5);
}

.style-color-1 .navbar-desktop > ul > li.has-children ul li.current > a, .style-color-1 .navbar-desktop > ul > li.has-children ul li:hover > a {
    color: #accadd;
}

    .style-color-1 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .style-color-1 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
        color: #accadd;
    }

    .style-color-1 .navbar-desktop > ul > li.has-children ul li.current > a:before, .style-color-1 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
        background: #accadd;
    }

.style-color-1 .hc-mobile-nav li.current > a {
    color: #accadd;
}

    .style-color-1 .hc-mobile-nav li.current > a:before {
        background: #accadd;
    }

.style-color-1 .owl-theme.style .owl-dots .owl-dot span {
    background: #accadd;
}

.style-color-1 .rev_slider .tp-bullet.selected, .style-color-1 .rev_slider .tp-bullet:hover {
    background: #accadd;
}

.style-color-1 .social.round a {
    border: 1px solid #accadd;
}

    .style-color-1 .social.round a:hover {
        background: #accadd;
    }

.style-color-1 .au-btn--hover:before {
    background: #accadd;
}

.style-color-1 .click-to-top {
    background: #accadd;
    border: 1px solid rgba(172, 202, 221, 0.5);
}

    .style-color-1 .click-to-top:hover {
        background: #c1e2f7;
    }

.style-color-1 .navbar-mobile__toggler span {
    background-color: #accadd;
}

.style-color-1 .item-info h6 a:hover {
    color: #accadd;
}

.style-color-1 .menu-item h5 a:hover {
    color: #accadd;
}

.style-color-1 .menu-item ul li a:hover {
    color: #accadd;
}

.style-color-1 .gallery-item .thumb i {
    background: #accadd;
}

.style-color-1 .post .post-body h5 a:hover {
    color: #accadd;
}

.style-color-1 .au-btn__readmore:hover {
    color: #accadd;
}

.style-color-2 .section-header span {
    color: #ff3333;
}

.style-color-2 #preloader span {
    background: #ff3333;
}

.style-color-2 .post-row h6 a:hover {
    color: #ff3333;
}

.style-color-2 .navbar-desktop > ul > li > a:hover {
    color: #ff3333;
}

.style-color-2 .navbar-desktop > ul > li.current > a {
    color: #ff3333;
    border: 1px solid rgba(255, 51, 51, 0.5);
}

.style-color-2 .navbar-desktop > ul > li.has-children ul li.current > a, .style-color-2 .navbar-desktop > ul > li.has-children ul li:hover > a {
    color: #ff3333;
}

    .style-color-2 .navbar-desktop > ul > li.has-children ul li.current > a:before, .style-color-2 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
        background: #ff3333;
    }

    .style-color-2 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .style-color-2 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
        color: #ff3333;
    }

.style-color-2 .hc-mobile-nav li.current > a {
    color: #ff3333;
}

    .style-color-2 .hc-mobile-nav li.current > a:before {
        background: #ff3333;
    }

.style-color-2 .owl-theme.style-1 .owl-dots .owl-dot span {
    border: 1px solid #ff3333;
}

.style-color-2 .owl-theme.style-1 .owl-dots .owl-dot.active span {
    background: #ff3333;
}

.style-color-2 .rev_slider .tp-bullet.selected, .style-color-2 .rev_slider .tp-bullet:hover {
    background: #ff3333;
}

.style-color-2 .social.round a {
    border: 1px solid #ff3333;
}

    .style-color-2 .social.round a:hover {
        background: #ff3333;
    }

.style-color-2 .au-btn--hover:before {
    background: #ff3333;
}

.style-color-2 .click-to-top {
    background: #ff3333;
    border: 1px solid rgba(255, 51, 51, 0.5);
}

    .style-color-2 .click-to-top:hover {
        background: #e52e2e;
    }

.style-color-2 .navbar-mobile__toggler span {
    background-color: #ff3333;
}

.style-color-2 .au-btn__readmore:hover {
    color: #ff3333;
}

.style-color-3 .section-header span {
    color: #956f32;
}

.style-color-3 #preloader span {
    background: #253c5b;
}

.style-color-3 .navbar-desktop > ul > li > a:hover {
    color: #956f32;
}

.style-color-3 .navbar-desktop > ul > li.current > a {
    color: #956f32;
    border: 1px solid rgba(149, 111, 50, 0.5);
}

.style-color-3 .navbar-desktop > ul > li.has-children ul li.current > a, .style-color-3 .navbar-desktop > ul > li.has-children ul li:hover > a {
    color: #956f32;
}

    .style-color-3 .navbar-desktop > ul > li.has-children ul li.current > a:before, .style-color-3 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
        background: #956f32;
    }

    .style-color-3 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .style-color-3 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
        color: #956f32;
    }

.style-color-3 .hc-mobile-nav li.current > a {
    color: #956f32;
}

    .style-color-3 .hc-mobile-nav li.current > a:before {
        background: #956f32;
    }

.style-color-3 .owl-theme.style-1 .owl-dots .owl-dot span {
    border: 1px solid #956f32;
}

.style-color-3 .owl-theme.style-1 .owl-dots .owl-dot.active span {
    background: #956f32;
}

.style-color-3 .rev_slider .tp-bullet.selected, .style-color-3 .rev_slider .tp-bullet:hover {
    background: #956f32;
}

.style-color-3 .au-btn--hover:before {
    background: #956f32;
}

.style-color-3 .click-to-top {
    background: #956f32;
    border: 1px solid rgba(149, 111, 50, 0.5);
}

    .style-color-3 .click-to-top:hover {
        background: #ad823b;
    }

.style-color-3 .navbar-mobile__toggler span {
    background-color: #956f32;
}

.style-color-3 .post .post-body h5 a:hover {
    color: #956f32;
}

.style-color-3 .au-btn__readmore:hover {
    color: #956f32;
}

.style-color-3 .menu-item h5 a:hover {
    color: #956f32;
}

.style-color-4 .section-header span {
    color: #dfa027;
}

.style-color-4 #preloader span {
    background: #dfa027;
}

.style-color-4 .navbar-desktop > ul > li > a:hover {
    color: #dfa027;
}

.style-color-4 .navbar-desktop > ul > li.current > a {
    color: #dfa027;
    border: 1px solid rgba(223, 160, 39, 0.5);
}

.style-color-4 .navbar-desktop > ul > li.has-children ul li.current > a, .style-color-4 .navbar-desktop > ul > li.has-children ul li:hover > a {
    color: #dfa027;
}

    .style-color-4 .navbar-desktop > ul > li.has-children ul li.current > a:before, .style-color-4 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
        background: #dfa027;
    }

    .style-color-4 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .style-color-4 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
        color: #dfa027;
    }

.style-color-4 .hc-mobile-nav li.current > a {
    color: #dfa027;
}

    .style-color-4 .hc-mobile-nav li.current > a:before {
        background: #dfa027;
    }

.style-color-4 .owl-theme.style .owl-dots .owl-dot span {
    background: #dfa027;
}

.style-color-4 .owl-theme.style-1 .owl-dots .owl-dot span {
    border: 1px solid #dfa027;
}

.style-color-4 .owl-theme.style-1 .owl-dots .owl-dot.active span {
    background: #dfa027;
}

.style-color-4 .rev_slider .tp-bullet.selected, .style-color-4 .rev_slider .tp-bullet:hover {
    background: #dfa027;
}

.style-color-4 .au-btn--hover:before {
    background: #dfa027;
}

.style-color-4 .testimonials-2-carousel .item .user .info span {
    color: #dfa027;
}

.style-color-4 .click-to-top {
    background: #dfa027;
    border: 1px solid rgba(241, 177, 212, 0.5);
}

    .style-color-4 .click-to-top:hover {
        background: #f7af2a;
    }

.style-color-4 .navbar-mobile__toggler span {
    background-color: #dfa027;
}

.style-color-4 .item-info h5 a:hover {
    color: #dfa027;
}

.style-color-5 .section-header span {
    color: #f1b1d4;
}

.style-color-5 #preloader span {
    background: #f1b1d4;
}

.style-color-5 .navbar-desktop > ul > li > a:hover {
    color: #f1b1d4;
}

.style-color-5 .navbar-desktop > ul > li.current > a {
    color: #f1b1d4;
    border: 1px solid rgba(241, 177, 212, 0.5);
}

.style-color-5 .navbar-desktop > ul > li.has-children ul li.current > a, .style-color-5 .navbar-desktop > ul > li.has-children ul li:hover > a {
    color: #f1b1d4;
}

    .style-color-5 .navbar-desktop > ul > li.has-children ul li.current > a:before, .style-color-5 .navbar-desktop > ul > li.has-children ul li:hover > a:before {
        background: #f1b1d4;
    }

    .style-color-5 .navbar-desktop > ul > li.has-children ul li.current > a i.zmdi, .style-color-5 .navbar-desktop > ul > li.has-children ul li:hover > a i.zmdi {
        color: #f1b1d4;
    }

.style-color-5 .hc-mobile-nav li.current > a {
    color: #f1b1d4;
}

    .style-color-5 .hc-mobile-nav li.current > a:before {
        background: #f1b1d4;
    }

.style-color-5 .our-chef-item span {
    color: #f1b1d4;
}

.style-color-5 .owl-theme.style .owl-dots .owl-dot span {
    background: #f1b1d4;
}

.style-color-5 .owl-theme.style-1 .owl-dots .owl-dot span {
    border: 1px solid #f1b1d4;
}

.style-color-5 .owl-theme.style-1 .owl-dots .owl-dot.active span {
    background: #f1b1d4;
}

.style-color-5 .rev_slider .tp-bullet.selected, .style-color-5 .rev_slider .tp-bullet:hover {
    background: #f1b1d4;
}

.style-color-5 .au-btn--hover:before {
    background: #f1b1d4;
}

.style-color-5 .click-to-top {
    background: #f1b1d4;
    border: 1px solid rgba(241, 177, 212, 0.5);
}

    .style-color-5 .click-to-top:hover {
        background: #d99ebe;
    }

.style-color-5 .navbar-mobile__toggler span {
    background-color: #f1b1d4;
}

/* 5. Page
----------------------------------------------------------*/
#contact-us-page .map-holder {
    height: 450px;
}

.contact-us-content h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact-us-content p {
    margin-bottom: 89px;
}

.contact-us-content .contact-us-col h5 {
    margin-bottom: 11px;
}

.contact-us-content .contact-us-col span, .contact-us-content .contact-us-col a {
    display: block;
    color: #666;
}

.contact-us-content .contact-us-col .address {
    margin-bottom: 28px;
}

.contact-us-content .contact-us-col .body {
    margin-bottom: 53px;
}

.contact-us-content .social a {
    color: #999;
}

    .contact-us-content .social a:hover {
        color: #b3b3b3;
    }

.contact-us-form {
    padding-top: 7px;
}

    .contact-us-form .form-holder {
        margin-bottom: 30px;
    }

    .contact-us-form .form-control {
        height: 60px;
        border: 1px solid #e5e5e5;
        padding: 0 19px;
        color: #999;
        font-size: 15px;
    }

        .contact-us-form .form-control::-webkit-input-placeholder {
            color: #999;
            font-size: 15px;
        }

        .contact-us-form .form-control::-moz-placeholder {
            color: #999;
            font-size: 15px;
        }

        .contact-us-form .form-control:-ms-input-placeholder {
            color: #999;
            font-size: 15px;
        }

        .contact-us-form .form-control:-moz-placeholder {
            color: #999;
            font-size: 15px;
        }

    .contact-us-form textarea.form-control {
        padding: 18px 19px;
        height: 200px;
    }

.coming-soon {
    background-size: cover;
    height: 100vh;
    position: relative;
}

    .coming-soon .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        text-align: center;
    }

    .coming-soon h1 {
        color: #fff;
        text-transform: uppercase;
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        margin-bottom: 82px;
        position: relative;
    }

        .coming-soon h1:after {
            content: "";
            width: 80px;
            height: 3px;
            background: #fff;
            bottom: -13px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
        }

    .coming-soon .time {
        margin-bottom: 67px;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .coming-soon .time .time-box {
            display: inline-block;
            margin: 0 51px;
        }

            .coming-soon .time .time-box span {
                display: block;
            }

            .coming-soon .time .time-box .time-number {
                color: #fff;
                font-family: "Raleway-SemiBold";
                font-weight: 600;
                font-size: 66px;
                line-height: 1;
            }

            .coming-soon .time .time-box .time-unit {
                font-size: 26px;
            }

    .coming-soon form .form-row {
        margin-bottom: 50px;
        width: 970px;
    }

    .coming-soon form .form-col {
        margin-right: 30px;
    }

    .coming-soon form .form-control {
        border: 1px solid rgba(255, 255, 255, 0.5);
        height: 42px;
        color: #ccc;
        font-size: 13px;
        padding: 0 19px;
    }

        .coming-soon form .form-control::-webkit-input-placeholder {
            color: #ccc;
            font-size: 13px;
        }

        .coming-soon form .form-control::-moz-placeholder {
            color: #ccc;
            font-size: 13px;
        }

        .coming-soon form .form-control:-ms-input-placeholder {
            color: #ccc;
            font-size: 13px;
        }

        .coming-soon form .form-control:-moz-placeholder {
            color: #ccc;
            font-size: 13px;
        }

.error {
    background-size: cover;
    height: 100vh;
}

    .error .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        text-align: center;
    }

    .error span {
        font-size: 275px;
        color: #cdaa7c;
        font-family: "Raleway-Bold";
        font-weight: 700;
        line-height: 1.3;
        display: inline-block;
    }

    .error h3 {
        font-family: "Raleway-Medium";
        font-weight: 500;
        font-size: 32px;
        color: #ccc;
        margin-bottom: 8px;
    }

    .error p {
        color: #ccc;
        margin-bottom: 61px;
    }

.reservation form {
    padding: 0 90px 80px 90px;
}

    .reservation form .form-control {
        border: 1px solid #e5e5e5;
        height: 42px;
        padding: 0 18px;
        color: #666;
    }

        .reservation form .form-control::-webkit-input-placeholder {
            color: #666;
        }

        .reservation form .form-control::-moz-placeholder {
            color: #666;
        }

        .reservation form .form-control:-ms-input-placeholder {
            color: #666;
        }

        .reservation form .form-control:-moz-placeholder {
            color: #666;
        }

    .reservation form .form-holder span {
        right: 20px;
        bottom: 50%;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
    }

.reservation .info {
    margin-top: 45px;
}

    .reservation .info h5 {
        text-transform: uppercase;
        margin-bottom: 9px;
    }

    .reservation .info .opening-col p {
        display: inline-block;
        margin-right: 35px;
    }

        .reservation .info .opening-col p:last-child {
            margin-right: 0;
        }

        .reservation .info .opening-col p span {
            display: block;
            color: #333;
            font-family: "Raleway-SemiBold";
            font-weight: 600;
        }

    .reservation .info .support {
        padding-left: 80px;
    }

        .reservation .info .support a, .reservation .info .support p {
            color: #666;
        }

            .reservation .info .support a span, .reservation .info .support p span {
                font-family: "Raleway-Bold";
                font-weight: 700;
                margin-right: 5px;
            }

        .reservation .info .support .address, .reservation .info .support .phone {
            margin-right: -10px;
        }

        .reservation .info .support .email, .reservation .info .support .website {
            padding-left: 14px;
        }

        .reservation .info .support .address span {
            margin-right: 8px;
        }

        .reservation .info .support .phone span {
            margin-right: 12px;
        }

        .reservation .info .support .email span {
            margin-right: 8px;
        }

        .reservation .info .support .website span {
            margin-right: 3px;
        }

        .reservation .info .support .wrapper {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
        }

    .reservation .info .social {
        padding-top: 27px;
    }

        .reservation .info .social a {
            color: #999;
        }

            .reservation .info .social a:hover {
                color: #b3b3b3;
            }

.menu-page .menu-holder.left {
    padding-right: 25px;
}

.menu-page .menu-holder.right {
    padding-left: 25px;
}

.menu-block-bg {
    height: 330px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}

    .menu-block-bg .section-header {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        padding: 0 20px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

/* 6. Gallery
----------------------------------------------------------*/
.gallery .image-holder {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .gallery .image-holder:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .gallery .image-holder .inner {
        position: absolute;
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .gallery .image-holder .info {
        opacity: 0;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
        transition: opacity 0.2s, transform 0.35s;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    .gallery .image-holder .frame {
        position: absolute;
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
        border: 1px solid #cdaa7c;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .gallery .image-holder h6 {
        font-size: 18px;
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .gallery .image-holder span {
        color: #ccc;
    }

    .gallery .image-holder:hover:before {
        background: rgba(0, 0, 0, 0.7);
    }

    .gallery .image-holder:hover .info {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .gallery .image-holder:hover .frame {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

.gallery.wide {
    padding: 30px 15px;
}

    .gallery.wide .image-holder .frame {
        top: 30px;
        bottom: 30px;
        left: 30px;
        right: 30px;
    }

    .gallery.wide .image-holder h6 {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .gallery.wide .image-holder span {
        font-size: 17px;
    }

.masonry .masonry-wrapper {
    display: grid;
    display: -ms-grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: auto 30px auto 30px auto;
    -ms-grid-rows: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-gap: 30px;
}

    .masonry .masonry-wrapper .image-holder {
        margin-bottom: 0;
    }

        .masonry .masonry-wrapper .image-holder.fix-image {
            position: relative;
        }

            .masonry .masonry-wrapper .image-holder.fix-image img {
                position: absolute;
                height: 100%;
                z-index: -1;
            }

.masonry .image-holder:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
}

.masonry .image-holder:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
}

.masonry .image-holder:nth-child(3) {
    grid-area: 1 / 3 / span 2 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
}

.masonry .image-holder:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
}

.masonry .image-holder:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
}

.masonry .image-holder:nth-child(6) {
    grid-area: 3 / 1 / span 2 / span 2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
}

.masonry .image-holder:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
}

.masonry .image-holder:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
}

.project .project-image {
    padding-right: 20px;
}

    .project .project-image .image-row .image-holder {
        margin-top: 30px;
    }

.project .project-content {
    margin-left: -20px;
}

    .project .project-content h4 {
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 16px;
    }

    .project .project-content p {
        margin-bottom: 28px;
    }

    .project .project-content .info {
        margin-bottom: 28px;
    }

    .project .project-content .info-item {
        margin-bottom: 16px;
    }

        .project .project-content .info-item h6 {
            font-size: 15px;
            font-family: "Raleway-SemiBold";
            font-weight: 600;
            margin-bottom: 6px;
        }

        .project .project-content .info-item a {
            color: #666;
        }

            .project .project-content .info-item a:hover {
                color: #cdaa7c;
            }

    .project .project-content .social a {
        color: #999;
    }

        .project .project-content .social a:hover {
            color: #b3b3b3;
        }

.project .project-navigation {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 72px;
}

    .project .project-navigation .prev, .project .project-navigation .next {
        font-size: 30px;
        color: #ccc;
    }

    .project .project-navigation .dots {
        color: #ccc;
        display: inline-flex;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: -moz-inline-flex;
        justify-content: space-between;
        width: 31px;
        flex-wrap: wrap;
    }

        .project .project-navigation .dots i {
            margin-right: 5px;
            margin-bottom: 1px;
            display: inline-block;
        }

            .project .project-navigation .dots i:nth-child(2), .project .project-navigation .dots i:last-child {
                margin-right: 0;
            }

            .project .project-navigation .dots i:nth-child(3), .project .project-navigation .dots i:last-child {
                margin-bottom: 0;
            }

    .project .project-navigation a:hover {
        color: #cdaa7c;
    }

/* 7. Sidebar
----------------------------------------------------------*/
.widget-title {
    text-transform: uppercase;
    margin-bottom: 19px;
}

    .widget-title h5 {
        font-family: "Raleway-Bold";
        font-weight: 700;
    }

.widgets {
    margin-bottom: 39px;
}

.widget_person {
    background: #253c5b;
    padding: 15px;
    margin-bottom: 45px;
}

    .widget_person .inner img {
        border-radius: 80px;
    }

    .widget_person .inner {
        border: 1px solid #ab8182;
        text-align: center;
        padding: 30px 10px 26px;
    }

    .widget_person .widget-title {
        margin-bottom: 14px;
        margin-top: 24px;
    }

        .widget_person .widget-title h6 {
            color: #000;
            /*  font-family: "Raleway-SemiBold";*/
            font-weight: 600;
            font-size: 18px;
            text-transform: uppercase;
            margin-bottom: 3px;
        }

        .widget_person .widget-title span {
            text-transform: capitalize;
            color: #cdaa7c;
        }

.widget_categories ul li {
    margin-bottom: 13px;
}

    .widget_categories ul li:last-child {
        margin-bottom: 0;
    }

    .widget_categories ul li a {
        color: #666;
    }

        .widget_categories ul li a:hover {
            color: #cdaa7c;
        }

.widget_recent_entries {
    margin-bottom: 44px;
}

    .widget_recent_entries .widget-title {
        margin-bottom: 22px;
    }

    .widget_recent_entries .latest-post__item {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        align-items: center;
        margin-bottom: 17px;
    }

        .widget_recent_entries .latest-post__item:last-child {
            margin-bottom: 0;
        }

        .widget_recent_entries .latest-post__item .thumb {
            margin-right: 14px;
        }

            .widget_recent_entries .latest-post__item .thumb:hover img {
                opacity: 0.8;
            }

        .widget_recent_entries .latest-post__item h6 {
            font-family: "Raleway-SemiBold";
            font-weight: 600;
            margin-bottom: 6px;
        }

            .widget_recent_entries .latest-post__item h6 a {
                color: #333;
            }

                .widget_recent_entries .latest-post__item h6 a:hover {
                    color: #cdaa7c;
                }

.widget_instagram {
    margin-bottom: 35px;
}

    .widget_instagram .widget-title {
        margin-bottom: 24px;
    }

    .widget_instagram .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .widget_instagram .col-holder {
        padding-right: 5px;
        padding-left: 5px;
    }

    .widget_instagram a {
        display: block;
        margin-bottom: 10px;
    }

        .widget_instagram a:hover img {
            opacity: 0.8;
        }

.widget_tag_cloud {
    margin-bottom: 35px;
}

    .widget_tag_cloud .widget-title {
        margin-bottom: 24px;
    }

    .widget_tag_cloud .tagcloud a {
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 3px;
        border: 1px solid #ccc;
        padding: 8px 14px;
        color: #666;
        margin-right: 15px;
        margin-bottom: 15px;
    }

        .widget_tag_cloud .tagcloud a:hover {
            background: #cdaa7c;
            color: #fff;
            border-color: transparent;
        }

.widget_banner {
    margin-bottom: 50px;
}

.widget_search form {
    position: relative;
}

.widget_search .form-control {
    height: 42px;
    border: 1px solid #e5e5e5;
    padding: 0 40px 0 20px;
    color: #666;
    font-size: 15px;
}

body.rightth .widget_search .form-control {
    padding: 0 20px 0 40px;
}

.widget_search .form-control::-webkit-input-placeholder {
    color: #666;
    font-size: 15px;
}

.widget_search .form-control::-moz-placeholder {
    color: #666;
    font-size: 15px;
}

.widget_search .form-control:-ms-input-placeholder {
    color: #666;
    font-size: 15px;
}

.widget_search .form-control:-moz-placeholder {
    color: #666;
    font-size: 15px;
}

.widget_search .search-icon {
    border: none;
    padding: 0;
    background: none;
    position: absolute;
    top: 13px;
    cursor: pointer;
}

body.leftth .widget_search .search-icon {
    right: 19px;
}

body.rightth .widget_search .search-icon {
    left: 19px;
}

.widget_search .search-icon:hover {
    color: #253c5b;
}

/* 8. Blog
----------------------------------------------------------*/
.blog-masonry .post {
    margin-bottom: 60px;
}

.blog-masonry .btn-holder {
    margin-top: 10px;
}

.blog-masonry.wide .container {
    max-width: 1600px;
}

.blog-standard .blog-post, .blog-standard .blog-single {
    padding-right: 10px;
}

    .blog-standard .blog-post .post {
        margin-bottom: 69px;
    }

        .blog-standard .blog-post .post:last-child {
            margin-bottom: 62px;
        }

    .blog-standard .blog-single .post-meta {
        margin-bottom: 27px;
    }

    .blog-standard .blog-single p {
        margin-bottom: 33px;
    }

    .blog-standard .blog-single .quote {
        margin-left: 83px;
        position: relative;
        font-style: italic;
        margin-bottom: 40px;
    }

        .blog-standard .blog-single .quote i {
            position: absolute;
            font-size: 50px;
            color: rgba(205, 170, 124, 0.2);
            top: -9px;
            left: -23px;
        }

    .blog-standard .blog-single .group-image {
        margin-bottom: 33px;
    }

        .blog-standard .blog-single .group-image h6 {
            font-family: "Raleway-Medium";
            font-weight: 500;
            font-size: 18px;
            color: #333;
            margin-bottom: 27px;
        }

        .blog-standard .blog-single .group-image .grid {
            display: grid;
            display: -ms-grid;
            -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
            -ms-grid-rows: auto 19px auto;
            grid-gap: 20px 19px;
            grid-template-columns: 1fr 1fr 1fr;
        }

            .blog-standard .blog-single .group-image .grid .image-holder:first-child {
                -ms-grid-row: 1;
                -ms-grid-row-span: 1;
                -ms-grid-column: 1;
                -ms-grid-column-span: 1;
            }

            .blog-standard .blog-single .group-image .grid .image-holder:nth-child(2) {
                -ms-grid-row: 1;
                -ms-grid-row-span: 1;
                -ms-grid-column: 3;
                -ms-grid-column-span: 1;
            }

            .blog-standard .blog-single .group-image .grid .image-holder:nth-child(3) {
                grid-area: 2 / 1 / span 1 / span 2;
                -ms-grid-row: 3;
                -ms-grid-row-span: 1;
                -ms-grid-column: 1;
                -ms-grid-column-span: 3;
            }

            .blog-standard .blog-single .group-image .grid .image-holder:last-child {
                position: relative;
                grid-area: 1 / 3 / span 2 / span 1;
                -ms-grid-row: 1;
                -ms-grid-row-span: 3;
                -ms-grid-column: 5;
                -ms-grid-column-span: 1;
            }

                .blog-standard .blog-single .group-image .grid .image-holder:last-child img {
                    position: absolute;
                    height: 100%;
                    object-fit: cover;
                }

    .blog-standard .blog-single .bottom {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        justify-content: space-between;
    }

    .blog-standard .blog-single .bottom {
        margin-bottom: 44px;
    }

    .blog-standard .blog-single .share span {
        color: #333;
        margin-right: 16px;
    }

    .blog-standard .blog-single .share .social {
        display: inline-block;
    }

        .blog-standard .blog-single .share .social a {
            color: #999;
            font-size: 15px;
            margin-right: 11px;
        }

            .blog-standard .blog-single .share .social a:hover {
                color: #b3b3b3;
            }

    .blog-standard .blog-single .comment-count {
        color: #333;
    }

        .blog-standard .blog-single .comment-count:hover {
            color: #cdaa7c;
        }

    .blog-standard .blog-single .author-board {
        background: #181818;
        padding: 15px;
        text-align: center;
        margin-bottom: 35px;
    }

        .blog-standard .blog-single .author-board .inner {
            border: 1px solid rgba(205, 170, 124, 0.5);
            padding: 30px 0 25px;
        }

        .blog-standard .blog-single .author-board p {
            color: #ccc;
            margin: auto;
            margin-top: 20px;
            margin-bottom: 9px;
            padding: 0 20px;
            width: 82%;
        }

        .blog-standard .blog-single .author-board h6 {
            font-size: 15px;
            text-transform: uppercase;
            font-family: "Raleway-SemiBold";
            font-weight: 600;
        }

            .blog-standard .blog-single .author-board h6 a {
                color: #fff;
            }

    .blog-standard .blog-single .post-navigation {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        justify-content: space-between;
        margin-bottom: 49px;
    }

        .blog-standard .blog-single .post-navigation .navigation {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            align-items: center;
        }

            .blog-standard .blog-single .post-navigation .navigation.left .arrow {
                margin-right: 17px;
            }

            .blog-standard .blog-single .post-navigation .navigation.right .arrow {
                margin-left: 17px;
            }

            .blog-standard .blog-single .post-navigation .navigation.right .text {
                text-align: right;
            }

        .blog-standard .blog-single .post-navigation .arrow {
            font-size: 18px;
            color: #ccc;
        }

            .blog-standard .blog-single .post-navigation .arrow:hover {
                color: #cdaa7c;
            }

        .blog-standard .blog-single .post-navigation .text h6 {
            font-size: 18px;
            margin-bottom: 4px;
        }

            .blog-standard .blog-single .post-navigation .text h6 a {
                color: #333;
            }

                .blog-standard .blog-single .post-navigation .text h6 a:hover {
                    color: #cdaa7c;
                }

        .blog-standard .blog-single .post-navigation .text span {
            font-size: 14px;
            color: #999;
        }

    .blog-standard .blog-single .comments-area .comments-title {
        font-size: 22px;
        font-family: "Raleway-Bold";
        font-weight: 700;
        margin-bottom: 29px;
    }

    .blog-standard .blog-single .comments-area .comments-item {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        margin-bottom: 36px;
    }

        .blog-standard .blog-single .comments-area .comments-item .thumb {
            margin-top: 5px;
            margin-right: 20px;
            flex: 0 0 auto;
            width: auto;
            max-width: none;
        }

        .blog-standard .blog-single .comments-area .comments-item .heading {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            margin-bottom: 12px;
        }

            .blog-standard .blog-single .comments-area .comments-item .heading h6 {
                font-family: "Raleway-SemiBold";
                font-weight: 600;
                margin-right: 20px;
            }

                .blog-standard .blog-single .comments-area .comments-item .heading h6 a {
                    color: #333;
                }

            .blog-standard .blog-single .comments-area .comments-item .heading .comments-time {
                color: #999;
                margin-top: 1px;
            }

        .blog-standard .blog-single .comments-area .comments-item p {
            margin-bottom: 14px;
        }

        .blog-standard .blog-single .comments-area .comments-item .reply {
            text-transform: uppercase;
            color: #999;
            font-family: "Lato-Regular";
            font-weight: 400;
        }

            .blog-standard .blog-single .comments-area .comments-item .reply i {
                margin-right: 3px;
            }

            .blog-standard .blog-single .comments-area .comments-item .reply:hover {
                color: #cdaa7c;
            }

    .blog-standard .blog-single .comments-area .comments-group .comments-group {
        padding-left: 118px;
    }

    .blog-standard .blog-single .comments-area > .comments-group {
        margin-bottom: 64px;
    }

        .blog-standard .blog-single .comments-area > .comments-group:last-child {
            margin-bottom: 58px;
        }

    .blog-standard .blog-single .comments-respond h5 {
        font-size: 22px;
        font-family: "Raleway-Bold";
        font-weight: 700;
        margin-bottom: 34px;
    }

    .blog-standard .blog-single .comments-respond .comments-form .form-holder {
        margin-bottom: 30px;
        position: relative;
    }

        .blog-standard .blog-single .comments-respond .comments-form .form-holder .placeholder {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            left: 21px;
            font-size: 15px;
            color: #999;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
        }

            .blog-standard .blog-single .comments-respond .comments-form .form-holder .placeholder span {
                color: #ff6666;
                position: static;
                font-size: 15px;
            }

    .blog-standard .blog-single .comments-respond .comments-form .form-control {
        height: 53px;
        border: 1px solid #e5e5e5;
        font-size: 15px;
        padding: 0 20px;
        color: #999;
        position: relative;
        z-index: 9;
    }

        .blog-standard .blog-single .comments-respond .comments-form .form-control::-webkit-input-placeholder {
            color: #999;
            font-size: 15px;
        }

        .blog-standard .blog-single .comments-respond .comments-form .form-control::-moz-placeholder {
            color: #999;
            font-size: 15px;
        }

        .blog-standard .blog-single .comments-respond .comments-form .form-control:-ms-input-placeholder {
            color: #999;
            font-size: 15px;
        }

        .blog-standard .blog-single .comments-respond .comments-form .form-control:-moz-placeholder {
            color: #999;
            font-size: 15px;
        }

    .blog-standard .blog-single .comments-respond .comments-form textarea.form-control {
        height: 150px;
        padding: 15px 20px;
    }

.blog-standard.left-sidebar .blog-post {
    padding-left: 10px;
}

.blog-standard .post .post-body {
    padding-top: 37px;
}

    .blog-standard .post .post-body h4 {
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 16px;
    }

        .blog-standard .post .post-body h4 a {
            color: #333;
        }

            .blog-standard .post .post-body h4 a:hover {
                color: #cdaa7c;
            }

.blog-standard .post .post-date {
    width: 92px;
    height: 92px;
    padding: 4px;
    right: 30px;
    top: 27px;
}

    .blog-standard .post .post-date .inner .date {
        font-size: 45px;
    }

    .blog-standard .post .post-date .inner .month {
        font-size: 16px;
    }

.blog-standard .post .post-author {
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin-right: 22px;
}

    .blog-standard .post .post-author a {
        color: #333;
    }

        .blog-standard .post .post-author a:hover {
            color: #cdaa7c;
        }

        .blog-standard .post .post-author a.thumb {
            margin-right: 5px;
        }

.blog-standard .post .tagcloud {
    font-size: 14px;
    display: inline-block;
}

    .blog-standard .post .tagcloud a {
        color: #333;
    }

        .blog-standard .post .tagcloud a:hover {
            color: #cdaa7c;
        }

        .blog-standard .post .tagcloud a:after {
            content: '/';
            margin-left: 4px;
        }

        .blog-standard .post .tagcloud a:last-child:after {
            display: none;
        }

    .blog-standard .post .tagcloud span {
        margin-right: 3px;
        display: inline-block;
    }

.blog-standard .post .post-thumb img:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.blog-standard .post .end {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-standard .pagination ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: center;
    width: 100%;
}

.blog-standard .pagination a {
    color: #999;
}

.blog-standard .pagination .page-numbers {
    font-size: 20px;
    padding: 0 13px;
}

    .blog-standard .pagination .page-numbers.prev-page, .blog-standard .pagination .page-numbers.next-page {
        font-size: 15px;
        display: inline-block;
        margin-top: 6px;
    }

    .blog-standard .pagination .page-numbers.current, .blog-standard .pagination .page-numbers:hover {
        color: #333;
    }

/* 9. Shop
----------------------------------------------------------*/
.sorting {
    margin-bottom: 40px;
}

    .sorting .woocommerce-ordering {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .sorting .woocommerce-ordering select.form-control:not([size]):not([multiple]) {
            height: 42px;
            border: 1px solid #e5e5e5;
            font-size: 15px;
            color: #666;
            padding: 0 50px 0 19px;
            width: 246px;
        }

        .sorting .woocommerce-ordering .form-holder {
            position: relative;
        }

            .sorting .woocommerce-ordering .form-holder span {
                position: absolute;
                top: 17px;
                right: 20px;
                font-size: 12px;
                z-index: -1;
            }

body.leftth .sorting .woocommerce-ordering .form-holder span {
    z-index: 0;
}

.woocommerce-loop-product__title {
    font-family: "Raleway-Regular";
    font-weight: 400;
}

    .woocommerce-loop-product__title:hover {
        color: #cdaa7c;
    }

.shop-list .woocommerce-pagination {
    margin-top: 10px;
}

    .shop-list .woocommerce-pagination ul {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        justify-content: center;
        width: 100%;
    }

        .shop-list .woocommerce-pagination ul a {
            color: #999;
        }

        .shop-list .woocommerce-pagination ul .page-numbers {
            font-size: 20px;
            padding: 0 13px;
        }

            .shop-list .woocommerce-pagination ul .page-numbers.prev, .shop-list .woocommerce-pagination ul .page-numbers.next {
                font-size: 15px;
                display: inline-block;
                margin-top: 6px;
            }

            .shop-list .woocommerce-pagination ul .page-numbers.current, .shop-list .woocommerce-pagination ul .page-numbers:hover {
                color: #333;
            }

.shop-list.wide {
    padding-top: 30px !important;
}

    .shop-list.wide .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    .shop-list.wide .products .item .thumb .add_to_cart_button {
        font-size: 20px;
    }

    .shop-list.wide .products .item:hover .thumb .add_to_cart_button {
        height: 52px;
    }

.products .item {
    margin-bottom: 42px;
}

    .products .item .thumb {
        position: relative;
    }

        .products .item .thumb .buy-btn {
            position: absolute;
            width: 100%;
            bottom: 0;
        }

    .products .item .thumb {
        margin-bottom: 27px;
    }

        .products .item .thumb .add_to_cart_button {
            /*   position: absolute;*/
            bottom: 0;
            text-transform: uppercase;
            color: #fff;
            font-size: 15px;
            background: #ab8182;
            width: 50%;
            float: left;
            text-align: center;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 0;
            overflow: hidden;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            border: .25px solid #f0f2f1;
        }

        .products .item .thumb .add_to_fav_button {
            /*   position: absolute;*/
            bottom: 0;
            text-transform: uppercase;
            color: #fff;
            font-size: 15px;
            background: #253c5b;
            width: 50%;
            float: left;
            text-align: center;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 0;
            overflow: hidden;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            /* border-right:.25px solid;*/
        }

            .products .item .thumb .add_to_cart_button:hover, .products .item .thumb .add_to_fav_button :hover {
                text-decoration: underline;
            }

    .products .item .info {
        text-align: center;
        padding-top: 25px;
    }

        .products .item .info .woocommerce-loop-product__title {
            font-size: 20px;
            margin-bottom: 6px;
        }

            .products .item .info .woocommerce-loop-product__title a {
                color: #333;
            }

                .products .item .info .woocommerce-loop-product__title a:hover {
                    color: #cdaa7c;
                }

        .products .item .info .price {
            font-size: 20px;
            color: #333;
        }

        .products .item .info .star-rating {
            margin-bottom: 8px;
        }

            .products .item .info .star-rating i {
                margin-right: 2px;
            }

    .products .item:hover .thumb .add_to_cart_button {
        height: 42px;
    }

.widget_price_filter .widget-title {
    margin-bottom: 31px;
}

#price-slider, #weight-slider, #price-mobile-slider, #weight-mobile-slider {
    margin-bottom: 26px;
}

.noUi-horizontal {
    height: 4px;
}

    .noUi-horizontal .noUi-handle {
        width: 11px;
        height: 11px;
        border: none;
        box-shadow: none;
        background: #333;
        /* border-radius: 50%; */
    }

        .noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after {
            display: none;
        }

.noUi-base {
    background: #e6e6e6;
}

.noUi-connects, .noUi-target {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
}

.noUi-connect {
    background: #253c5b;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    cursor: pointer;
    right: -5px;
    top: -3px;
}

.price_slider_amount {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .price_slider_amount button {
        background: none;
        border: none;
        text-transform: uppercase;
        cursor: pointer;
        text-decoration: underline;
    }

.widget_featured_product {
    margin-bottom: 49px;
}

.featured-product__item {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

    .featured-product__item:last-child {
        margin-bottom: 0;
    }

    .featured-product__item .thumb {
        margin-right: 13px;
    }

        .featured-product__item .thumb:hover img {
            opacity: 0.8;
        }

    .featured-product__item h6 {
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        margin-bottom: 6px;
        font-size: 17px;
    }

        .featured-product__item h6 a {
            color: #333;
        }

            .featured-product__item h6 a:hover {
                color: #cdaa7c;
            }

.shop-single #shop-single-thumb {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
}

    .shop-single #shop-single-thumb a {
        width: 33.33%;
        margin-right: 20px;
        padding: 0;
    }

        .shop-single #shop-single-thumb a:last-child {
            margin-right: 0;
        }

.shop-single .entry-summary {
    padding-left: 35px;
    padding-top: 20px;
}

    .shop-single .entry-summary .product_title {
        font-size: 35px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .shop-single .entry-summary .info {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .shop-single .entry-summary .info-off {
        margin-bottom: 25px;
    }

    .shop-single .entry-summary .star-rating {
        font-size: 20px;
    }

    .shop-single .entry-summary .price {
        color: #333;
        font-size: 30px;
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        color: #333;
        padding-left: 40px;
        position: relative;
    }

        .shop-single .entry-summary .price:before, body.rightth #course-section .widget-price .price:before {
            content: "";
            width: 23px;
            height: 2px;
            background: #333;
            left: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }

    .shop-single .entry-summary .woocommerce-product-details__short-description {
        margin-bottom: 43px;
    }

    .shop-single .entry-summary .cart {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .shop-single .entry-summary .single_add_to_cart_button {
        width: 160px;
    }

    .shop-single .entry-summary .product_meta {
        margin-bottom: 25px;
    }

        .shop-single .entry-summary .product_meta .sku_wrapper, .shop-single .entry-summary .product_meta .posted_in, .shop-single .entry-summary .product_meta .tagged_as, .shop-single .entry-summary .quantity_wrapper {
            display: block;
            font-size: 15px;
            font-family: "Raleway-SemiBold";
            font-weight: 600;
            text-transform: uppercase;
            color: #333;
            margin-bottom: 8px;
        }

            .shop-single .entry-summary .product_meta .sku_wrapper span, .shop-single .entry-summary .product_meta .sku_wrapper a, .shop-single .entry-summary .product_meta .posted_in span, .shop-single .entry-summary .product_meta .posted_in a, .shop-single .entry-summary .product_meta .tagged_as span, .shop-single .entry-summary .product_meta .tagged_as a {
                color: #999;
                text-transform: none;
                font-family: "Raleway-Regular";
                font-weight: 400;
            }

                .shop-single .entry-summary .product_meta .sku_wrapper a:hover, .shop-single .entry-summary .product_meta .posted_in a:hover, .shop-single .entry-summary .product_meta .tagged_as a:hover {
                    color: #cdaa7c;
                }

    .shop-single .entry-summary .social a {
        color: #999;
        margin-right: 14px;
    }

        .shop-single .entry-summary .social a:hover {
            color: #b3b3b3;
        }

.shop-single .quantity, .shop-cart .quantity {
    display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -moz-inline-flex;
    height: 42px;
    width: 76px;
    /* border: 1px solid #ccc;
  margin-right: 20px;*/
    text-align: center;
}

body.leftth .shop-single .quantity, body.leftth .shop-cart .quantity {
    margin-left: 20px;
}

.shop-single .quantity .icon, .shop-cart .quantity .icon {
    flex-grow: 1;
}

.shop-single .quantity .number-button, .shop-cart .quantity .number-button {
    cursor: pointer;
    display: block;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #666;
    background-color: #ab8182;
}

    .shop-single .quantity .number-button.plus, .shop-cart .quantity .number-button.plus {
        font-size: 16px;
        /*  border-bottom: 1px solid #ccc; */
    }

    .shop-single .quantity .number-button.minus, .shop-cart .quantity .number-button.minus {
        font-size: 25px;
    }

.shop-single .quantity input, .shop-cart .quantity input {
    border: 1px solid #ab8182;
    /* border-right: 1px solid #ccc;*/
    padding: 0;
    width: 47px;
    text-align: center;
    font-size: 20px;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
    .shop-single .quantity input::-webkit-outer-spin-button, .shop-cart .quantity input::-webkit-outer-spin-button,
    .shop-single .quantity input::-webkit-inner-spin-button, .shop-cart .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .shop-single .quantity input::-webkit-outer-spin-button, .shop-single .quantity input::-webkit-inner-spin-button, .shop-cart .quantity input::-webkit-outer-spin-button, .shop-cart .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

.woocommerce-tabs {
    margin-top: 80px;
    margin-bottom: 44px;
}

    .woocommerce-tabs .tabs {
        margin-bottom: 26px;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
    }

        .woocommerce-tabs .tabs li a {
            font-family: "Raleway-SemiBold";
            font-weight: 600;
            color: #999;
            font-size: 18px;
            padding: 0 32px;
            position: relative;
        }

            .woocommerce-tabs .tabs li a:after {
                content: "";
                width: 1px;
                height: 13px;
                background: #cccccc;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                right: 0;
            }

            .woocommerce-tabs .tabs li a:hover {
                color: #cdaa7c;
            }

        .woocommerce-tabs .tabs li.ui-state-active a {
            color: #cdaa7c;
        }

        .woocommerce-tabs .tabs li:first-child a {
            padding-left: 0;
        }

        .woocommerce-tabs .tabs li:last-child a:after {
            display: none;
        }

#review .woocommerce-noreviews {
    font-family: "Raleway-SemiBold";
    font-weight: 600;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#review .comments-form .form-control {
    height: 53px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 15px;
    color: #999;
}

    #review .comments-form .form-control::-webkit-input-placeholder {
        font-size: 15px;
        color: #999;
    }

    #review .comments-form .form-control::-moz-placeholder {
        font-size: 15px;
        color: #999;
    }

    #review .comments-form .form-control:-ms-input-placeholder {
        font-size: 15px;
        color: #999;
    }

    #review .comments-form .form-control:-moz-placeholder {
        font-size: 15px;
        color: #999;
    }

#review .comments-form .comment-notes {
    margin-bottom: 11px;
}

#review .comments-form .comment-form-rating {
    margin-bottom: 21px;
}

    #review .comments-form .comment-form-rating label {
        color: #333;
        margin-right: 10px;
    }

#review .comments-form textarea.form-control {
    height: 150px;
    padding: 15px 20px;
}

#review .comments-form input.submit:hover {
    background: #4d4d4d;
}

#add-info .shop_attributes {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #e6e6e6;
}

    #add-info .shop_attributes th, #add-info .shop_attributes td {
        border: 1px solid #e6e6e6;
        padding: 0 30px;
    }

    #add-info .shop_attributes tr {
        height: 58px;
    }

    #add-info .shop_attributes th {
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        width: 17.94%;
    }

.related h4 {
    font-size: 28px;
    text-transform: uppercase;
    color: #333;
    font-family: "Raleway-Bold";
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.woocommerce-cart-form table td, .woocommerce-cart-form table th {
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    text-align: center;
}

.woocommerce-cart-form table thead th {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding: 24px 0;
}

    .woocommerce-cart-form table thead th.product-name {
        text-align: left;
        padding-left: 4px;
    }

.woocommerce-cart-form table tbody td {
    padding-top: 36px;
    padding-bottom: 36px;
}

    .woocommerce-cart-form table tbody td.product-name {
        text-align: left;
        padding-left: 19px;
    }

    .woocommerce-cart-form table tbody td.product-price, .woocommerce-cart-form table tbody td.product-subtotal {
        font-size: 18px;
        font-family: "Raleway-Medium";
        font-weight: 500;
    }

    .woocommerce-cart-form table tbody td.product-subtotal {
        color: #253c5b;
    }

.woocommerce-cart-form table tbody tr {
    border-top: 1px solid #e6e6e6;
}

.woocommerce-cart-form table .product-remove {
    width: 6.26%;
    text-align: left;
    padding-left: 20px;
    border-right: none;
}

    .woocommerce-cart-form table .product-remove a {
        color: #666;
        font-size: 20px;
    }

.woocommerce-cart-form table .product-thumbnail {
    width: 11.41%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    border-right: none;
    border-left: none;
}

.woocommerce-cart-form table .product-name {
    width: 24.75%;
    border-left: none;
}

    .woocommerce-cart-form table .product-name a {
        font-size: 18px;
        color: #666;
    }

        .woocommerce-cart-form table .product-name a:hover {
            color: #253c5b;
        }

.woocommerce-cart-form table .product-price {
    width: 17.16%;
}

.woocommerce-cart-form table .product-subtotal {
    width: 16.99%;
}

.woocommerce-cart-form table .product-quantity {
    width: 23.43%;
}

.woocommerce-cart-form table .actions {
    padding: 38px 83px 39px 0;
    border-left: none;
    border-right: none;
    text-align: left;
}

.woocommerce-cart-form table .cart-subtotal {
    border-left: none;
    text-align: right;
    /*padding-right: 83px;*/
    font-size: 18px;
    color: #253c5b;
    font-family: "Raleway-Medium";
    font-weight: 500;
}
/*  .woocommerce-cart-form table .cart-subtotal label {
    margin-right: 18px;
    margin-bottom: 0; }*/
.woocommerce-cart-form table .coupon {
    display: inline-flex;
    width: 267px;
    height: 40px;
    overflow: hidden;
}

    .woocommerce-cart-form table .coupon #coupon_code {
        border-radius: 20px 0 0 20px;
        -webkit-border-radius: 20px 0 0 20px;
        -moz-border-radius: 20px 0 0 20px;
        border: 1px solid #ccc;
        border-right: none;
        font-size: 13px;
        width: 70.04%;
        padding-left: 27px;
    }

        .woocommerce-cart-form table .coupon #coupon_code::-webkit-input-placeholder {
            font-size: 13px;
            color: #999;
            font-family: "Lato-Regular";
        }

        .woocommerce-cart-form table .coupon #coupon_code::-moz-placeholder {
            font-size: 13px;
            color: #999;
            font-family: "Lato-Regular";
        }

        .woocommerce-cart-form table .coupon #coupon_code:-ms-input-placeholder {
            font-size: 13px;
            color: #999;
            font-family: "Lato-Regular";
        }

        .woocommerce-cart-form table .coupon #coupon_code:-moz-placeholder {
            font-size: 13px;
            color: #999;
            font-family: "Lato-Regular";
        }

    .woocommerce-cart-form table .coupon input[type="submit"] {
        background: #ccc;
        text-transform: none;
        width: 29.96%;
        height: 40px;
        border-radius: 0 20px 20px 0;
        -webkit-border-radius: 0 20px 20px 0;
        -moz-border-radius: 0 20px 20px 0;
    }

.woocommerce-cart-form .bottom {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.woocommerce-cart-form .bottom {
    -webkit-display: block;
    -moz-display: block;
    -ms-display: block;
    -o-display: block;
    display: block;
}

@media (max-width:425px) {
    body.rightth .woocommerce-cart-form .bottom {
        text-align: center;
    }
}

.woocommerce-cart-form .update-btn {
    width: 160px;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .woocommerce-cart-form .update-btn:hover {
        border-color: none;
        background: #253c5b;
        color: #fff;
    }

.woocommerce-form__label {
    position: relative;
    padding-left: 21px;
    cursor: pointer;
    color: #999;
    margin-bottom: 0;
}

    .woocommerce-form__label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .woocommerce-form__label input:checked ~ .checkmark:after {
            display: block;
            color: #fff;
            background-color: #253c5b;
            width: 14px;
            height: 14px;
            text-align: center;
        }

    .woocommerce-form__label .checkmark {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 13px;
        width: 14px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        background-color: #ebebeb;
        border: 1px solid #ccc;
        font-family: Material-Design-Iconic-Font;
        color: #000;
        font-size: 10px;
        font-weight: bolder;
    }

        .woocommerce-form__label .checkmark:after {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: none;
            content: '\f26b';
        }

.sign-in h4 {
    color: #333;
    text-transform: uppercase;
    font-family: "Raleway-SemiBold";
    font-weight: 600;
    margin-bottom: 34px;
}

.woocommerce-form-login .form-holder {
    margin-bottom: 25px;
}

    .woocommerce-form-login .form-holder.last {
        margin-bottom: 22px;
    }

.woocommerce-form-login label {
    margin-bottom: 9px;
}

    .woocommerce-form-login label span {
        color: #ff3333;
        position: static;
        font-size: 15px;
    }

.woocommerce-form-login .form-control {
    height: 42px;
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    font-size: 15px;
    color: #666;
}

.woocommerce-form-login input[type="submit"] {
    width: 100px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 5px;
    margin-right: 21px;
}

    .woocommerce-form-login input[type="submit"]:hover {
        background: #4d4d4d;
    }

.woocommerce-form-login .woocommerce-LostPassword a {
    color: #666;
}

    .woocommerce-form-login .woocommerce-LostPassword a:hover {
        color: #cdaa7c;
    }

.sign-up h4, .forgot h4 {
    color: #333;
    text-transform: uppercase;
    /* font-family: "Raleway-SemiBold";*/
    font-weight: 600;
    margin-bottom: 34px;
}

body.rightth .sign-up h4, body.rightth .forgot h4 {
    font-family: "IRANSans-bold";
}

.forgot #phone {
    max-width: 100%;
}

.sign-up .form-holder, .forgot .form-holder {
    margin-bottom: 25px;
}

    .sign-up .form-holder.last, .forgot .form-holder.last {
        margin-bottom: 22px;
    }

.sign-up label, .forgot label {
    margin-bottom: 9px;
}

    .sign-up label span, .forgot label span {
        color: #ff3333;
        position: static;
        font-size: 15px;
    }

.sign-in .form-control, .forgot .form-control {
    height: 42px;
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    font-size: 15px;
    color: #666;
}

.sign-up input[type="submit"], .forgot input[type="submit"] {
    width: 100px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 5px;
    display: block;
    margin-bottom: 24px;
}

    .sign-up input[type="submit"]:hover, .forgot input[type="submit"]:hover {
        background: #4d4d4d;
    }

.sign-up .return-link {
    color: #666;
    text-decoration: underline;
}

    .sign-up .return-link:hover {
        color: #cdaa7c;
    }

.checkout-page .woocommerce-info {
    height: 60px;
    background: #f7f7f7;
    border-top: 5px solid #5a9cb0;
    padding-top: 5px;
    padding: 17px 30px 0;
    margin-bottom: 30px;
}

    .checkout-page .woocommerce-info a {
        color: #666;
        margin-left: 4px;
    }

        .checkout-page .woocommerce-info a:hover {
            color: #cdaa7c;
        }

    .checkout-page .woocommerce-info img {
        vertical-align: baseline;
        margin-right: 12px;
    }

.checkout-page .checkout_coupon {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    padding: 41px 30px;
    border: 1px dashed #e6e6e6;
}

    .checkout-page .checkout_coupon .form-row {
        margin-bottom: 0;
    }

    .checkout-page .checkout_coupon .form-row-first {
        flex-grow: 1;
        margin-right: 30px;
    }

    .checkout-page .checkout_coupon .form-control {
        height: 40px;
        border: 1px solid #e6e6e6;
        font-size: 15px;
        padding: 10px 20px;
    }

        .checkout-page .checkout_coupon .form-control::-webkit-input-placeholder {
            font-size: 15px;
        }

        .checkout-page .checkout_coupon .form-control::-moz-placeholder {
            font-size: 15px;
        }

        .checkout-page .checkout_coupon .form-control:-ms-input-placeholder {
            font-size: 15px;
        }

        .checkout-page .checkout_coupon .form-control:-moz-placeholder {
            font-size: 15px;
        }

    .checkout-page .checkout_coupon .au-btn {
        height: 40px;
        width: 184px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .checkout-page .checkout_coupon .au-btn:hover {
            background: #4d4d4d;
        }

.checkout-page .woocommerce-info-wrapper {
    padding-bottom: 17px;
}

.checkout-page .woocommerce-form-login {
    border: 1px dashed #e6e6e6;
    padding: 34px 30px 28px;
    margin-bottom: 47px;
}

.checkout-page .woocommerce-checkout h5 {
    text-transform: uppercase;
    margin-bottom: 33px;
}

.checkout-page .woocommerce-checkout label {
    margin-bottom: 6px;
}

.checkout-page .woocommerce-checkout .form-row {
    flex-wrap: wrap;
    margin-bottom: 3px;
}

    .checkout-page .woocommerce-checkout .form-row .required {
        color: #ff3333;
    }

.checkout-page .woocommerce-checkout .form-control {
    height: 42px;
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    font-size: 13px;
    margin-bottom: 20px;
    color: #666;
}

    .checkout-page .woocommerce-checkout .form-control::-webkit-input-placeholder {
        font-size: 13px;
        color: #666;
    }

    .checkout-page .woocommerce-checkout .form-control::-moz-placeholder {
        font-size: 13px;
        color: #666;
    }

    .checkout-page .woocommerce-checkout .form-control:-ms-input-placeholder {
        font-size: 13px;
        color: #666;
    }

    .checkout-page .woocommerce-checkout .form-control:-moz-placeholder {
        font-size: 13px;
        color: #666;
    }

.checkout-page .woocommerce-checkout textarea.form-control {
    height: 203px;
    padding: 15px 20px;
}

body.leftth .checkout-page .woocommerce-checkout select.form-control:not([size]):not([multiple]),
body.leftth .sign-up select.form-control:not([size]):not([multiple]) {
    height: 42px;
    background: url("../images/select-down-icon.png") right 19px center no-repeat;
}

body.rightth .checkout-page .woocommerce-checkout select.form-control:not([size]):not([multiple]),
body.rightth .sign-up select.form-control:not([size]):not([multiple]) {
    height: 42px;
    background: url(../images/select-down-icon.png) left 19px center no-repeat;
    font-family: "IRANSans";
}

.checkout-page .woocommerce-checkout .woocommerce-account-fields {
    margin-bottom: 41px;
}

.checkout-page .woocommerce-checkout .woocommerce-form__label {
    padding-left: 24px;
}

.checkout-page .woocommerce-checkout .woocommerce-additional-fields h5 {
    margin-bottom: 23px;
}

.checkout-page .woocommerce-checkout-review-order-wrap table {
    width: 100%;
}

    .checkout-page .woocommerce-checkout-review-order-wrap table .product-name {
        width: 44.64%;
    }

    .checkout-page .woocommerce-checkout-review-order-wrap table tr {
        border-bottom: 1px solid #e6e6e6;
    }

        .checkout-page .woocommerce-checkout-review-order-wrap table tr:last-child {
            border: none;
        }

    .checkout-page .woocommerce-checkout-review-order-wrap table td {
        padding: 33px 0 36px;
    }

    .checkout-page .woocommerce-checkout-review-order-wrap table .product-total {
        width: 55.36%;
        text-align: right;
    }

        .checkout-page .woocommerce-checkout-review-order-wrap table .product-total .woocommerce-Price-amount {
            font-family: "Raleway-SemiBold";
            font-weight: 600;
            color: #cdaa7c;
        }

    .checkout-page .woocommerce-checkout-review-order-wrap table .review-wrap {
        display: inline-block;
        padding-left: 11px;
        vertical-align: middle;
    }

        .checkout-page .woocommerce-checkout-review-order-wrap table .review-wrap .rv-titel {
            color: #333;
        }

        .checkout-page .woocommerce-checkout-review-order-wrap table .review-wrap .product-quantity {
            display: block;
            color: #999;
            margin-top: 6px;
        }

.checkout-page .woocommerce-checkout-review-order-wrap .cart-total {
    margin-top: 5px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

    .checkout-page .woocommerce-checkout-review-order-wrap .cart-total p {
        color: #999;
        margin-bottom: 14px;
    }

        .checkout-page .woocommerce-checkout-review-order-wrap .cart-total p span {
            font-family: "Raleway-SemiBold";
            font-weight: 600;
        }

        .checkout-page .woocommerce-checkout-review-order-wrap .cart-total p .title {
            color: #333;
            margin-right: 15px;
        }

        .checkout-page .woocommerce-checkout-review-order-wrap .cart-total p .woocommerce-Price-amount {
            color: #cdaa7c;
        }

    .checkout-page .woocommerce-checkout-review-order-wrap .cart-total .order-total .title {
        text-transform: uppercase;
    }

.checkout-page .wc_payment_method {
    margin-bottom: 43px;
}

    .checkout-page .wc_payment_method:last-child {
        margin-bottom: 31px;
    }

    .checkout-page .wc_payment_method label {
        margin-right: 43px;
        cursor: pointer;
        display: inline-block;
        padding-left: 23px;
        position: relative;
        color: #333;
        font-family: "Raleway-SemiBold";
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 28px;
    }

    .checkout-page .wc_payment_method input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .checkout-page .wc_payment_method input:checked ~ .checkmark:after {
            display: block;
        }

    .checkout-page .wc_payment_method .checkmark {
        position: absolute;
        top: 4px;
        left: 0;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border: 1px solid #ccc;
        background: #ebebeb;
    }

        .checkout-page .wc_payment_method .checkmark:after {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            background: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            background: #666;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            display: none;
        }

    .checkout-page .wc_payment_method .payment_box {
        display: inline-block;
    }

        .checkout-page .wc_payment_method .payment_box a {
            color: #666;
            font-size: 13px;
            margin-left: 16px;
        }

            .checkout-page .wc_payment_method .payment_box a:hover {
                color: #cdaa7c;
            }

.checkout-page .place-order {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: flex-end;
}

    .checkout-page .place-order .au-btn {
        width: 202px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .checkout-page .place-order .au-btn:hover {
            background: #4d4d4d;
        }

/* 10. Responsive
----------------------------------------------------------*/
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1400px) {
    .slideshow-form.on-mobile {
        display: block;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .coming-soon .inner {
        top: 55%;
    }

    .coming-soon h1 {
        margin-bottom: 51px;
        font-size: 40px;
    }

        .coming-soon h1:after {
            width: 60px;
        }

    .coming-soon .time {
        margin-bottom: 43px;
    }

        .coming-soon .time .time-box {
            margin: 0 25px;
        }

            .coming-soon .time .time-box .time-number {
                font-size: 56px;
            }

            .coming-soon .time .time-box .time-unit {
                font-size: 16px;
            }

    .coming-soon form .form-row {
        width: auto;
    }

    .error .inner {
        top: 50%;
    }

    .error span {
        font-size: 175px;
    }

    .error h3 {
        font-size: 20px;
    }

    .error p {
        margin-bottom: 40px;
    }
}

@media (min-width: 1500px) {
    .navbar-desktop:not(.aside).has-bg {
        top: 0;
        padding: 15px 70px;
    }
}

@media (max-width: 1500px) {
    .our-menu-col.left-20 {
        padding-right: 0;
    }

    .our-menu-col.right-20 {
        padding-left: 0;
    }

    .our-menu-full {
        padding: 0 35px;
    }

    .blog-masonry.wide .container {
        max-width: 1200px;
    }

    .menu-push {
        position: static;
    }

    .menu-left {
        transform: translateX(0);
        padding-right: 15px;
    }

    .menu-right {
        transform: translateX(0);
        padding-left: 15px;
    }

    .our-menu {
        background: url("../images/our-menu-bg-1.png") left top no-repeat, url("../images/our-menu-bg-3.jpg");
        background-size: auto, cover;
    }

    .our-menu-wrapper {
        max-width: 1170px;
        width: 100%;
        height: 915px;
    }

        .our-menu-wrapper .right-content .inner {
            padding-top: 85px;
        }

        .our-menu-wrapper .right-content .content {
            padding-right: 30px;
        }

        .our-menu-wrapper .menu-holder.left-40 {
            padding-right: 15px;
        }

        .our-menu-wrapper .menu-holder.right-40 {
            padding-left: 15px;
        }

        .our-menu-wrapper .section-header {
            margin-bottom: 50px;
        }

    .block-banner.style-2 {
        height: 450px;
    }

        .block-banner.style-2 .inner {
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }

        .block-banner.style-2 h2 {
            font-size: 50px;
        }

        .block-banner.style-2 img {
            max-width: 24%;
        }

        .block-banner.style-2 .middle {
            margin-bottom: 48px;
        }

        .block-banner.style-2 .text {
            margin-right: 6px;
        }

            .block-banner.style-2 .text .first-line span {
                font-size: 35px;
                line-height: 1;
                margin-left: 8px;
                transform: translateY(-2px);
                -webkit-transform: translateY(-2px);
                -moz-transform: translateY(-2px);
                -ms-transform: translateY(-2px);
                -o-transform: translateY(-2px);
            }

            .block-banner.style-2 .text .break {
                font-size: 50px;
            }

        .block-banner.style-2 .number {
            font-size: 100px;
        }

    .subscribe-form {
        height: 535px;
        padding-top: 0;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #rev_slider_12 li:nth-child(2) .caption-4 svg {
        transform: translate(-50%, -50%) scale(0.88);
        -webkit-transform: translate(-50%, -50%) scale(0.88);
        -moz-transform: translate(-50%, -50%) scale(0.88);
        -ms-transform: translate(-50%, -50%) scale(0.88);
        -o-transform: translate(-50%, -50%) scale(0.88);
    }

    .pizza .grid {
        flex-wrap: wrap;
    }

        .pizza .grid .pizza-item {
            width: 32%;
            margin-bottom: 30px;
        }

            .pizza .grid .pizza-item:nth-child(2) {
                margin-right: 0;
            }

            .pizza .grid .pizza-item:nth-child(3), .pizza .grid .pizza-item:last-child {
                margin-bottom: 0;
            }

    .trait-col.re-style {
        margin-bottom: 40px;
    }

    #fp-nav.right {
        display: none;
    }

    .flipster--flat .flipster__item--past .flipster__item__content .content {
        padding: 0 0 0 55px;
    }

    .flipster--flat .flipster__item--future .flipster__item__content .content {
        padding: 0 55px 0 0;
    }

    .flipster-item {
        width: 450px;
    }

        .flipster-item p {
            margin-bottom: 10px;
            font-size: 14px;
        }

            .flipster-item p.mb-32 {
                margin-bottom: 32px;
            }

            .flipster-item p:last-child {
                margin-bottom: 0;
            }

        .flipster-item .content {
            /*  height: 439px;
      padding: 0 61px;*/
            height: 250px;
            padding: 35px 35px;
            padding-top: 25px;
            padding-top: 0;
        }

    .gallery-grid.has-gutter {
        grid-gap: 21px 20px;
    }

    .middle-image img {
        max-width: 35%;
    }

    .menu-navigation .fix-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .block-banner.style-1 {
        height: 573px;
        background-position: left -204px center;
    }

        .block-banner.style-1 .inner {
            right: 70px;
            top: 100px;
        }

        .block-banner.style-1 h3 {
            font-size: 20px;
        }

        .block-banner.style-1 h2 {
            font-size: 50px;
        }

        .block-banner.style-1 p {
            font-size: 16px;
        }

    .block-banner .date {
        width: 190px;
        height: 33px;
    }

    .special-box-slider {
        right: 5.3%;
    }

        .special-box-slider .owl-carousel {
            transform: translateY(-150px);
            -webkit-transform: translateY(-150px);
            -moz-transform: translateY(-150px);
            -ms-transform: translateY(-150px);
            -o-transform: translateY(-150px);
            width: 360px;
        }

    .special-box {
        padding: 10px;
    }

        .special-box h4 {
            margin-bottom: 0;
        }

        .special-box p {
            margin-top: 6px;
            margin-bottom: 17px;
        }

        .special-box .inner {
            padding: 20px 22px 15px;
        }

    .our-menu-col.left {
        padding-right: 15px;
    }

    .our-menu-col.right {
        padding-left: 15px;
    }

    .feature-slider span.lnr.lnr-chevron-left {
        left: -22px;
    }

    .feature-slider span.lnr.lnr-chevron-right {
        right: -22px;
    }

    .our-story-primary.style-1 .inner {
        width: 80%;
    }

    .navbar-desktop > ul > li.mr-fixed {
        margin-right: 106px !important;
    }

    .trait-content.re-style {
        padding: 110px 0 70px;
    }

    .navbar-desktop.aside {
        padding: 50px 0;
    }

        .navbar-desktop.aside .logo {
            margin-bottom: 72px;
        }

        .navbar-desktop.aside > ul {
            margin-bottom: 57px;
        }

    .navbar-desktop:not(.aside) {
        top: 20px;
    }
        /*   .leftth .navbar-desktop:not(.aside) .logo {
      max-width: 47%; }
	  */
        .navbar-desktop:not(.aside) > ul > li.has-children:first-child ul {
            width: 352px;
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding-right: 28px;
        }

            .navbar-desktop:not(.aside) > ul > li.has-children:first-child ul li {
                width: 40%;
            }

        .navbar-desktop:not(.aside).has-bg {
            top: 0;
            padding: 15px 20px;
        }
    .navbar-desktop > ul > li {
        margin-right: 8px;
    }
        .navbar-desktop:not(.aside).fixed {
            padding: 10px 20px;
            top: 0;
        }
    /*     .leftth .navbar-desktop:not(.aside).fixed .logo {
        max-width: 47%;/*28%;*/
    /*		}*/

    .navbar-desktop.no-float {
        top: 0;
        padding: 20px 80px;
    }

    .navbar-desktop.has-bg.middle {
        height: 88px;
    }

        .navbar-desktop.has-bg.middle .logo {
            max-width: 5%;
        }

        .navbar-desktop.has-bg.middle.fixed {
            height: 65px;
        }

    .grid-image .grid-item .item-info h4 {
        font-size: 23px;
    }

    .grid-image .grid-item .item-info .star-rating {
        margin-bottom: 13px;
        font-size: 15px;
    }

    .grid-image .grid-item .item-info .price {
        font-size: 19px;
    }

    .middle-wrapper {
        min-width: 990px;
    }

        .middle-wrapper .container {
            max-width: 960px;
        }

    .tp-bullets {
        transform: matrix(1, 0, 0, 1, -25, -50) !important;
        -webkit-transform: matrix(1, 0, 0, 1, -25, -50) !important;
        -moz-transform: matrix(1, 0, 0, 1, -25, -50) !important;
        -ms-transform: matrix(1, 0, 0, 1, -25, -50) !important;
        -o-transform: matrix(1, 0, 0, 1, -25, -50) !important;
    }

    .menu-sidebar {
        justify-content: flex-start;
        padding: 50px 4% 40px;
    }

    .click-to-top {
        right: 5%;
        bottom: 5%;
    }
    .WhatsApp {
        left: 5%;
        bottom: 5%;
    }
    #modalSearch .modal-dialog {
        max-width: 50%;
    }

    .our-story-primry.style-1 .heading {
        margin-bottom: 28px;
    }

    .our-story-primry.style-1 p {
        margin-bottom: 30px;
    }

    .our-story-primry.style-1 .inner {
        width: 70%;
    }

    .trait-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .trait-col {
        margin-bottom: 23px;
        margin-right: 50px;
    }

        .trait-col h5 {
            margin-top: 18px;
            margin-bottom: 8px;
        }

    .page-wrapper main .container {
        max-width: 900px;
    }

    .page-wrapper main .our-menu .container {
        max-width: 1050px;
    }

    .special-item .thumb img {
        max-width: 70%;
    }

    .our-story-primary.style-1 {
        padding: 55px 0;
    }

    .booking-block {
        height: 435px;
    }

        .booking-block .inner {
            top: 74px;
        }

    .testimonials-2 {
        padding: 0;
    }

    .wish {
        height: 500px;
    }

        .wish h3 {
            font-size: 70px;
        }

        .wish p {
            font-size: 20px;
        }

        .wish .content {
            top: 50%;
            width: 100%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%), -50%;
        }

    .menu-holder.left {
        padding-right: 25px;
    }

    .menu-holder.right {
        padding-left: 25px;
    }

    .about-us-board .inner {
        padding: 64px 34px 51px;
    }

    .about-us-board .heading {
        margin-bottom: 25px;
    }

    .about-us-board p {
        margin-bottom: 40px;
    }

    .page-info {
        height: 100vh;
    }

    .cupcake-history .content {
        padding-top: 79px;
        height: 687px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .our-service-full {
        width: 100%;
    }

        .our-service-full .section-header {
            margin-bottom: 40px;
        }

        .our-service-full .service-col {
            margin-bottom: 40px;
        }

        .our-service-full .service-text {
            margin-top: 15px;
        }
}

@media (max-width: 1199px) {
    body {
        font-size: 14px;
    }

    .checkout-page .woocommerce-checkout-review-order-wrap table .product-name {
        width: 80%;
    }

    .checkout-page .woocommerce-checkout-review-order-wrap table .product-total {
        width: 20%;
    }

    .shop-single .entry-summary {
        padding-left: 25px;
        padding-top: 10px;
    }

        .shop-single .entry-summary .product_title {
            font-size: 32px;
        }

        .shop-single .entry-summary .price {
            font-size: 27px;
        }

        .shop-single .entry-summary .star-rating {
            font-size: 17px;
        }

        .shop-single .entry-summary .info {
            margin-bottom: 25px;
        }

        .shop-single .entry-summary .woocommerce-product-details__short-description, .shop-single .entry-summary form.cart, .shop-single .entry-summary .product_meta {
            margin-bottom: 40px;
        }

    .gallery-item .thumb i {
        width: 49px;
        height: 49px;
        line-height: 49px;
    }

    .cupcake-history .content {
        padding-left: 35px;
    }

    .blog-masonry.wide .container {
        max-width: 960px;
    }

    .menu-page .menu-holder {
        flex-direction: row;
    }

        .menu-page .menu-holder .menu-thumb {
            margin-bottom: 0;
            margin-right: 20px;
        }

    .reservation form {
        padding: 0 0 80px;
    }

    .reservation .info .opening-col p {
        display: block;
    }

    .reservation .info .support {
        padding-left: 0;
    }

        .reservation .info .support .address, .reservation .info .support .phone {
            margin-right: 0;
        }

        .reservation .info .support .email, .reservation .info .support .website {
            padding-left: 0;
        }

    .error {
        background-position: right;
    }

    .coming-soon {
        background-position: right;
    }

        .coming-soon form .form-row {
            width: 600px;
        }

    .contact-us-content p {
        margin-bottom: 36px;
    }

    .gallery.wide .image-holder .frame {
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .our-chef .our-chef-item {
        margin-bottom: 82px;
    }

        .our-chef .our-chef-item h6 {
            font-size: 16px;
        }

        .our-chef .our-chef-item .name-box {
            left: 10px;
            right: 10px;
            height: 80px;
        }

    .page-info {
        height: 450px;
    }

    #rev_slider_12 li:nth-child(2) .caption-4 svg {
        transform: translate(-50%, -50%) scale(0.7);
        -webkit-transform: translate(-50%, -50%) scale(0.7);
        -moz-transform: translate(-50%, -50%) scale(0.7);
        -ms-transform: translate(-50%, -50%) scale(0.7);
        -o-transform: translate(-50%, -50%) scale(0.7);
    }

    .bakery-grid-item .inner {
        padding: 0 11px;
    }

    .coffee-material .left, .coffee-material .right {
        padding: 0;
    }

    .coffee-material .left {
        margin-right: -32px;
    }

    .coffee-material .right {
        margin-left: -32px;
    }

    .opening-hours {
        padding: 15px;
    }

        .opening-hours .inner {
            padding: 33px 34px 20px 36px;
        }

    .coffee-wrapper .inner {
        height: 1168px;
        padding-bottom: 40px;
    }

    .block-banner.style-2 .inner {
        width: 100%;
        padding: 0 20px;
        left: 65%;
    }

    .about-us-board {
        width: 60%;
    }

        .about-us-board .heading h2 {
            font-size: 45px;
        }

    .pizza-item {
        padding: 45px 11px 0;
    }

    .event-col {
        padding: 20px;
        height: 390px;
    }

    .promotion-item .inner.right {
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
    }

    .promotion-item .inner.left {
        top: 50%;
        transform: translateY(-50%);
        left: 35px;
    }

    .our-menu-wrapper .image-holder {
        display: none;
    }

    .our-menu-block .our-menu-col.no-style.left-70 {
        padding-right: 0;
    }

    .our-menu-block .our-menu-col.no-style.right-70 {
        padding-left: 0;
    }

    .opening-block .front {
        margin-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .opening-block .middle {
        padding-left: 0;
        text-align: center;
        margin-top: 30px;
    }

    .opening-block .end {
        padding-top: 5px;
        margin-top: 30px;
    }

    .post.pl-20 {
        padding-left: 0;
    }

    .post.smaller .post-body {
        padding-top: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .service-image {
        margin-right: 0;
        height: 100%;
    }

        .service-image img {
            height: 100%;
            object-fit: cover;
        }

    .wish {
        height: 430px;
    }

        .wish h3 {
            font-size: 60px;
        }

        .wish p {
            font-size: 17px;
            margin-bottom: 40px;
        }

    .flipster--flat .flipster__item--past .flipster__item__content .content {
        padding: 0 0 0 120px;
    }

    .flipster--flat .flipster__item--future .flipster__item__content .content {
        padding: 0 120px 0 0;
    }

    .page-bg {
        background: none;
    }

    .special-box h4 {
        font-size: 20px;
    }

    .special-box .price {
        font-size: 20px;
    }

    .special-box p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .block-banner.style-1 {
        height: 450px;
    }

        .block-banner.style-1 .inner {
            right: 40px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }

        .block-banner.style-1 h3 {
            font-size: 18px;
        }

        .block-banner.style-1 h2 {
            font-size: 40px;
        }

        .block-banner.style-1 p {
            font-size: 13px;
            margin-bottom: 50px;
        }

    .ft-top.fixed {
        padding-left: 20px;
        padding-top: 80px;
    }

        .ft-top.fixed .ft-col.pl-64 {
            padding-left: 15px;
        }

    .ft-upper {
        height: 470px;
    }

    .special-box-slider .owl-carousel {
        width: 300px;
        transform: translateY(-110px);
        -webkit-transform: translateY(-110px);
        -moz-transform: translateY(-110px);
        -ms-transform: translateY(-110px);
        -o-transform: translateY(-110px);
    }

    .our-story-primary.style-1 {
        padding: 40px 0;
    }

    .cate-box-item {
        margin-bottom: 30px;
    }

    .page-wrapper main .container, .page-wrapper main .our-menu .container {
        max-width: 750px;
    }

    .special-item .thumb img {
        max-width: 80%;
    }

    .form-row.fix-lg {
        display: block;
    }

        .form-row.fix-lg .form-col {
            width: 100%;
            margin-right: 0;
            margin-bottom: 43px;
        }

        .form-row.fix-lg:last-child .form-col {
            margin-bottom: 0;
        }

    .form-row .form-col {
        margin-right: 40px;
    }

    .booking .booking-content {
        padding: 58px 71px 48px;
    }

    .navbar-desktop > ul > li > a {
        font-size: 14px;
    }

    .navbar-desktop.aside .social a {
        margin-right: 12px;
    }

    .feature-slider span.lnr.lnr-chevron-left {
        left: -12px;
    }

    .feature-slider span.lnr.lnr-chevron-right {
        right: -12px;
    }

    .feature-content .heading {
        margin-bottom: 18px;
    }

    .feature-content .body p {
        height: 151.2px;
        overflow: auto;
        margin-bottom: 21px;
    }

    .feature-content .body .star-rating {
        margin-bottom: 45px;
    }

    .testimonials-item {
        padding: 43px 40px;
    }

    .feature-small img {
        width: 80% !important;
    }

    .feature-small .item-info {
        margin-top: 10px;
    }

    .navbar-desktop, .navbar-desktop.fixed {
        padding-left: 40px;
        padding-right: 40px;
    }

        .navbar-desktop > ul > li, .navbar-desktop.fixed > ul > li {
            margin-right: 0px;
        }

    body.leftth .navbar-desktop > ul > li, body.leftth .navbar-desktop.fixed > ul > li {
        margin-right: 10px;
    }

           /* .navbar-desktop > ul > li a, .navbar-desktop.fixed > ul > li a {
                pointer-events: none;
            }*/

    .action .notify {
        margin-right: 21px;
    }

    .action span.search-icon {
        margin-right: 0;
    }
    /*.action span.menu-sidebar-icon {
    display: none; }*/

    .post .post-date {
        top: 10px;
        right: 10px;
        width: 57px;
        height: 57px;
        padding: 3px;
    }

        .post .post-date .inner .date {
            font-size: 30px;
        }

        .post .post-date .inner .month {
            font-size: 13px;
            text-transform: uppercase;
        }

    .post .post-body.has-border {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px;
    }

        .post .post-body.has-border h5 {
            font-size: 18px;
        }

    /* .section-primary,
  .section-primary.pt-100,
  .section-primary.pt-112,
  .section-primary.pt-120,
  .section-primary.pt-133,
  .section-primary.pt-140,
  .section-primary.pt-150,
  .section-primary.pb-90,
  .section-primary.pb-101,
  .section-primary.pb-110,
  .section-primary.pb-113,
  .section-primary.pb-120 {
    padding-top: 110px;
    padding-bottom: 90px; }
*/
    .tp-bullets {
        transform: matrix(1, 0, 0, 1, -25, -30) !important;
        -webkit-transform: matrix(1, 0, 0, 1, -25, -30) !important;
        -moz-transform: matrix(1, 0, 0, 1, -25, -30) !important;
        -ms-transform: matrix(1, 0, 0, 1, -25, -30) !important;
        -o-transform: matrix(1, 0, 0, 1, -25, -30) !important;
    }

    .widget_shopping_cart {
        padding-top: 0;
        margin-top: 44px;
    }

    .trait-col {
        width: 234px;
        margin-right: 15px;
    }

    .welcome-content .section-header {
        margin-bottom: 20px;
        margin-top: 6px;
    }

    .welcome-content .body p {
        margin-bottom: 25px;
    }

    .ft-top .ft-col.pl-64 {
        padding-left: 44px;
    }

    .ft-top .ft-col.pl-50 {
        padding-left: 30px;
    }

    .gallery-grid.has-gutter {
        grid-gap: 16px 15px;
    }

    .menu-holder {
        flex-direction: column;
    }

        .menu-holder .menu-thumb {
            margin-bottom: 20px;
            margin-right: 0;
            display: block;
        }

        .menu-holder .menu-item {
            width: 100%;
        }

        .menu-holder.fixed {
            flex-direction: row;
        }

            .menu-holder.fixed .menu-thumb {
                margin-bottom: 0;
                margin-right: 20px;
            }

        .menu-holder.left {
            padding-right: 15px;
        }

        .menu-holder.right {
            padding-left: 15px;
        }

        .menu-holder.left-40 {
            padding-right: 30px;
        }

        .menu-holder.right-40 {
            padding-left: 30px;
        }

    .service-col {
        margin-bottom: 40px;
    }

    .grid-image {
        grid-template-columns: auto auto;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        -ms-grid-columns: auto auto;
        -ms-grid-rows: 1fr 1fr 1fr 1fr;
    }

        .grid-image .grid-item:first-child {
            grid-area: 2 / 1 / span 2 / span 1;
            -ms-grid-row: 2;
            -ms-grid-row-span: 2;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
        }

        .grid-image .grid-item:nth-child(2) {
            grid-area: 1 / 1 / span 1 / span 2;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
        }

        .grid-image .grid-item:nth-child(3) {
            grid-area: 4 / 1 / span 1 / span 2;
            -ms-grid-row: 4;
            -ms-grid-row-span: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
        }

        .grid-image .grid-item:last-child {
            grid-area: 2 / 2 / span 2 / span 1;
            -ms-grid-row: 2;
            -ms-grid-row-span: 2;
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
        }

    .our-menu-wrapper {
        max-width: 960px;
        display: block;
        height: auto;
    }

        .our-menu-wrapper .right-content {
            width: 100%;
            padding: 20px;
        }

            .our-menu-wrapper .right-content .inner {
                padding-bottom: 85px;
                border-left: 1px solid #accadd;
            }

            .our-menu-wrapper .right-content .content {
                padding-left: 30px;
            }

        .our-menu-wrapper .menu-holder.fixed .menu-thumb {
            margin-right: 12px;
        }

    .about-us-wrapper {
        padding: 129px 0 152px;
    }

    .about-us-1 {
        top: 50px;
    }

    .about-us-2 {
        bottom: 50px;
    }

    #rev_slider_11 li .caption-3 .percent {
        transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
    }

    .widget_featured_product .featured-product__item {
        flex-direction: column;
        align-items: flex-start;
    }

        .widget_featured_product .featured-product__item .thumb {
            margin-right: 0;
            margin-bottom: 10px;
        }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .special-cupcake h3 {
        font-size: 33px;
    }

    .cupcake-history .content h2 {
        font-size: 37px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h5 {
        font-size: 17px;
    }

    h6 {
        font-size: 15px;
    }

    .shop-single .entry-summary {
        padding-left: 0;
        padding-top: 50px;
    }

        .shop-single .entry-summary .product_title {
            font-size: 30px;
        }

        .shop-single .entry-summary .price {
            font-size: 25px;
            margin-right: 20px;
            padding-left: 25px;
        }

            .shop-single .entry-summary .price:before {
                width: 17px;
            }

        .shop-single .entry-summary .star-rating {
            font-size: 15px;
        }

        .shop-single .entry-summary .info {
            justify-content: flex-start;
        }

    .price_slider_amount {
        flex-direction: column;
        align-items: flex-start;
    }

        .price_slider_amount .price_label {
            margin-bottom: 10px;
        }

    .cupcake-history {
        background: none !important;
    }

        .cupcake-history .video {
            background: none !important;
            position: relative;
            margin-bottom: 70px;
        }

            .cupcake-history .video img {
                display: block;
            }

        .cupcake-history .content {
            background: url("../images/cupcake-history-bg.jpg") center no-repeat;
            background-size: cover;
            padding: 70px 45px 35px;
            height: auto;
        }

    .up-row .special-cupcake-content {
        margin-right: 0;
    }

    .down-row .special-cupcake-content {
        margin-left: 0;
    }

    .blog-standard .blog-single .group-image .grid {
        grid-gap: 10px;
    }

    .blog-standard .blog-single .comments-area .comments-item .thumb {
        max-width: 80px;
    }

    .blog-standard .blog-single .comments-area .comments-group .comments-group {
        padding-left: 100px;
    }

    .blog-standard .blog-single .post-navigation .text h6 {
        font-size: 16px;
    }

    .blog-standard .post .post-date {
        width: 72px;
        height: 72px;
        right: 20px;
        top: 17px;
    }

        .blog-standard .post .post-date .inner .date {
            font-size: 35px;
        }

        .blog-standard .post .post-date .inner .month {
            font-size: 15px;
        }

    .blog-masonry .post {
        margin-bottom: 40px;
    }

    .blog-masonry.wide .container {
        max-width: 720px;
    }

    .menu-page .menu-holder {
        flex-direction: column;
    }

        .menu-page .menu-holder .menu-thumb {
            margin-bottom: 20px;
            margin-right: 0;
        }

    .reservation form {
        padding-bottom: 60px;
    }

        .reservation form .au-btn {
            margin-top: 40px;
        }

    .error span {
        font-size: 200px;
    }

    .coming-soon form .form-row {
        width: 550px;
    }

    #contact-us-page .map-holder {
        height: 400px;
    }

    .project .project-image {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .project .project-content {
        margin-left: 0;
    }

    .bakery-grid-item.fix-image img {
        position: static;
        height: auto;
    }

    .gallery.wide .image-holder .frame {
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }

    .gallery.wide .image-holder h6 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .gallery.wide .image-holder span {
        font-size: 15px;
    }

    .page-info {
        height: 350px;
    }

        .page-info .section-header {
            bottom: 50%;
            transform: translate(-50%, 50%);
            -webkit-transform: translate(-50%, 50%);
            -moz-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
            -o-transform: translate(-50%, 50%);
        }

    .brand img {
        max-width: 60%;
    }

    .brand .brand-item.corner:before {
        width: 30px;
        height: 30px;
        bottom: -15px;
        right: -15px;
    }

    .brand .brand-item {
        margin-bottom: 15px;
    }

    .bakery-grid-item.is-bg {
        background: none !important;
    }

        .bakery-grid-item.is-bg img {
            display: block;
        }

    .bakery-thumbnail {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        flex-wrap: wrap;
    }

        .bakery-thumbnail li {
            flex-grow: 1;
            margin-right: 20px;
        }

            .bakery-thumbnail li:last-child {
                margin-right: 0;
            }

    .special-grid .image-holder .inner {
        padding: 0 8px 0 5px;
    }

    .our-menu-col.move-left, .our-menu-col.move-right {
        transform: translateX(0);
    }

    .coffee-material .bg-block {
        position: static;
    }

    .coffee-material .left, .coffee-material .right {
        margin: 0;
    }

    .about-us-col {
        padding: 39px 30px 36px;
    }

    .coffee-wrapper .inner {
        padding: 57px 45px 13px;
        height: 1190px;
    }

    .subscribe-form {
        height: 480px;
    }

    .pizza .grid .pizza-item {
        width: 42%;
    }

    .promotion-item {
        margin-bottom: 30px;
    }

        .promotion-item .inner.top {
            top: 35px;
        }

        .promotion-item .inner.right {
            right: 20px;
        }

        .promotion-item .inner.left {
            left: 20px;
        }

        .promotion-item .note h4 {
            font-size: 30px;
        }

        .promotion-item .discount-box .text {
            font-size: 15px;
        }

        .promotion-item .discount-box .price {
            font-size: 34px;
        }

        .promotion-item .discount-text {
            margin-bottom: 24px;
        }

            .promotion-item .discount-text h3 {
                font-size: 25px;
            }

            .promotion-item .discount-text .percent {
                font-size: 40px;
            }

        .promotion-item h2 {
            font-size: 35px;
        }

        .promotion-item h3 {
            font-size: 20px;
        }

        .promotion-item .au-btn {
            width: 118px;
            height: 33px;
        }

    .block-banner.style-2 {
        height: 360px;
    }

        .block-banner.style-2 h2 {
            font-size: 40px;
        }

        .block-banner.style-2 img {
            max-width: 24%;
        }

        .block-banner.style-2 .text .first-line span {
            font-size: 25px;
        }

        .block-banner.style-2 .text .break {
            font-size: 40px;
        }

        .block-banner.style-2 .number {
            font-size: 90px;
        }

    /*#rev_slider_11 li:nth-child(2) .caption-3 {
    line-height: 1.6; }*/

    .opening-block .end span {
        text-align: center;
        margin-top: 40px;
    }

    .post.smaller .post-body {
        padding: 20px 0 0 0;
    }

    .gallery-grid.no-gutter {
        grid-template-columns: auto auto;
    }

        .gallery-grid.no-gutter .gallery-item:first-child {
            grid-area: 2 / 1 / span 2 / span 1;
        }

        .gallery-grid.no-gutter .gallery-item:nth-child(4) {
            grid-area: 2 / 2 / span 2 / span 1;
        }

    .about-us-board {
        width: 80%;
    }

        .about-us-board .inner {
            padding: 44px 34px 31px;
        }

        .about-us-board .heading h2 {
            font-size: 40px;
        }

    .about-us-wrapper {
        padding: 89px 0 112px;
    }

        .about-us-wrapper img {
            display: none;
        }

    #rev_slider_11 li .caption-1:before, #rev_slider_11 li .caption-2:before {
        top: 0;
        left: 0;
        width: calc(100% - 1px);
    }

    #rev_slider_11 li .caption-1:after, #rev_slider_11 li .caption-2:after {
        width: calc(100% - 1px);
        bottom: 2px;
        left: 0px;
    }

    .menu-item h5 .dots {
        transform: translateY(-5px);
    }

    .gallery-grid.has-gutter {
        grid-gap: 13px 12px;
    }

    .service-image {
        text-align: center;
        margin-bottom: 80px;
    }

        .service-image img {
            display: inline-block;
            width: 100%;
            height: 400px;
        }

    .our-story-primary.style-1 .inner {
        width: 70%;
    }

    .slideshow-form.on-mobile .inner .form-holder {
        margin-right: 20px;
    }

    .slideshow-form.on-mobile .inner button {
        width: 120px;
    }

    .page-wrapper main .container, .page-wrapper main .our-menu .container {
        max-width: 600px;
    }

    .navbar-desktop {
        display: none;
    }

    .intro-navbar.navbar-desktop {
        display: flex;
    }

    .navbar-mobile {
        display: block;
    }

    .post {
        margin-bottom: 30px;
    }

        .post .post-body {
            padding-bottom: 10px;
        }

    /* .section-primary,
  .section-primary.pt-100,
  .section-primary.pt-112,
  .section-primary.pt-120,
  .section-primary.pt-133,
  .section-primary.pt-140,
  .section-primary.pt-150,
  .section-primary.pb-101,
  .section-primary.pb-110,
  .section-primary.pb-113,
  .section-primary.pb-120 {
    padding-top: 90px;
    padding-bottom: 80px; }
*/
    .section-header {
        margin-bottom: 50px;
    }

        .section-header h2 {
            margin-bottom: 10px;
        }

        .section-header span {
            font-size: 25px;
        }

    .our-service-col {
        margin-bottom: 30px;
        height: auto;
    }

    .our-story .image-wrapper {
        width: 100%;
    }

    .our-story-primary.style-2 {
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        width: 100%;
    }

    .our-menu-board .our-menu-col.right {
        padding-left: 0;
    }

    .our-menu-board .our-menu-col.left {
        padding-right: 0;
    }

    .our-menu-board .inner {
        padding: 55px 20px 44px;
    }

    .booking .booking-content {
        padding: 48px 51px 38px;
    }

    .form-row .form-col {
        margin-right: 30px;
    }

    .feature-content .heading {
        margin-bottom: 10px;
    }

        .feature-content .heading h3 {
            font-size: 26px;
        }

        .feature-content .heading span {
            font-size: 20px;
        }

    .feature-content .body p {
        height: 100.8px;
    }

    .feature-content .body .star-rating {
        margin-bottom: 35px;
    }

    .trait .image-holder {
        background: none;
    }

        .trait .image-holder img {
            display: block;
        }

    .trait-content {
        justify-content: space-around;
    }

    .trait-col {
        width: 35%;
        margin-right: 0;
        margin-bottom: 53px;
    }

        .trait-col h5 {
            margin-top: 23px;
            margin-bottom: 13px;
        }

    .feature-small img {
        width: 60% !important;
    }

    .feature-small .item-info .price {
        font-size: 15px;
    }

    .feature-slider span.lnr {
        font-size: 20px;
        top: 30px;
    }

        .feature-slider span.lnr.lnr-chevron-left {
            left: -17px;
        }

        .feature-slider span.lnr.lnr-chevron-right {
            right: -17px;
        }

    .heading .notify {
        margin-right: 10px;
    }

    .hc-mobile-nav .nav-container {
        min-width: 310px;
    }

    .welcome .image-group {
        margin-bottom: 50px;
    }

    .our-story .image-holder {
        background: none;
    }

        .our-story .image-holder img {
            display: block;
        }

    .ft-top .ft-col.pl-50 {
        padding-left: 15px;
    }

    .ft-top .ft-col.pl-30 {
        padding-left: 44px;
    }

    .section-reservation .opening-time {
        width: 100%;
        margin-right: 0;
        margin-bottom: 70px;
    }

    .section-reservation .reservation-tab {
        padding-left: 0;
    }

    .reservation-tab .booking-form .form-inner .form-col {
        width: 45%;
    }

    .widget_shopping_cart_content {
        width: 270px;
        padding: 25px 20px;
    }

        .widget_shopping_cart_content .woocommerce-mini-cart__total {
            font-size: 15px;
        }

    .page-wrapper {
        display: block;
    }

        .page-wrapper header, .page-wrapper main {
            width: 100%;
        }

    .section-form .form-col {
        width: 45%;
    }

    .our-story .image-bg {
        background: none;
    }

        .our-story .image-bg img {
            display: block;
        }

    .menu-wrapper .inner {
        padding: 20px 10px 0;
        border: none;
    }

    .middle-wrapper {
        min-width: auto;
    }

    body.center {
        display: block;
    }

    .page-bg {
        position: static;
    }

    .rev_slider_wrapper.px-30 {
        padding: 0;
    }

    .middle-wrapper .container {
        max-width: 720px;
    }

    .booking-block {
        height: 390px;
    }

        .booking-block .inner {
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            width: 80%;
        }

    .special-box-slider {
        position: static;
    }

        .special-box-slider .container {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            justify-content: center;
        }

        .special-box-slider .owl-carousel {
            transform: translateY(30px);
            -webkit-transform: translateY(30px);
            -moz-transform: translateY(30px);
            -ms-transform: translateY(30px);
            -o-transform: translateY(30px);
            width: 300px;
        }

    .block-banner.style-1 {
        height: 350px;
    }

        .block-banner.style-1 .inner {
            right: 20px;
        }

        .block-banner.style-1 h3 {
            font-size: 16px;
            margin-bottom: 20px;
        }

        .block-banner.style-1 h2 {
            font-size: 31px;
        }

        .block-banner.style-1 p {
            font-size: 12px;
            margin-bottom: 30px;
        }

    .ft-push {
        position: static;
    }

    .ft-image {
        background: none;
    }

    .ft-top.fixed {
        padding: 40px 0;
    }

    .ft-upper {
        height: auto;
    }

    .menu-holder.left-40 {
        padding-right: 15px;
    }

    .menu-holder.right-40 {
        padding-left: 15px;
    }

    .our-menu-block .our-menu-col {
        width: 60%;
        padding: 44px 34px;
    }

    .subscribe-form .section-header {
        margin-bottom: 40px;
    }

        .subscribe-form .section-header h2 {
            font-size: 30px;
        }

        .subscribe-form .section-header span {
            font-size: 20px;
        }

    .subscribe-form .form-row {
        display: block;
    }

    .subscribe-form .form-control {
        height: 45px;
        margin-bottom: 15px;
    }

    .subscribe-form .au-btn {
        height: 40px;
    }

    .event-col {
        height: 100%;
    }

        .event-col .interior {
            padding: 0 24px 20px;
        }

        .event-col .event-date {
            width: 82px;
            height: 82px;
        }

            .event-col .event-date .inner .date {
                font-size: 40px;
            }

            .event-col .event-date .inner .month {
                font-size: 14px;
            }

    .page-breadcrumb {
        padding: 40px 0;
    }

    .gallery div.row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .gallery div.col-md {
        padding-right: 10px;
        padding-left: 10px;
    }

    .gallery .image-holder {
        margin-bottom: 20px;
    }

        .gallery .image-holder h6 {
            font-size: 16px;
        }

        .gallery .image-holder .inner {
            top: 10px;
            left: 10px;
            bottom: 10px;
            right: 10px;
        }

    .masonry .masonry-wrapper {
        grid-gap: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget_person {
        padding: 10px;
    }

        .widget_person img {
            max-width: 90%;
        }

    .widget_recent_entries .latest-post__item {
        flex-direction: column;
        align-items: flex-start;
    }

        .widget_recent_entries .latest-post__item .thumb {
            margin-right: 0;
            margin-bottom: 10px;
        }
}

@media (max-width: 767px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    .sorting .woocommerce-ordering {
        flex-direction: column;
        align-items: flex-start;
    }

        .sorting .woocommerce-ordering .woocommerce-result-count {
            margin-bottom: 10px;
        }

    .widget_featured_product .featured-product__item {
        flex-direction: row;
        align-items: center;
    }

        .widget_featured_product .featured-product__item .thumb {
            margin-right: 13px;
            margin-bottom: 0;
        }

    .cupcake-history .video .play-button {
        font-size: 60px;
    }

    .cupcake-history .content {
        padding: 70px 20px 35px;
    }

    .menu-page .menu-holder.left, .menu-page .menu-holder.right {
        padding: 0 15px;
    }

    .coming-soon .inner {
        width: 100%;
    }

    .coming-soon h1 {
        margin-bottom: 41px;
        font-size: 30px;
    }

    .coming-soon .time {
        margin-bottom: 33px;
    }

        .coming-soon .time .time-box {
            margin: 0 15px;
        }

            .coming-soon .time .time-box .time-number {
                font-size: 36px;
            }

            .coming-soon .time .time-box .time-unit {
                font-size: 16px;
            }

    .coming-soon form .form-row {
        width: auto;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        margin-bottom: 30px;
    }

    .coming-soon form .form-col {
        margin-right: 15px;
        margin-bottom: 0;
    }

    .coming-soon form .form-control, .coming-soon form .au-btn {
        height: 37px;
    }

    .contact-us-content {
        margin-bottom: 50px;
    }

    .page-breadcrumb.wide {
        padding-left: 0;
        padding-right: 0;
    }

    .gallery div.row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .gallery div.col-md {
        padding-right: 15px;
        padding-left: 15px;
    }

    .gallery.wide {
        padding: 30px 0;
    }

    .page-info .section-header {
        width: 100%;
    }

    .hc-mobile-nav .nav-container {
        min-width: 250px;
    }

    .coffee-wrapper {
        padding: 15px;
    }

        .coffee-wrapper .inner {
            padding: 27px 15px 13px;
            height: auto;
        }

    .coffee-material .left, .coffee-material .right {
        text-align: center;
    }

    .coffee-material .left {
        margin-bottom: 40px;
        margin-top: 30px;
    }

        .coffee-material .left .heading {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .coffee-material .left .heading span {
                order: 1;
                margin-right: 21px;
            }

            .coffee-material .left .heading h5 {
                order: 2;
                margin-right: 0;
            }

    .coffee-material-box {
        margin-bottom: 40px;
    }

    .section-primary,
    .section-primary.pt-100,
    .section-primary.pt-112,
    .section-primary.pt-120,
    .section-primary.pt-133,
    .section-primary.pt-140,
    .section-primary.pt-150,
    .section-primary.pb-60,
    .section-primary.pb-101,
    .section-primary.pb-110,
    .section-primary.pb-113,
    .section-primary.pb-120 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-header span {
        font-size: 20px;
    }

    .ft-top .ft-top-wrapper, .ft-top .ft-top-wrapper.pb-54 {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .ft-col {
        margin-bottom: 50px;
    }

        .ft-col:last-child {
            margin-bottom: 0;
        }

    .ft-top h6 {
        margin-bottom: 18px;
    }

    .ft-top .form-inner {
        margin-bottom: 17px;
    }

    .ft-top .ft-col.pl-30 {
        padding-left: 15px;
    }

    .ft-top .ft-col.pl-64 {
        padding-left: 15px;
    }

    .ft-top .ft-col.mt-51 {
        margin-top: 0;
    }

    .booking .image-holder {
        height: 0;
    }

    .booking .booking-content {
        padding: 48px 20px 38px;
    }

    .form-row {
        display: block;
    }

        .form-row .form-col {
            width: 100%;
            margin-right: 0;
            margin-bottom: 43px;
        }

        .form-row:last-child .form-col {
            margin-bottom: 0;
        }

    .our-menu {
        background: url("../images/our-menu-bg-3.jpg");
        background-size: cover;
    }

    .our-menu-col {
        margin-bottom: 50px;
    }

        .our-menu-col .heading .icon, .our-menu-col .heading .icon.mt-12, .our-menu-col .heading .icon.mt-4px {
            margin-top: 0;
        }

        .our-menu-col.left {
            padding-right: 0;
        }

        .our-menu-col.right {
            padding-left: 0;
        }

        .our-menu-col .mt-60 {
            margin-top: 0;
        }

    .feature-content {
        margin-top: 30px;
    }

        .feature-content span.lnr {
            display: none;
        }

        .feature-content .heading {
            margin-bottom: 18px;
        }

            .feature-content .heading h3 {
                font-size: 23px;
            }

            .feature-content .heading span {
                font-size: 17px;
            }

        .feature-content .body p {
            height: auto;
            margin-bottom: 21px;
        }

        .feature-content .body .star-rating {
            margin-bottom: 45px;
        }

    .feature-small img {
        width: 100% !important;
    }

    .feature-small .item-info {
        margin-top: 20px;
    }

        .feature-small .item-info .price {
            font-size: 14px;
        }

    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 30px;
    }

    .form-control {
        font-size: 15px;
    }

        .form-control::-webkit-input-placeholder {
            font-size: 15px;
        }

        .form-control::-moz-placeholder {
            font-size: 15px;
        }

        .form-control:-ms-input-placeholder {
            font-size: 15px;
        }

        .form-control:-moz-placeholder {
            font-size: 15px;
        }

    #modalSearch .modal-dialog {
        max-width: 80%;
    }

    .navbar-mobile span.search-icon {
        font-size: 20px;
    }

    /*  .navbar-mobile .logo {
    max-width: 15%; }
*/
    .our-menu-block {
        display: block;
        margin-bottom: 60px;
    }

        .our-menu-block .au-btn__readmore {
            margin-top: 0;
        }

        .our-menu-block .our-menu-col {
            position: static;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            padding: 30px 0 0;
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            width: 100%;
        }

            .our-menu-block .our-menu-col.no-style {
                margin-top: 0;
            }

    .ml--10 {
        margin-left: 0;
    }

    .trait-content {
        padding: 50px 20px;
    }

    .trait-col {
        width: 100%;
    }

    .our-story-primry.style-1 .inner {
        width: 100%;
        padding: 50px 20px;
    }

    .our-story-primary.style-2 .interior {
        padding: 30px 15px;
    }

    .our-story-primary.style-2 .heading h2 {
        font-size: 50px;
    }

    .our-menu.bg-4 {
        background: none;
    }

    .our-menu-board {
        padding: 0;
    }

        .our-menu-board .inner {
            padding: 0;
        }

    #rev_slider_5 li:last-child .caption-2:before, #rev_slider_5 li:last-child .caption-2:after {
        width: 10px;
        height: 9px;
    }

    #rev_slider_5 li:last-child .caption-2:after {
        right: -20px;
    }

    #rev_slider_5 li:last-child .caption-2:before {
        left: -20px;
    }

    .reservation-tab ul {
        display: block;
    }

        .reservation-tab ul li a {
            margin: 0 0 10px;
            font-size: 20px;
        }

    .reservation-tab .booking-form {
        margin-top: 30px;
    }

        .reservation-tab .booking-form p:first-child {
            padding: 0;
        }

        .reservation-tab .booking-form .form-inner .form-col {
            width: 100%;
        }

    .section-reservation .opening-time {
        margin-bottom: 50px;
    }

    .post.has-mb {
        margin-bottom: 40px;
    }

    .post .post-body .post-date--style.right span.month {
        transform: translateY(-17px);
        -webkit-transform: translateY(-17px);
        -moz-transform: translateY(-17px);
        -ms-transform: translateY(-17px);
        -o-transform: translateY(-17px);
    }

    .post .post-body .post-date--style.right span.date {
        transform: translateX(-18px);
        -webkit-transform: translateX(-18px);
        -moz-transform: translateX(-18px);
        -ms-transform: translateX(-18px);
        -o-transform: translateX(-18px);
    }

    .cate-box {
        padding: 0;
    }

    .our-story-primary.style-2.fixed .interior {
        padding: 30px 20px;
    }

    .gallery-grid {
        display: block;
    }

        .gallery-grid .gallery-item {
            margin-bottom: 20px;
        }

            .gallery-grid .gallery-item.last-child {
                margin-bottom: 0;
            }

        .gallery-grid.has-gutter {
            padding: 0;
        }

    .section-form .form-col {
        width: 100%;
    }

    .wish {
        height: 350px;
    }

        .wish h3 {
            font-size: 40px;
        }

        .wish p {
            font-size: 14px;
        }

    .slideshow-form.on-mobile .inner {
        flex-direction: column;
    }

        .slideshow-form.on-mobile .inner .form-holder {
            margin-right: 0;
            margin-bottom: 20px;
        }

        .slideshow-form.on-mobile .inner button {
            margin: auto;
            margin-top: 20px;
        }

    .our-story-primary.style-1 {
        padding: 35px 15px;
    }

        .our-story-primary.style-1 .inner {
            width: 100%;
        }

    .menu-navigation ul {
        flex-wrap: wrap;
    }

        .menu-navigation ul li {
            margin-right: 0 !important;
            width: 50%;
            margin-bottom: 40px;
        }

    .menu-wrapper {
        padding: 0;
        margin: 0 -15px;
    }

        .menu-wrapper .inner {
            padding: 30px 15px 0;
            border: none;
        }

    .menu-holder .menu-thumb {
        margin-right: 0;
        text-align: center;
    }

    .menu-holder.fixed {
        flex-direction: column;
    }

        .menu-holder.fixed .menu-thumb {
            margin-bottom: 20px;
            margin-right: 0;
        }

    #rev_slider_6 li:last-child .caption-2 {
        overflow: auto !important;
    }

    .service-image {
        margin-bottom: 50px;
    }

        .service-image img {
            height: auto;
        }

    .special-box-slider .owl-carousel {
        width: 100%;
    }

    .our-menu-col.mt-60 {
        margin-top: 0;
    }

    .middle-image {
        margin-bottom: 50px;
    }

        .middle-image img {
            max-width: 65%;
        }

    .block-banner.style-1 .inner {
        background: rgba(0, 0, 0, 0.4);
        right: 0;
        width: 100%;
        padding: 0 15px;
    }

    .block-banner.style-1 h3, .block-banner.style-1 p {
        color: #fff;
    }

    .block-banner.style-1 img {
        filter: brightness(0) invert(1);
    }

    .ft-top.fixed {
        padding: 70px 0 40px;
    }

    .grid-image .grid-item .item-info h4 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .grid-image .grid-item .item-info .star-rating {
        margin-bottom: 0;
        font-size: 12px;
    }

        .grid-image .grid-item .item-info .star-rating i {
            margin-right: 2px;
        }

    .grid-image .grid-item .item-info .price {
        font-size: 12px;
    }

    .trait-content.re-style {
        padding: 60px 0 70px;
    }

    .testimonials-2 {
        margin-top: 40px;
    }

    .flipster-item .content {
        /*  padding: 0 108px;
    height: 420px;*/
    }

    .flipster__nav {
        display: block;
        order: 1;
        margin: 60px 0 0;
    }

    .flipster__item--current .flipster__item__content {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

    .about-us-wrapper {
        padding: 50px 0 50px;
    }

    .about-us-board {
        width: 100%;
        padding: 10px;
    }

        .about-us-board .inner {
            padding: 50px 20px;
        }

        .about-us-board .heading h2 {
            font-size: 35px;
        }

        .about-us-board p {
            margin-bottom: 30px;
        }

    .our-menu-wrapper .menu-holder.fixed .menu-thumb {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .our-menu-wrapper .menu-holder.fixed .menu-item {
        padding: 10px;
    }

    .our-menu-wrapper .menu-holder.fixed.right-40, .our-menu-wrapper .menu-holder.fixed.left-40 {
        padding: 0;
    }

    .our-menu-wrapper .right-content {
        padding: 15px;
    }

        .our-menu-wrapper .right-content .inner {
            padding: 60px 10px 60px;
        }

        .our-menu-wrapper .right-content .content {
            padding: 0 15px;
        }

    #rev_slider_12 li:nth-child(2) .caption-4 svg {
        transform: translate(-50%, -50%) scale(0.35);
        -webkit-transform: translate(-50%, -50%) scale(0.35);
        -moz-transform: translate(-50%, -50%) scale(0.35);
        -ms-transform: translate(-50%, -50%) scale(0.35);
        -o-transform: translate(-50%, -50%) scale(0.35);
    }

    .promotion-item .inner.top {
        top: 8%;
    }

    .promotion-item h2 {
        font-size: 30px;
        margin-top: 8px;
    }

    .promotion-item .note h4 {
        font-size: 25px;
    }

    .promotion-item h3 {
        font-size: 16px;
    }

    .promotion-item .discount-box .text {
        font-size: 12px;
    }

    .promotion-item .discount-box .price {
        font-size: 29px;
    }

    .promotion-item .inner.right {
        right: 5%;
    }

    .promotion-item .inner.left {
        left: 4%;
    }

    .promotion-item .discount-text h3 {
        font-size: 20px;
    }

    .promotion-item .discount-text .percent {
        font-size: 30px;
    }

    .promotion-item .au-btn {
        width: 108px;
        height: 28px;
    }

    .pizza .grid {
        padding: 0 15px;
    }

        .pizza .grid .pizza-item {
            width: 100%;
            margin-right: 0;
        }

            .pizza .grid .pizza-item:nth-child(3) {
                margin-bottom: 30px;
            }

    .pizza-item.has-mb {
        margin-bottom: 30px;
    }

    .event-col {
        margin-bottom: 30px;
        height: auto;
    }

    .block-banner.style-2 .inner {
        left: 50%;
    }

    .block-banner.style-2 h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .block-banner.style-2 .text .first-line span {
        font-size: 20px;
    }

    .block-banner.style-2 .text .break {
        font-size: 35px;
    }

    .block-banner.style-2 .number {
        font-size: 60px;
    }

    .block-banner.style-2:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .subscribe .image-holder:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .subscribe-form {
        padding: 40px 0;
        height: auto;
    }

        .subscribe-form p {
            color: #fff;
        }

    .promotion-item.is-bg {
        height: auto;
    }

        .promotion-item.is-bg #promotion-1 {
            position: static;
        }

    .about-us .image-holder img {
        height: auto;
    }

    .bakery-menu-item img {
        max-width: 70%;
    }

    .bakery-thumbnail li:nth-child(2) {
        margin-right: 0;
    }

    .bakery-content {
        display: block;
    }

        .bakery-content .bakery-right {
            width: 100%;
        }

        .bakery-content .image-holder {
            margin: 40px 0 40px;
            width: 100%;
        }

            .bakery-content .image-holder img {
                max-width: 70%;
            }

    .brand .brand-item.corner:before {
        display: none;
    }

    .brand .brand-item {
        border: 1px solid #e6e6e6 !important;
        margin-bottom: 30px;
    }

    .section-primary.has-overlay {
        position: relative;
    }

        .section-primary.has-overlay:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
        }

    .testimonials-2-carousel span {
        display: none;
    }

    .page-breadcrumb h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .special-grid .image-holder.fix-image img {
        position: static;
        height: auto;
    }

    .masonry .masonry-wrapper {
        display: block;
    }

        .masonry .masonry-wrapper .image-holder {
            margin-bottom: 15px;
        }

            .masonry .masonry-wrapper .image-holder.fix-image img {
                position: static;
                height: auto;
            }

            .masonry .masonry-wrapper .image-holder:last-child {
                margin-bottom: 0;
            }

    .error .inner {
        width: 100%;
        padding: 0 30px;
    }

    .error span {
        font-size: 95px;
        margin-bottom: 10px;
    }

    .error h3 {
        font-size: 18px;
    }

    .error p {
        margin-bottom: 27px;
    }

    .reservation form {
        display: block;
    }

        .reservation form .form-col {
            margin-bottom: 20px;
        }

        .reservation form .au-btn {
            margin-top: 20px;
        }

    .reservation .info .support {
        padding-top: 27px;
    }

    .sidebar {
        margin-top: 50px;
    }

    .blog-standard .blog-post, .blog-standard .blog-single {
        padding-right: 0;
    }

        .blog-standard .blog-post .post {
            margin-bottom: 49px;
        }

            .blog-standard .blog-post .post:last-child {
                margin-bottom: 42px;
            }

    .blog-standard.left-sidebar .blog-post {
        padding-left: 0;
    }

    .blog-standard .post .end {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-standard .post .au-btn__readmore {
        order: 1;
        margin-bottom: 20px;
    }

    .blog-standard .post .post-meta {
        order: 2;
    }

    .blog-standard .post .post-author {
        margin-bottom: 10px;
    }

    .blog-standard .post .post-date {
        width: 62px;
        height: 62px;
        right: 10px;
        top: 10px;
    }

        .blog-standard .post .post-date .inner .date {
            font-size: 27px;
        }

        .blog-standard .post .post-date .inner .month {
            font-size: 14px;
        }

    .blog-standard .blog-single .author-board p {
        width: 100%;
    }

    .blog-standard .blog-single .post-navigation .navigation.right .arrow {
        margin-left: 10px;
    }

    .blog-standard .blog-single .post-navigation .navigation.left .arrow {
        margin-right: 10px;
    }

    .blog-standard .blog-single .post-navigation .arrow {
        font-size: 15px;
    }

    .blog-standard .blog-single .group-image .grid .image-holder:last-child {
        margin-bottom: 0;
    }

        .blog-standard .blog-single .group-image .grid .image-holder:last-child img {
            position: static;
            height: auto;
        }

    .blog-standard .blog-single .group-image .grid {
        display: block;
    }

        .blog-standard .blog-single .group-image .grid .image-holder {
            margin-bottom: 15px;
        }

    .blog-standard .blog-single .quote {
        margin-left: 30px;
    }

    .blog-standard .blog-single .comments-area .comments-item {
        flex-direction: column;
    }

        .blog-standard .blog-single .comments-area .comments-item .thumb {
            margin-right: 0;
            margin-bottom: 20px;
        }

        .blog-standard .blog-single .comments-area .comments-item .heading {
            flex-direction: column;
        }

    .blog-standard .blog-single .comments-area .comments-group .comments-group {
        padding-left: 40px;
    }

    .blog-standard .blog-single .comments-area > .comments-group {
        margin-bottom: 0;
    }

    .special-cupcake .image-holder {
        text-align: center;
    }

        .special-cupcake .image-holder img {
            max-width: 80%;
        }

    .cd-horizontal-timeline .events-wrapper {
        height: 80px;
    }

    .shop-list.wide {
        padding-top: 20px !important;
    }

        .shop-list.wide .container-fluid {
            padding-left: 20px;
            padding-right: 20px;
        }

    .products .item .thumb .add_to_cart_button, .products .item .thumb .add_to_fav_button {
        font-size: 15px;
    }

    .products .item:hover .thumb .add_to_cart_button, .products .item:hover .thumb .add_to_fav_button {
        height: 42px;
    }

    .woocommerce-tabs {
        margin-top: 50px;
    }

        .woocommerce-tabs .tabs {
            flex-direction: column;
        }

            .woocommerce-tabs .tabs li {
                margin-bottom: 5px;
            }

                .woocommerce-tabs .tabs li a {
                    padding: 0 20px 0 0;
                }

    #add-info .shop_attributes th, #add-info .shop_attributes td {
        padding: 0 20px;
    }

    .shop-single #shop-single-thumb {
        margin-top: 10px;
    }

        .shop-single #shop-single-thumb a {
            margin-right: 10px;
        }

    .shop-single .entry-summary .product_title {
        font-size: 25px;
    }

    .shop-single .entry-summary .price {
        font-size: 20px;
        margin-right: 20px;
    }

    .shop-single .entry-summary .star-rating {
        font-size: 14px;
    }

    .woocommerce-cart-form table thead {
        display: none;
    }

    .woocommerce-cart-form table tbody td {
        width: 100% !important;
        border: none;
        -webkit-display: flex !important;
        -moz-display: flex !important;
        -ms-display: flex !important;
        -o-display: flex !important;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 16px 0;
    }

    .woocommerce-cart-form table tbody tr:not(.lowpadding) td:not(.product-thumbnail):before {
        content: attr(data-title) ": ";
        font-size: 20px;
        color: #333;
        font-family: "Raleway-SemiBold";
        font-weight: 600;
    }

    .woocommerce-cart-form table tbody td.product-remove.none {
        display: none !important;
    }

    .woocommerce-cart-form table tbody td.product-remove:before, .woocommerce-cart-form table tbody td.cart-subtotal:before, .woocommerce-cart-form table tbody td.actions:before {
        display: none;
    }

    .woocommerce-cart-form table tbody td.product-remove, .woocommerce-cart-form table tbody td.product-thumbnail, .woocommerce-cart-form table tbody td.cart-subtotal {
        justify-content: center;
    }

    .woocommerce-cart-form table tbody td.product-name, .woocommerce-cart-form table tbody td.product-remove {
        padding-left: 0;
    }

    .woocommerce-cart-form table tbody td.product-remove {
        padding-top: 40px;
    }

    .woocommerce-cart-form table tbody td.product-thumbnail {
        padding-bottom: 30px;
    }

    .woocommerce-cart-form table tbody td.product-subtotal {
        padding-bottom: 40px;
    }

    .woocommerce-cart-form table tbody td.cart-subtotal {
        padding-right: 0;
    }

    .woocommerce-cart-form table tbody td .quantity {
        margin-right: 0;
    }

    .woocommerce-cart-form table .actions {
        padding: 40px 0 20px;
    }

    .woocommerce-cart-form table .coupon {
        width: 100%;
    }

    .woocommerce-cart-form .bottom {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .woocommerce-cart-form .update-btn {
        margin-bottom: 20px;
    }

    .our-story-primary.style-3 .heading h2 {
        font-size: 45px;
    }

    .our-story-primary.style-3 .inner {
        padding: 50px 0;
        width: 100%;
    }

    .our-service-full {
        width: 100%;
        padding: 50px 0;
    }

    .our-menu-full {
        padding: 50px 0;
    }

    .testimonials-2.full .item p {
        width: 100%;
    }

    .section-form.full {
        padding: 50px 0;
    }

        .section-form.full .form-col {
            width: 100%;
        }

    .full-col {
        display: block;
    }

    .food-slider .owl-theme .owl-nav.disabled + .owl-dots {
        margin-bottom: 30px;
    }

    #rev_slider_5.has-shadow .tp-bgimg.defaultimg:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
    }
}

/* right
*/
.widget_shopping_cart_content ul.woocommerce-mini-cart li .image-holder img.rightth {
    float: right;
    margin-left: 11px;
}

.widget_shopping_cart_content ul.woocommerce-mini-cart li .remove.rightth {
    left: 0;
    right: auto;
}

.widget_shopping_cart_content ul.woocommerce-mini-cart.rightth {
    padding-right: 0;
}

.navbar-desktop > ul.rightth > li.has-children ul {
    padding: 23px 30px 25px 5px;
}

    .navbar-desktop > ul.rightth > li.has-children ul li.current > a:before, .navbar-desktop > ul.rightth > li.has-children ul li:hover > a:before {
        left: auto;
        right: 0;
    }

    .navbar-desktop > ul.rightth > li.has-children ul li.has-children > a {
        padding-right: 0;
        padding-left: 30px;
    }

    .navbar-desktop > ul.rightth > li.has-children ul li.current > a, .navbar-desktop > ul.rightth > li.has-children ul li:hover > a {
        padding-left: 0;
        padding-right: 15px;
    }

    .navbar-desktop > ul.rightth > li.has-children ul li.has-children .sub-menu {
        right: 100%;
        padding-right: 15px;
        padding-left: 0;
        left: auto;
    }

.navbar-desktop > ul.rightth > li.has-children .sub-menu {
    left: auto;
    right: -30px;
}

.navbar-desktop > ul.rightth > li.has-children ul {
    padding: 23px 30px 25px 5px;
}

.tp-loader.spinner0 {
    display: none !important;
}
/*# sourceMappingURL=style.css.map */
.rev_slider_wrapper.rightth {
    direction: ltr;
    text-align: left;
}

    .rev_slider_wrapper.rightth .caption-1, .rev_slider_wrapper.rightth .caption-2, .rev_slider_wrapper.rightth .caption-3 {
        text-align: right !important;
    }

.rev_slider_wrapper .caption-1, .rev_slider_wrapper .caption-2, .rev_slider_wrapper .caption-3 {
    color: #000 !important;
    /*background-color:rgba(166,211,180,0.3);*/
    padding-left: 10px;
    padding-right: 10px;
}
.rev_slider_wrapper .AcademySlider .caption-1, .rev_slider_wrapper .AcademySlider .caption-2, .rev_slider_wrapper .AcademySlider .caption-3 {
    color: #fff !important;
}
@media (min-width:1400px) {
    .rev_slider_wrapper .tp-mask-wrap .caption-1 {
        margin-top: 210px !important;
    }
}

.rev_slider_wrapper #rev_slider_10 .tp-mask-wrap .tp-caption {
    color: #fff !important;
}

#rev_slider_10 .caption-btn {
    border-color: #fff !important;
    font-weight: 600;
}

#rev_slider_10 .caption-2 {
    font-weight: 600;
    line-height: 2;
    text-align: justify;
}

@media (max-width:1099px) {
    #rev_slider_10 .caption-2 {
        font-weight: 400 !important;
        line-height: 2;
        text-align: justify;
    }

    #rev_slider_10 .caption-1 {
        font-weight: 600 !important;
        line-height: 2;
    }
}

@media (max-width:1399px) {
    .rev_slider_wrapper .tp-mask-wrap .caption-1 {
        margin-top: 125px !important;
        width: auto;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .rev_slider_wrapper #rev_slider_10 .tp-mask-wrap .caption-1 {
        margin-top: 200px !important;
        width: auto;
    }
}

@media (min-width:851px) and (max-width:1199px) {
    .rev_slider_wrapper #rev_slider_10 .tp-mask-wrap .caption-1 {
        margin-top: 110px !important;
        width: auto;
    }
}

@media (min-width:768px) and (max-width:850px) {
    .rev_slider_wrapper #rev_slider_10 .tp-mask-wrap .caption-1 {
        margin-top: 100px !important;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .rev_slider_wrapper #rev_slider_10 .tp-mask-wrap .caption-1 {
        margin-top: 100px !important;
    }
}

@media (max-width:480px) {
    .rev_slider_wrapper #rev_slider_10 .tp-mask-wrap .caption-1 {
        margin-top: 80px !important;
    }
}

/*.rev_slider_wrapper #rev_slider_10 .tp-mask-wrap .caption-1{
	width:50%!important;
	background:red;
}*/
}

.rev_slider_wrapper .tp-mask-wrap .caption-2, .rev_slider_wrapper .tp-mask-wrap .caption-3 {
    margin-top: 10px !important; /*margin-top:35px !important;*/
}

@media (min-width:991px) { /*
body.leftth .rev_slider_wrapper .tp-mask-wrap .caption-2{
	margin-bottom:80px !important;
}
body.leftth .rev_slider_wrapper .tp-mask-wrap .caption-1{
	
	margin-bottom:90px !important;
}*/
}

.rev_slider_wrapper span.lnr:hover {
    color: #253c5b;
    font-weight: 800 !important;
}

.hc-mobile-nav .nav-wrapper, .hc-mobile-nav li.nav-close a, .hc-mobile-nav li.nav-back a {
   /* background-color: #a6d3b4;*/
    background-color:#fff;
}

.hc-mobile-nav ul.rightth li {
    text-align: right;
}

.hc-mobile-nav h2 {
    text-align: right;
}

.hc-mobile-nav ul.rightth li.nav-close span, .hc-mobile-nav ul.rightth li.nav-parent span.nav-next, .hc-mobile-nav ul.rightth li.nav-back span {
    right: auto !important;
    left: 0;
}

.hc-mobile-nav ul.rightth li.current > a:before, body.rightth .navbar-mobile .heading #usermenu ul li.current > a:before, body.rightth .navbar-mobile .heading #usermenu ul li:hover > a:before {
    right: 17px !important;
    left: auto;
}

.hc-mobile-nav ul.rightth li.current > a {
    padding-right: 35px;
}

.hc-mobile-nav li.current > a, body.rightth .navbar-mobile .heading #usermenu ul li.current > a {
 /*   color: #333;*/
     color:#c9a959;
}

    .hc-mobile-nav li.current > a::before {
        /*background-color: #333;*/
        background-color: #c9a959;
    }

.navbar-mobile .heading #usermenu {
    background-color: #253c5b;
}

    .navbar-mobile .heading #usermenu ul li > a {
        line-height: 1.5;
        color: #fff;
    }

.hc-mobile-nav li.nav-close a:hover, .hc-mobile-nav li.nav-close a, .hc-mobile-nav li.nav-back a, .hc-mobile-nav li.nav-back a:hover {
    /* background-color: #9dc8aa;*/
    background-color:#fff;
}

/*@media (max-width: 1243px){
.navbar-desktop:not(.aside) .logo {
    max-width: 45%;
}
.navbar-desktop .left, .navbar-desktop .right, .navbar-mobile .left, .navbar-mobile .right{
	width: 100px
}
}*/
.navbar-desktop .left, .navbar-mobile .left {
    width: 90px;
}

body.rightth .language {
    padding-right: 10px;
    margin: auto 0;
}

body.leftth .language {
    padding-left: 10px;
    margin: auto 0;
}

.language a, .language a:hover {
    color: #c9a959 !important;
}

.language .current {
    color: #fff !important;
}

.right .action .notify {
    margin-left: 10px !important;
    margin-right: auto;
}

.navbar-mobile .heading .language a, .language a:hover {
    color: #fff !important;
}

.navbar-mobile .heading .language .current {
    color: #c9a959 !important;
}

.rightth .testimonials-item .reporter .info {
    margin-right: 12px;
    margin-left: auto;
}

.owl-carousel .owl-item .avatar img {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    /*width: 70px;*/
    width: 80px;
    border: 5px solid #ddbbb9;
}

.discount {
    background-image: url('../images/off.png');
    background-size: cover;
    color: #CFCECA;
}

#last-discounts-slider .item-info {
    text-align: center;
}

.special-slider #last-product-slider.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 5px;
}

#related-products-slider .item, #last-discounts-slider .item {
    margin-bottom: 75px;
}

.navbar-desktop > ul {
    padding-right: 0px;
}
/*.@media (max-width: 1072){
	.navbar-desktop .left, .navbar-desktop .right, .navbar-mobile .left, .navbar-mobile .right {
    width: 150px;
}
}*/
@media (max-width: 767px) {
    #rev_slider_11 li .caption-2 {
        margin-top: 15px !important;
    }

    #rev_slider_11 .tp-mask-wrap .caption-3 {
        font-size: 20px !important;
    }
}

li .caption-1, #rev_slider_11 li .caption-2 {
    text-transform: uppercase;
}

#rev_slider_11 li .caption-3 {
    line-height: 1.8;
}

@media (max-width: 991px) {
    #rev_slider_11 li .caption-3 {
        line-height: 1.6;
    }
}

@media (max-width: 634px) {
    #rev_slider_11 li .caption-3 {
        line-height: 1.5;
    }
}

@media (max-width: 700px) {
    #rev_slider_11 li .caption-2 {
        margin-top: 15px !important;
    }

    #rev_slider_11 .tp-mask-wrap .caption-3 {
        font-size: 17px !important;
    }
}

@media (max-width: 620px) {
    .rev_slider .caption-btn {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    #rev_slider_11 .tp-mask-wrap .caption-3 {
        font-size: 15px !important;
    }
}

@media (max-width: 529px) {
    #rev_slider_11 .tp-mask-wrap .caption-3 {
        font-size: 14px !important;
    }

    .rev_slider_wrapper .tp-mask-wrap .caption-3 {
        margin-top: 25px !important;
    }
}

@media (max-width: 466px) {

    #rev_slider_11 li .caption-3 {
        line-height: 1.2;
        margin-top: 10px !important;
    }
}

@media (max-width: 423px) {
    #rev_slider_11 .tp-mask-wrap .caption-3 {
        font-size: 13px !important;
    }
}

@media (max-width: 392px) {
    #rev_slider_11 .tp-mask-wrap .caption-3 {
        font-size: 11px !important;
    }
}

@media (max-width: 333px) {
    #rev_slider_11 .tp-mask-wrap .caption-3 {
        font-size: 10px !important;
    }
}

.rightth .page-title .title--desc p {
    direction: rtl;
}

.divider--shape-1down.divider--shape-gray {
    background: url(../images/background/shapes/arrow-down-gray.png) center no-repeat;
}

.page-title {
    padding: 0;
}

    .page-title .breadcrumb {
        position: absolute;
        bottom: 25px;
        margin: 0 auto;
        text-align: center;
        display: block;
        width: 100%;
    }

        .page-title .breadcrumb,
        .page-title .breadcrumb a {
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            background: transparent;
            color: #f9f9f9;
        }

            .page-title .breadcrumb .active {
                color: #d7d7d7;
            }

            .page-title .breadcrumb a:hover {
                color: #ddbbb9;
            }

            .page-title .breadcrumb > li + li:before {
                color: #f9f9f9;
            }

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 119px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-parallax {
    background-attachment: fixed;
}

.bg-overlay-gradient:before {
    background-color: rgba(27, 26, 26, 0.75);
    background-image: -webkit-linear-gradient(180deg, rgba(27, 26, 26, 0.75) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%, rgba(27, 26, 26, 0) 100%);
    background-image: -moz-linear-gradient(180deg, rgba(27, 26, 26, 0.75) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%, rgba(27, 26, 26, 0) 100%);
    background-image: -ms-linear-gradient(180deg, rgba(27, 26, 26, 0.75) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%, rgba(27, 26, 26, 0) 100%);
    background-image: -o-linear-gradient(180deg, rgba(27, 26, 26, 0.75) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%, rgba(27, 26, 26, 0) 100%);
    background-image: linear-gradient(180deg, rgba(27, 26, 26, 0.75) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%, rgba(27, 26, 26, 0) 100%);
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #e5e4e4;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
}

    .breadcrumb > li + li:before,
    .breadcrumb > li a {
        color: #e5e4e4;
    }

    .breadcrumb > .active {
        color: #f9f9f9;
    }

    .breadcrumb > li a:hover {
        color: #c59d5f;
    }

.divider--shape-1down {
    width: 92px;
    height: 20px;
    background: url(../images/background/arrow-down.png) center no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -46px;
}

    .divider--shape-1down.divider--shape-gray {
        background: url(../images/background/arrow-down-gray.png) center no-repeat;
    }

.title-4 .title--content {
    margin-bottom: 77px;
}

.page-title .title {
    padding: 55px 0 0;
    position: relative;
}

.breadcrumb > li {
    display: inline-block;
}

    .breadcrumb > li + li:before, .breadcrumb > li a {
        color: #e5e4e4;
    }

.page-title .breadcrumb > li + li:before {
    color: #f9f9f9;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.bg-gray {
    background-color: #f9f9f9 !important;
}

@media (max-width: 991px) {
    .bg-overlay:before {
        height: 133px;
    }
}

.single-product {
    overflow: hidden;
    position: relative;
}

    .single-product img {
        -webkit-transition: transform 0.5s ease;
        -moz-transition: transform 0.5s ease;
        -o-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
    }

        .single-product img:hover {
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            -o-transform: scale(1.3);
            transform: scale(1.3);
            opacity: 0.8;
        }

body.rightth .shop-single .entry-summary .price {
    font-family: "IRANSans" !important;
    font-size: 26px;
    padding-left: 0;
}

    body.rightth .shop-single .entry-summary .price:before {
        left: auto !important;
        right: 0;
    }

body.rightth .shop-single .entry-summary .price {
    padding-right: 40px;
}

body.rightth .shop-single .entry-summary .product_title {
    font-family: "IRANSans-bold";
}

body.rightth .shop-single .entry-summary .info-off .price:before {
    right: 20px;
}

body.rightth .shop-single .entry-summary .info-off .price {
    padding-right: 50px;
}

body.rightth .shop-single .entry-summary .product_meta .sku_wrapper span, body.rightth .shop-single .entry-summary .product_meta .sku_wrapper a, body.rightth .shop-single .entry-summary .product_meta .posted_in span, body.rightth .shop-single .entry-summary .product_meta .posted_in a, body.rightth .shop-single .entry-summary .product_meta .tagged_as span, .shop-single .entry-summary .product_meta .tagged_as a {
    font-family: "IRANSans-light" !important;
}

body.rightth .shop-single .entry-summary .product_meta .sku_wrapper, body.rightth .shop-single .entry-summary .product_meta .posted_in, body.rightth .shop-single .entry-summary .product_meta .tagged_as, body.rightth .shop-single .entry-summary .quantity_wrapper {
    font-family: "IRANSans-light" !important;
}

.shop-single .entry-summary .quantity_wrapper {
    margin-bottom: 0px;
    margin-left: 5px;
}

body.rightth .shop-single .entry-summary .posted_in > a, body.rightth .shop-single .entry-summary .sku_wrapper .sku {
    margin-right: 5px;
}

body.leftth .shop-single .entry-summary .posted_in > a, body.leftth .shop-single .entry-summary .sku_wrapper .sku {
    margin-left: 5px;
}

.shop-single div.left {
    text-align: left;
    padding: 0 0 15px;
}

.shop-single div.right {
    text-align: right;
    padding: 0 0 15px;
}

.shop-single .entry-summary #usefull_link_block {
    box-shadow: 0 1px #ffffff;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0;
}

.add-to-fav {
    color: #333;
}

    .add-to-fav:hover, .add-to-fav:visited {
        color: #253c5b;
    }

body.rightth .shop-single #description {
    font-family: "IRANSans";
    padding: 10px 20px;
    text-align: justify;
    margin-top: 10px;
}

body.leftth .shop-single #description {
    text-align: justify;
    padding: 10px 20px;
    margin-top: 10px;
}

body.rightth .shop-single h4 {
    font-family: 'IRANSans-bold'
}

.owl-carousel .owl-item {
    text-align: center;
}

.product-thumb {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.buy-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-align: center;
}

body.rightth .sorting .woocommerce-ordering select.form-control:not([size]):not([multiple]) {
    padding: 0 10px 0 19px;
    font-size: 13px;
}

body.rightth .widget-title h5 {
    font-family: "IRANSans-bold";
}

.divider--shape-5down {
    width: 100%;
    height: 12px;
    background: url(../images/background/shape-5down.png) center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

#page-title .container {
    max-width: 100%;
}

body.rightth #page-title .container {
    padding-right: 0;
}

.divider--shape-2down {
    width: 100%;
    height: 9px;
    background: url(../images/background/shape-2down.png) center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

.divider-white-shape-2down {
    width: 100%;
    height: 9px;
    background: url(../images/background/shape-2down-white.png) center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

.divider-dark-shape-2down {
    width: 100%;
    height: 9px;
    background: url(../images/background/shape-dark-2down.png) center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

body.rightth .woocommerce-form__label .checkmark {
    left: auto;
    right: 0;
}

body.rightth .woocommerce-form__label {
    padding-right: 21px;
    width: 100%;
    margin-bottom: 5px;
}

body.leftth .woocommerce-form__label {
    padding-left: 21px;
    width: 100%;
    margin-bottom: 5px;
}

.woocommerce-form__label:last-child {
    margin-bottom: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    margin-bottom: -11px;
    float: left;
    margin-top: 10px;
}

body.leftth .switch {
    float: right
}

.switch input[type="checkbox"] {
    display: none;
}

.filter-discount {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    border: 2px solid #253c5b;
    -webkit-transition: .4s;
    transition: .4s;
}

input + .filter-discount:before {
    background-color: #253c5b;
}

.filter-discount:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #253c5b;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .filter-discount:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    background-color: white;
}

input:checked + .filter-discount {
    background-color: #253c5b;
}

.discounts-filter h5 {
    display: inline-block;
}

body.rightth .sorting .woocommerce-ordering .form-holder span {
    left: 10px;
    z-index: 0;
    right: auto;
}

.product-item {
    -webkit-box-shadow: 0 0 20px rgb(40 40 40 / 12%);
    -moz-box-shadow: 0 0 20px rgba(40,40,40,.12);
    box-shadow: 0 0 20px rgb(40 40 40 / 12%);
    background-color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

    .product-item .product--img {
        position: relative;
        margin-bottom: 0;
    }

        .product-item .product--img img {
            max-width: 100%;
            height: auto;
        }

        .product-item .product--img .product--hover {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(34,34,34,.5);
            -webkit-transition: all .35s;
            -moz-transition: all .35s;
            -o-transition: all .35s;
            transition: all .35s;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
        }

            .product-item .product--img .product--hover .product--action {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                padding: 40px;
            }

                .product-item .product--img .product--hover .product--action a {
                    width: 100%;
                    height: 100%;
                    border-radius: 2px;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    background-color: transparent;
                    text-align: center;
                    color: #253c5b;
                    border: 2px solid #253c5b;
                    font-size: 10px;
                    font-weight: 700;
                    line-height: 51px;
                    text-transform: uppercase;
                    -webkit-transform: scale(0);
                    -moz-transform: scale(0);
                    -o-transform: scale(0);
                    transform: scale(0);
                    -webkit-transition: all .35s .2s;
                    -moz-transition: all .35s .2s;
                    -o-transition: all .35s .2s;
                    transition: all .35s .2s;
                    display: block;
                }

    .product-item .product--content {
        padding: 5px 0 15px;
    }

        .product-item .product--content .product--type {
            font-size: 11px;
            font-weight: 600;
            line-height: 26px;
            letter-spacing: .22px;
            margin-bottom: 5px;
        }

.product--content .product--price {
    /*  color: #c59d5f;*/
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.product--content .product--title a:hover {
    color: #253c5b;
}

.product--content .product--title a {
    color: #333;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}

body.leftth .product--content .product--title a, body.leftth .product--content .product--price {
    font-family: "Raleway-Bold";
    line-height: 1.5;
}

body.rightth .product--content .product--title a, body.rightth .product--content .product--price {
    font-family: "IRANSans-bold";
    line-height: 1.5;
}

.product--img:hover .product--hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

    .product--img:hover .product--hover .product--action a {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

body.leftth .product-item .product--img .product--hover .product--action > div {
    float: left;
    width: 50%;
}

body.rightth .product-item .product--img .product--hover .product--action > div {
    float: right;
    width: 50%;
}

.text--center {
    text-align: center !important;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
}

.pagination {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mt-20 {
    margin-top: 20px !important;
}

.pagination > li {
    margin-right: 10px;
    display: inline-block;
}

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
    }

    .pagination > li > a,
    .pagination > li > span {
        background-color: #333333;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        border-color: #333333;
        text-transform: uppercase;
        padding: 0;
        width: 51px;
        height: 51px;
        line-height: 51px;
        text-align: center;
    }

body.leftth .pagination > li > a,
body.leftth .pagination > li > span {
    font-family: "Raleway";
}

body.leftth .pagination > li > a,
body.leftth .pagination > li > span {
    font-family: "Raleway";
}

.pagination > li > a i {
    font-size: 25px;
    line-height: 51px;
}

.pagination > .active > a,
.pagination > li:hover > a {
    background-color: #253c5b !important;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    color: #ffffff;
    border-color: #253c5b !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-map:before {
    content: "\f279";
}

footer {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.footer--widget {
    background: #222222;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer--widget-content h3 {
    color: #ffffff;
    font-family: 'Raleway-Bold';
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}

.footer--widget-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
    text-align: right;
}

body.leftth .footer--widget-content p {
    text-align: left;
}

.footer--widget-content a {
    font-size: 13px;
    font-weight: 800;
    line-height: 49px;
    text-transform: uppercase;
    color: #c9a959;
}

    .footer--widget-content a:hover {
        color: #ffffff;
    }

body.rightth footer .footer--widget-content .mb-0 {
    padding-right: 45px;
    text-align: right;
}

    body.rightth footer .footer--widget-content .mb-0 > a {
        margin-right: -45px;
        margin-left: 2px;
    }

body.leftth footer .footer--widget-content .mb-0 {
    padding-left: 45px;
    text-align: left;
}

    body.leftth footer .footer--widget-content .mb-0 > a {
        margin-left: -45px;
        margin-right: 2px;
    }

@media (max-width:991px) {
    footer .footer--widget-content .mb-0 {
        padding-left: 20% !important;
        padding-right: 20% !important;
    }
}

.footer--reservation {
    position: relative;
    background-color: #141414;
    margin: auto;
    z-index: 2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: -130px;
    padding-top: 30px;
    min-height: 350px;
}

.footer--reservation-wrapper {
    padding: 14px 40px 40px 40px;
    text-align: justify;
}

.footer--reservation h3 {
    font-family: 'Raleway-Bold';
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    position: relative;
    text-align: center;
    margin-bottom: 24px;
}

.footer--reservation ul {
    margin-bottom: 40px;
}

    .footer--reservation ul li {
        text-align: left;
        border-bottom: 1px dashed #49433f;
        padding: 8px 0;
    }

        .footer--reservation ul li span {
            float: right;
        }

/* Footer Social */
.footer--social {
    background: #222222;
    padding: 40px 0;
}

.footer--social-icons a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    background-color: #1c1c1c;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

body.rightth .footer--social-icons a {
    margin-right: 0;
    margin-left: 10px;
}

.footer--social-icons a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.footer--social-newsletter {
    position: relative;
    margin: 0;
    width: 250px;
}

    .footer--social-newsletter .form-control {
        box-shadow: none;
        border: none;
        background-color: #1c1c1c;
        color: #474747;
        font-style: italic;
        width: 250px;
        height: 42px;
        line-height: 42px;
        border-radius: 42px;
        -webkit-border-radius: 42px;
        -moz-border-radius: 42px;
        margin: 0;
    }

        .footer--social-newsletter .form-control::-webkit-input-placeholder {
            color: #474747;
        }

        .footer--social-newsletter .form-control::-moz-placeholder {
            color: #474747;
        }

        .footer--social-newsletter .form-control::-ms-input-placeholder {
            color: #474747;
        }

    .footer--social-newsletter button {
        background-color: transparent;
        border: none;
        line-height: 42px;
        color: #c59d5f;
        position: absolute;
        right: 10px;
        top: 0;
        margin-bottom: 0;
    }

/* Footer Copyrights */
.footer--copyright {
    background-color: #141414;
    padding: 37px 0;
    position: relative;
}

    .footer--copyright span {
        font-size: 13px;
    }

    .footer--copyright a {
        color: #c9a959;
    }

    /* Footer Contact */
    .footer--copyright .contact-info {
        margin-bottom: 20px;
    }

        .footer--copyright .contact-info span {
            font-size: 14px;
            margin-right: 5px;
            margin-left: 5px;
        }

.footer--widget .footer--social-newsletter {
    margin: auto;
}
/* Footer #6 */
.footer-6 .footer--copyright {
    /*	background-color: #222222;*/
    padding-top: 30px;
    padding-bottom: 20px;
}


.divider--shape-2up {
    width: 100%;
    height: 9px;
    background: url(../images/background/shape-2up.png) center repeat-x;
    position: absolute;
    left: 0;
    top: 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.fa-phone:before {
    content: "\f095";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-home:before {
    content: "\f015";
}

@media only screen and (max-width: 991px) {

    footer .footer--reservation {
        margin-top: 40px;
        margin-bottom: 40px;
        max-width: 320px;
    }

    footer .divider--shape-2up {
        background: url(../images/background/shape-dark-2up.png) center repeat-x;
    }

    .footer--social-icons {
        margin-bottom: 20px;
    }

    footer .footer--social-newsletter .form-control,
    footer .footer--social-newsletter {
        margin: 0 auto;
    }

    .footer-8 .footer--social-newsletter,
    .footer-8 .widget--newsletter .form-control {
        width: 250px;
    }

    footer .text-right,
    footer .text-left {
        text-align: center !important;
    }

    .footer-1 {
        padding-top: 0;
    }

    .footer-13 img {
        padding: 20px 0;
    }

    .footer-3 .footer--reservation {
        margin-top: 0;
    }

    .footer-3 .divider--shape-10down {
        display: none;
    }
}

#desktop-side, .desktop-side {
    display: block;
}

.mobile-side {
    display: none;
}

    .mobile-side #filter {
        color: #333;
    }

.fa-filter:before {
    content: "\f0b0";
}

body.rightth .shop-list .mobile-side #filter > i {
    margin-left: 5px;
}

body.leftth .shop-list .mobile-side #filter > i {
    margin-right: 5px;
}

.shop-list .mobile-side .widgets {
    margin-bottom: 15px;
}

.shop-list .mobile-side #filter {
    border: 1px solid #e5e5e5;
}

body.leftth .shop-list .mobile-side #filter {
    width: 180px;
}

.shop-list .mobile-side {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

@media (max-width:991px) {
    #desktop-side, .desktop-side {
        display: none;
    }

    .mobile-side {
        display: block;
    }
}
/*
@media (max-width: 767px){
.bg-overlay:before {
    height: 145px;
}
.divider--shape-2down{
	top:39px;
}
}
@media (max-width: 508px){

.divider--shape-2down{
	top:auto;
}
}*/
@media (max-width:600px) {
    /* .navbar-mobile .logo {
    max-width: 13%; }*/

    .navbar-mobile .logo > img {
        max-width: 10%;
    }
}

@media (max-width:480px) {
    /* .navbar-mobile .logo {
    max-width: 13%; }*/
    .navbar-mobile .logo > img {
        max-width: 12%;
    }
}

.divider--shape-dark-2up {
    width: 100%;
    height: 9px;
    background: url(../images/background/shape-dark-2up.png) center repeat-x;
    position: absolute;
    left: 0;
    top: 0;
}

#filter-sidebar .header {
    position: relative;
    display: block;
    padding: 19px;
    /* border-bottom: 1px inset #999; */
    background-color: #dfdede;
}

#filter-sidebar .main {
    padding: 19px;
}

body.rightth #filter-sidebar .close-btn {
    width: 45px;
    position: absolute;
    top: 16px;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease;
    right: auto !important;
    left: 19px;
}

body.leftth #filter-sidebar .close-btn {
    width: 45px;
    position: absolute;
    top: 16px;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease;
    left: auto !important;
    right: 19px;
}

#filter-sidebar {
    padding: 4% 4%;
}

    #filter-sidebar .price_slider_amount {
        flex-direction: row;
    }

@media (max-width: 400px) {
    #filter-sidebar .price_slider_amount {
        flex-direction: column;
    }
}

#filter-mobile-btn {
    padding: 19px;
    /* border-bottom: 1px inset#dfdede; */
    background-color: #dfdede;
    width: 100%;
    border: 1px solid #dfdede;
}

#filter-sidebar .switch {
    margin-top: 5px;
}

.pb-90 {
    padding-top: 85px;
    padding-bottom: 90px;
    margin-top: -1px;
}

.accordion {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #eee;
    background-color: #fff;
}

    .accordion.accordion-1 {
        background-color: transparent;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border: none;
    }

    .accordion .panel {
        border-bottom-color: rgba(49,49,49,.1);
        padding: 10px;
        margin-bottom: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-border-radius: none;
        -webkit-border-radius: none;
        border-radius: none;
        background-color: transparent;
    }

    .accordion.accordion-1 .panel {
        box-shadow: 0 1px 5px rgb(40 40 40 / 10%);
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        background-color: #fff;
        margin-bottom: 30px;
    }

    .accordion .panel .panel--heading {
        padding: 19px;
        border: 1px dashed #253c5b;
    }

        .accordion .panel .panel--heading a.collapsed {
            color: #222;
        }

        .accordion .panel .panel--heading a {
            font-size: 20px;
            color: #282828;
            font-weight: 400;
            line-height: 1.5;
            text-transform: capitalize;
            position: relative;
            display: block;
            text-decoration: none;
        }

body.leftth .accordion .panel .panel--heading a {
    margin-left: 15px;
}

body.rightth .accordion .panel .panel--heading a {
    margin-right: 15px;
}

body.leftth .accordion .panel .panel--heading a {
    font-family: "Raleway-Bold";
}

.accordion .panel--heading .accordion-toggle:after {
    position: absolute;
    top: 6px;
    content: "\f068";
    font-family: fontawesome;
    font-size: 11px;
    color: #fff;
    background-color: #253c5b;
    border: 1px solid #253c5b;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

body.rightth .accordion .panel--heading .accordion-toggle:after {
    right: -25px;
}

body.leftth .accordion .panel--heading .accordion-toggle:after {
    left: -25px;
}

.accordion .panel--heading .accordion-toggle.collapsed:after {
    content: "\f067";
}

.accordion .panel .panel--body {
    padding: 20px;
    color: #a5a5a5;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    border: 1px dashed #253c5b;
    margin-top: 10px;
    text-align: justify;
}

body.rightth .accordion .panel .panel--body {
    font-family: "IRANSans";
}

@media (min-width: 992px) {
    body.rightth .pl-md-0, body.rightth .px-md-0 {
        padding-left: 0 !important;
    }

    body.rightth .pr-md-0, body.rightth .px-md-0 {
        padding-right: 0 !important;
    }

    body.leftth .pl-md-0, body.leftth .px-md-0 {
        padding-right: 0 !important;
    }

    body.leftth .pr-md-0, body.leftth .px-md-0 {
        padding-left: 0 !important;
    }
}

@media (min-width: 992px) {
    .about-us > .container > .row {
        display: flex;
    }
}

@media (max-width: 991px) {
    .about-us .image-holder img {
        width: 100%;
        height: auto;
    }

    .checkout-page #pay {
        margin-top: 30px;
    }
    /*.checkout-page .woocommerce-billing-fields,*/
    .contact-form form {
        padding-top: 25px;
        border-top: 1px solid #e6e6e6;
        margin-top: 25px;
    }
}

body.rightth .about-us-col .section-header {
    text-align: right;
}

body.rightth h2, body.rightth h3, body.rightth .woocommerce-cart-form table .cart-subtotal {
    font-family: "IRANSans-bold";
}

body.rightth .woocommerce-cart-form table tbody td.product-price, body.rightth .woocommerce-cart-form table tbody td.product-subtotal {
    font-family: "IRANSans-light";
}

body.rightth .about-us-col p {
    font-family: "IRANSans";
}

.contact .contact--desc {
    margin-bottom: 40px;
}

    .contact .contact--desc p {
        color: #a5a5a5;
        font-size: 15px;
        margin-bottom: 0;
        text-align: justify;
        font-family: "Raleway";
    }

body.rightth .contact .contact--desc p {
    font-family: "IRANSans";
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.contact--info h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 23px;
}

.contact--info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}
.contact--info a p {
    color: #666;
}
.contact--info a.link--styled {
    color: #253c5b;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contact-form .form-control {
    font-size: 13px;
    font-weight: 500;
    line-height: 49px;
    border: 1px solid #eee;
    background: 0 0;
    margin-bottom: 30px;
    position: relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 49px;
}

body.rightth .contact-form .form-control {
    padding-right: 18px;
}

body.leftth .contact-form .form-control {
    padding-left: 18px;
}

.contact-form textarea {
    resize: none;
}

*, :active, :focus {
    outline: none !important;
}

.contact-form .btn {
    position: relative;
    z-index: 2;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 0;
    line-height: 49px;
    width: 170px;
    height: 51px;
}

.contact-form .btn--block {
    width: 100%;
}

body.leftth .contact-form .btn, body.leftth .contact-form .form-control {
    font-family: raleway,sans-serif;
}

.contact-form .btn--secondary {
    background-color: #222;
    color: #fff;
    border: 2px solid #222;
}

.icon-map {
    background-color: #253c5b;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    z-index: 1;
}

textarea.form-control {
    height: auto !important;
}

.mt-10 {
    margin-top: 10px !important;
}

#contact1 {
    padding-top: 85px;
    padding-bottom: 60px;
}

.leaflet-control-attribution a {
    display: none;
}

.shop-single .quantity .number-button.plus:visited, .shop-cart .quantity .number-button.plus:visited, .shop-single .quantity .number-button.plus:hover, .shop-cart .quantity .number-button.plus:hover, .shop-single .quantity .number-button.plus:focus, .shop-cart .quantity .number-button.plus:focus, .shop-single .quantity .number-button.minus:visited, .shop-cart .quantity .number-button.minus:visited, .shop-single .quantity .number-button.minus:hover, .shop-cart .quantity .number-button.minus:hover, .shop-single .quantity .number-button.minus:focus, .shop-cart .quantity .number-button.minus:focus {
    text-decoration: none;
}

body.rightth .woocommerce-cart-form table thead th.product-name {
    text-align: right;
    padding-right: 4px;
}

.woocommerce-cart-form .table > caption + thead > tr:first-child > td, .woocommerce-cart-form .table > caption + thead > tr:first-child > th, .woocommerce-cart-form .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .woocommerce-cart-form .table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #e6e6e6;
}

body.leftth .woocommerce-cart-form .table > caption + thead > tr:first-child > td, body.leftth .woocommerce-cart-form .table > caption + thead > tr:first-child > th, body.leftth .woocommerce-cart-form .table > colgroup + thead > tr:first-child > td, body.leftth .table > colgroup + thead > tr:first-child > th, body.leftth .table > thead:first-child > tr:first-child > td, body.leftth .woocommerce-cart-form .table > thead:first-child > tr:first-child > th {
    font-family: "Raleway-Bold";
}

body.rightth .woocommerce-cart-form table .product-remove {
    border-left: none;
    padding-right: 20px;
    text-align: right;
    padding-left: 0px;
}

body.rightth .woocommerce-cart-form table .product-name {
    text-align: right;
    border-right: none;
    padding-right: 10px;
    padding-left: 10px;
}

.woocommerce-cart-form .table > tbody > tr > td, .woocommerce-cart-form .table > tbody > tr > th, .woocommerce-cart-form .table > tfoot > tr > td, .woocommerce-cart-form .table > tfoot > tr > th, .woocommerce-cart-form .table > thead > tr > td, .woocommerce-cart-form .table > thead > tr > th {
    vertical-align: middle;
}

.woocommerce-cart-form table tbody tr.lowpadding {
    border-bottom: none;
    border-top: none;
    font-size: 18px;
}

@media (min-width:768px) {
    body.rightth .woocommerce-cart-form table .cart-subtotal {
        border-left: 1px solid #e6e6e6;
        border-right: none;
    }

    body.rightth .woocommerce-cart-form table .product-remove {
        border-right: 1px solid #e6e6e6;
    }

    .woocommerce-cart-form table tbody tr.lowpadding:last-child {
        border-bottom: 1px solid #e6e6e6;
    }
}

.woocommerce-cart-form table tbody tr.lowpadding td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: none;
    border-top: none;
}

@media (max-width: 767px) {
    .woocommerce-cart-form table tbody tr.lowpadding .cart-discount {
        border-top: 1px solid #e6e6e6;
    }
}


.woocommerce-cart-form table .product-remove :visited, .woocommerce-cart-form table .product-remove a:focus,
.woocommerce-cart-form .au-btn:visited, .woocommerce-cart-form .au-btn:focus, .woocommerce-cart-form .au-btn:hover {
    text-decoration: none;
}

.section-primary.shop-cart {
    padding-bottom: 120px;
    margin-top: -1px;
}
/*@media (min-width:992px){
	footer .divider-dark-shape-2down{
		    bottom: -1px;
	}
	
}*/
footer .divider--shape-dark-2up {
    top: -1px;
}

footer .divider--shape-2up {
    top: -1px;
}

footer .divider-dark-shape-2down {
    bottom: -1px;
}

@media (min-width:992px) {


    body.rightth .shop-list .divider-white-shape-2down {
        bottom: -1px;
    }
}
/*@media (min-width:945px){*/
body.rightth .blog-masonry .divider-white-shape-2down,
body.rightth .shop-list .divider-white-shape-2down {
    bottom: 6px;
}

/*}*/
.blog-masonry .product-item .thumb, .shop-list .product-item .thumb {
    margin-bottom: -11px;
}

.blog-masonry .product-item .product--content, .shop-list .product-item .product--content {
    min-height: 170px;
}
/*@media (min-width:768px){*/
body.leftth .about-us .divider--shape-2up, body.leftth footer .divider--shape-2up,
body.leftth footer .divider--shape-dark-2up {
    top: -1px;
}

body.leftth .about-us .divider--shape-2down, body.leftth footer .divider-dark-shape-2down {
    bottom: -1px;
}

body.leftth .blog-masonry .divider-white-shape-2down,
body.leftth .shop-list .divider-white-shape-2down {
    bottom: 4px;
}
/*}*/
body.rightth .woocommerce-cart-form table td {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
}

.woocommerce-cart-form .product-quantity {
    text-align: center !important;
}

body.leftth .woocommerce-cart-form table td {
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
}

body.rightth .lowpadding .cart-discount, body.rightth .lowpadding .cart-transport {
    border-right: none;
}

body.leftth .lowpadding .cart-discount, body.leftth .lowpadding .cart-transport {
    border-left: none;
}

.checkout .pay:hover {
    border-color: none;
    background: #253c5b;
    color: #fff;
}

#activecode-modal .modal-header {
    background-color: #253c5b;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

body.rightth #activecode-modal .modal-header .close {
    margin-top: 6px;
}

#activecode-modal .modal-body #phone {
    margin: 10px 0;
}

#activecode-modal .modal-body form {
    padding-top: 15px;
}

#activecode-modal #resendactivemodal {
    color: #253c5b;
}

.Latest-blog, .profile .bg-border,
.sign-in .bg-border, .account .bg-border, .forgot .bg-border {
    /*background-color:#fff;*/
    border: 1px dashed #253c5b;
    padding: 30px 15px;
    margin-top: 30px;
}

@media (min-width:992px) {
    .account .bg-border {
        min-height: 308px;
    }
}

.account .bg-border {
    margin-top: 10px;
}

.profile {
    margin-top: -1px;
}

.account {
    margin-top: -2px;
}

.profile .bg-border .form-control {
    height: 42px;
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    font-size: 15px;
    color: #666;
    margin: 10px 0 20px;
}

.profile .btn-div {
    padding: 16.5px 10px;
}

    .profile .btn-div input {
        width: 165px;
    }

@media (min-width:430px) {
    .forgot .bg-border {
        width: 400px;
        padding: 30px 30px;
        margin-left: calc((100% - 400px) / 2);
        margin-right: calc((100% - 400px) / 2);
    }
}

@media (max-width:429px) {
    .forgot .bg-border {
        width: 300px;
        padding: 30px 30px;
        margin-right: calc((100% - 300px) / 2);
        margin-left: calc((100% - 300px) / 2);
    }

    .forgot h4 {
        font-size: 20px;
    }
}

.section-primary.pt-112.forgot, .section-primary.pt-112.profile, .section-primary.pt-112.sign-in, .section-primary.pt-112.account {
    padding-top: 90px;
    padding-bottom: 113px;
}

.myinfo label {
    width: 120px;
}

.myinfo #Address {
    display: inline-block;
    width: calc(100% - 120px);
    line-height: 2;
}

body.rightth .myinfo #Address {
    float: left;
}

body.leftth .myinfo #Address {
    float: right;
}

@media (min-width: 992px) {
    .myinfo > div > div:last-child {
        bottom: 30px;
        position: absolute;
        left: 0;
    }
}

@media (max-width: 991px) {
    .myinfo > div > div:last-child {
        margin-top: 20px;
    }
}

.account h2, .checkout-page h2 {
    font-size: 28px;
    font-weight: 400;
}

.checkout-page h2 {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .section-primary.pt-112.profile, .section-primary.pt-112.sign-in, .section-primary.pt-112.account {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}

.shop-history .table-wrap, .last-orders .table-wrap {
    overflow-x: scroll;
    margin-bottom: 30px;
}

.shop-history .table thead.thead-primary,
.my-orders .table thead.thead-primary,
.last-orders .table thead.thead-primary {
    background: #253c5b;
}

.shop-history .table thead th,
.my-orders .table thead th,
.last-orders .table thead th, .my-orders .table thead th:focus {
    border: none;
    padding: 20px;
    font-size: 15px;
    border-right: 2px solid #253c5b;
    color: white;
    text-align: center;
}

body.rightth shop-history .table thead th,
body.rightth .my-orders .table thead th,
body.rightth .last-orders .table thead th {
    font-family: "IRANSans-bold";
}

body.leftth .shop-history .table thead th, body.leftth .my-orders .table thead th,
body.leftth .last-orders .table thead th {
    font-family: "Raleway-Bold";
}

.shop-history .table tbody tr,
.my-orders .table tbody tr,
.last-orders .table tbody tr {
    margin-bottom: 10px;
}

.my-orders .alert, .shop-history .alert, .last-orders .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    vertical-align: middle;
    text-align: center;
}

.shop-history .table tbody th, .shop-history .table tbody td,
.my-orders .table tbody th, .my-orders .table tbody td,
.last-orders .table tbody th, .last-orders .table tbody td {
    padding: 30px;
    font-size: 14px;
    /*   border: none;
	  background: #fff;
    border-bottom: 4px solid #f8f9fd;*/
    vertical-align: middle;
}

.shop-history .table a,
.my-orders .table a, .sign-in .lost_password a,
.shop-history .table a:hover,
.my-orders .table a:hover, .sign-in .lost_password a:hover, .last-orders .table a:hover, .last-orders .table a {
    color: #253c5b;
}

.my-orders .table-wrap {
    margin-bottom: 30px;
}

.my-orders .table tbody td .img {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}

.my-orders .table .text-right {
    text-align: right;
    padding-right: 5px;
}

.my-orders .table .text-left {
    text-align: left;
    padding-left: 5px;
}

body.rightth .my-orders .table .product-img {
    padding-left: 0;
    padding-right: 10px;
}

body.leftth .my-orders .table .product-img {
    padding-right: 0;
    padding-left: 10px;
}

@media (max-width:768px) {
    .my-orders .table-wrap {
        overflow-x: scroll;
    }
}

body.rightth .sign-in h4 {
    font-family: "IRANSans-bold"
}

@media(min-width:992px) {
    .sign-in > div > div > .pull-right:nth-child(2) > div {
        min-height: 352px;
    }

    .sign-in > div > div > .pull-left:nth-child(2) > div {
        min-height: 352px;
    }
}

.sign-in #signup {
    margin-top: 25px;
}

@media (min-width:1322px) {
    body.leftth .section-primary {
        margin-top: -1px;
    }
}

@media (min-width:1011px) and (max-width:1050px) {
    .navbar-desktop:not(.aside).has-bg {
        padding: 15px 15px;
    }
    .navbar-desktop > ul > li, .navbar-desktop.fixed > ul > li {
        margin-right: 0px;
    }
}

@media (min-width:991px) and (max-width:1010px) {
    .navbar-desktop:not(.aside).has-bg {
        padding: 15px 15px;
    }
}

.tp-parallax-wrap:after, .tp-mask-wrap:after, .tp-loop-wrap:after {
    content: "";
    display: table;
    clear: both;
}
/*,#rev_slider_11 ul>li>div:not(:first-child):not(:last-child):not(:nth-last-child(2))*/
.tp-parallax-wrap,
.tp-mask-wrap, .tp-loop-wrap {
    position: relative !important;
    top: 0 !important;
    clear: both;
    height: auto;
}

.rev_slider_wrapper .tp-caption.tp-resizeme.caption-btn.au-btn.round.au-btn--hover:hover, .rev_slider_wrapper .tp-caption.tp-resizeme.caption-btn.au-btn.round.au-btn--hover, .rev_slider_wrapper .tp-caption.tp-resizeme.caption-btn.au-btn.round.au-btn--hover:before {
    border-radius: 21px !important;
    -webkit-border-radius: 21px !important;
    -moz-border-radius: 21px !important;
}

    .rev_slider_wrapper .tp-caption.tp-resizeme.caption-btn.au-btn.round.au-btn--hover:focus {
        border-radius: 21px !important;
        -webkit-border-radius: 21px !important;
        -moz-border-radius: 21px !important;
        border-color: #253c5b;
        background-color: #253c5b;
        text-decoration: none;
    }

.rev_slider_wrapper .tp-caption.tp-resizeme.caption-btn.au-btn.round.au-btn--hover {
    margin-top: 30px;
}

#rev_slider_11 li .caption-1 {
    white-space: normal !important;
}

body.rightth #rev_slider_11 .tp-parallax-wrap:first-child {
    left: 570px !important;
}
/*body.leftth #rev_slider_11 .tp-parallax-wrap:first-child{
	right:570px !important;
}*/
@media (min-width:991px) {
    #rev_slider_11 li .caption-1 {
        font-size: 36px !important;
        max-width: 600px;
    }
}

@media (max-width:991px) {
    #rev_slider_11 .rev_slider_wrapper .tp-mask-wrap .caption-1 {
        margin-top: 50px !important;
        max-width: 400px !important;
        font-size: 30px !important;
    }

    #rev_slider_11 .rev_slider_wrapper .tp-mask-wrap .caption-2 {
        max-width: 400px !important;
        min-width: 400px !important;
    }
}

@media (max-width:800px) {
    #rev_slider_11 .rev_slider_wrapper .tp-mask-wrap .caption-1 {
        margin-top: 50px !important;
        max-width: 350px !important;
        font-size: 26px !important;
    }

    #rev_slider_11 .rev_slider_wrapper .tp-mask-wrap .caption-2, .rev_slider_wrapper .tp-mask-wrap .caption-3 {
        max-width: 350px !important;
        min-width: 350px !important;
        font-size: 16px;
    }
}

#page-title > div {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width:1335px) {
    .about-us .divider--shape-2up {
        top: -1px;
    }

    .about-us .divider--shape-2down {
        bottom: -1px;
    }
}

.myinfo > div > div {
    margin-top: 10px;
}

    .myinfo > div > div:first-child {
        margin-top: 0px;
    }

.my-mini-fav ul {
    padding-right: 0;
}

    .my-mini-fav ul > li {
        position: relative;
        margin-bottom: 20px;
        margin-right: 0;
        /*top: 30px;*/
        color: #333;
    }

        .my-mini-fav ul > li .remove {
            position: absolute;
            right: 0;
            top: 30px;
            font-size: 14px;
        }

            .my-mini-fav ul > li .remove.rightth {
                left: 0;
                right: auto;
            }

        .my-mini-fav ul > li .image-holder img {
            float: left;
            max-width: 80px;
            margin-top: 2px;
            margin-right: 11px;
        }

        .my-mini-fav ul > li a {
            color: #333;
        }

        .my-mini-fav ul > li .image-holder img.rightth {
            float: right;
            margin-left: 11px;
        }

        .my-mini-fav ul > li .image-holder .product-name {
            display: inline-block;
            margin-top: 20px;
        }

        .my-mini-fav ul > li .quantity {
            display: block;
        }

            .my-mini-fav ul > li .quantity .amount {
                display: block;
                margin-bottom: 3px;
            }

            .my-mini-fav ul > li .quantity .amount {
                display: block;
                margin-bottom: 3px;
            }

.my-mini-fav #fav.au-btn, body.leftth #updateinfo {
    width: 200px;
}

.last-orders #history.au-btn {
    width: 195px;
}

body.leftth #filter-sidebar .title, body.leftth #filter-mobile-btn {
    font-family: "Raleway-Bold"
}

body.rightth .update-info input[type='radio'] {
    margin-right: 20px;
}

body.leftth .update-info input[type='radio'] {
    margin-left: 20px;
}

.update-info label[for='female'], .update-info label[for='male'] {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0 20px;
}

.update-info input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    top: -2px;
    left: 0px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.update-info input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    top: -2px;
    left: 0px;
    position: relative;
    background-color: #253c5b;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

body.leftth .update-info input[type='radio']:checked:after, body.leftth .update-info input[type='radio']:after {
    top: -1px;
    left: -1px;
}

.caption-pointer {
    position: absolute;
    margin-top: -100px;
}

.user-menu::after {
    content: "";
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    top: 12px;
}

.navbar-mobile .user-menu::after {
    top: 22px;
}

body.leftth .user-menu::after {
    margin-left: 3px;
}

body.rightth .user-menu::after {
    margin-right: 3px;
}

body.rightth .navbar-desktop > ul > li:last-child.has-children {
    padding-right: 10px;
    padding-left: 20px;
}

body.leftth .navbar-desktop > ul > li:last-child.has-children {
    padding-right: 20px;
    padding-left: 10px;
}

#category .item h5 {
    margin-top: 10px;
}

#category .item {
    margin-bottom: 21px;
}

    #category .item .thumb {
        margin-bottom: 0px;
    }

.navbar-mobile .heading {
    line-height: 7ex;
    display: block;
}

    .navbar-mobile .heading .left {
        width: 40px;
    }

        .navbar-mobile .heading .left > a.navbar-mobile__toggler {
            vertical-align: middle;
        }

            .navbar-mobile .heading .left > a.navbar-mobile__toggler > span:first-child {
                margin: 0;
            }

.navbar-mobile .user-menu {
    width: 40px;
}

.navbar-mobile .heading .widget {
    line-height: normal;
}

.navbar-mobile .heading #usermenu li.current > a:before, .navbar-mobile .heading #usermenu li:hover > a:before {
    content: "";
    width: 9px;
    height: 1px;
    background-color: #ab8182;
    position: absolute;
    /*   top: 50%;*/
    margin-top: 13px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 17px;
}

body.leftth .navbar-mobile .heading #usermenu li.current > a:before, body.leftth .navbar-mobile .heading #usermenu li:hover > a:before {
    margin-top: 10px;
}

.intro-section {
    padding-top: 0px !important;
    padding-bottom: 120px;
    background-color: #222222;
}
    .intro-section > div > h2 > a {
        text-shadow: 3px 3px #4f4f4c;
    }
    body.introbody {
        background-color: #222222;
    }

body.rightth .navbar-mobile .heading #usermenu ul li.current > a, body.rightth .navbar-mobile .heading #usermenu ul li:hover > a {
    padding-right: 6px;
    color: #ab8182;
}

body.leftth .navbar-mobile .heading #usermenu ul li.current > a, body.leftth .navbar-mobile .heading #usermenu ul li:hover > a {
    padding-left: 6px;
    color: #ab8182;
}

.navbar-mobile .heading #usermenu .sub-menu {
    width: 245px;
    padding: 25px 25px;
    background-color: #222;
}

    .navbar-mobile .heading #usermenu .sub-menu ul {
        padding: 0;
    }

.shopdiv:hover, .academydiv:hover {
    background-size: 120%;
}

.shopdiv h2, .academydiv h2 {
    display: table-cell;
    vertical-align: middle;
}

.shopdiv a, .shopdiv a:hover, .shopdiv a:visited, .shopdiv a:focus, .academydiv a, .academydiv a:hover, .academydiv a:visited, .academydiv a:focus {
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}

.shopdiv, .academydiv {
    text-align: center;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: table;
}

@media (max-width:900px) {
    .shopdiv, .academydiv {
        height: 200px;
    }
}

.intro-navbar .center {
    width: 120px;
}

.intro-header .intro-navbar .action {
    color: #fff !important;
}

.intro-navbar .lnr-menu, .intro-navbar .lnr-magnifier {
    font-size: 24.31px
}

.intro-navbar .language .current {
    color: #c9a959 !important;
    /*color: #253c5b !important;*/
}

.intro-navbar .language a, .intro-navbar .language a:hover {
    color: #fff !important;
}
input[type=radio][name="Pay"], input[type=radio][name="bank"] {
    accent-color: #253c5b;
}
@media (max-width:900px) {
    .intro-navbar .center {
        width: 100px;
    }

    .intro-navbar .lnr-magnifier {
        font-size: 20.31px !important;
    }

    .intro-navbar .language {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .navbar-desktop:not(.aside).has-bg {
        padding: 15px 30px;
    }
}

@media (max-width: 576px) {
    .intro-navbar .center {
        width: 85px;
    }
}
@media (min-width: 1190px) and (max-width: 1203px) {
    .navbar-desktop > ul > li, .navbar-desktop.fixed > ul > li {
        margin-right: 0px;
    }
}
.intro-header .navbar-desktop .right {
    width: 90px;
}

@media (min-width: 1011px) and (max-width: 1241px) {
    body.leftth .navbar-desktop:not(.aside).has-bg {
        padding: 15px 50px;
    }
}

@media (max-width: 991px) {
    .rev_slider_wrapper .tp-mask-wrap .caption-1 {
        margin-top: 30px !important;
    }
}

@media (min-width: 1440px) {
    .shopdiv, .academydiv {
        height: 350px;
    }
}

@media (min-width: 1900px) {
    .shopdiv, .academydiv {
        height: 400px;
    }
}

.intro-header .action span.menu-sidebar-icon {
    display: none;
}

body.rightth #modalSearch .modal-content input::-webkit-input-placeholder {
    font-family: IRANSans-light;
}

body.rightth #modalSearch .modal-content input:-moz-placeholder {
    font-family: IRANSans-light;
}

body.rightth #modalSearch .modal-content input::-moz-placeholder {
    font-family: IRANSans-light;
}

body.rightth #modalSearch .modal-content input:-ms-input-placeholder {
    font-family: IRANSans-light;
}

#courses-carousel .owl-item .item .testimonials-item h5 {
    margin-bottom: 15px;
}

@media (max-width: 505px) {
    .flipster-item .content {
        height: auto;
    }

    .flipster-item {
        width: 100%;
    }

        .flipster-item .body .end {
            margin-bottom: 75px;
        }
}

.flipster__nav__link::after {
    background: #253c5b;
}

.flipster {
    overflow: hidden;
}
/* همکاری*/
.position-relative {
    position: relative !important;
}

#Cooperation .image-wrapper {
    width: 79%;
}

#Cooperation .Cooperation.style-2 {
   /* position: absolute;
    left: 0;*/
   /* top: 50%;*/
    /*transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);*/
    padding: 18px 16px;
    background: #fff;
/*    width: 65%;*/

  /*  height: 420px;*/
    text-align: center;
}
#Cooperation .body .contact-form {
    margin-top: 15px;
}
#Cooperation .body .post {
    margin-top: 15px;
    margin-bottom: 15px;
}
#Cooperation .Cooperation.style-2 .bg-border {
    border: 1px dashed #253c5b;
    height: 100%;
    text-align: justify;
    padding: 15px 15px;
}

        #Cooperation .Cooperation.style-2 .bg-border h2 {
            font-size: 22px;
            margin-top: 10px;
        }

body.leftth #Cooperation .Cooperation.style-2 {
    right: 0;
    left: unset;
    height: 430px;
}

body.leftth #Cooperation .Cooperation .body > p {
    font-size: 14px;
    line-height: 1.55;
}

@media (min-width: 992px) and (max-width: 1200px) {
    body.leftth #Cooperation .Cooperation.style-2 {
     /*   height: 450px;*/
    }

    body.leftth #Cooperation .contact-form .signup .form-control {
        height: 37px;
    }

    body.leftth #Cooperation .contact-form .signup .au-btn {
        height: 37px;
    }
}

.contact-form .signup .form-control {
    margin-bottom: 10px;
    height: 40px;
    background-color: #f9f9f9;
}

    .contact-form .signup .form-control::-webkit-input-placeholder { /* WebKit browsers */
        font-size: 13px; /* 1em -> input font-size * 1 -> 40px * 1 = 40px */
    }

    .contact-form .signup .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        font-size: 13px;
    }

    .contact-form .signup .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 13px;
    }

    .contact-form .signup .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
        font-size: 13px;
    }

.contact-form .signup .form-holder.last #signup {
    width: 100%;
}

@media(max-width:991px) {
    #Cooperation .Cooperation.style-2 {
        height: auto !important;
        top: auto;
    }

    #Cooperation .contact-form form {
        padding-top: 0;
        border: none;
        margin-top: 0;
        margin-bottom: 10px !important;
    }

    #Cooperation .position-relative {
        height: 665px;
    }
}

@media(max-width:767px) {
    #Cooperation .position-relative {
        height: 710px;
    }
}

@media(max-width:643px) {
    #Cooperation .position-relative {
        height: auto;
    }

    #Cooperation .Cooperation.style-2 {
        position: static;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    #Cooperation .image-wrapper, #Cooperation .Cooperation.style-2 {
        width: 90%;
        margin: 0 auto;
    }
}

body.rightth #course-section .widget-title h5 {
    font-family: "IRANSans";
    font-weight: 400;
}

#course-section .widget_categories {
    margin-bottom: 0;
}

#course-section .widget-price .price {
    color: #333;
    font-weight: 600;
    position: relative;
}

body.rightth #course-section .widget-price .info-off .discount-price .amount {
    padding-right: 80px;
}

body.leftth #course-section .widget-price .info-off .discount-price .amount {
    padding-left: 55px;
}

#course-section .post .post-body {
    padding-top: 10px;
}

    #course-section .post .post-body > h4 {
        padding-bottom: 10px;
    }

body.rightth #course-section .widget-price .price {
    font-family: "IRANSans" !important;
    font-size: 18px;
    padding-right: 30px;
    line-height: 2;
}

    body.rightth #course-section .widget-price .price::before {
        left: auto !important;
        right: 0;
    }

body.leftth #course-section .widget-price .price {
    font-size: 16px;
    padding-left: 25px;
    line-height: 2;
}

    body.leftth #course-section .widget-price .price::before {
        content: "";
        width: 23px;
        height: 2px;
        background: #333;
        right: auto !important;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

#course-section .widget-price .price::before {
    width: 18px !important;
}

body.rightth #course-section .widget-price .info-off .price .amount {
    padding-right: 65px;
    font-size: 21px;
}

#course-section .widget_person {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #course-section .container {
        max-width: 720px;
    }

        #course-section .container .row .col-md-9 {
            -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
            max-width: 75% !important;
        }

    #course-section .col-md-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    body.rightth #course-section .col-md-9 {
        float: right;
    }

    body.rightth #course-section .col-md-3 {
        float: left;
    }

    body.leftth #course-section .col-md-9 {
        float: left;
    }

    body.leftth #course-section .col-md-3 {
        float: right;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #course-section .container {
        max-width: 540px;
    }
}

@media (min-width: 992px) {
    #course-section .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #course-section .container {
        max-width: 1200px;
    }
}

body.leftth .flipster-item .body .end button {
    width: 170px;
}

body.leftth .flipster-item .heading h4 {
    margin-top: 5px;
}

body.leftth .flipster-item p {
    line-height: 1.5;
}

body.leftth .flipster-item .body .end .cost .price {
    float: left;
}

    body.leftth .flipster-item .body .end .cost .price.discount {
        float: right;
    }

#courses-carousel .testimonials-item > p {
    color: #666 !important;
}

.widget_price_filter #professor, .widget_price_filter #Mprofessor {
    border: 1px solid #e5e5e5;
    padding: 0 14px;
    font-size: 14px;
}

    .widget_price_filter #professor::placeholder, .widget_price_filter #Mprofessor::placeholder {
        font-size: 14px;
    }

@media (min-width: 1200px) {
    .blog-masonry .product-item.course-item .thumb, .shop-list .product-item.course-item .thumb {
        height: 174px;
        overflow: hidden;
    }

    .blog-masonry .product-item.course-item .product--img img, .shop-list .product-item.course-item .product--img img {
        height: 167px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .blog-masonry .product-item.course-item .thumb, .shop-list .product-item.course-item .thumb {
        height: 174px;
        overflow: hidden;
    }

    .blog-masonry .product-item.course-item .product--img img, .shop-list .product-item.course-item .product--img img {
        height: 119px;
    }
}

@media (max-width: 991px) and (min-width:768px) {
    .blog-masonry .product-item.course-item .thumb, .shop-list .product-item.course-item .thumb {
        height: 200px;
        overflow: hidden;
    }

    .blog-masonry .product-item.course-item .product--img img, .shop-list .product-item.course-item .product--img img {
        height: 194px;
    }
}
.fa.fa-instagram {
    font-family: FontAwesome !important;
}
.listCourse.col-md-12{
    display: table;
}
.listCourse {
    margin-bottom: 80px;
}
    .collapse a{
        text-decoration:underline;
    }
    .listCourse .title, .listCourse .dots, .listCourse .value {
        display: table-cell;
    }

.listCourse .title, .listCourse .value {
    white-space: nowrap;
}

 /*.table {
    width: 500px;
    margin: 10px;
}*/

.listCourse .dots {
    border-bottom: 1px dotted gray;
    width: 100%;
}
.courseList .panel {
    background-color: #f4f4f4;
    padding: 10px 10px;
}
.courseList a {
    color: #444242;
}
.courseList .panel--body {
    padding: 10px 10px;
}
#Video-carousel .item-box video {
    width: 100%;
    left: 0;
}
#Video-carousel .item-box .rtopVideoPlayerWrapper .rtopVideoPlayer .rtopVideoHolder.hasFAIcons::after {
    left: 0;
}
.my-flipster .flipster__nav__item:last-child {
    display: none !important;
}
.my-flipster .flipster__item__content{
    background-color:#fff;
}
#courses-carousel .testimonials-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    height: 220px;
}
    #courses-carousel .testimonials-item::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.25);
    }
#courses-carousel-mob {
    display: none;
}
@media (max-width: 767px) {
    #courses-carousel{
        display:none;
    }
    #courses-carousel-mob {
        display: block;
    }
}
#courses-carousel-mob > div > a {
    width: 300px;
    float: right;
    text-align: center;
    overflow: hidden;
    height: 280px;
    margin-left: calc( calc(50% - 300px) / 2);
    margin-right: calc( calc(50% - 300px) / 2);
}
@media (max-width: 767px) {
    .section-primary {
        padding-bottom: 0;
    }
}
#courses-carousel-mob .item .reporter {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    align-items: center;
    bottom: 20px;
    position: absolute;
    right: 20px;
}
#courses-carousel-mob .testimonials-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    height: 220px;
    margin-bottom: 10px;
}
    #courses-carousel-mob .testimonials-item::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.25);
    }
#courses-carousel-mob .avatar img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    width: 70px;
    border: 2px solid #ddbbb9;
}
@media (max-width: 767px) {
    #courses-carousel-mob > div > a {
        margin-left: calc( calc(50% - 250px) / 2);
        margin-right: calc( calc(50% - 250px) / 2);
        width: 250px;
        height: 270px;
    }
    #courses-carousel-mob .testimonials-item{
        height:180px;
    }
}
@media (max-width: 580px) {
    #courses-carousel-mob > div > a {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
       padding-bottom:20px
    }

   
}
#courses-carousel-mob h5, #courses-carousel h5 {
    font-size: 20px;
}

#courses-carousel p, #courses-carousel-mob p {
    color: #666;
}
.formrequired {
    color: #ff3333 !important;
    position: relative !important;
    bottom: 0 !important;
}
#Mobile {
    -moz-appearance: textfield;
}
    #Mobile::-webkit-outer-spin-button,
    #Mobile::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
.Latest-blog h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
}

.Latest-blog .blogthumb > img {
    border: 4px double #ab8182;
    margin: 5px 0;
}

.Latest-blog.sidebar {
    margin-top: 0px;
}

.sidebar.tags {
    padding: 30px 0px;
}

.tags .tag {
    padding: 3px 10px;
    border: 1px dashed #253c5b;
    color: #333;
    line-height: 2.5;
}

.tags a.tag:hover, .tags a.tag:visited, .tags a.tag:active {
    color: #fff;
}

.tags .tag:hover {
    background-color: #253c5b;
}

.blog-single .share-post.pull-left {
    direction: ltr;
    text-align: left;
}

.blog-single .entry--meta.pull-right {
    text-align: right;
    direction: rtl;
}

.blog-single .share-post.pull-right {
    direction: rtl;
    text-align: right;
}

.entry--content.clearfix {
    margin-top: 10px;
}

.blog-single .entry--meta.pull-left {
    text-align: left;
    direction: ltr;
}

.blog-single .entry--meta > span {
    padding: 0 5px;
}

.blog-single .entry--meta a {
    color: #666;
}
.listCourse > .col-md-12 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.listCourse .accordion-toggle.collapsed:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 9px;
    color: white;
}

.listCourse .accordion-toggle:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
    position: absolute;
    margin-top: 6px;
    font-size: 9px;
    right: 17px;
}
.listCourse .accordion-toggle {
    margin-right: 5px;
}
.listCourse .panel-collapse.panel--body > p:first-child {
    text-align: center;
}
.leftth .listCourse .accordion-toggle {
    margin-left: 5px;
    margin-right: auto;
}
.leftth .accordion-toggle:after {
    right: auto;
    left: 17px;
}
.btn-primary:hover, .btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #253c5b;
    border-color: #253c5b;
}
#Video-carousel .owl-item {
    width: 150px !important;
    height: 330px !important;
}
    #Video-carousel .owl-item video {
        width: 150px !important;
        height: 267px !important;
        margin: auto;
    }
    #Video-carousel .owl-item .rtopVideoHolder {
        height: 267px !important;
    }
#Video-carousel .owl-dots{
    display:block!important;
}
#DiscountCode {
    background-color: #fff;
    margin-bottom: 15px;
    height: 40px;
}
@media(min-width: 992px) and (max-width: 1032px) {
    .navbar-desktop .right {
        width: 117px !important;
    }

    body.rightth .navbar-desktop > ul > li:last-child.has-children > a {
        max-width: 115px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        text-wrap: nowrap;
    }

    .navbar-desktop > ul > li > a {
        font-size: 13px;
    }
}
    .highlight, .highlight:visited, .highlight :focus {
        color: #253c5b !important;
    }

    .countdown-timer-wrapper {
        border-radius: 5px;
        background-color: #525151;
        margin-bottom: 20px;
        max-width: 300px;
        margin: 50px auto;
    }

        .countdown-timer-wrapper h5 {
            font-size: 14px;
            letter-spacing: 0.5px;
            text-align: center;
            padding-top: 10px;
            text-shadow: none;
        }

        .countdown-timer-wrapper .timer {
            padding: 10px;
            text-align: center;
            padding-top: 15px;
        }

            .countdown-timer-wrapper .timer .timer-wrapper {
                display: inline-block;
                width: 60px;
                height: 50px;
            }

                .countdown-timer-wrapper .timer .timer-wrapper .time {
                    font-size: 28px;
                    font-weight: bold;
                    color: #ffffff;
                }

                .countdown-timer-wrapper .timer .timer-wrapper .text {
                    font-size: 12px;
                    color: rgba(255, 255, 255, 0.7);
                }


