.inner-page .site-main-section {
    padding-top: 145px;
    background: var(--lightcolor);
}

.inner-page .footer-main {
    margin-top: 0px;
}

.page-wrap {
    /* padding-top: 20px !important; */
    padding-bottom: 50px;
}

#content {
    padding: 20px 0;
}

@media (min-width:1024px) {
    .single-wrap .content-row {
        display: flex
    }

    .single-wrap .sidebar-wrap {
        position: sticky;
        top: 0;
        align-self: flex-start
    }
}

.news-control-bar .count {
    /* float: right; */
    position: absolute;
    right: 17px;
    top: 11px;
}

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 37px;
    width: 100%;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 7px -3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 7px -3px rgba(0,0,0,.1);
    box-shadow: 0 1px 7px -3px rgba(0,0,0,.1)
}

    .breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
        display: inline-block;
        vertical-align: top;
        /* float: right; */
    }

        .breadcrumb-arrow li:not(:first-child) {
            margin-left: -5px;
        }

        .breadcrumb-arrow li + li:before {
            padding: 0;
            content: ""
        }

        .breadcrumb-arrow li span {
            padding: 0 10px;
            color: #434a54
        }

        .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
            height: 36px;
            padding: 0 0 0 25px;
            line-height: 36px
        }

        .breadcrumb-arrow li:first-child a {
            padding: 0 10px
        }

        .breadcrumb-arrow li a {
            position: relative;
            color: #777;
            font-size: 13px;
            text-decoration: none;
            background-color: #fff;
        }

            .breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
                position: absolute;
                top: 0;
                width: 0;
                height: 0;
                content: '';
                border-top: 18px solid transparent;
                border-bottom: 18px solid transparent
            }

            .breadcrumb-arrow li a:before {
                right: -10px;
                z-index: 3;
                border-left: 11px solid #fff;
            }

            .breadcrumb-arrow li a:after {
                right: -12px;
                z-index: 2;
                border-left: 13px solid #eeeff1;
            }

.blog_title {
    /* border-bottom: 2px solid #878787; */
    /* padding-bottom: 7px; */
    /* float: right; */
    font-size: 20px;
    display: inline-block;
    /* vertical-align: middle; */
    font-weight: bold;
    color: var(--blackcolor);
    /* padding-right: 20px; */
    margin: 0;
}

.entry.entry-content {
    line-height: 28px
}

.blog_hexagon .hexagon::after, .blog_hexagon .hexagon::before {
    border-right-width: 15px;
    border-left-width: 15px
}

.hexagon::after, .item.product-deal .item-area .product-image-area .product-label .hexagon::after {
    border-top-color: #efbe0b !important
}

.hexagon::after {
    border-top: 10.1px solid #0063d1;
    top: 100%;
    width: 0
}

.hexagon::after, .hexagon::before {
    position: absolute;
    width: 0;
    border-left: 17.5px solid transparent;
    border-right: 17.5px solid transparent
}

.blog_hexagon {
    width: auto;
    height: auto;
    text-align: right
}

@media only screen and (max-width:600px) {
    .single-inner {
        padding-top: 40px
    }
}

.blog_icon {
    margin-left: 10px;
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 29px;
    margin-right: -3px;
    top: 0;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 29px;
    margin-right: -3px;
    top: 0;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 29px;
    margin-right: -3px;
    top: 0;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    position: absolute;
    top: 4px;
    margin-right: 1px
}

    .blog_icon.blog_hexagon i {
        margin-right: 8px;
        top: 5px
    }

    .blog_icon i {
        position: absolute;
        top: 4px;
        margin-right: 1px;
        width: 30px;
        height: auto;
        text-align: right
    }

.fa-play::before {
    content: "\f04b"
}

.post-wrapper {
    background: #fff;
}

    .post-wrapper .blog_body {
        text-align: right;
        width: 100%;
        float: right;
        margin-top: 0;
        padding: 15px 15px 30px;
        line-height: 2em;
        color: #666;
        overflow: hidden;
        /* font-size: 11px; */
    }

.entry-content > img {
    max-width: 100%;
    display: block
}

img.header-image, img.size-full, img.size-large, img.wp-post-image {
    max-width: 100%;
    height: auto;
    display: block
}

.inner_wrap {
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 7px -3px rgba(0,0,0,.1);
    /*border-radius: 15px;*/
}

.single_blog_thumb {
    max-width: 90% !important;
    margin: 10px auto;
    border-radius: 10px;
    box-shadow: 0 0 5px -3px #f3f3f3
}

.single-inner {
    padding-top: 10px;
    /* padding-left: 0; */
    /* padding-right: 0; */
}

.sidebar-inner .widget {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    margin-top: 10px;
    overflow: hidden;
    display: block;
    text-align: right;
    box-shadow: 0 1px 7px -3px rgba(0,0,0,.1)
}

    .sidebar-inner .widget .widget_title {
        font-size: 14px;
        line-height: 39px;
        font-weight: 600;
        position: relative;
        width: 100%;
        display: inline-block;
        color: #7d7d7d;
        padding: 0 15px 0 5px;
        z-index: 2;
        background-color: #fff;
        border-bottom: 2px solid #f5f5f5;
    }

.post_with_thumb .inner {
    color: #7a7a7a;
    padding: 0 10px 0 0;
    line-height: 1.8em;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle
}

    .post_with_thumb .inner a {
        color: #6b6b6b;
        font-size: 13px;
        line-height: 17px;
        display: block;
        text-align: right;
    }

