@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

.ybc_block_slider .owl-controls .owl-nav,
.ybc_blog_related_posts_type_carousel .owl-controls .owl-nav,
.ybc_related_products_type_carousel .owl-controls .owl-nav {
  position: relative;
  top: auto;
  right: auto;
}

#js-post-list-top select.select {
  padding: 6px 15px;
  text-transform: uppercase;
  font-size: var(--mr_fontsize__small);
  font-weight: var(--mr_fontweight__semibold);
  border: 1px solid var(--mr_color__pacificblue);
  cursor: pointer;
  width: min-content;
  border-radius: 50px;
}

.ybc-blog-wrapper-blog-list .products-sort-order {
  display: flex;
  justify-content: flex-end;
}

#ybc_blog_page a:focus,
#ybc_blog_page a:active,
#ybc_blog_page a:hover,
.ybc_block_categories a:hover,
.ybc_block_categories a:focus,
.ybc_block_categories a:active {
  outline: medium none;
  text-decoration: underline;
  text-decoration-color: var(--mr_color__primary);
}

span.ybc-blog-like-span.active {
  cursor: pointer;
}

#js-post-list-top span.sort-by {
  padding-top: 6px;
  font-size: 14px;
  padding-right: 0;
  visibility: hidden;
}

div#js-post-list-top {
  margin-bottom: 30px;
}

.ybc_author_desc {
  font-size: 14px;
  color: #666;
  font-style: italic;
  margin-bottom: 4px;
}

.caption-disabled .ybc-blog-slider.carousel ul.slick-dots {
  bottom: -5px;
}

.ybc_blog_review .star.star_on_3:after,
.ybc_blog_review .star.star_on_4:after,
.ybc_blog_review .star.star_on_5:after,
.ybc_blog_review .star.star_on_1:after,
.ybc_blog_review .star.star_on_2:after,
.ybc_blog_review .star.star_on_6:after,
.ybc_blog_review .star.star_on_7:after {
  content: "\f123";
}

.ybc_blog_layout_list button,
.ybc_blog_layout_list .btn,
.ybc_blog_layout_list input,
.ybc_blog_layout_list select,
.ybc_blog_layout_list textarea {
  outline: none !important;
  box-shadow: none !important;
}

.sub_category ul {
  width: 100%;
}

.block.ybc_block_rss h4:after {
  display: none !important;
}

.ybc-blog-wrapper-form-managament .tree-category input,
.ybc-blog-wrapper-form-managament .tree-category label {
  cursor: pointer;
}

.ybc_blog_review .star:nth-child(n+6) {
  display: none;
}

.author-block {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

.rss-authors li {
  clear: both;
  display: block;
  width: 100%;
}

.block_rss li {
  width: 100%;
}

.wapper-management-blog-form .table-responsive {
  overflow: visible;
}

.wapper-management-blog-form .tree-category .radio {
  float: right;
}

.wapper-management-blog-form .table-responsive .dropdown-menu a:hover {
  background: #2fb5d2;
  color: #fff;
}

.form-polls-body input[readonly="true"] {
  cursor: not-allowed;
}

#ybc_blog_page a {
  outline: none !important;
  -webkit-outline: none !important;
}

.ybc-blog-panel th.title {
  min-width: 90px;
}

#form_blog button[type="submit"] {
  background: #b70086;
  box-shadow: none;
  outline: none;
}

.ctf_admin_filter_chart_settings>div.ctf_admin_filter_button {
  margin-right: 0;
}

/* .blog-main-page a, .blog-main-page button {
    outline: none!important;
    text-decoration: none!important;
} */
.ybc-captcha-img-data.loaded {
  min-width: 100px;
  width: 100px;
}

.ybc-blog-thumbnail-list {
  position: relative;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 0;
  overflow: hidden;
  margin-top: -25px;
  box-shadow: none;
}

.list_post_by_customer .enabled .fa-clock-o {
  display: block;
}

.list_post_by_customer .enabled {
  color: #e08f95;
  width: 100%;
  line-height: 120%;
  text-decoration: none !important;
}

.list_post_by_customer .enabled span {
  width: 70px;
  display: inline-block;
}

.ybc_blog_rtl_mode.ybc_block_rss .title_blog.title_block>a i {
  float: left;
}

.ybc_blog_rtl_mode .author_avata_show {
  float: right;
}

.ybc-blog-thumbnail-items {
  width: 100%;
  float: left;
  position: relative;
  margin-top: -25px;
  margin-bottom: 40px;
}

.ybc_blog_rtl_mode .ybc_blog_review {
  margin-right: 0;
  float: right;
}

.ybc_blog_rtl_mode .author_avata_show+.author_infor {
  padding-right: 15px;
  padding-left: 0;
}

.ybc_blog_rtl_mode .author_avata_show+.ybc-blog-comment-info {
  float: right;
  text-align: right;
  padding-right: 10px;
  padding-left: 0;
}

.slider_big_image img {
  width: 100%;
}

.wapper-management-blog-form td.pointer.subject .content-comment {
  font-weight: normal;
  color: #777;
  word-break: break-all;
}

.page_html_box .block_content {
  padding: 0 15px;
}

.wapper-management-blog-form td.pointer.subject {
  font-weight: 600;
}

.ybc-blog-panel .reported,
.ybc-blog-panel .approved {
  text-align: center;
  width: 60px;
}

#ybc_slider .slick-slide .nivo-caption {
  display: block;
}

.formloading .form-polls:before {
  opacity: 1;
  visibility: visible;
}

.form-polls:before {
  background-color: rgba(255, 255, 255, 0.85);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  visibility: hidden;
  width: 100%;
  content: "";
  z-index: 10;
}

.form-polls::after {
  background-size: cover;
  color: #777;
  content: "";
  font-family: FontAwesome;
  font-size: 30px;
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  border-top: 4px solid #25b9d7;
  border-radius: 50%;
  width: 50px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  border-bottom: 4px solid #25b9d7;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.formloading .form-polls::after {
  opacity: 1;
  visibility: visible;
  transform: rotate(36000deg);
  -webkit-transform: rotate(36000deg);
  transition: transform 60s linear;
  -webkit-transition: transform 60s linear;
}

span#ybc-blog-polls-capcha-refesh {
  cursor: pointer;
}

span#ybc-blog-polls-capcha-refesh:hover:before {
  color: #2fb5d2;
}

span#ybc-blog-polls-capcha-refesh:before {
  content: "\f021";
  font-family: Fontawesome;
  color: #999;
  margin-left: 10px;
  line-height: 38px;
  display: inline-block;
}

.ybc_blog_layout_list .bootstrap {
  width: 100%;
}

.ybc-blog-thumbnail-items .slick-arrow {
  z-index: 1000;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  opacity: 0;
  font-size: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
  position: absolute;
  border: none;
  outline: none !important;
  -webkit-outline: none !important;
  -webkit-transition: all 0.3s;
  top: 50%;
}

.total_comment {
  text-align: center;
}

.ybc-blog-thumbnail-list.carousel .ybc-blog-thumbnail-item.slick-current:before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 2px;
  left: 8px;
  right: 8px;
  border: 2px solid #2ecafe;
  bottom: 2px;
  z-index: 10;
}

.ybc-blog-thumbnail-list.carousel .ybc-blog-thumbnail-item {
  position: relative;
  width: 100%;
}

.ybc-blog-thumbnail-item img {
  max-width: 100%;
}

.list_post_by_customer .actions {
  width: 100px;
}

.list_post_by_customer .enabled {
  width: 100px;
  text-align: center;
}

#left-column .blog_view_all_button,
#right-column .blog_view_all_button,
#leftcolumn .blog_view_all_button,
#right_column .blog_view_all_button {
  margin-bottom: 0;
}

.ybc-blog-thumbnail-items:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.ybc-blog-thumbnail-items .slick-prev:before {
  content: "";
  border-left: 2px solid #666;
  height: 14px;
  margin-left: 4px;
  width: 14px;
  margin-top: 7px;
  position: relative;
  border-bottom: 2px solid #666;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.ybc-blog-thumbnail-items .slick-prev {
  left: 8px;
}

.ybc-blog-thumbnail-items .slick-next:before {
  content: "";
  border-right: 2px solid #666;
  height: 14px;
  margin-left: -3px;
  width: 14px;
  margin-top: 0;
  position: relative;
  margin-top: 7px;
  border-bottom: 2px solid #666;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.ybc_item_img:not(.ybc_item_img_ladyload) svg {
  display: none;
}

.ybc_item_img.ybc_item_img_ladyload img {
  opacity: 0;
  position: absolute;
  height: 0;
}

.ybc-blog-thumbnail-item:not(:first-child) {
  display: none;
}

.ybc-blog-thumbnail-item.slick-slide {
  display: block !important;
}

.ybc-blog-thumbnail-items.slick-slide .ybc-blog-thumbnail-item {
  display: block;
}

.ybc-blog-slider .slick-dots button {
  background: transparent;
  font-size: 0;
  display: block;
  border-radius: 50%;
  border: none;
  width: 12px !important;
  min-width: 10px !important;
  float: left;
  box-shadow: 0 0 0 2px #fff inset;
  overflow: hidden;
  height: 12px;
  min-height: 10px !important;
}

.ybc-blog-slider .slick-dots button {
  background: transparent;
  font-size: 0;
  display: block;
  border-radius: 50%;
  border: none;
  width: 12px !important;
  min-width: 10px !important;
  float: left;
  box-shadow: 0 0 0 2px #fff inset;
  overflow: hidden;
  height: 12px;
  min-height: 10px !important;
  outline: none !important;
}

.ybc-blog-slider .slick-dots .slick-active button {
  background: #fff;

}

.ybc-blog-panel .approved .title_box {
  white-space: nowrap;
}

.ybc-blog-slider .slick-dots li {
  display: inline-block;
  padding: 0 5px;
  border-radius: 50%;
}

.ybc-blog-slider ul.slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
}

.ybc-blog-thumbnail-item {
  width: 20%;
  float: left;
  padding: 2px 8px;
}

.blog_center_content ul.children {
  display: none;
}

.blog_center_content ul.children.active {
  display: block;
}

.icon-check:before {
  content: "\f00c";
  font-family: Fontawesome;
}

#list-ybc_reply .icon-check:before {
  content: "\f00c";
  font-family: Fontawesome;
  color: #8dc63f;
  font-style: normal;
  text-align: center;
  display: block;
}

.category .ybc_block_related h4.title_blog.title_block:after {
  display: none;
}

li.lnk_ybc_blog {
  clear: both;
}

.myaccount-link-list .lnk_ybc_blog {
  display: block;
  width: 100%;
}

.ybc-blog-wrapper-form-managament .ybc-blog-panel {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.panel.ybc-blog-panel .actions span.pull-right {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

#ybc_blog_page .thumb_post img {
  max-width: 200px;
}

.blog-category.has-blog-image .ybc_item_img {
  margin-bottom: 20px;
}

.blog-category.has-blog-image {
  position: relative;
}

.blog-category.has-blog-image .page-heading {
  font-size: var(--mr_fontsize__title);
  font-weight: var(--mr_fontweight__semibold);
  color: var(--mr_color__primary) !important;
  text-transform: unset;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.enabled select {
  max-width: 70px;
}

.ybc-blog-comment-info .ybc-blog-latest-toolbar {
  margin-top: 0;
  margin-bottom: 0;
}

.author_avata_show+.ybc-blog-wrapper-content {
  float: left;
  width: calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  padding-left: 10px;
}

.form_reply_comment .alert {
  margin-top: 0;
  margin-bottom: 15px;
}

form.form_reply_comment {
  margin-bottom: 16px;
}

.ybc-block-comment-edit,
.ybc-block-comment-delete,
.ybc-block-comment-reply {
  color: #b6b6b6;
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
  float: left;
}

.ybc_paggination .links {
  float: right;
}

.form_reply_comment textarea {
  width: 100%;
  min-height: 100px;
  font-size: 13px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  color: #666;
  padding: 5px 10px;
}

.comment-content+.alert {
  margin-top: 0;
  margin-bottom: 15px;
}

.form_reply_comment input[type="submit"] {
  padding: 5px 15px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none !important;
  -webkit-outline: none !important;
  text-decoration: none !important;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #2fb5d2;
}

.blog_view_all,
.view_all_link {
  min-width: 150px;
  text-align: center;
  background-color: white !important;
  border-radius: 50px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: var(--mr_fontsize__small);
  font-weight: var(--mr_fontweight__semibold);
  border: 1px solid var(--mr_color__pacificblue);
  text-decoration: none !important;
  color: var(--mr_color__primary) !important;
}

.blog_view_all:hover,
.view_all_link:hover {
  background-color: var(--mr_color__pacificblue) !important;
  border: 1px solid var(--mr_color__pacificblue);
  color: var(--mr_color__white) !important;
}

.blog_view_all:hover,
.view_all_link:hover,
.ybc-blog-form-comment .blog-submit .button:hover {
  background-color: #2592a9;
}

textarea#author_description {
  width: 100%;
  border: 1px solid #ccc;
  min-height: 200px;
  padding: 10px 15px;
}

.blog-managament-information button.btn {
  margin-bottom: 15px;
  outline: none !important;
}

.links a#author-blog-comment-link,
.links a#author-blog-info-link {
  padding: 0 !important;
  width: 100%;
}

.blogcomment {
  word-break: break-word;
  clear: both;
  display: block;
  font-size: 14px;
  overflow: hidden;
}

th.enabled {
  max-width: 50px;
}

li.management-item {
  border-bottom: 1px solid #e9e9e9;
}

.table-responsive.list_post_by_customer {
  overflow: visible;
}

.ybc-block-author {
  background: #fdfdfd none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  padding: 15px;
}

.ybc-author-description {
  font-style: italic;
  margin-top: 5px;
  display: block;
  font-size: 14px;
  clear: both;
  color: #666;
  line-height: 24px;
}

.float-xs-right {
  float: right;
}

#form_blog a.ybc_button_backtolist {
  background: transparent !important;
  color: #777;
  box-shadow: none;
  padding-left: 0;
  font-size: 14px;
  padding-right: 0;
  text-transform: capitalize;
  font-weight: normal;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  position: relative;
  padding-top: 12px;
  border-right: none;
  border-top: none;
  border-left: none;
}

.name span.title_box {
  min-width: 80px;
  display: block;
}

#form_blog a.ybc_button_backtolist:before {
  content: "\f104";
  font-family: Fontawesome;
  margin-right: 3px;
}

#form_blog .btn.edit_view_post {
  margin-top: 0;
  border-radius: 3px;
  border: none;
}

.mce-widget i.material-icons {
  font-size: 18px;
}

.hidden {
  display: none;
}

#form_comment button {
  margin-left: 20px;
}

#left-column .ybc_block_featured .block_content,
#left-column .ybc_block_popular .block_content,
#left-column .ybc_block_latest .block_content,
#left-column .ybc_block_author .block_content {
  margin: 0 -15px;
}

.blog_view_all::before {
  display: none;
}

.view_detail_link.blog_view_all {
  padding: 8px 15px !important;
  min-width: auto;
  font-size: 14px;
  margin-top: 15px;
  display: block;
  width: fit-content;
}

.ybc-blog-list li.list_category_item:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding-bottom: 35px;
}

.page_home img,
.ybc-blog img {
  max-width: 100%;
}

.ybc-blog ul {
  list-style: none;
}

.ybc_block_categories .active>a {
  color: #2fb5d2;
}

#left-column .children .children li {
  border-bottom: none !important;
}

.ybc_block_categories .children li {
  padding-right: 0;
}

.children .children .children li {
  padding-left: 0 !important;
}

.children li .category-blog-parent {
  right: 0;
}

.ybc_blog_img_wrapper img,
.blog-product-list img {
  max-width: 100%;
}

.ybc-blog-categories {
  float: right;
  margin-right: 15px;
}

