@media screen and (max-width: 414px) {
.f-header-all {
    display: none;
}
.f-header-block-mob {
    display: block;
} 
/*div#cart_added_success_mob {
    bottom: 0;
    position: fixed;
} 
#cart_added_success_mob .cart_infor_mob_ok {
    position: fixed;
    bottom: -310px;
    transition: all 0.5s;
    font-weight: 500;
    z-index: 99999999;
    right: 0;
    left: 0;
    padding: 14px;
	background: #fff;
    background-color: #fff;
    box-shadow: 0 -2px 8px 0 rgba(0,0,0,.08);
    box-sizing: border-box; 
}
.cart_infor_mob_ok_bg {
    background: #8cdf2a;
    padding: 10px;
    border-radius: 5px; 
    display: block;
    box-sizing: border-box;
	font-weight: 600;
    font-size: 14px; 
	color: #fff; 
}
#cart_added_success_mob.open .cart_infor_mob_ok {
    bottom:0px;
} 
#cart_added_success_mob span a {
	border-bottom: 1px solid #fff;
}*/
.mob-block-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 26px;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
    box-sizing: border-box;
}
span.icon_menu {
    position: relative;
    width: 16px;
    height: 2px;
    background: #000;
}
span.icon_menu:before,
span.icon_menu:after {
    content: '';
    display: block;
    position: absolute;
	height: 2px;
 	background: #000;
    left: 0;
}
span.icon_menu:before {
    top: 5px;
    width: 9px;
}
span.icon_menu:after {
	bottom: 5px;
    width: 13px;
} 
 
.mob-menu-lin p {
    height: 2px;
    background: #000;
    color: #000;
    position: absolute;
} 
.mob-menu-lin {
    position: relative;
    height: 16px; 
}
.mob-menu-lin .icon_menu_line_1 {
    width: 13px;
    top: 0px; 
}
.mob-menu-lin .icon_menu_line_2 {
    width: 16px;
    top: 7px; 
} 
.mob-menu-lin .icon_menu_line_3 {
    width: 9px;
    bottom: 0px; 
} 
.f-header-block-logo_mob a img {
    height: 50px;
} 
.f-header-block-user_mob span.icon-user,
.f-header-block-text_mob span.icon-search{
    font-size: 24px;
}
.mob-block-all input[type="text"] {
    font-size: 14px;
}
span.icon-search {
    padding: 10px 2px;
} 
.main-sl-and-day-bg {
    width: 100%;
}
.main-sl-and-day-left {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-right: 0px;
} 
.main-sl-and-day-right {
    display: none;
}
 .main-sl-and-day {
    background: #f9f6f1;
    padding: 10px 16px 20px 16px;
} 
.slide-one {
    height: auto;
    width: 100%;
    position: relative;
} 
.maxst {
    max-width: 100%;
} 
.slidtext {
    position: absolute;
    top: 15%;
    left: 30px;
} 
.index-products, .catalog-menu-main {
    padding-top: 0px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 16px 30px 16px;
} 
 
.index_products-title {
    color: #54493b;
    text-align: center;
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 16px;
} 
.catalog-menu-main ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    grid-gap: 10px;
} 
span.catalog-menu-main-name {
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
} 
span.catalog-menu-main-name:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #c2df2a;
    left: 0;
    bottom: -3px;
}
span.catalog-menu-main-image img {
    border-radius: 8px;
    width: 100%;
    height: 100px;
    object-fit: cover;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s;
    filter: brightness(80%);
} 
ul.index_products-hit {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    grid-gap: 10px;
} 
li.product.product-catalog-item .image a img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: auto; 
    border-radius: 8px 8px 0px 0px;
} 
li.product.product-catalog-item .image {
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border: none;
    float: none;
    padding: 0;
    margin: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0px 0px; 
} 
.product-name {
	width: 100%;
    min-height: 60px;
    text-align: center;
    margin: 0;
    display: block;
    padding: 6px 8px;
    overflow: hidden;
}  
.product-name a {
    font-size: 12px;
    text-align: left;
    width: 100%;
    display: block;
    color: #000;
    font-weight: 500;
    padding: 8px 0px 10px 0px; 
} 


