/* @import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); */

.ybc-blog-wrapper-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ybc-blog-wrapper-content-single-post {
  margin: 0 auto !important;
  width: 100% !important;
  padding: 0 20px !important;
}

.ybc-blog_description ul {
  padding: 0 20px;
}

.ybc-blog_description ul, .ybc-blog_description ul li {
  list-style: disc !important;
}

.ybc-blog_description ul li {
  line-height: 2;
}

.ybc-products-section {
  width: 100%;
}

.ybc-popular-post-img {
  width: 265px;
  height: 265px;
  max-width: none !important;
  object-fit: cover;
  border-radius: 20px;
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
}

.ybc-popular-posts-img-div-background {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 350px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(106,118,142,0) 0%,rgba(106,118,142,0.62) 23%,rgba(106,118,142,1) 100%);
  border-radius: 0 0 20px 0;
}

.ybc-show-more-posts-btn {
  border: 1px solid #6cb86a;
  background-color: #6cb86a;
  color: #fff;
  border-radius: 40px;
  padding: 20px 70px;
  transition: all ease 0.4s;
}

.ybc-show-more-posts-btn:hover {
  background-color: #fff;
  color: #6cb86a;
}

.ybc-posts-main-text {
  text-align: left !important;
  margin-bottom: 30px !important;
}

.ybc-popular-posts-image-div {
  width: 570px;
  position: relative;
  height: 700px;
}

.ybc-popular-posts-img-div {
  top: 12px;
  position: absolute;
  width: 570px;
  height: 700px;
  background: #6cb86a;
  z-index: 0;
  right: -12px;
  border-radius: 0 20px 20px 0;
}

.ybc-products-header {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}

.ybc-product-card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 16px 0;
  padding: 0 20px 0 30px;
  height: 90%;
  border-left: 2px solid #d7d7d7;
}

.ybc-product-card-text a {
  font-size: 26px;
  color: #ae72a3;
  font-weight: 700;
  margin-bottom: 30px;
}

.ybc-product-card-text span {
  color: #6a768e;
  font-size: 18px;

}

.ybc-products-section-title {
  color: white;
  font-size: 42px;
  font-weight: 700;
  font-style: italic;
}

.ybc-products-section-button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ae72a3;
  min-height: 66px;
  font-weight: 500;
  font-size: 16px;
  padding: 15px 40px 15px 40px;
  border: 1px solid #FFF;
  border-radius: 39px;
  background: #FFF;
  transition: 0.15s;
}

.ybc-products-section-button:hover {
  background-color: #ae72a3;
  color: #fff;
}

.ybc-popular-posts-img {
  position: relative;
  z-index: 1;
  width: 570px;
  height: 700px;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
}

.ybc-popular-posts-img-content {
  z-index: 3;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.ybc-popular-posts-img-content div {
  margin: 0 auto;
  width: 80%;
  display: flex;
  flex-direction: column;
}

.ybc-popular-posts-img-content div h2 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 30px;
}

.ybc-popular-posts-img-content div p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}

.ybc-popular-posts-img-content div a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  width: 230px;
  background-color: #fff;
  color: #6a768e;
  border: 1px solid #fff;
  border-radius: 39px;
  margin-bottom: 40px;
  transition: 0.15s;
}

.ybc-popular-posts-img-content div a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.ybc-popular-post-img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.ybc-products-section {
  margin-top: 75px;
  background-color: #ae72a3;
  padding: 80px 0;
  overflow: hidden;
  margin-bottom: -15px;
}

.ybc-popular-post {
  height: 265px;
  width: 550px;
  display: flex;
}

.ybc-popular-post:first-of-type {
  margin-bottom: 85px;
}

.ybc-blog-popular-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0 20px 32px;
  width: calc(555px - 265px);
}

.ybc-blog-popular-description {
  display: flex;
  flex-direction: column;
}

#categories_arrow_down {
  width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
}

.ir_ybc_navigation_mobile {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 10px;
  width: 250px;
  border: 1px solid #fff;
  z-index: 999;
}

