.product-block .summary .cart .quantity {
    margin-bottom: 0px !important;
  }

.konte-swiper-container .swiper-pagination {
	display: none !important;
}

.no-scroll {
  overflow: hidden;
}

.shop-content-container {
  display: flex;
  flex-wrap: wrap;
}
.content-product-category-top {
  width: 100%;
}
.content-product-category {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content-product-category .content-area {
  width: 79%;
}
.content-product-category-sidebar {
  width: 19%;
  order: -1;
}
.woocommerce-checkout-review-order-table .product-item span.product-quantity .quantity {
  display: flex;
  align-items: center;
  width: 134px;
  position: relative;
  height: 40px;
}
.woocommerce-checkout-review-order-table .product-item span.product-quantity .quantity .qty {
  margin-right: 0;
}
@media (max-width: 670px) {
  .woocommerce-checkout-review-order-table .product-item {
    flex-direction: column;
    gap: 12px;
  }
  .woocommerce-checkout-review-order-table .product-item .product-thumbnail {
    max-width: 160px;
  }
}
.checkout-coupon {
  margin-top: 60px;
  margin-bottom: 60px !important;
}
.checkout-coupon .checkout_coupon .button {
  margin-top: 15px;
}

.content-product-category-sidebar .widget-area {
  padding-right: 0 !important;
  max-width: 265px !important;
  width: 100% !important;
  margin-top: 125px;
}
.content-product-category-bottom {
  width: 100%;
  margin-top: 100px;
}

.product-block .quantity .qty {
	width: inherit !important;
}

.slick-arrow {
  z-index: 10;
  display: flex;
  color: #ffffff;
  padding: 16px 22px;
  background-color: #fff;
  border: 1px solid #161619;
  transition: all .3s;
}
.products .product:hover .variations_form .woocommerce-variation-add-to-cart{
  display: block;
}
.products .product:hover .variations_form .variations select{
  display: block;
}
.products .variations_form .woocommerce-variation-add-to-cart{
  display: none;
}
.products .variations_form .variations select{
  display: none;
}
.products .variations_form {
  visibility: visible !important;
}

.archive .next-posts-navigation a {
  border: none;
  cursor: pointer;
  white-space: nowrap;
  width: auto;
  transition: all 300ms;
  font-size: 16px;
  font-weight: 700;
  fill: #161619;
  color: #161619;
  background-color: #FFFFFF;
  border-style: none;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 20px 15px 20px;
  text-transform: none;
  height: auto;
  position: relative;
}
.archive .next-posts-navigation a:after {
  content: none;
}
.archive .next-posts-navigation a:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
}
.archive .next-posts-navigation a:hover {
  color: #FFFFFF;
  background-color: #161619;
  padding: 15px 40px;
}
.archive .next-posts-navigation .nav-links {
  display: flex;
  justify-content: end;
  position: relative;
}
.archive .next-posts-navigation .nav-links:before {
  content: '';
  position: absolute;
  top: 27px;
  width: 100%;
  height: 1px;
  background-color: #7F747D;
}

.slide {
  position: relative;
  padding-top: 18px;
  padding-bottom: 40px;
  background-color: #F3EDF2;
  box-shadow: 2px 4px 7.099999904632568px 0px #5444505C;
}

.slider-customer-img{
  width: 318px;
  height: 380px !important;
}

.slide-content-right {
  display: flex;
  margin-top: 40px;
  flex-direction: column;
  gap: 8px;
}

.slide-content-right-name {
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}

.slide-star-rating {
  display: flex;
  flex-direction: row;
}
.woocommerce-checkout-review-order-table .product-item .product-name {
  position: relative;
  padding-right: 30px;
}
.woocommerce-checkout-review-order-table .product-item .product-name .remove-item-link {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}
.woocommerce-checkout-review-order-table .product-item span.product-quantity {
  padding-left: 20px;
}

.slide-content {
  display: flex;
  flex-direction: row;
  gap: 17px;
  border-bottom: 1px solid #90888F;
}
.custom-slider-content {
  margin: auto;
  box-sizing: border-box;
}

.custom-slider-content .slick-slide {
  width: 560px;
  padding: 0 20px;
}

.slide-content-right-descr {
  max-width: 150px;
  text-wrap: wrap;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}
.slide-content-right-date {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}

.slide-product-img {
  position: absolute;
  bottom: 42%;
  transform: translate(50%,50%);
  right: 18%;
}

