/* font-family: "Plus Jakarta Sans"; */
@font-face {
  font-family: "Plus Jakarta Sans";
  font-weight: 300;
  src: url(../../fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-Light.ttf);
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  src: url(../../fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-Regular.ttf);
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  src: url(../../fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-Medium.ttf);
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  src: url(../../fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-SemiBold.ttf);
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  src: url(../../fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-Bold.ttf);
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-weight: 800;
  src: url(../../fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-Black.ttf);
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-weight: 900;
  src: url(../../fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-ExtraBold.ttf);
}
body .heading {
  font-size: 64px;
  line-height: 80px;
  font-weight: 700;
}

body h1 {
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 700;
}

body h2 {
  font-size: 27px;
  line-height: 1.3em;
  font-weight: 700;
}

body h3 {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
}

body h4 {
  font-size: 21px;
  line-height: 36px;
  font-weight: 700;
}

body h5 {
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  line-height: 1.4;
  font-weight: 400;
  font-size: 16px;
}

body,
.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a,
.alt-font {
  font-family: "Plus Jakarta Sans";
}

.slick-list.draggable {
  cursor: grab;
}

.slick-list.draggable .slick-slide:active {
  cursor: grabbing;
}

.animated {
  visibility: hidden;
}

.d-block {
  display: block;
}

.textLine-1 {
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.textLine-2 {
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.textLine-3 {
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.textLine-4 {
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.textLine-5 {
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#header .menu-item .nav-dropdown.nav-dropdown-default {
  padding: 0;
  border: none;
}

#header .menu-item:not(.current-dropdown) .nav-dropdown.nav-dropdown-default {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
}

#header .menu-item.current-dropdown.menu-item-has-block .nav-dropdown.nav-dropdown-default {
  display: flex;
  flex-wrap: wrap;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, 0);
  -webkit-transform-origin: 50% 0;
}

#header .header-nav > .menu-item > .sub-menu {
  opacity: 0;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
}

#header .header-nav > .menu-item.current-dropdown > .sub-menu {
  opacity: 1;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, 0);
  transition: opacity 0.2s, transform 0.2s;
}

.nav-dropdown.nav-dropdown-default > li > a {
  color: #333;
}

.nav-dropdown.nav-dropdown-default > li > ul > li:hover {
  background: var(--primary-color);
}

.nav-column li > a,
.nav-dropdown > li > a {
  padding: 10px 20px;
}

.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
  border-bottom: 1px dashed #cecece;
}

.header-nav > .menu-item > .nav-dropdown > .menu-item:hover {
  background: var(--primary-color);
}

.header-nav > .menu-item > .nav-dropdown > .menu-item:hover > a {
  margin-left: 15px;
  transition: margin-left 1s;
  color: #fff;
}

.RemovePaddingBottom {
  padding-bottom: 0 !important;
}

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 14px;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid rgb(1, 34, 105);
  font-size: 13px;
  text-align: center;
  padding: 5px 15px;
  border-radius: 3px;
  background: #f3f3f3;
  color: rgb(1, 34, 105);
}

.wpcf7 .wpcf7-form form.invalid .wpcf7-response-output,
.wpcf7 .wpcf7-form form.unaccepted .wpcf7-response-output,
.wpcf7 .wpcf7-form form.payment-required .wpcf7-response-output {
  border-color: rgb(1, 34, 105);
}

.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-close svg {
  stroke: white;
}

.anh-ao-la img {
  width: 300px;
  display: block;
  margin: 0 auto;
}

.table-wrapper table {
  border-collapse: collapse;
  border: 1px solid;
}

.table-wrapper td:first-child,
.table-wrapper th:first-child {
  padding-left: 5px;
}

.table-wrapper td,
.table-wrapper th {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  color: #333333;
  text-align: center;
}

.cart-wrapper .shop_table.shop_table_responsive thead {
  display: none;
}

