/* тест 2 */
 /* .lang-switch-wrap {
    height: 36px;
} */
.lang-switch {
    position: relative;
    z-index: 10;
    height: 100%;
    /* background: #e68787; */
}
.lang-switch .current-lang {
    pointer-events: none;
}
.lang-switch .dropdown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 23px;
    padding: 4px 7px;
    border-radius: 6px;
    background: linear-gradient(90deg, #21439b 0%, #4286f4 100%);
    box-shadow: 0px 0px 8px 0px #ffffff!important;
    display: flex;
    flex-direction: column;
    gap: 3px;
    opacity: 0;
    transition: opacity .3s;
}
.lang-switch:hover .dropdown {
    opacity: 1;
    transition: opacity .3s;
}
.lang-item a {
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #17181C;
    text-transform: uppercase;
}
.header-transparent .lang-item a {
    color: #eeeeee;
}
.lang-switch .dropdown .lang-item a {
    color: #eeeeee;
}
.lang-switch:hover .dropdown .lang-item a {
    color: #ffffff;
}
.mini-cart-progress-txt .sum {
	font-weight: 600;
	color: #4286F4;
}
.single-prod-swiper {
    height: 100%;
    background: #000;
}
.megamenu-elem a.menu-link {
  display: inline-block;
  width: auto;
}
.recomend-product-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.recomend-product-wrap .product .price, .prod-slide li.product .price {
  display: flex;
 flex-direction: row;
 justify-content: flex-start;
  gap: 3px 12px;
  flex-wrap: wrap;
}
.contacts-elem a._p {
display: block;
}
.tel-wrap a.txt {
color: #fff;
display: block;
}
.acc-body.open {
  max-height: 300px;
}
.home-catalog {
  margin-top: 0;
}
.img-txt .col-img {
  padding-left: 50px;
}
@media screen and (max-width: 767px){
.img-txt .col-img {
  padding-left: 0;
}
}



/* меню второго уровня */

li.menu-item-has-children {
  padding-right: 28px;
  position: relative;
}
li.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 35px;
  opacity: 0;
  pointer-events: none;
  margin: 0;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(90deg, #21439b 0%, #4286f4 100%);
  transition: .3s;
}
li.menu-item-has-children .sub-menu a {
  color: #fff;
}

