* {
  box-sizing: border-box;
}

.bottom_contetn {
  width: 100%;
}

.singlePostWrapper .bread-crumbs > span[typeof="ListItem"]:nth-child(5),
.singlePostWrapper .bread-crumbs > .divider:nth-child(4) {
  display: none;
}

main {
  /* background: url(/wp-content/themes/olil2/files//bg-square.png) top left #fff; */
}

.header {
  width: 100%;
  height: 550px;
  background: linear-gradient(rgba(47, 53, 67, 0.73), rgba(47, 53, 67, 0.73)),
    url("/wp-content/themes/olil2/images/background-header.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.header_time {
  width: 100%;
  height: 550px;
  background: linear-gradient(rgba(47, 53, 67, 0), rgba(47, 53, 67, 0)),
    url("/wp-content/themes/olil2/images/out.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.main_wrapper {
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
}

.header_wrapper {
  max-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding-left: 30px;
  padding-right: 30px;
  color: white;
}

.header_maintext {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  max-width: 650px;
  color: #ffffff;
}

.header_about p {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  max-width: 520px;
}

.header_bottom {
  margin-top: -66px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  gap: 5px;
}

.bottom_box {
  max-width: 370px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid var(--theme-grey-normal);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 20px;
  width: 100%;
}

.bottom_maintext {
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  color: var(--theme-brown);
  text-align: left;
  width: 100%;
}

.bottom_contetn p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--theme-black);
}

.catalog {
  background: #f8f8f8;
}

.catalog .accessories-container {
  object-fit: contain;
}

.catalog .accessories-container {
  padding-right: 15px;
  position: relative;
}

.catalog_devices_maintext {
  color: var(--theme-brown);
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 45px;
  text-align: center;
}

.devices_grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, 270px);
  justify-content: space-around;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  overflow: hidden;
  transition: 0.4s all;
}

.about {
  background: #eee url(/wp-content/themes/olil/files/bg_content.gif) top left;
  border-bottom: 3px solid #dedede;
  border-top: 3px solid #dedede;
}

.divices_item {
  width: 270px;
  height: 318px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin-bottom: 30px;
}
.divices_item:hover .image_devices {
  border: 2px solid var(--theme-brown);
}

.divices_item:hover .text_items {
  background-color: var(--theme-brown);
  color: #ffffff;
}
.catlog_devices {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px;
}

.show_block {
  width: 100%;
  height: 100%;
  position: relative;
}

.text_items_hidden {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin-top: 15px;
  margin-left: 15px;
  z-index: 20;
  margin-right: 10px;
  margin-bottom: 5px;
}

.text_items {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  padding: 5px 10px;
  background: var(--theme-grey-light);
  color: var(--theme-black);
  text-align: center;
  border-radius: 0 0 5px 5px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub_text_item {
  font-size: 12px;
  color: white;
}

.image_devices {
  object-fit: cover;
}

.hidden_block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #232323;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}

.hidden_block:hover {
  opacity: 1;
}

.hidden_block:hover ~ .show_block {
  opacity: 0;
}

.about_text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  /* or 158% */
  margin-left: 15px;
  margin-right: 10px;
  text-align: left;
  color: #ffffff;
}

.button_showmore {
  background: white;
  border-radius: 5px;
  width: 251px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid var(--theme-brown);
  color: var(--theme-brown);
}

.button_showmore:hover {
  color: var(--theme-black);
  border: 1px solid var(--theme-black);
}

.about {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* margin-bottom: 70px; */
}

.about_maintext {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: var(--theme-brown);
  margin-bottom: 45px;
}

.about_abouttext {
  font-weight: 500;
  line-height: 1.3;
  color: var(--theme-black);
}

.popular {
  background: #eee url(/wp-content/themes/olil/files/bg_content.gif) top left;
  border-bottom: 3px solid #dedede;
  border-top: 3px solid #dedede;
}

.vendor {
  background: var(--theme-grey-light);
}

.vendor .accessories-container {
  padding-right: 15px;
  position: relative;
}

.vendor .accessories-container .accessories-item img {
  object-fit: contain;
}

.catalog,
.vendor,
.popular,
.block_zero {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* padding-bottom: 60px; */
}

.popular_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.popular_item:hover {
  background-color: var(--theme-grey-dark);
  color: #ffffff;
}

