﻿/*
  Project Name: Frudbaz - Fast Food Restaurant HTML Template
  Description: Fast Food Restaurant HTML Template
  Version: 1.0
*/


/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. hero
4. category
5. offer
6. shop
7. cta
8. team
9. testimonial
10. blog
11. brand
12. footer
13. about
14. reservation
15. services
16. recipe menu
17. preloder
18. page title
19. faq
20. history
21. contact
*/


/* 1. Theme default css */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Lilita+One&family=Sofia&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&amp;family=Roboto:wght@300;400;500;700&amp;family=Sofia&amp;display=swap');

@font-face {
    font-family: 'IranYekan';
    src: url('../fonts/iranyekanwebregular.eot');
    src: url('../fonts/iranyekanwebregular.eot') format('embedded-opentype'), url('../fonts/iranyekanwebregular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'iconset';
    src: url("/fonts/icons/icomoon.eot?16qv2w");
    src: url("/fonts/icons/icomoon.eot?16qv2w#iefix") format("embedded-opentype"), url("/fonts/icons/icomoon.ttf?16qv2w") format("truetype"), url("/fonts/icons/icomoon.woff?16qv2w") format("woff"), url("/fonts/icons/icomoon.svg?16qv2w#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body {
    direction: rtl;
    text-align: right;
    font-family: 'IranYekan', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #706c61;
    background: #faf7f2;
}

.body_wrap {
    overflow: hidden;
    position: relative;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.cursor-flesh {
    cursor: pointer !important;
    background: url(/img/felesh.gif) no-repeat left center;
    background-color: #fff !important;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.maxw_1600 {
    max-width: 1600px;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
    }

    a:focus,
    a:hover,
    .gallery-cat a:hover,
    .footer -menu li a:hover {
        text-decoration: none;
    }

    a:hover {
        color: #ff8e28;
    }

a,
button {
    color: #ff8e28;
    outline: medium none;
    cursor: pointer;
}

button {
    padding: 0px;
    border: none;
    outline: none;
    background: none;
    display: inline-block;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'IranYekan', cursive;
    font-weight: normal;
    color: #1e1d23;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
    color: #8d8d8d;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

i,
span,
a {
    display: inline-block;
}

a {
    text-decoration: none;
}

.mw-90 {
    max-width: 90% !important
}

#Btn_Search {
    height: 45px;
    border-radius: 13px;
    color: #026d0e;
}

input[type=text], textarea, select {
    width: 100%;
    height: 45px;
    background-color: #fbfaf7;
    border: 1px solid transparent;
    padding: 0px 20px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border: 2px solid #f7f7f7;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

*::-moz-selection {
    background: #ff8e28;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #ff8e28;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ff8e28;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}

*::placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}

.separator {
    border-top: 1px solid #f2f2f2
}
/* button style */
.thm_btn {
    font-size: 14px;
    padding: 16px 30px;
    text-align: center;
    position: relative;
    color: #fefefe;
    text-transform: uppercase;
    background: #ff8e28;
    font-weight: 700;
    display: inline-block;
    border-radius: 10px;
}

    .thm_btn:hover {
        color: #fff;
        background-color: #00a850;
    }

.thm_btn-2 {
    background-color: #00a850;
}

    .thm_btn-2:hover {
        background-color: #ff8e28;
    }

.thm_btn-white, .thm_btn-white:hover {
    background-color: #fff;
    color: #1e1d23;
}
/* 2. header */
.transparent_header {
    /*position: absolute;
	top: 0;
	left: 0;*/
    width: 100%;
    /*right: 0;*/
    z-index: 9;
    background: #fff !important;
}

.header_area .header_space {
    padding: 35px 120px;
}

.timeRem {
    width: 190px !important;
    border-radius: 40px !important;
    border-color: #fff !important;
    background: #f6f6f6 !important;
}

    .timeRem span {
        color: #5143FF;
        font-size: 14px
    }

.userBtn {
    width: 190px !important;
    border-radius: 40px !important
}

.container-fluid {
    padding: 0 50px !important;
}

#check-role .modal-body span {
    font-size: 13.4px !important;
    margin-bottom: 0px !important;
}

.main_menu_wrap .active a {
    background: #fff !important;
    height: 35px;
    color: #ff6a00 !important;
    padding: 7px 10px !important;
    border-radius: 30px;
}

header .logo {
    position: relative;
    padding: 15px 102px 15px 0;
}

    header .logo img {
        position: absolute;
        right: 0;
        top: 5px;
        bottom:5px;
        max-width:80px;
    }

    header .logo h1 {
        color: #5c5c5c;
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
    }

        header .logo h1 span {
            color: #3b7822;
        }

    header .logo p {
        color: #707070;
        font-size: 12px;
    }

header .loginBtn {
    width: 190px !important;
    border-radius: 40px !important;
}

.btnMoreLess {
    position: absolute;
    bottom: -18px;
    left: 4%;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    background: #26E0A9;
    color: #fff;
    border-radius: 5px;
    font-size: 28px;
    line-height: 20px;
    z-index: 100;
}

    .btnMoreLess:hover {
        cursor: pointer;
        background: #26E0A9;
    }

.main_menu ul li {
    display: inline-block;
    margin-left: 50px;
    position: relative;
}

    .main_menu ul li:last-child {
        margin-left: 0;
    }

    .main_menu ul li a {
        padding: 25px 0;
        color: #1e1d23;
        font-weight: 500;
        font-size: 15px;
        display: inline-block;
        text-transform: uppercase;
        position: relative;
    }

    .main_menu ul li:hover > a::before, .main_menu ul li.active > a::before {
        width: 100%;
        right: auto;
        left: 0;
    }

    .main_menu ul li:hover > a, .main_menu ul li.active > a {
        color: #ff8e28;
    }

    .main_menu ul li ul.sub-menu {
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 230px;
        background: #fff;
        padding: 15px 0;
        border-radius: 3px;
        z-index: 99;
        transform-origin: 50% 0;
        box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
    }

    .main_menu ul li:hover > ul.sub-menu {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
    }

    .main_menu ul li ul.sub-menu li {
        margin: 0;
        display: block;
        padding: 6px 25px;
    }

        .main_menu ul li ul.sub-menu li a {
            color: #1e1d23;
            display: block;
            font-size: 15px;
            padding: 0;
            text-transform: capitalize;
        }

        .main_menu ul li ul.sub-menu li:hover > a, .main_menu ul li ul.sub-menu li.active > a {
            color: #ff8e28;
        }

    .main_menu ul li ul.submenu li a::before {
        background: none;
    }

    .main_menu ul li ul.sub-menu li ul.sub-menu {
        top: 10%;
        left: 100%;
        transform-origin: 50% 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }

    .main_menu ul li ul.sub-menu li:hover > ul.sub-menu {
        top: 0;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
    }

.main_menu ul .dropdown ul.sub-menu .dropdown > a::after {
    position: absolute;
    top: 7px;
    right: 0;
    line-height: 1;
    font-size: 10px;
    content: "\e649";
    font-family: 'themify';
}

.header_carts {
    margin-right: 80px;
}

    .header_carts .icon {
        width: 55px;
        height: 55px;
        background: #fff;
        text-align: center;
        line-height: 55px;
        border-radius: 50%;
        box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
        color: #1e1d23;
        position: relative;
        margin-right: 20px;
    }

    .header_carts .cart_counter {
        top: 0px;
        left: -6px;
        height: 25px;
        color: #ffffff;
        min-width: 25px;
        font-size: 12px;
        line-height: 25px;
        text-align: center;
        position: absolute;
        border-radius: 45px;
        background-color: #ff8e28;
    }

.header_right .search_box {
    position: relative;
    padding: 0;
}

    .header_right .search_box input {
        padding: 0px 25px;
        background: #fff;
        outline: none;
        color: #1e1d23;
        width: 350px;
        height: 55px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 10px;
        box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
        padding-left: 50px;
    }

    .header_right .search_box button {
        position: absolute;
        background: transparent;
        top: 0;
        left: 18px;
        bottom: 0;
        border: 0;
        color: #1e1d23;
        font-size: 18px;
    }

.responsive-div-for-Moshaverin {
    display: none;
}


.header_2 .header_space {
    padding: 20px 85px;
}

.header_2 .main_menu_wrap .main_menu {
    justify-content: center;
}

.header_2 .header_carts, .header_3 .header_carts {
    margin-right: 0;
}

.sticky {
    background: #fff;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 0;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 44;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.header_area .header_space.sticky {
    padding: 8px 85px;
}

.header_1 .header_space.sticky {
    padding: 8px 120px;
}

.header_3 .main_menu ul li a {
    padding: 25px 0;
    color: #1e1d23;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}

.header_search_wrap {
    position: relative;
}

.search_main > i, .search_main span {
    cursor: pointer;
    color: #1e1d23 !important;
}

.search_main span {
    display: none;
}

.header_search_wrap .search_form_main {
    padding: 15px;
    position: absolute;
    left: 0;
    top: 80px;
    width: 350px;
    z-index: 33;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e1e1e1;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.search_form_main.active_search {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    background: #fff;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.search_form_main form {
    position: relative;
}

.search_form_main input {
    width: 100%;
    height: 55px;
    border: 0;
    background: #f4f4f4;
    padding: 20px;
}

.search_form_main button {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    background: #1e1d23;
    height: 55px;
    width: 55px;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
}

.header_search_wrap .icon {
    margin-right: 0;
}

.header_3 .logo a img:nth-child(2), .header_3 .sticky .logo a img:nth-child(1) {
    display: none;
}

.header_3 .sticky .logo a img:nth-child(2) {
    display: inline-block;
}

.header_3 .sticky .main_menu ul li > a {
    color: #1e1d23;
}

.header_3 .main_menu ul li:hover > a, .header_3 .main_menu ul li.active > a {
    color: #ff8e28;
}

.header_3 .header_space {
    padding: 35px 0px;
}

    .header_3 .header_space.sticky {
        padding: 8px 240px;
    }

.header_3 .main_menu_wrap .main_menu {
    justify-content: center;
}

.header_3 .header_carts .icon {
    background: transparent;
    border: 2px solid #848484;
    color: #1e1d23 !important;
}

.header_3 .sticky .header_carts .icon {
    color: #1e1d23;
    border-color: #ccc5c5;
}
/* 3. hero */
.hero_area {
    position: relative;
}

    .hero_area.hero_1::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 56%;
        background: #fff;
        height: 100%;
        content: "";
        z-index: -1;
    }

.hero_wrap {
    display: flex;
    align-items: center;
}

.hero_1 .hero_wrap {
    padding: 0 120px;
    padding-top: 120px;
}

.hero_area .hero_height {
    min-height: 950px;
}

.hero_area .hero_img .d_img {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 95px;
}

.hero_area .info_list {
    text-align: left;
}

.hero_area .hero_img {
    position: relative;
    margin-right: 40px;
}

.hero_1 .hero_img > img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.hero_area .hero_text h5 {
    font-size: 22px;
    color: #ff8e28;
    font-family: 'IranYekan', cursive;
    margin-bottom: 25px;
}

.hero_area .hero_text h2 {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.1;
}

.hero_area .hero_text p {
    font-size: 18px;
    line-height: 30px;
    max-width: 500px;
}

.hero_area .hero_text .hero_btn .thm_btn {
    margin-top: 20px;
    margin-left: 30px;
}

    .hero_area .hero_text .hero_btn .thm_btn:last-child {
        margin-left: 0;
    }

.info_list li {
    padding-left: 88px;
    position: relative;
    margin-bottom: 70px;
}

    .info_list li:last-child {
        margin-bottom: 0;
    }

    .info_list li .count {
        position: absolute;
        width: 55px;
        height: 55px;
        top: 50%;
        left: 0;
        box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background: #fff;
        text-align: center;
        line-height: 55px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        color: #1e1d23;
        font-weight: 500;
        font-size: 18px;
    }

    .info_list li h4 {
        font-size: 18px;
        font-family: 'IranYekan', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

.hero_bottom {
    position: absolute;
    bottom: 70px;
    left: 135px;
    right: 135px;
}

    .hero_bottom .hero_video {
        float: left;
        padding-top: 15px;
    }

    .hero_bottom .hero_social {
        padding-top: 15px;
    }

.hero_social li a {
    color: #1e1d23;
    font-weight: 500;
}

.hero_social li {
    margin-left: 50px;
    position: relative;
    margin-top: 10px;
}

    .hero_social li:last-child {
        margin-left: 0;
    }

.info_list li::before {
    position: absolute;
    top: 50%;
    left: 29px;
    content: "";
    background: #e0ddd7;
    width: 1px;
    bottom: 0;
    height: 150px;
}

.info_list li:last-child::before {
    display: none;
}

.hero_social li i {
    padding-left: 5px;
}

.hero_video a {
    color: #1e1d23;
    font-weight: 700;
    font-size: 16px;
}

    .hero_video a span {
        width: 55px;
        height: 55px;
        background: #fff;
        text-align: center;
        margin-right: 20px;
        line-height: 55px;
        border-radius: 50%;
    }

.hero_area.hero_2 {
    margin: 0 100px;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px 25px 0 0%;
}

.hero_2 .header_space {
    padding: 20px 85px;
}

.hero_2 .hero_text h2 {
    color: #fff;
}

    .hero_2 .hero_text h2 span {
        color: #00a850;
    }

        .hero_2 .hero_text h2 span:nth-child(2) {
            color: #ff8e28;
        }

.hero_2 .hero_text p {
    color: #eaeaea;
}

.hero_2 .hero_wrap {
    padding: 0 190px;
}

.hero_2 .hero_height {
    min-height: 850px;
}

.hero_2 .hero_img {
    float: left;
}


.pagination ul {
    display: block;
    margin: 0 auto 30px;
}

    .pagination ul li {
        display: inline-block;
        font-size: 16px;
        line-height: 29px;
        text-align: center;
    }

        .pagination ul li a {
            display: inline-block;
            width: 31px;
            height: 31px;
            text-align: center;
            /*border:1px solid #707070;*/
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            border-radius: 7px;
            /*margin:0 5px;*/
        }

            .pagination ul li a:hover {
                color: #5143FF;
                cursor: pointer;
            }

        .pagination ul li.active {
            color: #FFF;
            background-color: #FF720B !important;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            border-radius: 7px;
            text-align: center;
            width: 31px;
            height: 31px;
            font-weight: 600;
        }

        .pagination ul li.disabled {
            opacity: 0.2;
        }

        .pagination ul li.next {
            width: auto;
            margin-right: 5px;
        }

            .pagination ul li.next a {
                width: auto;
            }

            .pagination ul li.next i {
                font-size: 9px;
                margin-right: 5px;
            }

        .pagination ul li.prev {
            width: auto;
            margin-left: 5px;
        }

            .pagination ul li.prev a {
                width: auto;
            }

            .pagination ul li.prev i {
                font-size: 9px;
                margin-left: 5px;
                float: right;
                transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                margin-top: 20px;
            }


.category_slide {
    display: flex;
    justify-content: space-around;
    background: #1e1d23;
    flex-wrap: wrap;
}

    .category_slide .cs_item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 35px 20px;
        border-left: 2px solid #2c2a32;
        flex-basis: 12.5%;
    }

        .category_slide .cs_item:last-child {
            border-left: 0;
        }

        .category_slide .cs_item a {
            display: flex;
            align-items: center;
        }

        .category_slide .cs_item .cs_text h5 {
            font-size: 18px;
            text-transform: uppercase;
            color: #fff;
            font-family: 'IranYekan', sans-serif;
            font-weight: 500;
            margin-bottom: 0;
        }

        .category_slide .cs_item .cs_icon {
            max-width: 27px;
            margin-left: 11px;
        }

.hero_search_form {
    max-width: 510px;
    margin-top: 40px;
    position: relative;
}

    .hero_search_form input, .footer_top input {
        width: 100%;
        height: 55px;
        color: #ffff;
        background-color: rgb(37, 36, 42, 0.36);
        border: 1px solid #454449;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
    }

    .hero_search_form button, .footer_top button {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 0 30px;
        border: none;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        transition: .3s;
        background: #ff8e28;
        border-radius: 7px;
    }

    .hero_search_form input {
        background: #1e1d23;
        border: 0;
        height: 58px;
    }

    .hero_search_form button i {
        padding-left: 7px;
    }

.hero_2 .hero_social li a {
    color: #fff;
}

.hero_2 .hero_social {
    margin-top: 55px;
}

.hero_area.hero_3 {
    background-position: right;
    z-index: 1;
}

.hero_3 .hero_content_wrap {
    padding-top: 260px;
}

.hero_3 .hero_text h2 {
    font-size: 90px;
    margin-bottom: 80px;
    color: #fff;
}

    .hero_3 .hero_text h2 span {
        color: #ff8e28;
    }

.hero_3 .hero_img {
    margin-right: 0;
    z-index: 5;
    position: relative;
    max-width: 710px;
    margin: auto;
    margin-bottom: -180px;
    border-radius: 50%;
}

    .hero_3 .hero_img > img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

.section_notch, .section_notch_top, .section_notch_bottom {
    position: relative;
}

    .section_notch::before, .section_notch_top::before {
        content: "";
        position: absolute;
        background-image: url(../img/shape/section-notch-top.png);
        background-repeat: repeat-x;
        display: block;
        top: 0;
        width: 100%;
        height: 20px;
        z-index: 5;
    }

    .section_notch::after, .section_notch_bottom::after {
        content: "";
        position: absolute;
        background-image: url(../img/shape/section_notch_bottom.png);
        background-repeat: repeat-x;
        bottom: 0;
        width: 100%;
        height: 20px;
        z-index: 2;
    }

.hero_shape .shape {
    position: absolute;
    z-index: -1;
}

.hero_shape .hs_01 {
    right: 0;
    top: 28%;
}

.hero_shape .hs_02 {
    left: 0;
    top: 22%;
}

.hero_shape .his_01 {
    right: 31%;
    top: 48%;
}

.hero_shape .his_02 {
    left: 25%;
    top: 43%;
}

.hero_feat_wrap .hf_single {
    position: absolute;
    max-width: 230px;
}

    .hero_feat_wrap .hf_single h4 {
        color: #fff;
        font-family: 'IranYekan', sans-serif;
        font-weight: 800;
        text-transform: uppercase;
    }

    .hero_feat_wrap .hf_single p {
        color: #d6d6d6;
        margin-bottom: 0;
        font-size: 18px;
        font-family: 'IranYekan', cursive;
    }

.hero_feat_wrap .sf_01 {
    top: 53%;
    right: 14%;
    text-align: right;
}

    .hero_feat_wrap .sf_01 .hf_shape {
        margin-right: 85px;
        margin-top: 12px;
    }

.hero_feat_wrap .sf_02 {
    top: 67%;
    left: 14%;
    text-align: left;
}

    .hero_feat_wrap .sf_02 .hf_shape {
        margin-left: 145px;
        margin-bottom: 12px;
    }
/* 4. category */
.cat_single {
    background: #fff;
    border-right: 1px solid #f2f2f2;
    padding: 40px 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

    .cat_single:hover {
        background-color: #ff8e28;
    }

.cat_shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.cat_single:hover .cat_shape {
    opacity: 1;
}

.cat_single .cat_icon {
    max-width: 50px;
    margin-bottom: 30px;
}

.cat_single:hover .cat_icon img {
    filter: brightness(0) invert(1);
}

.cat_single .cat_number {
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 60px;
    color: #ff9e46;
    font-weight: 800;
    transition: .3s;
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
}

.cat_single:hover .cat_number {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}

.cat_single h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'IranYekan', sans-serif;
    margin-bottom: 11px;
}

    .cat_single h3 a:hover {
        color: #fff;
    }

.cat_single:hover h3, .cat_single:hover p {
    color: #fff;
}

.cat_single .cat_img {
    margin-top: 30px;
}

.category_active.owl-carousel .owl-nav div {
    position: absolute;
    right: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin: 0 -90px !important;
    padding: 0;
    text-align: center;
    background: #fff;
    color: #706c61;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    box-shadow: 0px 12px 8px 0px rgba(253, 143, 43, 0.06);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 20px;
}

.category_active.owl-carousel .owl-nav .owl-next {
    right: auto;
    left: 0;
}
/* 5. offer */
.offer_area {
    position: relative;
}

.section_bg {
    position: relative;
    z-index: 1;
}

    .section_bg::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 65%;
        height: 100%;
        background: #fff;
        content: "";
        z-index: -1;
    }

.offer_content .offer_btn {
    margin-top: 30px;
}

    .offer_content .offer_btn li {
        margin-top: 15px;
        margin-left: 50px;
    }

        .offer_content .offer_btn li:last-child {
            margin-left: 0;
        }

.offer_content .offer_price h4 {
    color: #ff8e28;
    font-size: 28px;
    font-weight: 700;
}

    .offer_content .offer_price h4 > span {
        color: #1e1d23;
        font-size: 20px;
        font-weight: 700;
        font-family: 'IranYekan', sans-serif;
    }

.offer_img {
    position: relative;
    margin-top: 45px;
}

    .offer_img .d_img {
        position: absolute;
        top: -12px;
        left: -12px;
        max-width: 110px;
    }

.offer_2 .offer_content .offer_price h4 > span {
    color: #fff;
}

.offer_img_bg {
    background-repeat: no-repeat;
    background-position: 90% 100%;
    background-size: cover;
}

.offer_2 .d_img {
    position: absolute;
    bottom: 35px;
    left: 35px;
    max-width: 109px;
}

.offer_3 .sec_title > h2 {
    font-size: 70px;
}

.offer_3 .offer_content {
    padding-left: 80px;
}

    .offer_3 .offer_content .offer_price h4 > span {
        color: #fff;
    }

    .offer_3 .offer_content h2 > span {
        color: #ff911c;
    }

.offer_3 .offer_img_bg {
    background-position: center;
}

.offer_3 {
    overflow: hidden;
    z-index: 1;
}

    .offer_3 .offer_shape {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
/* 6. shop */
.shop_single {
    padding: 30px 35px;
    border-radius: 15px;
    padding-top: 100px;
    position: relative;
}

    .shop_single .thumb .image img {
        width: 100%;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

    .shop_single:hover .thumb .image img {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
    }

    .shop_single .actions {
        position: absolute;
        top: 25px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        z-index: 2;
    }

        .shop_single .actions .action {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            color: #1e1d23;
            background: #faf7f2;
            position: relative;
            transition: .3s;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: .3s;
            -o-transition: .3s;
            margin-bottom: 10px;
            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -o-transform: translateY(-10px);
            opacity: 0;
            visibility: hidden;
            font-size: 16px;
            margin: 0 4px;
            border-radius: 7px;
        }

            .shop_single .actions .action:hover {
                background-color: #00a850;
                color: #fff;
            }

    .shop_single:hover .actions .action {
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .shop_single .content .cat {
        font-size: 14px;
        text-transform: uppercase;
        margin-left: 13px;
        font-weight: 500;
    }

.rating_star li {
    color: #feab2f;
    font-size: 15px;
    margin-left: 4px;
}

.shop_single .content {
    margin-top: 45px;
}

    .shop_single .content .title {
        font-size: 18px;
        font-weight: 700;
        font-family: 'IranYekan', sans-serif;
        text-transform: uppercase;
        margin-top: 12px;
        margin-bottom: 10PX;
    }

    .shop_single .content .s_bottom .price {
        color: #1e1d23;
        padding-left: 2px;
    }

    .shop_single .content .s_bottom span {
        color: #ed366a;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .shop_single .content .s_bottom .old {
        color: #706c61;
        text-decoration: line-through;
        position: relative;
        padding-right: 8px;
        margin-right: 4px;
    }

        .shop_single .content .s_bottom .old::before {
            position: absolute;
            right: 0;
            top: 0;
            content: "/";
        }

.shop_single .badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ed366a;
    padding: 6px 13px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 7px;
}

.masonry_active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .masonry_active button {
        background: #fff;
        color: #0c0c0c;
        border: none;
        font-weight: 700;
        font-size: 15px;
        padding: 14px 25px;
        cursor: pointer;
        transition: .3s;
        margin-bottom: 20px;
        text-transform: uppercase;
        box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
        border-radius: 10px;
        margin-left: 25px;
    }

        .masonry_active button:last-child {
            margin-left: 0;
        }

        .masonry_active button:hover, .masonry_active button.active {
            color: #fff;
            background-color: #ff8e28;
        }

.shop_masonry_2 .shop_single {
    border: 1px solid #f1ede8;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

    .shop_masonry_2 .shop_single:hover {
        background-color: #faf7f2;
        border-color: #faf7f2;
    }

    .shop_masonry_2 .shop_single .actions .action {
        background: #fff;
    }

        .shop_masonry_2 .shop_single .actions .action:hover {
            background-color: #00a850;
        }

.shop_masonry_2 .masonry_active button {
    border: 1px solid #f1ede8;
    box-shadow: none;
}

    .shop_masonry_2 .masonry_active button:hover, .shop_masonry_2 .masonry_active button.active {
        border-color: #ff8e28;
    }

.shop_filter_bar {
    padding: 45px 30px;
    padding-bottom: 28px;
    margin-bottom: 35px;
    background-color: #ffffff;
    border-radius: 15px;
}

.pricing_range {
    display: flex;
    padding-left: 30px;
    align-items: flex-start;
}

.shop_filter_bar .item_title {
    font-size: 15px;
    margin-left: 30px;
    margin-bottom: 0px;
}

.pricing_range .price-range-area {
    width: 330px;
    padding-top: 5px;
}

    .pricing_range .price-range-area .slider-range {
        height: 8px;
        border: none;
        border-radius: 0px;
        background-color: #f6f6f6;
    }

    .pricing_range .price-range-area .ui-slider-range {
        border: none;
        border-radius: 0px;
        background-color: #ff8e28;
    }

    .pricing_range .price-range-area .ui-state-default {
        top: -5px;
        width: 6px;
        margin: 0px;
        height: 18px;
        border: none;
        outline: none;
        border-radius: 0;
        background-color: #ff8e28;
    }

    .pricing_range .price-range-area .price-text {
        font-size: 14px;
        font-weight: 500;
        color: #7c7770;
        margin-top: 20px;
    }

        .pricing_range .price-range-area .price-text span {
            float: right;
            margin-left: 15px;
            text-transform: uppercase;
            font-size: 13px;
        }

        .pricing_range .price-range-area .price-text input {
            border: none;
            font-weight: 500;
            color: #9a9a9a;
            display: inline-block;
            background: none;
            height: inherit;
            padding: 0;
        }

.shop_filter_bar .item_title {
    font-size: 15px;
    margin-left: 30px;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'IranYekan', sans-serif;
}

.shop_filter_tags {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .shop_filter_tags ul {
        margin: -5px;
    }

    .shop_filter_tags li {
        padding: 5px;
    }

    .shop_filter_tags a {
        display: block;
        color: #8c8478;
        line-height: 1;
        font-size: 14px;
        padding: 8px 15px;
        background-color: #f9f7f3;
        border-radius: 5px;
    }

        .shop_filter_tags a:hover {
            background-color: #ff8e28;
            color: #fff;
        }



.tag-btn {
    font-size: 13px;
    color: #fff !important;
    left: 0;
    background-color: rgb(255, 41, 41);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 6px;
    line-height: 17px;
    color: white;
}

.shop_sidebar .shop_single {
    padding: 25px 28px;
    border-radius: 15px;
    padding-top: 100px;
    position: relative;
}

    .shop_sidebar .shop_single .content .cat {
        font-size: 12px;
        margin-left: 0;
        font-weight: 500;
    }

    .shop_sidebar .shop_single .content .title {
        font-size: 15px;
    }

    .shop_sidebar .shop_single .actions .action {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .shop_sidebar .shop_single .content .s_bottom span {
        font-size: 12px;
        font-weight: 500;
    }

.shop_sidebar .widget_wrap .widget {
    margin-bottom: 30px;
    padding: 35px 20px;
}

.widget_wrap .widget_title {
    font-size: 18px;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'IranYekan', sans-serif;
}

.widget_wrap .widget .search_widget {
    position: relative;
}

.shop_sidebar .widget_wrap .widget .search_widget input {
    height: 50px;
}

.widget_wrap .widget .search_widget button {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: transparent;
    color: #949494;
    font-size: 16px;
    border: none;
    z-index: 2;
}

.widget .widget_category li a {
    padding: 15px 20px 15px 50px;
    line-height: 1;
    background-color: #f8f8f8;
    display: block;
    color: #8b867b;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-radius: 10px;
    overflow: hidden;
}

    .widget .widget_category li a:hover {
        color: #ff8e28;
    }

.widget .widget_category .wc_left .icon {
    max-width: 22px;
    margin-left: 10px;
}

.widget .widget_category .number {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget .widget_category li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_product .thumb {
    width: 70px;
    height: 70px;
    margin-left: 15px;
}

.widget_product li {
    display: flex;
    align-items: center;
}

.widget_product .rating_star li {
    font-size: 12px;
}

.widget_product .rating_star {
    margin-bottom: 10px;
}

.widget_product .content h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'IranYekan', sans-serif;
}

.widget_product .content span {
    font-size: 14px;
    font-weight: 500;
}

.widget_product .content .new {
    color: #ff8e28;
    position: relative;
    margin-left: 5px;
    padding-left: 9px;
}

    .widget_product .content .new::before {
        position: absolute;
        content: "/";
        top: 0;
        left: 0;
    }

.widget_product .content .old {
    text-decoration: line-through;
    color: #949494;
}

.widget_product > li:not(:last-child) {
    margin-bottom: 30px;
}

.product_details_img {
    width: 81%;
}

.shop_thumb_tab {
    width: 19%;
}

    .shop_thumb_tab ul li {
        margin-bottom: 20px;
        padding-right: 20px;
    }

        .shop_thumb_tab ul li:last-child {
            margin-bottom: 0;
        }

        .shop_thumb_tab ul li button {
            padding: 0;
            border: 2px solid transparent;
            border-radius: 10px;
            overflow: hidden;
        }

        .shop_thumb_tab ul li button {
            max-width: 93px;
            height: auto;
        }

            .shop_thumb_tab ul li button.active {
                border-color: #ff8e28;
            }

.product_wrap {
    display: flex;
    flex-wrap: wrap;
}

.product_details_img .pl_thumb img {
    width: 100%;
    border-radius: 20px;
}

.shop_details .details_content {
    padding-right: 40px;
}

.details_content .title {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.details_content .pl_list {
    margin-top: 25px;
    margin-bottom: 30px;
}

.details_content .price {
    font-size: 25px;
    margin-bottom: 6px;
    font-weight: 700;
    font-family: 'IranYekan', sans-serif;
}

.details_content .review_wrap {
    margin-bottom: 22px;
}

    .details_content .review_wrap .review {
        margin-left: 15px;
    }

        .details_content .review_wrap .review li {
            color: #ffab50;
            font-size: 13px;
            margin-left: 6px;
        }

.details_content .btns_group li {
    margin-left: 15px;
    margin-bottom: 10px;
}

    .details_content .btns_group li:last-child {
        margin-left: 0;
    }

.quantity_input.quantity_boxed {
    display: flex;
    align-items: center;
}

.cart-plus-minus {
    overflow: hidden;
    width: 100px;
    margin: 0 auto;
    position: relative;
}

    .cart-plus-minus .qtybutton {
        color: #15273e;
        cursor: pointer;
        float: inherit;
        font-size: 14px;
        font-weight: 500;
        line-height: 40px;
        margin: 0;
        position: absolute;
        text-align: center;
        transition: all 0.3s ease 0s;
        width: 40px;
    }

    .cart-plus-minus .dec.qtybutton {
        height: 40px;
        right: 0;
        top: 0;
    }

    .cart-plus-minus .qtybutton.inc {
        height: 40px;
        left: 0;
        top: 0;
    }

    .cart-plus-minus .cart-plus-minus-box {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: #454545;
        float: left;
        font-size: 14px;
        height: 40px;
        margin: 0;
        padding: 0 9px 0 0;
        text-align: center;
        width: 108px;
        outline: none;
    }

.quantity_input.quantity_boxed {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 7px 6px;
    padding-right: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.quantity_title {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'IranYekan', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 17px;
}

.details_content .btns_group {
    margin-bottom: 10px;
}

.details_share_links .list_title {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'IranYekan', sans-serif;
}

    .details_share_links .list_title i {
        font-size: 10px;
        margin-left: 2px;
    }

.social_links li {
    padding: 5px;
}

.details_share_links .social_links a {
    background: #fff;
}

.product_info_wrap .product_info {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd6ca;
    flex-wrap: wrap;
}

.product_info li .nav-link {
    font-size: 14px;
    padding: 16px 30px;
    text-align: center;
    position: relative;
    color: #1e1d23;
    text-transform: uppercase;
    background: #fff;
    font-weight: 700;
    border-radius: 10px;
    box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
}

.product_info li {
    margin: 0 15px;
    margin-bottom: 15px;
}

    .product_info li:last-child {
        margin-left: 0;
    }

    .product_info li .nav-link.active {
        background-color: #ff8e28;
    }

.cart_table.table-responsive {
    background: #fff;
    padding: 30px 30px;
    border-radius: 15px;
}

.info_wrap .title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'IranYekan', sans-serif;
}

.info_wrap .table td, .info_wrap .table th {
    border: 1px solid #dee2e6;
    color: #8d8d8d;
}

.cart_table table {
    border: none;
    margin-bottom: 0;
    color: #7c7770;
    vertical-align: middle;
}

.cart_table thead {
    font-size: 15px;
    font-weight: 500;
    color: #1e1d23;
}

.cart_table tr {
    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #1e1d23;
}

.cart_table thead tr {
    margin: 0px;
    border-bottom: 2px solid #f7f7f7;
    padding-bottom: 30px;
}

.cart_table th {
    padding: 0px 8px;
    border-bottom: none !important;
}

    .cart_table th:nth-child(2), .cart_table th:nth-child(3), .cart_table th:nth-child(4), .cart_table td:nth-child(2), .cart_table td:nth-child(3), .cart_table td:nth-child(4) {
        width: 20%;
    }

    .cart_table th:nth-child(1), .cart_table td:nth-child(1) {
        width: 40%;
    }

.cart_table th, .cart_table td {
    border: none;
}

.cart_table tbody tr:not(:first-child) {
    padding-top: 20px;
    border-top: 2px solid #f7f7f7;
}

.cart_btn_wrap {
    margin-top: 20px;
}

    .cart_btn_wrap .cupon_btn input {
        height: 54px;
        width: 230px;
        padding: 0 15px;
        background-color: #fff;
        margin-left: 20px;
        border-radius: 10px;
        margin-top: 15px;
    }

    .cart_btn_wrap .cupon_btn button {
        margin-left: 20px;
        margin-top: 15px;
    }

.update_cart a {
    margin-top: 15px;
    margin-left: 20px;
}

.cart_tutal_wrap {
    background: #fff;
    padding: 45px 40px;
    text-align: center;
    border-radius: 15px;
}

    .cart_tutal_wrap .title {
        font-size: 24px;
        font-weight: 700;
        font-family: 'IranYekan', sans-serif;
        margin-bottom: 20px;
    }

    .cart_tutal_wrap ul li:first-child {
        color: #6f7987;
    }

    .cart_tutal_wrap ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 20px;
        background-color: #fbfaf9;
        margin-bottom: 20px;
        color: #1e1d23;
        border-radius: 10px;
        font-weight: 500;
    }

.checkout_wrap {
    background: #fff;
    padding: 70px 60px;
    border-radius: 15px;
}

    .checkout_wrap .radio_wrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

        .checkout_wrap .radio_wrap h3 {
            font-size: 24px;
            font-weight: 700;
            margin-left: 70px;
            margin-bottom: 20px;
            font-family: 'IranYekan', sans-serif;
        }

        .checkout_wrap .radio_wrap ul {
            margin-bottom: 10px;
        }

            .checkout_wrap .radio_wrap ul li {
                display: inline-block;
                margin-left: 30px;
                margin-bottom: 10px;
            }

                .checkout_wrap .radio_wrap ul li input {
                    width: auto;
                    height: auto;
                }

                .checkout_wrap .radio_wrap ul li label {
                    font-size: 16px;
                    color: #1e1d23;
                }

    .checkout_wrap .form_wrap input, .checkout_wrap .form_wrap textarea, .checkout_wrap .form_wrap .nice-select {
        background: #fbfaf7;
        border: 0;
        height: 55px;
        padding: 0 20px;
        color: #1e1d23;
    }

    .checkout_wrap .form_wrap textarea {
        height: 180px;
        padding: 20px;
    }

.form_wrap label {
    font-size: 16px;
    color: #1e1d23;
    margin-bottom: 15px;
}

.checkout_wrap .cart_tutal_wrap {
    padding: 0;
    text-align: right;
}

.checkout_wrap .form_wrap .filter .nice-select {
    line-height: 55px;
}

.carttable_product_item {
    display: flex;
    align-items: center;
}

    .carttable_product_item .item_image {
        width: 80px;
        height: 70px;
        align-items: center;
        display: inline-flex;
        justify-content: center;
        background-color: #f8f8f8;
    }

        .carttable_product_item .item_image img {
            max-height: 70px;
        }

    .carttable_product_item .remove_btn {
        color: #ff5555;
        font-size: 20px;
        margin: 0px 30px;
    }

    .carttable_product_item .item_title {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0px;
        font-family: 'IranYekan', sans-serif;
    }

.cart_table .cart-plus-minus {
    margin-right: 0;
    width: 70px;
}

    .cart_table .cart-plus-minus .cart-plus-minus-box {
        width: 100%;
        padding: 0;
    }

    .cart_table .cart-plus-minus .qtybutton {
        width: auto;
    }
/* cart sidebar */
.cart_sidebar {
    padding-bottom: 50px;
}

    .cart_sidebar .heading_title {
        line-height: 1;
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f6f6f6;
        font-weight: 700;
        font-family: 'IranYekan', sans-serif;
    }

.cart_item {
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 25px;
}

    .cart_item:not(:last-child) {
        margin-bottom: 20px;
    }

    .cart_item .item_image {
        display: block;
        min-width: 70px;
        overflow: hidden;
        border-radius: 3px;
        position: relative;
        margin-left: 10px;
    }

    .cart_item .item_title {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
        font-family: 'IranYekan', sans-serif;
    }

    .cart_item .item_price {
        line-height: 1;
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #ff8e28;
    }

    .cart_item .remove_btn {
        top: 50%;
        left: 0px;
        color: #ed366a;
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 22px;
        text-align: center;
        position: absolute;
        border-radius: 100%;
        background-color: #ffffff;
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

.cart_sidebar .total_price {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    padding: 10px 0px;
    margin-bottom: 20px;
    align-items: center;
    color: #1e1d23;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    justify-content: space-between;
}

.cart_sidebar .btns_group {
    margin: -5px;
}

    .cart_sidebar .btns_group li {
        width: 50%;
        padding: 5px;
    }

        .cart_sidebar .btns_group li a {
            font-size: 12px;
            padding: 13px 24px;
        }
/* 7. cta */
.cta_area {
    position: relative;
}

.cta_bg_wrap {
    background: #fff;
    border-radius: 20px;
    position: relative;
}

    .cta_bg_wrap .cta_app {
        position: absolute;
        bottom: 0;
        right: 80px;
    }

    .cta_bg_wrap .cta_text {
        padding: 75px 40px;
        padding-right: 150px;
    }

    .cta_bg_wrap .cta_app_wrap li {
        max-width: 153px;
        margin-top: 10px;
        margin-left: 20px;
    }

        .cta_bg_wrap .cta_app_wrap li:last-child {
            margin-left: 0;
        }

.cta_bg_2 {
    position: relative;
    z-index: 1;
    padding: 70px 0;
    padding-right: 80px;
}

    .cta_bg_2::before {
        position: absolute;
        right: 0;
        top: 0;
        width: 76%;
        height: 100%;
        background: #fff;
        content: "";
        z-index: -1;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }

.cta_img {
    position: absolute;
    left: 0;
    bottom: 0;
}
/* 8. team */
.team_single {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    padding-bottom: 0;
    margin-bottom: 30px;
}

    .team_single .team_thumb {
        max-width: 315px;
        margin: auto;
        border-radius: 50%;
    }

    .team_single .team_text h3 {
        font-size: 18px;
        text-transform: uppercase;
        font-family: "IranYekan",sans-serif;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .team_single .team_text {
        margin-top: 32px;
        margin-bottom: 30px;
    }

        .team_single .team_text span {
            font-size: 14px;
            text-transform: uppercase;
            color: #ff8e28;
            font-weight: 500;
        }

    .team_single .team_social a {
        font-size: 14px;
        height: 40px;
        width: 40px;
        color: #706c61;
        background: #f7f6f3;
        display: inline-block;
        margin: 0 4px;
        text-align: center;
        line-height: 40px;
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
    }

        .team_single .team_social a:hover {
            background-color: #ff8e28;
            color: #fff;
        }
/* 9. testimonial */
.testimonial_area {
    position: relative;
}

.testimonial_bg {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 71% 100%;
}

.testimonial_active {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42%;
    left: 0;
}

    .testimonial_active .owl-stage {
        padding-right: 0px !important;
    }

    .testimonial_active .tm_single {
        padding: 45px;
        border-radius: 15px;
    }

.tm_single .tm_author {
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.tm_single .tm_top {
    margin-bottom: 22px;
}

.tm_single .tm_bottom {
    margin-top: 40px;
}

.tm_single .a_info h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'IranYekan', sans-serif;
    font-weight: 700;
    margin-bottom: 3px;
}

.tm_single .a_info span {
    font-size: 14px;
    text-transform: uppercase;
    color: #00a850;
    font-weight: 500;
}

.tm_content .sec_title > p {
    max-width: 600px;
}

.rating_wrap span {
    text-transform: uppercase;
    font-weight: 600;
    color: #868685;
    font-size: 14px;
}

.rating_wrap .rating_star {
    margin-bottom: 3px;
}

.tm_content .tm_counter h3 {
    font-size: 40px;
    color: #ff8e28;
    font-family: 'IranYekan', sans-serif;
    font-weight: 800;
}

    .tm_content .tm_counter h3 > span {
        font-size: 20px;
        color: #ff8e28;
    }

.tm_content .tm_counter span {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.tm_content .tm_counter {
    margin-top: 45px;
}

    .tm_content .tm_counter li {
        margin-left: 65px;
        margin-top: 20px;
    }

        .tm_content .tm_counter li:last-child {
            margin-left: 0;
        }

.testimonial_img, .about_area .about_left {
    margin-right: -120px;
    margin-left: 70px;
    max-width: 620px;
    position: relative;
}

.testimonial_active-2.owl-carousel .owl-item img {
    width: auto;
}

.tm_author_wrap {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

    .tm_author_wrap .tm_author {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-left: 20px;
    }

.tm_item .author_info h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'IranYekan', sans-serif;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.tm_item .author_info span {
    font-size: 14px;
    color: #00a850;
    font-weight: 500;
    text-transform: uppercase;
}

.testimonial_active-2 .owl-nav {
    display: flex;
    justify-content: end;
    position: absolute;
    left: 35px;
    bottom: 8px;
}

    .testimonial_active-2 .owl-nav div {
        width: 48px;
        height: 48px;
        background: #fff;
        text-align: center;
        line-height: 50px;
        box-shadow: 0px 12px 8px 0px rgba(253, 143, 43, 0.06);
        border-radius: 50%;
        font-size: 16px;
    }

    .testimonial_active-2 .owl-nav .owl-prev {
        margin-left: 10px;
    }

.testimonial_content_wrap {
    padding: 100px 110px;
}

.testimonial_active-3 {
    margin-top: 30px;
}

    .testimonial_active-3 .tm_item .tm_icon {
        max-width: 58px;
        margin: auto;
        margin-bottom: 32px;
    }

    .testimonial_active-3 .tm_item p {
        color: #bebebe;
        font-size: 18px;
        line-height: 30px;
    }

    .testimonial_active-3 .tm_item .author {
        max-width: 80px;
        margin: auto;
        margin-top: 36px;
        margin-bottom: 23px;
    }

    .testimonial_active-3 .tm_item .author_info h4 {
        color: #fff;
    }

    .testimonial_active-3 .owl-dots {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }

        .testimonial_active-3 .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            background: #ff8e28;
            margin: 5px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
            opacity: 0.3;
        }

            .testimonial_active-3 .owl-dots .owl-dot.active {
                background-color: #ff8e28;
                opacity: 1;
                width: 22px;
                border-radius: 10px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                -ms-border-radius: 10px;
                -o-border-radius: 10px;
            }
/* 10. blog */
.blog_single {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    padding-top: 40px;
}

    .blog_single .blog_thumb {
        margin: 0 -30px;
        overflow: hidden;
    }

        .blog_single .blog_thumb img, .blog_single .blog_thumb a {
            width: 100%;
        }

    .blog_single .blog_text .date {
        font-size: 14px;
        text-transform: uppercase;
        color: #ff8e28;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .blog_single .blog_text h3 {
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'IranYekan', sans-serif;
        font-weight: 700;
        margin-bottom: 3px;
    }

    .blog_single .blog_thumb img, .footer_widget .widget_post li .post_thumb img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

    .blog_single:hover .blog_thumb img, .footer_widget .widget_post li:hover .post_thumb img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

    .blog_single .blog_btn a {
        font-size: 15px;
        text-transform: uppercase;
        color: #00a850;
        font-weight: 500;
    }

        .blog_single .blog_btn a i {
            padding-left: 2px;
        }

.blog_area .blog_item {
    background: #fff;
    display: flex;
    align-items: center;
}

.blog_item .blog_text, .blog_item .blog_thumb {
    width: 50%;
}

.blog_item .blog_text {
    padding: 60px;
    padding-right: 50px;
}

    .blog_item .blog_text .blog_head {
        margin-bottom: 25px;
        justify-content: space-between;
    }

        .blog_item .blog_text .blog_head .tag a {
            font-size: 12px;
            font-weight: 500;
            border-radius: 8px;
            background: #ff8e28;
            padding: 6px 15px;
            color: #fff;
            font-weight: 500;
            border-radius: 8px;
            text-transform: uppercase;
        }

        .blog_item .blog_text .blog_head .date, .blog_bottom .comment {
            font-size: 14px;
            text-transform: uppercase;
            color: #ff8e28;
        }

.blog_bottom .comment, .blog_bottom .blog_author {
    margin-top: 15px;
}

.blog_item .blog_text h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'IranYekan', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog_text .blog_bottom {
    justify-content: space-between;
    border-top: 1px solid #f0ece7;
    padding-top: 5px;
    margin-top: 40px;
}

    .blog_text .blog_bottom .blog_author img {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #fff;
        padding: 3px;
        box-shadow: 0px 4px 12px 0px rgba(141, 141, 141, 0.6);
        margin-left: 10px;
    }

    .blog_text .blog_bottom .blog_author span {
        font-size: 15px;
        font-weight: 700;
        font-family: 'IranYekan', sans-serif;
        text-transform: uppercase;
        color: #1e1d23;
    }

.blog_thumb img, .blog_thumb a {
    width: 100%;
}

.blog_2 .blog_single {
    background: #fff;
    padding: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

    .blog_2 .blog_single:hover {
        background: #faf7f2;
    }

    .blog_2 .blog_single .blog_thumb {
        margin: 0;
        overflow: hidden;
        border-radius: 10px 10px 0 0;
    }

        .blog_2 .blog_single .blog_thumb img, .blog_2 .blog_single .blog_thumb a {
            width: 100%;
        }

.blog_2 .blog_content {
    padding: 35px 30px;
    position: relative;
    border: 1px solid #f1ede8;
    border-top: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.blog_content h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'IranYekan', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog_content .tag {
    position: absolute;
    top: -33px;
    right: 40px;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.blog_2 .blog_single:hover .blog_content .tag {
    background-color: #ff8e28;
}

    .blog_2 .blog_single:hover .blog_content .tag a {
        color: #fff;
    }

.blog_content .tag a {
    font-size: 14px;
    color: #777;
    padding: 6px 20px;
    display: inline-block;
}

.blog_content .blog_meta li {
    font-size: 14px;
    color: #999;
    margin-left: 12px;
    padding-left: 5px;
    position: relative;
}

    .blog_content .blog_meta li::before {
        position: absolute;
        top: 3px;
        left: 0;
        width: 1px;
        height: 14px;
        content: "";
        background: #d9d9d9;
    }

    .blog_content .blog_meta li:last-child::before {
        background: none;
    }

    .blog_content .blog_meta li a {
        color: #1e1d23;
        margin-left: 10px;
        font-weight: 700;
    }

    .blog_content .blog_meta li.cmt a {
        font-weight: 500;
        color: #706c61;
    }

.widget_wrap .widget {
    padding: 35px 32px;
    background: #fff;
    margin-bottom: 35px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.blog_wrap .post_item {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

    .blog_wrap .post_item .post_thumb, .post_content .post_thumb {
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        overflow: hidden;
        width: 100%;
    }

.post_item .post_btn .author_wrap {
    display: inline-flex;
    align-items: center;
}

.post_item img, .post_content .post_thumb img {
    width: 100%;
}

.post_item .post_content {
    padding-top: 30px;
}

.post_content .post_meta {
    margin-bottom: 20px;
}

    .post_content .post_meta li {
        position: relative;
        color: #706c61;
        font-size: 15px;
        margin-left: 25px;
        padding-left: 28px;
    }

        .post_content .post_meta li:last-child {
            margin-left: 0;
            padding-left: 0;
        }

        .post_content .post_meta li:not(:last-child)::before {
            content: "|";
            position: absolute;
            left: 0;
            color: #e5e5e5;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .post_content .post_meta li a {
            color: #706c61;
        }

.post_content .title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 17px;
}

.post_item .post_content .post_btn li {
    margin-top: 22px;
}

    .post_item .post_content .post_btn li:not(:last-child) {
        margin-left: 100px;
    }

.author_wrap .author {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 14px;
}

.author_wrap .author_name {
    margin-bottom: 0;
    font-family: 'IranYekan', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.gallery_post_active .owl-nav div {
    font-size: 14px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #1e1d23;
    background-color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gallery_post_active .owl-nav .owl-next {
    left: 10px;
    right: auto;
}

.format_video .post_thumb {
    position: relative;
}

    .format_video .post_thumb::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #000;
        opacity: .3;
        z-index: 2;
    }

    .format_video .post_thumb .video_icon {
        z-index: 3;
    }

.format_quote .post_content .title {
    margin: 0;
    position: relative;
    padding-right: 105px;
}

    .format_quote .post_content .title::before {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #1e1d23;
        font-family: 'Font Awesome 5 Pro';
        font-size: 80px;
        font-weight: 300;
        content: "\f10d";
    }

.format_quote .post_content {
    padding: 20px 0;
}

.format_no_thumb .post_content {
    padding-top: 5px;
}

.widget_wrap .widget .search_widget input {
    width: 100%;
    height: 60px;
    font-size: 14px;
    background-color: #fcfbf9;
    color: #1e1d23;
    padding-right: 18px;
    padding-left: 50px;
    border-radius: 8px;
}

.widget .widget_post li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .widget .widget_post li .post_thumb {
        width: 80px;
        height: 80px;
        flex: 0 0 80px;
        background-size: cover;
        background-position: center;
        margin-left: 20px;
        overflow: hidden;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

        .widget .widget_post li .post_thumb img {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transition: .3s;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: .3s;
            -o-transition: .3s;
        }

    .widget .widget_post li:hover .post_thumb img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

    .widget .widget_post li h6 {
        font-size: 16px;
        line-height: 25px;
        font-family: 'IranYekan', sans-serif;
    }

    .widget .widget_post li span.date i {
        font-size: 14px;
        margin-left: 7px;
    }

    .widget .widget_post li:last-child {
        margin-bottom: 0;
    }

    .widget .widget_post li .content {
        width: calc(100% - 100px);
    }

.post_tags {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

    .post_tags li {
        padding: 5px;
    }

        .post_tags li a {
            line-height: 1;
            font-size: 15px;
            color: #888;
            padding: 9px 18px;
            background: #fbfaf7;
            font-weight: 500;
            border: 2px solid #f7f7f7;
            border-radius: 5px;
        }

            .post_tags li a:hover {
                background-color: #ff8e28;
                border-color: #ff8e28;
                color: #fff;
            }

.blog_dtls_wrap {
    padding: 30px;
    background: #fff;
}

.post_content P {
    margin-bottom: 30px;
}

blockquote {
    background: #faf7f2;
    padding: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 30px;
}

    blockquote .quote_icon {
        margin-bottom: 25px;
        max-width: 40px;
    }

        blockquote .quote_icon img {
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
        }

    blockquote .post_author_info {
        margin-top: 10px;
    }

        blockquote .post_author_info cite {
            font-size: 16px;
            font-weight: 700;
            color: #1e1d23;
            display: block;
            text-transform: uppercase;
            margin-bottom: -8px;
        }

        blockquote .post_author_info span {
            font-size: 12px;
            font-weight: 700;
            color: #ff8e28;
            text-transform: uppercase;
        }

.post_content img {
    width: 100%;
    border-radius: 15px;
}

.blog_dtls_wrap .post_tags {
    border-bottom: 1px solid #f4f0e9;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.related_posts {
    border-bottom: 1px solid #f4f0e9;
    margin-bottom: 30px;
}

    .related_posts .rp_single {
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }

        .related_posts .rp_single .rp_thumb {
            border-radius: 15px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;
            overflow: hidden;
        }

        .related_posts .rp_single img {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transition: .3s;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: .3s;
            -o-transition: .3s;
        }

        .related_posts .rp_single:hover img {
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
        }

        .related_posts .rp_single img, .related_posts .rp_single a {
            width: 100%;
        }

    .related_posts .rp_content {
        margin-top: 26px;
    }

        .related_posts .rp_content h4 {
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
            font-family: 'IranYekan', sans-serif;
        }

.post_comment .comment_title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: 'IranYekan', sans-serif;
}

.post_comment .comment_list li {
    position: relative;
    padding-right: 130px;
}

    .post_comment .comment_list li:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #f3f3f3;
    }

    .post_comment .comment_list li .comment_author {
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        height: 100px;
        background: #dcdcdc;
        border-radius: 50%;
        overflow: hidden;
    }

    .post_comment .comment_list li .comment_content {
        position: relative;
        font-size: 14px
    }

        .post_comment .comment_list li .comment_content h6 {
            font-size: 18px;
            margin-bottom: 10px;
            font-weight: 500;
            font-family: 'IranYekan', sans-serif;
        }

        .post_comment .comment_list li .comment_content .date {
            font-size: 14px;
            margin-bottom: 15px;
        }

            .post_comment .comment_list li .comment_content .date i {
                margin-left: 2px;
                font-size: 13px;
            }

        .post_comment .comment_list li .comment_content p {
            font-size: 17px;
            margin-bottom: 0;
            line-height: 28px;
        }

        .post_comment .comment_list li .comment_content .reply {
            position: absolute;
            top: 0;
            left: 0;
            color: #777;
            border: 2px solid #f3f3f3;
            font-size: 14px;
            padding: 10px 20px;
            line-height: 1;
            transition: .3s;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: .3s;
            -o-transition: .3s;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
        }

            .post_comment .comment_list li .comment_content .reply:hover {
                background-color: #ff8e28;
                border-color: #ff8e28;
                color: #fff;
            }

    .post_comment .comment_list li .children {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #f3f3f3;
    }

.checkout_wrapper.comment_form {
    padding: 0;
    margin-top: 30px;
}

.cd_review_wrap {
    position: absolute;
    top: 0;
    right: 0;
}

    .cd_review_wrap .cd_review_rate {
        padding-left: 10px;
    }

.cd_review span {
    margin-right: 0;
}

.comment_form input, .comment_form textarea {
    margin-bottom: 20px;
}

.comment_form textarea {
    height: 200px;
    padding: 20px;
}
/* 11. brand */
.brand_area .brand_img {
    padding: 50px 20px;
    text-align: center;
}

.brand_area .b_border:not(:last-child) {
    border-left: 1px solid #eaeaea;
}
/* 12. footer */
.footer_top .sub_text h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.footer_top .sub_from {
    position: relative;
}

.footer_widget h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'IranYekan', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer_widget p {
    max-width: 315px;
    color: #b3b3b3;
    font-size: 15px;
}

.open_hour_wrap {
    margin-top: 40px;
}

    .open_hour_wrap .icon {
        background: #ff8e28;
        width: 74px;
        height: 74px;
        text-align: center;
        line-height: 70px;
        border-radius: 5px;
        margin-left: 20px;
    }

    .open_hour_wrap .or_text h4 {
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'IranYekan', sans-serif;
    }

    .open_hour_wrap .or_text span {
        display: block;
        font-size: 15px;
        color: #b3b3b3;
        font-weight: 500;
    }

.footer_widget .c_wrap li {
    color: #b3b3b3;
    font-size: 14px;
    margin-bottom: 23px;
    line-height: 26px;
}

    .footer_widget .c_wrap li:last-child {
        margin-bottom: 0;
    }

    .footer_widget .c_wrap li span {
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
    }

.footer_link ul li a {
    color: #fff;
    line-height: 34px;
    font-size: 14px;
}

.footer_widget .widget_post li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .footer_widget .widget_post li .post_thumb {
        width: 75px;
        height: 75px;
        overflow: hidden;
        margin-left: 14px;
        border-radius: 3px;
    }

    .footer_widget .widget_post li .content {
        width: calc(100% - 90px);
    }

        .footer_widget .widget_post li .content h6 {
            color: #fff;
            font-family: 'IranYekan', sans-serif;
            line-height: 24px;
            margin-bottom: 3px;
        }

.footer_widget .widget_post {
    margin-top: 30px;
}

    .footer_widget .widget_post li .content span {
        font-size: 12px;
        color: #acacac;
        text-transform: uppercase;
    }

.copyright_wrap {
    border-top: 1px solid #2d2b35;
    padding: 30px 0;
    padding-top: 10px;
}

    .copyright_wrap .copyright p {
        margin-bottom: 0;
        color: #656565;
        font-size: 13px;
    }

.footer_widget {
    margin-bottom: 40px;
}

.copyright_wrap .logo, .copyright_wrap .copyright, .copyright_wrap .social_links {
    padding-top: 20px;
}
.copyright_wrap .logo img {
    max-width:100px !important;
}
/* 13. about */
.year_content_wrap {
    position: absolute;
    left: 70px;
    bottom: 90px;
}

    .year_content_wrap span {
        color: #1e1d23;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .year_content_wrap h2 {
        color: #ffffff;
        line-height: 1;
        font-size: 126px;
        font-weight: bold;
        text-shadow: 0px 15px 21px rgba(84, 49, 55, 0.25);
    }

.about_info_wrap {
    margin: -12px;
    margin-top: 42px;
}

    .about_info_wrap li {
        width: 45%;
        padding: 20px 25px;
        background: #fff;
        margin: 12px;
        display: flex;
        align-items: center;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        position: relative;
        overflow: hidden;
    }

        .about_info_wrap li::before {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 3px;
            height: 0;
            background: #ff8e28;
            content: "";
            transition: .3s;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: .3s;
            -o-transition: .3s;
        }

        .about_info_wrap li:hover::before {
            height: 100%;
            top: 0;
            bottom: auto;
        }

    .about_info_wrap h4 {
        font-size: 18px;
        font-weight: 500;
        font-family: 'IranYekan', sans-serif;
        margin-bottom: 0;
    }

    .about_info_wrap .ai_icon {
        max-width: 41px;
        margin-left: 25px;
    }
/* 14. reservation */
.reservation_area {
    position: relative;
}

.reservation_img {
    height: 100%;
}

    .reservation_img img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.reservation_form_wrap {
    padding: 60px 120px;
}

    .reservation_form_wrap .form_wrap {
        margin-top: 40px;
    }

.form_wrap .r_field {
    position: relative;
}

.form_wrap input, .form_wrap textarea, .form_wrap .nice-select {
    background: #25242a;
    border: 2px solid #35343a;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 100%;
    height: 70px;
    padding: 0 20px;
    padding-left: 50px;
    color: #fff;
}

.form_wrap .r_field i {
    position: absolute;
    top: 27px;
    left: 25px;
    font-size: 15px;
    color: #949494;
}

.form_wrap textarea {
    height: 150px;
    padding: 20px;
}

.form_wrap .filter {
    height: 70px;
    margin-bottom: 30px;
}

    .form_wrap .filter .nice-select {
        line-height: 63px;
        color: #949494;
    }

        .form_wrap .filter .nice-select::after {
            height: 9px;
            width: 9px;
            margin-top: -6px;
            left: 28px;
        }

        .form_wrap .filter .nice-select .list {
            margin-top: 0;
            width: 100%;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            max-height: 300px;
            overflow-y: auto;
            z-index: 5;
        }

.reserve_table_form {
    background: #fff;
    padding: 50px 40px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

    .reserve_table_form .from_title {
        line-height: 1;
        font-size: 45px;
        margin-bottom: 38px;
        text-align: center;
        text-transform: uppercase;
    }

.form_item {
    position: relative;
    margin-bottom: 30px;
}

.reserve_table_form .form_item input {
    height: 70px;
    color: #9d9a9a;
    padding: 0px 30px;
}

.reserve_table_form .filter {
    height: 70px;
    margin-bottom: 30px;
}

.reserve_table_form .nice-select {
    background: #fbfaf7;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 100%;
    height: 70px;
    padding: 0 20px;
    padding-left: 50px;
    color: #9d9a9a;
    line-height: 63px;
    border: 2px solid #f7f7f7;
}

    .reserve_table_form .nice-select::after {
        height: 9px;
        width: 9px;
        margin-top: -6px;
        left: 28px;
    }

    .reserve_table_form .nice-select .list {
        margin-top: 0;
        width: 100%;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        max-height: 300px;
        overflow-y: auto;
        z-index: 5;
    }

.reserve_table_form .form_item i {
    position: absolute;
    top: 27px;
    left: 25px;
    font-size: 17px;
    color: #999;
}
/* 15. services */
.services_space {
    padding-top: 230px;
    padding-bottom: 120px;
}

.services_img {
    margin-right: -60px;
    margin-left: 70px;
    max-width: 560px;
}

.experience_text {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 18px 30px;
    padding-right: 50px;
    border-right: 4px solid #ff8e28;
    margin-top: 65px;
    max-width: 390px;
    box-shadow: 0px 16px 27px 0px rgba(191, 173, 157, 0.21);
}

    .experience_text h1 {
        color: #ff8e28;
        font-family: 'IranYekan', sans-serif;
        font-weight: 800;
        font-size: 55px;
        margin-left: 25px;
        margin-bottom: 0;
    }

        .experience_text h1 span {
            font-size: 29px;
            font-weight: 500;
        }

    .experience_text h2 {
        font-family: 'IranYekan', sans-serif;
        font-size: 24px;
        text-transform: uppercase;
    }

        .experience_text h2 span {
            font-size: 14px;
        }

.services_content .a_info_list {
    margin-top: 40px;
}

    .services_content .a_info_list.ul_li li {
        width: 50%;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        color: #1b2026;
        font-size: 18px;
        font-weight: 500;
    }

        .services_content .a_info_list.ul_li li i {
            width: 40px;
            height: 40px;
            background: #Fff;
            text-align: center;
            line-height: 40px;
            margin-left: 12px;
            border-radius: 7px;
            box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
        }

.services_2 .services_img {
    margin-right: 0;
}
/* 16. recipe menu */
.recipe_menu_wrap .recipe_menu {
    display: flex;
    align-items: center;
    border: 0;
    border-top: 1px solid #f2f2f2;
}

.recipe_menu li {
    flex-basis: 16.66%;
    text-align: center;
}

.recipe_menu .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 15px;
    color: #1e1d23;
    font-weight: 700;
    position: relative;
    border: 0;
    background: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

    .recipe_menu .nav-link:hover {
        isolation: unset;
        cursor: pointer;
    }

    .recipe_menu .nav-link.active {
        background: #ff8e28;
        color: #fff;
        border-radius: 0;
    }

        .recipe_menu .nav-link.active .icon img {
            filter: brightness(0) invert(1);
            -webkit-filter: brightness(0) invert(1);
        }

    .recipe_menu .nav-link .icon {
        max-width: 48px;
        margin-bottom: 13px;
    }

    .recipe_menu .nav-link::before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -8px;
        margin: auto;
        content: "";
        /*background: #ff8e28;*/
        background: #faf7f2;
        width: 16px;
        height: 16px;
        opacity: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        z-index: -1;
    }

    .recipe_menu .nav-link.active::before {
        opacity: 1;
        z-index: 1;
    }

.recipe_item {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    padding-right: 30px;
    flex-direction: row-reverse;
    margin-top: 30px;
}

    .recipe_item .ri_content {
        width: 78%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 30px;
    }

        .recipe_item .ri_content .ri_text {
            max-width: 500px;
        }

    .recipe_item .ri_img {
        text-align: right;
        position: relative;
        border-right: 2px solid #f2f2f2;
        width: 170px;
        padding-right: 30px;
    }

        .recipe_item .ri_img img {
            max-width: 120px;
        }

    .recipe_item .ri_content h3, .recipe_item .ri_content .ri_cart h5 {
        font-size: 20px;
        text-transform: uppercase;
        font-family: 'IranYekan', sans-serif;
        font-weight: 700;
        margin-bottom: 12px;
        text-align: right;
    }

    .recipe_item .ri_content .ri_cart {
        text-align: right;
    }

        .recipe_item .ri_content .ri_cart .price {
            color: #00a850 !important;
        }

        .recipe_item .ri_content .ri_cart h5 .old {
            position: relative;
            color: #757268;
            font-size: 14px !important;
            font-weight: 500;
            padding-right: 11px;
            margin-right: 2px;
            text-decoration: line-through;
        }

            .recipe_item .ri_content .ri_cart h5 .old::before {
                position: absolute;
                right: 0;
                top: 0;
                width: 2px;
                height: 100%;
                content: "/";
            }

        .recipe_item .ri_content .ri_cart .icon {
            width: 45px;
            height: 45px;
            color: #1e1d23;
            background: #faf7f2;
            text-align: center;
            line-height: 44px;
            border-radius: 50%;
            position: relative;
            margin-right: 10px;
            margin-top: 10px;
        }

            .recipe_item .ri_content .ri_cart .icon:first-child {
                margin-right: 0;
            }

            .recipe_item .ri_content .ri_cart .icon:hover {
                background-color: #00a850;
                color: #fff;
            }
/* 17. preloder */
.preloder_part {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: #fff;
}

.spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    left: 0;
    right: 0;
    top: 48%;
    position: absolute;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
    z-index: 99999;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #ff8e28;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.vagozarShode {
    position: absolute;
    top: 50px;
    left: 300px;
}

.slick-prev, .slick-next {
    position: absolute !important;
    top: 45% !important;
    z-index: 100000 !important;
    width: 50px !important;
    height: 50px !important;
    background: rgba(255, 255, 255, 0.70) !important;
    border: 3px solid #fff !important;
    border-radius: 5px;
}

    .slick-prev span, .slick-next span {
        font-size: 20px !important;
        font-weight: bold;
    }

.slick-prev {
    right: 5% !important;
    left: auto !important;
}

.slick-next {
    left: 5% !important;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/* 18. page title */
.page_title_area {
    background-position: right;
    position: relative;
    padding: 155px 0;
    padding-bottom: 175px;
}

.page_title h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.breadcrumb_nav li {
    color: #ff8e28;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

    .breadcrumb_nav li:not(:last-child) {
        margin-left: 8px;
        padding-left: 8px;
    }

    .breadcrumb_nav li::after {
        top: 50%;
        left: -4px;
        content: "/";
        position: absolute;
        transform: translateY(-50%);
    }

    .breadcrumb_nav li:last-child:after {
        display: none;
    }

    .breadcrumb_nav li a {
        color: #fff;
    }

.breadcrumb_icon_wrap {
    left: 0px;
    right: 0px;
    z-index: 5;
    bottom: -36px;
    position: absolute;
}

.breadcrumb_icon {
    width: 70px;
    height: 70px;
    background: #fff;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    box-shadow: 0px 12px 20px 0px rgba(191, 164, 118, 0.12);
}

.page_title_img {
    position: absolute;
    left: 18%;
    bottom: 0;
    max-width: 400px;
}
/* 19. faq */
.faq_bg {
    z-index: 1;
    padding: 80px 0;
    position: relative;
}

    .faq_bg::before {
        position: absolute;
        right: -120px;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        content: "";
        z-index: -1;
        border-radius: 30px;
    }

.faq_wrapper .accordion_box {
    position: relative;
}

.faq_wrapper .accordion-box .block {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

    .faq_wrapper .accordion-box .block:last-child {
        margin-bottom: 0;
    }

    .faq_wrapper .accordion-box .block .acc-btn {
        color: #1b2026;
        position: relative;
        font-weight: 500;
        font-size: 20px;
        cursor: pointer;
        padding-right: 35px;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

        .faq_wrapper .accordion-box .block .acc-btn::before {
            top: 10px;
            right: 0;
            line-height: 1;
            font-size: 14px;
            content: "\e61a";
            position: absolute;
            font-family: 'themify';
            transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            -moz-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            -ms-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

    .faq_wrapper .accordion-box .block.active-block .acc-btn::before {
        content: "\e622";
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .faq_wrapper .accordion-box .block .acc-content {
        position: relative;
        display: none;
        padding-left: 100px;
        padding-top: 20px;
    }

        .faq_wrapper .accordion-box .block .acc-content.current {
            display: block;
        }

    .faq_wrapper .accordion-box .block.active-block {
        margin-bottom: 20px;
    }

.faq_img {
    position: absolute;
    bottom: 0;
    left: -150px;
}
/* 20. history */
.history_wrap {
    position: relative;
}

    .history_wrap .history_left {
        margin-top: 500px;
        margin-right: -50px;
    }

    .history_wrap .sec_title {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 500px;
    }

    .history_wrap .history_item {
        margin-bottom: 500px;
        padding-left: 50px;
        padding-right: 50px;
        position: relative;
    }

    .history_wrap .history_left .history_item:last-child {
        margin-bottom: 0;
    }

    .history_wrap .history_right .history_item:last-child {
        margin-bottom: 0;
    }

    .history_wrap .history_item .h_text {
        padding: 45px 40px;
        background: #fff;
    }

        .history_wrap .history_item .h_text span {
            color: #ff8e28;
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .history_wrap .history_item .h_text h3 {
            font-size: 30px;
            font-weight: 500;
            margin-bottom: 20px;
            font-family: 'IranYekan', sans-serif;
        }

    .history_wrap .history_item .h_thumb img {
        width: 100%;
    }

    .history_wrap:before {
        position: absolute;
        top: 0;
        right: 50%;
        content: "";
        background: #cfc4b4;
        width: 1px;
        height: 100%;
        transform: translateX(50%);
    }

    .history_wrap .history_right {
        margin-left: -50px;
    }

    .history_wrap .history_item .number_box {
        height: 55px;
        width: 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #fff;
        color: #616161;
        z-index: 5;
        top: 0;
        left: -40px;
        position: absolute;
    }

    .history_wrap .history_right .number_box {
        left: auto;
        right: -40px;
    }
/* 21. contact */
.contact_wrap {
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.contact_form input, .contact_form textarea {
    margin-bottom: 30px;
}

.contact_form textarea {
    height: 150px;
    padding: 16px;
}

.contact_wrap .contact_info {
    background: #fff;
    display: flex;
    align-items: center;
}

    .contact_wrap .contact_info .contact_icon {
        background: #fbfaf7;
        font-size: 35px;
        text-align: center;
        line-height: 77px;
        width: 80px;
        height: 80px;
        margin-left: 20px;
        color: #0e0e0e;
        border: 1px solid #f7f7f7;
        border-radius: 10px;
    }

    .contact_wrap .contact_info .contact_text {
        width: calc(100% - 100px);
    }

        .contact_wrap .contact_info .contact_text h4 {
            font-size: 20px;
            margin-bottom: 5px;
            font-family: 'IranYekan', sans-serif;
            text-transform: uppercase;
            font-weight: 700;
        }

        .contact_wrap .contact_info .contact_text p {
            direction: ltr;
            font-size: 15px;
            line-height: 25px;
            margin-bottom: 0;
        }

.contact_map {
    height: 515px;
}

    .contact_map iframe {
        height: 515px;
        width: 100%;
        border: 0;
    }
/*---------------استایل های جدید--------------*/


.fixedBaner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    height: 48%;
    width: 100%;
    border-radius: 20px;
    cursor: pointer;
}

    .fixedBaner:hover {
        opacity: 0.9;
    }

.fixedBaner1 {
    background-image: url(/img/hero/Hero2.jpg);
}

.fixedBaner2 {
    background-image: url(/img/hero/Hero1.jpg);
    margin-top: 4%;
}

.carousel-slider .owl-nav.disabled, .testimonial_active-menu .owl-nav.disabled {
    display: block !important;
}

.carousel-slider .owl-prev, .carousel-slider .owl-next, .testimonial_active-menu .owl-prev, .testimonial_active-menu .owl-next {
    position: absolute !important;
    top: 45% !important;
    color: #fff !important;
    font-size: 30px;
}

.carousel-slider .owl-prev {
    right: 4% !important;
}

.carousel-slider .owl-next {
    left: 4% !important;
}

.testimonial_active-menu .owl-prev {
    right: -4% !important;
    font-size: 40px;
    color: #cecece !important;
    top: 30% !important;
}

.testimonial_active-menu .owl-next {
    left: -4% !important;
    font-size: 40px;
    color: #cecece !important;
    top: 30% !important;
}


.owl-carousel, .owl-carousel img, .owl-carousel .slideImg, .owl-carousel .tm_item {
    border-radius: 20px !important;
}

.Hero-img {
    border-radius: 20px !important;
}

.margin-banner {
    margin-right: 20px !important;
    margin-left: 20px !important;
}


input.form-control,
select.form-control,
textarea.form-control {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    height: 45px;
    border: 1px solid #ced4da;
}

.loading {
    background: url(/img/ajaxloader.gif) no-repeat center rgba(0, 0, 0, 0.60);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2500;
    width: 100%;
    height: 100%;
    display: none;
}

.whz {
    height: 0;
    width: 0;
    overflow: hidden;
}

.pre-line {
    white-space: pre-line !important;
}


.status {
    min-width: 140px;
    height: 40px;
    font-size: 12px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

    .status.inline {
        min-width: 0;
        padding: 0 10px;
        height: 35px;
        line-height: 35px
    }

    .status.status-purble {
        background: #f2e9fe;
        color: #8237d5
    }

    .status.status-green {
        background: #E6FFF7;
        color: #1EB386
    }


    .status.status-blue {
        background-color: #E6EEFF;
        color: #4986F8
    }

    .status.status-orange {
        background-color: #FFF4E6;
        color: #FFBF66
    }

    .status.status-red {
        background-color: #FFE6EC;
        color: #FF4174
    }

.text-orange {
    color: #ff8e28 !important;
}

.mainbg {
    background-image: linear-gradient(to bottom, #f3efe8, #faf7f2) !important;
}

.alert-success-add-to-basket {
    color: #fff !important;
    background-color: rgba(41, 191, 105, 0.94) !important;
    border-color: #c3e6cb !important;
    padding: 10px !important;
    width: 300px !important;
}

.cart_items_list .item_image img {
    max-width: 65px !important;
}

#products-list .box, #login .box, #profile .box {
    -webkit-box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 20px;
    background: #FFF;
}

#login, #NoAccess {
    min-height: 440px;
}


    #NoAccess .box {
        max-width: 760px;
        padding: 30px;
        margin: 30px auto;
    }

    #login .box {
        max-width: 375px;
        padding: 30px;
        margin: 30px auto;
    }

        #login .box h1, #login .box h2, #NoAccess .box h1 {
            font-size: 16px;
        }

        #login .box hr {
            border-color: #EAEAEA;
            margin: 30px 0;
        }

    #login #UserName {
        font-family: Calibri !important;
    }

#Profile .avatar, #orders-list .avatar {
    max-width: 80px;
    max-height: 80px;
}

#Profile .panel, #orders-list .panel, #payment-status .panel {
    -webkit-box-shadow: 0 10px 10px 0 rgba(73,134,248,0.1);
    -moz-box-shadow: 0 10px 10px 0 rgba(73,134,248,0.1);
    box-shadow: 10px 10px 10px 0 rgba(73,134,248,0.1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    position: relative
}

#Profile p {
    font-weight: bold !important;
}


#ProfileLinks a.user-profile, .PopupMenuProfile .user-profile {
    font-size: 14px;
    color: #202020;
    margin: 3px 0 30px 50px;
    display: inline-block;
    width: 88%;
}

    #ProfileLinks a.user-profile i, .PopupMenuProfile .user-profile i {
        font-size: 20px;
        float: right;
        margin-left: 5px;
        color: #00D372;
        width: 30px !important;
        text-align: center;
    }
/*//-----------------------------*/

#order .order-steps {
    max-width: 580px;
}

    #order .order-steps .step {
        min-width: 75px;
    }

        #order .order-steps .step span {
            width: 36px;
            height: 36px;
            color: #FFF;
            background: #EAEAEA;
            font-size: 18px;
            line-height: 37px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
        }

        #order .order-steps .step div {
            color: #707070;
        }

        #order .order-steps .step.active span {
            background: #006CFF;
        }

        #order .order-steps .step.active div {
            color: #006CFF;
        }

        #order .order-steps .step.completed span {
            background: #202020;
        }

        #order .order-steps .step.completed div {
            color: #202020;
        }

    #order .order-steps:before,
    #order .order-steps:after {
        content: "";
        display: block;
        width: 115px;
        border-top: 1px solid #EAEAEA;
        position: absolute;
        top: 18px;
    }

    #order .order-steps:before {
        right: 145px;
    }

    #order .order-steps:after {
        left: 145px;
    }

#order .cart {
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 108, 255, 0.1);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 108, 255, 0.1);
    box-shadow: 0 8px 25px 0 rgba(0, 108, 255, 0.1);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding-bottom: 1px;
}