.slide-descr {
  padding: 40px 25px 0 25px;
  text-wrap: wrap;
  display: block;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

@media (max-width: 768px) {
  .slider-customer-img {
    width: 50%;
    height: 25% !important;
  }
  .custom-slider-content .slick-slide {
    width: 335px;
    padding: 0 20px;
  }
  .slide-product-img {
    width: 15%;
  }
  .slide-product-img {
    display: none !important;
  }
  .slick-next {
  right: 0;
  }
  .slick-prev {
  left: 0;
  }
  .slide-content-right-descr {
    font-size: 10px;
  }
  .slide-content-right-name {
    font-size: 18px;
  }
}
footer .textwidget > p > img {
  display: none;
}

.seoText {
  max-height: 77px;
  overflow: hidden;
  transition: all 300ms;
}

.seoText.openText {
  max-height: 44000px;
  transition: all 0.35s ease-in;
}

.wrap_title {
  margin: 0px 0px 20px 0px;
}
.wrap_title .konte-dash {
  text-wrap: wrap;
  color: #161619;
  display: flex;
  align-items: center;
}
.wrap_title .konte-dash .konte-dash__line {
  color: #90888F;
  display: inline-block;
  width: 20px;
  border-bottom: 2px solid;
  vertical-align: middle;
  position: relative;
  top: auto;

}
.wrap_title .konte-dash .konte-dash__text {
    font-size: 42px;
    font-weight: 700;
    text-transform: none;

}
.reviews_text {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}
.reviews_text-item {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
}

.wrap-carousel-related {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.related-products {
  margin-top: 100px;
}
.product-inner:hover {
  z-index: 11000;
}
.woocommerce-badges {
  z-index: 1;
}
ul.products li.product .buttons {
  z-index: 100;
}
ul.products li.product:hover  {
  position: relative;
  z-index: 100;
}
.product-inner .product-summary .price-product {
  font-size: .875rem;
  font-weight: 500;
}
.product-inner:hover .btn_add_to_cart {
  display: block;
}
.product-inner:hover .btn_add_to_cart .add_to_cart_button {
  display: block !important;
}
.product-inner:hover .btn_add_to_cart .product_type_external {
  display: block !important;
}
.btn_add_to_cart .button {
  color: white;
  line-height: 25px;
  line-height: 1.5rem;
  padding: 20px;
  background: #161619;
}
.btn_add_to_cart {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.product-custom {
  position: relative;
  box-shadow: none;
  padding: 0;
  background-color: inherit;
}
.product-custom .wishlist-button {
  position: absolute;
  right: 20px;
  top: 17px;
  display: none;
  transition: all 1s;
}

.product-custom .wishlist-button svg {
  vertical-align: -0.125em;
  width: 1em;
  height: 1em;
  fill: currentColor;
  display: inline-block;
}
.product-inner:hover .wishlist-button{
  display: block;
}
.advantages {
  margin-top: 90px;
  margin-bottom: 0px;
  margin-top: 107px;
}
.advantages_row {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  gap: 40px;
}
.advantages_item {
  width: 33.333%;
}
.advantages_item__icon {
  font-size: 3.5rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 22px;
  width: 72px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EDE5EB;
}
.advantages_item__icon img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.advantages_item__title {
  font-size: 1.5rem;
  color: inherit;
  font-weight: 500;
  margin: 0 0 22px 0;
}

.title-container {
  text-wrap: wrap;
  color: #161619;
  display: flex;
  align-items: center;
}
.title-dash__line {
  color: #90888F;
  display: inline-block;
  width: 20px;
  border-bottom: 2px solid;
  vertical-align: middle;
  position: relative;
}
.title-dash__text {
  font-size: 42px;
  font-weight: 700;
  text-transform: none;
  margin-left: 40px;
}
.faq-section {
  margin-top: 107px;
	margin-bottom: 107px;
}
.faq-section .konte-accordion__icon.opened {
  transform: rotate(45deg);
}
.faq-section .custom-acc {
  max-width: 950px;
  margin-left: auto;
  margin-top: 30px;
}

.custom-container-btn {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-top: 30px;
}
.custom-container-btn__line {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-container-btn__line--dashed {
  width: 100%;
  height: 1px;
  background-color: #7F747D;
}
.custom-container-btn__btn {
  min-width: 130px;
  cursor: pointer;
  white-space: nowrap;
  width: auto;
  transition: all 300ms;
  font-size: 16px;
  font-weight: 700;
  fill: #161619;
  color: #161619;
  background-color: #FFFFFF;
  border-style: none;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 20px 15px 20px;
}
.custom-container-btn__btn:hover {
  color: #FFFFFF;
  background-color: #161619;
  padding: 15px 40px;
}
.section-seoText {
  margin-top: 107px;
}
.multiple-items-archive {
  position: relative;
}
.slick-arrow {
  position: absolute;
  top: 45%;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.form-test {
  max-width: 660px;
  background-color: #EDE5EB;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.17);
  transition: all 300ms;
  padding: 80px 80px;
  position: absolute;
  right: 10%;
  bottom: -40px;
}
.section-form-test_mob_img {
  display: none;
}
.breadcrumb-section {
  margin-top: 107px;
  margin-bottom: 60px;
}
.form-test__content {
  margin-bottom: 40px;
  margin-top: 30px;
}
.form-text__btn {
  cursor: pointer;
  max-width: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  background-color: #161619;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #161619;
  border-radius: 0px 0px 0px 0px;
  padding: 20px 50px 20px 50px;
  transition: all 300ms;
  color: #fff;
}
.form-text__btn:hover {
  color: #161619;
  background-color: #FFFFFF;
  border-color: #161619;
}
.form-test .title-container {
  display: flex;
}
.form-test .title-dash__line {
  height: 3px;
  padding-top: 30px;
}

.section-form-test {
  background-image: url('https://katsadze.care/wp-content/uploads/2024/07/about-us.webp');
  background-position: 50%;
  background-size: cover;
  height: 590px;
  position: relative;
  margin-bottom: 220px;
}

.banner-category-page {
  height: 408px;
}
.banner-category-page  .block-banner {
  max-width: 506px;
  width: 50%;
}
.banner-category-page  .block-banner-image {
  width: 50%;
  height: 100%;
  position: relative;
}
.banner-category-page  .block-banner-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
}
.banner-category-page .block-banner__content {
  margin-top: 30px;
}
.banner-category-page {
  background: linear-gradient(to right, #ECE4EF 100%, #D8C5D5 100%);
  margin-bottom: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-category-page_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.content-product-category-top {
  width: 100%;
}
.shop-content-container {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.container-shop {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1430px;
}

.content-product-category .shop-sidebar.sticky-sidebar{
  position: relative !important;
}
.block-banner-image img {
  max-width: 500px;
  width: 100%;
}

.archive .woocommerce-products-header__title {
  display: none;
}
.woocommerce-products-header .breadcrumbs {
  float: left !important;
}

.wt-related-products .wt-crp-heading {
  position: relative;
  padding-left: 60px;
  font-size: 42px !important;
  font-weight: 700 !important;;
  text-transform: none;
}
.wt-related-products .wt-crp-heading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 34px;
  width: 20px;
  height: 2px;
  background-color: #90888F;
}
.nav-menu li {
  position: static !important;
}
.main-navigation-custom .nav-menu > .menu-item-type-post_type > ul.sub-menu {
  width: 100%;
  display: flex;
  top: 97%;
  left: 0;
  box-shadow: none;
  border-top: 1px solid #90888F;
  padding: 0 55px;
  padding-left: 10%;
}
.main-navigation-custom .nav-menu > .menu-item-type-post_type > ul.sub-menu li{
  position: relative !important;
  padding: 0;
  padding-right: 50px;
  margin-bottom: 0;
}
.main-navigation-custom .nav-menu > .menu-item-type-post_type > ul.sub-menu > li{
  padding-top: 50px;
}
.main-navigation-custom .nav-menu > .menu-item-type-post_type > ul.sub-menu li a{
  margin-bottom: 20px;
}
.main-navigation-custom .nav-menu > .menu-item-type-post_type > ul.sub-menu li ul{
  padding: 0;
}
.main-navigation-custom li ul .menu-item-type-custom .sub-menu {
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: none;
  min-width: auto !important;
  transform: translate(0, 0);
  display: block;
  padding-left: 55px;
}
.main-navigation-custom li ul .menu-item-type-custom .sub-menu li {
  padding: 0;
  margin-bottom: 15px;
}

.main-navigation-custom .menu-item-type-custom  .sub-menu li  {
  flex-wrap: nowrap;
}
.main-navigation-custom .image-container {
  min-width: 480px;
  height: 322px;
  position: relative;
  margin-left: auto;
  padding-right: 0 !important;
  padding-top: 0 !important;
}

.main-navigation-custom  .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  margin-right: 0;
  object-position: center;
}
button.button[name="apply_coupon"] {
  max-width: 300px; /* Задайте нужное значение ширины */
}
.woocommerce-account-fields {
  border-bottom: none !important;
}

.shop_list li {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}

.shop_list .list-header {
  font-weight: bold;
  text-transform: uppercase;
}




.main-navigation li.menu-item-has-children:hover > a:after {
  display: none !important;
}

.main-navigation ul li ul li.menu-item-has-children > a {
  margin-bottom: 20px;
  position: relative;
  z-index: 999999999;
}

.main-navigation ul li ul li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 0;
  border-bottom: 1px solid;
  transition: width 0.3s, left 0.3s;
}

.main-navigation ul li ul li.menu-item-has-children > a:hover::before {
  width: 100%;
  left: 0;
}


.main-navigation-custom .image-container img.showImgMenu {
  opacity: 1;
}
.main-navigation-custom  li.mega-menu-container {
  max-width: 1430px;
  width: 100% !important;
}
.archive .woocommerce-products-header {
  display: none;
}
.content-product-category .container-shop {
  position: relative;
}
.archive .products-toolbar {
  position: absolute;
  left: 0;
  top: 0
}
.archive .products-toolbar .products-tools {
  padding-top: 0;
  padding-left: 15px;
}
.archive .products-toolbar .products-tools p{
  font-size: 16px;
  color: #161619;
  font-weight: 500;
}

.related ul.products {
  display: flex;
}

.single-product .site-content .konte-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.beforeAfter-section {
  background-color: #F3EDF2;
  padding: 70px 0;
  margin-top: 107px;
}
.beforeAfter-section__flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.beforeAfter__image {
  max-width: 600px;
  max-height: 600px;
  width: 100%;
  height: 100%;
  margin-top: 30px;
}
.beforeAfter-section__flex img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.categoryDesc-section {
  margin-top: 107px;
}
.categoryDesc-section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  padding: 0;
}
.categoryDesc-section ul li {
  cursor: pointer;
  text-align: center;
  list-style: none;
  border: 1px solid #A2A2A3;
  transition: all 300ms;
}
.categoryDesc-section ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #161619;
  transition: all 300ms;
  padding: 7px 20px;
}
.single-product .container-shop .related {
  display: none;
}
.single-product .container-shop.section-related-products .related {
  display: block;
}
.single-product .container-shop.section-related-products .related .swiper-container{
  overflow: visible;
}
.single-product .container-shop .summary .product-toolbar {
  display: none;
}
.single-product .container-shop .summary .wcboost-wishlist-button {
  float: right !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: 1px solid #161619;
  padding: 12px !important;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all .3s;
}
.single-product .container-shop .summary .wcboost-wishlist-button:hover {
  color: #FFFFFF;
  background-color: #161619;
}
.single-product .container-shop .summary {
  padding-right: 0px !important;
  padding-left: 40px !important;
  height: 606px;
  position: relative;
}
.single-product .container-shop .summary .wcboost-wishlist-button svg {
  width: 34px;
  height: 34px;
  margin-bottom: -4px;
}
.single-product .container-shop .summary .wcboost-wishlist-button .wcboost-wishlist-button__icon {
  margin: 0;
}
.single-product .container-shop .summary .product-toolbar {
  display: none;
}
.single-product .container-shop .summary form.cart {
  float: none;
  flex-wrap: nowrap !important;
  margin-right: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 477px;
}

.product-block .summary form.cart {
	display: flex;
}
.entry-summary div.cart {
  float: none;
  flex-wrap: nowrap !important;
  margin-right: 10px;
  position: relative !important;
  display: flex;
  padding-right: 10px !important;
  width: calc(100% - 60px) !important;
  max-width: none !important;
}
.entry-summary div.cart .quantity{
  border: 1px solid #161619;
  display: inline-flex;
  justify-content: space-between;
  width: calc(30% - 5px) !important;
  margin-right: 10px !important;
  max-width: none !important;
  margin-bottom: 0px !important;
}

.single-product .container-shop .summary form.variations_form {
  position: absolute;
  bottom: 0;
  max-width: 548px;
  width: 100%;
  left: 40px;
}
.single-product .container-shop .summary form.cart .single_add_to_cart_button {
  width: 309px;
  border: 1px solid #161619 ;
  transition: all .3s;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.woocommerce-loop-product__button {
  transition: all .3s;
}
.single-product .container-shop .summary form.cart .quantity {
  max-width: 116px;
  border: 1px solid #161619;
  margin-right: 10px;
}
.single-product .container-shop .summary form.cart .quantity .qty-button{
  padding: 0 10px;
}
.single-product .container-shop .summary .wcboost-wishlist-button__text {
  display: none;
}
.single-product .container-shop .summary .product-share {
  display: none;
}
.single-product .container-shop .summary .product-compare-button-wrapper {
  display: none;
}
.single-product .container-shop .summary .product_meta {
  display: none;
}
.single-product .container-shop .summary .woocommerce-product-details__short-description {
  display: none;
}
.woocommerce div.product.layout-v6 .variations tr {
  width: 100% !important;
}
.woocommerce div.product .variations th {
  display: none;
}
.woocommerce div.product.layout-v6 .variations {
  padding-right: 0 !important;
  margin-bottom:  15px !important;
}
.single-product .container-shop .summary .woocommerce-variation {
  position: absolute;
  top: -395px;
  left: 0;
}
.woocommerce-product-gallery__image {
  height: 606px;
}
.woocommerce-product-gallery__image a {
  height: 606px;
}
.woocommerce-product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woocommerce div.product .variations_button {
  max-width: 480px;
}
.woocommerce div.product .product_title {
  font-weight: 700 !important;
}
.single-product .woocommerce-product-rating svg {
  width: 20px;
  height: 20px;
}
.single-product .star-rating .rating-stars {
  height: 20px;
}
.single-product .woocommerce-product-rating {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
.woocommerce div.product .woocommerce-review-link {
  font-size: 16px !important;
}
.single-product .woocommerce-tabs {
  padding-top: 200px !important;
  border-top: none !important;
}
.woocommerce div.product.layout-v6 .flex-control-thumbs.slick-slider{
  padding: 90px 0;
}

.woocommerce div.product.layout-v6 .flex-control-thumbs.slick-slider svg{
  display: none;
}
.woocommerce div.product.layout-v6 .flex-control-thumbs.slick-vertical .slick-prev {
  top: 0;
  height: 80px;
  padding: 0;
  border: 1px solid #161619;
  opacity: 1 !important;
  visibility: visible !important;
  background-image: url('/wp-content/themes/konte/images/svg/jam_chevron-top.svg') !important;
  background-size: 40px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.woocommerce div.product.layout-v6 .flex-control-thumbs.slick-vertical .slick-next {
  height: 80px;
  top: auto;
  padding: 0;
  border: 1px solid #161619;
  opacity: 1 !important;
  visibility: visible !important;
  background-image: url('/wp-content/themes/konte/images/svg/jam_chevron-bottom.svg') !important;
  background-size: 40px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.woocommerce div.product.layout-v6 .flex-control-thumbs.slick-vertical .slick-next.slick-disabled {
  opacity: 0.2 !important;
}
.woocommerce div.product.layout-v6 .flex-control-thumbs.slick-vertical .slick-prev.slick-disabled {
  opacity: 0.2 !important;
}
.single-product .container-shop .summary form.cart .single_add_to_cart_button:hover {
  color: #161619;
  background-color: #FFFFFF;
  border-color: #161619;
}
.categoryDesc-section ul li:hover {
  background-color: #161619;
}
.categoryDesc-section ul li:hover a{
  color: #FFFFFF;
}
.page-template-page-about .site-content .container,
.page-template-page-blog .site-content .container,
.blog-template-single-blog .site-content .container,
.post-type-archive .site-content .container,
.archive .site-content .container,
.page-template-page-contacts .site-content .container,
.single.single-blog .container,
.page-template-sitemap-template .container,
.error404 .container,
.search-results .container, .search-no-results .container,
.page-template-stub .container,
.woocommerce-order-received .container,
.page-template-archive-blog .container,
.page-template-checkout .container,
.page-template-thank_you .container{
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0;
  margin-right: 0;
}
.woocommerce-order-received .entry-header {
  display: none !important;
}
.woocommerce-order-received .entry-content {
  margin-top: 0;
}

.page-template-stub .site-content, .error404 .site-content{
  padding: 0;
}
.archive.category .blog-header {
  display: none;
}
.woocommerce-badge.onsale, .woocommerce-badge {
  background-color: transparent !important;
}
.order-received__actions {

}
.woocommerce-badge {
  color: #000 !important;
}
.section-company {
  margin-bottom: 107px;
}
.section-company .content-block{
  width: 80%;
  margin-left: auto;
  margin-top: 60px;
}
.section-ask .content-block {
  width: 80%;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.content-block-title, .content-block-sm-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 40.01px;
  text-align: left;
  margin-bottom: 30px;
}
.content-block-text, .content-block-sm-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  margin-bottom: 60px;
}
.content-block-sm-text {
  margin-bottom: 30px;
  width: 70%;
}
.content-block-sm-title {
  width: 30%;
}
.content-block-sm {
  display: flex;
}
.section-ask .wpcf7-submit {
  text-indent: 0;
  background-image: none !important;
}
.section-send-mail {
  margin-top: 107px;
  background-color: #F3EDF2;
  padding: 60px 0;
}
.section-send-mail__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-send-mail__flex-item1 {
  width: 50%;
}
.section-send-mail__flex-item1 .form-test__content {
  max-width: 500px;
}
.section-send-mail__flex-item2 {
  width: 50%;
}
.send-mail-block {
  padding: 40px;
  background-color: #fff;
  height: 400px;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.17);
  transition: all 300ms;
  max-width: 600px;
  margin-left: auto;
}
.section-send-mail .title-dash__text {
  margin-left: 0;;
}
.section-send-mail .wpcf7 p{
  margin: 0;
}
.section-send-mail__flex-item1 .title-dash__text {
  max-width: 400px;
  margin-left: 40px;
}
.section-blog-list {
  margin-top: 107px;
}
.blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
.blog-list-item__image {
  height: 166px;
  margin-bottom: 20px;
}
.blog-list-item__image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-list-item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px;
}
.blog-list-item__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.blog-list-item__text p {
  margin: 0;
  margin-bottom: 10px;
}
.blog-list-item__date {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.pagination ul{
  display: flex;
  gap: 15px;
  width: fit-content;
  padding: 0;
  margin: 0;
  margin-left: 30px;
}
.pagination ul li.current{
  border: 1px solid #161619;
  background-color: #fff;
}
.pagination ul li{
  list-style: none;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: #EFE8EF66;
  transition: all 300ms;
}
.pagination ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.pagination ul li:hover {
  background-color: #fff;
  transition: all 300ms;
}
.pagination_line {
  width: 100%;
  height: 1px;
  background-color: #161619;
}
.pagination {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.section-ask .wpcf7-form .wpcf7-submit {
  border: 1px solid #161619;
}
.section-ask .wpcf7-form .wpcf7-submit:hover {
  color:#161619;
}
#gotop {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gotop svg{
  transform: rotate(-90deg);
  height: 60px;
  width: 60px;
}
.blog-template-single-blog .blog-list {
  grid-template-columns: repeat(4, 1fr);
}
.blog-content {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.blog-content-stiky {
  width: 240px;
}
.blog-content-block {
  width: calc(100% - 300px);
}
.blog-image {
  height: 560px;
  width: 100%;
}
body .site-content {
  padding-top: 0;
  padding-bottom: 0;
}
body.single-product .site-content {
  padding-bottom: 0;
}
.archive .blog-header+.site-content-container {
  margin-top: 0;
}
.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-blog-content h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  text-align: left;
  margin: 0;
}
.blog-publish-date {
  margin: 50px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 24.89px;
  text-align: left;
}
.blog-publish-date__icon {
  padding: 0 5px 0 11px;
}
.blog-publish-date__icon svg {
  margin-bottom: -4px;
}
.sticky-content-item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  cursor: pointer;
  color: #737375;
}
.sticky-content-item.active {
  color: #161619;
  padding-left: 30px;
  position: relative;
}
.sticky-content-item.active .sticky-content-item__title{
  color: #161619;
}
.sticky-content-item.active::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background-color: #90888F;
}
.sticky-content-item {
  margin-bottom: 15px;
  cursor: pointer;
}
.blog-content-sticky {
  position: relative;
  width: 240px;
  top: 50px;
  left: 0;
  transition: top .3s;
}
.blog-content-fixed {
  position: fixed;
  width: 240px;
  top: 205px;
}

.blog-list-item__text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content-item__text a {
  text-decoration: underline;
}
.padding0 {
  padding: 0 !important;
}
.send-mail-block .wpcf7-form .wpcf7-submit {
  margin-top: 7px;
}
.contacts_row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.contacts-item {
  width: 48%;
}
.contacts_from {
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.17);
  transition: all 300ms;
  padding: 40px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}
.contacts_from h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  color: #161619;
  margin: 0;
}
.contacts_descriptions {
  margin-bottom: 50px;
}
.contacts_block {
  margin-bottom: 15px;
}
.contacts_block_item {
  display: flex;
  gap: 20px;
}
.contacts_block_item__name {
  max-width: 180px;
  width: 100%;
}
ul.products li.product .product-summary .product_type_variable.woocommerce-loop-product__button {
  margin-top: -50px;
}
.contacts_from_desc {
  margin: 40px 0;
}
.file_div input[type="file"].wpcf7-form-control.wpcf7-file {
  display: none;
}
.file_div {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #f0f0f0;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
}
.file_div::before {
  content: url('/wp-content/themes/konte/images/svg/download.svg');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  padding-top: 1px;
}

