.content_product_flag {
  position: absolute;
  z-index: 999;
}

.content_product_flag .content_product_flag_text {
  display: none;
  position: absolute;
  z-index: 9;
}

.content_product_flag:hover .content_product_flag_text {
  display: inline-flex;
  font-size: 14px;
  top: 0;
  background-color: #fff;
  padding: 10px;
  color: #000;
  left: 100%;
}

.product .woocommerce-Price-currencySymbol {
  padding-left: 0;
}

.home_baners_items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

.home_baners_item {
  position: relative;
  width: calc(50% - 10px);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.home_baners_tile {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  max-width: 50%;
  right: auto;
  top: auto;
  left: 5%;
  bottom: 5%;
}

.home_baners_tile h2 {
  margin: 0;
  font-size: 50px;
  line-height: 52px;
  font-weight: bold !important;
  color: #fff;
  text-transform: uppercase;
}

.home_baners_tile a {
  margin-top: 16px;
  padding: 15px;
  min-width: 150px;
  background-color: #fff;
  color: #000;
}

.home_baners_tile a:hover {
  color: #ffffff;
  background-color: #2c589f;
  border-color: #2c589f;
}

.home_baners_item_img {
  position: relative;
  overflow: hidden;
}

.home_baners_item_img img {
  transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  -moz-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transition: transform 400ms ease 0s;
  -moz-transition: transform 400ms ease 0s;
  -webkit-transition: -webkit-transform 400ms ease 0s;
}

.home_baners_item_img:hover img {
  transform: scale(1.14, 1.14);
  -webkit-transform: scale(1.14, 1.14);
  -moz-transform: scale(1.14, 1.14);
  -ms-transform: scale(1.14, 1.14);
}

.widget_home_popular_cat ul li {
  line-height: 20px;
  padding: 2px 0;
}

.wrapper_btns_podbor .wpb_wrapper {
  display: flex;
  justify-content: center;
}

.wrapper_btns_podbor a {
  min-width: 300px;
  background-color: #222;
  color: #fff;
  font-size: 22px;
  padding: 10px 30px;
  text-transform: unset;
  transition: all 0.3s easy;
}

.wrapper_btns_podbor a:hover {
  background-color: #f31502;
}

.widget_home_popular_cat {
  display: inline-flex;
  width: calc(16.66% - 17px);
}

.cats_popular_items .wpb_wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

.cats_popular_items .wpb_wrapper section div {
  display: flex;
  padding: 10px 20px;
  background-color: #fff;
  width: 100%;
}

.widget_home_popular_cat li a {
  color: #848484;
  font-size: 16px;
  font-weight: 500;
}

.widget_home_popular_cat .sub-menu li a {
  font-size: 14px;
  font-weight: 400;
}

.widget_home_popular_cat .sub-menu {
  margin-left: 0;
}

.widget_home_popular_cat li.home_menu_more a {
  color: #700000;
}

.cats_popular_items {
  padding-top: 50px;
}



@media (max-width: 770px) {
  .cats_popular_items section {
    width: calc(50% - 10px);
  }
  div#after_banners_btns {
            flex-direction: column;
        gap: 10px;
}
.vc_custom_1500706621059 {
    display: flex;
    flex-direction: column;
}
.home_baners_items {
    flex-direction: column;
}
.home_baners_item {
    width: 100%;
}
.home_baners_tile {
    max-width: 100%;
}
.home_baners_tile h2 {
    font-size: 23px;
}
.home_baners_tile a {
    margin-top: 0;
    padding: 10px;
    font-size: 14px;
}
}