.post_with_thumb {
    /* float: right; */
    /* width: 100%; */
    padding: 0 0 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #ececec;
    transition: all 0.3s ease;
    flex: 100%;
    display: flex;
}

    .post_with_thumb:hover > .post-thumb img {
        transform: scale(1.2) rotate(15deg);
    }

    .post_with_thumb:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .post_with_thumb .post-thumb {
        /* float: right; */
    }

        .post_with_thumb .post-thumb a {
            width: 50px;
            height: 50px;
            display: block;
            overflow: hidden;
            border: 1px solid #ececec;
            border-radius: 14px;
        }

        .post_with_thumb .post-thumb img {
            /* float: right; */
            width: 50px;
            height: 50px;
            padding: 2px;
            -webkit-border-radius: 14px;
            -moz-border-radius: 14px;
            transition: all 0.35s;
        }

.widget-content {
    /* width: 100%; */
    /* float: right; */
    padding: 15px 5px 10px;
    display: block;
    position: relative;
}

.blog_bottom {
    height: 42px;
    background-color: rgba(0,0,0,.02);
    padding: 5px 10px;
    width: 100%;
    text-align: right;
    overflow: hidden;
    margin-top: 15px;
}

    .blog_bottom .meta-items-i {
        float: right;
        margin-left: 15px;
        line-height: 31px
    }

        .blog_bottom .meta-items-i .fa-user {
            padding-left: 7px
        }

.blog_social {
    float: left;
    width: 29px;
    height: 29px;
    text-align: center;
    background-color: #fff;
    color: #777;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    position: relative;
    margin-top: 2px;
    cursor: pointer
}

    .blog_social i {
        color: inherit;
        font-size: 14px;
        line-height: 30px;
        position: relative;
        z-index: 1
    }

div.social_icons {
    margin: 0px 0 0;
    padding: 0;
    border: 0
}

.title--decor1 {
    line-height: 33px
}

.block-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 38px;
    position: relative;
    width: 100%;
    display: block;
    color: #5a5a5a;
    padding: 0;
    z-index: 2;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0
}

    .block-title h1 {
        font-size: 14px;
        /* padding-bottom: 12px; */
        margin: 0;
    }

.elm_title_1 .elementor-heading-title::before, .title--decor1::before {
    width: 15px;
    height: 4px;
    background-color: #868686;
    display: inline-block;
    margin-left: 8px;
    content: '';
    border-radius: 4px
}

.title--decor1::after {
    background-color: #ef7b84
}

.comments-area {
    padding: 10px 20px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0 1px 7px -3px rgba(0,0,0,.1)
}

.title--decor2 {
    padding-right: 35px;
    z-index: 1;
    box-shadow: 0 2px 0 rgba(0,0,0,.08)
}

    .title--decor2::before {
        width: 5px;
        height: 4px;
        background-color: #868686;
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 17px;
        z-index: 1;
        content: '';
        border-radius: 2px
    }

    .title--decor2::after {
        width: 13px;
        height: 4px;
        background-color: #efbe0b;
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 0;
        z-index: 1;
        content: '';
        border-radius: 2px
    }

.blog_social .blog_socials ul li {
    display: inline-block !important;
    margin: 0 8px
}

    .blog_social .blog_socials ul li a {
        font-size: 20px;
        color: #504f4f;
    }

.fa-comment-alt-lines {
    padding-left: 30px
}

.blog_social:hover .blog_socials {
    filter: Alpha(Opacity=100);
    -webkit-animation: running .7s ease;
    -moz-animation: running .7s ease;
    animation: running .7s ease;
    right: 31px;
    opacity: 1
}

.blog_social .blog_socials {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    height: 29px;
    line-height: 35px;
    transition: .5s ease;
    filter: Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: block;
    white-space: nowrap
}

.review_rules::before {
    position: relative
}

.review_rules p {
    position: relative
}

.comment-respond .form-control {
    margin-bottom: 5px;
    background-color: #fff;
    font-size: 11px;
    box-shadow: none;
    color: #666;
    width: 100%;
    text-indent: 15px;
    padding: 7px 10px;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px
}

.comment-respond .submit {
    border: 0 solid;
    line-height: 11px;
    background-color: #353a42;
    color: #fff;
    padding: 8px 15px;
    margin: 0 7px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.comment-respond #submit:hover {
    background-color: #3bb5e8;
    border-color: #3bb5e8
}

.post-page .inner_wrap, .post-page .item .item-area h2 {
    font-size: 13px;
    /*text-align: right;*/
    background: #ffffff;
}

.post-page .sidebar-inner .widget .widget_title {
    text-align: left;
}

.post-page .widget-content {
    /* width: 100%; */
    /* float: right; */
    padding: 15px 10px 10px;
    /* display: flex; */
    /* position: relative; */
    display: flex;
    /* font-family: IRANSansnum; */
    flex-wrap: wrap;
}

.post-page .widget_recent_comments .widget-content > ul > li {
    border: 1px dashed #e8ecec;
    color: #999;
    float: right;
    font-size: 11px;
    padding: 10px;
    margin-top: 5px;
    width: 100%
}

    .post-page .widget_recent_comments .widget-content > ul > li span::after {
        content: "";
        width: 1px;
        height: 13px;
        background-color: #dedede;
        position: relative;
        display: inline-block;
        margin-right: 7px;
        top: 3px
    }

    .post-page .widget_recent_comments .widget-content > ul > li span::before {
        color: #555;
        content: "\f4ad";
        font: 300 16px "Font Awesome 5 pro";
        position: relative;
        margin-left: 8px;
        top: 1px;
        float: right
    }

    .post-page .widget_recent_comments .widget-content > ul > li > a {
        color: #666;
        font-size: 11px;
        letter-spacing: .3px;
        line-height: 21px;
        -webkit-transition: all .4s ease 0s;
        -moz-transition: all .4s ease 0s;
        -ms-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s
    }

.post-page .recentcomments a {
    padding: 0 0 0 !important;
    margin: 0 0 0 !important
}

.post-page ul li {
    text-align: right;
    list-style: none
}

.post-page ul {
    padding-right: 0
}

.recentcomments a {
    padding: 0 0 0 !important;
    margin: 0 0 0 !important
}