.variant-labels-wrapper.label-border {
    display: none;
} 
li.product.product-catalog-item.js-product-app.item {
    position: relative;
    height: auto;
} 
.annotation {
    display: none;
} 
.catalog-price {
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 8px;
} 
.item__hover-content {
    position: relative;
    top: auto;
    bottom: 0;
    width: 100%;
} 
.f-header-block {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    display: flex;
} 
.f-header-block {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    display: flex;
    flex-flow: row wrap;
} 
.f-header-block-logo a img {
    height: auto;
    width: 80%;
    display: flex;
    align-items: center;
} 
.f-header-block-logo a {
    display: flex;
    justify-content: center;
    align-items: center;
} 
header {
    background: #f9f9f9;
    width: 100%;
    height: 60px;
} 
span.login-account {
    display: none;
} 
.f-header-block-user a {
    font-size: 23px;
    color: #c2df2a;
    font-weight: 500;
    display: block !important;
    text-align: center;
    line-height: 44px;
} 
#search {
    margin: 0px 0px 0px 0px;
    width: 100%;
    display: none; 
} 
#search form {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
} 
#search .input_search {
    width: calc(100% - 64px);
    height: 34px;
    font-size: 13px;
    border: none;
    display: block;
    border-radius: 5px 0px 0px 5px;
    padding: 5px 10px;
    border-right: none;
} 
.contact-info-header {
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0px;
} 
.catalog-menu-products {
    position: fixed;
    background: #ffffff;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    z-index: 99;
    padding-top: 130px;
	display: none; 
} 

.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
} 
.footer-top {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-flow: column;
    padding: 20px;
} 
.mob-tel {
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    padding: 10px 0px;
	display: block; 
} 
.autocomplete-suggestions {
    position: fixed;
    background-color: #ffffff;
    overflow: hidden;
    /* border: 1px solid #e0e0e0; */
    overflow-y: auto;
    z-index: 99999999 !important;
    position: absolute;
    top: 75px !important;
    left: 0 !important;
    width: 100% !important;
    max-height: 300px !important;
    z-index: 9999;
} 
.autocomplete-suggestions div {
    font-size: 14px !important;
    padding: 4px 15px !important;
    white-space: nowrap !important;
    border-bottom: 1px solid #f5f5f5 !important;
} 
.autocomplete-suggestion img {
    border-radius: 7px;
    margin-right: 8px;
    width: 30px; 
} 