.file_div::after {
  content: "Upload photo";
  display: inline-block;
  vertical-align: middle;
}

.department_div .wpcf7-select option:first-child {
  display: none;
}
.file_div {
  background: transparent;
  display: flex;
  border: none;
}

.contacts_from .wpcf7-submit {
  text-indent: 0;
  background-image: none;
  border: 1px solid #161619;
  margin: 0;
}
.contacts_from .wpcf7-submit:hover {
  color: #161619;
  background-image: none;
}
.d-flex {
  display: flex;
}
.ai-center {
  align-items: center
}
.jc-sb {
  justify-content: space-between;
}
.contacts_block_item__content p {
  margin-top: 0;
}
.send-mail-block .wpcf7-form .wpcf7-submit {
  border: 1px solid #161619;
}
.sticky {
  position: sticky;
}
.sitemap-main-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 60px;
}
.sitemap-main-item {
  border-right: 1px solid #E3E7E8;
  margin-bottom: 30px;
  padding-right: 20px;
}
.sitemap-main-item-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  margin-bottom: 30px;
}
.sitemap-main-item-content ul {
  padding: 0;
  margin: 0;
}
.sitemap-main-item-content ul li {
  list-style: none;
  margin-bottom: 15px;
}
.sitemap-main-item-content ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
}
.widget_shopping_cart_content .quantity {
  display:  flex !important;
}
.widget_shopping_cart_content .quantity .qty-button {
  display:  block !important;
}
.woocommerce-mini-cart-item__qty > .label{
  display: none;
}
.woocommerce-mini-cart-item__qty {
  display: flex;
  align-self: normal;
  justify-content: space-between;
  width: 100%;
}
.woocommerce-mini-cart-item__block-quantity-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget_shopping_cart_content a.remove {
  top: 40px !important;
}
.content-product-category-sidebar .menu-item a[aria-current="page"]{
  font-weight: bold;
  color:#161619;
}