.content-wrap .title--decor2 {
    padding-right: 27px;
    text-align: right;
    padding-bottom: 11px;
    padding-top: 11px;
}

#sidebar .hs-sidebar-sticky {
    margin-bottom: 10px
}

.news-list-items .news-item {
    padding: 7px 7px 7px !important;
    margin-top: 10px;
    display: block;
    box-shadow: 0 1px 7px -3px rgba(0,0,0,.1);
    display: flex;
    padding: 7px 7px !important;
    background: #fff;
    flex-wrap: wrap;
}

.news-list-items .news-item--img img {
    padding: 5px;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    outline: 0;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.news-list-items .news-item--img a {
    display: block
}

    .news-list-items .news-item--img a:hover > img {
        transform: translate(30deg)
    }

.news-list-items .news-item--text {
    padding: 7px 4px 4px !important;
    position: relative;
    direction: rtl;
}

.news-list-items .news-item--toptitle {
    font-size: 12px;
    text-align: start;
}

.news-list-items .news-item--title {
    font-size: 15px;
    padding-top: 10px;
    font-weight: 600;
    text-align: start;
}

    .news-list-items .news-item--title a {
        color: #333
    }

.news-list-items .news-item--summary {
    font-size: 13px;
    text-align: right;
}

.news-list-items .news-item--date {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    background: #f2f2f2;
    padding: 3px 8px;
    border-radius: 0 30px 0px 5px
}

    .news-list-items .news-item--date::before {
        content: ''
    }

    .news-list-items .news-item--date::after {
        content: ''
    }

.news-control-bar {
    background: #e1e0e0;
    padding: 6px;
    border-radius: 3px;
    font-size: 13px;
    color: #000;
    position: relative;
    height: 40px
}

    .news-control-bar .sort-by {
        float: left;
        font-size: 11px;
        font-weight: 100;
        max-width: 200px;
        height: 28px;
    }

select {
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 4px 10px;
    border: 1px solid #eee;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.entry-content h2 {
    font-size: 13px
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-weight: 500;
    line-height: 1.8em;
    padding-bottom: 5px
}

.highstore-Reviews h2, .highstore-Reviews-title {
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 0;
    margin-top: 20px
}

.wishlist .blog_top {
    min-height: 41px;
    border-bottom: 2px solid #f5f5f5;
    padding: 11px 10px;
    width: 100%;
    float: right
}

.wishlist .blog_icon {
    width: 22px;
    height: 22px;
    padding: 0;
    text-align: center;
    line-height: 29px;
    margin-right: -3px;
    top: 0;
    margin-left: 10px;
    position: relative;
    font-size: 15px;
    display: inline-block;
    float: right;
    color: #fff
}

.triangle, .circle, .square, .hexagon, .home-dailydeal .product-date > div:last-child span.no, .title--decor2::after, .ajax-filter-link.is-active::before, .hs-block-wrap .owl-nav [class*="owl-"]:hover, .widget_search .widget-content > form button, .discount_percent li.active, .deal_tab .deal_label, .realtime_product .product-detail-area .realtime_more, .realtime_product .product-detail-area .slide-progress, .account_action form input[type="submit"], .ajax-nextprev.ajax-pagination a:hover, .is-light-text .ajax-nextprev.ajax-pagination a:hover.account_action form input[type="checkbox"]:checked + span::before, .deal_left_timer, .deal_left_timer .product-date > div span.no::after, .account_action input[type="button"], .title--decor1::after, .contact_wrap .location::before {
    background-color: var(--main-color-1);
}

.wishlist .triangle {
    transform: rotate(-58deg) skewX(-30deg) scale(1,.866);
    position: relative;
    background-color: #efbe0b;
    text-align: left;
    border-radius: 30% 45% 45% 70%
}

    .wishlist .triangle, .wishlist .triangle::after, .wishlist .triangle::before {
        width: 100%;
        height: 100%
    }

        .wishlist .triangle::before {
            transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(66%,132%);
            content: '';
            position: absolute;
            background-color: inherit;
            text-align: left;
            border-radius: 30% 45% 45% 70%
        }

        .wishlist .triangle::after {
            transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(-66%,-33%);
            content: '';
            position: absolute;
            background-color: inherit;
            text-align: left;
            border-radius: 30% 45% 45% 70%
        }

.wishlist .blog_icon.page i {
    margin-right: -1px
}

.wishlist .blog_icon i {
    position: absolute;
    top: 4px
}

.wishlist .blog_title {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    padding-right: 20px
}

.wishlist .entry-content {
    padding: 15px 20px;
    font: 12px/2em IRANSans;
    color: #555;
    overflow: hidden
}

.wishlist .wishlist-title {
    margin-bottom: 30px;
    display: inline-block
}

    .wishlist .wishlist-title h2 {
        vertical-align: middle;
        margin-bottom: 0
    }

.wishlist table.wishlist_table {
    font-size: 100%
}

.wishlist table.shop_table {
    border: 1px solid #eee;
    border-right: 0;
    margin: 5px 0 0;
    width: 100%;
    clear: both;
    font-family: IRANSansnum;
    text-align: right
}

.wishlist a.remove {
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 14px;
    position: relative
}

.wishlist table.shop_table td.product-remove {
    border-right: 1px solid #eee;
    width: 60px;
    text-align: center;
    background-color: rgba(255,82,82,.05)
}

.wishlist table.wishlist_table tbody td {
    padding: 16px 12px;
    background-color: #fff
}

.wishlist table.shop_table td {
    border: 1px solid #eee;
    border-right: #eee;
    padding: 7px;
    vertical-align: middle
}

.wishlist .wishlist_table tr td.product-thumbnail a {
    display: block;
    border: none;
    max-width: 80px
}

    .wishlist .wishlist_table tr td.product-thumbnail a img {
        width: 100%
    }

.wishlist .product-name a {
    color: #333
}

.keywords ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

.keywords li {
    margin: 2px 3px
}

    .keywords li:first-child {
        margin-right: 0
    }

    .keywords li a {
        background: #fff;
        padding: 2px 7px;
        box-shadow: 0 1px 7px -3px rgba(0,0,0,.1);
        border-radius: 3px;
        color: #606060;
        font-size: 13px;
        transition: all 0.35s ease
    }

        .keywords li a:hover {
            background: var(--main-color-1);
            color: #fff
        }

.contact_wrap h1 {
    font-size: 21px;
    border-bottom: 2px solid rgba(0,0,0,.12);
    background-color: var(--main-color-1);
    color: #fff;
    margin-bottom: 20px;
    padding: 5px 20px;
    line-height: 42px;
    position: relative;
    font-weight: 600;
}

    .contact_wrap h1::after {
        content: '';
        display: block;
        background-color: #fff;
        position: absolute;
        bottom: calc(50% - 6px);
        border-radius: 5px 0 0 5px;
        right: 0;
        height: 10px;
        width: 10px
    }

.contact_right {
    text-align: right;
    background-color: var(--whitecolor);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: 0
}

.contact_left #wpcf7-f4-p1363-o1 {
    text-align: right
}

