/* Custom CSS */

/* Single post */
#ets_blog_page:has(.rx-single-post) .ets_block_search{
    display: none;
}
#ets_blog_page:has(.rx-single-post) .ets_block_categories{
    display: none;
}
#ets_blog_page:has(.rx-single-post) .ets_block_archive{
    display: none;
}
#ets_blog_page:has(.rx-single-post) #left-column{
    max-width: 420px;
    width: 100%;
}
#ets_blog_page:has(.rx-single-post) #content-wrapper{

}
#ets_blog_page .breadcrumb {
    margin-bottom: 30px;
}
@media screen and (max-width: 992px){
    #ets_blog_page .breadcrumb {
        margin-bottom: 15px;
    }
}
.rx-blog-wrapper{
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
    margin-top: 16px;
}
.rx-blog-wrapper .ets-blog-wrapper .page-heading{
    display: none;
}
.rx-blog-wrapper .rx-arrow-link{
    display: none;
}
.rx-blog-wrapper .blog-category{
    margin-bottom: 0px;
}
.block_content li{
    padding: 0px;
}
@media (min-width:1400px){
  body:not(:has(.ets_blog_ltr_mode.page_home)) #left-column .block ul.latest-posts-list{
    display:flex;
    flex-direction:column;
    gap:44px;
  }
  body:not(:has(.ets_blog_ltr_mode.page_home)) .rx-latest-posts-swiper .swiper-wrapper{
    transform:none !important;
  }
  body:not(:has(.ets_blog_ltr_mode.page_home)) .rx-latest-posts-swiper .swiper-slide{
    width:auto !important;
    margin-right:0 !important;
    margin-left:0 !important;
  }
}
  #left-column .block.ets_block_latest .product-accessories__navigation{
    display: none;
  }