.ir_ybc_navigation_mobile ul div {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ir_ybc_navigation_mobile ul {
  margin-bottom: 0;
}

.ybc-section-body, .ir_ybc_top_section, ybc-section-popular-posts {
  width: 100%;
  padding-right: 130px;
  padding-left: 130px;
}

.ybc-btn:visited {
  text-decoration: none !important;
  color: #507355 !important;
}

.ybc-btn-back:visited {
  color: #fff !important;
}

.ybc_item_img_first {
  width: 100%;
}

.ybc-page-home .ybc-blog-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ybc-blog-list li,
.ybc-blog-list .ir_ybc_blog_first {
  background: #f3f4f6;
  padding: 0 !important;
}

.ybc-blog-wrapper .ybc-blog_description p,
.ybc-blog-wrapper .ir-ybc-blog-info-author {
  color: #6A768E !important;
  font-size: 16px !important;
}

.ybc-first-post-img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0 20px;
}

.ybc-blog_description > *:not(h3) {
  margin-bottom: 30px !important;
}

.ybc-blog_description h3 {
  color: #6a768e;
  font-weight: 700;
  margin-bottom: 10px;
}

.ybc-blog-wrapper .ir-ybc-blog-info-author .author {
  margin-left: 15px;
}

.ybc-blog-related-posts .ybc_title_block {
  min-height: 54px;
}

.blog-related-text {
  font-size: 36px;
  font-weight: 800;
  font-style: italic;
  color: #6A768E;
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 70px;
}

.ybc-blog-related-posts {
  padding-top: 0 !important;
}

.ybc-blog-wrapper .ybc_title_block {
  padding: 0 !important;
  color: #6a768e;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 30px;
}

.ybc-blog-wrapper .ybc_title_block:hover {
  color: #6a768e;
}

.read_more {
  margin-top: 0 !important;
  align-self: start !important;
  font-size: 18px !important;
  font-style: normal !important;
  color: #507355 !important;
  font-weight: bold !important;
  border-bottom: none !important;
}

.ybc_item_img:hover .ir-desktop-only.bg_img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
}

.ybc_item_img {
  height: 100 !important;
  width: 50% !important;
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  overflow: hidden;
}

.ybc-blog-heroimg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40vh;
  background-image: url('/themes/classic/assets/img/blog/blog_heroimg.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#blog_category_ul {
  color: #000;
  background-color: #fff;
}

.ir_ybc_title {
  font-size: 42px;
  color: #ffffff;
  font-style: italic;
  font-weight: 900;
  margin: 0;
}

.ir_ybc_navigation_category_a {
  color: #fff;
  padding: 0 25px;
  font-weight: 700;
}

.ir_ybc_navigation_category_a_active {
  color: #ebc172;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
}

.ir_ybc_navigation_category_a:hover {
  color: #ebc172;
  transition: 0.4s;
}

.ir_ybc_navigation_category_a:focus {
  color: #ebc172;
  text-decoration: none;
}

.ir_ybc_top_section_header {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-left: 130px;
  padding-right: 130px;
}

.ir_ybc_navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  height: 68px;
  padding: 10px 70px 10px 70px;
  border-radius: 20px 20px 0 0;
  background: #6a768e;
}