#order .table thead th {
    font-size: 12px;
    color: #707070;
    font-weight: 600;
    border-top: 0;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 3px;
}

#order .table tr th:first-child,
#order .table tr td:first-child {
    padding-right: 30px;
}

#order .table tr th:last-child,
#order .table tr td:last-child {
    padding-left: 30px;
}

#order .table tbody td {
    padding-top: 15px;
    padding-bottom: 15px;
}

#order .table .product-img {
    max-width: 80px;
    border: 1px solid #EAEAEA;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#order .table .product-info h3 {
    font-size: 14px;
}

#order .table .product-info ul li {
    font-size: 11px;
    font-weight: 600;
}

    #order .table .product-info ul li span {
        display: inline-block;
        min-width: 40px;
        color: #707070;
        font-weight: 300;
    }

#order .table .discount {
    color: #FF720B;
}

#order .table .input-count input {
    border: 1px solid #EAEAEA;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 40px;
}

#order .table .input-count .count-minus {
    left: 10px;
    top: 9px;
}

#order .table .input-count .count-plus {
    right: 10px;
    top: 9px;
}

#order .table .input-count .remove-product {
    color: #FF720B;
    font-size: 10px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#order .table tfoot td {
    padding-top: 30px;
}

#order .table tfoot .total {
    font-size: 16px;
}

    #order .table tfoot .total span {
        font-size: 14px;
    }

