.ws-content {
    padding-bottom: 40px;
}
.box-title {
    text-align: center;
    margin-bottom: 40px;
}
.post-title h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}
.post-menu {
    margin-top: 30px;
}
.post-menu .items {
    gap: 15px;
    align-items: center;
    display: inline-flex;
}
.post-menu .items a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 15px;
    border-radius: 6px;
    position: relative;
    background: var(--ws-color-white);
    border: 1px solid #d3dae2;
}
.post-menu .items a:hover,
.post-menu .items a.active {
    color: var(--ws-color-white);
    border-color: var(--ws-color-primary);
    background-color: var(--ws-color-primary);
}
.post-menu .items a:hover::before,
.post-menu .items a.active::before {
    width: 100%;
    background: var(--ws-color-second);
}
.posts {
    display: grid;
    gap: 30px;
}
.posts .post {
    display: flex;
    position: relative;
}
.posts .post .img {
    overflow: hidden;
    object-fit: cover;
    border-radius: 8px;
    aspect-ratio: 16 / 9;
}
.post .img {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.post .img a {
    width: 290px;
    display: flex;
    position: relative;
    transition: all .3s ease;
}
.post .img:hover a {
    transform: scale(1.06);
}
.posts .post .txt {
    padding-left: 30px;
    width: calc(100% - 290px);
}
.posts .post .post-name {
    display: block;
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1.3;
}
.posts .post .txt .excerpt {
    color: #666;
    font-size: 16px;
}

.widget {
    border: none;
    padding: 0
}

.widget .widget-title {
    text-align: center;
    background: var(--ws-color-primary);
    border-radius: 6px;
    font-size: 22px;
    font-weight: 700;
    color: var(--ws-color-white);
    padding: 10px 10px 15px;
    line-height: 30px;
}

.widget .widget-content {
    padding: 20px;
    background: var(--ws-color-white);
    border-radius: 6px;
    position: relative;
    margin-top: -5px;
}

.widget .items li:not(:last-child) {
    margin-bottom: 15px;
}

.widget .items li a {
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    display: block;
}
.widget .items li a::before {
    content: "\f105";
    position: absolute;
    left: 0;
}

.widget:not(:last-child) {
    margin-bottom: 30px
}

.banner-right {
    gap: 30px;
    display: grid;
}
.banner-right a {
    overflow: hidden;
    border-radius: 6px;
}
.banner-right img {
    width: 100%;
    transition: all .3s ease;
}
.banner-right img:hover {
    transform: scale(1.1);
}

.noitem.alert {
	margin: 0;
	padding: 20px;
    font-size: 16px;
	border-radius: 8px;
    text-align: center;
}

.post-meta {
    gap: 10px;
    display: flex;
    font-size: 16px;
    margin: 0 0 20px;
}
.post-meta-author {
    display: flex;
}
.post-meta-author::before {
    content: "\f2be";
    margin-right: 5px;
    font-family: 'FontAwesome';
}
.post-meta-author::after {
    content: ",";
}
.post-meta-date::before {
    content: "\f017";
    margin-right: 5px;
    font-family: 'FontAwesome';
}
.post-meta-date::after {
    content: ",";
}
.post-meta-views::before {
    content: "\f06e";
    margin-right: 7px;
    font-family: 'FontAwesome';
}
.post-entry .entry {
    margin-bottom: 30px;
}
.post-entry .entry span {
    font-size: 16px !important;
}
.post-entry .entry > *:not(table) {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.post-shared {
    overflow: hidden;
    margin-bottom: 30px;
}
.post-shared ul {
    display: flex;
    margin-left: -7px;
}
.post-shared ul li {
    height: 21px;
}

.ws-post-author {
    margin-top: 30px;
}

.related-posts .widget-title {
    color: var(--ws-color-white);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    align-items: center;
    display: inline-flex;
    text-transform: uppercase;
    background: var(--ws-color-primary);
    border-bottom: 3px solid var(--ws-color-second);
    line-height: 22px;
    position: relative;
    padding: 11px 40px 9px;
}
.related-posts .widget-title::after {
    width: 0;
    height: 0;
    content: "";
    border-right: 22px solid transparent;
    border-bottom: 22px solid var(--ws-color-second);
    position: absolute;
    bottom: 0;
    left: 0;
}
.related-posts .posts {
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
}
.related-posts .posts .post {
    display: grid;
    gap: 10px;
}
.related-posts .img {
    overflow: hidden;
    border-radius: 6px;
    display: flex;
}
.related-posts .img a {
    display: flex;
}
.related-posts .img img {
    height: 100%;
}
.related-posts .posts .post .txt {
    padding: 0;
    width: 100%;
}
.related-posts .posts .post .post-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}
.related-posts .txt .excerpt {
    display: none;
}

.archive .posts .post:first-child {
    display: grid;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.archive .posts .post:first-child .img {
    position: relative;
    max-width: 100%;
}
.archive .posts .post .img {
    max-width: 300px;
}
.archive .posts .post .img a,
.archive .posts .post .img a img {
    width: 100%;
    display: block;
    overflow: hidden;
    object-fit: cover;
    position: relative;
    border-radius: 8px;
    aspect-ratio: 16/9;
}
.archive .posts .post:first-child .txt {
    padding: 0;
    width: 100%;
}
.archive .posts .post:first-child .txt {
    bottom: 0;
    z-index: 1;
    color: var(--ws-color-white);
    position: absolute;
    padding: 80px 30px 30px;
    background-image: linear-gradient(transparent, black);
}
.archive .posts .post:first-child .txt h2 {
    margin: 0;
    font-size: 26px;
}
.archive .posts .post:first-child .txt .excerpt {
    display: none;
}

/* box-table */
.box-table {
    position: relative;
    margin-bottom: 30px;
}
.box-table .box-inner {
    overflow: hidden;
    position: relative;
}
.box-table .box-head {
    margin-bottom: 20px;
}
.box-table .box-head .name {
    margin: 0;
    color: var(--ws-color-white);
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    display: inline-flex;
    text-transform: uppercase;
    background: var(--ws-color-primary);
    border-bottom: 3px solid var(--ws-color-second);
    line-height: 22px;
    position: relative;
    padding: 11px 40px 9px;
}
.box-table .box-head .name::after {
    width: 0;
    height: 0;
    content: "";
    border-right: 22px solid transparent;
    border-bottom: 22px solid var(--ws-color-second);
    position: absolute;
    bottom: 0;
    left: 0;
}
.box-table .products {
    overflow: hidden;
    border-radius: 8px;
    background: var(--ws-color-background);
}
.box-table .products .product {
    background: var(--ws-color-white);
}
.box-table .products:not(.owl-carousel) {
    gap: 1px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.products .product .stars {
    color: var(--ws-color-second);
    display: flex;
}
.products .product .star-wrap span {
    margin-right: 0;
}
.products .product .star-wrap span::before {
    content: "|";
    color: darkgray;
    margin: 0 5px 0 3px;
}
.products .price-text li {
    line-height: 20px;
}
.products .price-text .discount {
    color: var(--ws-color-white);
    line-height: 10px;
    position: inherit;
    background-color: var(--ws-color-primary);
}

.owl-carousel .btn-prev,
.owl-carousel .btn-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 20px);
    color: var(--ws-color-white);
    display: grid;
    align-items: center;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
}
.owl-carousel .btn-prev {
    left: 15px;
    background: #ccc url(../images/arrow-left.png) no-repeat center center;
    background-size: 10px 20px;
}
.owl-carousel .btn-next {
    right: 15px;
    background: #ccc url(../images/arrow-right.png) no-repeat center center;
    background-size: 10px 20px;
}
.owl-carousel .btn-prev:hover,
.owl-carousel .btn-next:hover {
    background-color: var(--ws-color-primary);
}

.post-tags {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
}
.post-tags a {
    display: grid;
    padding: 6px 10px;
    line-height: 20px;
    border-radius: 6px;
    align-items: center;
    background: var(--ws-color-white);
    border: 1px solid #d3dae2;
}
.post-tags a:hover {
    color: var(--ws-color-white);
    background: var(--ws-color-primary);
    border: 1px solid var(--ws-color-primary);
}
.post-tags li:first-child {
    color: var(--ws-color-white);
    padding: 6px 10px;
    line-height: 20px;
    border-radius: 6px;
    align-items: center;
    background: var(--ws-color-primary);
    border: 1px solid var(--ws-color-primary);
}

.box-reviews .box-body {
    gap: 20px;
    padding: 20px;
    display: grid;
    overflow: hidden;
    border-radius: 8px;
    background: var(--ws-color-white);
}

div.comment-title>span {
    font-size: 20px;
}
div.comment-children:last-child {
    margin-bottom: 0;
}

.box-comment .btn-send::before,
.haravan-product-reviews-badge,
.social-network-actions {
    display: none;
}
.box-comment .btn-send {
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 8px;
    white-space: nowrap;
    text-transform: uppercase;
}
div.comment-hide>.comment-info-wrap {
    padding: 15px;
    background: var(--ws-color-background);
}
#box-comment textarea.form-control {
    border-radius: 8px 8px 0 0;
}
div.comment-hide {
    display: block ! important;
    border-radius: 0 0 8px 8px;
}
.comment-info-wrap {
    border-radius: 0 0 8px 8px;
}
div#box-comment {
    font-size: 16px;
}
.commentName .star-wrap {
    display: none;
}