.contact_left .form-group {
    text-align: right
}

.contact_left label {
    font-size: 14px;
    font-weight: bold;
    color: var(--blackcolor);
}

.contact_left .form-group input::placeholder, .wpcf7-form .form-group textarea::placeholder {
    font-size: 14px
}

.contact_w i {
    font-size: 26px;
    color: var(--whitecolor);
    float: right;
    margin-left: 20px;
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 13px;
    background-color: var(--main-color-1);
    box-shadow: none;
}

.contact_w span {
    opacity: .95;
    white-space: unset !important;
    overflow: hidden;
    display: block;
    font-size: 14px
}

.contact_w h4 {
    font-size: 14px;
    color: #505050;
    display: block;
    padding-top: 6px;
    font-weight: 500
}

.contact_w {
    border-radius: 10px;
    min-height: 70px;
    display: block;
    margin: 0 15px;
    clear: both;
    color: #4c4c4c
}

    .contact_w a {
        direction: ltr;
    }

.page_hexagon {
    top: 9px;
    margin-right: 5px !important;
    width: 30px;
    height: auto;
    text-align: right
}

.blog_top {
    /* min-height: 41px; */
    border-bottom: 2px solid #f5f5f5;
    padding: 11px 10px;
    width: 100%;
    /*text-align: right;*/
}

.blog_body h1, .blog_body h2, .blog_body h3, .blog_body h4, .blog_body h5, .blog_body h6 {
    font-weight: 600
}

.contact_wrap .location {
    position: relative;
    padding: 15px;
    margin-top: 15px;
    background-color: #9e9e9e
}

    .contact_wrap .location::before {
        content: '';
        background-color: #f3c40b;
        width: 36%;
        height: 60%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0 0 100%
    }

.leaflet-container {
    background: #ddd;
    outline: 0
}

.get_in_touch .entry-content {
    padding: 15px 20px 30px;
    line-height: 2em;
    color: #555;
    text-align: justify;
    background-color: #fff;
    overflow: hidden;
    font-size: 12px;
    margin: 10px 0 20px;
    border-radius: 10px;
    border: 5px double #eeeff1
}

.entry-content > p {
    padding-bottom: 10px
}

.entry-content h4 {
    font-size: 11px
}

.contact-us-description > div {
    padding: 0
}

.labale-content .btn-default {
    padding: 7px 18px
}

.mm-page .page-wrap {
    margin-top: 20px
}

.map {
    margin-top: 25px
}

    .map a.map-locate {
        position: absolute;
        z-index: 9999;
        background: var(--main-color-1);
        color: #fff;
        padding: 7px 14px;
        border-radius: 50px;
        bottom: 7px;
        left: calc(50% - 67px);
        right: calc(50% - 67px);
        width: 135px;
    }

.aboutus .box-fix {
    overflow: hidden
}

    .aboutus .box-fix ul li {
        color: #fff !important;
        border-radius: 4px;
        padding: 2px;
        font-size: 14px;
        color: #fff !important;
        margin-left: 3px;
        margin-bottom: 10px
    }

        .aboutus .box-fix ul li a {
            color: #333 !important;
            padding-left: 2px;
            padding-right: 3px
        }

.blog-posts-content-2 .grid_image {
    background-size: cover;
    display: block;
    position: relative;
    cursor: pointer;
    background: no-repeat center center;
    background-size: cover;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 1px 7px -3px rgba(0,0,0,.1);
    width: 100%;
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:992px) {
    .blog-posts-content-2 .grid_right .grid_image {
        height: 130px
    }

    .blog-posts-content-2 .grid_center .grid_image {
        height: 270px
    }

    .blog-posts-content-2 .grid_left .grid_image {
        height: 130px
    }
}

@media (max-width:992px) {
    .blog-posts-content-2 .grid_right .grid_image {
        height: 220px
    }

    .blog-posts-content-2 .grid_center .grid_image {
        height: 220px
    }

    .blog-posts-content-2 .grid_left .grid_image {
        height: 220px
    }

    .is-show.mobile-nav-button {
        display: block !important
    }

    .hs-main-menu {
        display: none !important
    }
}

@media (max-width:770px) {
    .blog-posts-content-2 .grid_right .grid_image {
        height: 135px
    }

    .blog-posts-content-2 .grid_center .grid_image {
        height: 135px
    }

    .blog-posts-content-2 .grid_left .grid_image {
        height: 135px
    }

    ul.tab_box li {
        margin: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        width: 33.33%
    }
}

.blog-posts-content-2 .grid_image h4 {
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    z-index: 1;
    padding: 15px 12px;
    display: block;
    background-color: rgba(0,0,0,.45);
    color: #fff;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,1) 100%)
}