.cart-wrapper .shop_table.shop_table_responsive .product-thumbnail {
  width: 130px;
  max-width: 130px;
  min-width: 130px;
}

.cung_cap_title_cart {
  font-size: 13px;
  display: block;
  margin-top: 6px;
  line-height: 1;
}

.cart-wrapper .shop_table.shop_table_responsive .product-name .cung_cap_title_cart > a {
  color: rgb(1, 34, 105);
  display: inline-block;
  margin-left: 3px;
  font-size: 13px;
}

.cart-products__actions {
  border-top: 1px solid #e8e8e8;
  padding-top: 4px;
  margin-top: 10px;
}

.cart-products__del > .remove_cus,
.cart-products__buy-later > .remove_cus {
  color: rgb(1, 34, 105);
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
  cursor: pointer;
}

.woocommerce-cart-form__cart-item.cart_item {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.cart-wrapper .shop_table.shop_table_responsive .product-thumbnail {
  width: 130px;
}

.cart-wrapper .shop_table.shop_table_responsive .product-name {
  width: calc(100% - 465px);
  margin: 0 15px;
}

.cart-wrapper .shop_table.shop_table_responsive .product-price {
  width: 70px;
  margin-right: 15px;
}

.cart-wrapper .shop_table.shop_table_responsive .product-remove {
  width: 100px;
}

.cart-wrapper .shop_table.shop_table_responsive .product-quantity {
  width: 105px;
  margin-right: 15px;
}

.continue-shopping .button-continue-shopping {
  font-weight: 400;
  background: #464646;
  color: #fff !important;
  border: none;
  margin: 0;
  line-height: 40px;
  font-size: 13px;
}

.continue-shopping .button-continue-shopping:hover {
  background: #fff;
  color: #333;
  outline: 1px solid #ccc;
}

.woocommerce-cart.woocommerce-page .page-wrapper {
  background: #f4f4f4;
}

.cart-wrapper .main_cart_page {
  background: rgb(255, 255, 255);
  margin: 0px;
  border-radius: 4px;
}

.custom-cart > .large-4 .cart-sidebar .cart_totals {
  background: rgb(255, 255, 255);
  border-radius: 4px;
  padding: 17px 15px 10px;
}

.custom-cart > .large-4 .cart-sidebar .wc-proceed-to-checkout > a {
  font-weight: 400;
  background: #f6c019;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  position: relative;
  color: #333;
}

.custom-cart > .large-4 .cart-sidebar .wc-proceed-to-checkout > a::before {
  font: var(--fa-font-solid);
  content: "\f023";
  position: relative;
  left: -10px;
  font-size: 22px;
}

.custom-cart > .large-4 .cart-sidebar .checkout_coupon {
  margin: 8px 0px 0px;
  background: rgb(255, 255, 255);
  padding: 17px 15px 10px;
  border-radius: 4px;
}

.custom-cart > .large-4 .cart-sidebar .cart-subtotal th,
.custom-cart > .large-3 .cart-sidebar .order-total th {
  font-weight: 300;
  color: rgb(51, 51, 51);
  font-size: 14px;
}

.custom-cart > .large-4 .cart-sidebar .cart-subtotal td .woocommerce-Price-amount {
  color: #111;
  font-weight: 500;
}

.custom-cart > .large-4 .cart-sidebar .order-total td .woocommerce-Price-amount {
  color: rgb(254, 56, 52);
  font-size: 22px;
  font-weight: 400;
}

.custom-cart > .large-4 .cart-sidebar .product-name {
  border-width: 3px;
  color: rgb(0, 0, 0);
  margin: 0px;
  border-bottom: 1px solid rgb(244, 244, 244);
  font-size: 14px;
  font-weight: 400;
}

.custom-cart > .large-4 .cart-sidebar .checkout_coupon .widget-title {
  color: rgb(0, 0, 0);
  margin: 0px;
  border-bottom: 1px solid rgb(244, 244, 244);
  font-size: 14px;
  font-weight: 400;
}

.custom-cart > .large-4 .cart-sidebar .checkout_coupon #coupon_code {
  box-shadow: none;
}

