@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
}

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 37px;
    width: 100%;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
    /* margin-top: 15px; */
    border-radius: 4px;
    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 25px 0 10px;
            line-height: 36px
        }

        .breadcrumb-arrow li:first-child a {
            padding: 0 10px
        }

        .breadcrumb-arrow li a {
            position: relative;
            color: #777;
            font-size: 11.5px;
            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 {
                left: -10px;
                z-index: 3;
                border-right: 11px solid #fff
            }

            .breadcrumb-arrow li a:after {
                left: -12px;
                z-index: 2;
                border-right: 13px solid #eeeff1
            }

.blog_title {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    padding-right: 20px;
}

.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 {
    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
}

    .blog_icon.blog_hexagon i {
        margin-right: 8px;
        top: 5px
    }

    .blog_icon i {
        position: absolute
    }

.fa-play::before {
    content: "\f04b"
}

.post-wrapper .blog_body {
    width: 100%;
    float: right;
    margin-top: 0;
    padding: 15px 15px 30px;
    line-height: 2em;
    overflow: hidden;
    line-height: 2em;
    color: #666;
    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;
    background-color: #FFF;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0 1px 7px -3px rgba(0,0,0,.1);
    overflow: hidden
}

.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
}

.sidebar-inner .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)
}

    .sidebar-inner .widget .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
    }

.post_with_thumb .post-thumb {
    float: right
}

.post-thumb img {
    float: right;
    width: 50px;
    height: 50px;
    border: 1px solid #ececec;
    padding: 2px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px
}

.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: 11px;
        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
}

    .post_with_thumb:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.widget-content {
    width: 100%;
    padding: 15px 10px 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
}

    .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-size: 13px;
    line-height: 38px;
    font-weight: 500;
    position: relative;
    width: 100%;
    display: block;
    color: #5a5a5a;
    padding: 0 0px 0 0;
    z-index: 2;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 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
    }

.comment-respond {
    padding: 0 0 15px;
    display: block
}

.comment-reply-form {
    padding: 20px 10px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 7px -3px rgba(0,0,0,.1);
    margin: 0
}

.comment-notes {
    margin: 20px
}

.review_rules {
    z-index: 0;
    top: 36px;
    color: #333;
    white-space: pre-line;
    line-height: 20px;
    border: 1px dashed #e0e0e0;
    padding: 15px 20px;
    border-radius: 3px;
    margin-bottom: 55px
}

.blog_social .blog_socials ul li {
    display: inline-block !important;
    margin: 0 8px
}

.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;
    left: 31px;
    opacity: 1
}

.blog_social .blog_socials {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    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
}

.post-page .sidebar-inner .widget .widget_title {
    text-align: right
}

.post-page .widget-content {
    width: 100%;
    float: right;
    padding: 15px 10px 10px;
    display: block;
    position: relative;
}

.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 {
    display: inline !important;
    padding: 0 0 !important;
    margin: 0 0 !important
}

.post-page ul li {
    text-align: right;
    list-style: none
}

.post-page ul {
    padding-right: 0
}

.recentcomments a {
    display: inline !important;
    padding: 0 0 !important;
    margin: 0 0 !important
}

.content-wrap .title--decor2 {
    padding-right: 27px;
    text-align: right !important
}

#sidebar .hs-sidebar-sticky {
    margin-bottom: 10px
}

.news-list-items .news-item {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: right;
    border-radius: 3px;
    margin-top: 10px;
    display: block;
    box-shadow: 0 1px 7px -3px rgba(0,0,0,.1);
    display: flex;
    padding: 7px 7px !important;
    position: relative;
}

.news-list-items .news-item--img img {
    padding: 5px;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    outline: 0;
    max-width: 100%;
    height: auto
}

.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
}

.news-list-items .news-item--toptitle {
    font-size: 12px
}

.news-list-items .news-item--title {
    font-size: 13px;
    padding-top: 10px
}

    .news-list-items .news-item--title a {
        color: #333
    }

.news-list-items .news-item--summary {
    font-size: 12px;
    line-height: 27px;
    color: #42434d;
}

.news-list-items .news-item--date {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 10px;
    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;
        background: #fff;
    }

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
}

#reviews .commentlist {
    list-style: none;
    padding-left: 0;
    margin-top: 15px
}

    #reviews .commentlist > li:last-child {
        margin-bottom: 0
    }

    #reviews .commentlist > li {
        margin-bottom: 15px;
        background-color: rgba(236,236,236,.1);
        border-radius: 5px;
        border: 1px solid #f3f3f3;
        padding: 10px 15px;
        float: right;
        width: 100%
    }

#reviews .commenter_detail {
    padding: 10px 0 10px 35px
}

    #reviews .commenter_detail .average_q {
        font-size: 11px;
        line-height: 2.23em;
        background-color: #fff;
        border: 1px solid #ececec;
        border-radius: 3px;
        color: rgba(79,179,218,.98);
        padding: 5px 15px 5px 10px;
        margin-top: 10px
    }

        #reviews .commenter_detail .average_q i {
            font-size: 17px;
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px
        }

.fa-star::before {
    content: "\f006"
}

#reviews .commentlist > li p.meta {
    margin-bottom: 7px;
    padding: 5px 0 15px;
    opacity: .8;
    border-bottom: 1px solid #e4e4e4
}

    #reviews .commentlist > li p.meta strong {
        font-weight: 500;
        display: inline-block
    }

    #reviews .commentlist > li p.meta span {
        padding: 0 5px
    }

#reviews .comment_content .commen_point {
    font-size: 12px;
    align-items: center
}

    #reviews .comment_content .commen_point > span {
        margin: 3px 0;
        white-space: nowrap;
        float: right;
        position: relative;
        color: #43cc86
    }

    #reviews .comment_content .commen_point ul {
        display: block;
        padding-right: 60px
    }

        #reviews .comment_content .commen_point ul li {
            margin: 3px 0;
            padding-right: 17px;
            color: #5f5f5f;
            position: relative
        }

#reviews .comment_content .description {
    font-size: 11px;
    color: #5f5f5f;
    padding: 15px 0;
    line-height: 2em
}

.like_dislike_wrap {
    text-align: left;
    padding: 5px 0 15px
}

    .like_dislike_wrap span {
        padding-left: 15px;
        color: #888
    }

    .like_dislike_wrap .like_dislike_btn {
        border-radius: 5px;
        border: 1px solid #ededed;
        background: #fff;
        padding: 2px 13px;
        color: #8c8c8c;
        font-size: 10px;
        line-height: 18px;
        margin: 0 3px
    }

        .like_dislike_wrap .like_dislike_btn::before {
            margin-left: 7px;
            color: #7a7a7a;
            font-size: 1.071rem;
            line-height: inherit;
            content: attr(data-counter)
        }

.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: #ef7b84
}

.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-type: none;
}

.keywords li {
    /* background: #fff; */
    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: #fc4d1b;
            color: #fff;
        }

.tag-cloud-link {
    background: #f9f9f9;
    border: 1px solid #efefef;
    padding: 2px 4px;
    font-size: 11px;
    border-radius: 5px;
    display: inline-block;
    margin: 3px 0;
    transition: all 0.35s ease;
    color: #707070;
}