.blog-posts-content-2 .grid_image:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    top: 2px
}

.blog-posts-content-3 .item-area {
    padding: 0
}

    .blog-posts-content-3 .item-area .blog-post-area {
        min-height: 246px;
        padding-bottom: 10px;
        overflow: hidden;
        border-radius: 5px;
        position: relative;
        box-shadow: 0 1px 7px -3px rgba(0,0,0,.1)
    }

.blog-posts-content-3 .blog-post-area .is-image {
    width: 100%
}

.blog-posts-content-3 .blog-post-area a img {
    width: 100%
}

.blog-posts-content-3 .item-area .blog-post-area .blog_category {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 2px 12px 1px;
    font-size: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #0063d1;
    color: #fff
}

.blog-posts-content-3 .item-area .blog-post-area h4 {
    display: block;
    margin-top: -44px;
    margin-bottom: 7px;
    padding: 45px 0 15px;
    max-height: 97px;
    overflow: hidden;
    border-bottom: 1px dashed #eeeff1;
    position: relative;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.5) 14%,rgba(255,255,255,.75) 26%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.5) 14%,rgba(255,255,255,.75) 26%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 14%,rgba(255,255,255,.75) 26%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%)
}

    .blog-posts-content-3 .item-area .blog-post-area h4 a {
        line-height: 18px;
        display: block;
        padding: 0 15px;
        font-size: 12px;
        color: #353a42;
        height: 36px
    }

.blog-posts-content-3 .post-date {
    display: inline-block;
    font: 10px IRANSansnum;
    padding: 5px;
    margin-right: 10px;
    color: #868686
}

.blog-posts-content-3 .read_more {
    border-radius: 3px;
    padding: 2px 8px;
    background-color: #eeeff1;
    text-align: center;
    float: left;
    margin-top: 2px;
    margin-left: 10px
}

    .blog-posts-content-3 .read_more:hover {
        color: #fff !important
    }

.blog-posts-content-4 .item .item-area {
    width: 100%;
    min-height: 150px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 7px -3px rgba(0,0,0,.1);
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    overflow: hidden
}

.blog-posts-content-4 .post-image {
    float: right;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 10px;
    position: relative
}

    .blog-posts-content-4 .post-image:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        -webkit-border: 0 solid rgba(255,255,255,.5);
        -moz-border: 0 solid rgba(255,255,255,.5);
        -ms-border: 0 solid rgba(255,255,255,.5);
        -o-border: 0 solid rgba(255,255,255,.5);
        border: 0 solid rgba(255,255,255,.5);
        opacity: 0;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease
    }

.blog-posts-content-4 .item-area:hover .post-image:after {
    opacity: 1;
    -webkit-border: 10px solid rgba(255,255,255,.5);
    -moz-border: 10px solid rgba(255,255,255,.5);
    -ms-border: 10px solid rgba(255,255,255,.5);
    -o-border: 10px solid rgba(255,255,255,.5);
    border: 10px solid rgba(255,255,255,.5)
}

.blog-posts-content-4 .post-image img {
    width: 130px;
    height: 130px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.blog-posts-content-4 h4 a {
    float: right;
    width: calc(100% - 202px);
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px
}

.blog-posts-content-4 .desc {
    float: right;
    width: calc(100% - 160px);
    font-size: 11px;
    line-height: 24px;
    min-height: 77px;
    opacity: .8
}

.blog-posts-content-4 .read-more {
    float: left;
    padding: 3px 10px;
    font-size: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #eeeff1;
    color: #a0a6b3;
    cursor: pointer
}

.blog-posts-content-4 .item-area:hover .read-more {
    background-color: #9b9fa9;
    color: #fff
}

.blog-posts-content-4 .item .item-area .post-date {
    display: inline-block;
    float: left;
    font: 10px IRANSansnum;
    background-color: #fff;
    padding: 5px 10px;
    text-align: right;
    vertical-align: top;
    min-width: 50px;
    height: 21px;
    color: #c1c6d0;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px
}

.blog-posts-content-4 .item .item-area:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -6px;
    width: 35px;
    height: 35px;
    background-color: #0063d1;
    opacity: .05;
    border-radius: 50%
}

.blog-posts-content-4 .item .item-area:after {
    content: "";
    position: absolute;
    top: 27px;
    left: -13px;
    width: 20px;
    height: 20px;
    background-color: #0063d1;
    transform: rotate(20deg);
    z-index: 1;
    opacity: .09;
    border-radius: 24%
}

.blog-posts-content-4 .item .item-area .day {
    float: right;
    text-align: center;
    width: 100%
}

    .blog-posts-content-4 .item .item-area .day span {
        font-size: 10px;
        line-height: 12px;
        font-weight: 500
    }

.blog-posts-content-4 .item .item-area .year {
    position: relative;
    line-height: 14px;
    font-weight: 500;
    margin-top: 0;
    float: right;
    clear: both;
    text-align: center;
    width: 100%
}

.item .item-area {
    padding: 10px;
    background-color: #FFF;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0 1px 7px -3px rgba(0,0,0,.1)
}

.block-header-wrap {
    display: block;
    font: 18px/30px IRANSans;
    margin-bottom: 10px
}

.block-title h3 {
    font-weight: 500
}

.block-title .title_url {
    background: #dcdcdc;
    color: #fff;
    font: 10px/16px IRANSansnum;
    text-align: center;
    margin-top: 15px;
    padding: 0 10px;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    float: left
}

    .block-title .title_url:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #dcdcdc;
        position: absolute;
        content: '';
        right: -1px;
        bottom: -2px;
        -ms-transform: rotate(-32deg);
        -webkit-transform: rotate(-32deg);
        transform: rotate(-32deg)
    }

.block-title-sub {
    font-size: 11px;
    padding-right: 10px;
    color: rgba(0,0,0,.55);
    font-weight: 400
}