.woocommerce-mini-cart-item__block-quantity-price .qty-dropdown {
  display: none !important;
}
.woocommerce .quantity-dropdown .qty, .woocommerce .quantity-dropdown .qty-button {
  display: block !important;
}
.preloader-mini-cart {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: rgba(255, 255, 255, 1);
}
.preloader-mini-cart .spinner {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  transform: none;
}
.preloader-mini-cart .preloader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.shop-sidebar .products-filter-widget .filter-button {
  display: none !important;
}

.archive .products-toolbar {
  width: 19%;
}
.archive .products-toolbar .products-tools {
  display: flex;
  flex-wrap: wrap;
}
.archive .products-toolbar.layout-v2 .woocommerce-ordering .select2-container {
  width: 100% !important;
}
.archive .products-toolbar.layout-v2 .woocommerce-ordering {
  float: none;
  width: 100%;
  margin-top: 15px;
}
.products-more-posts {
  display: flex;
  flex-wrap: wrap;
}
.block-banner form .search-field {
  background: transparent;
  border-bottom: 1px solid;
  width: 100%;
}
.block-banner form {
  display: flex;
  margin-top: 30px;
}
.block-banner form .search-submit{
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.single_add_to_cart_button {
  display: block;
  padding: 20px !important;
  float: none;
  background-color: #161619 !important;
  color: white !important;
  transition: all .3s !important;
  width: 100%;
  border: 1px solid #161619 !important;
}
.single_add_to_cart_button:hover {
  background-color: white !important;
  color: #161619 !important;
}
.mobile {
  display: none !important;
}
.btn {
  cursor: pointer;
  max-width: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  background-color: #161619;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #161619;
  border-radius: 0px 0px 0px 0px;
  padding: 20px 50px 20px 50px;
  transition: all 300ms;
  color: #fff;
  text-align: center;
}
.btn:hover {
  color: #161619;
  background-color: #FFFFFF;
  border-color: #161619;
}
.btn:active {
  color: #161619;
  background-color: #FFFFFF;
  border-color: #161619;
}

.shop-sidebar .products-filter-widget .reset-button {
  cursor: pointer;
  max-width: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px !important;
  background-color: #161619;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #161619;
  border-radius: 0px 0px 0px 0px;
  padding: 20px;
  transition: all 300ms;
  color: #fff;
  text-align: center;
}
.woocommerce div.product .single_add_to_cart_button {
  line-height: 20px !important;
}
.related-products-section {
  margin-top: 107px;
}
h1.page-header {
  font-weight: 700;
}
.banner-search-page {
  background: transparent;
  margin-bottom: 0;
}
.banner-search-page .block-banner {
  width: 100%;
  max-width: 100%;
}
.banner-search-page .block-banner__content {
  width: 100%;
  max-width: 520px;
  margin-top: 50px;
}
.search-result-blog-section {
  margin-top: 107px;
}
.search-results-count {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.page-template-stub header, .page-template-stub footer {
  display: none;
}
.page-template-stub .site-content{
  background: linear-gradient(90.35deg, #DCCCD9 0.13%, #D2C0CF 99.53%),
  linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.page-template-stub .site-content .section_stub {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: 100% 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20%;
  padding: 0 50px;
}
.stub_image {
  max-width: 400px;
}
.stub_text {
  color: #161619;
}
.stub_text h2 {
  color: #7F747D;
  margin: 0;
  font-size: 62px;
  font-weight: 700;
  line-height: 62px;
  text-align: left;
  margin-bottom: 15px;
  text-indent: -3px;
  font-family: "Montserrat", sans-serif;
}
.stub_text p {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 42px;
  text-align: left;

}
html body.page-template-stub .widget-visible {
  opacity: 0 !important;
}

.popup_quiz__body {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.popup_quiz_question {
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  text-align: left;
  margin-bottom: 15px;
}
.popup_quiz_text {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin-bottom: 30px;
}
.popup_quiz__content {
  padding: 0 50px 50px;
}
.steps_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.steps_number {
  display: flex;
  gap: 10px;
  font-weight: 700;
}
.quiz_steps_line {
  width: 100%;
  height: 2px;
  background-color: #D0D0D1;
}
.popup_quiz_answer {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
.popup_quiz_answer label {
  padding: 18px 20px 18px 20px;
  gap: 20px;
  display: flex;
  border: 1px solid #D0D0D1;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
}
.quiz_form_steps button {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #161619;
  transition: all 300ms;
}
.quiz_form_steps button:not([disabled]):hover {
  background-color: #fff;
  color: #161619;
}
.quiz_form_steps button:disabled {
  opacity: 0.5;
  cursor: default;
}
.popup_quiz__content_thanks_block {
  display: none;
}
body .products .variations_form {
  z-index: 222222;
}
.stub_text img {
  display: none;
}
.stub_text h2 {
  max-width: 400px;
}
.serach-page-blog-item {
  width: 25%;
}
.blog-list-item-4 {
  grid-template-columns: repeat(4, 1fr);
}
.search-results .banner-category-page .block-banner {
  width: 100%;
}
.header-hamburger {
  display: none;
}
.wishlist-page-content ul.products{
  display: flex;
  flex-wrap: wrap;
}
.wcboost-wishlist-actions .button  {
  display: none !important;
}
.wishlist-page-content .title-container{
  margin-bottom: 30px;
}
.wishlist-page-content .offscreen-panel, .wishlist-page-content  .offscreen-panel .panel {
  position: relative;
  left: auto;
  top: 0;
  display: block;
}
.wishlist-page-content  .offscreen-panel .panel {
  transform: translateX(50%);
}
.wishlist-page-content .offscreen-panel .backdrop {
  display: none;
}
.page-template-wishlist .wishlist-products li .add_to_cart_button {
  border: 1px solid #161619 !important;
  opacity: 0;
  padding: 20px;
  display: block !important;;
  background-color: #161619 !important;
  color: white !important;
  font-weight: 600;
  padding: 20px !important;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  bottom: -10px;
  margin: 0 !important;
}
.page-template-wishlist .wishlist-products .product-inner:hover .add_to_cart_button{
  opacity: 1 !important;
}
.mobile-menu-panel .menu-item img {
  display: none !important;
}
.order-received__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 30px;
}
.order-received__actions  .button {
  height: 60px;
  display: flex;
  align-items: center;
  text-transform: none;
  transition: all .3s;
  line-height: 22px;
}
.order-received__actions  .button_2 {
  background-color: white;
  color: #161619;
  border: 1px solid rgba(22, 22, 25, 1)
}
.order-received__actions  .button_2 svg {
  margin-right: 20px;
}
.order-received__actions  .button_1:hover {
  background-color: white;
  color: #161619;
}
.order-received__actions  .button_2:hover {
  background-color: #161619;
  color: white;
}

.order-received__actions  .button_2:hover svg path{
  fill: white;
  transition: all .3s;
}

/* Popup container */
.product-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
  z-index: 100111111;
}

/* Popup content */
.product-popup-content {
  background-color: #fff;
  padding: 50px;
  border: 1px solid #888;
  width: 100%;
  max-width: 700px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

/* Close button */
.close-popup {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-popup:hover,
.close-popup:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Form styling */
#product-form {
  display: flex;
  flex-direction: column;
}

#product-form label,
#product-form input,
#product-form button {
  margin-bottom: 10px;
}

#product-form input {
  border-bottom: 2px solid #e3e7e8;
  border-radius: 0;
  transition: .4s;
  box-shadow: none;
  background-clip: padding-box;
  border-color: #cdcfd0;
  font-size: 16px;
  font-size: 1rem;
  padding: 1px 0;
}
#product-form input:hover {
  border-bottom-color: #161619;
}
#product-form button {
  margin-top: 30px;
  font-size: .875rem;
  text-transform: uppercase;
  transition: all .3s;
  border: 1px solid #161619;
}
#product-form button:hover {
  background-color: white !important;
  color: #161619 !important;
}
.product-popup-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 30px;
}
.product-popup .close-popup svg {
  vertical-align: -0.125em;
  width: 1em;
  height: 1em;
  fill: currentColor;
  display: inline-block;
}
.product-popup .close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
}
.add_to_card_btn_sticky {
  border: 1px solid #161619;
  transition: all 300ms;
}
.add_to_card_btn_sticky:hover {
  color: #161619 !important;
  background-color: #FFFFFF !important;
  transition: all 300ms;
}
.new_add_to_cart_button {
  border: 1px solid #161619;
  transition: all 300ms;
}
.new_add_to_cart_button:hover {
  color: #161619 !important;
  background-color: #FFFFFF !important;
  transition: all 300ms;
}
.entry-summary .new_add_to_cart_button{
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.page-template-wishlist ul.wishlist-products .new_add_to_cart_button {
  display: none;
  padding: 20px;
  background-color: #161619;
  text-align: center;
  color: #fff !important;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5rem;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}
.page-template-wishlist ul.wishlist-products .new_add_to_cart_button:hover {
  color: #161619 !important;
}
.wishlist-products .product-inner:hover .new_add_to_cart_button {
  display: block;
}
.page-template-wishlist ul.wishlist-products .product-summary {
  padding-bottom: 40px !important;
}
.page-template-wishlist ul.wishlist-products li.product {
  margin-bottom: 0
}

.product-block .entry-summary .new_add_to_cart_button {
	width: calc(70% - 5px);
}

.quiz-body_slide {
  box-shadow: none;
}

.wcboost-products-compare-popup__close {
  position: absolute;
  top: 25px;
  right: 25px;
}
.products .woocommerce-variation-price {
  z-index: 2;
}
.quiz-body_slide * {
  font-family: Montserrat;
}

#adsquiz_site-code_UaLmeQBeL3 .quiz-body_slide {
  font-family: Montserrat;
}

#adsquiz_site-code_UaLmeQBeL3 .quiz-body_slide * {
  font-family: Montserrat;
}