.fb_iframe_widget span {
  float: left;
  width: 100% !important;
}

.fb_iframe_widget iframe {
  position: absolute;
  width: 100% !important;
}

.bc-capcha-wrapper {
  margin-top: 12px;
  display: box;
  display: -webkit-box;
  display: -o-box;
  display: -ms-box;
  display: -moz-box;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  float: left;
}

.alert {
  line-height: 1.2;
}

#module-ybc_blog-blog #left_column .ybc_block_categories,
#module-ybc_blog-blog #left_column .ybc_block_search,
#module-ybc_blog-blog #left_column .page_blog,
#module-ybc_blog-blog #left_column .ybc_block_gallery,
#module-ybc_blog-blog #left_column .ybc_block_tag,
#module-ybc_blog-gallery #left_column .ybc_block_categories,
#module-ybc_blog-gallery #left_column .ybc_block_search,
#module-ybc_blog-gallery #left_column .page_blog,
#module-ybc_blog-gallery #left_column .ybc_block_gallery,
#module-ybc_blog-gallery #left_column .ybc_block_tag,
#module-ybc_blog-blog #right_column .ybc_block_categories {
  display: block;
}

#module-ybc_blog-blog #right_column .ybc_block_search,
#module-ybc_blog-blog #right_column .page_blog,
#module-ybc_blog-blog #right_column .ybc_block_gallery,
#module-ybc_blog-blog #right_column .ybc_block_tag,
#module-ybc_blog-gallery #right_column .ybc_block_categories,
#module-ybc_blog-gallery #right_column .ybc_block_search,
#module-ybc_blog-gallery #right_column .page_blog,
#module-ybc_blog-gallery #right_column .ybc_block_gallery,
#module-ybc_blog-gallery #right_column .ybc_block_tag {
  display: block
}

.blog-capcha {
  clear: left;
  float: left;
  margin-top: 10px;
}

.blog-comment-row label[for="check_gpdr"] {
  margin-top: 15px;
  margin-bottom: 0;
}

#ybc-blog-capcha-img {
  margin-right: 10px;
}

.ybc-blog-list .post-wrapper {
  float: left;
  min-height: 0 !important;
  width: 100%;
}

.ybc-blog-like-span::before {
  content: "\f087";
  float: left;
  font-family: FontAwesome;
  font-size: 13px;
  margin-right: 3px;
}

.blog-post-like-btn:before {
  color: #3a5795;
}

.ybc_blog_button_share {
  float: left;
  margin-right: 10px;
}

.blog-post-like-btn {
  cursor: pointer;
}

#ybc_popular_posts li>p {
  float: left;
  margin-top: 6px;
  width: 100%;
}

.ybc-blog-posts-popular .bx-wrapper .bx-controls-direction a.bx-prev:before {
  content: "\f137";
  font-family: "FontAwesome";
}

.ybc_title_block {
  color: var(--mr_color__primary);
  float: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 9px;
  padding: 5px 0 9px;
  text-transform: uppercase;
  width: 100%;
  outline: none !important;
}

.page_home_gallery .ybc_title_block {
  display: none;
}

.ybc_blog_layout_large_grid .ybc-blog-list>li:first-child .ybc_title_block {
  margin-bottom: 5px;
}

.ybc_blog_layout_large_grid .ybc-blog-list .ybc_title_block {
  font-size: var(--mr_fontsize__medium);
  line-height: 1.2;
  font-weight: var(--mr_fontweight__bold);
  text-transform: unset;
  color: var(--mr_color__primary);
}

.ybc-blog-wrapper .ybc_title_block {
  margin-top: 13px;
}

.ybc_alert-danger,
.ybc_alert-success {
  float: left;
  margin: 20px 0 0;
  width: 100%;
}

.ybc-blog-posts-popular-list>li {
  width: 100%;
  float: left;
}

.blog-comment-row {
  clear: left;
  float: left;
  width: 100%;
}

.ybc-blog-form-comment .blog-submit {
  float: left;
  margin-top: 20px;
  position: relative;
  clear: both;
}

.blog-rate-capcha {
  float: left;
}

.blog-comment-row label[for="check_gpdr"] .checker {
  display: inline-block;
}

.blog-comment-row label[for="check_gpdr"] {
  margin-top: 20px;
  width: 100%;
  display: block;
  text-align: left;
}

#ybc-blog-capcha-refesh::before {
  color: #949494;
  content: "\f021";
  font-family: FontAwesome;
  font-size: 17px;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
}

.blog-comment-row label {
  float: left;
  font-size: var(--mr_fontsize__small);
  font-weight: var(--mr_fontweight__semibold);
  margin-bottom: 8px;
  margin-left: 20px;
  margin-top: 15px;
}

.blog-comment-row .blog-capcha label {
  line-height: 26px;
  margin-right: 10px;
}

.blog_rating_box .star {
  color: #f9b002;
  float: left;
  line-height: 16px;
  margin: 0 3px;
  cursor: pointer;
}

.page_home .star,
.page_blog .star,
.ybc-blog .star {
  margin: 0 1px;
}

.blog_rating_wrapper .star {
  color: #f9b002;
  margin: 0 1px;
}

.blog_rating_box {
  margin: 13px 5px 0 5px;
}

.blog-submit .button {
  background-color: var(--mr_color__primary) !important;
  border: 1px solid var(--mr_color__primary);
  color: var(--mr_color__white);
  outline: none !important;
  font-size: 14px;
  margin-top: 0;
  padding: 15px 20px;
  border-radius: 4px;
  cursor: pointer;
  text-transform: unset;
  border-radius: 50px;
}

.blog-submit .button:hover {
  background-color: var(--mr_color__white) !important;
  border: 1px solid var(--mr_color__primary);
  font-weight: var(--mr_fontweight__semibold);
  color: var(--mr_color__primary);
  outline: none !important;
  font-size: 14px;
  margin-top: 0;
  padding: 15px 20px;
  border-radius: 4px;
  cursor: pointer;
  text-transform: unset;
  border-radius: 50px;
}

#ybc-blog-related-products .content_price span.bp-percent-display {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 8px;
}

.rss-children a {
  padding: 0 0 0 15px;
}

.blog-rate-post {
  display: box;
  display: -webkit-box;
  display: -o-box;
  display: -ms-box;
  display: -moz-box;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  float: left;
  margin-bottom: 0;
  margin-top: 20px;
  width: auto;
}

#bc-subject,
#bc-name,
#bc-email {
  color: var(--mr_color__primary) !important;
  border: 1px solid rgba(202, 29, 91, 0.1);
  outline: 0;
  background-color: var(--mr_color__white);
  font-weight: var(--mr_fontweight__light);
  line-height: 1.25;
  font-size: var(--mr_fontsize__normal);
  color: var(--mr_color__primary);
  min-height: 50px;
  padding: 1rem 2rem;
  background-color: var(--mr_color__white);
  box-shadow: 0px 3px 6px #ecf1fd;
  border-radius: 200px;
  -webkit-appearance: none;
}

#bc-comment {
  color: var(--mr_color__primary) !important;
  border: 1px solid rgba(202, 29, 91, 0.1);
  outline: 0;
  background-color: var(--mr_color__white);
  font-weight: var(--mr_fontweight__light);
  line-height: 1.25;
  font-size: var(--mr_fontsize__normal);
  color: var(--mr_color__primary);
  min-height: 150px;
  padding: 1rem 2rem;
  background-color: var(--mr_color__white);
  box-shadow: 0px 3px 6px #ecf1fd;
  border-radius: 30px;
  -webkit-appearance: none;
}

#bc-capcha {
  float: left;
  width: 100px;
  height: 32px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background-color: #fff;
}

#ybc-blog-capcha-refesh {
  cursor: pointer;
}

.bp-price-old-label,
.bp-price-label,
.bp-percent-label,
.bp-save {
  display: none;
}

.blog-product-list .right-block {
  float: left;
  margin-bottom: 20px;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}

.ybc-navigation-blog-content .ybc-blog-latest-toolbar .post-date,
.ybc-navigation-blog-content .ybc-blog-latest-toolbar>div,
#left_column .ybc-blog-latest-toolbar>div,
#left_column .ybc-blog-latest-toolbar>span,
#left-column .ybc-blog-latest-toolbar>div,
#left-column .ybc-blog-latest-toolbar>span,
#right_column .ybc-blog-latest-toolbar>div,
#right_column .ybc-blog-latest-toolbar>span,
#right-column .ybc-blog-latest-toolbar>div,
#right-column .ybc-blog-latest-toolbar>span {
  margin-bottom: 5px !important;
}

.blog-product-list .right-block>h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 0 10px;
}

.right-block h5 a {
  color: var(--mr_color__primary);
}

.blog-product-list {
  margin-bottom: 0;
}

#ybc-blog-related-products .blog-product-list .content_price {
  display: inline;
  text-align: center;
}

#ybc-blog-related-products .blog-product-list .content_price .bp-price-label {
  display: none;
}

#ybc-blog-related-products .blog-product-list .content_price .old-price .bp-price-old-label {
  display: none;
}

#ybc-blog-related-products .blog-product-list .content_price .price-percent-reduction .bp-percent-label {
  display: none;
}

#ybc-blog-related-products .blog-product-list .content_price .bp-save {
  display: none;
}

#ybc-blog-related-products .content_price span {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: var(--mr_color__primary);
}

#ybc-blog-related-products .blog-product-list .right-block .content_price .bp-price-display {
  padding: 0 10px;
}

#ybc-blog-related-products .blog-product-list .right-block .content_price .bp-price-old-display {
  color: #a7a7a7;
  text-decoration: line-through;
}

#ybc-blog-related-products .post-details .blog-product-list .right-block .bp-percent-display {
  background: #f13340 none repeat scroll 0 0;
  color: #fff;
  height: 20px;
  line-height: 20px;
  padding-left: 0;
  text-align: center;
}

.blog-paggination {
  float: none;
  font-size: 13px;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}

.blog-paggination .results {
  display: none;
}

/* .ybc-blog-wrapper-blog-list.loadmore .blog-paggination {
  display: none;
} */

.blog-comments-list {
  float: left;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  width: 100%;
}

.ybc-block-author>img.avata {
  border-radius: 45px;
  float: left;
  height: 90px;
  margin-right: 20px;
  width: 90px;
}

.pin-it-button img {
  float: left;
}

.blog-comments-list .blog-comment-line:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}

.blog-comments-list .blog-comment-line {
  float: left;
  padding-bottom: 5px;
  width: 100%;
}

.comment-by {
  color: #808080;
  margin-bottom: 5px;
  margin-right: 10px;
}

.comment-by>b,
.ybc-blog-replied-by>b {
  color: var(--mr_color__primary);
  margin-left: 5px;
}

.comment-time {
  color: #808080;
  margin-bottom: 5px;
  font-size: 14px;
  margin-right: 15px;
}

.list_post_item .ybc-blog-latest-toolbar .ybc_blog_review {
  margin-right: 5px;
  line-height: 18px;
}

.list_post_item .comment-time {
  margin-top: 2px;
}

.list_post_item .ybc-blog-latest-toolbar {
  width: auto;
}

.comment-content {
  clear: left;
  color: var(--mr_color__primary);
  display: block;
  font-size: var(--mr_fontsize__small);
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 15px;
}

.blog-comment-line .comment-content {
  padding: 0;
  margin-top: 5px;
  color: var(--mr_color__primary);
}

.ybc-blog-detail-comment {
  font-size: var(--mr_fontsize__small);
  line-height: 1.2;
}

.author-block a {
  color: #808080;
  font-weight: bold;
}

.post-date .be-label::before {
  content: "\f073";
  font-family: FontAwesome;
  padding-right: 7px;
  text-indent: 0;
  text-align: center;
  float: left;
  width: 100%;
}

.mce-container.mce-edit-area,
.mce-container>iframe {
  background: #F5F8F9;
  min-height: 150px !important;
}

#ybc_blog_page #content {
  margin-bottom: 30px;
}

.post-date .be-label {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: 999px;
  white-space: nowrap;
  width: 20px;
}

.ybc-block-comment-report i::before {
  font-family: FontAwesome;
  text-decoration: none;
}

.ybc-block-comment-report {
  color: #b6b6b6;
  cursor: pointer;
  float: left;
  text-decoration: none;
}

.blog_rating_wrapper {
  float: left;
  margin-left: 6px;
  margin-right: 6px;
  min-height: 21px;
}

.blog_rating_wrapper .total_views {
  margin-top: -2px;
  display: inline-block;
}

.ybc_block_popular .ybc-blog-latest-toolbar-comments,
.ybc-blog-related-posts .ybc-blog-latest-toolbar-comments {
  margin-top: 0;
}

.comment-subject {
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
  width: 100%;
}

.comment-rating {
  display: inline-flex;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #808080;
}

.comment-rating>span {
  float: left;
  margin-right: 5px;
}

.ybc-blog-replied-by-name {
  display: inline-block;
  font-weight: bold;
}

.block_content .close,
.category-blog-parent {
  color: #666;
  cursor: pointer;
  float: right;
  font-weight: normal;
  height: 26px;
  opacity: 1;
  position: relative;
  text-align: center;
  width: 20px;
}

.axpand_button.close::after {
  background-color: #666;
  content: "";
  height: 11px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  -webkit-transform: translate3d(-50%, -50%, 0px);
  width: 1px;
}

.tree-category ul.children>li {
  padding-left: 10px;
  position: relative;
}

.block_content .close::before {
  background-color: #666;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  -webkit-transform: translate3d(-50%, -50%, 0px);
  width: 11px;
}

.block_content .close.opened::after,
.category-blog-parent.active:after {
  display: none;
}

.content_block li {
  position: relative;
}

.content_block li .children {
  display: none;
}

.content_block li .children.show {
  display: block;
}

.content_block li .children {
  padding: 0;
}

.list_post_by_author a {
  border-bottom: 1px solid #eee;
  display: block;
  font-size: 14px;
  line-height: 30px;
}

.list_post_by_author li:last-child a {
  border-bottom: none;
}

.blog_view_all_button {
  text-align: center;
  padding-top: 30px;
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 0;
}

.page_home .owl-stage {
  float: left;
  display: flex;
  display: -webkit-flex;
}

.page_home .blog_view_all_button {
  text-align: left;
}

.ybc_block_categories a {
  color: var(--mr_color__primary);
}

.actions a.btn.btn-warning:active {
  background-color: #e6a304;
}

.rss-authors a:hover,
.ybc-page-rss a:hover,
.block_rss a:hover {
  color: #00cefd;
}

.category-blog-parent {
  font-size: 0;
}

.paginator_select_limit {
  display: inline-block;
}

.ybc_blog_layout_list select,
.results select {
  width: 100px;
  appearance: auto;
  cursor: pointer;
  border-radius: 2px;
}

.wapper-management-blog-form ul.tree-category {
  display: block;
  margin: 0;
  border: 1px solid #c8d6db;
  border-radius: 3px;
  width: 490px;
  padding: 10px 20px 10px 30px;
  max-width: 100%;
}

li.form-control-label.text-right.main-category {
  text-align: right;
  color: #333;
  font-weight: 600;
}

.wapper-management-blog-form .category-blog-parent {
  font-size: 0;
  cursor: pointer;
  position: absolute;
  right: 100%;
  top: 2px;
  height: 16px;
}

.wapper-management-blog-form input.category_default {
  position: absolute;
  right: 5px;
  top: 3px;
}

.category-blog-parent:before {
  display: block;
  font-size: 12px;
  content: "";
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 7px;
  height: 7px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -6px;
}

.ybc_block_categories span.category-blog-parent {
  position: absolute;
  top: 4px;
  right: 7px;
}

.category-blog-parent.active:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: -6px;
}

.wapper-management-blog-form .form-fields input[type="checkbox"] {
  margin-top: 4px !important;
}