@media (max-width:1399.98px){
  #left-column .block ul.latest-posts-list{ gap: 0; }
  #left-column .block.ets_block_latest .product-accessories__navigation{
    display: flex;
  }
}
@media (max-width:991.98px){
    #left-column .block.ets_block_latest .product-accessories__navigation{
        display: none;
    }
}
.ets_block_latest .h3.single-products-heading{
    border: none;
    padding-bottom: 0px;
    width: fit-content;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 140%;
}
.rx-lates-post-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.rx-blog-wrapper .rx-lates-post-heading{
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ABAAA9;
}
.rx-lates-post-heading--desktop{

}
.rx-lates-post-heading--mobile{
    display: none;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    margin-bottom: 15px;
}
.rx-lates-post-heading--mobile .h3{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: none;
}
.rx-lates-post-heading--mobile .h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}
@media screen and (max-width: 991.99px){
    .rx-blog-wrapper .rx-lates-post-heading--desktop{
        display: flex;
    }
    .rx-blog-wrapper .rx-lates-post-heading--mobile{
        display: none;
    }
   .rx-lates-post-heading--desktop{
        display: none;
    }
    .rx-lates-post-heading--mobile{
        display: flex;
    } 
    /* .ets_block_latest.page_home .product-accessories__navigation{
        display: none;
    } */
}
.rx-arrow-link{
    display: flex;
    align-items: center;
    gap: 12px;
}
.rx-arrow-link .button-text{
    line-height: 100%;
    color: #252525;
    transition: color .3s;
}
.rx-arrow-link svg path{
    transition: stroke .3s, transform .3s;
}
.rx-arrow-link:hover .button-text{
    color: #F67C59;
}
.rx-arrow-link:hover svg path{
    stroke: #F67C59;
    transform: translateX(4px);
}
.rx-arrow-link--mobile{
    display: none;
    margin-top: 15px;
    padding: 6px;
    width: fit-content;
}
.rx-arrow-link--mobile .button-text{
    color: #656464;
}
@media screen and (max-width: 991.99px){
    .rx-lates-post-heading .rx-arrow-link{
        display: none;
    }
    .rx-arrow-link--mobile{
        display: flex;
    }
}
#left-column .block.ets_block_latest{
    background-color: transparent;
    box-shadow: none;
    position: relative;
    padding: 0px;
}
.latest-posts-list .ets_item_img{
    border-radius: 16px;   
    float: unset;
    display: flex;
}
.latest-posts-list .ets_item_img img{
    border-radius: 16px;
}
.latest-posts-list .ets-blog-latest-post-content{
    padding: 40px 15px 20px 15px;
    margin-top: -10px;
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
}
@media screen and (max-width: 991.99px){
    .latest-posts-list .ets-blog-latest-post-content{
        padding: 15px 15px 20px 17px;
    }
}
.latest-posts-list .ets-blog-latest-post-content .ets_title_block{
    padding: 0px;
    margin:0px;
    margin-bottom: 0px;
    color: var(--color-black-500);
    transition: color .3s;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-transform: none;
}
.latest-posts-list .ets-blog-latest-post-content .ets_title_block:hover{
    color: var(--color-orange-600);
}
.latest-posts-list .blog_description p{
    color: var(--color-black-400);
    font-weight: 400;
    font-size: 1rem;
}
/* .latest-posts-list__item .read_more{
    display: flex;
    gap: 12px;
    align-items: center;
    border-bottom: none;
    width: fit-content;
}
.latest-posts-list__item .read_more svg{
    transform: translateX(0px);
    transition: transform .3s
}
.latest-posts-list__item .read_more svg path{
    transition:stroke .3s;
}
.latest-posts-list__item .read_more span{
    transition: color .3s;
    font-weight: 700;
    font-style: Bold;
    font-size: 1.0625rem;
    line-height: 100%;
    font-style: normal;
    color: var(--color-black-500);
}
.latest-posts-list__item .read_more:hover span{ 
   color: var(--color-orange-600);
}
.latest-posts-list__item .read_more:hover svg{
    transform: translateX(.5rem);
}
.latest-posts-list__item .read_more:hover svg path{
    stroke:  var(--color-orange-600);;
} */
.rx-post-top{
    position: relative;
}
.rx-tags-wrapper{
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    gap: 12px 20px;
    max-width: 100%;
    right: 0px;
    padding: 12px;
    flex-wrap: wrap;
}
.rx-post-top .rx-tags-wrapper{
    flex-wrap: wrap;
    gap: 10px;
}
.rx-tags-wrapper__item{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 9px;
    display: flex;
    background-color: #FFFFFF99;
    backdrop-filter: blur(10px);
}
.latest-posts-list .blog_description{
    margin-bottom: 1rem;
}
.rx-post-added-ago{
    margin-bottom: 1rem;
    font-size: 13px;
    color: #515151;
}
.rx-single-post{
    max-width: 1320px;
    width: 100%;
    background-color: transparent;
    width: 100%;
    padding: 0px;
    margin-bottom: 50px;
}
.rx-single-post .page-heading{
    margin-bottom: 16px;
}
.rx-single-post .ets_image-single img{
    max-width: 100%;
    width: 100%;
}
.rx-tags-wrapper--relative{
    position: relative;
}
.rx-post-tags{
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
}
.rx-single-post .page-heading .title_cat{
    margin-top: 0px;
    font-weight: 700;
    line-height: inherit;
    text-transform: none;
    line-height: 120%;
    float: unset;
}
.rx-single-post__top{
    margin-bottom: 46px;
}
.rx-single-post__top .rx-post-added-ago{
    font-size: 16px;
    line-height: 140%;
}
.rx-single-post .post-details{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 30px;
    position: relative;
}
.rx-single-post .post-details .blog_description{
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 0px;
}
.rx-post__talbe_of_contest{
    max-width: 270px;
    width: 100%;
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: row-reverse;
    gap: 26px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1920px){
    .rx-post__talbe_of_contest{
        min-width: 220px;
    }
}
.rx-toc__list{
    display: flex;
    flex-direction: column;
    gap: 20px;  
    margin-bottom: 0px;
}
.rx-toc__item a{
    color: var(--color-black-500);
    transition: color .3s;
}
.rx-toc__item a:hover{
    color: var(--color-orange-600);
}
.rx-scrolltrack{
  position: relative;
  width: 8px;
  height: auto;               
  background: #847F7833;       
  border-radius: 999px;
  overflow: hidden;
  margin-top: 12px;
}
.rx-scrollthumb{
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 44px;                 
  background: #847F78;         
  border-radius: 999px;
  transform: translateY(0);
  will-change: transform;
  transition: transform 80ms linear;
}
.rx-blog-bestsellers .h3.products-section-title{
    font-weight: 700;
    text-transform: none;
}
.rx-blog-bestsellers .featured-products .products-section-title{
    margin: 0px;
}
.rx-blog-bestsellers .featured-products .rx-bestsellers-header{
    display: none;
}
.rx-bestsellers-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
@media screen and (max-width: 992px){
    .rx-bestsellers-header{
        margin-bottom: 15px;
    }   
}
.rx-bestsellers-wrapper{
    position: relative;
    margin-bottom: 70px;
}