.popular_item {
  background: #ffffff;
  border-radius: 47px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--theme-black);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  box-sizing: border-box;
  transition: ease-in-out 0.3s;
}

.news_list {
  background: #f8f8f8;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 40px;
}

.news_list_wrapper {
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
}

.news_list_wrapper .accessories-container {
  position: relative;
}

.news_list .left {
  left: -25px;
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 20;
}

.vendor .left {
  width: 17px;
  left: -10px !important;
  position: absolute;
  top: 26%;
  cursor: pointer;
  z-index: 20;
}

.tovars-list .left {
  left: -10px !important;
  position: absolute;
  top: 45%;
  cursor: pointer;
  z-index: 20;
}

.tovars-list .right {
  position: absolute;
  right: -15px;
  top: 45%;
  cursor: pointer;
  z-index: 20;
}

.news_list .right {
  position: absolute;
  right: -25px;
  top: 40%;
  cursor: pointer;
  z-index: 20;
}

.vendor .right {
  width: 17px;
  position: absolute;
  right: -10px;
  top: 26%;
  cursor: pointer;
  z-index: 20;
}

.date_news {
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: var(--theme-black);
  width: 100%;
  text-align: left;
  margin: 0px;
  margin-bottom: 5px;
}

.main_news {
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
}

.main_news a {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  width: 100%;
  text-align: left;
  color: var(--theme-brown);
}

.short_news p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--theme-black);
  width: 100%;
  text-align: left;
}

.vendor-items {
  background: #ffffff;
  border-radius: 7px;
  height: 140px;
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog_item_h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: var(--theme-brown);
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.catalog_item {
  width: 220px;
  height: 280px;
  padding-top: 20px;
  padding-bottom: 36px;
  padding-left: 5px;
  padding-right: 5px;
  background: #ffffff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 38px;
}

.owl-vendor_h3 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-black);
  width: 100%;
  text-align: center;
}

.image_devices {
  border-radius: 5px 5px 0 0;
  border: 2px solid var(--theme-grey-light);
}

@media (max-width: 592px) {
  .header_bottom {
    margin-top: 20px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .devices_grid {
    justify-content: center;
  }
  .button_showmore {
    margin-top: 30px;
  }
  .popular_item p {
    max-width: 300px;
    text-align: center;
  }
}

#vendor .preview-image-product {
  object-fit: contain !important;
  height: 100px !important;
  width: 170px !important;
}

.catalog_item .preview-image-product {
  object-fit: contain !important;
  height: 150px !important;
  width: 150px !important;
}

#menu-item-1478 .sub-menu {
  max-width: 854px;
}

.container_newmain {
  max-width: 1200px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
}

/* Max-width 320px */

@media (max-width: 320px) {
  .popular_item {
    font-size: 12px !important;
  }
}

/* Max-width 1200px and Min-width 320px */

@media (max-width: 1200px) and (min-width: 321px) {
  .popular_item {
    /* 30px - 24px */
    font-size: calc(0.75rem + 4 * (100vw - 320px) / 880) !important;
  }
}

/* Min-width 1200px */

@media (min-width: 1201px) {
  .popular_item {
    font-size: 16px !important;
  }
}

#primary #main {
  background: none;
}

#primary #main .status-publish {
  background: #ffffff;
  box-shadow: 1px 4px 14px rgb(0 0 0 / 8%);
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 35px;
  padding-bottom: 35px;
  /* gap: 45px; */
  margin-bottom: 30px;
  flex-wrap: wrap;
}

#primary #main .status-publish .entry-title a {
  color: var(--theme-black);
}

#primary #main .status-publish .entry-title a.more-link {
  color: var(--theme-grey-dark);
}

#primary #main .status-publish .entry-title {
  margin-bottom: 20px;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 22px !important;
  color: #2f3543 !;
  line-height: 30px;
}

/* .owl-item.active a:hover img{
    position: relative;
    top: -15px;
} */

.owl-item.active .accessories-item .main_news a:hover,
a.open-popup-link:hover {
  color: var(--theme-grey-dark);
}

/* .sub-menu li.menu-item-type-post_type .sub-menu{
    position: absolute;
    visibility: hidden;
    opacity: 0; 
    left: -25px;
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    transition: .3s linear;
} */

/* .sub-menu li.menu-item-type-post_type:hover .sub-menu{
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    left: -25px;
} */