.tree-category ul.children.show {
  display: block;
}

.tree-category ul.children {
  display: none;
}

ul.tree-category {
  min-width: 200px;
}

.rss-categories .category-blog-parent {
  display: none;
}

.wapper-management-blog-form .tree-category img {
  height: auto;
  margin-right: 4px;
  min-width: 50px;
}

.wapper-management-blog-form .tree-category li div {
  display: inline-block;
}

.wapper-management-blog-form .tree-category li {
  margin-bottom: 4px;
  position: relative;
}

.blog-extra-facebook-share li {
  float: left;
}

.blog-extra-facebook-share .facebook a {
  background-color: #5373be;
}

.blog-extra-facebook-share .facebook a:hover {
  background-color: #3e5ea9;
}

.blog-extra-facebook-share .facebook a:before {
  content: "\f09a";
  font-family: Fontawesome
}


.blog-extra-facebook-share .googleplus a {
  background-color: #d34836;
}

.blog-extra-facebook-share .googleplus a:hover {
  background-color: #df5442;
}

.blog-extra-facebook-share .googleplus a:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.blog-extra-facebook-share .googleplus a:before {
  content: "\f0d5";
  font-family: Fontawesome
}


.blog-extra-facebook-share .twitter a:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.blog-extra-facebook-share .twitter a {
  background-color: #0084b4;
}

.blog-extra-facebook-share .twitter a:before {
  content: "\f099";
  font-family: Fontawesome
}

.blog-extra-facebook-share .twitter a:hover {
  background-color: #1195c5;
}


.blog-extra-facebook-share .linkedin a {
  background-color: #0077b5;
}

.blog-extra-facebook-share .linkedin a:hover {
  background-color: #1289c7;
}

.blog-extra-facebook-share .linkedin a:before {
  background-color: #006aa2;
}

.blog-extra-facebook-share .linkedin a:before {
  content: "\f0e1";
  font-family: Fontawesome
}



.blog-extra-facebook-share .instagram a {
  background-color: #e65358;
}

.blog-extra-facebook-share .instagram a:hover {
  background-color: #ed5a5f;
}

.blog-extra-facebook-share .instagram a:before {
  content: "\f16d";
  font-family: Fontawesome
}

.blog-extra-facebook-share .pinterest a {
  background-color: #cb2027;
}

.blog-extra-facebook-share .pinterest a:before {
  background-color: rgba(0, 0, 0, 0.1);
  content: "\f0d2";
  font-family: Fontawesome;
}

.blog-extra-facebook-share .pinterest a:hover {
  background: rgba(203, 30, 39, 0.8)
}

.blog-extra-facebook-share .tumblr a {
  background-color: #405167;
}

.blog-extra-facebook-share .tumblr a:hover {
  background-color: #516278;
}

.blog-extra-facebook-share .tumblr a:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.blog-extra-facebook-share .tumblr a:before {
  content: "\f173";
  font-family: Fontawesome
}



.blog-extra-facebook-share li,
.blog-extra-facebook-share li:before {
  background: transparent !important;
  content: '' !important;
}

.blog-extra-facebook-share li a {
  font-size: 12px;
  display: inline-block;
  height: 34px;
  border-radius: 3px;
  line-height: 18px;
  margin: 0 7px 7px 0;
  width: 120px;
  text-align: left;
  overflow: hidden;
  color: #fff !important;
  min-width: 100px;
  cursor: pointer;
  float: left;
  font-family: inherit;
  padding: 8px 10px 8px 10px;
}

.blog-extra-item.blog-extra-facebook-share,
.blog-extra-item.blog-extra-facebook-share ul {
  margin-bottom: 0;
}

.blog-extra-facebook-share .facebook a:before {
  background-color: rgba(0, 0, 0, 0.15);
}

.blog-extra-facebook-share li a:before {
  display: inline-block;
  padding: 5px;
  margin-left: -10px;
  margin-top: -15px;
  font-size: 16px;
  line-height: 34px;
  width: 33px;
  text-align: center;
  margin-right: 7px;
}

.wapper-management-blog-form label {
  font-weight: normal;
}

.ybc-blog-replied-by:before {
  color: #AAAAAA;
  content: "\f14d";
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 2px;
}

.ybc-block-comment-report.comment-report-2 {
  margin-bottom: 5px;
}

.ybc-block-comment-report.comment-report-2:hover {
  cursor: pointer;
  text-decoration: underline;
}

.comment-reply {
  float: left;
  padding-left: 10px;
  font-size: 14px;
  width: 100%;
}

.ybc-blog-reply-content {
  clear: left;
  float: left;
  font-style: italic;
  margin-left: 10px;
}

.ybc-blog-replied-by {
  margin-left: 10px;
  font-size: 14px;
  margin-right: 10px;
}

.blog-paggination .links a {
  border: 1px solid #E4E4E4;
  display: inline-block;
  float: left;
  font-size: 14px;
  height: 36px;
  color: var(--mr_color__primary);
  line-height: 34px;
  margin: 0 0 0 -1px;
  overflow: hidden;
  padding: 0;
  width: 36px;
  border-radius: 36px;
  margin: 0 2px;
}

.blog-paggination .links .next::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 15px;
  padding: 1px;
}

.blog-paggination .links .prev::before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 15px;
  padding: 1px;
}

.blog-paggination .links .last::before {
  content: "\f101";
  font-family: FontAwesome;
  font-size: 13px;
  padding: 1px;
}

.blog-paggination .links .frist::before {
  content: "\f100";
  font-family: FontAwesome;
  font-size: 13px;
  padding: 1px;
}

.blog-paggination .links .last>span {
  display: none;
}

.blog-paggination .links .next>span {
  display: none;
}

.blog-paggination .links .prev>span {
  display: none;
}

.blog-paggination .links .frist>span {
  display: none;
}

.blog-comment-row label[for="check_gpdr"] {
  font-weight: normal;
}

.blog-paggination .links>b {
  background: #2fb5d2 none repeat scroll 0 0;
  border: 1px solid #2fb5d2;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  width: 36px;
  border-radius: 50px;
  margin: 0 2px;
}

.blog-category {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.blog-category>img {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.ybc-blog-search .block_content .button {
  color: #ffffff;
  font-size: 12px;
  line-height: 100%;
  margin-top: 5px;
  padding: 10px 10px 7px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  width: 100%;
}

.sidebar-post-type-casual .owl-buttons {
  position: absolute;
  top: 20px;
  right: 0;
}

.gallery_item {
  backface-visibility: hidden;
  float: left;
  perspective: 500px;
  -webkit-perspective: 500px;
  -ms-perspective: 500px;
  -o-perspective: 500px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gallery_item>img {
  backface-visibility: hidden;
  float: left;
  max-width: 100%;
  min-height: 50px;
  perspective: 500px;
  -webkit-perspective: 500px;
  -ms-perspective: 500px;
  -o-perspective: 500px;
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
}

.gallery_item:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
}

.ybc-page-home .ybc-blog-list,
.ybc_blog_layout_large_grid .ybc-blog-list {
  margin-bottom: 0;
}

.ybc-page-home #ybc_gallery_home #ybc_gallery_home_content {
  float: left;
  width: 100%;
  position: unset;
}

.blog-paggination .links {
  display: box;
  display: -webkit-box;
  display: -o-box;
  display: -ms-box;
  display: -moz-box;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  float: none;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.ybc-blog-like-span {
  float: left;
  cursor: pointer;
  min-height: 21px;
}

.ybc-blog-slider .loading_img {
  background-color: #e5e5e5;
  display: none;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.ybc-blog-slider.loading .loading_img {
  display: block
}

.ybc-blog-slider.loading #ybc_slider>img:not(:first-child) {
  display: none;
}

.loading_img>img {
  float: left;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  -webkit-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
}

#left-column .ybc_block_gallery ul>li,
#right-column .ybc_block_gallery ul>li,
#left_column .ybc_block_gallery ul>li,
#right_column .ybc_block_gallery ul>li {
  padding: 6px;
  width: 33.33%;
  float: left;
}

#left-column .ybc_block_gallery ul,
#right-column .ybc_block_gallery ul,
#left_column .ybc_block_gallery ul,
#right_column .ybc_block_gallery ul {
  margin: -6px 0 0;
}

#module-ybc_blog-blog .alert.alert-warning {
  float: left;
  width: 100%;
}

.clear {
  clear: both;
}

.page_home .star::after,
.page_blog .star::after,
.ybc-blog .star::after {
  content: "\f006";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  color: #f9b002;
}

.ybc-blog .star.star_on::after,
.page_blog .star.star_on::after,
.page_home .star::after {
  content: "\f005";
}

.ybc_blog_review .star::before,
.blog_rating_box .star::before {
  display: none !important;
}

span.ybc-blog-everage-rating {
  margin-left: 3px;
}

.blog_rating_reviews {
  float: left;
  margin-right: 15px;
}

.blog__rating_reviews::before,
.total_views:before {
  content: "\f0e5";
  font-family: "FontAwesome";
  font-size: 13px;
  line-height: 16px;
  padding-right: 1px;
}

.ybc-blog-list li {
  float: left;
  padding: 0 15px;
  width: 100%;
}

.post-details .blog_description {
  margin-bottom: 30px;
}

.blog_description h2 {
  font-size: var(--mr_fontsize__medium);
  padding-top: 20px;
  padding-bottom: 10px;
}

.blog_description h3 {
  font-size: var(--mr_fontsize__normal);
  padding-top: 20px;
  padding-bottom: 10px;
}

.blog_description h4 {
  font-size: 1.6rem;
  padding-top: 20px;
  padding-bottom: 10px;
}

.blog_description h5 {
  font-size: 1.5rem;
  padding-top: 20px;
  padding-bottom: 10px;
}

.blog_description h6 {
  font-size: 1.4rem;
  padding-top: 20px;
  padding-bottom: 10px;
}

/*Related posts casual and list */

#module-ybc_blog-blog .ybc-blog-breadcrumb-a:after,
#module-ybc_blog-gallery .ybc-blog-breadcrumb-a:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #000;
  display: inline-block;
  margin-left: 10px;
  vertical-align: -1px;
  width: 15px;
}

.sidebar-post-type-casual .ybc-blog-popular-content {
  float: left;
  padding: 10px 0;
  width: 100%;
}

.ybc-blog-latest-toolbar-comments:before {
  content: "\f0e5";
  font-family: "FontAwesome";
  font-size: 13px;
  padding-left: 0;
  padding-right: 3px;

}

.author_avata_show+a.ybc_title_block {
  text-transform: capitalize;
}

.read_more {
  font-size: var(--mr_fontsize__small);
  font-weight: var(--mr_fontweight__semibold);
  text-decoration: none !important;
  margin-top: 10px;
  display: inline-block;
  padding-bottom: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid var(--mr_color__primary);
  color: var(--mr_color__primary);
  padding: 10px 15px;
}

#ybc_blog_page a.read_more:hover {
  background-color: var(--mr_color__primary);
  border: 1px solid var(--mr_color__primary);
  color: var(--mr_color__white);
  opacity: 1;
}

.ybc-blog-latest-toolbar a {
  color: inherit;
}

.ybc-blog-sidear-post-meta {
  color: #b1b1b1;
  display: none;
  float: left;
  font-size: 13px;
  width: 100%;
}

.page_home .title_blog,
.page_home_gallery .title_blog {
  margin-top: 15px;
}

.ybc-blog-related-posts.on_product {
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
  margin-top: 30px;
  padding: 30px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

ul.ybc-blog-related-posts-list {
  margin-bottom: 0;
  width: calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  margin-left: -15px;
}

.page_home_gallery .view_all {
  display: none;
}

.ybc_block_categories .title_blog {
  text-align: center;
  color: var(--mr_color__primary);
  font-size: var(--mr_fontsize__medium);
  font-weight: var(--mr_fontweight__semibold);
  text-transform: unset;

}

.ybc_block_categories .block_content {
  padding: 0 15px;
}

.ybc_block_categories .title_blog {
  padding-top: 25px;
  margin: 0 15px 15px 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--mr_color__primary);
}

.title_blog,
.title_blog a {
  color: var(--mr_color__primary);
  font-size: var(--mr_fontsize__medium);
  font-weight: var(--mr_fontweight__semibold);
  text-transform: unset;
  margin-bottom: 28px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.owl-nav .disabled {
  cursor: not-allowed !important;
}

.blog_tag {
  display: block;
  width: 100%;
}

.ybc-blog-tag-a {
  background-color: #ebebeb;
  color: var(--mr_color__primary);
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 5px 10px;
}

/*lastest post slide bar*/
.ybc-blog-list li {
  margin-bottom: 35px;
  padding: 0;
}

.blog_description {
  clear: left;
  font-size: var(--mr_fontsize__small);
  line-height: 1.2;
  color: var(--mr_color__primary);
}

.blog_description p:last-child {
  margin-bottom: 0;
}

.blog_description p {
  color: var(--mr_color__primary);
  font-size: var(--mr_fontsize__normal);
  margin-bottom: 2rem;
}

.blog-extra {
  float: left;
  margin-bottom: 15px;
  width: 100%;
}

.blog-submit input.button[disabled="disabled"] {
  cursor: not-allowed;
}

.blog-product-desc {
  display: none;
}

.ybc_item_img {
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 3px 6px #ecf1fd;
  width: 100%;
  border-radius: 20px;
}

.product-container .ybc_item_img {
  float: left;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  box-shadow: unset;
  width: 100%;
  border-radius: 0;
}

.product-container .ybc_item_img img {
  border-radius: 14px;
}

.ybc_item_img.ybc_item_img_ladyload img {
  opacity: 0;
  min-height: 200px;
}

.ybc_item_img:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.ybc_item_img img {
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  max-width: 100%;
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

.page_home ul,
.page_home_gallery ul {
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}

.owl-stage-outer {
  float: left;
  overflow: hidden;
  width: 100%;
}

.ybc_block_slider .owl-controls,
.ybc_blog_related_posts_type_carousel .owl-controls,
.ybc_related_products_type_carousel .owl-controls {
  bottom: 100%;
  margin-bottom: 25px;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  right: 15px;
}

#left-column .ybc_block_slider .owl-controls,
#left-column .ybc_blog_related_posts_type_carousel .owl-controls,
#left-column .ybc_related_products_type_carousel .owl-controls,
#left_column .ybc_related_products_type_carousel .owl-controls,
#right-column .ybc_related_products_type_carousel .owl-controls,
#right_column .ybc_related_products_type_carousel .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  margin: 0;
  height: 0;
  min-height: 0;
}

#left-column .ybc_block_slider .owl-controls .owl-next,
#left-column .ybc_blog_related_posts_type_carousel .owl-controls .owl-next,
#left-column .ybc_related_products_type_carousel .owl-controls .owl-next,
#left_column .ybc_related_products_type_carousel .owl-controls .owl-next,
#right-column .ybc_related_products_type_carousel .owl-controls .owl-next,
#right_column .ybc_related_products_type_carousel .owl-controls .owl-next {
  float: right;
  margin-right: -10px !important;
}

#left-column .ybc_block_slider .owl-controls .owl-prev,
#left-column .ybc_blog_related_posts_type_carousel .owl-controls .owl-prev,
#left-column .ybc_related_products_type_carousel .owl-controls .owl-prev,
#left_column .ybc_related_products_type_carousel .owl-controls .owl-prev,
#right-column .ybc_related_products_type_carousel .owl-controls .owl-prev,
#right_column .ybc_related_products_type_carousel .owl-controls .owl-prev {
  margin-left: -10px !important;
}

