ul,
li {
  list-style: none !important;
}

body {
  margin: 0 !important;
}

a {
  outline: none;
}

.woocommerce-widget-layered-nav-list__item::before {
  content: unset;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  background: transparent;
  border: none;
  text-decoration: none;
}

.ajax:before {
  content: '';
  position: absolute;
  display: flex !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  opacity: 0.6;
  cursor: wait;
}

.ajax_box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.ajax_error {
  color: red;
}

.ajax_success {
  color: green;
}

.icon_close {
  position: relative;
}

.icon_close:before {
  content: '';
  position: absolute;
  display: inline-flex;
  width: 10px;
  height: 2px;
  background-color: #000;
}

.icon_close:after {
  content: '';
  position: absolute;
  display: inline-flex;
  width: 2px;
  height: 10px;
  background-color: #000;
}

.icon_close {
  position: relative;
  transform: rotate(45deg);
}

#menu-menu-main .ts-menu-drop-icon {
  display: none;
}

.sidebar_catalog_item .ts-menu-drop-icon {
  display: none;
}
.info-desc{
  position: relative;
}
#header_geo{
  position: absolute;
  display: none;
  transition: all 0.5s ease;
}
.header_geo_con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#header_geo.active {
  display: inline-flex;
  position: absolute;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  padding: 10px;
  z-index: 9999;
  background-color: #fff;
  min-width: 138px;
  border-radius: 20px;
}
.header_geo_btns {
  display: flex;
  width: 100%;
  justify-content: center;
}
.header_geo_btns btn {
  padding: 5px 10px;
  background-color: #ddd7d7;
}
#header_tax_menu {
  min-height: 68px;
}

.icon_checkbox {
  width: 16px;
  height: 15px;
  border: 1px solid;
  border-radius: 3px;
}

.vertical_menu_heading_box {
  visibility: hidden;
  opacity: 0;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
}

.home .vertical_menu_heading_box {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 999;
  background-color: #222;
}