#menu-verhnee-menyu .sub-menu li .sub-menu li {
  border-bottom: 1px solid #fff;
  padding-left: 17px;
}

.sub-menu .menu-item-has-children .sub-menu {
  column-count: 1 !important;
}
/* 01.03.2023 */
.datchik-main,
.datchik-main p {
  /* font-family: 'Montserrat', sans-serif; */
}

.datchik-main h1,
.datchik-main h2,
.datchik-main h3,
.datchik-main h4 {
  font-family: "Cuprum", sans-serif;
}
.datchik-main .addres {
  font-weight: 600;
}
.div_imgg img {
  display: block;
  max-width: 410px;
  width: 100%;
  margin: 40px auto 0;
}

.block_zero.price {
  padding-bottom: 0;
}
.element_content p,
.qq_otvet-body p,
.datchik-main p {
  margin: 13px 0;
}
.datchik-main .zakaz_card_text p {
  margin: 6px 0;
}

.datchik-main ul {
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.datchik-main #listing .listing-item p {
  font-size: 16px;
}
.about_abouttext > :first-of-type {
  margin-top: 0;
}
/* .voprosy .container, .primery .container, .container.rowww2, .above_con, */
.datchik-main .container {
  padding-left: 15px;
  padding-right: 15px;
}
.datchik-main .row {
  margin-left: -15px;
  margin-right: -15px;
}
.datchik-main .row > * {
  padding-right: 15px;
  padding-left: 15px;
}
.termodatchik-table,
.voprosy-box,
.elementy,
.termodatchik-wr {
  max-width: 970px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.reviews {
  padding: 40px 0;
}
.reviews__block,
.gallery__block {
  background: white;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 12px;
}
.reviews__text {
  margin: 0 auto;
  margin-bottom: 24px;
  text-align: center;
  max-width: 800px;
}
.reviews__text p {
  margin-bottom: 1rem;
}
.reviews__block a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 141%;
  position: relative;
}
.reviews__block img {
  max-width: 100%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  max-height: 100%;
}
.reviews__block__title {
  margin-top: 12px;
}
.gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 12px;
}
.gallery__block {
  width: calc((100% - 24px) / 3);
}
.gallery__block a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
}
.gallery__block img {
  max-width: 100%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  max-height: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.gallery__block__title {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .reviews .owl-reviews {
    display: flex;
    gap: 24px 12px;
    flex-wrap: wrap;
  }
  .reviews__block {
    width: calc(25% - 9px);
  }
}
@media (max-width: 991px) {
  .reviews__block {
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
    height: 100%;
  }
  .reviews .owl-nav .owl-prev img {
    position: absolute;
    left: -10px;
    top: 45%;
    cursor: pointer;
    z-index: 20;
  }
  .reviews .owl-nav .owl-next img {
    position: absolute;
    right: -10px;
    top: 45%;
    cursor: pointer;
    z-index: 20;
  }
  .reviews .owl-nav {
    padding: 0;
    height: 0;
  }
}
@media (max-width: 768px) {
  .gallery__block {
    width: calc(50% - 12px);
  }
}

#popmake-36522 {
  max-width: 90%;
}

.grecaptcha-badge {
  display: none;
}

.seemore_owl .owl-nav {
  padding: 0;
  height: 0;
}

.seemore_owl.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  width: 50px;
  height: 40px;
  top: 50%;
  position: absolute;
  transform: translatey(-50%);
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.34) 10%,
    #fff 50%
  );
  outline: none;
  border: none;
}
.seemore_owl.owl-carousel .owl-nav button.owl-prev .left {
  left: 0;
  position: absolute;
  top: 3px;
  height: 28px;
}

.seemore_owl.owl-carousel .owl-nav button.owl-next {
  right: 0;
  width: 50px;
  height: 40px;
  top: 50%;
  position: absolute;
  transform: translatey(-50%);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.34) 10%,
    #fff 50%
  );
  outline: none;
  border: none;
}
.seemore_owl.owl-carousel .owl-nav button.owl-next .right {
  right: 0;
  position: absolute;
  top: 3px;
  height: 28px;
}

.seemore_owl.owl-carousel .owl-nav button.owl-prev.disabled,
.seemore_owl.owl-carousel .owl-nav button.owl-next.disabled {
  display: none;
}