.elm_title_1 .elementor-heading-title, .title--decor1 {
    line-height: 33px
}

    .elm_title_1 .elementor-heading-title:before, .title--decor1:before {
        width: 15px;
        height: 4px;
        background-color: #868686;
        display: inline-block;
        margin-left: 8px;
        content: '';
        border-radius: 4px
    }

    .elm_title_1 .elementor-heading-title:after, .title--decor1:after {
        width: 4px;
        height: 4px;
        background-color: #efbe0b;
        display: inline-block;
        margin-right: 8px;
        margin-left: 8px;
        content: '';
        border-radius: 4px
    }

    .title--decor1 .block-ajax-filter-wrap {
        top: 0
    }

    .title--decor1 .ajax-filter-link.is-active, .title--decor1 .ajax-filter-link:hover {
        box-shadow: none
    }

.block-title ul.nav-tabs {
    position: relative;
    z-index: 1;
    float: left
}

    .block-title ul.nav-tabs > li {
        display: inline-block;
        padding: 0 15px 0 0;
        float: right;
        position: relative
    }

    .block-title ul.nav-tabs li.active {
        box-shadow: 0 2px 0 rgba(0,0,0,.1);
        padding-right: 15px
    }

        .block-title ul.nav-tabs li.active:before {
            width: 5px;
            height: 4px;
            background-color: #efbe0b;
            position: absolute;
            top: 50%;
            right: 0;
            z-index: 1;
            content: ''
        }

    .block-title ul.nav-tabs > li > a, .block-title ul.nav-tabs > li > span {
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        font-size: 11px;
        font-weight: 400;
        border: none;
        display: inline-block;
        position: relative;
        padding: 0 0 0 15px;
        line-height: inherit;
        color: #666;
        cursor: pointer
    }

.block-content-wrap {
    position: relative
}

.blog-posts-content .post-image {
    display: block;
    margin: 0 0 15px;
    overflow: hidden;
    position: relative;
    vertical-align: top
}

    .blog-posts-content .post-image:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        -webkit-border: 0 solid rgba(255,255,255,.5);
        -moz-border: 0 solid rgba(255,255,255,.5);
        -ms-border: 0 solid rgba(255,255,255,.5);
        -o-border: 0 solid rgba(255,255,255,.5);
        border: 0 solid rgba(255,255,255,.5);
        opacity: 0;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease
    }

.blog-posts-content .item-area:hover .post-image:after {
    opacity: 1;
    -webkit-border: 10px solid rgba(255,255,255,.5);
    -moz-border: 10px solid rgba(255,255,255,.5);
    -ms-border: 10px solid rgba(255,255,255,.5);
    -o-border: 10px solid rgba(255,255,255,.5);
    border: 10px solid rgba(255,255,255,.5)
}

.blog-posts-content .post-image img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: cover
}

.post-content-inner {
    box-sizing: border-box;
    padding: 0 5px 10px 0;
    height: 52px
}

.blog-posts-content .post-date {
    border-right: 1px solid #e9e9e9;
    display: inline-block;
    float: left;
    font-size: 10px;
    margin: 0 10px 0 0;
    padding: 0 5px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 48px;
    height: 52px;
    color: #0063d1
}

.blog-posts-content .day span {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700
}

.blog-posts-content .month, .blog-posts-content .year {
    position: relative;
    line-height: 15px;
    font-weight: 500;
    margin-top: 0
}

.blog-posts-content .post-detail {
    overflow: hidden
}

.blog-posts-content .post-title {
    line-height: 20px;
    margin: 0;
    text-align: right
}

    .blog-posts-content .post-title a {
        font-size: 13px
    }

.image-ads-wrap {
    display: block;
    margin: 10px auto 0;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 7px -3px rgba(0,0,0,.1)
}

.widget {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    overflow: hidden;
    display: block;
    box-shadow: 0 1px 7px -3px rgba(0,0,0,.1)
}

.tagcloud {
    float: right;
    width: 100%
}

    .tagcloud a {
        font-size: 11px !important;
        /* float: right; */
        font-size: 12px !important;
        padding: 4px 8px 4px;
        margin-top: 5px;
        /* margin-left: 5px; */
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        transition: all 0.3s;
        line-height: 32px;
    }

        .tagcloud a:hover {
            color: #fff;
            background-color: var(--main-color-1);
        }

.sb-instagram-widget .instagram-el img {
    padding: 3px;
    border: 1px solid #e0e0e0;
    margin-bottom: 8px;
    height: 75px
}

    .sb-instagram-widget .instagram-el img:focus, .sb-instagram-widget .instagram-el img:hover {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03)
    }

.instagram-bottom-text {
    font-size: 11px;
    opacity: .5
}

    .instagram-bottom-text span {
        background-color: #555;
        color: #fff;
        padding: 1px 5px 0
    }

.widget_title {
    font-size: 13px;
    line-height: 39px;
    font-weight: 500;
    position: relative;
    width: 100%;
    display: inline-block;
    color: #7d7d7d;
    padding: 0 15px 0 5px;
    z-index: 2;
    background-color: #fff;
    border-bottom: 2px solid #f5f5f5
}

    .widget_title:before {
        width: 80px;
        height: 2px;
        background-color: #dcdcdc;
        position: absolute;
        bottom: -2px;
        left: 18px;
        z-index: 1;
        content: ''
    }

    .widget_title:after {
        width: 13px;
        height: 2px;
        background-color: #0063d1;
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 1;
        content: ''
    }