.tax-news_tag h1::before {
    content: '#';
    margin-right: 3px;
}

.products .product .product-title {
    font-size: 16px;
    font-weight: 700;
    min-height: 44px;
    overflow: hidden;
    line-height: 1.5;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    word-break: break-word;
    -webkit-box-orient: vertical;
}

.ws-register-button {
    background: var(--ws-color-primary);
    display: block;
    text-align: center;
    border-radius: 8px;
    color: var(--ws-color-white);
    padding: 15px;
    line-height: 18px;
    font-size: 16px;
    border: 1px solid var(--ws-color-primary);
    transition: all .3s ease;
    font-weight: 700;
}
.ws-register-button:focus,
.ws-register-button:hover {
    color: var(--ws-color-primary);
    background: var(--ws-color-white);
}

@media screen and (min-width: 1025px)
{
    .ws-sticky {
        top: 70px;
        position: sticky;
    }
}

@media screen and (max-width: 767px)
{
    .ws-content {
        overflow: hidden;
        padding: 10px 10px 30px;
    }
    .breadcrumb {
        margin: 0;
        padding: 0;
        border-radius: 0;
    }
    .breadcrumb .items {
        overflow: hidden;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .breadcrumb .items li:last-child {
        color: gray;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .box-title {
        margin: 0;
        padding: 20px 0;
    }
    .box-title .post-title {
        margin-bottom: 0;
    }
    .box-title .post-title h1 {
        font-size: 26px;
        line-height: 1.3;
    }
    .toggle,
    .post-menu {
        display: none;
    }
    .posts {
        gap: 20px;
        display: grid;
    }
    .archive .posts .post:first-child {
        display: grid;
    }
    .posts .post {
        gap: 15px;
        display: flex;
        border-radius: 0;
    }
    .posts .post .img {
        width: 35%;
        border-radius: 6px;
    }
    .post .img a {
        width: 100%;
        overflow: hidden;
    }
    .archive .posts .post:first-child .txt,
    .posts .post .txt {
        width: 65%;
        padding-left: 0;
    }
    .posts .post .txt .excerpt {
        display: none;
    }
    .post .img img {
        height: 100% !important;
    }
    .archive .posts .post:first-child .img {
        width: 100%;
        overflow: hidden;
        border-radius: 6px;
    }
    .archive .posts .post:first-child .txt h2,
    .archive .posts .post .post-name {
        font-size: 16px;
        line-height: 1.4;
    }
    .archive .posts .post:first-child .txt h2 {
        font-size: 18px;
        font-weight: 700;
    }
    .archive .posts .post:first-child .txt {
        padding: 0;
        width: 100%;
        color: inherit;
        background: none;
        position: inherit;
    }
    .posts .post .post-name {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
    }
    .entry p {
        line-height: 1.8;
    }
    .entry table tr,
    .entry table td,
    .entry table th {
        display: block;
        width: 100% !important;
    }
    .related-posts .posts {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    .related-posts .img {
        width: 30%;
        padding-top: 20%;
        margin-bottom: 0;
    }
    .related-posts .posts .post .txt {
        width: 70%;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
    }
    .box-table .box-head {
        margin-bottom: 10px;
    }
    .related-posts .widget-title h3,
    .box-table .box-head .name {
        display: grid;
        border-bottom: 0;
        line-height: 20px;
        padding: 12px 15px 13px;
    }
    .related-posts .widget-title h3::after,
    .box-table .box-head .name::after {
        display: none;
    }
    .related-posts .widget-title,
    .box-table .box-head,
    .box-table .box-body {
        overflow: hidden;
        border-radius: 6px;
    }
    .box-table .products {
        border-radius: 0;
    }
    .box-table .products:not(.owl-carousel) {
        grid-template-columns: repeat(2, 1fr);
    }
    .related-posts .posts .post {
        display: flex;
    }
}

@media screen and (max-width: 413px)
{
    .related-posts .posts {
        gap: 15px;
    }
    .related-posts .posts .post,
    .posts .post {
        gap: 15px;
    }
    .related-posts .txt,
    .posts .post .post-name {
        font-weight: 400;
    }
    .related-posts .widget-title h3,
    .box-table .box-head .name {
        padding: 10px;
        font-size: 16px;
    }
}