#listing .seemore_owl a.seemore__item {
  display: block;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  text-wrap: nowrap;
  font-size: 14px;
}

@media (max-width: 768px) {
  .seemore_owl.owl-carousel {
    display: flex;
    overflow: auto;
    gap: 10px;
  }
  .postBanner__block:has(a) {
    margin: 20px auto;
  }
}

#listing .tax_taxo_list {
  margin-top: 10px;
  margin-bottom: -10px;
}

#popmake-36522 p:has(.btn-3) {
  display: flex;
  align-items: center;
  gap: 12px 20px;
  flex-wrap: wrap;
}

@media (max-width: 420px) {
  #popmake-36522 p:has(.btn-3) {
    flex-direction: column-reverse;
    align-items: self-start;
  }
}

#listing.product-page .content .termo ul li a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

ul ul {
  margin-bottom: 0 !important;
}

#listing.product-page .models__block table tr td:nth-child(1),
#listing.product-page .models__block table tr td:nth-child(2),
#listing.product-page .models__block table tr td:nth-child(3),
#listing.product-page .models__block table tr td:nth-child(4) {
  font-size: 13px;
  line-height: 1.5;
}

#listing.product-page .models__block table tr td.--active {
  color: green;
  font-weight: 700;
}

.models__block .quantity {
  display: flex;
  align-items: stretch;
}
.models__block .quantity input {
  width: 40px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: 1px solid rgb(118, 118, 118);
  -moz-appearance: textfield;
}

.models__block .quantity input::-webkit-outer-spin-button,
.models__block .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.models__block .quantity div {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(118, 118, 118);
  color: black;
  background: white;
  cursor: pointer;
}
.models__block .quantity .minus {
  border-right: 0;
}
.models__block .quantity .plus {
  border-left: 0;
}
.models__block .btn__buy {
  margin: 0;
  padding: 10px 40px;
}
@media (max-width: 992px) {
  .models__block table thead {
    display: none;
  }
  .models__block table tbody {
    display: block;
  }
  .models__block table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  #listing.product-page .models__block table tr td:nth-child(1),
  #listing.product-page .models__block table tr td:nth-child(2),
  #listing.product-page .models__block table tr td:nth-child(3),
  #listing.product-page .models__block table tr td:nth-child(4) {
    display: block;
    width: 100%;
  }
  #listing.product-page .models__block table tr td:nth-child(5) {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .models__block .quantity input {
    width: calc(100% - 60px);
  }
  #listing.product-page .models__block table tr td:nth-child(6) {
    width: 50%;
  }
  .models__block .btn__buy {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  section#advantages,
  .product-page #advantages {
    display: none;
  }
}

.filter-tab .btn-2 {
  margin: 0;
}

/* 17.07.2024 */
footer .btn-1:active {
  background: transparent;
}
.wp-block-search input {
  padding-left: 15px;
  border-radius: 15px;
  border: 1px solid var(--theme-grey-dark);
  background: transparent;
  outline: none;
  position: relative;
  transition: 0.3s linear;
  caret-color: white;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #222222;
}
.wp-block-search input:focus {
  border-color: var(--theme-brown);
}
.wp-block-search button {
  background: white;
  border-radius: 5px;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #654a00;
  padding: 12px 20px;
  border: 1px solid var(--theme-brown);
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  color: var(--theme-brown);
}
.wp-block-search button:hover {
  background: white;
  border: 1px solid var(--theme-grey-dark);
  border-radius: 5px;
  color: var(--theme-grey-dark) !important;
}
.search-header + div.content-area article.product {
  border: 2px solid var(--theme-grey-light);
  box-shadow: none !important;
}
.search-header + div.content-area article.product h2.entry-title a {
  color: var(--theme-brown) !important;
}
.search-header + div.content-area article.product h2.entry-title a:hover {
  color: var(--theme-grey-dark) !important;
}
.company_catalog__btn.btn-3 {
  border: 1px solid var(--theme-brown);
}
.company_catalog__btn.btn-3 span {
  color: var(--theme-brown);
}
.company_catalog__btn.btn-3:hover {
  border: 1px solid var(--theme-grey-dark);
}
.company_catalog__btn.btn-3:hover span {
  color: var(--theme-grey-dark);
}
.manufacturer .manufacturer_buttons {
  gap: 16px 0px;
}
.content_ofice_item_map {
  flex: 1;
}
.d7 .search-form input:focus {
  border-color: var(--theme-grey-normal);
}
.product-page .filter-tab {
  background-color: var(--theme-grey-normal) !important;
}
.searchandfilter .filter-field:nth-child(odd) {
  background: #ffffff !important;
}
.searchandfilter
  .filter-field:nth-child(even)
  ul
  li.sf-level-0
  .checkmark
  span {
  background: white !important;
}
.searchandfilter
  .filter-field:nth-child(even)
  ul
  li.sf-level-0
  .checkmark
  span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.searchandfilter .filter-field.sf-field-reset:nth-child(even) {
  background: #ffffff !important;
}
.searchandfilter .filter-field.sf-field-reset:nth-child(odd) {
  background: var(--theme-grey-light) !important;
}