.home .is-sticky .vertical_menu_heading_box {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.vertical-menu-wrapper {
  position: relative;
}

.vertical-menu-wrapper:hover .vertical_menu_heading_box {
  display: inline-flex;
  opacity: 1;
  visibility: visible;
  z-index: 999;
  background-color: #222;
}

.vertical_menu_heading_box li a {
  color: #fff;
}

.vertical_menu_heading_box ul {
  width: 100%;
}

.li_item_box {
  display: flex;
  align-items: center;
  position: relative;
}

.sub_menu_item a {
  display: flex;
  align-items: center;
}

.vertical_menu_heading_box .sub_menu_item span::before {
  background-color: unset;
}

.submenu_toggler {
  top: unset;
}

.ts-menu-drop-icon {
  position: absolute;
  right: 14px;
  display: inline-flex;
  padding: 5px;
}

.ts-menu-drop-icon i {
  color: #fff;
}

.vertical_menu_heading_box .sub-menu {
  width: auto;
  display: none;
  transition: all 0.3s ease;
}

.li_item_box a {
  display: inline-flex;
  padding: 5px;
}

.sub-menu.active {
  display: block;
}

.sub_menu_item_box {
  display: none;
  position: absolute;
  z-index: 9;
  left: 100%;
  background-color: #fff;
  top: 0;
  width: 1372px;
  padding: 20px;
}

.sub_menu_item:hover .sub_menu_item_box {
  display: flex;
}

.sub_menu_item_box h3 {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 25px;
  font-weight: 500;
}

.vertical_menu_heading_box .sub_menu_item_box a {
  color: #000;
}

.custom_menu_block>div>div {
  display: flex;
  flex-direction: column;
}

.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.icon_plus {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.icon_plus:before {
  content: '';
  position: absolute;
  display: inline-flex;
  width: 20px;
  height: 2px;
  background-color: #000;
  top: 50%;
  transform: translate(0, -50%);
}

.icon_plus:after {
  content: '';
  position: absolute;
  display: inline-flex;
  width: 2px;
  height: 20px;
  background-color: #000;
  left: 50%;
  transform: translate(-50, 0);
}

#colophon {
  overflow: hidden;
}

.vc_row.wpb_row.vc_row-fluid {
  display: flex;
  width: 100%;
}

.wrapper_quick_filters {
  display: flex;
  margin: 10px 0 20px;
}

.quick_filters_items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.quick_filters_item a {
  display: inline-flex;
  padding: 10px 20px;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease;
}

.quick_filters_item a:hover {
  background-color: #800000;
  color: #fff;
}

button.sorter-mobile__card-refresh {
  display: none;
}

.sub_menu_item_wrapper {
  position: absolute;
  display: none;
  z-index: 999;
  background-color: #fff;
  left: 100%;
  width: 100%;
  right: 0;
  max-width: min-content;
  min-width: 1371px;
  top: 0;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.custom_menu_block {
  min-height: 365px;
}

.sub_menu_item_wrapper.active {
  display: flex;
}

.ts-menu-drop-icon i {
  color: #fff;
  font-size: 22px;
}

.sub_menu_item_wrapper h3 {
  font-size: 22px;
  margin: 0;
}

.vertical_menu_heading_box .sub_menu_item_wrapper a {
  color: #000 !important;
}

.vertical_menu_heading_box .ts-menu-drop-icon {
  padding: unset;
}

.sub_menu_item_a {
  display: flex;
}

.child_items.active .sub_menu_item_wrapper {
  display: flex;
}

.plus-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.plus-icon::before,
.plus-icon::after {
  content: '';
  position: absolute;
  background-color: #333;
}

/* Горизонтальная линия */
.plus-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}

/* Вертикальная линия */
.plus-icon::after {
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.wpb_widgetised_column.wpb_content_element {
  display: flex;
  width: 100%;
}

.home .content_product_flag {
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 9;
}

.home .thumbnail-wrapper .content_product_flag img {
  max-width: 24px;
}

.ajax_add_to_cart .ajax_box {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 12px;
  padding: 5px 10px;
  white-space: nowrap;
}

.ajax_add_to_cart .ajax_box.ajax_success {
  background-color: green;
  color: #fff;
}

.ajax_add_to_cart .ajax_box.ajax_error {
  background-color: red;
  color: #fff;
}

.__jivoCallbackBtn {
  /* bottom: 65px !important;
                    right: -28px !important; */
}

.pfModalQrCodeTitle svg {
  width: 34px;
}

.pfWidget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2147483646;
  box-sizing: border-box;
}

.pfWidgetInner {
  position: relative;
}

.pfModalQrCodeTitle {
  gap: 10px;
}

.btn.btn_max {
  padding: 10px 20px;
  background-color: #6e6ef9;
  color: #fff;
  text-decoration: none;
}

.pfWidgetBtn {
  border-radius: 50%;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 0 4px;
  z-index: 1;
  border: none;
  appearance: initial;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-appearance: none;
  background-color: transparent;

  @media (max-width: 960px) {
    width: calc(100% - 3px);
    height: calc(100% - 3px);
  }
}

.pfWidgetBtnWave {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: sonarWave 2s ease infinite;
  pointer-events: none;
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }

  to {
    transform: scale(3);
    opacity: 0;
  }
}

.pfWidgetBtnWaveMixed {
  animation:
    sonarWaveMixedTelegram 2s,
    sonarWaveMixedWhatsapp 2s,
    sonarWaveMixedWhatsapp 2s;
  animation-delay: 0s, 3s, 6s;
  background: transparent;
}

@keyframes sonarWaveMixedTelegram {
  from {
    background: #0088cc;
    opacity: 0.5;
  }

  to {
    opacity: 0;
    transform: scale(3);
  }
}

@keyframes sonarWaveMixedWhatsapp {
  from {
    background: #25d366;
    opacity: 0.5;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(3);
  }
}

.pfWidgetBtnWrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.pfWidgetBtnWrapMixed {
  z-index: 102;
}

.pfWidgetBtnWrapMixed img {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

.pfWidgetBtnWrapMixed .pfWidgetBtn {
  width: 100%;
  height: 100%;
}

.pfWidgetBtnWrapWhatsapp .pfWidgetBtn {
  background: #25d366;
}

.pfWidgetBtnWrapTelegram .pfWidgetBtn {
  background: #0088cc;
}

.pfWidgetBtnWrapTelegram .pfWidgetBtnWave {
  background: #0088cc;
}

.pfWidgetBtnWrapWhatsapp .pfWidgetBtnWave {
  background: #25d366;
}

.pfWidgetBtnWrapOutline .pfWidgetBtnOutline {
  background: #fff;
}

.pfWidgetBtnWrapTelegram {
  z-index: 100;
}

.pfWidgetBtnWrapWhatsapp {
  z-index: 101;
}

.pfWidgetBtnWrapTelegramActive {
  transform: translateY(-176px);

  @media (max-width: 960px) {
    transform: translateY(-96px)
  }
}

.pfWidgetBtnWrapWhatsappActive {
  transform: translateY(-88px);

  @media (max-width: 960px) {
    transform: translateY(-48px);
  }
}

.pfWidgetBtnBorder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  box-sizing: border-box;
}