#left-column .ybc_block_slider .owl-controls .owl-nav>div,
#left-column .ybc_blog_related_posts_type_carousel .owl-controls .owl-nav>div,
#left-column .ybc_related_products_type_carousel .owl-controls .owl-nav>div,
#left_column .ybc_related_products_type_carousel .owl-controls .owl-nav>div,
#right-column .ybc_related_products_type_carousel .owl-controls .owl-nav>div,
#right_column .ybc_related_products_type_carousel .owl-controls .owl-nav>div {
  border: none;
  background: transparent !important;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-owl-carousel: hover
}

#left-column .owl-carousel:hover .owl-controls .owl-nav>div,
#left_column .owl-carousel:hover .owl-controls .owl-nav>div,
#right-column .owl-carousel:hover .owl-controls .owl-nav>div,
#right_column .owl-carousel:hover .owl-controls .owl-nav>div {
  opacity: 1;
  visibility: visible;
}

#left-column .ybc_title_block,
#left_column .ybc_title_block,
#right-column .ybc_title_block,
#right_column .ybc_title_block {
  text-transform: none;
}

.ybc_block_slider .owl-nav>div,
.ybc_blog_related_posts_type_carousel .owl-nav>div,
.ybc_related_products_type_carousel .owl-nav>div {
  background: transparent;
  border: 1px solid #ebebeb;
  border-radius: 50px !important;
  color: #fff !important;
  cursor: pointer;
  float: left;
  font-size: 20px;
  height: 25px;
  line-height: 21px;
  margin: 0 2px !important;
  padding: 0 !important;
  width: 25px;
}

.ybc_block_slider .owl-prev::before,
.ybc_blog_related_posts_type_carousel .owl-prev::before,
.ybc_related_products_type_carousel .owl-prev::before {
  content: "\f104";
  font-family: FontAwesome;
}

.ybc_block_slider .owl-next::before,
.ybc_blog_related_posts_type_carousel .owl-next::before,
.ybc_related_products_type_carousel .owl-next::before {
  content: "\f105";
  font-family: FontAwesome;
}

.page_home,
.page_home_gallery {
  background-color: transparent;
  display: block;
  clear: both;
  margin-bottom: 60px;
  margin-top: 60px;
  padding: 0;
  width: 100%;
}

.children .active>a {
  color: #2fb5d2;
}

.ybc_title_block img {
  max-width: 100%;
}

.be-rating-block>span {
  float: left;
}

.ybc_blog_review {
  display: box;
  display: -moz-box;
  display: -webkit-box;
  display: -o-box;
  display: -ms-box;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  float: left;
}

.ybc-blog-thumbnail-list.carousel .slick-dots button {
  font-size: 0;
  border: 1px solid #999;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  outline: none !important;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0 3px;
  float: left;
}

span.post-author-name-on {
  display: block;
  margin-bottom: 4px;
}

.ybc-blog-thumbnail-list.carousel .slick-dots .slick-active button {
  background-color: #2fb5d2;
  border-color: #2fb5d2;
}

.ybc-blog-thumbnail-list.carousel .slick-dots {
  text-align: center;
  margin-top: 10px;
}

.ybc-blog-comment-content span.subject-comment {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}

.ybc-blog-thumbnail-list.carousel .slick-dots li {
  display: inline-block;
  padding: 0;
}

.post-author a.ybc_title_block {
  text-transform: none;
}

.ybc-blog-comment-info span.subject-comment {
  font-weight: 600;
  font-size: 85%;
  margin-bottom: 7px;
  display: block;
}

.ybc-blog-latest-toolbar {
  color: #707070;
  float: left;
  font-size: 12px;
  margin-bottom: 7px;
  width: 100%;
}

ul.ybc-blog-list.row li.list_post_item:last-child {
  margin-bottom: 0;
}

.fb_iframe_widget {
  display: inline-block;
  position: relative;
  width: 100%;
}

.ybc-blog-latest-toolbar {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 10px;
  align-items: center;
}

.ybc-blog-latest-toolbar>span:not(:last-child) {
  float: left;
  margin-right: 10px;
}

#left-column .ybc-blog-latest-toolbar>span:not(:last-child),
#left_column .ybc-blog-latest-toolbar>span:not(:last-child),
#right-column .ybc-blog-latest-toolbar>span:not(:last-child),
#right_column .ybc-blog-latest-toolbar>span:not(:last-child) {
  margin-right: 15px;
}

#left-column .ybc-blog-latest-toolbar>span,
#left_column .ybc-blog-latest-toolbar>span,
#right-column .ybc-blog-latest-toolbar>span,
#right_column .ybc-blog-latest-toolbar>span {
  white-space: nowrap;
}

.blog-extra-item.be-rating-block {
  float: right;
  white-space: nowrap;
  display: flex;
  display: -webkit-flex;
}

#left-column .ybc-blog-latest-toolbar,
#left_column .ybc-blog-latest-toolbar,
#right-column .ybc-blog-latest-toolbar,
#right_column .ybc-blog-latest-toolbar {
  font-size: 14px;
}

.post-date {
  float: left;
  margin-bottom: 5px;
  margin-right: 15px;
  width: auto;
}

.blog_description ul {
  list-style: disc;
  padding-left: 30px;
  font-size: var(--mr_fontsize__normal);
}

.blog_description ul li {
  list-style: disc;
  margin-top: 10px;
  font-size: var(--mr_fontsize__normal);
}

.block img {
  max-width: 100%;
}

.ybc_block_gallery ul>li {
  padding: 0 15px 30px;
  width: 16.6667%;
}

.page_home.ybc_block_slider .block_content {
  width: calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  margin-left: -15px;
}

.page_home_gallery.ybc_block_default ul {
  margin-left: -5px;
  width: calc(100% + 10px);
  width: -webkit-calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  width: -o-calc(100% + 10px);
  width: -ms-calc(100% + 10px);
}

.page_home_gallery.ybc_block_default li {
  padding-left: 5px;
  padding-bottom: 10px;
  padding-right: 5px;
}

.ybc_block_categories .tree {
  margin-left: -15px;
  margin-right: -15px;
  list-style-type: disc;
  list-style-position: inside;
}

.ybc_block_categories .tree>li {
  width: 100% !important;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0;
  background-color: var(--mr_color__lightblue);
  font-size: var(--mr_fontsize__small);
  font-weight: var(--mr_fontweight__semibold);
  color: var(--mr_color__primary);
}

.ybc_block_categories .tree li a {
  color: var(--mr_color__primary);
}

.ybc_block_categories .tree>li li {
  padding: 5px 10px 5px 20px;
  margin: 0;
  font-size: var(--mr_fontsize__small);
  font-weight: var(--mr_fontweight__regular);
  color: var(--mr_color__primary);
}

.ybc_block_categories .tree>li li:first-child {
  margin-top: 10px;
}

.ybc_block_categories .tree>li:nth-of-type(odd) {
  background-color: var(--mr_color__white);
}

.post-details .ybc-blog-latest-toolbar {
  font-size: 14px;
  margin-bottom: 12px;
}

.ybc_block_gallery ul .owl-item li {
  width: 100%;
}

.page_home.ybc_block_default ul li {
  float: left;
  padding: 0 15px 15px;
}

.page_home.ybc_block_default ul {
  float: none;
  margin: 0 -15px;
  width: auto;
}

.blog-extra .ybc-blog-sidear-post-meta {
  display: block;
}

.ybc-blog-tags {
  color: #808080;
  float: left;
  font-size: 14px;
  margin-bottom: 15px;
  width: auto;
}

.extra_tag_cat .ybc-blog-tags {
  margin-right: 15px;
}

.extra_tag_cat .ybc-blog-categories {
  margin-bottom: 15px;
  margin-right: 0;
}

.list-tab-blog-management a:hover {
  color: var(--mr_color__primary);
}

.year-item>a {
  font-weight: 600;
}

.list_category_item .sub_category {
  text-align: left;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  margin-bottom: 8px;
}

.list_category_item .sub_category li {
  margin-bottom: 0;
  padding: 0;
  display: block;
  line-height: 22px;
  font-size: var(--mr_fontsize__small);
  clear: both;
  color: var(--mr_color__primary);
}

.list_category_item .sub_category li:not(:last-child) {
  margin-bottom: 2px;
}

.list_category_item .sub_category li a {
  color: var(--mr_color__primary);
  font-size: var(--mr_fontsize__small);
  text-transform: capitalize;
}

.list_category_item .sub_category li a:before {
  content: "\f105";
  display: inline-block;
  font-family: Fontawesome;
  margin-right: 5px;
}

.list_category_item .sub_category li a:hover {
  color: #2fb5d2;
}

#left-column .ybc_block_categories a,
#left_column .ybc_block_categories a,
#right-column .ybc_block_categories a,
#right_column .ybc_block_categories a {
  font-size: var(--mr_fontsize__small);
  padding: 10px 0;
  width: 100%;
}

/* #left-column .ybc_block_categories li:not(:last-child) a,
#left_column .ybc_block_categories li:not(:last-child) a,
#right-column .ybc_block_categories li:not(:last-child) a,
#right_column .ybc_block_categories li:not(:last-child) a {
  border-bottom: 1px solid #ebebeb;
}
#left-column .ybc_block_categories .children li,
#left_column .ybc_block_categories .children li,
#right-column .ybc_block_categories .children li,
#right_column .ybc_block_categories .children li {
    border-bottom: 1px solid #ebebeb;
} */
#left-column .ybc_block_categories .children li a,
#left_column .ybc_block_categories .children li a,
#right-column .ybc_block_categories .children li a,
#right_column .ybc_block_categories .children li a {
  border-bottom: none !important;
}

/* #left-column .ybc_block_categories a::before,
#left_column .ybc_block_categories a::before,
#right-column .ybc_block_categories a::before,
.list_post_by_author a:before,
#right_column .ybc_block_categories a::before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 5px;
} */
#left-column .ybc_block_categories .title_blog,
#left_column .ybc_block_categories .title_blog {
  margin-bottom: 10px;
}

.blog_description img {
  height: auto;
  max-width: 100%;
  border-radius: 20px;
}

.be-categories>a,
.ybc-blog-tags a,
.be-categories {
  color: #808080;
}

.ybc-blog-latest-toolbar-views {
  min-height: 21px;
}

.ybc-blog-latest-toolbar-views:before {
  content: "\f06e";
  font-family: FontAwesome;
  padding-right: 3px;
}

.be-categories {
  color: #808080;
  font-size: 14px;
}

.ybc-blog-related-posts {
  border-top: 1px solid #ebebeb;
  float: left;
  padding-top: 25px;
  width: 100%;
}

#ybc-blog-related-products {
  border-top: 1px solid #ebebeb;
  float: left;
  margin-bottom: 30px;
  padding-top: 30px;
  width: 100%;
}

.page-heading .title_cat {
  text-transform: none;
  width: 100%;
}

.ybc-blog .ybc-blog-wrapper-detail h1 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.2;
  display: block;
  max-width: 100%;
}

.ybc-blog-related-posts-list-li {
  padding-bottom: 30px;
}

.ss_icon_group .fa.fa-pencil {
  display: block;
  left: 0;
  padding-left: 7px;
  padding-top: 27px;
  position: absolute;
  top: 0;
  margin-left: 13px !important;
  transform-origin: top;
  -webkit-transform-origin: top;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
}

#block_myaccount_infos .ss_icon_group {
  display: none;
}

#author-blog-link {
  padding: 0 !important;
  width: 100%;
}

.page-content .links li {
  list-style: outside none none;
}

.ss_icon_group .fa.fa-pencil.second {
  color: #fff !important;
  font-size: 3.6rem !important;
  padding-left: 10px;
  padding-top: 16px;
}

.ss_icon_group i {
  height: 0;
}

.ss_icon_group {
  position: relative;
  display: flex;
  display: -webkit-flex;
}

.year-item a {
  color: #333;
}

.ybc_block_slider ul,
.ybc-blog-related-posts-list {
  float: left;
  position: relative;
  width: 100%;
  margin-left: 0;
}

.blog-product-list.ybc_related_products_type_carousel {
  float: left;
  position: relative;
  width: calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  margin-left: -15px;
  display: block;
}

.page_blog_gallery .view_all {
  display: none;
}

.ybc-blog-tag-a:hover {
  color: #fff;
}

.ybc-block-comment-reply.active,
.ybc-block-comment-reply:hover {
  color: #2fb5d2;
}

.ybc-blog-detail-comment .alert {
  margin-bottom: 15px;
}

.rss-categories li {
  clear: both;
}

.form_reply_comment input[type="submit"]:hover {
  background-color: #2592a9;
  border-color: #2592a9;
}

.ybc_block_categories {
  width: 100%;
  margin-left: 20px;
  background-color: var(--mr_color__white);
  box-shadow: 0px 3px 6px #ecf1fd;
  padding: 0 0 15px 0;
  border-radius: 20px;
}

#left-column .block.ybc_block_tag,
#right-column .block.ybc_block_tag {
  padding-bottom: 20px;
}

#left-column .ybc_blog_sidebar .block ul,
#left_column .ybc_blog_sidebar .block ul,
#right-column .ybc_blog_sidebar .block ul,
#right_column .ybc_blog_sidebar .block ul {
  margin-bottom: 0;
  padding: 0;
}

.ybc-blog-rtl .post-date {
  float: right;
  margin-left: 15px;
  margin-right: 5px;
}

.ybc-blog-wrapper-detail {
  padding: 0;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.ybc_related_products_type_carousel .owl-item>li {
  width: 100%;
  padding: 0 15px 2px;
}

.dt-6.ybc_related_products_type_carousel .owl-item>li {
  padding-left: 7px;
  padding-right: 7px;
}

.dt-6.ybc_related_products_type_carousel {
  padding-left: 7px;
  padding-right: 7px;
}

.ybc-blog-related-posts-list.dt-6 {
  padding-left: 7px;
  padding-right: 7px;
}

.ybc_related_products_type_carousel {
  margin: 0;
  padding: 0;
}

.ybc_related_products_type_carousel .product-container {
  background-color: var(--mr_color__white);
  box-shadow: 0px 3px 6px #ecf1fd;
  border-radius: 13px;
  float: left;
  width: 100%;
}

.ybc-blog-wrapper-comment {
  margin-bottom: 5px;
  width: 100%;
}

.ybc_comment_form_blog {
  background-color: var(--mr_color__white);
  box-shadow: 0px 3px 6px #ecf1fd;
  border: 1px solid #01A3CB;
  border-radius: 20px;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.ybc-navigation-blog-content {
  position: relative;
  width: 100%;
}

.block.ybc_block_rss.ybc_blog_ltr_mode h4:after {
  display: none !important;
}

#module-ybc_blog-managementcomments .wapper-management-blog-form {
  width: 100%;
  background-color: #fff;
  padding: 15px 15px 20px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.ybc_paggination .links a,
.ybc_paggination .links b {
  display: inline-block;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 12px;
  height: 24px;
  width: 24px;
  line-height: 22px;
  color: #777;
  background-color: #fff;
}

div#ybc_blog_polls_g_recaptcha {
  margin-bottom: 15px;
}

.field-approved.action-enabled {
  float: right;
  border-right: 1px solid #ccc;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 20px;
  color: #c94526;
  font-size: 12px;
}

.field-approved .icon-remove {
  color: #c94526;
}

.field-approved.action-disabled {
  float: right;
  border-right: 1px solid #ccc;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 20px;
  font-size: 12px;
}

.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "\f00d";
  font-family: Fontawesome;
  font-style: normal;
  color: #e70607;
}

#list-ybc_reply .list-action.field-approved {
  border: none;
  float: none;
  line-height: 100%;
  margin: 0;
  padding: 0;
}

.field-approved i {
  font-style: normal;
}

.ybc-blog-panel td.pointer.title,
.ybc-blog-panel table {
  font-size: 13px;
}

.ybc_paggination .links b {
  background: #2fb5d2;
  color: #fff;
  border: 1px solid #2fb5d2;
}

.ybc_paggination .links a:hover {
  background-color: #ddd;
  color: #333;
}