li.menu-item-has-children.open .sub-menu {
  opacity: 1;
  pointer-events: all;
  transition: .3s;
}
li.menu-item-has-children::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  background-image: url(../../assets/img/icons/chevron-small-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header.header-transparent li.menu-item-has-children::after {
  filter: invert(1);
}
/* B2B */
.content-page-head .txt-editor {
  max-width: 1046px;
  margin: 0 auto;
  text-align: center;
}
.b2b-wrap {
  gap: 3%;
}
.b2b-forms {
  width: 50%;
} 
.b2b-img {
  width: 47%;
  position: relative;
}
.b2b-img img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
.b2b-img::after {
  content: '';
  display: block;
  width: 100%;
  height: 20.6vw;
  background: #21439B;
  border-radius: 16px 0 0 16px;
  position: absolute;
  top: 0;
  left: 15vw;
  z-index: 0;
}
.form-switch {
  padding: 32px 0 16px;
}
.b2b-forms ._form-row-2 {
  align-items: end;
}
.b2b {
  padding: 0 0 100px;
}
.b2b-form-elem label, .form-switch label {
	font-size: 14px;
	font-weight: 700;
	color: #17181c;
}
@media (max-width: 992px) {
  .content-page-head .txt-editor {
    max-width: 1046px;
    margin: 0;
    text-align: left;
  }
  .b2b-wrap {
    gap: -32px;
    flex-direction: column-reverse;
  }
  .b2b-forms {
    width: 100%;
  } 
  .b2b-img {
    width: 100%;
  }
  .b2b-img::after {
    content: '';
    display: block;
    width: 100%;
    height: 48vw;
    background: #21439B;
    border-radius: 8px 0 0 8px;
    position: absolute;
    top: 0;
    left: 22vw;
    z-index: 0;
  }
  .b2b {
    padding: 0 0 60px;
  }
}
/* burger change */
.mob-icon.menu-open {
  display: block;
  padding: 4px;
  border-radius: 3px;
  background: linear-gradient(90deg, #21439b 0%, #4286f4 100%);
  cursor: pointer;
}
.mob-icon.menu-open img{
  filter: invert(1);
  
}
.header-transparent .mob-icon.menu-open {
    filter: invert(0);
}

/* A-Z */
.az-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.az-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eeeff1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.az-wrap-elem {
  width: 25%;
  border-bottom: 1px solid #eeeff1;
  padding: 2rem 2rem 2rem 0;
}
.az-letter {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: linear-gradient(90deg, #21439b 0%, #4286f4 100%);
  cursor: pointer;
}
.az-letter span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.az-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 28px 0 0;
  padding-left: 18px;
}
.az-list li::marker {
  color: #21439b;
}
.az-list li a {
  color: #17181c;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.az-header {
  padding: 80px 0;
  background: #eaeffb;
}
.az-header__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.az-header-wrap {
  margin-bottom: 2rem;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.az-head-letter {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}
.az-head-letter span {
  color: #17181c;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.az-head-letter:hover {
  background: linear-gradient(90deg, #21439b 0%, #4286f4 100%);
}
.az-head-letter:hover span {
  color: #ffffff;
}
.az-head-letter.active {
  background: linear-gradient(90deg, #21439b 0%, #4286f4 100%);
}
.az-head-letter.active span {
  color: #ffffff;
}
[data-tab-letter="all"] {
  width: 60px;
}
[data-tab-letter="all"] span {
  color: #21439b;
}
@media (max-width: 1365px) {
  .az-wrap-elem {
    width: 33%;
    padding: 2rem 1rem 2rem 0;
  }
  .az-header {
    padding: 40px 0;
  }
  
}
@media (max-width: 992px) {
  .az-wrap-elem {
    width: 50%;
    padding: 1rem 1rem 1rem 0;
  }
  .az-head-letter {
    width: 34px;
    height: 34px;
  }
  .az-head-letter span {
    font-size: 16px;
  }
  .az-letter {
    width: 34px;
    height: 34px;
  }
  .az-letter span {
    font-size: 16px;
  }
  .az-wrap {
    padding-top: 16px;
    
}
.az-list {
  gap: .75rem;
  margin: 20px 0 0;
  padding-left: 17px;
}
}
@media (max-width: 767px) {
  .az-wrap-elem {
    width: 100%;
    padding: 1rem 0;
  }
}

@media (min-width: 993px) {
  .az-header .fibosearch-desk .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
    position: static;
    height: 40px;
    width: 165px;
    border-radius: 8px;
  }
  .az-header .dgwt-wcas-ico-magnifier {
    position: static;
  }
  .az-header .dgwt-wcas-search-wrapp {
    max-width: none;
    width: 740px;
  }
  .az-header .dgwt-wcas-sf-wrapp {
    display: flex;
    max-width: none;
    gap: 8px;
  }
}
@media (max-width: 992px) {
  .wrap__mwjDj  {
    bottom: 70px!important;
  }
}
select {
	appearance: none;
	background-image: url('../img/icons/chevron-small-down.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
}
.woocommerce-input-wrapper label.checkbox {
    display: flex;
}
.woocommerce-input-wrapper label.checkbox #ws_opt_in {
    margin-right: 12px;
}

.wc-prl-recommendations h2.wc-prl-title {
    font-size: 1.5em !important;
    font-weight: bold;
    color: #17181c;
    line-height: 1.3;
}

.wc-prl-recommendations h2.woocommerce-loop-product_title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #17181c !important;
    line-height: 1.3 !important;
}

.wc-prl-recommendations .text-editor h2.woocommerce-loop-product_title {
    font-size: inherit !important;
}

.wc-prl-recommendations .products .woocommerce-loop-product__title {
    font-size: 20px !important;
}

.wc-prl-recommendations ul.products.columns-2 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(150px, 1fr)) !important; 
    gap: 20px !important; 
    justify-content: center;
}

.wc-prl-recommendations ul.products.columns-2 li.product {
    max-width: 100%;
    text-align: center;
}

.wc-prl-recommendations ul.products.columns-2 li.product img {
    max-width: 100%;
    height: auto;
}

h2.wc-prl-title {
  margin-top: 0px !important;
  margin-bottom: 16px !important;
  position: relative;
  text-align: center;
}

h2.wc-prl-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #0070f3;
  border-radius: 3px;
}

h2.wc-prl-title::before {
  content: "👉 ";
  font-size: 1.1em;
  margin-right: 6px;
}
.wc-prl-recommendations {
  background-color: #f6f9ff;
  padding: 20px 15px;
  border-radius: 12px;
  border: 1px solid #dbeafe;
  margin-top: 24px;
  margin-bottom: 12px;
  padding-bottom: 1px !important;
}
.wc-prl-recommendations .status {
  display: none;
}
.bundle_form .woocommerce-info{
  margin: .5rem 0 .5rem!important;
}
.bundle_form .woocommerce-info ul.msg {
  padding-left: 0;
  padding: 10px 15px;
  border: 2px solid #36a94f;
  border-radius: 8px;
}