#ybc_blog_page #content-wrapper #content-wrapper:not(.post-wrapper) {
    max-width: 1500px;
    margin: 0 auto;
  }
  
  
  @media only screen and (max-width: 768px) {
    .ybc-navmobile {
      display: none !important;
    }
  }
  
  #content-wrapper.post-wrapper  {
    overflow: hidden;
  } 
  
  .ybc-blog-wrapper-detail ,
  .ybc-blog-wrapper-detail .blog-extra,
  .ybc-blog-wrapper-detail .blog_description,
  #ybc-blog-related-products,
  .ybc-blog-related-products-wrapper,
  #ybc_blog_page .blog-category {
    float: none;
  }
  #ybc-blog-related-products .owl-prev {
    left: 29px;
  }
  
  #ybc-blog-related-products .owl-next {
    right: -1px;
  }
  
  
  @media (max-width: 767px){
    #ybc-blog-related-products .owl-prev {
      left: 14px;
    }
  
    #ybc-blog-related-products .owl-next {
      right: -17px;
    }
  }
  
  .ybc-blog-wrapper-detail .blog_description {
      max-width: 1090px;
      margin: 0 auto;
  }
  
  ul.ybc-blog-related-posts-list {
      width: 100%; 
      margin-left: 0;
  }
  
  body .blog-product-list.ybc_related_products_type_carousel {
    margin-left: -15px !important;
  }
  
  
  @media (min-width: 767px) and (max-width: 768px) {
    .ybc-blog-wrapper-detail .blog_description { 
      padding: 0 30px;
    }
  }
  @media (max-width: 575px){
    .ybc-blog-wrapper .page-heading,
    .ybc-blog-wrapper .blog-category-desc  { 
      padding-left: 15px;
    }
  }

  .wishlists__table .wishlists__item .wishlist.wrap_allert
  {
    margin-left: auto;
  }