.rx-bestsellers-header .all-product-link{
    display: none;
}
.rx-single-post__return{
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: fit-content;
    margin-bottom: 30px;
    line-height: 100%;
    padding: 6px;
}
@media screen and (max-width: 992px){
    .rx-single-post__return{
        margin-bottom: 16px;
    }
}
.rx-single-post__return span{
    color: var(--color-black-500);
    line-height: 100%;
}
.rx-single-post__return svg{
    transform: translateX(0px);
    transition: transform .3s;
}
.rx-single-post__return:hover svg{
    transform: translateX(-6px);
}
.rx_blog_description h2,.rx_blog_description h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--color-black-500);
}
@media screen and (max-width: 1600px){
    #ets_blog_page:has(.rx-single-post) #left-column{
        max-width: 25%;
    }
}
@media screen and (max-width: 1400px){
    .rx-blog-wrapper{
        flex-direction: column-reverse;
    }
    #ets_blog_page:has(.rx-single-post) #left-column{
        max-width: 100%;
    }
    .latest-posts-list .blog_description{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        
    }
    .latest-posts-list .ets_title_block{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .latest-posts-list .rx-post-top .ets_item_img img{
        height: 200px;
        object-fit: cover;
    }
}
@media screen and (max-width: 992px){
    .rx-single-post{
        margin-bottom: 0px;
    }
    .rx-single-post .page-heading{
        font-size: 25px;
        line-height: 140%;
    }
    .rx-single-post .post-details{
        flex-direction: column;
    }
    .rx-single-post .post-details .blog_description{
        margin-left: -18px;
        margin-right: -18px;
    }
    .rx-single-post .post-details .blog_description{
        margin-bottom: 0px;
    }
    .rx-post__talbe_of_contest{
        position: relative;
        top: 0px;
        max-width: 100%;
        justify-content: flex-end;
        margin-bottom: 0px;
    }
    .rx-bestsellers-wrapper{
        position: relative;
        margin-bottom: 20px;
    }
}
#ets_blog_page .row{
    margin-right: 0px;
    margin-left: 0px;
}
#ets_blog_page .col-xs-12{
    padding: 0px;
}
#left-column .ets_block_latest .block_content{
    margin: 0px;
}

@media screen and (max-width: 1199.99px){
    #left-column .ets_block_latest .block_content{
        margin-right: -24px;
    }
    body:has(.rx-single-post) .rx-bestsellers-wrapper{
        margin-right: -24px;
    }
    .rx-lates-post-heading{
        padding-right: 24px;
    }
}

 
#ets_blog_page .rx-blog-link-desktop{
    display: none;
}
#ets_blog_page .rx-blog-link-mobile{
    display: none;
}
#ets_blog_page:has(.rx-single-post)  .rx-categories__container{
    display: none;
}
#ets_blog_page .rx-latest-post-heading{
    margin-bottom: 20px;
}
/*END Single post */