.ybc_blog-comments-list {
  border-top: 1px solid #ebebeb;
  float: left;
  width: 100%;
}

.ybc_comment_form_blog .title_blog {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
  padding: 30px;
  float: left;
  width: 100%;
}

.ybc_blog-comments-list .title_blog {
  margin-bottom: 0;
  padding: 25px 0;
}

.ybc-blog-form-comment {
  display: block;
  float: left;
  padding: 30px;
  width: 100%;
}

.ybc_block_search .button {
  background-color: transparent;
  border: medium none;
  font-size: 0;
  height: 100%;
  position: absolute;
  background-image: none;
  right: 0;
  text-align: center;
  top: 0;
  width: 35px;
}

.ybc_block_search form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.owl-item .ybc-blog-related-posts-list-li {
  width: 100%;
}

.ybc_block_search .icon_search {
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.ybc_block_search .icon_search::before {
  color: var(--mr_color__primary);
  content: "\f002";
  float: left;
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
  width: 100%;
  font-size: 20px;
}

.ybc_block_search input {
  background-color: #fff;
  border: 1px solid var(--mr_color__primary);
  font-size: var(--mr_fontsize__small);
  font-weight: var(--mr_fontweight__semibold);
  color: var(--mr_color__primary);
  text-transform: uppercase;
  height: 40px;
  padding-left: 15px;
  padding-right: 40px;
  border-radius: 18px;
}

.ybc_block_search input::placeholder {
  color: var(--mr_color__primary);
  font-size: var(--mr_fontsize__small);
  font-weight: var(--mr_fontweight__semibold);
}

.ybc_block_categories .blog_view_all_button {
  margin: 0 auto;
  width: auto;
}

.ybc_block_categories .blog_view_all_button .blog_view_all {
  display: block;
}

.ybc-blog #content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.ybc-blog #content-wrapper .ybc-blog-wrapper,
#content-wrapper .ybc-blog-wrapper {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.ybc-page-category .page-heading {
  text-transform: uppercase;
}

.ybc-page-category .ybc-blog-list-wrap>div:first-child li:first-child {
  width: 100%;
}

.blog-category-desc {
  line-height: 24px;
}

.ybc_related_products_type_default .product-container {
  border: 1px solid #ebebeb;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.slider_big_image:not(:first-child):not(.slick-slide) img {
  display: none;
}

.ybc-blog-thumbnail-list.carousel .ybc-blog-thumbnail-items {
  width: calc(100% + 16px);
  width: -webkit-calc(100% + 16px);
  margin-left: -8px;
  margin-top: 0;
}

#ybc_slider .nivo-directionNav a,
.ybc-blog-slider.slider-wrapper .slick-arrow {
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--mr_color__primary);
  cursor: pointer;
  font-size: 45px;
  height: 60px;
  left: auto;
  line-height: 60px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  outline: none !important;
  -webkit-outline: none !important;
  bottom: auto;
  position: relative;
  right: auto;
  text-indent: -999px;
  top: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 60px;
  z-index: 9;
  background-image: none;
}

.ybc_block_slider .owl-nav>div:hover,
.ybc_blog_related_posts_type_carousel .owl-nav>div:hover,
.ybc_related_products_type_carousel .owl-nav>div:hover {
  background-color: #f1f1f1 !important;
  color: #666 !important;
}

#ybc_slider .nivo-directionNav a {
  opacity: 1 !important;
}

#ybc_slider .nivo-directionNav a.nivo-prevNav {
  float: left;
}

#ybc_slider .nivo-directionNav a.nivo-nextNav {
  float: right;
}

#ybc_slider .nivo-directionNav a.nivo-nextNav::before,
.ybc-blog-slider.slider-wrapper .slick-arrow.slick-next:before {
  content: "\f105";
  float: left;
  font-family: FontAwesome;
  text-align: center;
  text-indent: 0;
  width: 100%;
}

.block_content li {
  padding: 0 15px;
}

.bybc-blog-slider .theme-bar .nivo-controlNav a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.theme-bar .nivo-controlNav a.active {
  border: 1px solid var(--mr_color__primary);
}

#ybc_slider .nivo-directionNav a.nivo-prevNav::before,
.ybc-blog-slider.slider-wrapper .slick-arrow.slick-prev:before {
  content: "\f104";
  float: left;
  font-family: FontAwesome;
  text-align: center;
  text-indent: 0;
  width: 100%;
}

.nivo-directionNav {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  visibility: hidden;
  width: 100%;
}

#ybc_slider:hover .nivo-directionNav,
.ybc-blog-slider.slider-wrapper:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}

.ybc-blog-slider.theme-bar .nivo-controlNav {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  bottom: 0;
  text-align: center;
  opacity: 1;
}

.ybc-blog-slider.slider-wrapper.theme-bar {
  border: none;
  margin-bottom: 60px;
}

#ybc_slider .nivo-caption {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 45px;
  color: var(--mr_color__primary);
  font-size: 14px;
  line-height: 24px;
  padding: 10px 15px;
  opacity: 1;
}

#ybc_slider .slider_big_image .nivo-caption {
  bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 120%;
}

.caption-disabled .ybc-blog-thumbnail-list.carousel .slick-dots {
  top: -38px;
}

.caption-disabled .ybc-blog-thumbnail-list.enable_dots {
  margin-top: -65px;
  padding-top: 40px;
}

.form-polls {
  background-color: #EBF1FC;
  box-shadow: 0px 3px 6px #EBF1FC;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  font-size: var(--mr_fontsize__small);
}

.polls-title label input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  width: 100%;
  opacity: 0;
}

.form-polls .form-group.polls-title {
  margin-bottom: 0;
}

.form-polls .form-group.polls-title>span {
  margin-right: 20px;
}

.form-polls-body {
  margin-top: 30px;
}

.form-group.polls-name {
  width: 50%;
  padding-right: 15px;
  margin-bottom: 20px;
  float: left;
}

.form-group.polls-email {
  float: left;
  width: 50%;
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
}

.form-group.polls-feedback {
  width: 100%;
  float: left;
}

.ybc-blog-tag-a:hover {
  color: #fff !important;
}

.ybc-blog-author-info .form-managament {
  border: none;
}

.form-polls-body input {
  width: 100%;
  font-size: 13px;
  padding: 5px 10px;
  color: #999;
  height: 38px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
}

.poll-capcha-wrapper img#ybc-blog-polls-capcha-img {
  margin-right: 15px;
}

textarea#polls_feedback {
  width: 100%;
  border: 1px solid #ebebeb;
  font-size: 13px;
  padding: 10px 10px;
  color: var(--mr_color__primary);
  border-radius: 3px;
  min-height: 150px;
}

input#polls-capcha {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  height: 38px;
  float: left;
}

.form-polls-body button:hover {
  background-color: #2592a9;
}

.form-polls-body button {
  background-color: #2fb5d2;
  float: right;
  cursor: pointer;
  outline: none !important;
  border: none;
  text-transform: uppercase;
  color: #fff;
  padding: 0 30px;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  min-width: 150px;
  margin-right: 0;
}

span.poll-capcha-wrapper {
  display: flex;
  display: -webkit-flex;
  clear: both;
  float: left;
}

.polls-title label {
  background-color: #30b1a6;
  color: #fff;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 5px;
  position: relative;
  font-size: var(--mr_fontsize__small);
}

.polls-title label[for="polls_post_0"].disabled,
.polls-title label[for="polls_post_0"] {
  background-color: #dcb5af;
}

.ybc-blog-thumbnail-list.enable_dots {
  margin-top: -35px;
  padding-top: 40px;
}

.ybc-blog-thumbnail-list.carousel .slick-dots {
  text-align: center;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin-top: 0;
}

.ybc-blog-slider.slider-wrapper .slick-arrow.slick-prev,
.ybc-blog-slider.slider-wrapper .slick-arrow.slick-next {
  top: 50%;
  position: absolute;
  border: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.ybc-blog-slider.slider-wrapper .slick-arrow.slick-prev {
  left: 0;
}

.ybc-blog-slider.slider-wrapper .slick-arrow.slick-next {
  right: 0;
}

.ybc_block_slider .owl-item {
  float: left;
}

iframe {
  max-width: 100%;
}

.ybc-blog-slider {
  position: relative;
  left: auto;
  margin: 0 0 40px;
  max-width: 100%;
}

#ybc_slider .nivo-caption>span {
  display: block;
  color: var(--mr_color__primary);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

#content-wrapper .ybc_block_slider .owl-item>li {
  padding-bottom: 15px;
}

.ybc_block_slider .owl-item>li {
  float: left;
  overflow: hidden;
  width: 100%;
}

.page_blog_gallery .ybc_title_block {
  display: none;
}

.extra_tag_cat {
  float: left;
  margin-bottom: 15px;
  width: 100%;
}

.ybc-blog-like-span.active {
  cursor: auto;
}

.ybc-block-author .ybc-author-name>a {
  color: var(--mr_color__primary);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.ybc-blog-wrapper-gallery .ybc-gallery {
  float: left;
  margin: 0 -7px 15px;
  width: calc(100% + 14px);
  width: -o-calc(100% + 14px);
  width: -ms-calc(100% + 14px);
  width: -moz-calc(100% + 14px);
  width: -webkit-calc(100% + 14px);
  display: flex;
  flex-wrap: wrap;
}

.ybc-blog-wrapper-form-managament {
  display: flex;
  display: -webkit-flex;
  float: left;
  width: 100%;
}

.left-form-managament {
  float: left;
  width: 220px;
  padding: 0 15px;
}

.thumb_post img {
  max-width: 100%;
}

#form_blog button.btn {
  margin-left: 15px;
  border: none;
}

#form_blog .btn {
  margin-bottom: 10px;
  margin-top: 15px;
}

.ybc_blog_layout_list .module_confirmation {
  margin-top: 15px;
}

.ybc-blog-wrapper-form-managament .badge {
  background-color: #2fb5d2;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  font-weight: normal;
  text-align: center;
  width: 18px;
  vertical-align: 2px;
}

.add_new_post_blog a:hover {
  background-color: #2592a9;
}

.btn-group-action .dropdown-menu a {
  display: block;
  font-size: 12px;
  line-height: 28px;
  white-space: nowrap;
  padding: 0 10px;
}

.btn-group-action .dropdown-menu a:not(:hover) {
  color: #666;
}

.btn-group-action .dropdown-toggle {
  background-color: transparent;
  float: right;
  min-width: 20px;
  padding: 0;
  text-align: center;
}

span.link_rss.rss_setting {
  margin-left: 25%;
  padding: 0 5px;
  margin: 0 0 0 25%;
  clear: both;
  line-height: 39px;
}

.btn-group-action .dropdown-toggle::after {
  display: none;
}

.btn-group-action .dropdown-toggle {
  margin-left: 8px;
  padding: 0;
  line-height: 22px;
}

.ybc-blog-panel table input {
  border: 1px solid #ccc;
  font-weight: normal;
}

input#author_name {
  height: 40px;
}

.ybc-blog-panel td.pointer.approved {
  text-align: center;
}

a.delete_url,
a.delete_url i:before {
  font-size: 14px;
  min-width: 15px;
  display: inline-block;
}

#module-ybc_blog-managementmyinfo .form-managament {
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
}

.blog-managament-information {
  background-color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  display: block;
  padding: 10px 15px;
  width: calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
}

.ybc_blog_button_share iframe {
  margin: 0 !important;
  vertical-align: top;
}

.ybc_blog_button_share * {
  vertical-align: top !important;
}

.ybc-blog-panel table select {
  border: 1px solid #ccc;
  font-weight: normal;
  min-height: 24px;
}

.ybc_paggination {
  padding: 20px 0 15px;
  border-top: 1px solid #eee;
}

.ybc_paggination .results {
  font-size: 13px;
  color: #999;
}

.btn-group-action .dropdown-menu {
  left: auto;
  min-width: 100px;
  right: 0;
  text-align: left;
}

.add_new_post_blog a {
  background-color: #2fb5d2;
  color: #fff !important;
  float: right;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.upload_form_custom .input-group-addon {
  float: left;
  background-color: transparent;
  border-right: 1px solid #ccc;
  padding: 0;
  height: 40px;
  width: 40px;
  border-bottom: none;
  line-height: 38px;
  border-top: none;
  margin-left: -1px;
  position: absolute;
  left: 0;
  background-color: #fff;
  margin-top: -1px;
}

.upload_form_custom .input-group-btn i {
  margin-right: 5px;
}

.upload_form_custom .input-group-btn {
  float: right;
  position: absolute;
  color: #333;
  z-index: 1;
  background-color: #fff;
  width: auto;
  left: auto;
  font-size: 14px;
  top: -1px;
  right: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
}

.upload_form_custom input[type="file"] {
  opacity: 0;
  position: relative;
  z-index: 100;
  padding: 0 100px 0 50px;
  height: 40px;
  margin-top: -1px;
  cursor: pointer;
}

.upload_form_custom {
  position: relative;
  background-color: #F5F8F9;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 1px;
  height: 38px;
}

.enabled i.fa-check {
  color: #72C279;
}

.enabled i.fa-clock-o,
.approved i.fa-remove,
.enabled i.fa-remove {
  color: #E08F95;
}

.management-blog-form .badge {
  background-color: #2fb5d2;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  margin-left: 5px;
  padding: 0;
  text-align: center;
  vertical-align: 2px;
  width: 18px;
}

.ybc-blog-wrapper-form-managament .panel-heading {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.wapper-management-blog-form .switch.prestashop-switch {
  margin-top: 6px;
  display: block;
}

#form_blog .mce-btn button {
  cursor: pointer;
  font-size: 11px;
  line-height: 18px;
  overflow: visible;
  padding: 4px;
  text-align: center;
}

.form-managament {
  border-left: 1px solid #eee;
  float: left;
  padding: 0 15px;
  width: calc(100% - 220px);
  width: -webkit-calc(100% - 220px);
}

.comment-content h4.subject_comment {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Open sans;
  margin-top: 0;
  margin-bottom: 15px;
}

.comment-content h4.comment_name span {
  color: #2fb5d2;
  font-family: Open sans;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
}

.comment-content .post_title {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: normal;
  font-style: italic;
  font-family: Open sans;
  color: #999;
}

.comment-content .panel-heading-action .del_comment {
  float: right;
  font-size: 0;
  font-style: normal;
  color: #999;
}

.comment-content .post_title span a {
  color: #2fb5d2;
}

.comment-content .post_title span {
  font-weight: 600;
  font-style: normal;
}

.comment-content .panel-heading-action .del_comment .icon-trash {
  font-style: inherit;
}

.comment-content .panel-heading-action {
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  position: relative;
}

h4.comment_name {
  font-family: Open sans;
  display: block;
  margin: 10px 0;
  font-weight: normal;
  font-style: italic;
  font-size: 15px;
  color: #999;
}

tbody#list-ybc_reply {
  font-size: 13px;
}

.icon-trash:before {
  content: "\F1F8";
  font-family: Fontawesome;
  font-size: 16px;
}

a.del_reply {
  font-size: 0;
  font-style: normal;
  display: block;
  text-align: center;
  color: #999;
}

a.del_reply i {
  font-style: normal;
}

.comment-content thead tr,
.comment-content thead tr td {
  border-bottom: 1px solid #a0d0eb;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ecf6fb;
  font-family: Open sans;
  border-top: 1px solid #eee;
}

a.btn.btn-default.back_list_comment {
  padding-left: 0;
  font-size: 14px;
  margin-top: 5px;
  color: #999;
}

i.process-icon-cancel:before {
  content: "\f104";
  font-family: Fontawesome;
  font-style: normal;
  padding-right: 3px;
}