.pfWidgetBtnWrapTelegram .pfWidgetBtnBorder {
  background: linear-gradient(180deg, #5ec9ff 0%, #0088cc 100%);
}

.pfWidgetBtnWrapWhatsapp .pfWidgetBtnBorder {
  background: linear-gradient(180deg, #86ffb3 0%, #26d367 100%);
}

.pfWidgetBtnWrapOutline .pfWidgetBtnBorder {
  background: linear-gradient(180deg, #86FFB3 0%, #26D367 100%);
}

.pfWidgetIcon {
  height: 100%;

  @media (max-width: 960px) {
    height: 16px;
    width: 16px;
  }
}

/* Desktop classes */
.desktop_bottom-right {
  bottom: 60px;
  right: 7px;
}

.desktop_bottom-left {
  bottom: 0;
  left: 0;
}

.desktop_top-right {
  top: 0;
  right: 0;
}

.desktop_top-left {
  top: 0;
  left: 0;
}

/* Mobile classes */
.mobile_bottom-right {
  bottom: 0;
  right: 0;
}

.mobile_bottom-left {
  bottom: 0;
  left: 0;
}

.mobile_top-right {
  top: 0;
  right: 0;
}

.mobile_top-left {
  top: 0;
  left: 0;
}

.mobile_top-left .pfWidgetBtnWrapWhatsappActive,
.mobile_top-right .pfWidgetBtnWrapWhatsappActive {
  transform: translateY(88px);

  @media (max-width: 960px) {
    transform: translateY(48px);
  }
}

.mobile_top-left .pfWidgetBtnWrapTelegramActive,
.mobile_top-right .pfWidgetBtnWrapTelegramActive {
  transform: translateY(176px);

  @media (max-width: 960px) {
    transform: translateY(96px)
  }
}

@media (max-width: 639px) {
  .desktop_bottom-right {
    bottom: 100px;

  }
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern {
  color: #fff;
  border-color: #75d69c;
  background-color: #75d69c;
}

.vc_general.vc_btn3 {
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  color: #5472d2;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all .2s ease-in-out;
  line-height: normal;
  box-shadow: none;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

#pum-39342 .popmake-content {
  padding: 50px;
}

.vc_btn3-container.vc_btn3-center {
  text-align: center;
}

.footer_container_top {
  display: flex;
  width: 100%;
}

.footer_container_top_left {
  display: flex;
  padding: 50px 50px 50px 100px;
  border-right: 1px solid;
  min-width: 600px;
  max-width: 600px;
}

.footer_container_top_right {
  display: flex;
  flex-direction: column;
  flex: 2;
}

.footer_container_top_right_top {
  display: flex;
  padding: 50px 0 20px 30px;
  border-bottom: 1px solid;
}

.footer_container_top_right_bottom {
  display: flex;
  padding: 30px 0 50px 30px;
}

.first-footer-area_right.footer-area {
  display: flex;
  width: 100%;
}

.footer_area_con {
  display: flex;
  width: 100%;
}

.widget_footer_widget_area_right_top {
  max-width: 800px;
  width: 100%;
}

.widget_footer_widget_area_right_top .widget-title {
  border: none;
}

.widget_footer_widget_area_right_top {
  width: 100%;
}

.footer_container_top_right_bottom .footer_area_con {
  display: flex;
  width: 100%;
  gap: 30px;
}

.footer_container_top_right_bottom .widget_nav_menu {
  min-width: 300px;
  padding: 0;
}

.footer_container_top_right_bottom .widget_nav_menu {
  border: none;
  margin: 0;
}

.first-footer-area_left .footer_area_con {
  flex-direction: column;
  gap: 30px;
}

.widget_footer_widget_area_left_tml_menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.widget_area_left_tml_menu_item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.widget_area_left_tml_menu_item p {
  margin: 0;
  font-size: 12px;
}

.widget_area_left_tml_menu_item_icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  width: 50px;
  height: 50px;
}

.widget_area_left_tml_menu_item_icon img {
  max-width: 20px;
}

.widget_shopping_cart {
  position: absolute;
  display: none;
  right: 0;
  transition: all 0.3s ease;
}

#site-header-cart:hover {
  position: relative;
}

#site-header-cart:hover .widget_shopping_cart {
  display: inline-flex;
  padding: 10px;
  background-color: #fff;
  z-index: 9999999;
  min-width: 350px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  -webkit-transition: all 0.3s ease-out;
}

.cart_item_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 0 0;
}