.index_products-title:before {
    position: absolute;
    content: '';
    left: 50%;
    right: 0;
    bottom: 0;
    margin-left: -53px;
    width: 106px;
    height: 7px;
    background: url(../images/zig.svg) 0px 0px no-repeat;
    zoom: 0.7;
} 
.anothers-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding-top: 0px;
    padding: 10px 16px 0 16px;
}
.anothers-content-right {
	display: none;
}
.podtablescroll {
    display: none;
}
a.knop.next {
    display: none;
}
span.cart-itogo {
    display: none;
}
.miniitogo {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: initial;
    background: #c2df2a;
    padding: 10px 20px;
    margin: 14px;
    border-radius: 4px;
}
.cart-non {
    display: none;
}
span.cart-cat {
    display: block; 
}
span.miniitogo-span {
    display: flex;
    justify-content: space-between;
    width: 100%;
} 
 .cart_infor_mob_ok {
    padding: 10px;
    background: #c2df2a;
    margin: 10px;
}
.anothers-content-left {
    width: 100%;
    margin: 0 auto;
}
.anothers-content h1 {
    margin: 0px 0 10px 0;
    font-size: 20px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.podcat ul {
    display: flex;
} 
span.podcat-name {
    color: #000000;
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px;
    border: 1px solid #f2f2f2;
    background: #fff;
}
.podcat ul li {
    width: auto;
    height: auto;
    position: relative;
    opacity: 0.9;
    transition: 0.8s;
    overflow: hidden;
    margin-right: 4px; 
}
.filt-cat {
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: relative;
    overflow: auto;
    width: 100%;
}
.sort-pagination {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    flex-flow: column;
    align-items: baseline;
} 
.items {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
} 
.product-one .product {
    background: #fff;
    padding: 0;
    width: 100%;
}
.photo-desc {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}
 .prod-right {
    width: 100%;
    padding: 0px 14px;
}
.products-width {
    width: 100%;
} 
.prod-all-photo {
    width: 100%;
    display: flex;
    flex-flow: column; 
} 
.prod-photo {
    width: 100%;
    display: flex;
    justify-content: center;
}
.product .image {
    text-align: center;
    width: 100%;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
} 
.prod-photo img {
    width: 100%;
    height: auto;
} 
.an-photo {
    width: 100%;
    display: flex;
    order: 2;
}
 .an-photo .images img {
    width: 56px;
    height: 50px;
    object-fit: cover;
}
.product-one .catalog-price {
    font-size: 25px;
    font-weight: 800;
    display: block;
    text-align: left;
    color: #333;
    margin: 20px 0 20px 0;
    padding: 0;
} 
.cart-button {
    margin: 0 auto;
    padding-top: 16px;
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
    flex-flow: row;
} 
.js-amount-block.amount-block {
    width: 100px;
    height: 34px;
    margin: 0 auto;
} 
.indepro .cart-button input.button {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
} 
.cart_infor_mob_ok_bg a {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 600;
} 
.cart-pr-one .image img {
    width: 40px;
    border-radius: 4px;
} 
#purchases .image a {
    border: none;
    background-color: #ffffff;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 40px;
    height: 40px;
} 
#purchases .image {
    width: 50px;
    text-align: center;
} 
.cart-anothers-block {
    display: flex;
    width: auto;
    flex-flow: column;
    align-items: end;
    margin-left: 10px; 
}
#purchases .price {
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    text-align: left;
    width: 100px;
}
#purchases .name {
    padding-left: 0;
    padding-right: 0;
    width: auto;
}
#purchases .price {
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    text-align: left;
    width: 100px;
}
span.linput-user {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-flow: column;
    width: 100%;
}
span.linput-user label {
    font-size: 14px;
    width: 100%;
    padding-bottom: 2px;
}
.delivery-and-form .description {
    font-size: 13px;
    padding: 0px 0px 10px 0px;
} 
div#company_block input, div#private_block input {
    width: 100%;
} 
.js-pickup-block input, .js-pickup-block textarea {
    width: 100% !important;
} 
.footer-top-block4 {
    width: 100%;
    color: #fff;
} 
.coupon {
    width: 0;
} 
.pr-one-pt .cart-button {
    flex-flow: column;
} 
div#cart_informer_bottom {
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 100%;
    display: block;
	box-shadow: 0 -2px 8px 0 rgba(0,0,0,.08);
    box-sizing: border-box; 
} 
.bottom-cart-it {
    background: #83df2a;
    margin: 14px 14px 20px 14px;
    padding: 14px;
    border-radius: 4px;
} 
.bottom-cart-it a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
} 
.agree-in {
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
} 
footer {
    background: #f6f6f7;
    width: 100%;
    clear: both;
    padding: 30px 0px 0px 0px;
    margin-top: 50px;
} 
.footer-bottom {
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 90px 20px;
    background: #322d33;
    align-items: baseline;
    flex-flow: column;
}
.footer-bottom-right {
    margin-top: 20px;
}
input, textarea, button {
	-webkit-appearance: none;  
}
a.clean-cart {
    font-size: 12px;
    background: #fe2a0566;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
}
.total-price-all {
    padding: 0;
    font-size: 19px;
    font-weight: 600;
    width: 100%;
    text-align: right;
} 
.coup-total-buyclick {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border: 1px solid #d5d5d5;
    margin-top: 30px;
    margin-bottom: 30px;
    align-items: center;
    background: #fff;
} 
.make-order-title {
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 0px;
    font-weight: 600;
} 
.user-profile-title span {
    font-size: 16px;
    font-weight: 500;
} 
 
 
 
 
 
 
 
 
}