

.blog-managament-information button[type="submit"]:hover,

.ybc-blog-tag-a:hover,

#form_blog .btn.edit_view_post:hover,

.form_reply_comment input[type="submit"]:hover,

.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"]:hover,

.form-polls-body button[name="polls_cancel"]:hover,

.form-polls-body button:hover

{

    background:#B39A5A;

    border-color:#B39A5A;

}

.ybc-latest-posts-detail {
    border-top: 0;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-top: 0;
}

.ybc-single-post-latest {
    clear: both;
    display: block;
    float: none;
    grid-column: 1 / -1;
    position: relative;
    width: 100%;
}

.ybc-single-post-latest:before {
    clear: both;
    content: "";
    display: table;
}

.ybc-single-post-latest .ybc-latest-posts-detail {
    clear: both;
    display: block;
    float: none;
    width: 100%;
}

.ybc-single-post-related-wrapper {
    clear: both;
    display: block;
    float: none;
    position: relative;
    width: 100%;
}

.ybc-single-post-related {
    border-top: 0;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ybc-single-post-related .c-media-title {
    margin-bottom: 24px;
}

.ybc-single-post-related .ybc-blog-related-posts-list {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100% !important;
}

.ybc-single-post-related__item {
    float: none !important;
    height: auto;
    list-style: none;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.ybc-single-post-related__card {
    height: 100%;
    margin-bottom: 0;
}

.ybc-single-post-related__thumb {
    background: var(--ap-dark-200, #f4f4f4);
    margin-bottom: 0;
}

.ybc-single-post-related__title .news-title-headling-big {
    margin-bottom: 0;
}

.ybc-single-post-page {
    max-width: 1200px;
}

.ybc-single-post-page #left-column,
.ybc-single-post-page .btn-blog-more {
    display: none !important;
}

.ybc-single-post-hero {
    background: var(--ap-dark-800, #1c1c23);
    color: #fff;
    min-height: 420px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.ybc-single-post-hero:after {
    background: linear-gradient(180deg, rgba(3, 3, 9, 0) 20%, rgba(3, 3, 9, 0.82) 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.ybc-single-post-hero img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.ybc-single-post-hero__content {
    bottom: 0;
    left: 0;
    padding: 48px 64px 0px 64px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.ybc-single-post-hero__meta {
    margin-bottom: 12px;
}

.ybc-single-post-hero .page-heading {
    color: currentColor;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin: 0;
}

.ybc-single-post-hero .page-heading .title_cat {
    color: var(--Colors-Text-text-invert, #FAFAFA);
    display: block;
    float: none;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0px 0 16px 0px;
    width: auto;
}

.ybc-single-post-hero--no-image {
    background: var(--ap-dark-100, #fafafa);
    color: var(--ap-dark-900, #030309);
    min-height: 0;
}

.ybc-single-post-hero--no-image:after {
    display: none;
}

.ybc-single-post-hero--no-image .ybc-single-post-hero__content {
    padding: 40px 0 32px;
    position: relative;
}

.ybc-single-post-hero--no-image .page-heading .title_cat {
    color: var(--ap-dark-900, #030309);
    padding: 0;
}

.ybc-single-post-content {
    /* margin-top: 40px; */
}

.ybc-single-post-layout {
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr);
}

.ybc-single-post-main {
    min-width: 0;
}

.ybc-single-post-layout .blog-extra {
    margin-bottom: 24px;
}

.ybc-single-post-gallery {
    align-self: start;
    min-width: 0;
}

.ybc-single-post-gallery:not(:has(.ybc-blog-gallery-panel)) {
    display: none;
}

@media (min-width: 992px) {
    .ybc-single-post-layout:has(.ybc-blog-gallery-panel) {
        grid-template-columns: minmax(0, 8fr) minmax(220px, 3fr);
    }
}

.ybc-blog-gallery-panel h2 {
    color: var(--ap-dark-900, #030309);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 16px;
}

.ybc-single-post-gallery .product-thumbs-gallery {
    overflow: visible;
    width: 100%;
}

.ybc-single-post-gallery .product-thumbs__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
}

.ybc-single-post-gallery .product-thumbs__elem {
    cursor: pointer;
    height: auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.ybc-single-post-gallery .product-thumbs__elem img {
    display: block;
    height: auto;
    transition: transform 0.3s ease;
    width: 100%;
}

.ybc-single-post-gallery .product-thumbs__elem:hover img {
    transform: scale(1.04);
}

.ybc-blog-gallery-scrollbar {
    display: none;
    margin-top: 20px;
}

.ybc-latest-posts-detail .c-media-title {
    margin-bottom: 24px;
}

.ybc-latest-posts-swiper {
    overflow: hidden;
    width: 100%;
}

.ybc-latest-posts-grid {
    align-items: stretch;
}

.ybc-latest-posts-item {
    height: auto;
}

.ybc-latest-posts-item .news-big,
.ybc-latest-posts-item .news-small {
    height: 100%;
    margin-bottom: 0;
}

.ybc-latest-posts-item .news-big-image-thumb,
.ybc-latest-posts-item .news-small-image-thumb {
    background: var(--ap-dark-200, #f4f4f4);
}

.ybc-latest-posts-item .news-title-headling-big {
    margin-bottom: 0;
}

.ybc-latest-posts-card--mobile {
    display: none;
}

.ybc-latest-posts-scrollbar {
    margin-top: 16px;
}

.ybc-blog-related-posts-wrapper {
    overflow: hidden;
}

.ybc-blog-related-posts-list {
    align-items: stretch;
}

.ybc-blog-related-posts-list .swiper-slide {
    height: auto;
}

.ybc-related-posts-scrollbar {
    margin-top: 16px;
}

.ybc-latest-posts-detail .add-to-cart {
    margin-top: 16px;
}

@media (min-width: 992px) {
    .ybc-latest-posts-swiper {
        overflow: visible;
    }

    .ybc-latest-posts-grid {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        transform: none !important;
        width: 100% !important;
    }

    .ybc-latest-posts-item {
        margin-right: 0 !important;
        width: auto !important;
    }

    .ybc-latest-posts-item--big {
        grid-column: span 2;
        grid-row: span 2;
    }

    .ybc-latest-posts-item--big .news-big-image-thumb {
        height: 100%;
        min-height: 360px;
    }

    .ybc-latest-posts-item--small .news-small-image-thumb {
        height: 160px;
    }

    .ybc-latest-posts-scrollbar {
        display: none;
    }

    .ybc-blog-related-posts-wrapper {
        overflow: visible;
    }

    .ybc-blog-related-posts-list.swiper-wrapper {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        transform: none !important;
    }

    .ybc-blog-related-posts-list.dt-2.swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ybc-single-post-related .ybc-blog-related-posts-list.dt-3.swiper-wrapper,
    .ybc-single-post-related .ybc-blog-related-posts-list.dt-6.swiper-wrapper {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ybc-blog-related-posts-list .swiper-slide {
        width: auto !important;
    }

    .ybc-related-posts-scrollbar {
        display: none;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ybc-latest-posts-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .ybc-single-post-hero {
        min-height: 340px;
    }

    .ybc-single-post-hero__content {
        padding: 32px 24px;
    }

    .ybc-single-post-hero .page-heading {
        font-size: 28px;
        line-height: 34px;
    }

    .ybc-single-post-hero--no-image .ybc-single-post-hero__content {
        padding: 32px 0 24px;
    }

    .ybc-single-post-layout {
        gap: 32px;
    }

    .ybc-single-post-gallery .product-thumbs-gallery {
        overflow: hidden;
    }

    .ybc-single-post-gallery .product-thumbs__list {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
    }

    .ybc-single-post-gallery .product-thumbs__elem {
        max-width: 220px;
        width: auto;
    }

    .ybc-single-post-gallery .product-thumbs__elem img {
        height: 180px;
        object-fit: cover;
    }

    .ybc-blog-gallery-scrollbar {
        display: block;
    }

    .ybc-latest-posts-detail {
        margin-top: 40px;
        padding-top: 0;
    }

    .ybc-latest-posts-swiper,
    .ybc-blog-related-posts-wrapper {
        padding-bottom: 21px;
    }

    .ybc-latest-posts-grid,
    .ybc-blog-related-posts-list {
        align-items: flex-start;
    }

    .swiper-horizontal > .ybc-latest-posts-scrollbar,
    .swiper-horizontal > .ybc-related-posts-scrollbar {
        bottom: 0 !important;
        margin-top: 0;
    }

    .ybc-latest-posts-item {
        height: auto !important;
        max-width: 320px;
        width: auto;
    }

    .ybc-latest-posts-item .news-small,
    .ybc-single-post-related__card {
        height: auto !important;
    }

    .ybc-latest-posts-item .news-big-image-thumb,
    .ybc-latest-posts-item .news-small-image-thumb {
        height: 180px;
    }

    .ybc-latest-posts-item .news-big-bottom {
        padding: 16px;
    }

    .ybc-latest-posts-card--desktop {
        display: none;
    }

    .ybc-latest-posts-card--mobile {
        display: flex;
    }

    .ybc-blog-related-posts-list {
        flex-wrap: nowrap;
    }

    .ybc-blog-related-posts-list .swiper-slide {
        max-width: 320px;
        width: auto;
    }

}

@media (max-width: 575.98px) {
    .ybc-single-post-hero {
        min-height: 280px;
    }

    .ybc-single-post-hero__content {
        padding: 24px 16px;
    }

    .ybc-single-post-hero .page-heading {
        font-size: 24px;
        line-height: 30px;
    }

    .ybc-single-post-gallery .product-thumbs__elem {
        max-width: 190px;
    }

    .ybc-single-post-gallery .product-thumbs__elem img {
        height: 160px;
    }

    .ybc-latest-posts-item,
    .ybc-blog-related-posts-list .swiper-slide {
        max-width: 280px;
    }

    .ybc-latest-posts-item .news-big-image-thumb,
    .ybc-latest-posts-item .news-small-image-thumb {
        height: 170px;
    }

}

.ybc-blog-like-span.active, .be-tag-block .be-tags a, .be-tag-block .be-tags,

.ybc-blog-related-posts-meta-categories > a,

.view_post,

.comment-content h4.comment_name span,

.ybc_block_categories .active > a,

.comment-content .post_title span a,

.blog-managament-information .help-block a,

.ybc-blog-comment-info .post-author .ybc_title_block {

    font-weight: 600;

}

.ybc-block-comment-reply:hover,

.ybc_title_block:hover,

.ybc-blog-list a:hover,

.read_more:hover,

.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"] + .btn.btn-default:hover,

.comment-content .post_title span a:hover,

.list_category_item .sub_category li a:hover,

.ybc_block_categories .active > a:hover,

.ybc-blog-comment-info .post-author .ybc_title_block:hover,

.blog-managament-information .help-block a:hover,

#form_blog a.ybc_button_backtolist:hover{

    color: #B39A5A;

}

.ybc-blog-thumbnail-list.carousel .ybc-blog-thumbnail-item.slick-current:before,

.ybc-blog-slider.carousel .slick-dots .slick-active button{

    border-color: #FF612B;

}

.ybc-blog-form-comment .blog-submit .button,

.blog-managament-information button[type="submit"],

.ybc-blog-slider.carousel .slick-dots .slick-active button,

.blog_view_all, .view_all_link,

.blog_view_all_button a,

.form-polls-body button,

.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"],

.add_new_post_blog a,

#form_blog button[type="submit"],

#form_blog .btn.edit_view_post,

.form_reply_comment input[type="submit"],

.ets_blog_loading .squaresWaveG

{

  background:#FF612B; 

}



.ybc-blog-form-comment .blog-submit .button:hover,

.blog_view_all:hover, .view_all_link:hover,

.blog_view_all_button a:hover,


.add_new_post_blog a:hover,

#form_blog button[type='submit']:hover

{

  background:#B39A5A; 

}

.ybc_blog_ltr_mode a:hover, 

.ybc-blog-wrapper-detail a:hover,

.ybc-blog-like-span:hover, 

.blog-main-page a:hover,

.ybc_button_backtolist:hover,

.ybc-block-comment-report:hover{

    color: #B39A5A;

}

.form-polls-body button,

.form_reply_comment input[type="submit"]{

    border: 1px solid #FF612B;

}



@keyframes bounce_squaresWaveG {

    0% {

        background-color: #FF612B;

    }



    100% {

        background-color: rgb(255, 255, 255);

    }

}



@-o-keyframes bounce_squaresWaveG {

    0% {

        background-color: #FF612B;

    }



    100% {

        background-color: rgb(255, 255, 255);

    }

}



@-ms-keyframes bounce_squaresWaveG {

    0% {

        background-color: #FF612B;

    }



    100% {

        background-color: rgb(255, 255, 255);

    }

}



@-webkit-keyframes bounce_squaresWaveG {

    0% {

        background-color: #FF612B;

    }



    100% {

        background-color: rgb(255, 255, 255);

    }

}



@-moz-keyframes bounce_squaresWaveG {

    0% {

        background-color: #FF612B;

    }



    100% {

        background-color: rgb(255, 255, 255);

    }

}

.ybc-single-post-hero--no-image .ybc-single-post-hero__content {
    padding: 16px 0 24px 0;
}

.ybc-single-post-hero__meta {
    margin-bottom: 16px;
}

.ybc-single-post-content {
    /* margin-top: 32px; */
}

.extra_tag_cat .ybc-blog-categories {
    margin-bottom: 0;
}

.extra_tag_cat {
    margin-bottom: 0;
}

.ybc-blog-wrapper-content {
        padding: 40px 24px 16px;
    border-radius: 4px;
    background-color: #fff;
}