.ir_ybc_navigation_desktop {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ir_ybc_navigation span, .post-author-name {
  color: #ebc172;
  font-weight: 700;
}

.ir_ybc_top_section {
  background-color: #eaf2e6;
}

.ybc-blog-gap {
  height: 75px;
  background-color: #eaf2e6;
}

.ybc-blog-second-gap {
  height: 75px;
  background-color: white;
}

/* First image */
.ir_ybc_blog_first, .ybc-popular-posts {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    transition: all .3s;
}

.ybc-popular-posts {
  display: flex;
  justify-content: space-between;
}

.ybc-blog-related-posts {
  padding: 10px;
}

.ybc_item_img {
  border-radius: 20px 0 0 20px;
}

.ybc_item_img img {
  min-height: 355px;
  object-fit: cover;
  transition: all .4s ease 0s !important;
  -webkit-transition: all .4s ease 0s !important;
  width: 100%;
  vertical-align: middle;
}

.ir_ybc_blog_first .ybc-post-wrapper {
  display: flex;
  max-height: 510px;
}

.ybc_item_img_first {
  width: calc(100% - 510px);
}

.ir_ybc_blog_first .ir-desktop-only.bg_img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

.ir_ybc_blog_first .ybc-blog-wrapper-content {
  background-color: #ffffff;
  padding: 30px 40px 55px 25px;
  border-radius: 0 0 20px 0;
}

.ybc_blog_related_posts_type_default .ybc-blog-related-posts-wrapper {
  margin: 0 !important;
}

ul.ybc-blog-related-posts-list {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}

.ybc-page-heading-post {
  margin: 0 !important;
  margin-top: -35px !important;
  width: 70% !important;
  text-align: center !important;
  font-style: italic;
  font-weight: 800 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 72px;
  color: #ffffff;
}

.ybc-blog_description > * {
  color: #6A768E;
}

.ybc-blog_description h2 {
  line-height: 1.25;
  font-size: 42px !important;
  font-style: italic;
  margin: 0 !important;
  margin-bottom: 30px !important;
}

.ybc-blog_description img {
  max-width: 100%;
  height: auto !important;
  border-radius: 20px;
}

.ir-ybc-blog--short_desc div p, .ybc-blog_description p {
  letter-spacing: 0.25px;
  font-size: 16px !important;
  color: #6a768e !important;
  line-height: 2;
}

.ir-ybc-blog--short_desc div p span strong {
  font-weight: normal;
}

.ir-ybc-blog--short_desc {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  padding: 30px 20px 0 20px;
  font-weight: 600;
}

.page-heading.product-listing, .content_sortPagiBar {
  margin: 10px 0;
}

.ir-ybc-blog-read-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.ybc-blog-sidear-post-meta {
  display: block !important;
  color: #6C7680 !important;
  padding: 10px 0;
}

.ybc_title_block {
  color: #6C7680;
  font-weight: bold;
  text-transform: uppercase;
  margin: 13px 0 30px 0;
  display: inline-block;
}

.ybc-blog-wrapper-content .ybc-blog_description h2 {
  font-size: 24px;
}

.ybc-blog-wrapper-content .ybc-blog_description h3 {
  font-size: 20px;
}

.ybc-blog-list-div {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 48.5% 48.5%;
  column-gap: 3%;
  row-gap: 50px;
}

.ybc-post-wrapper-flex {
  display: flex;
  background-color: #f0f1f3;
  border: 1px solid #f0f1f3;
  border-radius: 20px;
}

.ybc-blog-wrapper-content-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
}

.ybc-blog-category-p {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #447355;
  padding-bottom: 8px;
  margin-right: 15px;
}

.ybc-blog-category-p::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background: #ebc172;
}

.ybc-post-wrapper-flex .ybc_item_img {
  width: 49%;
}

.ybc-blog-wrapper-content-div {
  width: 51% !important;
}

.ybc-btn {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px !important;
  color: #447355;
  line-height: 1.1em;
  margin-top: 30px;
}

.ybc-btn-next, .ybc-btn-prev {
  user-select: none;
  background-color: #ae72a3;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 18px !important;
  font-weight: bold;
  color: #fff;
  line-height: 1.1em;
  transition: all ease 0.4s;

}

.ybc-btn-next {
  margin-left: 40px;
}

.ybc-btn-next .line, .ybc-btn-prev .line {
  margin-left: 10px;
  width: 64px;
  height: 2px;
  background-color: #fff;
}

.ybc-btn-next .line {
  margin-right: -6px;
}

.ybc-btn-prev .line {
  margin-left: -5px !important;
  margin-right: 10px;
}

.ybc-btn-next:hover, .ybc-btn-prev:hover {
  color: #fff;
  opacity: 0.5;
}

.ybc-content-main-title {
  line-height: 1.75;
  color: #6a768e;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.ybc-content-main-title:hover {
  color: #6a768e !important;
}

.ybc-blog-wrapper-category-div {
  height: 50%;
}

.ybc-arrow-green {
  border: solid #447355;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
}

.ybc-arrow-white {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transition: all ease 0.4s;
}


.ybc-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.ybc-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.ybc-line-green {
  margin-left: 10px;
  width: 64px;
  height: 2px;
  background-color: #447355;
  margin-right: -6px;
  transition: all ease 0.4s;
}

.ybc-line-white {
  margin-right: 10px;
  width: 64px;
  height: 2px;
  background-color: #fff;
  margin-left: -6px;
}

.ybc-btn-back {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  width: 150px;
  padding: 20px;
  left: 30px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 1.1em;
  color: white;
  background-color: transparent;
  border: none;
}

.ybc-btn-back:hover {
  color: #fff !important;
}

.ybc-btn-back:hover .ybc-arrow-white {
  margin-left: -10px;
}

.ybc-btn-back:hover span {
  position: absolute;
  left: 145px;
}

.ybc-btn:hover {
  color: #447355 !important;
}

.ybc-btn:hover .ybc-line-green {
  margin-left: 20px;
}

.ybc_blog_img_wrapper {
  height: 500px;
  position: relative;
  margin-bottom: 48px;
}

.ybc-wrapper-opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.35);
}

.ybc_blog_img_wrapper img {
  height: 100%;
  object-fit: cover;
}

