/** mobile **/
@media (max-width:1600px){
	.row_product {
		/*grid-template-columns: repeat(3, 1fr);*/
	}
}
@media (max-width:1540px){
	.woocommerce-product-gallery {
		width: calc(100% - 500px);
	}
	.woocommerce-product-gallery img {
		height: auto;
	}
	.summary {
		width: 500px;
	}
}
@media (max-width:1400px){
	.custom_product_card {
		width: 302px;
	}
}
@media (max-width:1300px){
	.woocommerce-product-gallery {
		width: 360px;
	}
	.summary {
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}
}
@media (max-width:1400px){
	.company {
		width: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width:1200px){
	.custom_product_card {
		width: 284px;
	}
	.oferta {
		    width: 420px;
	}
	.icon {
		margin-right: 15px;
	}
	.slick-slide .mainsl_img_mob {
		display: block;
	}
	.slick-slide .mainsl_img {
		display: none;
	}
}
@media (max-width:999px){
	.content {
		width: 100%;
		padding-left: 20px;
        padding-right: 20px;
	}
	.sandwich {
		display: block;
		top: 0;
		margin-top: 14px;
		float: unset;
		position: absolute;
		right: 10px;
	}
	.c-hamburger {
			z-index: 10;
	  display: block;
	  position: relative;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
	  width: 56px;
	  height: 38px;
	  font-size: 0;
	  text-indent: -9999px;
	  appearance: none;
	  box-shadow: none;
	  border-radius: none;
	  border: none;
	  cursor: pointer;
	  transition: background 0.3s;
	  border-radius: 5px;
	}
	 
	.c-hamburger:focus {
	  outline: none;
	}
	.c-hamburger span {
	  display: block;
	  position: absolute;
	  top: 17px;
		left: 8px;
		right: 8px;
	  height: 3px;
	  background: #fff;
	}
	 
	.c-hamburger span::before,
	.c-hamburger span::after {
	  position: absolute;
	  display: block;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background-color: #fff;
	  content: "";
	}
	.c-hamburger span::before { background-color: #fff;}
	.c-hamburger span::after {background-color: #fff;width: 50%;}
	.c-hamburger span::before {
	  top: -10px;
	}
	 
	.c-hamburger span::after {
	  bottom: -10px;
	}

	.c-hamburger--htx {
	  background-color: unset;
		  position: absolute;
		right: 0;
	}
	 
	.c-hamburger--htx span {
	  transition: background 0s 0.3s;
	}
	 
	.c-hamburger--htx span::before,
	.c-hamburger--htx span::after {
	  transition-duration: 0.3s, 0.3s;
	  transition-delay: 0.3s, 0s;
	}
	 
	.c-hamburger--htx span::before {
	  transition-property: top, transform;
	}
	 
	.c-hamburger--htx span::after {
	  transition-property: bottom, transform;
	}

	.c-hamburger--htx.is-active {
	  background-color: unset;
	}
	 
	.c-hamburger--htx.is-active span {
	  background: none;
	}
	 
	.c-hamburger--htx.is-active span::before {
	  top: 0;
	  transform: rotate(45deg);
	  background-color: #fff;
	}
	 
	.c-hamburger--htx.is-active span::after {
	  bottom: 0;
	  transform: rotate(-45deg);
	  width: 100%;
	}
	 
	.c-hamburger--htx.is-active span::before,
	.c-hamburger--htx.is-active span::after {
	  transition-delay: 0s, 0.3s;
	}
	.logo {
		width: 135px;
		height: 40px;
		position: absolute;
		left: 20px;
		top: 20px;
	}
	.h2 a span:not(.cart_count) {
		display: none;
	}
	.my_cart {
		text-decoration: none;
	}
	.h1 {
		display: none;
	}
	.foot_menu_main {
		display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
}
.current_city {
	    margin-left: 0;
    margin-right: 0;
	text-align: end;
	float: right;
}
.head_1  {
	padding: 10px 0;
	height: auto;
	display: inline-block;
	width: 100%;
}
.sandwich {
	display: none;
}
.h2 {
    float: right;
    width: 100%;
    text-align: end;
    margin-top: 20px;
}
.category_list {
	display: flex;
    overflow-x: auto;
    width: 100%;
	gap: 10px;
}
.category_list li {
	font-size: 16px;
	min-width: 140px;
	height: 42px;
}
.category_list li img {
	width: 36px;
	height: auto;
	margin-right: 10px;
}
.left_menu {
    width: 100%;
    margin-right: 0;
    float: unset;
	margin-bottom: 10px;
}
.content-main {
	padding-top: 10px;
}
.right_front {
    float: unset;
    width: 100%;
}
.slick-slide .mainsl_img_mob {
	min-width: 320px;
}
.container {
    max-width: 400px;
}
    .custom_product_card {
        width: 100%;
		        max-width: unset;
    }
	.custom_product_card h4 {
		height: auto;
	}
	.mini_opisanie, .mini_opisanie p {
		height: auto;
	}
	#toTop {
		right: 20px;
		bottom: 20px;
	}
	.foot_menu {
    width: 100%;
	margin-bottom: 20px;
	}
	.oferta {
        width: 100%;
        margin: 0 0 20px;
    }
	    .woocommerce-product-gallery {
        width: 100%;
    }
	.summary {
		min-width: unset;
	}
	.custom_variations li {
		margin-bottom: 15px;
	}
	.yith-wapo-block div.yith-wapo-addon .options.per-row-1 {
		grid-template-columns: repeat(2, minmax(0, 100%)) !important;
	}
	.wapo-total-order {
    font-size: 20px;
	}
}