.custom-cart > .large-4 .cart-sidebar .checkout_coupon #coupon_code::-moz-placeholder {
  font-size: 13px;
}

.custom-cart > .large-4 .cart-sidebar .checkout_coupon #coupon_code::placeholder {
  font-size: 13px;
}

.custom-cart > .large-4 .cart-sidebar .checkout_coupon input[type=submit].is-form {
  color: rgb(36, 36, 36);
  font-size: 12px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
  background: wheat;
  padding: 5px 20px;
  outline: none;
  border-radius: 0px 3px 3px 0;
}

.main_cart_page .product-price .woocommerce-Price-amount {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}

.main_cart_page .product-quantity .minus.button {
  height: 30px;
  min-height: 30px;
  border-right: none !important;
  width: 25px;
  line-height: 30px;
}

.main_cart_page .product-quantity .input-text.qty {
  height: 30px;
  min-height: 30px;
  box-shadow: none;
  width: 45px;
}

.main_cart_page .product-quantity .plus.button {
  height: 30px;
  min-height: 30px;
  border-left: none !important;
  width: 25px;
  line-height: 30px;
}

.woocommerce-mini-cart-item .woocommerce-Price-amount.amount {
  color: #ea0000 !important;
}

.woocommerce button[name=update_cart],
.woocommerce input[name=update_cart] {
  display: none;
}

.cart-wrapper .shop_table.shop_table_responsive .product-name > a {
  color: rgb(36, 36, 36);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  display: block;
  margin-bottom: 12px;
}

.cart-wrapper .shop_table.shop_table_responsive .product-name > .variation {
  font-size: 14px;
  text-transform: inherit;
  margin-bottom: 0;
}

@media only screen and (min-width: 850px) {
  .custom-cart > .large-8 {
    padding-right: 7px;
  }
  .custom-cart > .large-4 {
    padding-left: 7px;
  }
}
.cart-sidebar .cart_totals .shipping__inner .woocommerce-shipping-destination,
.cart-sidebar .cart_totals .shipping__inner .woocommerce-shipping-calculator {
  display: none;
}

.star-rating {
  font-size: 13px;
}

.cart-sidebar .term-wrapper {
  display: none;
}

.vertical-thumbnails {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  max-height: 668px;
}

.vertical-thumbnails::-webkit-scrollbar {
  display: none;
}

.product-footer .entry-content h1 {
  font-size: 27px;
  color: #000000;
  line-height: 1.4em;
}

.product-footer .entry-content h2 {
  font-size: 24px;
  color: #000000;
  line-height: 1.4em;
}

.product-footer .entry-content h3 {
  font-size: 22px;
  color: #000000;
  line-height: 1.4em;
}

.product-footer .entry-content h4 {
  font-size: 18px;
  color: #000000;
  line-height: 1.4em;
}

.product-footer .entry-content p {
  font-size: 16px;
  color: #000000;
  line-height: 1.5em;
}

.entry-content > .bc-grey-200 {
  margin-bottom: 25px;
}

.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.woocommerce-Price-amount .amount a {
  color: #fff;
}

.fancybox__slide .fancybox__caption {
  text-align: center;
  font-size: 14px;
  max-width: 1000px;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
  display: none;
}

/* Submenu lever 3 */
.nav-dropdown > li.nav-dropdown-col {
  display: block;
}

.nav-dropdown {
  padding: 0;
}

.nav-dropdown .nav-dropdown-col > a,
.nav-dropdown li a {
  font-weight: normal !important;
  text-transform: none !important;
  font-size: 15px;
  font-weight: 500;
}

.nav-dropdown .nav-dropdown-col > ul li:hover > a,
.nav-dropdown > li:hover > a {
  color: #fff;
}

