@media screen and (max-width: 1440px) {
  .shop .catalog__grid {
    display: none;
  }
  .yith-wcqv-wrapper {
    width: 800px !important;
    height: 650px !important;
  }
  #yith-quick-view-content .images {
    width: 80% !important;
  }
  #yith-quick-view-content .product.type-product {
    grid-template-columns: 294px 1fr;
    grid-template-rows: 210px 36px 56px auto;
  }
  #yith-quick-view-content .quickview__info {
    top: 245px;
  }
  #yith-quick-view-content .quickview__plans img {
    max-width: 250px;
    max-height: 250px;
  }
  #yith-quick-view-content .add_to_cart_button {
    left: 316px;
  }
  .yith-wcqv-main .quickview__content {
    overflow-y: scroll;
    height: 240px;
  }
}
@media screen and (max-width: 1400px) {
  .about-banner .container {
    max-width: 1232px;
    padding: 0 16px;
    margin: 0 auto;
    padding-left: 16px;
  }
  .about-banner__inner {
    justify-content: space-between;
    gap: 0;
  }
  .about-banner__img {
    max-height: 330px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__menu ul {
    max-width: 115px;
  }
  .footer__contacts-list {
    max-width: 220px;
  }
  .hero__inner h1 {
    font-size: 80px;
  }
  .hero__inner {
    padding-top: 5%;
  }
  .hero {
    height: 63vh;
  }
  .shop .catalog__inner {
    grid-template-columns: 300px 1fr;
  }
  .sku-search .aws-container .aws-search-form {
    gap: 10px;
  }
  .sku-search .aws-container .aws-show-clear .aws-search-field {
    padding: 10px 10px;
  }
  .single-product .product__box {
    grid-template-columns: minmax(100px, 668px) auto;
  }
  .single-product .product__info-wrapp {
    gap: 0;
    justify-content: space-between;
  }
	#beds, #bath{
	max-width: 100px;
	}
}
@media screen and (max-width: 1100px) {
  .header__nav ul {
    gap: 24px;
  }
  .contact__map iframe {
    height: 400px;
  }
  .contact-info__wrapper {
    gap: 24px;
  }
  .callback__inner {
    gap: 35px;
  }
  .faq__tabs {
    max-width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .header__burger {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: space-between;
    cursor: pointer;
    margin-left: 24px;
    width: 24px;
    height: 14px;
    position: relative;
    z-index: 100;
  }
  .header__burger span {
    display: block;
    height: 2px;
    background: var(--main);
    border-radius: 2px;
  }
  .header__burger.open span:nth-child(2) {
		display: none;
  }
  .header__burger.open span:nth-child(1) {
	transform: rotate(45deg) translate(6px, 3px);
  }
  .header__burger.open span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -3px);	
  }
  .header__inner {
    justify-content: initial;
  }
  .header .logo {
    margin-right: auto;
  }
  .header__nav {
    transform: translateX(150%);
    position: absolute;
    top: 48px;
    right: 0;
    background: var(--green-bg);
    width: 100%;
    transition: transform 0.5s;
    border-radius: 0 0 0 200px;
    z-index: 90;
  }
  .header__nav.open {
    transform: translateX(0);
  }
  .header__nav ul {
    flex-direction: column;
    padding: 85px 45px 90px;
  }
  .header__shop-links {
    gap: 24px;
  }
  .header .account span {
    display: none !important;
  }
  .contact__map {
    margin-bottom: 40px;
  }
  .contact__map iframe {
    height: 310px;
  }
  .block__title {
    font-size: 48px;
  }
  .contact-info__wrapper {
    gap: 40px;
    flex-direction: column;
  }
  .contact-info__box {
    max-width: 100%;
  }
  .callback .submit__wrapp span[data-name=acceptance] {
    flex-shrink: 0;
  }
  .callback .submit__wrapp p .button {
    width: 100%;
  }
  .callback__form {
    width: 435px;
  }
  .callback__title h2 {
    font-size: 80px;
  }
  .footer__contacts {
    left: 0px;
  }
  .footer__menu {
    gap: 30px;
  }
  .about-banner__text {
    max-width: 490px;
  }
  .about-banner__text h1 {
    font-size: 80px;
  }
  .about-banner__text p {
    font-size: 18px;
  }
  .faq__tabs {
    max-width: 60%;
  }
  .faq__inner {
    gap: 30px;
  }
  .about-banner__img {
    max-height: 220px;
  }
  .article .post__banner {
    height: 350px;
  }
  .article .post__header-title {
    font-size: 32px;
  }
  .hero__inner h1 {
    font-size: 70px;
  }
  .block__title span {
    font-size: 48px;
  }
  .categories__desc {
    max-width: 430px;
  }
  .categories__gallery {
    grid-template-rows: repeat(5, minmax(10px, 265px));
  }
  .categories__item {
    padding: 30px 20px;
  }
  .categories__title {
    font-size: 28px;
  }
  .categories {
    padding: 60px 0 100px;
  }
  .top-offers {
    padding: 70px 0 85px;
  }
  ul.products .archive-product__attributes > div {
    gap: 5px;
  }
  .home-search__inner {
    flex-wrap: wrap;
	justify-content: center;
	  gap: 20px;
  }
	.home-search__box:first-child{
		width: 100%;
		justify-content: center;
	}
}
@media screen and (max-width: 992px) {
  .shop .catalog__inner {
    grid-template-columns: 1fr;
  }
  .shop .catalog__header {
    grid-column: 1/2;
  }
  .single-product .product__info-wrapp {
    flex-direction: column;
    align-items: center;
    gap: 36px;
    text-align: center;
  }
  .single-product .product__info p {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    gap: 45px;
  }
  .footer__logo {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .social__box {
    margin-top: 0px;
  }
  .footer__menu ul {
    max-width: 200px;
  }
  .footer__menu {
    gap: 200px;
  }
  .footer__contacts-list {
    max-width: 280px;
  }
  .callback__inner {
    flex-direction: column-reverse;
    align-items: center;
  }
  .about-banner__inner {
    flex-direction: column;
  }
  .about-banner__img {
    align-self: flex-end;
  }
  .about-info__persents {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-info__persent {
    width: 45%;
  }
  .faq {
    padding: 56px 0 64px;
  }
  .faq__inner {
    flex-direction: column;
    gap: 24px;
    position: relative;
    padding-bottom: 70px;
  }
  .faq__title-wrapp {
    max-width: 60%;
    gap: 16px;
    margin: 0 auto;
  }
  .faq__desc {
    font-size: 18px;
  }
  .faq__tabs {
    max-width: 100%;
  }
  .faq__title-wrapp .button {
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero__inner {
    max-width: 100%;
    justify-content: center;
    height: 100%;
    padding-top: 0;
  }
  .categories__item {
    padding: 20px 10px;
  }
  .categories__gallery {
    grid-template-rows: repeat(5, minmax(10px, 195px));
  }
  .categories__title {
    font-size: 24px;
  }
  .categories__item:nth-child(11) {
    border-radius: 0 0 0 48px;
  }
  .categories__item:nth-child(9),
  .categories__item:nth-child(5) {
    border-radius: 0 48px 0 0;
  }
  .single-product .product__buttons-wrapp {
    padding: 0 0px;
  }
  .single-product .product__box {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .single-product .summary {
    max-width: 100%;
    order: -1;
  }
  .single-product .product__mobile-img {
    display: block;
    margin-bottom: 24px;
  }
  .single-product .product__gallery-wrapp {
    grid-template-columns: repeat(2, 1fr);
  }
  .yith-wcqv-wrapper {
    width: 620px !important;
    height: 610px !important;
  }
  .yith-wcqv-main {
    padding: 34px 26px;
    border-radius: 24px;
  }
  #yith-quick-view-content .product.type-product {
    grid-template-columns: 230px 313px;
    grid-template-rows: 210px 36px 56px auto;
  }
  #yith-quick-view-content .quickview__plans img {
    max-width: 200px;
    max-height: 200px;
  }
  #yith-quick-view-content .images {
    width: 100% !important;
  }
  #yith-quick-view-content .images img {
    max-height: 197px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .yith-wcqv-main #yith-quick-view-close {
    top: 10px;
    right: 10px;
  }
  .yith-wcqv-main .quickview__content {
    min-height: 300px;
    font-size: 14px;
    padding: 20px 0;
  }
  #yith-quick-view-content .add_to_cart_button {
    left: 256px;
    width: 135px;
  }
  #yith-quick-view-content .quickview__info-links .quickview__info-more {
    width: 135px;
  }
  .woocommerce-cart .product-thumbnail img {
    max-width: 150px;
    max-height: 150px;
  }
  .checkout .woocommerce-checkout-review-order-table .product-thumbnail img {
    max-width: 120px;
  }
  .wishlist_table.mobile li {
    display: flex;
  }
  .wishlist_table.mobile .additional-info-wrapper {
    flex-shrink: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 30px;
  }
  .wishlist_table.mobile li .item-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 30px;
  }
  .wishlist_table.mobile li .item-wrapper .product-thumbnail {
    max-width: 150px;
    font-size: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields {
    width: 100%;
  }
  .woocommerce-account .woocommerce {
    gap: 50px;
  }
  .woocommerce-MyAccount-orders.account-orders-table,
  .woocommerce-account .woocommerce-order-details,
  .woocommerce-account .woocommerce-customer-details {
    font-size: 14px;
  }
  .yith-wcqv-wrapper .berocket_better_labels .berocket_better_labels_line .br_alabel > span {
    right: 15px !important;
    top: 15px !important;
  }
}
@media screen and (max-width: 430px) {
  body {
    font-size: 14px;
  }
  .logo {
    font-size: 28px;
  }
  .header__nav {
    top: 40px;
  }
  .header__nav ul {
    height: 100vh;
  }
  .banner {
    padding: 10px 0;
  }
  .social__box {
    gap: 24px;
  }
  .banner__inner svg,
  .social__box svg {
    width: 20px;
    height: 20px;
  }
	.header__search-icon {
		left: 0px;
	}
  .header__search .is-form-style input.is-search-input,
  .header__search .is-search-submit {
    height: 24px !important;
  }
  .header__search {
    width: 24px;
    height: 24px;
  }
  .is-search-icon {
    width: 24px !important;
    height: 25px !important;
    padding-top: 3px !important;
  }
  .header__inner {
    padding: 15px 0;
  }
  #page {
    margin-top: 100px;
  }
  .contact__map {
    margin-bottom: 24px;
  }
  .block__title {
    font-size: 32px;
  }
  .contact-info .block__title {
    margin-bottom: 16px;
    text-align: center;
  }
  .contact-info__box p {
    margin-bottom: 20px;
    max-width: 235px;
  }
  .contact-info {
    margin-bottom: 55px;
  }
  .callback__title h2 {
    font-size: 56px;
    margin-bottom: 15px;
  }
  .callback__title p {
    font-size: 16px;
  }
  .callback__form {
    width: 100%;
  }
  .callback {
    padding: 30px 0 48px;
  }
  .callback__form p {
    gap: 16px;
  }
  .footer__menu ul {
    max-width: 160px;
  }
  .footer__menu {
    gap: 50px;
  }
  .footer__contacts-list {
    max-width: 170px;
  }
  .footer {
    padding: 48px 0 48px;
  }
  .footer__dev img {
    max-height: 22px;
  }
  .about-banner {
    padding: 36px 0 0;
    /* height: 380px; */
  }
  .about-banner__inner {
    gap: 13px;
  }
  .about-banner__text h1 {
    font-size: 56px;
    margin-bottom: 16px;
    margin-top: 0;
  }
  .about-banner__text {
    margin-top: 0px;
  }
  .about-info__advants-row {
    gap: 28px;
    flex-direction: column;
  }
  .about-banner__text p {
    font-size: 16px;
  }
  .about-info {
    margin: 75px 0 72px;
  }
  .about-info .block__title,
  .about-info .block__title span,
  .block__title span {
    font-size: 32px;
  }
  .about-info__advants .block__title {
    margin-bottom: 24px;
  }
  .about-info__advants .block__title span {
    display: block;
  }
  .about-info__advants {
    margin: 36px 0 34px;
  }
  .about-info__persent h3 {
    font-size: 32px;
  }
  .about-info__persent h5 {
    font-size: 16px;
  }
  .about-info__persents {
    margin-bottom: 37px;
  }
  .faq__title-wrapp {
    max-width: 70%;
  }
  .faq__tabs {
    padding-top: 0px;
  }
  .accordion {
    font-size: 16px;
    padding: 0 30px 0 0;
  }
  .faq__box {
    padding: 10px 0 16px;
  }
  .panel {
    padding-right: 0px;
  }
  .faq__box.active-tab .panel {
    margin-top: 10px;
  }
  .accordion::after {
    font-size: 30px;
    right: -1px;
    top: -8px;
    font-weight: 400;
  }
  .faq__title-wrapp .button {
    width: 90%;
  }
  .all-posts article {
    gap: 16px;
    flex-direction: column;
  }
  .all-posts .post__img {
    width: 100%;
    max-height: 256px;
    margin-bottom: 0 !important;
  }
  .blog__title {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .blog .blog__slider {
    margin-top: 24px;
  }
  .blog .breadcrumbs,
  .blog .woocommerce-breadcrumb {
    margin: 25px 0 24px;
  }
  .blog .post__img {
    margin-bottom: 16px;
  }
  .blog .post__header-title {
    font-size: 16px;
  }
  .slider-nav {
    margin: 48px auto 0;
  }
  .all-posts {
    margin-top: 60px;
    margin-bottom: 48px;
  }
  .all-posts .blog__title {
    margin-bottom: 16px;
  }
  .all-posts .post__inner {
    padding: 0px 0;
  }
  .all-posts h3 {
    font-size: 16px;
  }
  .all-posts .alm-reveal {
    gap: 36px;
  }
  .all-posts .post__content {
    margin-bottom: 10px;
  }
  .all-posts .alm-btn-wrap {
    margin: 10px 0 0 !important;
  }
  .breadcrumbs .last-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .article .post__header-title {
    font-size: 18px;
    margin: 14px 0;
  }
  .article__nav-wrapp {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  a.navigation__blog-link,
  .navigation.post-navigation {
    position: static;
    transform: translateX(0);
  }
  .hero__inner h1 {
    font-size: 56px;
    margin-top: 0;
  }
  .hero__inner {
    gap: 26px;
  }
  .hero .button {
    align-self: flex-end;
  }
  .hero {
    height: 358px;
    }
.categories__title {
    position: relative;
    top: -10px;
}
.categories__btn svg path{
    stroke:var(--main);
}
.round-btn{
    background: var(--pink);
}
  .home-search {
    height: 255px;
	  padding: 24px 0 36px;
  }
	.home-search__inner {
		justify-content: center;
	}
  .home-search span {
	font-size: 16px;
  }
	.home-search input, .home-search select {
		height: 37px;
	}
  .home-search__box:not(:first-child){
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
  }
  #beds, #bath{
	width: 133px;
	max-width: initial;
  }
  .home-search .button {
	width: 100%;
	text-align: center;
  }
  .categories {
    padding: 48px 0 0px;
  }
  .categories .container {
    padding: 0 0px;
  }
  .categories__title-wrapp {
    margin-bottom: 24px;
    flex-direction: column;
    padding: 0 16px;
    text-align: center;
    gap: 16px;
  }
  .categories__gallery {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(12, minmax(10px, 164px));
    gap: 16px;
  }
  .categories__item {
    border-radius: 0 !important;
  }
  .categories__item:nth-child(5),
  .categories__item:nth-child(9),
  .categories__item:nth-child(11) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .categories__item-bg img {
    height: 100%;
  }
  .categories__item {
    padding: 24px 15px;
  }
.top-offers {
    padding-top:59px;
    padding-bottom: 57px;
}
.faq__title-wrapp {
    max-width: 84%;
}
.faq__desc {
    font-size: 18px;
    padding-top: 5px;
    width: 99%;
}
.accordion {
    font-size: 16px;
    padding: 0 30px 0 0;
    line-height: 23px;
}
.home-search select {
    width: 83px;
}
.home-search__inner {
    justify-content: initial;
    gap: 19px 41px;
}
.top-offers .slider-nav {
    margin: 35px auto 0;
}
  .top-offers .block__title {
    margin-bottom: 18px;
  }
  .home .faq {
    padding: 56px 0 64px;
  }
  .shop .catalog__view {
    display: none;
  }
  .shop .catalog__units-title {
    font-size: 14px;
    margin-right: 0px;
  }
  .shop .catalog__box {
    grid-template-columns: repeat(1, 1fr);
	  max-width: 95vw;
  }
  .sku-search .aws-container .aws-search-form {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
  .woocommerce-page #primary {
    margin: 0px 0 50px;
  }
  .shop__header-inner .page-title {
    font-size: 32px;
  }
  .shop .woocommerce-products-header {
    height: 145px;
    margin-bottom: 16px;
  }
  .shop .catalog__inner {
    gap: 16px 30px;
  }
  .sku-search h3,
  .catalog__filter-main h3 {
    font-size: 18px;
  }
  .catalog__filter-main h3::after {
    font-size: 32px;
  }
  .aws-container .aws-search-form .aws-search-btn {
    width: 100% !important;
  }
  .catalog__filter-main .advansed-title {
    margin-top: 24px;
  }
  .catalog__filter-main .wpfFilterButtons {
    margin-top: 24px;
  }
  .seo .product__gallery-title {
    font-size: 32px;
  }
  .shop .catalog {
    margin-bottom: 88px;
  }
  .woocommerce-pagination {
    margin-top: 36px;
  }
  .single-product #primary {
    margin: 10px 0 0 !important;
  }
  .single-product .product__buttons-wrapp {
    flex-wrap: wrap;
  }
  .single-product .product__images-info h3 {
    font-size: 16px;
  }
  .single-product .promocode .main-btn {
    width: auto;
  }
  .single-product .promocode__form p {
    gap: 15px;
  }
  .single-product .product__info-title,
  .single-product .product__info .product-attribute span {
    font-size: 32px;
  }
  .single-product .product__info-title {
    margin: 0px 0 9px;
  }
  .single-product .product__info p,
  .single-product .product__info .product-attribute {
    font-size: 16px;
  }
  .single-product .product__info .product-attributes {
    grid-template-columns: 83px 175px 93px;
    grid-auto-rows: 70px;
  }
  .single-product .product__info {
    padding: 24px 0 38px;
  }
  .single-product .product__buttons-wrapp {
    justify-content: space-between;
    gap: 10px 30px;
  }
  .single-product .product__price-wrapp .product__price {
    font-size: 20px;
    justify-content: center;
  }
  .single-product .product__price-wrapp {
    gap: 20px;
    margin-bottom: 22px;
  }
  .single-product .product__price-btns {
    gap: 7px;
    flex-direction: row-reverse;
  }
  .single-product .product__price-btns .cart-btn,
  .single-product .product__price-btns .yith-wcwl-add-to-wishlist {
    width: 50% !important;
    padding: 13px;
  }
  .single-product .promocode__form p {
    display: grid;
    grid-template-columns: 185px auto;
  }
  .single-product .promocode .form-input {
    max-width: 185px;
  }
  .single-product #pofw_product_options {
    margin-top: -40px;
  }
  .single-product #cart-box .price {
    font-size: 24px;
  }
  .single-product .product__tabs {
    margin-bottom: 4px;
  }
  .single-product .product__info-links {
    display: none;
  }
  .single-product .product__images-info .button {
    margin-left: 0;
    padding: 11px !important;
    gap: 5px;
    max-height: 36px;
  }
  .single-product .product__images-info .button svg {
    width: 20px;
    height: 20px;
  }
  .single-product .product__images-info {
    gap: 0;
    margin-top: 16px;
    justify-content: space-between;
  }
  .single-product .product__images,
  .single-product .product__images-plans {
    gap: 24px;
  }
  .single-product .product__gallery-title {
    font-size: 32px;
    margin-bottom: 24px;
    text-align: center;
  }
  .single-product .product__gallery {
    padding-top: 80px;
  }
  .single-product .product__gallery-wrapp {
    margin-bottom: 80px;
    grid-auto-rows: 114px;
    gap: 6px;
  }
  .single-product .product__images img,
  .single-product .product__gallery img {
    border-radius: 5px;
  }
  .single-product .product__gallery .zoom-icon {
    width: 28px;
    height: 28px;
    right: 8px;
    bottom: 8px;
  }
  .single-product .product__gallery .zoom-icon svg {
    width: 18px;
    height: 18px;
  }
  ul.products .woocommerce-loop-product__title {
    font-size: 18px;
  }
  ul.products .archive-product__img {
    margin-bottom: 14px;
  }
  ul.products .product__wrapp {
    padding: 16px 16px 38px;
    border-radius: 12px;
  }
  ul.products .product .yith-wcqv-button {
    margin: 24px auto 0;
    width: 100%;
    text-align: center;
  }
  .last__viewed .slider-nav {
    margin: 36px auto 0;
  }
  .seo .product__gallery-title {
    text-align: left !important;
  }
  .last__viewed {
    margin-bottom: 88px;
  }
  .yith-wcqv-wrapper {
    width: 350px !important;
    height: 550px !important;
  }
  #yith-quick-view-content .product.type-product {
    grid-template-columns: 1fr;
    grid-template-rows: 197px 36px 56px auto;
    gap: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #yith-quick-view-content .quickview__info {
    top: 234px;
  }
  #yith-quick-view-content .summary {
    grid-column-start: unset;
    grid-column-end: unset;
    grid-row-start: unset;
    grid-row-end: unset;
    max-height: -moz-fit-content;
    max-height: fit-content;
    overflow-y: unset;
    order: 3;
    height: -moz-max-content;
    height: max-content;
    margin-top: 24px !important;
  }
  #yith-quick-view-content .add_to_cart_button {
    left: 0px;
    width: 135px;
    bottom: -47px;
  }
  #yith-quick-view-content .quickview__plans img {
    max-width: 100%;
    max-height: 100%;
  }
  .popup__content {
    width: 365px;
    border-radius: 24px;
  }
  tr.woocommerce-cart-form__cart-item.cart_item {
    position: relative;
  }
  .woocommerce-cart td.product-remove {
    position: absolute;
    top: 0;
    left: 0;
  }
  .woocommerce-cart .cart-collaterals {
    width: 100%;
  }
  .coupon-form .form-row-last,
  .coupon-form .form-row-first {
    width: 100%;
  }
  .thwmscf-tab-panels {
    padding: 20px 30px;
    border-radius: 24px;
  }
  .woocommerce-checkout-review-order-table thead {
    display: none;
  }
  .woocommerce-checkout-review-order-table tfoot {
    display: grid;
  }
  .woocommerce-checkout-review-order-table tbody .cart_item {
    display: grid;
    gap: 10px;
    grid-template-columns: 70px auto 70px;
    position: relative;
    padding: 30px 0 20px;
  }
  .woocommerce-checkout-review-order-table tbody .cart_item .product-remove {
    position: absolute;
    top: -8px;
    right: 0;
  }
  .woocommerce-thankyou-order-details {
    margin-left: 30px;
  }
  .wishlist_table.mobile li {
    flex-direction: column;
    gap: 20px;
  }
  .wishlist_table.mobile .additional-info-wrapper {
    flex-direction: row-reverse;
  }
  .wishlist_table.mobile li .item-wrapper .item-details {
    width: auto;
  }
  .wishlist_table.mobile li .item-wrapper {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
  }
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }
  .woocommerce-account #customer_login form {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .single-product .product__buttons-wrapp {
    gap: 10px 15px;
  }
}
@media screen and (max-width: 375px) {
  #page {
    margin-top: 110px;
  }
  .header__inner {
    padding: 19px 0;
  }
  .hero {
    height: 351px;
  }
  .home-search .button {
    margin-top: 5px;
	padding: 15px 48px;
  }
  .categories__title-wrapp {
    margin-bottom: 26px;
  }
  .footer__inner {
    gap: 39px;
  }
  .social__box {
    gap: 26px;
  }
  .footer__menu .footer__title {
    margin-bottom: 3px;
  }
  .footer__menu ul {
    gap: 8px;
    display: flex;
    flex-direction: column;
  }
  .footer ul.col-2 {
    position: relative;
    top: 33px;
	left: 30px;
    gap: 4px;
  }
  .footer__contacts {
    top:16px;
  }
  .footer__contacts-list {
		gap: 2px;
  }
  .footer__contacts-list li {
		line-height: 1.7;
  }
  .footer__dev {
    top: -1px;
    left: -9px;
  }
  .footer {
    padding: 48px 0 62px;
  }
  .archive #page {
    margin-top: 85px;
  }
  .woocommerce-breadcrumb .separator {
    margin: 0 8px 0 10px;
  }
  span.metric.unit {
    width: 113px !important;
  }
  .shop .catalog__units {
    gap: 5px;
  }
  .shop .catalog__units-title {
    margin-right: 8px;
  }
  .shop .catalog__inner {
    gap: 23px 30px;
  }
  .sku-search {
    margin-bottom: 46px;
  }
  .catalog__filter-main h3 {
    padding-bottom: 11px;
  }
  .catalog__filter-main .wpfFilterButtons {
    margin-top: 33px;
  }
  .catalog__list {
    margin-top: 22px;
  }
  .shop .catalog__box {
    gap: 20px;
  }
  .seo .product__gallery-title {
    line-height: 1.3;
  }
  .shop .seo .product__gallery-title {
    margin-bottom: 1px;
  }
  .seo #read-more-button {
    margin-top: 11px;
  }
  .woocommerce-page #primary {
    margin: 0px 0 40px;
  }
  .shop .seo {
    margin-bottom: 44px;
  }
  .single-product #primary {
    margin: 16px 0 0 !important;
  }
  .single-product .woocommerce-breadcrumb {
    margin: 25px 0 21px;
  }
  .single-product .product__info-desc {
    text-align: left;
  }
  .single-product .product__info {
    padding: 27px 0 41px;
  }
  .single-product .product__info-wrapp {
    gap: 32px;
  }
  .single-product .product__info .product-attributes {
    grid-template-columns: 76px 131px 93px;
    position: relative;
    left: 9px;
  }
  .single-product .product__buttons-wrapp {
    gap: 16px 14px;
    justify-content: flex-start;
  }
  .single-product .product__buttons-wrapp li {
		width: fit-content;
  }
  .single-product .product__buttons li, .single-product .product__buttons a {
    gap: 9px;
  }
  .single-product .product__buttons {
    padding: 20px 0 18px;
  }
	.product-info-container {
		padding: 0 !important;
	}
	.product__mobile-img {
		height: 300px;
	}
	.product__mobile-img img {
		height: 300px;
		object-fit: cover;
	}
  .single-product .product__price-wrapp, .product__tabs, .product__price-btns, .product__info-links, .product__gallery, .single-product .product__images-info {
    padding: 0 16px;
  }
  .product__price-wrapp .product__price-btns {
		padding: 0 !important;
  }
  .single-product .promocode__title {
    margin-bottom: 9px;
  }
  .single-product .promocode {
    padding: 23px 20px 27px 20px;
  }
  .single-product .promocode .form-input {
    max-width: 100%;
}
  .single-product .promocode__form p {
    grid-template-columns: 211px auto;
  }
  .single-product .promocode__title {
    margin-bottom: 7px;
  }
  .single-product .promocode .form-input {
    padding: 8px 20px;
  }
  .single-product .promocode {
    margin-bottom: 34px;
  }
  .single-product .product__tabs .accordion {
    font-size: 16px;
  }
  .single-product .product__tabs .faq__box {
    padding: 8px 0 16px;
    line-height: 150%;
  }
	.single-product .product__tabs .faq__box:nth-child(n + 3) .accordion {
		font-size: 18px;
	}
	.single-product .product__tabs .faq__box:nth-child(n + 3) {
		padding: 8px 0 18px;
	}
  .single-product .product__tabs .accordion::after {
    top: 1px;
  }
  .single-product .product__tabs {
    margin-bottom: 9px;
  }
  .single-product .woocommerce-product-gallery {
    height: 260px;
  }
  .product__images-main .woocommerce-product-gallery__wrapper img {
    height: 260px;
  }
  .single-product .product__images-info .button {
    padding: 11px 15px !important;
  }
  .single-product .product__images-plan-img {
    height: 260px;
  }
  .single-product .product__gallery {
    padding-top: 84px;
  }
  .single-product .product__gallery-title {
    line-height: 1.3;
	  margin-bottom: 27px;
  }
  .single-product .product__gallery-wrapp {
    gap: 8px 6px;
  }
  .last__viewed .product__gallery-title {
    margin-bottom: 13px !important;
  }
  .last__viewed .slider-nav {
    margin: 33px auto 0;
  }
  .single-product .seo .product__gallery-title {
    line-height: 1.2 !important;
  }
  .single-product .seo {
    margin-bottom: 44px;
  }
  .page-template-page-about #page, .blog #page, .page-template-page-contacts #page {
    margin-top: 85px;
  }
  .page-template-page-about .woocommerce-breadcrumb, .page-template-page-about .breadcrumbs {
    margin: 25px 0 30px;
  }
  .about-banner {
    height: 400px;
  }
  .about-info {
    margin: 72px 0 72px;
  }
  .about-info__advants {
    margin: 43px 0 34px;
  }
  .about-info__advants .block__title {
    margin-bottom: 26px;
    line-height: 1.2;
  }
  .about-info__advants img {
    max-width: 52px;
  }
  .about-info__advants h3 {
    gap: 19px;
  }
  .about-info__persents {
    gap: 38px 24px;
	margin-bottom: 36px;
  }
  .about-info__persent h3 {
    margin-bottom: 8px;
  }
  .about .accordion::after {
    right: 5px;
    top: 9px;
  }
  .blog__title {
    margin-bottom: 21px;
  }
  .blog .blog__slider .post__content {
    -webkit-line-clamp: 3;
  }
  .all-posts {
    margin-top: 63px;
  }
  .all-posts .blog__title {
    margin-bottom: 19px;
  }
  .all-posts .post__inner {
    display: flex;
    flex-direction: column;
  }
  .all-posts .post__meta {
    order: 2;
	margin-bottom: 0;
    margin-top: 4px;
  }
  .all-posts .post__link {
    display: none;
  }
  .all-posts .alm-reveal {
    gap: 37px;
  }
  .all-posts .alm-btn-wrap {
    margin: 12px 0 0 !important;
  }
  .post__meta {
    gap: 27px;
  }
  .contact__map {
    margin-bottom: 21px;
  }
  .contact-info .block__title {
    margin-bottom: 19px;
  }
  .contact-info__box p {
    margin-bottom: 16px;
  }
  .contact-info .contacts__box {
    margin-top: 15px;
    padding-top: 13px;
  }
  .contact-info .social__box {
    gap: 24px;
  }
  .contact-info {
    margin-bottom: 64px;
  }
  .callback__title h2 {
    margin-bottom: 17px;
  }
  .callback__inner {
    gap: 15px;
  }
  .callback .submit__wrapp {
    margin-top: 20px;
  }
  .callback .submit__wrapp {
    margin-top: 5px;
  }
  .callback .submit__wrapp span[data-name=acceptance] {
    max-width: 168px;
  }
  .callback .wpcf7-acceptance {
    font-size: 10px;
    margin-top: 11px;
    display: inline-block;
  }
  .callback .wpcf7-acceptance input[type=checkbox] {
    top: 8px;
	  position: relative;
  }
  .callback .submit__wrapp p .button {
    height: 42px;
    width: 152px;
  }
  .catalog__filter-main .quick__search.open {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px;
	padding: 26px 0 0;
  }
  .wpfPriceInputs {
    justify-content: space-between !important;
    margin-top: 52px !important;
  }
  .wpfFilterWrapper[data-get-attribute="wpf_filter_baths"], .wpfFilterWrapper[data-get-attribute="wpf_filter_w-half-bath"] {
    width: 45% !important;
  }
}


@media print {
	.header,
	.product__gallery, .last__viewed,
	.seo, .footer, .product__info-links, .promocode {
		display: none;
	}
	.single-product .product__box {
		grid-template-columns: 1fr;
	}
}