#cat-drop-stack > ul, .widget_archive .widget-content > ul, .widget_categories .widget-content > ul {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%
}

    #cat-drop-stack > ul > li, .widget_archive .widget-content > ul > li, .widget_categories .widget-content > ul > li {
        border-bottom: 1px dashed #e8ecec;
        color: #999;
        float: right;
        font-size: 11px;
        line-height: 32px;
        padding: 0;
        position: relative;
        width: 100%
    }

        #cat-drop-stack > ul > li:first-child, .widget_archive .widget-content > ul > li:first-child, .widget_categories .widget-content > ul > li:first-child {
            padding-top: 0
        }

        #cat-drop-stack > ul > li:last-child, .widget-content > ul > li:last-child, .widget_archive .widget-content > ul > li:last-child, .widget_categories .widget-content > ul > li:last-child {
            border: medium none;
            padding-bottom: 0
        }

        #cat-drop-stack > ul > li > a, .widget_archive .widget-content > ul > li > a, .widget_categories .widget-content > ul > li > a {
            color: #565656;
            float: right;
            font-size: 11px;
            padding-right: 26px;
            position: relative;
            width: 100%
        }

            #cat-drop-stack > ul > li > a:before, .widget_archive .widget-content > ul > li > a:before, .widget_categories .widget-content > ul > li > a:before {
                color: #e6e6e6;
                content: "\f07b";
                font: 300 13px "Font Awesome 5";
                right: 5px;
                position: absolute;
                top: 1px;
                -webkit-transition: all .4s ease 0s;
                -moz-transition: all .4s ease 0s;
                -ms-transition: all .4s ease 0s;
                -o-transition: all .4s ease 0s;
                transition: all .4s ease 0s
            }

.screen-reader-text {
    display: none
}

.widget_archive .widget-content > ul > li > a:hover:before, .widget_categories .widget-content > ul > li > a:hover:before {
    right: 5px;
    color: #efbe0b
}

.widget_archive .widget-content > select, .widget_categories .widget-content > select {
    border: 1px solid #e8ecec;
    color: #777;
    float: left;
    font-size: 11px;
    height: 28px;
    letter-spacing: .3px;
    padding-right: 10px;
    width: 100%
}

.widget_search .widget-content > form {
    float: right;
    margin: 0;
    padding: 1px;
    width: 100%;
    font-family: IRANSans
}

    .widget_search .widget-content > form label {
        display: none
    }

    .widget_search .widget-content > form input[type=text] {
        border: 1px solid #f5f5f5;
        color: #7d7d7d;
        float: right;
        font-size: 11px;
        height: 30px;
        margin: 0;
        padding: 4px 10px;
        width: calc(100% - 32px);
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

    .widget_search .widget-content > form button {
        border: medium none;
        background-color: #efbe0b;
        color: #fff;
        font-size: 11px;
        line-height: 33px;
        height: 30px;
        width: 32px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px
    }

.widget_nav_menu .widget-content > ul, .widget_pages .widget-content > ul {
    margin: 0;
    padding: 0;
    width: 100%
}

    .widget_nav_menu .widget-content > ul > li, .widget_pages .widget-content > ul > li {
        float: right;
        width: 100%
    }

        .widget_nav_menu .widget-content > ul > li ul li, .widget_pages .widget-content > ul > li ul li {
            float: right;
            list-style: none outside none;
            width: 100%
        }

        .widget_nav_menu .widget-content > ul > li ul, .widget_pages .widget-content > ul > li ul {
            float: right;
            margin: 0;
            width: 100%
        }

    .widget_nav_menu .widget-content ul li a, .widget_pages .widget-content > ul li a {
        border-bottom: 1px dashed #e8ecec;
        color: #565656;
        float: right;
        font-size: 11px;
        padding: 0 15px 2px 0;
        line-height: 28px;
        position: relative;
        -moz-transition: all .4s ease 0s;
        -ms-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
        width: 100%
    }

.widget_nav_menu .widget-content ul li ul, .widget_pages .widget-content > ul {
    padding-right: 8px
}

    .widget_nav_menu .widget-content ul li a:before, .widget_pages .widget-content > ul li a:before {
        color: #efbe0b;
        content: "\f104";
        font: 300 12px "Font Awesome 5";
        right: 0;
        margin-top: -14px;
        position: absolute;
        top: 50%
    }

.widget_meta .widget-content > ul {
    float: left;
    list-style: none outside none;
    margin: -10px 0 0;
    padding: 0;
    width: 100%
}

    .widget_meta .widget-content > ul > li {
        float: left;
        width: 100%
    }

        .widget_meta .widget-content > ul > li > a {
            color: #565656;
            float: left;
            font-size: 11px;
            letter-spacing: .3px;
            margin-top: 10px;
            width: 100%
        }

.widget_recent_comments .widget-content > ul {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%
}

    .widget_recent_comments .widget-content > ul > li > a {
        color: #666;
        font-size: 11px;
        letter-spacing: .3px;
        line-height: 21px;
        -webkit-transition: all .4s ease 0s;
        -moz-transition: all .4s ease 0s;
        -ms-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s
    }

    .widget_recent_comments .widget-content > ul > li {
        border: 1px dashed #e8ecec;
        color: #999;
        float: right;
        font-size: 11px;
        padding: 10px;
        margin-top: 5px;
        width: 100%;
        list-style: none
    }

        .widget_recent_comments .widget-content > ul > li:hover {
            background-color: #fdfdfd
        }

        .widget_recent_comments .widget-content > ul > li span {
            height: 19px;
            padding: 0 0 0 5px;
            color: #555;
            font-size: 11px;
            display: inline-block;
            line-height: 15px
        }

            .widget_recent_comments .widget-content > ul > li span:before {
                color: #555;
                font-weight: 300;
                font-size: 16px;
                position: relative;
                margin-left: 8px;
                top: 1px;
                float: right
            }

            .widget_recent_comments .widget-content > ul > li span:after {
                width: 1px;
                height: 13px;
                background-color: #dedede;
                position: relative;
                display: inline-block;
                margin-right: 7px;
                top: 3px
            }

        .widget_recent_comments .widget-content > ul > li:hover span:before {
            color: #efbe0b
        }

        .widget_recent_comments .widget-content > ul > li span a {
            color: inherit
        }

.widget_most_liked_posts .widget-content ul, .widget_recent_entries .widget-content ul, .widget_recent_posts .widget-content ul {
    margin: 0;
    padding: 0;
    width: 100%
}

    .widget_most_liked_posts .widget-content ul li, .widget_recent_entries .widget-content ul li, .widget_recent_posts .widget-content ul li {
        float: right;
        margin-top: 6px;
        padding-right: 3px;
        position: relative;
        width: 100%
    }

        .widget_most_liked_posts .widget-content ul li > a, .widget_recent_entries .widget-content ul li > a, .widget_recent_posts .widget-content ul li > a {
            color: #696969;
            font-size: 11px;
            line-height: 24px
        }

        .widget_most_liked_posts .widget-content ul li:before, .widget_recent_entries .widget-content ul li:before, .widget_recent_posts .widget-content ul li:before {
            color: #e6e6e6;
            content: "\f15c";
            font: 300 15px "Font Awesome 5";
            margin-left: 5px;
            vertical-align: middle;
            display: inline-block
        }

        .widget_most_liked_posts .widget-content ul li:hover:before, .widget_recent_entries .widget-content ul li:hover:before, .widget_recent_posts .widget-content ul li:hover:before {
            color: #bdbdbd
        }

        .widget_most_liked_posts .widget-content ul li > span, .widget_recent_entries .widget-content ul li > span, .widget_recent_posts .widget-content ul li > span {
            color: #888;
            float: right;
            font-size: 10px;
            width: 100%
        }

        .widget_most_liked_posts .widget-content ul li:hover, .widget_recent_entries .widget-content ul li:hover, .widget_recent_posts .widget-content ul li:hover {
            border-color: #484848
        }

.inner-page-contactus, .index-innerpage {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .inner-page-contactus .contact_left {
        background: #fff;
        border-radius: 15px;
        padding: 16px
    }

        .inner-page-contactus .contact_left .btn-info {
            background-color: var(--main-color-1);
            border-color: var(--main-color-1);
        }

        .inner-page-contactus .contact_left .btn-danger {
            background-color: var(--blackcolor);
            border-color: var(--blackcolor);
            margin-right: 10px;
        }

        .inner-page-contactus .contact_left .btn:hover {
            background-color: var(--blackcolor);
            border-color: var(--blackcolor);
        }

    .inner-page-contactus .mm-page .page-wrap {
        margin-top: 0
    }

.blog-posts-content .post-description {
    padding: 4px 0;
    line-height: 1.6em;
    max-height: 55px
}

.block-content-wrap .item .item-area, .block-content-wrap .inner_wrap {
    padding: 10px;
    background-color: #FFF;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0 1px 7px -3px rgba(0,0,0,.1)
}

.hs-section-fw {
    margin-top: 20px
}

.page_hexagon .hexagon {
    width: 30px;
    height: 14px;
    margin: 10.1px 0;
    background-color: #efbe0b
}

    .page_hexagon .hexagon::after, .page_hexagon .hexagon::before {
        border-right-width: 15px;
        border-left-width: 15px
    }

.hexagon::before, .item.product-deal .item-area .product-image-area .product-label .hexagon::before {
    border-bottom-color: #efbe0b !important
}

page_hexagon i {
    top: 9px;
    margin-right: 5px !important
}

.fa-paste::before, .fa-clipboard::before {
    content: "\f0ea"
}

.page_hexagon i {
    top: 9px;
    margin-right: 5px !important
}

.leaflet-control-container + div {
    z-index: 999 !important;
}

@media only screen and (min-width:0px) and (max-width:640px) {
    .contact_left #wpcf7-f4-p1363-o1 {
        margin-top: 30px
    }
}

@media only screen and (min-width:650px) and (max-width:1024px) {
    .contact_left #wpcf7-f4-p1363-o1 {
        margin-top: 30px
    }
}