.comment-content h4.replies_comment {
  clear: both;
  width: 100%;
  display: block;
  margin-top: 30px;
  float: left;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.wapper-management-blog-form .form_reply textarea {
  margin-bottom: 10px;
}

.wapper-management-blog-form .comment-content .comment-content {
  margin-bottom: 20px;
  margin-top: 15px;
}

.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"] {
  float: right;
  margin-top: 5px;
  border-radius: 3px;
}

.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"]+.btn.btn-default {
  padding-left: 0;
  color: #999;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 5px;
}

#ybc_blog_page #content,
#module-ybc_blog-rss #content {
  background: #fff none repeat scroll 0 0;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #7a7a7a;
  font-size: 0.875rem;
  padding: 1rem;
  width: 100%;
  float: left;
}

.ybc-page-rss .title_blog {
  margin-top: 30px;
  margin-bottom: 10px !important;
  padding-bottom: 0;
  display: block;
}

.ybc-page-rss .ybc_block_categories {
  padding: 0;
}

.block_rss ul {
  padding: 0;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}

.rss-authors a,
.ybc-page-rss a,
.block_rss a {
  border-bottom: 1px dashed #ccc;
  display: block;
  line-height: 30px;
  width: 100%;
}

.ybc-page-tag .page-heading.product-listing {
  margin-top: 25px;
}

.rss-authors a i,
.ybc-page-rss a i,
.block_rss a i {
  background: rgba(0, 0, 0, 0) linear-gradient(#fc884d, #fb702d, #fc540b) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(#fc884d, #fb702d, #fc540b) repeat scroll 0 0;
  color: #fff;
  float: right;
  line-height: 18px;
  margin-top: 6px;
  padding: 0 5px;
  margin-bottom: 4px;
}

.ybc_block_rss .title_blog.title_block>a i {
  background: rgba(0, 0, 0, 0) linear-gradient(#fc884d, #fb702d, #fc540b) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(#fc884d, #fb702d, #fc540b) repeat scroll 0 0;
  color: #fff;
  float: right;
  line-height: 18px;
  margin-top: 0px;
  padding: 0 5px;
}

.ybc_block_comment .block_content {
  margin: 0 -15px;
}

.ybc-blog-panel .star {
  display: inline-block;
  margin: 0;
}

.approved .fa.fa-check {
  color: #8cc63f;
}

.text-center {
  text-align: center;
}

.ybc-blog-thumbnail-items .slick-arrow.slick-next {
  right: 8px;
  position: absolute;
  transform: none;
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
  top: 50%;
  margin-top: -15px;
}

.ybc-blog-panel .panel-heading {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: block;
  line-height: 32px;
}

#module-ybc_blog-rss #wrapper {
  padding-bottom: 50px;
}

.ybc-blog-panel table thead tr:first-child th {
  vertical-align: top;
}

.ybc-blog-panel table tr:first-child th {
  background-color: #f5f6f7;
  border-width: 1px;
  color: #666;
  font-size: 12px;
  margin: 0;
}

.polls-title label[for="polls_post_0"]:hover {
  background-color: #db2f12 !important;
}

.form-group.polls-title .radio span {
  opacity: 0 !important;
}

.table>thead>tr>th,
.table tbody>tr>td {
  margin: 0;
  display: table-cell;
}

.ybc-blog-panel table.table td,
.ybc-blog-panel table.table th {
  padding: 10px 5px;
}

.form-polls ul {
  margin-bottom: 0;
}

.polls-title label[for='polls_post_1']:hover {
  background-color: #24857e;
}

.form-polls .alert {
  margin-bottom: 0;
  margin-top: 20px;
}

.ybc-blog-slider.carousel .slick-dots button {
  border: 1px solid #999;
  padding: 0;
  width: 14px !important;
  height: 14px !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.ybc-blog-slider.carousel ul.slick-dots {
  bottom: -50px;
}

.ybc-blog-slider.carousel .slick-dots .slick-active button {
  background: #2fb5d2;
}

.disable_thumbnail.bybc-blog-slider .ybc-blog-slider.carousel {
  margin-bottom: 70px;
}

.form-polls-body button[name="polls_cancel"] {
  background-color: #fff;
  color: #666;
  height: 38px;
  border: 1px solid #ebebeb;
}

.form-polls-body button[name="polls_cancel"]:hover {
  background-color: #2592a9;
  color: #ffffff;
  border: 1px solid #2592a9;
}

.polls-title.noactive label[for="polls_post_0"],
.polls-title label[for='polls_post_0'].checked {
  background-color: #b35242;
}

.polls-title label[for='polls_post_1'],
.polls-title label[for='polls_post_1'].disabled {
  opacity: 0.6;
}

.polls-title.noactive label[for='polls_post_1'],
.polls-title label[for='polls_post_1'].checked {
  opacity: 1;
}

.btn-group-action a {
  font-size: 13px;
  line-height: 22px;
  padding-top: 0;
  color: #666;
  white-space: nowrap;
}

.ybc-blog-panel .btn-group-action .btn-group {
  display: flex;
  display: -webkit-flex;
}

#ybc_submit_ybc_post,
#ybc_submit_ybc_comment {
  font-size: 13px;
  padding: 5px 10px;
}

.list-tab-blog-management a {
  display: block;
  line-height: 26px;
  margin-bottom: 2px;
  padding: 5px 15px;
  color: #333;
}

.list-tab-blog-management .management-item:first-child a:before {
  content: "\f02c";
  font-family: Fontawesome;
  margin-right: 5px;
}

.list-tab-blog-management .management-item:last-child a:before {
  content: "\f0e5";
  font-family: Fontawesome;
  margin-right: 5px;
}

.list-tab-blog-management .management-item a.active,
.list-tab-blog-management .management-item a:hover {
  background: #eee none repeat scroll 0 0;
}

.upload_form_custom+.help-block {
  font-style: italic;
  font-size: 13px;
  margin-top: 5px;
  color: #999;
}

.wapper-management-blog-form .form-control-label {
  padding-top: 4px;
}

.thumb_post .fa-trash {
  color: #999;
  margin-left: 5px;
}

.actions a.btn.btn-warning,
.actions button#ybc_submit_ybc_post,
.actions #ybc_submit_ybc_comment {
  font-size: 12px;
  height: 30px;
  line-height: 28px;
  margin-top: 4px;
  max-height: 30px;
  padding: 0 10px;
}

.ybc-blog-wrapper-form-managament select,
.ybc-blog-wrapper-form-managament input[type="text"] {
  font-size: 12px;
  width: 100%;
}

.ybc-blog-panel-employee .form-group .form-group~.help-block {
  margin-top: -25px;
  float: left;
  max-width: 100%;
}

td.pointer.rating {
  white-space: nowrap;
}

.btn-group-action {
  min-width: 100px;
}

.ybc_blog_layout_list select,
.ybc_blog_layout_list input[type="text"] {
  height: 30px;
  color: #666;
  background-color: #F5F8F9;
  font-size: 14px;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.ybc-blog-panel .thumb_post {
  margin-bottom: 15px;
}

.wapper-management-blog-form textarea {
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #F5F8F9;
  min-height: 100px;
  color: #666;
  border: 1px solid #ccc;
}

.thumb_post {
  margin-bottom: 10px;
}

.ybc-block-author {
  display: flex;
  display: -webkit-flex;
  width: 100%;
}

.ybc-block-author.ybc-block-author-avata img {
  float: left;
}

.ybc-block-author .avata_img {
  margin-right: 15px;
  position: relative;
  border: 1px solid #eee;
  border-radius: 100%;
  overflow: hidden;
  width: 80px;
  height: 80px;
}

.ybc-block-author .avata_img .avata {
  min-width: 100%;
  height: 100%;
  width: 100%;
}

.avata_img+.ybc-des-and-author {
  max-width: calc(100% - 95px);
  max-width: -webkit-calc(100% - 95px);
  float: left;
}

.author_avata_show img.author_avata {
  height: 100%;
}

#left_column .page_blog_gallery .block_content,
#right_column .page_blog_gallery .block_content,
#left-column .page_blog_gallery .block_content,
#right-column .page_blog_gallery .block_content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.ybc_block_rss .title_blog.title_block>a {
  display: block;
  margin-bottom: 0;
}

.ybc_block_rss .title_blog.title_block>a i {
  float: right;
}

.ybc-blog-comment-info .post-author .ybc_title_block {
  margin-top: auto;
  float: none;
  width: auto;
  font-size: inherit;
  color: #2fb5d2;
}

span.post-author-name {
  font-weight: 600;
}

.ybc-blog-comment-info .post-author {
  font-size: 14px;
}

.ybc_block_comment .ybc-blog-comment-content {
  width: 100%;
  clear: both;
  font-size: 14px;
}

.blog-submit-form label[for="check_gpdr"]+.blog-submit {
  margin-top: 10px;
}