.ybc-single-post-info-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
  background-color: #6a768e;
  min-height: 70px;
  padding: 15px 35px;
  border-radius: 20px 20px 0 0;
}

.ybc-icon-single-post {
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin: 0 10px;
}

.ybc-post-date {
  float: none !important;
  margin: 0 !important;
  font-weight: bold;
  color: #ffffff;
}

.ybc-first-post-btn {
  margin-top: 35px;
}

.ybc-blog-wrapper-content {
  width: 100%;
  max-width: 900px !important;
}

#mini-roomba {
  position: absolute;
  right: -2px;
}

.progress-bar-mini-roomba {
  height: 24px;
  position: fixed;
  top: 0;
  width: 0%;
  background-color: #cccccc;
  z-index: 100000;
}

.progress-bar-container {
  height: 24px;
}

.progress-bar-2 {
  height: 24px;
  position: fixed;
  top: 0;
  width: 100%;
  background-image: url('/themes/classic/assets/img/blog/bg-progress.jpg');
  z-index: 99999;
}

.ybc-single-post-footer-section {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #e6e6e6;
}

.ybc-single-post-footer {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 820px;
  min-height: 106px;
  background-color: #6a768e;
  padding: 15px 30px;
  border-radius: 20px;
}

.ybc-social-icons-footer-div {
  position: absolute;
  right: 30px;
}

.ybc-blog-wrapper-detail {
  padding: 0 !important;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.ybc-blog-related-posts {
  border-top: none !important;
}

.links {
  margin-top: 100px !important;
  margin-bottom: 50px !important;
}

.links b {
  background-color: #447355 !important;
  border: 1px solid #447355 !important;
}

.ybc-blog-wrapper-content-div-mobile .ybc-blog-wrapper-content-div-mobile-popular {
  display: none;

}

.blog-paggination .links .frist::before {
  content: "\f100";
  font-family: FontAwesome;
  font-size: 13px;
  padding: 1px;
}

.blog-paggination .links .frist > span {
  display: none;
}

.blog-paggination .links .prev::before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 15px;
  padding: 1px;
}

.blog-paggination .links .prev > span {
  display: none;
}

.blog-paggination .links .next::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 15px;
  padding: 1px;
}

.blog-paggination .links .next > span {
  display: none;
}

.blog-paggination .links .last::before {
  content: "\f101";
  font-family: FontAwesome;
  font-size: 13px;
  padding: 1px;
}

.blog-paggination .links .last > span {
  display: none;
}