#order .order-footer .btn {
    min-width: 245px;
    line-height: 25px;
}

#order .order-footer .ml-5 {
    font-size: 12px;
}


#order .radio-wrapper {
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 108, 255, 0.1);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 108, 255, 0.1);
    box-shadow: 0 8px 25px 0 rgba(0, 108, 255, 0.1);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background: #FFF;
    padding: 30px 30px 30px 80px;
    position: relative;
    cursor: pointer;
}

    #order .radio-wrapper .name {
        font-size: 16px;
    }

    #order .radio-wrapper ul li {
        font-weight: 600;
    }

        #order .radio-wrapper ul li span {
            color: #707070;
            font-size: 11px;
            min-width: 70px;
            display: inline-block;
            font-weight: 300;
        }

    #order .radio-wrapper .radio {
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        border: 2px solid #EAEAEA;
        font-size: 10px;
        display: inline-block;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 33px;
        position: absolute;
        left: 30px;
        top: 50%;
        background: #FFF;
    }

        #order .radio-wrapper .radio i {
            display: none;
            color: #006CFF;
        }

    #order .radio-wrapper input {
        display: none;
    }

    #order .radio-wrapper.active {
        border: 2px solid #006CFF;
        padding: 28px 28px 28px 78px;
    }

        #order .radio-wrapper.active .radio {
            border-color: #006CFF;
            background: #E3EFFF;
            left: 28px;
        }

            #order .radio-wrapper.active .radio i {
                display: inline;
            }