header .contacts .contacts-block,
footer .contacts .contacts-block {
  height: auto;
}

header .contacts-block .email,
footer .contacts-block .email {
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .content_ofice_item .content_ofice_item_about {
    max-width: 100%;
  }
  .content_ofice_item_map {
    flex: none;
  }
}
@media (max-width: 767px) {
  header .flags.logo {
    margin-right: 0;
  }
  header .flags.logo img {
    margin-bottom: 0;
  }
  .d7 .search-form input {
    height: 35px;
    width: 180px;
  }
  .d7 .search-form button:before {
    font-size: 14px;
    top: 7px;
    right: 7px;
  }
}
@media (max-width: 360px) {
  .d7 .search-form input:focus {
    width: 160px;
  }
}
@media (min-width: 993px) {
  #listing .listing-item-buttons .btn-2 {
    padding: 12px 17px !important;
  }
}

.manufacturer__text > * {
  margin-bottom: 20px;
}
.manufacturer__text h3 {
  font-size: 1.5rem;
}

.termo .table-responsive tr {
/*   display: none; */
}
.termo .table-responsive tr:nth-child(1),
.termo .table-responsive tr:nth-child(2),
.termo .table-responsive tr:nth-child(3),
.termo .table-responsive tr:nth-child(4),
.termo .table-responsive tr:nth-child(5),
.termo .table-responsive tr:nth-child(6),
.termo .table-responsive tr:nth-child(7) {
  display: table-row;
}

.termo .table-responsive.active tr {
  display: table-row;
}

ul ul {
  margin-bottom: 0 !important;
}

.moreTable {
  margin-bottom: 20px;
  display: block;
  width: fit-content;
}

@media (max-width: 576px) {
  section#advantages,
  .product-page #advantages {
    display: none;
  }
}

.listing-item-buttons .img-fluid,
.availability .img-fluid {
	border-radius: 100%;
}

.pictbw .breadcrumbs div span.divider {
	vertical-align: middle;
    line-height: 1;
    font-size: 7px;
}
.pictbw span.divider {
    font-size: 7px;
}

header .logo a {
	width: max-content !important;
}
header .logo a img {
	height: 60px;
	margin: 0 !important;
}
header .logo p {
	flex: 1;
}
@media (max-width: 767px) {
    header .logo {
		margin-bottom: 20px;
	}
}

#trade {
	background: transparent !important;
}
#trade .trade-header {
	color: var(--theme-brown) !important;
}
#trade .trade-text {
	background: transparent !important;
	padding: 0 !important;
}
#trade .trade-text p,
#trade .trade-text ul,
#trade .trade-text ul li,
#trade .trade-text ol,
#trade .trade-text ol li {
	color: var(--theme-black) !important;
}

.header__right {
	display: flex;
	gap: 12px;
	align-items: center
}
.--whatsapp {
	display: block;
    width: fit-content;
}
.--whatsapp img {
	width: 24px;
}

footer .--whatsapp {
	margin-bottom: 12px;
}

@media (max-width: 766px) {
	footer .--whatsapp {
		margin-bottom: 8px;
	}
}

.href_list_main {
	display: flex;
	gap: 8px;
	align-items: center;
	width: fit-content;
	margin: 12px 0;
	font-weight: 700;
	font-size: 18px;
	color: #dfa400;
}
.href_list_main:hover {
	color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1)) !important;
}
.href_list_main svg {
	width: 32px;
}

.fw-wrap {
	flex-wrap: wrap;
	gap: 12px 0;
}