.sticky-top-btn {
  position: fixed;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 15px 0;
  background: #fff;
  transition: transform .25s;
  top: 0;
  border-bottom: 1px solid #e3e7e8;
  transform: translateY(-100%);
}
.sticky-top-btn__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.sticky-top-btn_action .add_to_card_btn_sticky{
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky-top-btn .woocs_price_code {
  white-space: nowrap;
}
.sticky-top-btn__product-summary {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.sticky-top-btn__product-summary-price {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sticky-top-btn__product-image {
  width: 70px;
  height: 70px;
}
.sticky-top-btn .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 15px;
}
.sticky-top-btn .woocommerce-variation-add-to-cart .quantity {
  min-width: 136px;
  display: flex;
  align-items: center;
  height: 62px;
}
.sticky-top-btn .woocommerce-variation-add-to-cart .single_add_to_cart_button{
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
}
.sticky-top-btn_form-add {
  display: flex;
  align-items: center;
  gap: 15px
}
.sticky-top-btn_form-add .stock.in-stock {
  margin: 0;
}
.sticky-top-btn_form-add .cart {
  display: flex;
  align-items: center;
  gap: 15px
}
.woocommerce .sticky-top-btn .quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
}
.sticky-top-btn form.cart {
  gap: 15px;
}
.sticky-top-btn .added_to_cart.wc-forward{
  display: none !important;
}
.woocommerce .sticky-top-btn .single_add_to_cart_button {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
}

.variations_form.cart {
  display: none;
}
.product_no_wishlist_text {
  margin-bottom: 3em;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
}
.site-content .konte-carousel--swiper~.konte-carousel-navigation--next,
.site-content .konte-carousel--swiper~.konte-carousel-navigation--prev {
  top: 32%;
  z-index: 10;
  display: flex;
  color: #ffffff;
  background-color: #fff;
  border: 1px solid #161619;
  transition: all .3s;
  width: 60px;
  height: 57px;
  display: none;
  justify-content: space-between;
  align-items: center;
  &::before {
    content: '';
    width: 14px;
    height: 32px;
    background-image: url('/wp-content/themes/konte/images/svg/slick-next.svg');
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
  }
  span {
    display: none;
  }
  &:hover {
    background-color: #fff;
  }
}
.site-content .konte-carousel--swiper~.konte-carousel-navigation--next{
  right: 0;

}
.site-content .konte-carousel--swiper~.konte-carousel-navigation--prev {
  left: 0;
  &::before {
    transform: rotate(180deg);
  }

}
#search-modal.search-modal .modal-content {
  top: auto !important;
  position: relative;
  border: none;
  width: 100%;
  max-width: 100%;
}
.dNone {
  display: none !important;
}