#order.shipping h2 {
    font-size: 24px;
}

#order.shipping .radio-wrapper.shipping-box .desc {
    color: #707070;
}

#order.shipping .radio-wrapper.shipping-box .price {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#order.shipping .radio-wrapper.shipping-box.active .price {
    left: 78px;
}

#order.payment .box {
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 108, 255, 0.1);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 108, 255, 0.1);
    box-shadow: 0 8px 25px 0 rgba(0, 108, 255, 0.1);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 30px;
}

#order.payment .discount {
    color: #FF720B;
}

#order.payment .total {
    font-size: 16px;
}

    #order.payment .total span {
        font-size: 14px;
    }

#order.payment .radio-wrapper img {
    max-width: 60px;
    margin-top: -6px;
}


#payment-status .panel h3 {
    margin-bottom: 0
}

#payment-status .panel .date {
    font-size: 11px;
    color: #959595
}

#payment-status .panel .status {
    position: absolute;
    top: 30px;
    left: 30px
}

#payment-status .panel .payment-status {
    margin-top: 30px;
    padding: 30px 0 20px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #E6EEFF
}

    #payment-status .panel .payment-status .icon {
        font-size: 64px;
        color: #2BF8B9;
        margin-bottom: 10px
    }

    #payment-status .panel .payment-status h4 {
        font-size: 18px
    }