.nav-dropdown-default > li > a {
  border-bottom: 0 !important;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
  border-width: 10px;
  margin-left: -10px;
}

.header-nav > .menu-item > .sub-menu > .menu-item.nav-dropdown-col > .sub-menu {
  border: 1px solid rgba(255, 255, 255, 0.3215686275) !important;
  top: 0px;
  box-shadow: 2px 2px 5px #828282;
  display: none !important;
  position: absolute;
  left: 100%;
  z-index: 9;
  background: #ffffff;
  min-width: 240px;
}

.nav-dropdown > li.nav-dropdown-col {
  width: 100%;
  border-right: 0;
  border-bottom: 1px dotted #ccc;
}

.nav-dropdown > li {
  width: 100%;
  border-right: 0;
  border-bottom: 1px dotted #ccc;
}

.nav-dropdown > li:last-child {
  border-bottom: none;
}

.menu-item-has-block .nav-dropdown {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05), 0 7px 9px -4px rgba(0, 0, 0, 0.16), 0 14px 21px 2px rgba(0, 0, 0, 0.1), 0 5px 26px 4px rgba(0, 0, 0, 0.08);
  border: unset;
}

.nav-dropdown .nav-dropdown-col > ul li a {
  padding: 10px;
  text-transform: none;
  color: black;
}

.header-nav > .menu-item > .sub-menu > .menu-item.nav-dropdown-col:hover > .sub-menu {
  display: block !important;
}

.header-nav > li > ul > li > ul {
  border: 2px dashed #ddd !important;
}

.header-nav > li > ul > li > ul > li > a {
  border-bottom: 1px dotted #cecece !important;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../asset/webfonts/fa-light-300.woff2");
}
.header-nav > .menu-item > .sub-menu > .menu-item.nav-dropdown-col > a {
  position: relative;
}
.header-nav > .menu-item > .sub-menu > .menu-item.nav-dropdown-col > a:hover::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

/*End submenu 3*/
.pagination-cntt {
  margin-top: 12px;
  z-index: 1;
  position: relative;
}
.pagination-cntt .page-numbers {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination-cntt .page-numbers > li {
  position: relative;
  margin: 0.3rem;
}
.pagination-cntt .page-numbers > li .page-number {
  align-items: center;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  color: rgb(51, 51, 51);
  border: none !important;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 35px;
  padding: 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 40px;
  background-color: #ebeaeb;
}
.pagination-cntt .page-numbers > li .page-number.current, .pagination-cntt .page-numbers > li .page-number:hover {
  color: #000 !important;
  position: relative;
  font-weight: 600;
  background: #c9c9c9;
}

.woocommerce-message.message-wrapper,
.wc_payment_methods .wc_payment_method:first-child .method-tab {
  display: none;
}

.BannerWebsite {
  position: relative;
  margin-top: -120px;
}
.BannerWebsite .banner-view img,
.BannerWebsite .banner-view video {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.BannerWebsite .banner-view ._6nfr {
  position: relative;
}
.BannerWebsite .banner-view ._6nfr::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(203.53% 122.56% at 86.02% 11.33%, rgba(0, 0, 0, 0) 33.11%, rgba(0, 0, 0, 0.75) 100%);
}
.BannerWebsite .content-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  top: 0;
}
.BannerWebsite .content-banner.align-up {
  top: 150px;
}
.BannerWebsite .content-banner.align-center {
  align-items: center;
}
.BannerWebsite .content-banner.align-center .content-inner {
  margin-top: 120px;
}
.BannerWebsite .content-banner.align-under {
  bottom: 30px;
  top: unset;
  align-items: flex-end;
}
.BannerWebsite .content-banner .content-inner {
  max-width: 1200px;
  width: 100%;
}