.cart_item_box_img a {
  display: flex;
  width: 100%;
}

.cart_item_box_img {
  display: inline-flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
}

.woocommerce .cart-cart_item_box_img img {
  max-width: 80px;
  max-height: 80px;
}

.woocommerce ul.cart_list li img {
  margin-right: 0;
  width: 80px;
  height: 80px;
}

.cart_item_box_info {
  max-width: 239px;
  display: flex;
  padding: 5px 0 5px 10px;
}

.cart_item_box_meta_quantity {
  display: flex;
  align-items: center;
}

.cart_item_box_meta {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}

.woocommerce .cart_item_box_meta_quantity .quantity {
  display: flex !important;
  align-items: center;
  margin: 0 !important;
}

.remove.remove_from_cart_button {
  position: absolute !important;
}

.ajax_add_to_cart_custom:focus {
  background-color: unset !important;
}

.button.ajax_add_to_cart_custom.loading span,
.button.ajax_add_to_cart_custom.added span {
  display: none !important;
}

.modal_form {
  display: none;
  transition: all 0.3s ease;
}

.modal_form {
  display: none;
  transition: all 0.3s ease;
}

.modal_form.active {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  justify-content: center;
  transition: all 0.3s ease;
}

.modal_form_overlay {
  position: absolute;
  display: flex;
  z-index: 9;
  background-color: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.modal_form_con {
  position: relative;
  display: flex;
  height: 100%;
  z-index: 99;
  width: 100%;
  justify-content: center;
  overflow-y: auto;
}

.modal_form_con_box {
  position: relative;
  display: flex;
  z-index: 99;
  height: max-content;
  transform: translateY(-50%);
  top: 50%;
  padding: 18px;
  border-radius: 3px;
  border: 8px solid #000;
  box-shadow: 0px 0px 30px 0px rgb(2, 2, 2);
  background-color: rgb(255, 255, 255);
}

.btn_form {
  background-color: #3f3f3f;
  border-color: #3f3f3f;
  color: #fff;
  min-height: 48px;
  transition: all 0.3s ease;
  width: max-content;
}

.btn_form:hover {
  background-color: #700000;
  border-color: #800000;
  color: #ffffff;
}

.wrapper_form_help_selection {
  max-width: 690px;
}

#form_help_selection {
  position: relative;
}

#form_help_selection input {
  max-width: 100%;
}

#form_help_selection .form_row_btns {
  flex-direction: row;
  gap: 20px;
}