.button.onbackorder_button {
  padding: 20px !important;
  transition: all .3s !important;
  border: 1px solid #161619 !important;
  line-height: 18px !important;
  width: calc(70% - 5px) !important;
  font-weight: 600;
  box-sizing: border-box;
}
.button.onbackorder_button:hover {
  background-color: white !important;
  color: #161619 !important;
}
.woocommerce .quantity .qty-button {
  display: flex;
  align-items: center;
}
.single-product .added_to_cart.wc-forward {
  position: absolute;
  bottom: -45px;
  left: 0;
}
.product-inner .button.onbackorder_button {
  width: 100% !important;
}
.wocommerce-wishlist ul.wishlist-products li.onbackorder .button.onbackorder_button {
  margin-left: 0;
  float: none;
  background-color: #161619;
  color: white;
  opacity: 0;
  font-weight: 600;
  display: block;
}
.wocommerce-wishlist ul.wishlist-products li.onbackorder:hover .button.onbackorder_button  {
  opacity: 1;
}
ul.products li.product .product-inner > .onbackorder_button {
  display: none;
}
ul.products li.product .product-inner .product-summary .buttons .onbackorder_button {
  display: block;
}
.site-main header.entry-header {
  align-items: center !important;
}
body.woocommerce-cart .entry-header .entry-title {
  margin-bottom: 0;
}
.checkout-banner{
  margin-bottom: 100px;
}
.checkout-content {
  padding-bottom: 80px;
}
.checkout-content-flex {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.checkout-content-block-form {
  width: 60%;
}
.checkout-content-block-products {
  width: 40%;
  position: relative;
}
.woocommerce-mini-cart__buttons .wc-forward:first-child {
  display: none !important;
}
ul.product_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.product_list .product-item {
  display: flex;
  padding: 0;
  margin-bottom: 24px;
  position: relative;
}
.product-item__thumbnail {
  padding-right: 30px;
}
.product-item__thumbnail img{
  display: block;
  float: none;
  margin-right: 0;
  width: 120px;
}
.product-item__summary {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.product-item__name {
  font-size: 1.125rem;
  font-weight: 500;
  color: #161619;
  margin-bottom: 9px;
  padding-right: 20px;
  display: block;
}
.product-item__block-quantity-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-item__block-quantity-price .quantity {
  border: 1px solid #cdcfd0;
  transition: .4s;
  display: flex;
}
.product-item__block-quantity-price .quantity {
  margin-right: 0;
}
.product-item__block-quantity-price .quantity .qty-button{
  display: block !important;
  color: #838889;
  font-size: 16px;
  padding: 0 16px;
  line-height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  transition: .4s;
}
.product-item__block-quantity-price .quantity .qty {
  background: rgba(0, 0, 0, 0);
  border: 0;
  width: 34px;
  padding: 0;
  color: #838889;
  font-size: 16px;
  padding: 0;
  line-height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  transition: .4s;
  text-align: center;
}
.product-item__block-quantity-price .quantity .qty::-webkit-inner-spin-button,
.product-item__block-quantity-price .quantity .qty::-webkit-inner-spin-button {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}
.product-item .remove_from_cart_button {
  color: #a2a5a6;
  position: absolute;
  right: 0;
  margin-top: -30px;
  line-height: 1;
  top: 40px !important;
}
.block-package {
  display: flex;
  padding: 24px 0;
  margin-bottom: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(232, 232, 232, 1);
  border-bottom: 1px solid rgba(232, 232, 232, 1);
  position: relative;

  display: none;
}
.block-package .image {
  width: 120px;
  height: 120px;
  margin-right: 30px;
  background-color: rgba(243, 237, 242, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-package_content {
  width: 100%;
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.block-package__name {
  font-size: 1.125rem;
  font-weight: 500;
  color: #161619;
  margin-bottom: 9px;
  padding-right: 20px;
  display: block;
}
.block-package_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coupon-field {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.page-template-checkout footer {
  display: none;
}
.coupon-field .button {
  border: 1px solid #161619;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background-image: url(https://test.katsadze.care/wp-content/uploads/2024/04/Vector-3.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 300ms;
}
.coupon-field input[type=text] {
  color: #161619;
  width: 100%;
  padding: 16px 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #e3e7e8;
  transition: .4s;
}
.coupon-field input:hover {
  border-color: #161619;
}
.coupon-field input:focus {
  border-color: #161619;
}
.coupon-field .button:hover {
  background-color: white;
  background-image: url(https://test.katsadze.care/wp-content/uploads/2024/04/Vector-2-1.svg);
  transition: all 300ms;
}
.woocommerce-checkout-review-order  {
  margin-top: 24px;
}
.woocommerce-checkout-review-order .cart_item {
  display: none;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  width: 100%;
}
.page-template-checkout #order_review_heading {
  display: none;
}
.product-item__block-quantity-price .quantity .qty {
  margin-right: 0;
}
.custom-checkbox-container {
  display: inline-block;
}

.custom-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-checkbox-input {
  display: none; /* Скрываем стандартный чекбокс */
}

.custom-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  transition: background-color 0.2s ease;
}

.custom-checkbox::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}


.custom-checkbox-input:checked + .custom-checkbox::after {
  opacity: 1;
}

.custom-checkout form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
  flex-wrap: nowrap;
}
.woocommerce-billing-fields h3 {
  display: none;
}
.konte-woocommerce-alert.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.close-message-alert {
  position: absolute;
  right: 20px;
  left: auto !important;
  cursor: pointer;
}
.checkout-step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.checkout-step_item {
  width: 96px;
  height: 96px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: rgba(115, 115, 117, 1);
  position: relative;
}
.checkout-step_item.success {
  cursor: pointer;
}
.checkout-step_item:nth-child(-n+2):before {
  content: '';
  width: 200%;
  height: 1px;
  background-color: rgba(232, 232, 232, 1);
  position: absolute;
  right: -233%;
  top: 30px;
}
.checkout-step_item.active {
  color: rgba(22, 22, 25, 1);
}
.checkout-step_number {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(115, 115, 117, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
}
.checkout-step_item.success .checkout-step_number:hover{
  background-color: rgba(22, 22, 25, 1);
  color: #fff;
}
.checkout-step_item.active .checkout-step_number  {
  border: 1px solid rgba(22, 22, 25, 1);
}
.checkout-step_text {
  margin-top: 10px;
  text-align: center;
}
.custom_billing_form_step {
  display: none;
}
.custom_billing_form_step.active {
  display: block;
}
.custom_billing_form_step_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
form.woocommerce-checkout .custom_billing_form_step_item .form-row {
  flex: 1;
  flex-direction: column;
}
.page-template-checkout form.woocommerce-checkout .form-row input.input-text {
  margin-right: 0;
}
.page-template-checkout form.woocommerce-checkout .form-row {
  width: 100%;
}
.page-template-checkout .woocommerce-form .password-input {
  width: calc(100% - 210px);
}
.page-template-checkout .woocommerce-form .password-input .woocommerce-Input{
  width: 100%
}
.error-message {
  color: red;
  font-size: 16px;
}
form.woocommerce-checkout .custom_billing_form_step_item .input-text {
  margin-right: 0;
}
.block_btn_next {
  margin-top: 30px;
}
.block_btn_next .button_next {
  display: block;
  margin-left: auto;
  color: #fff;
  line-height: 60px;
  border: 0;
  background-color: #161619;
  transition: all 300ms;
  border: 1px solid #161619;
}
.block_btn_next .button_next:hover {
  background-color: #fff;
  color: #161619;
}
.block-total {
  margin-top: 30px;
}
.block-total_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(232, 232, 232, 1);
}
.block-total .block-total_item:last-child {
  border-bottom: none;
}
.block-total_item_value_total {
  font-weight: 600;
}
#only-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  gap: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255,255,255, 0.8);
  z-index: 9999;
  transition: opacity 0.5s ease;
}
.only-spinner {
  width: 48px;
  height: 48px;
  border: 2px solid #161619;
  border-top: 2px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: custom-spin 1s linear infinite;
  margin-top: 20px;
  transition: opacity 0.5s ease;
}
.custom_billing_form_step.checkout_step_3 .woocommerce-checkout-review-order-table .cart-subtotal,
.custom_billing_form_step.checkout_step_3 .woocommerce-checkout-review-order-table .coupon-coupon,
.custom_billing_form_step.checkout_step_3 .woocommerce-checkout-review-order-table .woocommerce-shipping-totals,
.custom_billing_form_step.checkout_step_3 .woocommerce-checkout-review-order-table .order-total,
.custom_billing_form_step .woocommerce-shipping-fields,
.custom_billing_form_step .wcus-checkout-fields h3 {
  display: none;
}
.custom_billing_form_step .woocommerce-additional-fields {
  width: 100%;
}
.custom_billing_form_step .woocommerce-additional-fields .form-row {
  width: 100%;
}
form.woocommerce-checkout .wcus-checkout-fields .woocommerce-input-wrapper{
  margin-right: 0;

}
.block-total_item_name {
  margin-right: 20px;
}
.name_delivery {
  font-weight: 800;
}
.custom_billing_form_step_item_chipping_block {
  width: 100%;
}
.messages_error {
  color: red;
  margin-top: 30px;
}
#coupon-error {
  font-size: 16px;
  color: red;
}
.woocommerce-checkout .woocommerce-NoticeGroup {
  display: none !important;
}

@keyframes custom-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.logged_in_tabs {
  display: flex;
  cursor: pointer;
  gap: 30px;
}

.logged_in_tab {
  padding-bottom: 15px;
  color: rgba(115, 115, 117, 1);
}

.logged_in_tab.active {
  border-bottom: 2px solid rgba(22, 22, 25, 1);
  color: rgba(22, 22, 25, 1);
}
.checkout_step_2 .woocommerce-additional-fields {
  border-bottom: none;
}
.checkout_step_2 .zen-ui-select__value{
  color: #161619;
  width: 100%;
  padding: 16px 0 !important;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 2px solid #e3e7e8;
  transition: .4s;
}
.page-template-checkout form.woocommerce-checkout .form-row label {
  flex-basis: auto;
}
.zen-ui-select-8 .zen-ui-select__value.disabled {
  display: none !important;
}
.wcus-checkout-fields label {
  display: none !important;
}
.wcus-checkout-fields label[for="wcus_np_billing_house"] {
  display: block !important;
}
.wcus-checkout-fields label[for="wcus_np_billing_flat"] {
  display: block !important;
}
ul.products li.product .ajax_add_to_cart.loading:before,
ul.products li.product .ajax_add_to_cart:before,
ul.products li.product .ajax_add_to_cart.added:before,
ul.products li.product .ajax_add_to_cart.added::after {
  display: none !important;
}


.tab_content {
  padding-top: 30px;
}
form.woocommerce-checkout .notes .woocommerce-input-wrapper textarea{
  width: 100% !important;
  max-width: 100% !important;
  min-height: 100px;
}
form.woocommerce-checkout .notes .woocommerce-input-wrapper {
  margin-right: 0;
}
form.woocommerce-checkout .form-row.notes label {
  flex-basis: 50px;
}


.user_logged_in #customer_login .u-column1,
.user_logged_in #customer_login .u-column2 {
  display: none;
}
.user_logged_in #customer_login .u-column1.active,
.user_logged_in #customer_login .u-column2.active {
  display: block;
}
.user_logged_in #customer_login h2 {
  display: none;
}
.user_logged_in .login-tabs-nav span {
  cursor: pointer;
}
.user_logged_in .login-tabs-nav  {
  margin-bottom: 60px;
  display: flex;
  gap: 30px;
}
.user_logged_in #customer_login {
  font-size: 16px;
}
.user_logged_in #customer_login .form-row {
  gap: 15px;
}
.added_to_cart.wc-forward {
  display: none !important;
}