.blog-comment-row.flex-bottom {
  align-items: baseline;
  -webkit-align-items: baseline;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.wapper-management-blog-form .required {
  color: red;
}

.ybc-blog-comment-info .post-author {
  margin-bottom: 5px;
}

.ybc-blog-comment-info .ybc-blog-latest-toolbar .star {
  margin-left: 0;
  margin-right: 5px;
}

.comment_item {
  margin-bottom: 15px;
}

.ybc_block_comment li:not(:last-child) .comment_item {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.ybc-blog-comment-info span.post-author-name {
  font-weight: 600;
}

.author_avata_show {
  float: left;
  width: 70px;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #ddd;
  height: 70px;
  margin-bottom: 10px;
  position: relative;
}

.author_avata_show+.ybc-blog-comment-info {
  max-width: calc(100% - 70px);
  max-width: -webkit-calc(100% - 70px);
  float: left;
  padding-left: 10px;
}

.ybc-blog-comment-content {
  width: 100%;
  display: block;
  clear: both;
}

.ybc_block_author li:not(:last-child) .ybc-blog-comment-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.ybc_block_author li:last-child .ybc-blog-comment-content {
  padding-bottom: 20px;
}

a.view_post:after {
  content: "\f101";
  font-family: Fontawesome;
  margin-left: 2px;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  transform: none;
}

a.view_post:hover:after {
  transform: translateX(5px);
}


.ybc_block_author li {
  width: 100%;
  display: flex;
  display: -webkit-flex;
}

.author_avata_show+.author_infor {
  float: left;
  width: calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  padding-left: 15px;
}

.author_avata {
  width: 100%;
}

.upload_form_custom .file_name {
  left: 50px;
  overflow: hidden;
  position: absolute;
  right: 100px;
  text-overflow: ellipsis;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  white-space: nowrap;
}

.loader_lady_custom,
.loader_lady_custom:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.ybc_item_img_ladyload .loader_lady_custom {
  display: block;
}

.ybc_block_archive .year-item {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 5px;
}

.ybc_block_archive .month-item {
  font-size: 13px;
}

.ybc_block_comment .ybc_title_block {
  text-transform: capitalize;
}

.ybc_block_comment .author-block {
  display: inline-block;
  margin-bottom: 4px;
}

.ybc_block_archive .title_blog,
.ybc_block_archive .title_blog a {
  margin-bottom: 20px;
}

.month-item>a::before {
  content: "--";
  letter-spacing: -2px;
  margin-right: 5px;
}

.ybc_block_comment .author-block .post-author-name {
  font-weight: 600;
}

.view_post {
  color: #2fb5d2;
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  display: block;
  position: relative;
}

.author_infor .ybc_title_block {
  margin-top: 0;
  font-size: 14px;
  text-transform: none;
}

.ybc_author_post_count {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  clear: both;
}

.author_infor .ybc_title_block {
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 5px;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: none;
}

.loader_lady_custom {
  margin: 60px auto;
  font-size: 10px;
  display: none;
  position: relative;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #ccc;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.wapper-management-blog-form {
  width: 100%;
}

.ybc-block-report-reply-edit-delete {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

< !-- -->@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ybc_item_img_ladyload .lazyload {
  opacity: 0.5;
}

.page_home_gallery .blog_view_all_button {
  text-align: left;
  margin-bottom: 30px;
}

#left-column .page_blog_gallery .view_all,
#left_column .page_blog_gallery .view_all,
#right-column .page_blog_gallery .view_all,
#right_column .page_blog_gallery .view_all {
  display: none;
}

.ybc-blog-wrapper .page-heading {
  clear: both;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.ybc-blog-wrapper-detail input::-webkit-input-placeholder,
.ybc-blog-wrapper-detail textarea::-webkit-input-placeholder {
  color: #7a7a7a !important;
}

.ybc-blog-wrapper-detail input::-moz-placeholder,
.ybc-blog-wrapper-detail textarea::-moz-placeholder {
  color: #7a7a7a !important;
}

.ybc-blog-wrapper-detail input:-ms-input-placeholder,
.ybc-blog-wrapper-detail textarea:-ms-input-placeholder {
  color: #7a7a7a !important;
}

.ybc-blog-wrapper-detail input:-moz-placeholder,
.ybc-blog-wrapper-detail textarea:-moz-placeholder {
  color: #7a7a7a !important;
}

.ybc-blog-wrapper-gallery {
  float: left;
  width: 100%;
}

.ybc-gallery li {
  float: left;
  padding: 7px;
}

body div.ppt {
  text-align: center;
}

.ybc-blog-related-products-wrapper {
  float: left;
  width: 100%;
}

.fa-bolt:before {
  content: "\f0e7"
}

.page_blog.ybc_block_default .block_content>li:not(:last-child) {
  margin-bottom: 30px;
}

#ybc_slider>a {
  display: none;
}

.page_home.ybc_block_slider ul.block_content>li:nth-child(n + 5) {
  display: none;
}

.ybc-navigation-blog {
  display: none;
}

.ybc-block-author {
  float: left;
  margin-bottom: 30px;
}

.wapper-management-blog-form .mce-container,
.wapper-management-blog-form .mce-container *,
.wapper-management-blog-form .mce-widget,
.wapper-management-blog-form .mce-widget *,
.wapper-management-blog-form .mce-reset {
  white-space: normal;
}

/**-------------------------------Responsive----------------------------------------------- **/
@media (max-width: 1400px) {
  .ctf_admin_filter_chart_settings>div.ctf_admin_filter_cotactform {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .page_home.ybc_block_default ul li.col-lg-3:nth-child(4n+1) {
    clear: left;
  }

  .page_home.ybc_block_default ul li.col-lg-4:nth-child(3n+1) {
    clear: left;
  }

  .page_home.ybc_block_default ul li.col-lg-2:nth-child(6n+1) {
    clear: left;
  }

  .page_home.ybc_block_default ul li.col-lg-6:nth-child(2n+1) {
    clear: left;
  }

  .ybc_blog_related_posts_type_default .ybc-blog-related-posts-list-li.col-lg-3:nth-child(4n+1) {
    clear: both;
  }
}

@media (max-width: 1199px) {
  .form-group.polls-capcha {
    width: 100%;
    display: flex;
    display: -webkit-flex;
  }

  .form-polls-body button {
    float: left;
  }

  .form-polls-body button[name="polls_cancel"] {
    float: right;
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page_home.ybc_block_default ul li {
    width: 33.33%;
  }

  .blog-extra-facebook-share li a {
    width: 103px;
    margin: 0 3px 7px 0;
  }

  .page_home.ybc_block_default ul li:nth-child(3n+1) {
    clear: left;
  }

  .ybc_blog_related_posts_type_default .ybc-blog-related-posts-list-li.col-lg-4:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page_home.ybc_block_default ul li {
    width: 33.33%;
  }

  .page_home.ybc_block_default ul li:nth-child(3n+1) {
    clear: left;
  }

  .ybc-blog-related-products-wrapper .blog-product-list>.ajax_block_product:nth-child(2n+1) {
    clear: left;
  }

  .ybc-blog-related-products-wrapper .blog-product-list>.ajax_block_product {
    width: 50%;
  }

  .ybc_blog_related_posts_type_default .ybc-blog-related-posts-list-li.col-lg-4:nth-child(3n+1) {
    clear: both;
  }

  .ybc_block_categories {
    box-shadow: none !important;
    margin-left: 0 !important;
  }

  .ybc_block_categories li {
    padding: 5px !important;
  }
}

@media (min-width: 992px) {
  .flex_space_between {
    display: box;
    display: -o-box;
    display: -ms-box;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
  }

  .dt-6 .ybc-blog-related-posts-list-li {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (max-width: 991px) {
  .ybc_blog_layout_list .ybc-blog-list .post-wrapper>a {
    width: 100%;
  }

  .ybc-blog-list .post-wrapper h2 a {
    font-size: 22px;
  }

  .ybc_blog_layout_large_list .ybc-blog-list .post-wrapper h2 a {
    font-size: 18px;
  }

  .ybc-blog-form-comment .blog-submit .button {
    float: left;
    margin-top: 20px;
  }

  .ybc-blog-form-comment .blog-submit {
    float: left;
    width: 100%;
  }

  .sidebar-post-type-casual #ybc-blog-posts-latest-list .owl-prev,
  .sidebar-post-type-casual #ybc-blog-posts-latest-list .owl-next,
  .sidebar-post-type-casual .ybc-blog-posts-popular-list .owl-prev,
  .sidebar-post-type-casual .ybc-blog-posts-popular-list .owl-next {
    opacity: 1;
  }

  .blog_view_all,
  .view_all_link {
    min-width: 0;
  }
}

@media (min-width: 768px) {

  .owl-carousel .ybc-blog-related-posts-list-li {
    padding-bottom: 10px;
  }

  .ybc-blog-related-posts-list>li {
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .page_home.ybc_block_slider ul.block_content>li {
    width: 25%;
    padding: 0 10px;
    float: left;
  }

  .ybc_blog_related_posts_type_default .ybc-blog-related-posts-wrapper {
    margin: 0 -15px;
  }

  .product .ybc_blog_related_posts_type_default .ybc-blog-related-posts-wrapper {
    margin: 0;
  }

  /*large box and list*/
  .ybc_blog_layout_large_grid .ybc-blog-list.blog-main-page li:first-child {
    width: 100%;
  }

  .ybc-page-home .ybc-blog-list,
  .ybc_blog_layout_large_grid .ybc-blog-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .ybc-page-home .ybc-blog-list>div,
  .ybc_blog_layout_large_grid .ybc-blog-list>div {
    grid-column: 1 / -1;
  }

  .ybc-blog-list>li {
    margin-left: 0 !important;
    margin-right: 30px;
    height: 730px;
    width: 100%;
  }

  .ybc-page-category .ybc-blog-list>li {
    margin-left: 0 !important;
    margin-right: 30px;
    height: 730px;
    width: calc(100% / 3 - 20px);
  }
  .ybc_blog_layout_large_grid .ybc-blog-list>li {
    width: 100%;
  }

  .ybc_blog_layout_large_grid .ybc-blog-list:not(.blog-main-page)>li:nth-of-type(3n) {
    margin-right: 0;
  }

  /* .ybc_blog_layout_large_grid .ybc-blog-list:not(.blog-main-page) li:nth-child(2n+1) {
      clear: left;
    } */
  /* .ybc_blog_layout_large_grid .ybc-blog-list.blog-main-page li:nth-child(2n+2) {
      clear: left;
    } */


  .ybc_blog_layout_large_list .ybc-blog-list.blog-main-page li:first-child .ybc_item_img,
  .ybc_blog_layout_large_list .ybc-blog-list.blog-main-page li:first-child .ybc-blog-wrapper-content {
    width: 100%;
  }

  .ybc_blog_layout_large_list .ybc-blog-list.blog-main-page li .ybc_item_img {
    width: 38%;
  }

  .ybc_blog_layout_large_list .ybc-blog-list.blog-main-page li:not(:first-child) .ybc-blog-wrapper-content {
    float: left;
    padding-left: 30px;
    width: 62%;
  }

  .ybc_blog_layout_large_list .ybc-blog-list.blog-main-page li:not(:first-child) .ybc_title_block {
    margin-top: 0;
    padding-top: 0;
  }

  .ybc_blog_layout_large_list .ybc-blog-list:not(.blog-main-page) li .ybc_item_img,
  .ybc_blog_layout_list .ybc-blog-list li .ybc_item_img {
    width: 38%;
  }

  .ybc_blog_layout_large_list .ybc-blog-list:not(.blog-main-page) li .ybc-blog-wrapper-content,
  .ybc_blog_layout_list .ybc-blog-list li .ybc_item_img+.ybc-blog-wrapper-content {
    float: left;
    padding-left: 30px;
    width: 62%;
  }

  .ybc_blog_layout_large_list .ybc-blog-list:not(.blog-main-page) li .ybc_title_block,
  .ybc_blog_layout_list .ybc-blog-list li .ybc_title_block {
    margin-top: 0;
    padding-top: 0;
  }

  .ybc_blog_layout_grid .ybc-blog-list>li {
    width: 50%;
  }

  .ybc_blog_layout_grid .ybc-blog-list li:nth-child(2n+1) {
    clear: both;
  }

  .ybc-blog .ybc_blog_layout_grid ul.ybc-blog-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    clear: both;
    -webkit-flex-wrap: wrap;
  }
}

/*max 767px*/
@media (max-width: 767px) {
  .ybc-blog-posts {
    float: left;
    width: 100%;
  }

  .form-polls-body button[name="polls_cancel"] {
    float: left;
    margin-right: 0 !important;
  }

  .page_home.ybc_block_default ul li {
    width: 50%;
  }

  .ybc-blog-wrapper-detail {
    margin: 0;
    padding: 30px 15px;
    width: 100%;
    margin-bottom: 30px;
    float: left;
  }

  .page_home.ybc_block_default ul li:nth-child(2n+1) {
    clear: left;
  }

  .footer-container #footer .footer-block.ybc-blog-posts.ybc_latest_posts_block {
    float: left;
    padding: 0;
    width: 100%;
  }

  .ybc-blog-wrapper-form-managament {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .left-form-managament {
    margin-bottom: 20px;
  }

  .left-form-managament {
    float: left;
    width: 100%;
    padding: 0 15px;
  }

  .form-managament {
    width: 100%;
    border: none;
  }

  .ybc-blog-list .post-wrapper h2 a {
    font-size: 22px;
  }

  .ybc_blog_layout_large_grid.ybc-page-home .ybc-blog-list li:first-child .ybc-blog-wrapper-content h2>a {
    font-size: 22px;
  }

  #ybc_gallery_home .title_block:after {
    display: none;
  }

  .ybc_blog_layout_large_grid .ybc-blog-list>li:nth-child(1) {
    width: 100% !important;
    margin-left: 0;
  }

  .ybc_blog_layout_large_grid .ybc-blog-list>li:nth-child(2) {
    margin-left: 0;
  }

  .ybc-page-home .ybc-blog-list,
  .ybc_blog_layout_large_grid .ybc-blog-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .ybc_post_tags li {
    padding: 4px 7px !important;
  }

  .ybc-blog-list .ybc-blog-list-wrap {
    flex-direction: column;
  }

  .ybc-blog-list .ybc-blog-list-wrap>div:nth-child(1),
  .ybc-blog-list .ybc-blog-list-wrap>div:nth-child(2) {
    width: 100% !important;
  }

  .ybc-blog-list .ybc-blog-list-wrap>div:nth-child(2) {
    margin-left: 0 !important;
  }

  .ybc_item_img img {
    min-height: 260px;
    object-fit: cover;
  }

  .ybc-blog-wrapper-content {
    min-height: unset;
  }

  .sidebar-post-type-default .ybc-blog-posts-popular-list-wrapper,
  .sidebar-post-type-default #ybc-blog-posts-latest-list .ybc-blog-latest-post-wrapper {
    padding-bottom: 20px;
  }

  .ybc_blog_layout_grid .ybc-blog-list li:nth-child(n) {
    clear: left;
  }

  .ybc_blog_layout_grid .ybc-blog-list li {
    width: 100%;
  }

  #ybc_slider .nivo-caption>span,
  #ybc_slider .nivo-caption {
    font-size: 10px;
  }

  #ybc_blog_comment_g_recaptcha iframe,
  #ybc_blog_polls_g_recaptcha iframe {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin: left top;
    -webkit-transform-origin: left top;
  }
}

/*end max 767px*/

/*max 480px*/
@media (max-width: 479px) {
  .block_content li {
    padding: 0;
  }

  .ybc-gallery {
    float: left;
    padding: 0 7px;
    width: 100%;
  }

  .ybc-gallery li {
    margin-bottom: 16px;
    padding: 0 8px;
  }

  .bybc-blog-slider .nivoSlider {
    min-height: 100px;
  }

  .ybc-blog-slider {
    min-height: 100px;
  }

  .ybc_blog_layout_large_grid.ybc-page-home .ybc-blog-list li:first-child .ybc-blog-wrapper-content h2>a {
    font-size: 16px;
  }

  .ybc-blog-list .post-wrapper h2 a {
    font-size: 16px;
  }

  /*large box and list*/
  .ybc_blog_layout_large_list.ybc-page-home .ybc-blog-list>li:first-child h2>a {
    font-size: 16px;
  }

  .ybc_blog_layout_large_list .ybc-blog-list .post-wrapper>a {
    width: 100%;
  }

  .ybc_blog_layout_large_list .ybc-blog-wrapper-content {
    padding: 15px 0 0;
    width: 100%;
  }

  /*all grid*/
  .ybc_blog_layout_grid .ybc-blog-list li {
    float: left;
    padding: 0 15px 40px;
    width: 100%;
  }

  .page_home.ybc_block_default ul li {
    width: 100%;
  }

  .ybc_blog_layout_large_grid .ybc-blog-list>li {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .ybc-page-home .ybc-blog-list,
  .ybc_blog_layout_large_grid .ybc-blog-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
}






@media (min-width: 544px) and (max-width: 1199px) {

  #left-column .ybc_block_slider .owl-controls,
  #left_column .ybc_block_slider .owl-controls,
  #right-column .ybc_block_slider .owl-controls,
  #right_column .ybc_block_slider .owl-controls,
  #left-column .ybc_blog_related_posts_type_carousel .owl-controls,
  #left_column .ybc_blog_related_posts_type_carousel .owl-controls,
  #right-column .ybc_blog_related_posts_type_carousel .owl-controls,
  #right_column .ybc_blog_related_posts_type_carousel .owl-controls,
  #left-column .ybc_related_products_type_carousel .owl-controls,
  #left_column .ybc_related_products_type_carousel .owl-controls,
  #right-column .ybc_related_products_type_carousel .owl-controls,
  #right_column .ybc_related_products_type_carousel .owl-controls {
    bottom: auto;
    float: left;
    left: 50%;
    margin-bottom: 0;
    margin-top: 20px;
    position: relative;
    top: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 70px;
  }

  #left-column .block.ybc_block_slider,
  #right-column .block.ybc_block_slider {
    padding: 15px 15px 50px;
  }

  #left-column .title_blog,
  #left_column .title_blog,
  #right-column .title_blog,
  #right_column .title_blog {
    margin-bottom: 20px;
  }
}


/*Security code*/
@media (max-width: 388px) {
  #bc-capcha {
    float: left;
  }
}

/*end max 480px*/
/*max 320px*/
@media (max-width:320px) {
  .theme-bar .nivo-directionNav {
    top: 67% !important;
  }

  .sidebar-post-type-casual #ybc_popular_posts.ybc-blog-posts-popular-list .owl-buttons,
  .sidebar-post-type-casual #ybc-blog-posts-latest-list .owl-buttons {
    top: 20%;
  }

  .post-details #ybc-blog-related-products .title_block {
    font-size: 16px !important;
  }

  .post-author-label {
    padding-left: 0;
    padding-right: 10px;
  }

  .blog-post-author {
    padding-left: 0;
  }

  .ybc-blog-latest-post-content .ybc_title_block,
  .ybc-blog-popular-content>a {
    font-size: 13px !important;
  }

  .sidebar-post-type-casual .ybc-blog-latest-post-content .ybc_title_block,
  .ybc-blog-popular-content>a {
    font-size: 13px !important;
  }

  .ybc-blog-popular-content>p,
  .ybc-blog-latest-post-content>p {
    font-size: 13px !important;
  }

}

/*end max 320px*/

/*------------------------between min-width and max-width------------------*/
/*(min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
  .ybc-blog-slider {
    min-height: 220px;
  }
}

/*end (min-width: 992px) and (max-width: 1199px)*/

/*(min-width: 768px) and (max-width: 991px)*/
@media (min-width: 768px) and (max-width: 991px) {

  /*latest news and popular post model list */
  .sidebar-post-type-default #ybc-blog-posts-latest-list .ybc_item_img {
    width: 100%;
  }

  .sidebar-post-type-default .ybc-blog-posts-popular-list .ybc-blog-posts-popular-list-wrapper>a {
    width: 100%;
  }

  .sidebar-post-type-default #ybc-blog-posts-latest-list .ybc-blog-latest-post-content,
  .sidebar-post-type-default .ybc-blog-posts-popular-list .ybc-blog-popular-content {
    padding: 14px 0 0;
    width: 100%;
  }

  .ybc_blog_layout_grid .ybc-blog-list .post-wrapper h2 a {
    font-size: 18px;
  }

  .ybc_blog_layout_large_grid .ybc-blog-list li {
    float: left;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }

  .block_content li {
    padding: 0 7px;
  }

  .ybc-page-home .ybc-blog-list,
  .ybc_blog_layout_large_grid .ybc-blog-list {
    gap: 15px;
  }

  .ybc_post_tags li {
    padding: 5px !important;
    width: min-content !important;
  }

  .ybc_blog_layout_large_grid.ybc-page-home .ybc-blog-list li:first-child .ybc-blog-wrapper-content h2>a {
    font-size: 20px;
  }

  .ybc-blog-list .post-wrapper h2 a {
    font-size: 20px;
  }

  .sidebar-post-type-casual #ybc-blog-posts-latest-list .ybc-blog-latest-toolbar-comments::before,
  .sidebar-post-type-casual #ybc_popular_posts .ybc-blog-latest-toolbar-comments::before {
    padding-left: 1px;
  }

  .sidebar-post-type-casual #ybc-blog-posts-latest-list .ybc-blog-like-span::before,
  .sidebar-post-type-casual #ybc_popular_posts .ybc-blog-like-span::before {
    margin-left: 16px;
  }

  .sidebar-post-type-casual .ybc-blog-latest-toolbar {
    margin-top: 5px;
  }

  .smallwidth .ybc-blog-home-content-show {
    padding: 10px;
  }
}

/*end between (min-width: 768px) and (max-width: 991px)*/



@media (min-width: 768px) {}