@media (max-width: 600px) {
  .ybc_title_single_post {
    font-size: 30px !important;
  }

  .ybc-single-post-footer {
    justify-content: center;
    height: 126px;
  }

  .ybc-btn-back {
    top: 15%;
    transform: none;
  }

  .ybc-social-icons-footer-div {
    right: auto;
    bottom: 15%;
  }

  .ybc-posts-main-text {
    font-size: 26px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
    margin-top: 30px !important;
  }

  .ybc-popular-post {
    width: 100%;
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .ybc-popular-post a {
    max-width: 350px !important;
    width: auto !important;
  }

  .ybc-blog-popular-content {
    display: none;
  }

  .ybc-popular-blog-wrapper-category-div {
    height: auto;
  }

  .ybc-blog-wrapper-content-div-mobile .ybc-btn {
    height: auto;
  }

  .ybc-popular-blog-wrapper-category-div .ybc-blog-category-p {
    display: inline;
  }

  .ybc-popular-post-img {
    width: 100%;
    height: 350px;
    max-width: none !important;
  }

  .ybc-page-heading-post {
    width: 90% !important;
    font-size: 38px;
  }

  .ir_ybc_navigation_mobile {
    display: block;
  }

  .ir_ybc_navigation_desktop {
    display: none;
  }

  .ybc-single-post-footer-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ybc-post-wrapper {
    max-height: none !important;
  }

  .ybc-first-post-img {
    border-radius: 0;
    width: 100%;
  }

  .ybc-single-post-info-bar {
    flex-direction: column;
  }

  .ybc-btn {
    margin: 0;
  }

  .ybc-single-post-info-bar-header {
    margin-bottom: 20px;
  }

  .ybc-section-body, .ir_ybc_top_section, .ir_ybc_top_section_header {
    padding-right: 28.5px;
    padding-left: 28.5px;
  }

  .ybc-post-wrapper-flex {
    height: 472px;
    flex-direction: column;
  }

  .ybc-fp-category {
    margin-bottom: 50px;
  }

  .ybc_blog_img_wrapper {
    height: 431px;
  }

  .ir-ybc-blog--short_desc {
    padding: 60px 15px 0 15px;
  }

  .ybc-blog-wrapper-content {
    padding: 30px !important;
  }

  .ybc-blog_description h2 {
    font-size: 30px !important;
  }

  .ybc-post-wrapper-flex .ybc_item_img {
    height: 52% !important;
    width: 100% !important;
    border-radius: 20px 20px 0 0;
  }

  .ybc-blog-list-div {
    grid-template-columns: 100%;
    grid-template-rows: 470px;
    row-gap: 50px;
  }

  .ybc-blog-wrapper-content-div {
    display: none !important;
  }

  .ybc-blog-wrapper-content-div-mobile {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 48%;
    padding: 25px;
  }

  .ybc-blog-wrapper-content-div-mobile-popular {
    width: 100%;
    padding-top: 20px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    max-width: 300px;
    row-gap: 30px;
  }

  .ybc-blog-wrapper-content-div-mobile .ybc-blog-wrapper-category-div {
    height: auto !important;
  }

  .ir_ybc_blog_first .ybc-post-wrapper {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
  }

  .ir_ybc_blog_first .ybc_item_img {
    height: 175px;
    width: 100% !important;
    border-radius: 0;
  }

  .ir_ybc_blog_first .ybc-blog-wrapper-content, .ybc_item_img_first {
    width: 100% !important;
  }

  .ir_ybc_blog_first .ybc-blog-wrapper-content {
    border-radius: 0 0 20px 20px;
  }

  .ybc-blog-heroimg {
    height: 65vh;
  }

  .ybc-blog-heroimg-text {
    width: 90% !important;
  }

  .ir_ybc_navigation {
    width: auto
  }

  .ir_ybc_navigation {
    width: auto;
  }

  .ybc-blog-gap {
    height: 35px;
  }

  .ybc-blog-second-gap {
    height: 35px;
  }

  .img-first {
    min-height: auto !important;
    height: 186px;
  }

  .ir-ybc-blog--short_desc {
    padding: 0 27px !important;
  }

  .ybc_title_block {
    font-size: 18px !important;
  }
}

@media (min-width: 601px) and (max-width: 1050px) {
  .ybc-blog-list-div {
    grid-template-columns: 100%;
    grid-template-rows: 355px;
    row-gap: 50px;
  }

  .ybc-blog-wrapper-content-single-post {
    padding: 0 42px !important;
  }

  .ybc-blog-popular-content {
    width: 100%;
  }

  .ybc_title_single_post {
    font-size: 48px !important;
  }

  .ybc-popular-posts-group {
    display: flex;
    flex-direction: column;
  }

  .ybc-popular-post:first-of-type {
    margin-bottom: 60px !important;
  }

  .ybc-popular-post {
    height: 265px;
    width: 100% !important;
  }

  .ir_ybc_navigation_mobile {
    display: block;
  }

  .ir_ybc_navigation_desktop {
    display: none;
  }

  .ybc-page-heading-post {
    font-size: 56px;
  }

  .ybc-blog-wrapper-content-div {
    width: 51% !important;
  }

  .ybc-section-body, .ir_ybc_top_section, .ir_ybc_top_section_header {
    padding-right: 30px;
    padding-left: 30px;
  }

  .ybc-post-wrapper {
    flex-direction: column;
    min-height: 510px;
    max-height: none !important;
  }

  .ybc_item_img {
    width: 340px !important;
  }

  .ybc_item_img_first, .ir_ybc_blog_first .ybc-blog-wrapper-content {
    width: 100%;
  }

  .ybc-blog-wrapper-content {
    border-radius: 0 0 20px 20px !important;
    max-width: none !important;
  }

  .ybc-first-post-img {
    width: 100%;
    border-radius: 0;
    height: 45vh;
  }

  .ybc-single-post-footer-section {
    padding-left: 42px;
    padding-right: 42px;
  }

  .ybc_blog_layout_list .ybc-blog-wrapper-content, .ybc_blog_layout_list .ir-ybc-blog--short_desc {
    padding-right: 42px;
    padding-left: 42px;
  }
}

@media (min-width: 1051px) and (max-width: 1481px) {
  .ybc-section-body, .ir_ybc_top_section, .ir_ybc_top_section_header {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.ybc-carousel-container {
  position: relative;
  width: calc(100vw + 60px) !important;
  max-width: 1640px;
  margin-top: 40px;
  margin-left: calc(50vw - 600px) !important;
  overflow: hidden;
}

.ybc-carousel-background-opacity {
  position: absolute;
  top: 0;
  right: 0;
  height: 300px;
  background: -webkit-linear-gradient(left, rgba(174,114,163,0) 0%,rgba(174,114,163,1) 85%,rgba(174,114,163,1) 100%);
  background: linear-gradient(to right, rgba(174,114,163,0) 0%,rgba(174,114,163,1) 85%,rgba(174,114,163,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ae72a3', endColorstr='#ae72a3',GradientType=1 );
  z-index: 22;
}

.ybc-slide {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.ybc-product-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 500px;
  flex-basis: 500px;
  flex-shrink: 0;
  padding: 0 20px;
}

.ybc-product-card {
  opacity: 0.5;
}

.ybc-product-card-active {
  opacity: 1;
}

.ybc-product-card .ybc-product-slide {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ybc-products-navigation {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.ybc-product-slide img {
  margin-right: 20px;
}

.ybc-products-header h2 {
  margin: 0 !important;
  line-height: normal !important;
}

.ybc-product-slide img {
  width: 190px;
}

.blog-paggination {
  float: none;
  font-size: 13px;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}

.links {
  display: flex;
  float: none;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.blog-paggination .links a {
  border: 1px solid #E4E4E4;
  display: inline-block;
  float: left;
  font-size: 14px;
  height: 36px;
  color: #414141;
  line-height: 34px;
  margin: 0 0 0 -1px;
  overflow: hidden;
  padding: 0;
  width: 40px;
}

.blog-paggination .links > b {
  background-color: #447355;
  border: 1px solid #447355;
  color: #fff;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  font-weight: normal;
  width: 40px;
}

@media (max-width: 1280px) {
  .ybc-popular-posts {
    flex-direction: column;
  }

  .ybc-popular-posts-image-div, .ybc-popular-posts-img, .ybc-popular-posts-img-div {
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
  }

  .ybc-popular-posts-img {
    object-position: center top;
  }
}

@media (min-width: 1050px) and (max-width: 1280px) {
  .ybc-popular-posts-group {
    display: flex;
    justify-content: space-between;
  }

  .ybc-popular-post {
    height: 265px;
    margin-bottom: 0 !important;
    width: 46%;
  }

  .ybc-blog-popular-content {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .ybc-product-slide img {
    width: 85px;
    padding: 0;
    margin-right: 30px !important;
  }
}

@media (max-width: 779px) {
  .ybc-product-card {
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 0;
  }

  .ybc-btn-next .line, .ybc-btn-prev .line {
    width: 44px !important;
  }

  .ybc-product-card-text a {
    font-size: 22px;
  }

  .ybc-product-card-text span {
    font-size: 16px;
  }

  .ybc-products-navigation {
    width: 100 !important;
    justify-content: center;
  }

  .ybc-btn-next, .ybc-btn-prev {
    font-size: 14px !important;
    margin: 0 15px !important;
  }

  .ybc-carousel-container {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 10px;
    margin-top: 80px;
  }

  .ybc-products-header {
    text-align: center;
    justify-content: center;
  }

  .ybc-products-section-title {
    font-size: 34px;
  }

  .ybc-products-section-button {
    position: absolute;
    bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 30px;
    font-size: 14px;
    min-height: auto;
    margin-bottom: 40px;
  }

  .ybc-products-section {
    padding-bottom: 120px !important;
  }

  .ybc-carousel-background-opacity {
    display: none;
  }
}

@media (min-width: 780px) and (max-width: 1190px) {
  .ybc-product-card {
    width: 60%;
    flex-basis: 60%;
    flex-shrink: 0;
  }

  .ybc-carousel-container {
    margin-left: 0 !important;
  }
}

.ybc_title_single_post {
  font-size: 60px;
}

@media (min-width: 600px) and (max-width: 910px) {
  .ir_ybc_title {
    font-size: 38px !important;
  }

  .ybc-blog-heroimg-text p {
    font-size: 22px !important;
  }
}

.ybc-product-slider-shop-btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ae72a3;
  min-height: 66px;
  font-weight: 500;
  font-size: 16px;
  padding: 15px 40px 15px 40px;
  border: 1px solid #fff;
  border-radius: 39px;
  background: #fff;
  transition: .15s;
}

.ybc-product-slider-shop-btn:hover {
  background-color: #ae72a3;
  color: #fff;
}