@media (max-width: 1920px) {
  .section_stub {
    background-position: 65% 100%;
  }
}
@media (max-width: 1440px) {
  .checkout-step_item:nth-child(-n+2):before{
    display: none;
  }
  .section_stub {
    background-position: 71% 100%;
  }
  .container-shop {
    width: 100%;
    max-width: 100%;
  }
  .single-product .site-content .konte-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .woocommerce div.product .variations_button {
    max-width: 100%;
  }
  .single-product .container-shop .summary form.cart .single_add_to_cart_button {
    width: 100%;
  }
  .woocommerce div.product.layout-v6 .single_variation_wrap {
    max-width: 80%;
  }
  .single-product .container-shop .summary form.cart {
    margin-right: 0;
  }
  .woocommerce div.product.layout-v6 .variations {
    width: 80%;
  }
  .single-product .container-shop .summary form.cart {
    max-width: 78%;
  }
  .single-product .container-shop .summary form.variations_form {
    max-width: none;
  }
}
@media (max-width: 1350px) {
  .woocommerce div.product.layout-v6 .single_variation_wrap {
    max-width: 75%;
  }
  .single-product .container-shop .summary form.cart {
    max-width: 75%;
  }
  .single-product .container-shop .summary form.variations_form {
    max-width: none;
  }

}
@media (max-width: 1199px) {
  .main-navigation-custom .nav-menu > .menu-item-type-post_type > ul.sub-menu {
    padding-left: 55px;
  }
  .main-navigation-custom .nav-menu > .menu-item-type-post_type > ul.sub-menu li {
    padding-right: 30px;
  }
  .product-template-default .reviews-images-wrap-right .reviews-images{
    max-height: 500px;
    object-fit: contain;
  }
  .product-template-default .research-results-block-post img {
    height: auto;
  }
  .checkout-content-flex {
    flex-direction: column;
  }
  .checkout-content-block-form {
    width: 100%;
  }
  .checkout-content-block-products {
    width: 100%;
  }

}
@media (max-width: 1024px) {
  .custom_billing_form_step_item {
    flex-direction: column;
    gap: 0;
  }
  form.woocommerce-checkout .custom_billing_form_step_item .input-text{
    width: 100%;
  }
  form.woocommerce-checkout .custom_billing_form_step_item .form-row {
    width: 100%;
  }
  .site-content .konte-carousel--swiper~.konte-carousel-navigation--next, .site-content .konte-carousel--swiper~.konte-carousel-navigation--prev {
    display: flex;
  }
  .sticky-top-btn_form-add .stock.in-stock,
  .woocommerce .sticky-top-btn .quantity {
    display: none;
  }

  .header-hamburger {
    display: block;
  }
  .shop-sidebar .products-filter-widget .reset-button {
    padding: 20px;
  }
  .sitemap-main-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .block-banner-image {
    width: 40%;
    margin-left: 30px;
  }
  .section-send-mail__flex {
    gap: 50px;
    flex-wrap: wrap;
  }
  .blog-image {
    height: 360px;
  }
  .section-send-mail__flex  .title-container {
    width: 100%;
    justify-content: center;
  }
  .woocommerce div.product.layout-v6 .single_variation_wrap {
    max-width: 73%;
  }
  .advantages_item__title {
    height: 80px;
  }
  .block-banner-image {
    width: 40%;
  }
  .banner-category-page .block-banner {
    width: 60%;
  }
  .form-test {
    padding: 60px;
    right: 5%;
    bottom: -20px;
  }
  .section-send-mail__flex-item1, .section-send-mail__flex-item2 {
    width: 100%;
  }
  .send-mail-block{
    margin-right: auto;
  }
  .contacts_row {
    flex-wrap: wrap;
  }
  .contacts-item {
    width: 100%;
  }
  .contacts_from{
    margin-right: auto;
  }
  .section-send-mail__flex-item1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 991px) {
 .section_stub {
    justify-content: center;
  }
   .section_stub {
    padding: 0 15px;
  }
  .stub_text {
    width: 100%;
  }
  .stub_text h2 {
    font-size: 46px;
    margin-bottom: 25px;
  }
  .stub_text p {
    font-size: 26px;
    text-align: center;
  }
  .block-banner-image {
    display: block;
  }
  .section-blog-content h2 {
    font-size: 28px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
  }
  .blog-content-sticky {
    display: none;
  }
  .blog-content-block {
    width: 100%;
  }
  .blog-template-single-blog .blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-send-mail {
    padding: 60px 0;
  }
  .page-template-page-about .container {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .section-company .content-block, .section-ask .content-block {
    width: 100%;
  }
  .archive .products-toolbar {
    display: none;
  }
  .content-product-category-sidebar {
    width: 100%;
  }
  .content-product-category-sidebar div {
    height: auto !important;
  }
  .content-product-category-sidebar .widget-area {
    max-width: 100% !important;
  }
  .advantages_row {
    gap: 30px;
  }
  .single-product .container-shop .summary form.cart .quantity {
    margin-bottom: 15px;
  }

  .woocommerce div.product.layout-v6 .product-share {
    display: none !important;
  }
  .woocommerce-product-gallery__image {
    height: auto;
  }
  .woocommerce-product-gallery__image a {
    height: auto;
  }
  .single-product .container-shop .summary form.variations_form {
    position: relative;
    left: 0;
  }
  .woocommerce div.product.layout-v6 .single_variation_wrap {
    width: 100%;
    max-width: 100%;
  }
  .single-product .container-shop .summary form.cart .quantity {
    margin-bottom: 0;
  }
  .single-product .container-shop .summary .woocommerce-variation {
    position: relative;
    top: auto;
  }
  .woocommerce div.product.layout-v6 .summary {
    padding-left: 0 !important;
  }
  .woocommerce div.product.layout-v6 .variations {
    width: auto;
  }
  .single-product .container-shop .summary .wcboost-wishlist-button {
    padding: 0 !important;
  }
  .single-product .container-shop .summary form.cart .quantity {
    max-width: none;
  }
  .woocommerce div.product.layout-v6 .woocommerce-tabs {
    margin-top: 0;
    padding-top: 0 !important;
  }
  .single-product .container-shop .summary form.cart {
    max-width: 100%;
  }
  .single-product .container-shop .summary {
    height: auto;
  }
  .single-product .container-shop .summary form.cart {
    position: relative;
  }
}
@media (max-width: 767px) {
  .sticky-top-btn__product-summary-price {
    display: none;
  }
  .sticky-top-btn__product-summary {
    justify-content: center;
  }
  .page-template-page-about .section-form-test {
    height: auto;
    background-position: 0% -22%;
    background-size: auto;
    background-repeat: no-repeat;
    padding-top: 270px;
    padding-bottom: 40px;
  }
  .section-form-test_mob_img {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-form-test {
    background-image: none !important;
    position: relative;
  }
  .form-test {
    z-index: 100;
  }
  .reviews-images-wrap-right .reviews-images {
    display: none;
  }
  .send-mail-block {
    height: auto;
  }
  .product-popup-content {
    padding: 20px;
  }
  ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem !important;
    line-height: 1.55556 !important;
  }
  .product-popup-title {
    max-width: 95%;
  }
  .product-popup .close-popup {
    top: 10px;
    right: 10px;
  }
  .adsquiz_site-code {
    height: 100vh !important;
  }
  .page-template-stub .site-content .section_stub {
    background-position: 77% 50%;
  }
  .stub_text h2 {
    line-height: 52px;
    font-size: 46px;
    text-indent: 0;
    max-width: 100%;
    text-align: center;
  }
  .stub_text img {
    display: block;
    margin: auto;
  }
  .popup_quiz__content {
    padding: 0 20px 20px;
  }
  .elementor-830 .elementor-element.elementor-element-3c60132.elementor-element {
    width: 100%;
  }
  .elementor-element.elementor-element-2b7bae20:not(.elementor-motion-effects-element-type-background) {
    background-position: 60% 50% !important;
    height: calc(100vh - 60px) !important;
  }
  .elementor-element.elementor-element-4ca98845 .konte-product-banner__title,
  .elementor-element.elementor-element-235dd9f3 .konte-product-banner__title,
  .elementor-element.elementor-element-3c60132 .konte-dash__text {
    font-size: 22px !important;
    line-height: 31px !important;
  }
  .elementor-element.elementor-element-3c60132 .konte-dash__text,
  .elementor-element.elementor-element-c25c8d7 .konte-dash__text {
    font-size: 34px !important;
    line-height: 42px !important;
  }
  .elementor-button {
    max-width: 100%;
    width: 100%;
  }
  .error404 ul.products li.product {
    width: 50% !important;
  }
  h1.page-header {
    font-size: 34px;
  }
  .content-product-category .woocommerce-navigation {
    margin-bottom: 0;
  }
  .wt-related-products .wt-crp-heading {
    font-size: 34px !important;
    line-height: 42px !important;
    margin: 0 0 30px;
  }
  .form-text__btn {
    max-width: 100%;
  }
  .filter_modal_block-woocommerce-ordering select{
    font-size: 14px;
    font-size: .875rem;
    color: #838889;
    width: 100%;
    padding-bottom: 4px;
    margin-bottom: 30px;
    text-indent: -1px;
  }
  .filter_modal_block-woocommerce-ordering .wcboost-products-compare-popup__content {
    padding-top: 30px;
  }
  .sidebar-left .filter_modal_block .widget-area {
    margin-top: 0;
  }
  .shop-sidebar .products-filter-widget .reset-button {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .content-product-category .mobile.btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    max-width: 100%;
  }
  .banner-category-page {
    margin-bottom: 50px;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .contacts_from h4 {
    font-size: 20px;
  }
  .contacts_block_item {
    flex-wrap: wrap;
  }
  .contacts_block_item__name {
    max-width: 100%;
  }
  .contacts_from, .send-mail-block{
    padding: 25px;
  }
  .pagination_line {
    display: none;
  }
  .send-mail-block .col-sm-2.col {
    padding: 15px 0 0;
  }
  .mobP0 {
    padding: 0 !important;
  }
  .pagination ul {
    margin-left: 0;
  }
  .blog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
  .advantages_row {
    flex-wrap: wrap;
  }
  .advantages_item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .block-banner-image {
    display: none;
  }
  .banner-category-page .block-banner {
    width: 100%;
  }
  .banner-category-page {
    height: auto;
    padding: 80px 0;
  }
  .form-test {
    padding: 30px;
    bottom: auto;
    right: auto;
    position: relative;
  }
  .section-form-test {
    height: 490px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
  }
  .custom-slider-content {
    margin-bottom: 100px;
  }
  .title-dash__text, .products.related h2, .products.upsells h2 {
    font-size: 34px !important;
    line-height: 42px !important;
  }
  .wt-related-products .wt-crp-heading:before {
    top: 14px
  }
  .faq-section .konte-accordion__title {
    font-size: 18px;
    padding: 0 35px 0 0;
  }
  .faq-section .konte-accordion__content {
    padding: 0 0px 32px 0;
    font-size: 16px;
  }
  .faq-section .konte-accordion__title a {
    padding: 15px 0;
  }
  .beforeAfter-section {
    padding: 40px 0 100px;
  }
  .single-product .container-shop .summary form.variations_form {
    display: block !important;
  }
  .woocommerce div.product.layout-v6 .variations {
    width: 100%;
  }
  .single-product .container-shop .summary form.cart .quantity {
    max-width: 150px;
  }
  .woocommerce div.product.layout-v6 .variations select {
    width: 100% !important;
  }
  .woocommerce div.product.layout-v6.product-type-simple .cart {
    flex-wrap: wrap !important;
  }
  .sitemap-main-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 500px) {
  .coupon-field {
    margin-top: 50px;
  }
  ul.cart_list .product-item__thumbnail img {
    width: 100px;
    height: 174px;
    object-fit: cover;
  }
  .product-item__thumbnail {
    padding-right: 15px;
  }
  ul.cart_list .product-item__name {
    padding: 15px 0;
  }
  .single-product .container-shop .summary form.cart .single_add_to_cart_button,
  .single-product .container-shop .summary div.cart .onbackorder_button {
    width: 100% !important;
  }
  .single-product .container-shop .summary form.cart,
  .single-product .container-shop .summary div.cart  {
    flex-wrap: wrap !important;
  }
  .single-product .container-shop .summary form.cart .quantity,
  .single-product .container-shop .summary div.cart .quantity  {
    height: 50px;
    width: 118px !important;
    margin-bottom: 10px !important;
  }
  .woocommerce .quantity .qty {
    width: 20px !important;
  }
}
@media (max-width: 400px) {
  .single-product .container-shop .summary form.cart .quantity {
    margin-bottom: 15px;
    margin-right: 0;
    max-width: 100%;
  }
  .order-received__actions .button.button_1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 1100px) {
	.research-results-block-text {
		max-width: none !important;
	}
	.research-results-block-video iframe {
		min-height: 300px !important;
	}
	.research-results-block-video {
		min-height: 300px;
	}
	.research-results-block-post {
		padding: 20px !important;
	}
	.faq-section {
		margin-top: 80px;
		margin-bottom: 80px;
	}
}