@media (max-width: 767px) {

  .blog-extra .ybc-blog-latest-toolbar-views,
  .blog-extra .ybc-blog-like-span,
  .blog-extra .post-date,
  .blog-extra .author-block {
    float: left;
    white-space: nowrap;
    margin-right: 15px;
  }

  .ybc_block_gallery.page_home_gallery li {
    float: left;
  }

  .ybc-blog-slider .slick-dots li {
    padding: 0 3px;
  }

  .ybc-blog-slider.carousel .slick-dots button {
    width: 10px !important;
    height: 10px !important;
  }

  .form-polls-body button {
    float: left;
    clear: both;
  }

  .form-polls-body button[name="polls_submit"] {
    float: left;
    clear: both;
    margin-bottom: 15px;
  }

  #ybc_slider .slider_big_image .nivo-caption {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-polls .form-group.polls-title>span {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }

  .blog-extra .ybc-blog-latest-toolbar {
    display: block;
    float: left;
    width: 100%;
  }

  .ybc_block_gallery ul>li {
    width: 25%;
  }

  #ybc_slider .nivo-directionNav a,
  .ybc-blog-slider.slider-wrapper .slick-arrow {
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }

  .ybc-navigation-blog {
    background: var(--mr_color__white);
    font-weight: var(--mr_fontweight__semibold);
    font-size: var(--mr_fontsize__small);
    border: 1px solid var(--mr_color__pacificblue);
    border-radius: 20px;
    color: var(--mr_color__primary);
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
  }

  .ybc-navigation-blog::before {
    border-bottom: 1px solid var(--mr_color__primary);
    border-left: 1px solid var(--mr_color__primary);
    content: "";
    height: 8px;
    position: absolute;
    right: 15px;
    top: 10px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 8px;
  }

  .ybc-navigation-blog.active::before {
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 15px;
  }

  .ybc-navigation-blog-content>div {
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
  }

  .ybc-navigation-blog-content.show>div {
    left: auto;
    opacity: 1;
    position: relative;
    visibility: visible;
    display: block;
  }

  .ybc-navigation-blog {
    display: block;
  }

  .ybc_blog_sidebar.hide_mobile {
    display: none;
  }

  .ybc_block_categories {
    margin-left: 0;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .blog-product-list .ajax_block_product:nth-child(2n+1) {
    clear: left;
  }

  .ybc-gallery li {
    width: 33.33%;
  }
}

@media (max-width: 543px) {
  .ybc-blog #content-wrapper .ybc-blog-wrapper {
    margin: 0 0 30px;
  }

  iframe {
    max-width: 100%;
    height: auto;
  }
}

/*(min-width: 480px) and (max-width: 767px)*/
@media (min-width: 480px) and (max-width: 767px) {
  .blog-product-list .ajax_block_product {
    float: left;
    width: 50%;
  }

  .blog-product-list .left-block {
    text-align: center;
  }
}

/*end (min-width: 480px) and (max-width: 767px)*/
@media (max-width: 479px) {
  .ybc-blog-posts-home-list-item {
    width: 100%;
  }

  .ybc_blog_related_posts_type_default .ybc-blog-related-posts-wrapper .ybc-blog-related-posts-list-li {
    width: 100%;
  }

  .form-group.polls-name {
    width: 100%;
    padding-right: 0;
  }

  .form-group.polls-email {
    width: 100%;
    padding-left: 0;
  }

  .ybc_blog_layout_large_grid .ybc-blog-list li:last-child {
    padding-bottom: 0;
  }

  .ybc-blog-panel .panel-heading-action {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    clear: both;
    margin-top: 12px;
  }

  .ybc-blog-form-comment {
    padding: 15px;
  }

  .ybc_comment_form_blog .title_blog {
    padding: 20px 15px;
  }

  .ybc_block_gallery ul>li {
    width: 33.333%;
  }

  .ybc-page-home .ybc-blog-list,
  .ybc_blog_layout_large_grid .ybc-blog-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ybc_count_comment {
  color: #8b8b8b;
  float: left;
  margin-top: 0;
}

.ybc_count_comment::before {
  content: "/";
  margin-right: 2px;
}

.caption-disabled .nivo-caption,
.nav-disabled .nivo-controlNav {
  display: none !important;
}


.ybc-blog-wrapper.loading_sort ul.ybc-blog-list.row.blog-main-page {
  opacity: 0.1;
}

#squaresWaveG {
  display: inline-block;
  margin: 7px auto 0;
  position: relative;
  vertical-align: top;
  width: 74px;
}

.ets_blog_loading {
  clear: both;
  display: none;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.ets_blog_loading.active {
  display: block;
}

.squaresWaveG {
  position: absolute;
  top: 0;
  background-color: #2fb5d2;
  width: 8px;
  height: 8px;
  animation-name: bounce_squaresWaveG;
  -o-animation-name: bounce_squaresWaveG;
  -ms-animation-name: bounce_squaresWaveG;
  -webkit-animation-name: bounce_squaresWaveG;
  -moz-animation-name: bounce_squaresWaveG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#squaresWaveG_1 {
  left: 0;
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}

#squaresWaveG_2 {
  left: 16px;
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}

#squaresWaveG_3 {
  left: 32px;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#squaresWaveG_4 {
  left: 48px;
  animation-delay: .75s;
  -o-animation-delay: .75s;
  -ms-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -moz-animation-delay: .75s;
}

#squaresWaveG_5 {
  left: 64px;
  animation-delay: .9s;
  -o-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
}

#squaresWaveG_6 {
  left: 80px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

@keyframes bounce_squaresWaveG {
  0% {
    background-color: #2fb5d2;
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

@-o-keyframes bounce_squaresWaveG {
  0% {
    background-color: #2fb5d2;
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

@-ms-keyframes bounce_squaresWaveG {
  0% {
    background-color: #2fb5d2;
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

@-webkit-keyframes bounce_squaresWaveG {
  0% {
    background-color: #2fb5d2;
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

@-moz-keyframes bounce_squaresWaveG {
  0% {
    background-color: #2fb5d2;
  }

  100% {
    background-color: rgb(255, 255, 255);
  }
}

/* upgrade */

#ybc_slider:not(.slick-slider):not(.nivoSlider) {
  display: none;
}

.ybc-blog-slider .slick-slide .ybc_item_img_ladyload {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  height: 0;
  background-color: #F1F1F1;
}

.nivo-slice {
  height: 100% !important;
}

.ybc-blog-slider .ybc_item_img_ladyload img {
  height: 0;
  overflow: hidden;
  position: relative;
}

.ybc-blog-thumbnail-items .ybc_item_img_ladyload {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  height: 0;
  background-color: #F1F1F1;
}

.theme-default .nivoSlider img.nivo-main-image {
  height: auto !important;
}

.ybc-blog-thumbnail-items .ybc_item_img_ladyload img {
  height: 0;
  overflow: hidden;
}

.ybc-blog-related-products-wrapper .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ybc-blog-related-products-wrapper .owl-stage .ajax_block_product,
.ybc-blog-related-products-wrapper .owl-stage .ajax_block_product .product-container {
  height: 100%;
}

@media (max-width: 400px) {
  .ybc-blog-wrapper .ybc-blog-latest-toolbar .blog-extra-item.be-rating-block {
    width: 100%;
  }

  .blog_rating_wrapper {
    margin-left: 0;
  }

  .ybc-blog-wrapper .ybc-blog-latest-toolbar .ybc-blog-like-span {
    width: 100%;
  }
}

.ybc_image-single {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 3px 6px #ecf1fd;
  width: 100%;
  border-radius: 20px;
}

.ybc_image-single img {
  border-radius: 20px;
}

.ybc_image-single.ybc_item_img_ladyload {
  position: relative;
  padding-top: 40%;
  overflow: hidden;
  height: 0;
  background-color: #F1F1F1;
}

.ybc_item_img_ladyload {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  background-color: rgba(102, 102, 102, 0.05);
  max-width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.ybc_item_img_ladyload .loader_lady_custom {
  display: none;
}

.ybc_image-single.ybc_item_img_ladyload img {
  height: 0;
  overflow: hidden;
}

.list_category_item .ybc_item_img.ybc_item_img_ladyload img {
  position: relative;
}

.bybc-blog-slider .carousel {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  left: auto;
  right: auto;
  margin: 0 auto;
  width: 100%;
  background: transparent;
  max-width: 810px;
}

.ybc_blog_g_recaptcha {
  width: 100%;
  float: left;
}

.form-polls-body .ybc_blog_g_recaptcha {
  float: left;
  width: auto;
}

.form-polls-body .ybc_blog_g_recaptcha~.form_action_footer {
  margin-top: 40px;
  display: inline-block;
  float: right;
}

.ybc_indexing.index_h2 {
  font-size: var(--mr_fontsize__normal);
  font-weight: var(--mr_fontweight__regular);
  color: var(--mr_color__primary);
  line-height: 1.2;
  margin-bottom: 5px;
}

.ybc_indexing.index_h2 a {
  font-size: var(--mr_fontsize__normal);
  font-weight: var(--mr_fontweight__regular);
  color: var(--mr_color__primary);
  line-height: 1.2;
}

.ybc_indexing.index_h3 {
  padding-left: 20px;
}

.ybc_indexing.index_h4 {
  padding-left: 40px;
}

.ybc_indexing.index_h5 {
  padding-left: 60px;
}

.ybc_indexing.index_h6 {
  padding-left: 80px;
}

.ybc_indexing_box {
  border: 1px solid #01A3CB;
  margin-bottom: 25px;
  border-radius: 20px;
  overflow: hidden;
}

.ybc_indexing_box_title {
  border-bottom: 1px solid #01A3CB;
  padding: 1.2rem;
  width: 100%;
  display: block;
  margin-bottom: -1px;
  position: relative;
  color: var(--mr_color__primary);
  font-size: var(--mr_fontsize__medium);
  text-transform: unset;
  font-weight: var(--mr_fontweight__semibold);
}

.ybc_indexing_content_post {
  padding: 10px;
}

.close_open_heading {
  float: right;
  cursor: pointer;
}

.ybc_indexing_content_post.hidden {
  display: none;
}

.ybc-blog-wrapper-content.content-right .box_table_content_scroll {
  left: auto !important;
  margin-right: -100px;
  z-index: 99;
}

.ybc-blog-wrapper-content.content-right .box_table_content_scroll .table_content {
  left: 0;
}

.ybc-blog-wrapper-content.content-left .box_table_content_scroll {
  right: auto !important;
  margin-left: -100px;
}

.ybc-blog-wrapper-content.content-left .box_table_content_scroll.change_position_content .table_content {
  margin: 0 !important;
  left: 0;
  right: auto !important;
}

.ybc-blog-wrapper-content.content-right .box_table_content_scroll.change_position_content .table_content {
  margin: 0 !important;
  right: 0;
  left: auto !important;
}

.btn_close_table_content {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: -7px;
  top: 9px;
  cursor: pointer;
}

.table_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #FaFaFa;
}

.table_content::-webkit-scrollbar {
  width: 6px;
  background-color: #FaFaFa;
}

.table_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  background-color: #999999;
}

.btn_close_table_content:before,
.btn_close_table_content:after {
  content: "";
  width: 14px;
  height: 2px;
  margin-left: -7px;
  background: #999;
  position: absolute;
  top: 50%;
  left: 50%;
}

body .btn_close_table_content:after {
  transform: rotate(90deg);
}

.btn_close_table_content:hover:before,
.btn_close_table_content:hover:after {
  background: #333333;
}

.ybc_indexing_content_post {
  padding: 1.2rem;
  max-height: 250px;
  overflow: auto;
}

.ybc_indexing_content_post::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #F9F9F9;
}

.ybc_indexing_content_post::-webkit-scrollbar {
  width: 6px;
  background-color: #F9F9F9;
}

.ybc_indexing_content_post::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
  background-color: #999999;
}

.ybc_indexing_box_title .close_open_heading:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  content: "";
}

.ybc_indexing_box_title .close_open_heading:before {
  content: "\f107";
  font-family: Fontawesome;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
}

.ybc_indexing_box_title .close_open_heading.opened:before {
  content: "\f106";
}

.ybc_btn_show_table_content {
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.box_table_content_scroll.show button.ybc_btn_show_table_content {
  animation: scale 0.2s infinite linear;
  -webkit-animation: scale 0.2s infinite linear;
  animation-iteration-count: 1;
}

.box_table_content_scroll .table-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 20px;
  position: sticky;
  top: -16px;
  background: #fff;
  padding-top: 15px;
  margin-top: -16px;
}

.table_content {
  position: absolute;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 15px;
  width: 400px;
  box-shadow: 0 0px 4px 0 #ccc;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: none;
  max-height: 82vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.ets_begin_heading_table {
  display: block;
  height: 10px !important;
}

.table_content.show {
  display: block;
}

.table_content .ybc_indexing a {
  font-size: 14px;
}

.table_content .ybc_indexing {
  margin: 5px 0;
}

.box_table_content_scroll {
  position: fixed;
  right: 16px;
  top: 50%;
  display: none;
}

.box_table_content_scroll.show {
  display: block;
}

.actions a.btn.btn-warning {
  display: inline-block;
  font-size: 13px;
  height: 30px;
  line-height: 28px;
  margin-right: 4px;
  margin-top: 4px;
  max-height: 30px;
  min-width: 56px;
  padding: 0 10px;
}

@media (max-width: 767px) {
  body button.ybc_btn_show_table_content {
    width: 33px;
    height: 33px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 479px) {
  .ybc-blog-wrapper-content .table_content {
    max-width: 320px;
  }
}

.ybc-blog #wrapper>.mr_container--small {
  width: 100%;
}

.ybc-blog h1 {
  position: relative;
  width: max-content;
  text-align: center;
  color: var(--mr_color__primary);
  line-height: 1.25;
  font-size: var(--mr_fontsize__title);
  font-weight: var(--mr_fontweight__bold);
  line-height: 4.7rem;
  margin: 2.5rem auto 2.5rem;
  text-transform: capitalize;
}

.ybc_post_tags {
  display: flex;
  margin-left: 0;
  clear: both;
  gap: 10px;
  font-size: var(--mr_fontsize__small);
  font-weight: var(--mr_fontsize__regular);
  padding-top: 12px;
  width: 100%;
  flex-wrap: wrap;
}

.ybc_post_tags li {
  margin: 0;
  padding: 6px 15px;
  border-radius: 18px;
  background-color: rgba(27, 163, 204, 0.45);
  width: min-content !important;
}

.ybc_post_tags li a {
  color: var(--mr_color__white);
  font-size: 12px;
}

.ybc_post_tags li a:hover {
  color: var(--mr_color__primary);
}

.ybc-blog-list .ybc-blog-list-wrap {
  display: flex;
  margin-bottom: 30px;
}

.ybc-blog-list .ybc-blog-list-wrap>div:nth-child(1) {
  width: 67%;
}

.ybc-blog-list .ybc-blog-list-wrap>div:nth-child(2) {
  width: calc(100% / 3 - 20px);
  margin-left: 20px;
  background-color: var(--mr_color__white);
  box-shadow: 0px 3px 6px #ecf1fd;
  padding: 0 0 15px 0;
  border-radius: 20px;
}

.mr_popular_blog_posts {
  position: relative;
  margin-top: 100px;
}

.mr_popular_blog_posts:before {
  content: '';
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 5.7rem;
  padding-bottom: 5.2rem;
  background: rgb(27, 163, 204);
  background: linear-gradient(90deg, rgba(27, 163, 204, 1) 0%, rgba(38, 50, 111, 1) 100%);
  position: absolute;
  top: -50px;
  height: 300px;
}

.mr_popular_blog_posts .title_blog {
  font-size: var(--mr_fontsize__title);
  font-weight: var(--mr_fontweight__bold);
  color: var(--mr_color__white);
  text-transform: unset;
  margin-bottom: 50px;
}

#module-ybc_blog-author .ybc_blog_layout_large_grid .ybc-blog-list>li .ybc_title_block {
  font-size: 14px;
}
#module-ybc_blog-author .title_blog  {
  text-align: center;
  margin: 30px auto 40px auto;
}
@media (max-width: 767px) {
  #module-ybc_blog-author .ybc_blog_layout_large_grid .ybc-blog-list {
    grid-template-columns: repeat(1, 1fr);
  }
  #module-ybc_blog-author  #right-column {
    order: 1;
  }
  #module-ybc_blog-author  .right-column {
    order: 2;
  }
  #module-ybc_blog-author #content-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #module-ybc_blog-author .ybc_blog_layout_large_grid .ybc-blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #module-ybc_blog-author .ybc-blog-list>li {
    height: auto;
    margin-bottom: 0;
  }
  #module-ybc_blog-author .ybc_blog_layout_large_grid .ybc-blog-list>li .ybc_title_block {
    font-size: 14px;
  }
  #module-ybc_blog-author .ybc_block_author li .ybc-blog-comment-content {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    border: none;
  }
}