.wrapper-breadcumb_yoatseo #breadcrumbs {
  margin-bottom: 12px;
}
.wrapper-breadcumb_yoatseo #breadcrumbs span,
.wrapper-breadcumb_yoatseo #breadcrumbs a {
  color: #c4c1bc;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.wrapper-breadcumb_yoatseo #breadcrumbs > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wrapper-breadcumb_yoatseo #breadcrumbs > span .breadcrumb_last {
  color: #ffcb05;
}
.wrapper-breadcumb_yoatseo ._2int {
  color: var(--White, #fff);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.BoxWebsite {
  display: flex;
  align-items: start;
  /* flex-wrap: wrap; */
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.BoxWebsite .text-box-website {
  flex: 1;
  position: relative;
}
.BoxWebsite .image-box-website {
  width: 300px;
}
.BoxWebsite .image-box-website .image-main img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  max-height: 200px;
}
.BoxWebsite .text-box-website ._3jta {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.BoxWebsite .text-box-website ._3jta img {
  width: 15px;
  margin-right: 8px;
}
.BoxWebsite .text-box-website ._3jta ._1yba {
  font-size: 30px;
  color: #253750;
  font-weight: 300;
}
.BoxWebsite .text-box-website ._1cbw {
  margin-bottom: 15px;
}
.BoxWebsite .text-box-website ._1cbw ._5efw {
  font-size: 30px;
  color: #253750;
  font-weight: 300;
}
.BoxWebsite .text-box-website ._7tpb {
  font-weight: 300;
  line-height: 26px;
  color: #37404b;
}
.BoxWebsite .text-box-website ._7tpb p:last-child {
  margin-bottom: 0;
}
.BoxWebsite .text-box-website ._7tpb ol,
.BoxWebsite .text-box-website ._7tpb ul {
  margin-bottom: 0;
}
.BoxWebsite .text-box-website ._7tpb ol li,
.BoxWebsite .text-box-website ._7tpb ul li {
  color: #111;
}
.BoxWebsite.left .text-box-website {
  padding-left: 22px;
}
.BoxWebsite.right .text-box-website {
  padding-right: 22px;
}

._3tuv {
  color: var(--White, #fff);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-width: 500px;
}

#main ._0llc {
  background: rgb(247, 247, 247);
}
#main ._0llc ._9dcd {
  color: var(--Dark-Color, #05255f);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#main ._0llc .list-category {
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#main ._0llc .list-category .item-cate {
  list-style: none;
  margin-left: 0;
}
#main ._0llc .list-category .item-cate a {
  padding: 8px 16px;
  color: var(--Texxt, #5a5a5a);
  font-weight: 500;
  text-transform: initial;
  font-size: 15px;
}
#main ._0llc .list-category .item-cate.active a, #main ._0llc .list-category .item-cate:hover a {
  color: var(--Dark-Color, #05255f);
  border-bottom: 3px solid #05255f;
}

#main ._6jrg {
  background: rgb(247, 247, 247);
  padding-top: 0;
  padding-bottom: 70px;
}
#main ._6jrg .posts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-right: -24px;
}
#main ._6jrg .posts-list ._9nuk {
  width: calc(25% - 24px);
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #fff;
}
#main ._6jrg .posts-list ._9nuk ._9ozo img {
  height: 158px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main ._6jrg .posts-list ._9nuk ._8npm {
  padding: 16px;
  padding-top: 8px;
}
#main ._6jrg .posts-list ._9nuk ._8npm .post-date {
  line-height: 1;
  margin-bottom: 8px;
}
#main ._6jrg .posts-list ._9nuk ._8npm .post-date span._8oic {
  color: #4f4b67;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
#main ._6jrg .posts-list ._9nuk ._8npm ._3dqv ._4wxo {
  color: #1c1b22;
  font-size: 15.75px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  height: 80px;
}
#main ._6jrg .posts-list ._9nuk ._8npm ._4nmk ._8cxz {
  color: #00aeef;
}

#main #comments {
  display: none;
}

.shop-container .woocommerce-breadcrumb {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 30px;
}