/* blog */
.rx-blog-list-reset .ets-blog-list{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 60px;
}
.rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list > li{
    width: 100%;
    max-width: 100%;
}
.rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list li:nth-child(1) {
    grid-column: 1 / 3;
}
.rx-blog-item .ets-blog-wrapper-content-main{
    padding: 20px; 
    background-color: #fff;
    padding: 30px 15px 15px 15px;
    border-radius: 0px 0px 16px 16px;
}
.rx-blog-item .ets_item_img{
    float: none;
    overflow: hidden;
    display: flex;
    border-radius: 20px;
    height: 300px;
}
.rx-blog-item .ets_item_img img{
    object-fit: cover;
}
.rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list li:nth-child(1) .ets-blog-wrapper-content{
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
    background-color: #FFFFFF99;
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 12px;
}
.rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list li:nth-child(1) .ets-blog-wrapper-content-main{
    background-color: transparent;
    padding: 0px;
}
.rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list li:nth-child(1) .ets_item_img{
    height: 483px;
}
.rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list li:nth-child(1) .blog_description p:last-child,
.rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list li:nth-child(2) .blog_description p:last-child,
.rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list li:nth-child(1) .ets_title_block,
.rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list li:nth-child(2) .ets_title_block{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-height: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list .blog_description p:last-child{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-height: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.rx-date-wrapper{
    display: flex;
    gap: 15px;
    flex-direction: column;
    margin-top: 15px;
}
.rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list li:nth-child(1) .rx-date-wrapper{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.rx-blog-wrapper:has(.rx-blog-list-reset){
    justify-content: flex-end;
    flex-direction: column;
}
.rx-blog-wrapper:has(.rx-blog-list-reset) .ets_block_latest,
.rx-blog-wrapper:has(.rx-blog-list-reset) .ets_block_search,
.rx-blog-wrapper:has(.rx-blog-list-reset) .ets_block_archive{
    display: none;
}
.rx-blog-list-reset .blog-paggination{
    margin-bottom: 90px;
}
.rx-blog-list-reset .blog-paggination .links{
    flex-direction: row;
    gap: 5px;
}
.rx-blog-list-reset .blog-paggination .links a{
    border: none;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: transparent;
    transition: background-color .3s;
    font-weight: 700;
    position: relative;
}
.rx-blog-list-reset .blog-paggination .links .prev::before,
.rx-blog-list-reset .blog-paggination .links .next::before,
.rx-blog-list-reset .blog-paggination .links .frist::before,
.rx-blog-list-reset .blog-paggination .links .last::before{
    content: "";
    font-size: 15px;
    padding: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 19px;
    transform: translate(-50%, -50%);
    background-size: contain;
}
.rx-blog-list-reset .blog-paggination .links .prev::before{
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.875 14.25L7.125 9.5L11.875 4.75' stroke='%23252525' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.rx-blog-list-reset .blog-paggination .links .next::before{
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.125 14.25L11.875 9.5L7.125 4.75' stroke='%23252525' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.rx-blog-list-reset .blog-paggination .links .frist::before {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 17L6 12L11 7M18 17L13 12L18 7' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.rx-blog-list-reset .blog-paggination .links .last::before {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 17L11 12L6 7M13 17L18 12L13 7' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.rx-blog-list-reset .blog-paggination .links > b{
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: none;
    background-color: #FFD600;
    color: var(--color-black-400);
    font-weight: 700
}
.rx-blog-list-reset .blog-paggination .links a:hover{
    background-color: var(--color-black-50);
}
 
#ets_blog_page:has(.rx-blog-list-reset) .rx-blog-bestsellers{
    display: none;
}
@media screen and (max-width: 992px){
    .rx-blog-list-reset .ets-blog-list{
        grid-template-columns: repeat(2, 1fr);
    }
    .rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list li:nth-child(1){
        grid-column: 1/3;
    }
    .rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list li:nth-child(1) .blog_description p:last-child,
    .rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list li:nth-child(1) .ets_title_block{
        -webkit-line-clamp: 3;
    }
    .rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list li:nth-child(2) .ets_title_block{
        display: inline;
    }
}
@media screen and (max-width: 768px){
    .rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list li:nth-child(1) .ets-blog-wrapper-content{
        bottom: 15px;
        left: 15px;
        width: calc(100% - 30px);
    }
    .rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list li:nth-child(1) .ets_item_img{
        height: 550px;
    }
    .rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list li:nth-child(1) .rx-date-wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .rx-blog-list-reset .ets-blog-list{
        grid-template-columns: repeat(1, 1fr);
    }
    .rx-blog-list-reset.ets_blog_layout_grid .ets-blog-list li:nth-child(1){
        grid-column: 1;
    }
    .rx-blog-list-reset .blog-paggination{
        margin-bottom: 60px;
    }
    .rx-blog-list-reset .ets-blog-list{
        margin-bottom: 10px;
    }
}
.rx-category-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.rx-category__clear{
    display: flex;
    align-items: center;
    gap: 6px;
}
.rx-category__clear span{
    color: var(--color-black-500);
    transition: color .3s
}
.rx-category__clear svg path{
    transition: stroke .3s;
}
.rx-category__clear:hover span{     
    color: var(--color-orange-600);
}
.rx-category__clear:hover svg path{
    stroke: var(--color-orange-600); 
}
.rx-category-wrapper h3.h5{
    font-weight: 600;
}
#left-column .rx-categories-block{
    background-color: transparent;
    padding: 0px;
    box-shadow: none;
}
#left-column .rx-categories-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#left-column .rx-categories-block__category{
    display: flex;
    align-items: center;
    gap: 15px;
}
#left-column .ets_block_categories .title_blog{
    text-transform: none;
    margin: 0px;
    font-weight: 700;
    font-size: 20px;
}
#left-column .block.ets_block_categories.rx-categories-block{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.rx-categories-block__category .tree{
    display: flex;
    align-items: center;
}
#left-column .rx-categories-block__category  a::before{
    display: none;
}
.rx-categories-block__view-all{
    width: fit-content;
    padding: 0px;
}
.ets_block_categories.rx-categories-block .tree{
    margin-left: 0px;
    margin-right: 0px;
    gap: 15px;
}
#left-column .ets_block_categories .rx-categories-block__category li:not(:last-child) a{
    border-bottom: none;
}
#left-column .ets_block_categories .rx-categories-block__category a{
    border: none;
    padding: 0px;
}
.ets-category-blog-parent{
    display: none;
}
.rx-categories-block__category .content_block li .children{
    display: none;
}
#left-column .rx-categories-block__category .content_block li a{
    padding: 10px 20px;
    border-radius: 8px;
    border-radius: 8px;   
    background-color: var(--color-beige-600);
    color: var(--color-black-500);
    font-weight: 700;
    font-style: Bold;
    font-size: 12.8px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    transition: color .3s, background-color .3s;
}
#left-column .rx-categories-block__category .content_block li.active a{
    background-color: var(--color-orange-500);
    color: #fff;
}
#left-column .rx-categories-block__category .content_block li a:hover{
    background-color: #FFD600;
    color: #000;
}
.rx-categories-block__view-all .blog_view_all{
    display: flex !important;
    gap:5px;
    align-items: center;
    background-color: transparent !important;
    padding: unset;
    border: none;
}
.rx-categories-block__view-all .blog_view_all span{
    font-weight: 600;
    font-size: 17px;    
    line-height: 140%;
    letter-spacing: 3%;
    text-transform: none;
    color: var(--color-black-500);
    transition: color .3s;
}