#payment-status .panel h2 {
    margin-top: 30px
}

.IFramClass { /* This style for Contact Page*/
    border-radius: 10px;
    margin-top: 5px;
    box-shadow: 0px 16px 27px 0px rgba(191, 173, 157, 0.21);
}

.P-Tag {
    white-space: pre-line !important;
}

.fs-10 {
    font-size: 10pt !important;
}

.Pos_Unset {
    position: unset !important;
}

.home-box-btn button {
    width: 100% !important;
    margin-bottom: 10px;
    text-align: right;
    padding-right: 10px;
    text-shadow: 0 0 1px #000;
    background: #ff8e28 !important;
    border-color: #ee7f1a !important;
    color: #fff !important;
}
/*//------index-----------*/
.box-select {
    background: url(/img/searchBoxbg.jpg);
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 40px 0 30px 0;
}

    .box-select:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 24, 77, 0.8);
    }

    .box-select input[type=text]::placeholder {
        font-size: 12px !important;
    }
    .box-select label{
        color:#fff !important;
    }
    .single-select-inner {
        width: 100%;
        border: 0;
        height: 50px;
        line-height: 50px;
        border-radius: 5px !important;
        margin-bottom: 30px;
        z-index: 2;
    }

.form-group {
    z-index: 2;
    text-align: right;
    padding: 0 15px !important;
}

    .form-group label {
        font-size: 12px;
    }

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: right;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-right: 18px;
    padding-left: 30px;
    position: relative;
    text-align: right !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}