@media (min-width:1024px) {
    .single-wrap .content-row {
        display: flex
    }

    .single-wrap .sidebar-wrap {
        position: sticky;
        top: 0;
        align-self: flex-start
    }
}

@media only screen and (max-width:600px) {
    .single-inner {
        /* padding-top: 40px; */
    }
}

@media (min-width:992px) {
    .blog-posts-content-2 .grid_right .grid_image {
        height: 130px
    }

    .blog-posts-content-2 .grid_center .grid_image {
        height: 270px
    }

    .blog-posts-content-2 .grid_left .grid_image {
        height: 130px
    }
}

@media (max-width:992px) {
    .blog-posts-content-2 .grid_right .grid_image {
        height: 220px
    }

    .blog-posts-content-2 .grid_center .grid_image {
        height: 220px
    }

    .blog-posts-content-2 .grid_left .grid_image {
        height: 220px
    }

    .is-show.mobile-nav-button {
        display: block !important
    }

    .hs-main-menu {
        display: none !important
    }
}

@media (max-width:770px) {
    .blog-posts-content-2 .grid_right .grid_image {
        height: 135px
    }

    .blog-posts-content-2 .grid_center .grid_image {
        height: 135px
    }

    .blog-posts-content-2 .grid_left .grid_image {
        height: 135px
    }

    ul.tab_box li {
        margin: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        width: 33.33%
    }
}

@media only screen and (min-width:0px) and (max-width:640px) {
    .contact_left #wpcf7-f4-p1363-o1 {
        margin-top: 30px
    }
}

@media only screen and (min-width:650px) and (max-width:1024px) {
    .contact_left #wpcf7-f4-p1363-o1 {
        margin-top: 30px
    }
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
    .page-wrap {
        padding-bottom: 10px;
    }

    .news-list-items .news-item--img {
        /* flex: 1 100%; */
        text-align: center;
        padding: 0;
    }
}