.rx-categories-block__view-all .blog_view_all:hover span{
    color: var(--color-orange-500);
}

.rx-categories-block__view-all .blog_view_all svg path{
    transition: stroke .3s;
}
.rx-categories-block__view-all .blog_view_all:hover svg path{
    stroke: var(--color-orange-500);
}
.rx-categories__mobile-trigger{
    display: none;
    gap: 10px;
    cursor: pointer;
    align-items: center;
    width: fit-content;
}
.rx-categories__container{
    position: relative;   
}
.rx-blog-wrapper .rx-categories__mobile-trigger{
    display: none !important;
}
.rx-categories-block-close{
    display: none;
    cursor: pointer;
}
@media screen and (max-width: 992px){
    .rx-blog-wrapper  .product-accessories__navigation{
        display: none;
    }
    .rx-categories__mobile-trigger{
        display: flex;
    }
    body:has(.rx-blog-wrapper) .product-accessories__navigation{
        display: none;
    }
    #left-column .block.ets_block_categories.rx-categories-block{
        flex-direction: column;
        align-items: flex-start;
        background-color: #fff;
        position: fixed;
        z-index: 200;
        transform: translateX(-100%);
        transition: transform .3s;
        border-radius: 0px 20px 20px 0px;
        max-width: 300px;
        top: 50px;
        left: 0px;
        padding: 15px;
        padding-bottom: 20px;
        max-height: calc(100vh - 100px);
        overflow: scroll;
    }
    .rx-categories-block__header{
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: solid 1px #F8F4EE;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .rx-categories-block-close{
        display: flex;
    }
    .rx-categories-block__view-all .blog_view_all{
        margin-top: 20px;
    }
    #left-column .block.ets_block_categories.rx-categories-block.categories-active{
        transform: translateX(0);
    }
    #left-column .rx-categories-block__category{
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .rx-categories-block__category .tree{
        flex-direction: column;
        align-items: flex-start;
    }
}
.rx-tags-wrapper-reset{
    z-index: 3;
    position: relative;
}
@media (min-width: 768px) {
    .ets_blog_layout_large_list .ets-blog-list:not(.blog-main-page) li .ets_item_img, .ets_blog_layout_list .ets-blog-list li .ets_item_img {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .ets_blog_layout_large_list .ets-blog-list:not(.blog-main-page) li .ets-blog-wrapper-content, .ets_blog_layout_list .ets-blog-list li .ets_item_img + .ets-blog-wrapper-content {
        float: unset;
        padding-left: 0px;
        width: 100%;
    }
}
.blog_view_all{
    display: none;
}
.rx-read_more span{

}
.rx-read_more svg{
    transition: transform .3s;
}
.rx-read_more svg path{
    transition: stroke .3s;
}
.rx-read_more span{
    font-size: 17px;
    font-weight: 700;
    color: #252525;
    font-style: normal;
}
.rx-read_more:hover span{
    color:#FFD600;
}
.rx-read_more:hover svg path{
    stroke: #FFD600;
}
.rx-read_more {
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: none;
    width: fit-content;
    border: none;
    font-size: normal;
    margin-top: 0px;
}
#ets_blog_page .ets-blog-list li{
    padding: 0px;
    margin-bottom: 0px;
}
#ets_blog_page:not(:has(.rx-single-post)) .blog_description  {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#ets_blog_page:has(.ets_blog_layout_list) .email-subscription{
    margin-top: 20px;
}
.rx-blog-list-reset .ets_title_block{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}
@media (max-width: 768px){
    .rx-single-post__top{
        margin-bottom: 20px;
    }
}

/* end blog */