form input.validete {
  border: 2px solid red;
}
.modal_region{
  position: fixed;
  display: none;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.overlay{
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background-color: #000;
  opacity: 0.5;
}
.modal_region.active {
  display: flex;
    opacity: 1;
    z-index: 99999;
    overflow-y: auto;
}
.modal_region_con {
 display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}
.modal_region_box {
display: flex;
  position: relative;
  z-index: 99;
  background-color: #fff;
  padding: 40px;
  max-width: 70%;
}
.modal_region_box_items {
 display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
.region_box_item {
  display: inline-flex;
  width: calc(17% - 0px);
}
.icon_close_modal_region {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
span.header_address {
  cursor: pointer;
  transition: all 0.3s ease;
}
.info-desc:hover:after {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.info-desc:after {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#page_contact_phone,
#page_contact_email {
  display: flex;
  justify-content: center;
}
.brand_items {
    display: flex;
    flex-wrap: wrap;
}


@media only screen and (max-width: 770px) {
  body.admin-bar .mobile-menu-wrapper {
    top: 0;
  }

  body .pfWidget.desktop_bottom-right {
    width: 40px !important;
    height: 40px !important;
    bottom: 71px !important;
    right: 20px !important;
  }

  .pfWidgetInner {
    width: 40px !important;
    height: 40px !important;
  }

  .vertical-slideshow-banner {
    flex-direction: column-reverse;
  }

  .header-middle {
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .site-content .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .site-content .vc_custom_1500745152246 {
    margin-top: 20px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #main {
    margin-top: 40px;
  }

  #main-content {
    padding: 0px;
  }

  .header-middle.footer_middle_mobile {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  }

  .front_filter_wrap_box h3 {
    font-size: 22px;
  }

  body {
    padding-bottom: 96px;
  }

  .footer_middle_mobile_con {
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .middle_mobile_item {
    display: inline-flex;
  }

  .header_cart_mobile {
    margin-bottom: 0;
  }

  .middle_mobile_item button {
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    margin: 0;
  }

  span.ic-mobile-menu-button,
  .middle_mobile_item_home a {
    cursor: pointer;
    font-size: 24px;
    z-index: 9;
    background: transparent;
    border-radius: 10px;
    border: 1px solid;
    padding: 9px 13px;
    color: #000;
  }

  body .ic-mobile-menu-button {
    z-index: 99999;
    position: fixed;
    top: 53px;
    left: 20px;
    border: none;
    padding: 0;
  }

  #home_about {
    display: flex;
    flex-direction: column-reverse;
  }

  .home_about_items .feature-content,
  .home_about_items .feature-wrapper {
    padding: 0 !important;
  }

  .feature-horizontal.icon-big .feature-icon {
    font-size: 36px;
    width: 56px;
  }

  #colophon .vc_custom_1494043939469 {
    padding-top: 20px !important;
    flex-direction: column;
  }

  .footer-two-column .vc_col-sm-4 {
    padding-right: 0;
  }

  .mobile-menu-wrapper {
    z-index: 99999999;
  }

  span.ic-mobile-menu-button.visible-phone {
    display: inline-flex !important;
    border: 1px solid #000;
    left: -1px;
    border-radius: 0px 10px 10px 0;
    top: 77px;
    width: 50px;
    height: 38px;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    background-color: #69696978;
  }

  .fa-bars:before {
    color: #000;
  }

  .header_cart_mobile,
  .ts-group-meta-icon-toggle,
  .callback_order_btn,
  .mobile_search_btn {
    margin-left: 0;
  }

  a#mobile_chat {
    font-size: 24px;
    z-index: 9;
    background: transparent;
    border-radius: 10px;
    float: right;
    border: 1px solid;
    padding: 9px 13px;
    color: #000;
  }

  .middle_mobile_item.middle_mobile_item_bars {
    position: absolute;
  }

  .breadcrumbs a {
    font-size: 14px;
    line-height: 1.5;
  }

  .breadcrumbs span {
    margin: 0 2px;
  }

  .jv-mobile-button,
  .jv-android .jv-mobile-button,
  .wrap__MhPPW._orientationRight__DylVg,
  .jv-copyright .jv-mobile-button {
    display: none !important;
  }

  .header_mob_menu_catalog .sub-menu {
    display: none;
    padding-left: 12px;
  }

  .header_mob_menu_catalog .submenu_toggler {
    display: inline-flex;
  }

  .mobile-menu-wrapper li a {
    width: auto !important;
    padding: 11px 0px !important;
  }

  .li_item_box a {
    color: #fff;
  }

  .header_mob_menu_catalog .sub-menu.active {
    display: block;
  }

  .li_item_box {
    padding: 0 10px;
    justify-content: space-between;
  }

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

  .cats_popular_items .wpb_wrapper {
    gap: 10px;
    justify-content: space-between;
  }

  .cats_popular_items {
    padding: 0;
  }

  .widget_home_popular_cat li a {
    font-size: 14px;
  }

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

  .widget_home_popular_cat ul.sub-menu a {
    font-size: 12px;
  }

  .footer_container_top_left {
    min-width: auto;
    max-width: max-content;
    width: 100%;
  }

  .footer_container_top {
    flex-direction: column;
  }

  .footer_container_top_right_top {
    padding: 25px;
  }

  .footer_container_top_right_bottom {
    padding: 25px;
  }

  .footer_container_top_right_bottom .footer_area_con {
    flex-direction: column;
  }
}

@media (max-width: 639px) {
  .desktop_bottom-right {
    bottom: 140px !important;
  }

  .globalClass__vHG1x .button__DzVs3 {
    margin-bottom: 86px !important;
  }

  ._orientationRight__hJsVS.wrap__EoyKe {
    z-index: 999 !important;
  }

}


@media (max-width: 480px) {
  .home_about_items {
    display: flex;
    flex-direction: column;
  }
  .brand_items .vc_empty_space {
    display: none;
}
}