.products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
}
.woocommerce_category {
    width: 33%;
    display: flex;
    padding: 10px;
}

.woocommerce_category img {
    max-width: 30px;
}

.single-product {
    width: calc(25% - 18px);
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #eee;
    text-align: center;
}

.single-product img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.product-title {
    font-size: 16px;
    margin: 0 0 8px;
}

.price {
    color: #2b9d3b;
    font-weight: 600;
}

@media (max-width: 900px) {
    .single-product {
        width: calc(33.333% - 18px);
    }
}

@media (max-width: 600px) {
    .single-product {
        width: calc(50% - 18px);
    }
}

@media (max-width: 420px) {
    .single-product {
        width: 100%;
    }
}


.shop_main_section {
    display: flex;
    width: 96%;
    margin: 0 auto;
    gap: 15px;
}
.sidebar {
    width: 25%;
}

.main_shop_content {
    width: 75%;
}


.all_categories_section {
    background: #101c1c;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.class_categories_title {
    background: #1b2627;
    padding: 15px 10px;
    width: 100%;
}

.category_section {
    display: flex;
}

.category_section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category_section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.category_posts_count span {
    padding: 5px 10px;
    background: var(--e-global-color-primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    color: black;
}

.category_section h4 a {
    font-size: 13px;
}

.follow_us_title {
    margin-bottom: 20px;
}

.new_comment {
    background: #101c1c;
    border-radius: 15px;
    padding: 10px;
}

.user_new_comment_form {
    display: flex;
}

.user_new_comment_form > div {
    width: 50%;
}

textarea {
    width: 100%;
    background: #1b2627;
    height: 100%;
    border: none;
    padding: 10px;
    color: gray;
}

.user_comment_textarea_section {
    overflow: hidden;
    border-radius: 15px;
    background: #1b2627;
}

.personal_user_info label {
    display: block;
    width: 100%;
}


.personal_user_info span {
    display: block;
    width: 100%;
    color: var(--e-global-color-text);
    font-size: 15px;
    margin-bottom: 3px;
}

.personal_user_info label {
    display: block;
    width: 100%;
    margin-bottom: 15px;

}

.personal_user_info {
    padding: 10px;
}

.personal_user_info input {
    width: 100%;
    background: #1b2627;
}

.new_comment {
    padding: 16px;
}

.new_comment_title {
    color: white;
    font-size: 18px;
}

.personal_user_info input {
    width: 100%;
    background: #1b2627;
    border-radius: 10px;
    padding: 8px;
    border: none;
    font-size: 16px;
    color: #aeaeae;
}

.score_and_submit_comment {
    display: flex;
    justify-content: space-between;
}

.score_and_submit_comment button {
    border: none;
    padding: 8px 15px;
    background: var(--e-global-color-primary);
    border-radius: 10px;
}

.new_comment_title {
    color: white;
    font-size: 20px;
}

.star_rating {
    display: flex;
}

.select_star_score {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.star_rating {
    display: flex;
    gap: 5px;
    cursor: pointer;
}

.star_rating i {
    color: #ccc;
    transition: color 0.2s, background 0.2s;
}

.star_rating i.selected,
.star_rating i.hover {
    color: var(--e-global-color-primary);
}

.comment-success-message p {
    padding: 10px;
    background: #3de08317;
    color: #3de083;
    border-radius: 10px;
    border: 1px solid;
    margin-bottom: 15px;
}


.comment_info {
    background: #101c1c;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: inset 0 0 10px #ffffff14;
}

.comment_writer_info {
    display: flex;
    gap: 10px;
    align-items: center;
}


.comment_text {
    background: #031110;
    padding: 10px;
    line-height: 25px;
    color: #757575;
    border-radius: 10px;
}


.comment_top_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.comments_section {
    margin-bottom: 30px;
}

.user_name {
    color: #ebebeb;
}

img.avatar.avatar-50.photo {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.share_post_section:hover .share_post_items {
    display: flex;
}

.share_post_items {
    position: absolute;
    background: var(--e-global-color-primary);
    display: none;
    justify-content: center;
    color: black;
    padding: 6px;
    top: -110px;
    left: 0;
    flex-wrap: wrap;
    border-radius: 5px;
    width: 40px;
}

.share_post_items a {
    color: black;
    width: 100%;
}

.share_post_section {
    position: relative;
    text-align: center;
}

.share_post_items a {
    color: black;

}

.post_card_section .post_card {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.post_card_section .post_card .card_svg svg {
    width: 100%;
    height: 100%;
}

.post_card_section .card_svg {
    height: 100%;
}

.post_card_section .post_card .image_wrapper {
    position: absolute;
    object-fit: cover;
    z-index: 2;
    bottom: 30%;
    display: flex;
    justify-content: center;
    transition: 0.3s all;
}

.post_card_section .main_image {
    position: relative;
    width: 90%;
}

.post_card_section .image_wrapper img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.post_card_section .front_layer {
    position: absolute;
    z-index: 4;
    display: flex;
    color: #fff;
    background: rgba(10, 23, 23, 0.93);
    bottom: 0;
    width: 100%;
    flex-wrap: nowrap;
    padding: 30px 25px;
    justify-content: space-between;
    border-radius: 10px;
    backdrop-filter: blur(7px);
    border: 1px solid #0a281e;
}

.post_card_section .post_title h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 1.1rem;
}

.post_card_section .post_actions {
    width: 20%;
    background: #1f2626;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--e-global-color-primary);
    border-radius: 5px;
    transition: 0.3s all;
}

.post_card_section .post_button {
    position: absolute;
    top: 0;
    margin: 10px;
    padding: 10px;
    background: var(--e-global-color-primary);
    border-radius: 5px;
}

.post_card_section .post_title i {
    padding-left: 5px;
    color: var(--e-global-color-primary);
}

.post_card_section .post_info {
    color: gray;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.post_card_section .post_info span {
    font-size: 15px;
    color: gray;
}

.post_card_section path {
    stroke: #0a281e;
    color: #111d1c;
    transition: 0.3s all;
}

.front_layer .post_title a {
    color: var(--e-global-color-text);
}

.post_card_section .post_card:hover path {
    color: var(--e-global-color-primary);
}

.post_card_section .post_card:hover .post_actions {
    background: var(--e-global-color-primary);
    color: black;
}

.post_card_section {
    display: flex;
    gap: 20px;
}

.post_card_section .post_title {
    width: 78%;
}

.post_card_section .post_card:hover .image_wrapper {
    margin-bottom: 10px;
}


.page_title {
    display: flex;
    align-items: center;
}


.order_by a {
    position: relative;
    text-decoration: none;
    padding: 0 5px;
    font-size: 15px;
}

.order_by a.active:after {
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: var(--e-global-color-accent);
    position: absolute;
    left: 0;
    bottom: -10px;
}

.title_icon {
    color: black;
    padding: 10px 10px;
    background: var(--e-global-color-accent);
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.top_control_and_info_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}


.front_layer a {
    text-decoration: none;
    color: var(--e-global-color-text);
    font-size: 14px;
}

.page_title h1 {
    color: var(--e-global-color-text);
    font-size: 20px;
    margin: 0 15px;
}


.post_card_section {
    display: flex;
    gap: 20px;
    width: 95%;
    margin: 0 auto;
}

.post_tags {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid gray;
}

a.single_tag {
    margin: 0 10px;
}

.post_tags a:first-of-type {
    margin-right: 0;

}

textarea:focus {
    outline: none;
}

.personal_user_info input:focus {
    outline: none;
}

.post_detail_section span {
    color: var(--e-global-color-primary);
}

span.author a {
    color: var(--e-global-color-primary) !important;
}

.star_rating span {
    color: white;
}

.star_rating {
    display: flex;
    gap: 5px;
    cursor: pointer;
    padding: 0 10px;
    border-right: 1px solid #ffffff6e;
    border-right-style: dashed;
}

.main_post_content img {
    width: 100%;
    height: 100%;
    max-width: 800px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.main_post_content p, .main_post_content blockquote {
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 15px
}

.main_post_content ul {
    margin: 0 20px 24px 0;
    font-size: 15px
}

.main_post_content li {
    list-style-image: url(../img/list-icon.png) !important;
    list-style-position: inside !important;
    line-height: 30px
}

.main_post_content h2 {
    font-size: 20px
}

.main_post_content h3 {
    font-size: 19px
}

.main_post_content h4 {
    font-size: 18px
}

.main_post_content h5 {
    font-size: 17px
}

.main_post_content h6 {
    font-size: 16px
}

.main_post_content h1, .main_post_content h2, .main_post_content h3, .main_post_content h4, .main_post_content h5, .main_post_content h6 {
    font-weight: 700;
    font-size: 19px;
    color: #d2d2d2;
    line-height: 44px;
    position: relative;
    padding-left: 35px;
}

.main_post_content h2:after, .main_post_content h3:after, .main_post_content h4:after {
    content: '';
    width: 26px;
    height: 7px;
    background-color: var(--main-color);
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 20px
}

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px
}

.alignright, img.alignright {
    float: right
}

.alignleft, img.alignleft {
    float: left
}

.kksr-stars {
    margin: 0
}


.main_post_content blockquote {
    background: #1d5dcc;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #1d5dcc;
    border: none;
    margin: 10px;
    padding: 10px
}

.main_post_content blockquote::before {
    float: right;
    font-size: 2em;
    content: "\201C";
    margin: 10px
}

.main_post_content blockquote::after {
    margin-top: -10px;
    float: left;
    font-size: 2em;
    content: "\201C"
}

.main_post_content blockquote p {
    margin: 0
}

.comment_tool_info {
    display: flex;
    gap: 10px;
    padding: 5px;
}

.user_image img {
    border-radius: 10px;
    width: 40px;
}

.post_button {
    color: black;
}

@media (max-width: 767px) {
    .post_card_section {
        display: block;

    }

    .post_card_section .post_card {
        height: 290px;
    }

    .post_info {
        width: 100%;
    }

    .main_single_post_section {
        display: block;
    }

    .main_sidebar_section {
        width: 100%;
    }

    .user_new_comment_form {
        display: block;
    }

    .new_comment {
        margin-bottom: 10px;
    }

    .post_card_section {
        display: block;
    }

    .post_card {
        margin-bottom: 20px;
    }

    .user_new_comment_form > div {
        width: 100%;
    }
}

.post_category span {
    color: white;
}

.comments_section > .child_comments {
    padding-right: 10%;
}

.child_comments .comment_info {
    margin-bottom: 5px;
}


@media (max-width: 767px) {
    .shop_main_section {
        display: block;
    }

    .sidebar {
        width: 100%;
        padding: 20px;
    }

    .main_shop_content{
        width: 100%;
    }

    .woocommerce_category {
        width: 100%;
    }
}