.box {
    -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.07);
    background-color: #FFF;
    padding: 20px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin-bottom: 20px !important;
}


.file .top {
    padding-right: 105px;
    min-height: 115px;
}

    .file .top .ImageFream {
        width: 150px;
        height: 120px;
        border: 5px solid #e4e4e4;
        text-align: center;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        padding: 8px 5px;
        position: absolute;
        right: 0;
        top: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .file .top .sizeWithImg {
        width: auto;
        height: auto;
        background-color: rgba(0, 174, 77, 0.1);
        color: #00ae4d;
        text-align: center;
        font-size: 32px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        padding: 0 7px;
        position: absolute;
        right: 160px;
        top: 70px;
        font-size: 23px;
    }

    .file .top .size {
        width: 150px;
        height: auto;
        background-color: rgba(0, 174, 77, 0.1);
        color: #00ae4d;
        text-align: center;
        font-size: 32px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        padding: 8px 5px;
        position: absolute;
        right: 0;
        top: 0;
    }

        .file .top .size span {
            display: block;
        }

        .file .top .size .large {
            font-weight: 600;
        }

        .file .top .size .small {
            font-size: 13px;
            font-weight: 300;
        }

    .file .top .file-code {
        font-size: 13px;
        color: #fff !important;
        position: absolute;
        top: 0px;
        left: 0;
        background-color: #ff8f00 !important;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        padding: 6px;
        line-height: 17px;
    }

        .file .top .file-code span {
            font-weight: 600;
            font-size: 13px;
            padding: 0 5px;
        }

    .file .top h2 {
        font-size: 16px;
    }

    .file .top .status {
        position: absolute;
        left: 0;
        top: 0;
    }

.file .pricing {
    font-size: 24px;
    text-align: left;
    margin-top: -70px;
    float: left;
}

    .file .pricing .item {
        margin-top: 20px;
    }

    .file .pricing span {
        display: inline-block;
    }

    .file .pricing .title {
        color: #707070;
        font-size: 20px;
    }

    .file .pricing .number {
        font-weight: 600;
        /*color: #5143FF;*/
        color: #00ae4d;
    }

    .file .pricing .currency {
        font-weight: 600;
        font-size: 14px;
        color: rgba(0, 174, 77, 0.65);
    }

    .file .pricing .price-text {
        background-color: #F6F6F6;
        color: #707070;
        font-size: 11px;
        text-align: center;
        padding: 0 5px;
        display: inline-block;
        min-width: 130px;
        margin-top: 5px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

.file .features {
    margin-top: 30px;
}

    .file .features .item {
        text-align: center;
        display: inline-block;
        padding: 0 10px;
        color: #3e3e3e !important;
    }

        .file .features .item i {
            font-size: 18px;
            width: 32px;
            height: 32px;
            display: inline-block;
        }

        .file .features .item span {
            display: block;
            font-size: 13px;
        }



.file .details {
    padding: 50px 0;
    border-bottom: solid 1px #eeeeee;
}

    .file .details ul {
        display: block;
        margin-bottom: 20px;
    }

        .file .details ul li {
            display: inline-block;
            min-width: 250px;
            margin-top: 8px;
        }

            .file .details ul li span {
                display: inline-block;
                font-size: 13px;
            }

            .file .details ul li .title {
                color: #909090;
                min-width: 85px;
                margin-left: 5px;
            }

            .file .details ul li .detail {
                font-weight: 600;
                color: #1e1d23;
            }

        .file .details ul:last-child {
            margin-bottom: 0;
        }

.file .total-features {
    margin: 20px -15px 0;
}

    .file .total-features .item {
        text-align: center;
        display: inline-block;
        padding: 0 15px 20px;
        width: 19.5%;
        margin-bottom: 15px;
        position: relative;
        padding-bottom: 0;
        opacity: 1;
    }

        .file .total-features .item i {
            font-size: 32px;
            width: 100%;
            height: 32px;
            display: inline-block;
            color: #2b2a2e;
        }

        .file .total-features .item .img {
            height: 32px;
        }

            .file .total-features .item .img img {
                width: 36px;
                margin-bottom: 7px;
            }

        .file .total-features .item i.icon-surface1 {
            font-size: 22px;
        }

        .file .total-features .item i.icon-Calling {
            font-size: 26px;
        }

        .file .total-features .item i.icon-repeat {
            font-size: 24px;
        }

        .file .total-features .item i.icon-Video {
            font-size: 22px;
        }

        .file .total-features .item i.icon-User {
            font-size: 22px;
        }

        .file .total-features .item span {
            display: block;
            font-weight: 600;
            font-size: 13px;
            margin-top: 3px;
            color: #1e1d23;
        }

/*.file .total-features .item.active {
            padding-bottom: 0;
            opacity: 1;
        }

            .file .total-features .item.active:after {
                content: "";
                display: block;
                margin: 0 auto;
                width: 12px;
                height: 12px;
                bottom: 0;
                background: url("/icon/tick.svg") no-repeat center;
            }*/

.advertise-box img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}



[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-User:before {
    content: "\e976";
}

.icon-Arrow-Down:before {
    content: "\e917";
}

.icon-Video:before {
    content: "\e909";
}

.icon-bed:before {
    content: "\e906";
}

.icon-Calendar:before {
    content: "\e907";
}

.icon-Calling1:before {
    content: "\e908";
}

.icon-closet:before {
    content: "\e90a";
}

.icon-Document:before {
    content: "\e90b";
}

.icon-door-handle:before {
    content: "\e90c";
}

.icon-elevator:before {
    content: "\e90d";
}

.icon-extractor:before {
    content: "\e90e";
}

.icon-facade:before {
    content: "\e90f";
}

.icon-faucet:before {
    content: "\e910";
}

.icon-garage:before {
    content: "\e911";
}

.icon-padlock:before {
    content: "\e912";
}

.icon-repeat:before {
    content: "\e913";
}

.icon-surface1:before {
    content: "\e914";
}

.icon-Swap:before {
    content: "\e915";
}

.icon-toilet:before {
    content: "\e916";
}

.icon-window:before {
    content: "\e918";
}

.icon-twitter:before {
    content: "\e900";
}

.icon-send:before {
    content: "\e901";
}

.icon-instagram:before {
    content: "\e902";
}

.icon-linkedin:before {
    content: "\e903";
}

.icon-arrow-left:before {
    content: "\e904";
}

.icon-Calling:before {
    content: "\e905";
}



.w50 {
    width: 48% !important;
    float: right !important;
    margin-right: 2px;
}

#select-mantaghe .modal-body p {
    font-size: 13.5px !important;
    margin-bottom: 0px !important;
}

#select-mantaghe .modal-body span {
    font-size: 16px !important;
    font-weight: bold;
    padding: 10px;
    color: #026d0e;
}

#Text::placeholder {
    font-size: 9pt;
}

.responsive-div-for-Moshaverin {
    display: none;
}

.hasScroll {
    height: 0;
}
/*  This Style for InsertMelk Page*/
.w-40 {
    width: 48% !important;
}

#Grid_Div .table {
    font-size: 10pt !important;
    box-shadow: 0 3px 25px 0 rgb(0 0 0 / 7%);
    font-weight: bold !important;
    display: table;
}

#Main_InsertMelk .form-control {
    height: 35px !important;
    border-radius: 5px !important;
    padding: .200rem .75rem !important;
    font-size: 9pt !important;
}

.modal-body .form-control {
    height: 35px !important;
    border-radius: 5px !important;
    padding: .200rem .75rem !important;
    font-size: 9pt !important;
}

#Main_InsertMelk .form-control::placeholder {
    font-size: 8pt;
}

.modal-body .form-control::placeholder {
    font-size: 8pt;
}

.font-bold {
    font-weight: bold;
    font-size: 13pt !important;
}

.Form_Create_Update_Melk label {
    font-size: 12px;
}

#myform .box {
    display: flex !important;
}
