.c-checkbox-input-field__label,.field-radio{display:block;position:relative;padding-left:2rem;margin-bottom:1rem;cursor:pointer;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-checkbox-input-field__input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.c-checkbox-input-field__checkmark{position:absolute;top:0;left:0;height:.8rem;width:.8rem;background-color:rgba(0,0,0,.075);border:2px solid;border-color:#7cb342;border-radius:4px}.field-radio .checkmark{border-radius:.8rem}.c-checkbox-input-field__input:checked~.c-checkbox-input-field__checkmark{background-color:#7cb342}.c-checkbox-input-field__checkmark:after{content:"";position:absolute;display:none}.c-checkbox-input-field__input:checked~.c-checkbox-input-field__checkmark:after{display:block}.c-checkbox-input-field__errors{padding:.2rem 0}.c-checkbox-input-field__error{color:red;font-size:.8rem;padding:.2rem 0}.c-checkbox-label{font-weight:bold;font-size:1rem;font-family:inherit;margin:0 0 1rem 0}.c-errors{padding:1rem 0;font-size:.9rem;color:red}.c-errors__container{list-style:circle;list-style-position:inside}.c-errors__line{line-height:1.2rem}.c-loader{position:relative;top:-50%;margin:0 auto;width:60px;height:60px;perspective:700px}.c-loader__inner{position:absolute;box-sizing:border-box;width:100%;height:100%;border-radius:50%}.c-loader__inner-one{left:0%;top:0%;animation:rotate-one 1s linear infinite;border-bottom:3px solid;border-color:#7cb342}.c-loader__inner-two{right:0%;top:0%;animation:rotate-two 1s linear infinite;border-right:3px solid;border-color:#7cb342}.c-loader__inner-three{right:0%;bottom:0%;animation:rotate-three 1s linear infinite;border-top:3px solid;border-color:#7cb342}@keyframes rotate-one{0%{transform:rotateX(35deg) rotateY(-45deg) rotateZ(0deg)}100%{transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@keyframes rotate-two{0%{transform:rotateX(50deg) rotateY(10deg) rotateZ(0deg)}100%{transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@keyframes rotate-three{0%{transform:rotateX(35deg) rotateY(55deg) rotateZ(0deg)}100%{transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}.c-loader-component{display:flex;justify-content:center;align-items:center;position:relative;margin:4rem auto;width:250px;text-align:center}.c-loader-component__message{padding:1rem 0;text-transform:uppercase}.c-single-input-field{margin:0 0 2rem 0}.c-single-input-field__label{display:block;font-weight:bold;font-size:1rem;font-family:inherit;margin:0 0 1rem 0}.c-single-input-field__input{display:block;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:2.5rem;font-size:.9rem;line-height:2.5rem;height:2.5rem;width:100%;box-sizing:border-box;padding:.3rem 1rem;color:#4d4d4d;font-family:inherit}.c-single-input-field__input:focus{border:1px solid;border-color:#7cb342}.c-single-input-field__errors{padding:.2rem 0}.c-single-input-field__error{color:red;font-size:.8rem;padding:.2rem 0}.c-text-input-field{margin:0 0 2rem 0}.c-text-input-field__label{display:block;font-weight:bold;font-size:1rem;margin:0 0 1rem 0}.c-text-input-field__input{display:block;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:4px;font-size:.9rem;line-height:1.2rem;width:100%;box-sizing:border-box;padding:.3rem .5rem;color:#4d4d4d;font-family:inherit}.c-text-input-field__input:focus{border:1px solid;border-color:#7cb342;box-shadow:1px #7cb342}.c-text-input-field__error{color:red;font-size:.8rem;padding:1rem 0}.c-file-input-field{margin:0 0 2rem 0}.c-file-input-field__label{display:block;font-weight:bold;font-size:1rem;margin:0 0 1rem 0}.c-file-input-field__select{display:inline-block;padding:1rem 0}.c-file-input-field__display{border-radius:20px;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;margin:1rem .5rem;display:flex;justify-content:space-between}.c-file-input-field__error{padding:.2rem 0;color:red;font-size:.8rem;padding:.2rem 0}.c-progress-bar{margin:10px 0;width:100%;max-width:500px;background-color:#e0e0e0;border-radius:6px;box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}.c-progress-bar-fill{display:block;height:12px;background-color:#7cb342;border-radius:6px;transition:width 500ms ease-in-out}.c-modal-wrapper{position:fixed;display:none;top:0;left:0;height:100vh;width:100%;justify-content:center;align-items:center}.c-modal-wrapper--displayed{display:flex;z-index:9999;overflow-y:auto}.c-modal-overlay{position:fixed;top:0;left:0;height:100%;width:100%;z-index:1}.c-modal{z-index:9999;max-width:100%;min-width:33%;background-color:#fff;border-radius:25px;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px}.c-modal-header{display:flex;justify-content:space-between}.c-modal-header__title{padding:20px;font-size:1.5rem}.c-modal-content{padding:0 20px 20px 20px;font-size:.9rem;max-height:100vh}.c-select{position:relative}.c-select-unselect{position:fixed;top:0;left:0;height:100%;width:100%;z-index:1}.c-select__icon{position:absolute;top:8px;right:12px}.c-select__input{display:block;border:1px solid rgba(0,0,0,.15);box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;background-color:#fff;border-radius:1.25rem;height:2.5rem;font-size:.9rem;line-height:2.5rem;color:#000;font-family:inherit;box-sizing:border-box;padding-left:1rem;width:100%;caret-color:transparent;cursor:pointer}.c-select__input.c-select--open{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}.c-select__input:hover{cursor:pointer}.c-select-field{margin:0 0 2rem 0}.c-select-field__label{display:block;font-weight:bold;font-size:1rem;margin:0 0 1rem 0}.c-select-field__errors{padding:.2rem 0}.c-select-field__error{color:red;font-size:.8rem;padding:.2rem 0}.c-select__results{position:absolute;background-color:#fff;width:100%;top:2.5rem;left:0;z-index:2;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;max-height:30vh;overflow-y:auto;border:1px solid rgba(0,0,0,.15);border-top:none}.c-select__result{padding-left:1rem;height:2.5rem;line-height:2.5rem;cursor:pointer;background-color:transparent;color:#4d4d4d;font-size:.9rem}.c-select__result:hover{background-color:#f0f2f5}.c-select__results li:last-child{border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.c-search__label{width:100%;box-sizing:border-box;position:relative;z-index:3}.c-search__icon{position:absolute;top:8px;left:12px}.c-search__icon-button{position:absolute;top:0;right:0;cursor:pointer;text-align:center;border-radius:50%;padding:16px 15px 13px 15px}.c-search__icon-button:hover{background-color:#f0f2f5}.c-search-field__label{display:block;font-weight:bold;font-size:1rem;margin:0 0 1rem 0}.c-slider-input__input{-webkit-appearance:none;width:100%;height:.5rem;border-radius:.2rem;background:#f0f2f5;outline:none;opacity:.7;-webkit-transition:.2s;transition:opacity .2s}.c-slider-input__input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:.8rem;height:.8rem;border-radius:50%;border:none;background:#7cb342;cursor:pointer}.c-slider-input__input::-moz-range-thumb{width:.8rem;height:.8rem;border-radius:50%;border:none;background:#7cb342;cursor:pointer}.c-content-block{background-color:#fff;border-radius:20px;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;padding:2rem;margin:1rem auto;line-height:1.2rem}.c-content-block--small{max-width:500px}.c-content-block--medium{max-width:700px}.c-content-block--large{max-width:1000px}.c-content-block-actions{width:100%;display:flex;justify-content:center}@media only screen and (max-width: 985px){.c-content-block{padding:1rem}}.c-autocomplete{position:relative}.c-autocomplete__label{width:100%;box-sizing:border-box;position:relative;display:inline-block}.c-autocomplete__input{display:block;border:1px solid rgba(0,0,0,.15);box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;background-color:#fff;border-radius:1.25rem;height:2.5rem;font-size:.9rem;line-height:2.5rem;color:#000;font-family:inherit;box-sizing:border-box;padding-left:3.5rem;width:100%}.c-autocomplete__icon{position:absolute;top:0;left:1rem;line-height:2.5rem}.c-autocomplete__icon>i{vertical-align:middle}.c-autocomplete__results{position:absolute;background-color:#fff;width:100%;top:3rem;left:0;z-index:2;padding:10px 0;border-radius:20px;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;max-height:30vh;overflow-y:auto;border:1px solid rgba(0,0,0,.15);border-top:none}.c-autocomplete__result{padding:.75rem 1rem;min-height:1rem;line-height:1rem;cursor:pointer;background-color:transparent;color:#4d4d4d}.c-autocomplete__result:hover{background-color:#f0f2f5}.c-autocomplete__results li:last-child{border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.c-autocomplete-unselect{position:fixed;top:0;left:0;height:100%;width:100%;z-index:1}.c-autocomplete-field__label{display:block;font-weight:bold;font-size:1rem;margin:0 0 1rem 0}.c-autocomplete-field__errors{padding:.2rem 0}.c-autocomplete-field__error{color:red;font-size:.8rem;padding:.2rem 0}.c-icon-button.c-share-button{line-height:0;height:1.5rem;width:1.5rem;margin:0}.c-blog__empty{padding-bottom:3rem}.c-blog__actions{display:flex;justify-content:center;margin:1rem 0rem}.c-article__header{display:flex;justify-content:space-between;align-items:center}.c-article__info{font-size:.8rem;margin-bottom:1rem}.c-article__title{font-size:2.5rem;line-height:2.5rem}.c-article__content{padding:1rem 0}.c-article__image{margin:1rem auto;max-height:40vh;display:block;object-fit:cover;object-position:center;width:100%;height:100%;border-radius:20px;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px}.c-header{background-color:#fff;min-height:62px;display:flex;flex-wrap:wrap;justify-content:space-between;padding:5px 20px;border-bottom:#f0f2f5 1px solid}.c-header__left,.c-header__right{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.c-header__logo{height:59px;width:59px;margin-right:20px}.c-header-search{position:relative;display:flex;height:40px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top-left-radius:50px;border-top-right-radius:50px}.c-header-search__input{font-family:"Montserrat",sans-serif;padding:7px 16px 9px 40px;background-color:#f0f2f5;min-width:250px;height:40px;font-size:15px;border:0;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top-left-radius:50px;border-top-right-radius:50px;box-sizing:border-box}.c-header__actions{display:flex;margin:auto}.c-header__profile-actions{position:absolute;right:11px;top:82px;background-color:#fff;border-radius:20px;padding:1rem .5rem;height:0;width:0;opacity:0;z-index:0}.c-header__profile-actions .c-button{display:none}.c-header__profile-actions--display{box-shadow:rgba(0,0,0,.2) 0px 8px 10px 0px;height:unset;width:unset;opacity:1;-webkit-transition:all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);-moz-transition:all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);-o-transition:all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);transition:all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);z-index:9999}.c-header__profile-actions--display .c-button{display:block;width:calc(100% - 1rem);text-align:left}.c-header__profile-button{display:inline-block;height:100%;width:100%;border-radius:50%}.c-header__profile-button:hover{background-color:rgba(0,0,0,.1)}.c-header__profile.c-icon-button{margin:1px 5px 1px 15px;height:44px;width:44px;border-radius:50%;background-position:center;background-size:cover;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px}.c-header-nav{background-color:#fff;min-height:62px;display:flex;justify-content:space-between;align-items:center;padding:5px 20px}.c-header-nav__logo{height:59px;width:59px;margin-right:20px}.c-icon-button.c-header-menu-btn{display:inline-block;padding:10px;overflow:hidden}.c-header-menu-btn__bar1,.c-header-menu-btn__bar2,.c-header-menu-btn__bar3{width:20px;height:2px;background-color:#333;margin:4px auto;transition:.4s}.c-header-menu-btn--open .c-header-menu-btn__bar1{-webkit-transform:rotate(-45deg) translate(-4px, 4px);transform:rotate(-45deg) translate(-4px, 4px)}.c-header-menu-btn--open .c-header-menu-btn__bar2{opacity:0}.c-header-menu-btn--open .c-header-menu-btn__bar3{-webkit-transform:rotate(45deg) translate(-4px, -4px);transform:rotate(45deg) translate(-4px, -4px)}.c-mobile-menu{height:0;width:0;opacity:0;z-index:0;position:absolute;top:72px;left:0;background-color:#fff;padding:0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all 2.5s ease;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}.c-mobile-menu__button{height:0;opacity:0;z-index:0;padding:0;text-align:center;cursor:pointer;text-transform:uppercase;color:#4d4d4d;font-size:.8rem}.c-mobile-menu--display .c-mobile-menu__button{height:unset;width:100%;z-index:9999;padding:1rem 0;opacity:1}.c-mobile-menu.c-mobile-menu--display{height:unset;width:100%;opacity:1;padding:10px 0;z-index:9999;-webkit-transition:all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);-moz-transition:all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);-o-transition:all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);transition:all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86)}.c-slider{height:500px;width:100%;background-size:cover;background-image:url(/images/slider.jpg);background-position:center}.c-slider__title{padding:0 20px;color:#fff;font-size:4rem;text-align:center;font-weight:600}.c-slider__subtitle{text-align:center;padding:1.5rem;font-weight:500;color:#fff;font-size:1.2rem}.c-slider__location{display:flex;justify-content:flex-end;color:#fff;padding:24px;height:24px;font-size:16px;line-height:21px}.c-slider__location>div{cursor:pointer}.c-slider__location .material-icons{font-size:21px}.c-slider-content{width:100%;height:calc(100% - 96px);display:flex;flex-flow:column;justify-content:space-around;align-items:center;margin-bottom:24px}.c-slider__search-block .c-search-field{display:flex;justify-content:center;width:80%;margin:auto}.c-slider-search{position:relative;display:flex;width:100%;min-width:350px;height:55px;border-radius:50px}.c-slider-search__label{width:100%;box-sizing:border-box;position:relative}.c-slider-search__input{font-family:"Montserrat",sans-serif;padding:10px 50px 11px 24px;background-color:#fff;width:100%;height:56px;font-size:1rem;border:0;border-radius:56px;box-sizing:border-box;box-shadow:rgba(0,0,0,.2) 0px 8px 10px 0px}.c-city-search{margin-top:.8rem}.o-footer{position:absolute;bottom:0%;left:0;right:0;padding:20px 0;font-size:12px;background-color:#fff;width:100%;height:140px;border-top:#f0f2f5 1px solid}.c-footer-navigation{margin:0 auto;max-width:600px;padding:10px 20px;display:flex;justify-content:space-around;flex-wrap:wrap}.c-footer-navigation__menu{display:inline-block;margin:0 10px}.c-footer-navigation__menu li{margin-bottom:5px}.c-footer-navigation__title{font-size:13px;font-weight:500;margin:10px 0}.c-footer-navigation__link{font-size:13px;color:#7cb342;text-decoration:none}.c-footer-navigation__link:hover{text-decoration:underline}.c-copyright{text-align:center;margin:10px}.c-productors{padding:1rem 0;margin:2rem auto;width:calc(100% - 4rem);min-width:350px;background-color:#fff;border-radius:20px;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px}.c-productors__title{margin:1rem 1rem 1rem 2rem;font-size:1.5rem;font-weight:600}.c-productors__list{margin:0 1rem;display:flex;flex-wrap:wrap}.c-home-location{width:calc(100% - 8rem);background-color:#fff;border-radius:20px;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;padding:.5rem 2rem;margin:2rem auto}.c-home-location>p{line-height:1.4rem}.c-home-location__message{font-weight:500;font-size:1.2rem;margin:1.2rem 0}.c-home-location__actions{margin-top:2rem;margin-bottom:.5rem;display:flex;justify-content:center}.c-home-no-data{max-width:1000px;background-color:#fff;border-radius:20px;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;padding:1rem 2rem;margin:1rem auto;font-size:1.2rem}.c-news{margin:1rem auto;width:calc(100% - 2rem);display:flex;flex-wrap:wrap;justify-content:space-evenly}.c-news__left,.c-news__right{min-width:calc(350px - 2rem);width:calc(50% - 2rem);max-width:550px;margin:1rem;background-color:#fff;border-radius:20px;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px}.c-news-info{padding:1rem 2rem}.c-news__title{font-size:2rem;font-weight:600;padding:0}.c-news__actions{margin-top:1rem;display:flex;justify-content:center}.c-banner__image{width:100%;border-top-left-radius:20px;border-top-right-radius:20px;background-size:cover;background-position:center;background-repeat:no-repeat}.c-information{line-height:1.5rem}.c-information>p{margin:1rem 0}.c-information .c-banner__image{border-radius:20px}.c-home-categories{margin:1rem auto 0 auto;width:calc(100% - 2rem);display:flex;flex-wrap:wrap;justify-content:space-evenly}.c-tile.c-home-category{max-width:200px;max-height:150px;border-radius:20px;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px}.c-tile.c-home-category .c-tile__header{height:150px}.c-tile.c-home-category .c-tile__title{padding:1.1rem;z-index:1;font-size:1.3rem;font-weight:500}.c-home-category .c-tile__image{overflow:hidden;position:relative;background-position:center;border-radius:20px}@media only screen and (max-width: 500px){.c-tile.c-home-category{max-width:300px;max-height:225px}.c-tile.c-home-category .c-tile__header{height:225px}.c-tile.c-home-category .c-tile__title{padding:1.5rem;font-size:1.5rem}}.c-location-popin__current-location>div{display:inline-block;vertical-align:middle}.c-login__actions,.c-productor-login__actions{margin-top:1.5rem;display:flex;justify-content:flex-end}.c-login__secondary-actions{display:flex;justify-content:flex-end}.c-login__link{font-size:13px;color:#7cb342;text-decoration:none}.c-productor-login{display:flex;flex-wrap:wrap;justify-content:space-evenly}.c-productor-login>div{width:100%;margin:1rem}.c-productor-login__info{padding:1rem 0}.c-product-detail{padding:1rem;margin:0px auto}.c-product-detail__header-title{display:flex;align-items:center;margin:1rem 0}.c-product-detail__header-title .c-icon-button{margin:0}.c-product-detail__header-subtitle{font-size:1rem;color:rgba(0,0,0,.8);padding:0;font-weight:600;margin-left:5px}.c-product-detail__name{display:inline-block;font-size:2.5rem;margin:0 0 0 1rem;vertical-align:middle}.c-product-detail__sale-point{line-height:1.2rem;font-size:.9rem;border-radius:20px;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;padding:.5rem;margin:.5rem}.c-product-detail__header-info>.c-product-detail__sale-points{line-height:1.4rem;font-size:.9rem;margin-top:2rem;padding:.5rem 0}.c-product-detail__sale-points-list{display:flex;flex-wrap:wrap;margin-top:1rem}.c-product-detail__sale-points-list>li{display:inline-block;padding:1rem}.c-product-detail__sale-point-name{font-weight:500;font-size:1rem;margin-bottom:.5rem}.c-product-detail__sale-point-address,.c-product-detail__sale-point-website{display:flex;align-items:center;padding:.25rem 0}.c-product-detail__sale-point-address .material-icons,.c-product-detail__sale-point-website .material-icons{font-size:1.2rem;margin-right:.5rem}.c-product-detail__sale-point-website a{color:#7cb342}.c-product-detail__image{display:block;min-width:50%;width:100%;max-height:400px;height:100%;border-radius:20px;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;object-fit:cover;object-position:center;margin:1rem auto}.c-product-detail__header-info{padding:1rem 1rem .5rem 1rem}.c-product-detail__title{display:inline-block;font-size:1.4rem;font-weight:600;line-height:1.4rem;height:1.4rem;text-align:left}.c-product-detail__title .material-icons{margin-right:5px;font-size:1.2rem;vertical-align:middle;width:1.2rem}.c-product-detail__description{text-align:justify;font-size:.9rem;padding:1rem}.c-product-detail__productor{display:inline-block;line-height:1.4rem;font-size:.9rem;font-weight:400}.c-product-detail__category{display:inline-block;line-height:1.4rem;font-size:.9rem;font-weight:400}.c-product-detail__region{font-size:.8rem}.c-product-detail-productor .c-product-detail__title{margin-left:1rem}.c-product-detail__productor-link{color:#7cb342;cursor:pointer;text-decoration:underline;margin-left:.5rem}.c-product-detail-productor-list{display:flex;justify-content:space-evenly;flex-wrap:wrap}.c-product-list__actions{margin-bottom:1rem}.c-product-list__header{padding:20px;display:flex;justify-content:space-between;align-items:center}.c-product-list__products{display:flex;justify-content:space-around;flex-wrap:wrap;padding:0 10px}.c-product-list__empty{display:inline-block;margin:0 10px 1rem 10px;padding:20px}.c-product-list__header{margin:0 10px}.c-product-edit__header{display:flex;justify-content:space-between}.c-product-edit__actions{margin:1rem 0}.c-product-edit-category__label,.c-product-edit-sale-point__label{display:block;font-weight:bold;font-size:1rem;margin:0 0 1rem 0}.c-product-edit-sale-point__input{display:block;background-color:rgba(0,0,0,.075);border:1px solid rgba(0,0,0,.15);border-radius:4px;font-size:1rem;line-height:1.65;width:100%;box-sizing:border-box;padding:.3rem .5rem;color:#4d4d4d}.c-product-edit__sale-points{margin-bottom:2rem}.c-product-edit__sale-point-label{font-weight:bold;font-size:1rem;margin:0 0 1rem 0}.c-product-edit__category{margin-bottom:2rem}.c-product-edit-sale-point{display:flex;justify-content:space-between;border-radius:20px;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;padding:1rem;margin:1rem .5rem}.c-product-edit-sale-point__name{line-height:1.5rem;margin-bottom:.5rem}.c-product-edit-sale-point__address,.c-product-edit-sale-point__website{line-height:1.5rem;font-size:.9rem;font-style:italic;display:flex;align-items:center}.c-product-edit-sale-point__address .material-icons,.c-product-edit-sale-point__website .material-icons{margin-right:.5rem;font-size:1.2rem}.c-product-edit-sale-point__actions{display:flex;justify-content:flex-end}.c-product-edit-sale-point__add i{vertical-align:middle}.c-product-edit__image{width:100%;height:100%;max-height:30vh;object-fit:cover;object-position:center;border-radius:20px}.c-product-edit .c-file-input-field__display{position:relative}.c-product-edit .c-file-input-field__actions{position:absolute;width:100%;height:100%}.c-product-edit .c-file-input-field__actions .c-icon-button{display:none;margin:0;border-radius:20px}.c-product-edit .c-file-input-field__actions:hover .c-icon-button{display:block;width:100%;height:100%;color:#fff;background-color:rgba(0,0,0,.15)}.c-sale-point-city-search,.c-sale-point-search{margin:20px 0}.c-sale-point-city-search__label,.c-sale-point-search__label{width:100%;box-sizing:border-box;position:relative}.c-sale-point-popin-form{border-radius:20px;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;padding:1rem .5rem;margin:1rem .5rem}.c-sale-point-popin-form .c-single-input-field{margin-bottom:1rem}.c-product-display.c-tile{max-width:400px}.c-product-display .c-tile__header{height:auto}.c-product-display .c-tile__image{height:200px;max-width:400px;border-top-left-radius:20px;border-top-right-radius:20px;overflow:hidden;position:relative;background-position:center;background-size:contain}.c-product-display__info.c-tile__body{padding:10px 20px}.c-product-display__info .c-tile__title{z-index:1;color:#000;padding:0}.c-product-display__sale-point{margin:.5rem 0;color:rgba(0,0,0,.7);font-size:15px;font-weight:500;display:flex;align-items:center}.c-product-display__sale-point>span{margin:0 .25rem}.c-product-display__image.c-tile__image{cursor:default;overflow:hidden;position:relative;background-position:center}.c-product-display__image.c-tile__image .c-tile__title{z-index:1;font-size:2rem;font-weight:lighter}.c-product-display__action{position:absolute;right:20px;top:20px}.c-product-display__info{padding:20px;min-width:200px}.c-product-display__name{cursor:pointer;max-height:125px;font-size:20px !important;font-weight:bold;margin-bottom:20px}.c-productor-articles__display-more{display:flex;justify-content:center}.c-productor-article{background-color:#fff;border-radius:1rem;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;margin:1rem 0;padding:1rem 1.5rem}.c-productor-article__header-left{display:flex}.c-productor-article__info{font-size:.7rem;color:rgba(0,0,0,.7)}.c-productor-article__title{font-size:1.2rem;line-height:1.2rem;font-weight:600;margin:0 1rem 0 0;padding:1rem 0 .5rem 0}.c-productor-article__content{padding:1rem 0}.c-productor-article__image{margin:1rem auto;max-height:40vh;display:block;object-fit:cover;object-position:center;width:100%;height:100%;border-radius:20px}.c-productor-products__list{display:flex;justify-content:space-around;flex-wrap:wrap}.c-productor-products__list .c-tile__title{font-size:1.2rem}.c-productor-products__list .c-products__product .c-tile__subtitle{font-size:.8rem;margin:5px 0}.c-productor-products__list .c-products__product .c-tile__image{max-width:300px;height:150px}.c-productor-products__list .c-tile.c-products__product{max-width:300px}.c-productor-profile{padding:0 0 1rem 0;margin:1rem auto;line-height:1.2rem;max-width:1000px}.c-productor-profile__image{width:100%;max-height:30vh;object-fit:cover;object-position:center;border-radius:2rem}.c-productor-profile-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:1rem}.c-productor-profile-header__left{display:flex;align-items:center;max-width:520px;width:100%;margin-bottom:1rem}.c-productor-profile-header__right{display:flex;justify-content:center;margin-bottom:.5rem}.c-icon-button.c-productor-profile-header__back{margin:0 0 0rem 0;height:2.5rem;width:2.5rem;border-radius:1.75rem}.c-icon-button.c-productor-profile-header__back i{font-size:1.7rem;line-height:2.5rem;width:2.5rem}.c-productor-profile-header__name{display:inline-block;line-height:2.5rem;font-size:2.5rem;margin-left:1rem;margin-bottom:0rem;max-width:calc(100% - 40px - 1rem);min-height:2.5rem;padding:0;font-weight:600}.c-productor-profile-actions{height:3rem;margin-right:1rem;display:flex;justify-content:flex-end;margin-top:-1.7rem}.c-icon-button.c-productor-profile-actions__button{height:3rem;width:3rem;border-radius:1.5rem;font-size:1.5rem;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;margin:0 5px}.c-productor-profile-nav__button{margin:0 1rem 1rem 0}.c-button--secondary.c-productor-profile-nav__button--activ{background-color:#f0f2f5}.c-productor-profile-content{display:flex;justify-content:center;flex-wrap:wrap}.c-productor-profile-detail{background-color:#fff;border-radius:1rem;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;margin:1rem 0 2rem 0;width:calc(300px - 1rem);height:fit-content}.c-productor-articles,.c-productor-products{width:calc(100% - 300px - 1rem);max-width:700px;min-width:calc(300px + 1rem);margin:0 1rem}.c-productor-detail__info{padding:1rem 1.5rem 1.5rem 1.5rem}.c-productor-detail__title{font-size:1.2rem;font-weight:500;margin:0}.c-productor-detail__address,.c-productor-detail__website,.c-productor-detail__email,.c-productor-detail__phone{font-size:.9rem;margin:.5rem 0;font-weight:400;display:flex;align-items:center}.c-productor-detail__address .material-icons,.c-productor-detail__website .material-icons,.c-productor-detail__email .material-icons,.c-productor-detail__phone .material-icons{margin-right:5px}.c-productor-detail__website a{color:#7cb342}.c-productor-articles-edit__header,.c-article-edit__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;margin-bottom:1rem}.c-article-edit__title{margin-bottom:0}.c-article-edit__image{width:100%;height:100%;max-height:30vh;object-fit:cover;object-position:center;border-radius:20px}.c-profile__header{display:flex;justify-content:space-between}.c-profile__actions{margin:1rem 0}.c-profile__image{width:100%;height:100%;max-height:30vh;object-fit:cover;object-position:center;border-radius:20px}.c-profile__qr-code{max-height:250px;max-width:250px;width:100%}.c-profile__qr-code-label{font-size:.8rem;font-weight:400}.c-profile-city,.c-profile-locality{margin:0 0 2rem 0}.c-profile-city__input,.c-profile-locality__input{padding-left:1rem}.c-profile-form__image{width:100%;height:100%;max-height:30vh;object-fit:cover;object-position:center;border-radius:20px}.c-profile-form .c-file-input-field__display,.c-article-edit .c-file-input-field__display{position:relative}.c-profile-form .c-file-input-field__actions,.c-article-edit .c-file-input-field__actions{position:absolute;width:100%;height:100%}.c-profile-form .c-file-input-field__actions .c-icon-button,.c-article-edit .c-file-input-field__actions .c-icon-button{display:none;margin:0;border-radius:20px}.c-profile-form .c-file-input-field__actions:hover .c-icon-button,.c-article-edit .c-file-input-field__actions:hover .c-icon-button{display:block;width:100%;height:100%;color:#fff;background-color:rgba(0,0,0,.15)}.c-profile-warning{color:#f18b06;display:flex;align-items:center;margin:1.5rem 0}.c-profile-warning__text{padding:0 1rem}.c-register__actions,.c-register-confirm__actions{margin-top:2rem;display:flex;justify-content:flex-end}.c-cgu__article{text-align:justify;font-size:.9rem;line-height:1.2rem;padding:.5rem 1rem}.c-cgu__article-title{margin:1rem;line-height:2rem}.c-register__password-requirement{font-size:.8rem;font-weight:400}.c-contact__actions{margin-top:2rem}.c-forgot__title{line-height:2rem}.c-reset__actions,.c-reset-confirm__actions,.c-forgot__actions,.c-forgot-sent__actions{margin-top:2rem;display:flex;justify-content:flex-end}.c-tile.c-products__product{max-width:400px;position:relative;background-color:#fff;border-radius:20px;cursor:pointer}.c-products__product .c-tile__header{height:auto}.c-products__product .c-tile__image{height:200px;max-width:400px;border-top-left-radius:20px;border-top-right-radius:20px;overflow:hidden;position:relative;background-position:center;background-size:contain}.c-products__product .c-tile__body{padding:10px 20px}.c-products__product .c-tile__title{z-index:1;color:#000;padding:0}.c-products__product .c-tile__subtitle{color:rgba(0,0,0,.8);margin:10px 0}.c-products__product .c-tile-blur::before{-webkit-filter:blur(20px);filter:blur(20px);transform:scale(2) translateY(75%) rotateX(180deg)}.c-products__product .c-tile-blur::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:inherit;-webkit-filter:blur(20px);filter:blur(20px);transform:scale(2) translateY(-75%)}.c-products{display:flex;justify-content:space-around;flex-wrap:wrap;min-width:350px;width:calc(100% - 400px - 4rem);max-width:calc(100% - 400px);height:max-content}.c-products-no-data{min-width:calc(350px - 4rem);width:calc(100% - 400px - 4rem);height:max-content;background-color:#fff;border-radius:20px;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;margin:1rem 0;padding:1rem 2rem}.c-products-no-data>p{margin:1rem 0}.c-products-search{display:flex;justify-content:space-evenly;flex-wrap:wrap;width:calc(100% - 2rem);padding:.5rem 1rem}.c-search-filters{max-width:250px;width:100%;background-color:#fff;border-radius:20px;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px;padding:1rem 2rem;margin:1rem;height:max-content}.c-search-filters__title{font-size:1.2rem;margin:1rem 0 1.5rem 0}.c-search-filters__filter-name{margin:1rem 0;font-weight:500}.c-search-filters__categories{margin-bottom:1rem}.c-search-filters__category{cursor:pointer;line-height:1.5rem}.c-search-filters__category--selected,.c-search-filters__category:hover{color:#7cb342}.c-productor-search__title{margin:0 1rem 1rem 1rem}.c-productor-search__no-data{width:100%;padding:0 1rem}.c-productor-search__no-data>p{margin-bottom:2rem}.c-productor-search__productors{display:flex;flex-wrap:wrap}.c-productor-search__actions{display:flex;justify-content:center;margin-top:1rem}.c-tile.c-productor{max-width:300px;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.c-tile.c-productor .c-tile__header{height:225px}.c-tile.c-productor .c-tile__title{padding:5px 20px;z-index:1;font-size:1.5rem}.c-productor__location{padding:5px 20px 20px 20px;color:#fff;font-size:15px;display:flex;align-items:center;z-index:1}.c-productor .c-tile__image{overflow:hidden;position:relative;background-position:center;border-bottom-left-radius:20px;border-bottom-right-radius:20px}html{font-family:"Montserrat",sans-serif}body{background-color:#f0f2f5}.o-page-content{min-height:calc(100vh - 179px);padding-bottom:179px;position:relative}h1{font-size:2rem;font-weight:600;padding:1rem 0;margin-bottom:1rem;line-height:2rem}h2{font-size:1.5rem;padding:1rem 0;margin-bottom:1rem}.o-content{padding:1rem 0}.o-icon-text{display:inline-block;height:24px;line-height:24px;font-size:16px;vertical-align:top}.o-icon-image{height:24px;line-height:24px;font-size:21px;vertical-align:top}.o-field{display:flex;font-size:1rem;margin:1rem 0;padding:1rem 0}.o-field__label{font-weight:bold;width:50%}.o-field__value{width:50%}.c-tile{margin:1rem;width:100%;max-width:500px;background-color:#fff;border-radius:20px;box-shadow:rgba(0,0,0,.2) 0px 2px 4px 0px}.c-tile__header{border-top-left-radius:20px;border-top-right-radius:20px;height:350px;position:relative;overflow:hidden}.c-tile__title,.c-tile__subtitle{overflow:hidden;text-overflow:ellipsis}.c-tile__title{padding:40px;color:#fff;font-weight:600;font-size:1.2rem}.c-tile__subtitle{font-size:.9rem}.c-tile-blur{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;height:100%;background:inherit;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.c-tile-blur::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:inherit;-webkit-filter:blur(12px);filter:blur(12px);transform:scale(2) translateY(60%) rotateX(180deg)}.c-tile-blur::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25))}.c-tile__image{border-top-left-radius:20px;border-top-right-radius:20px;height:100%;width:100%;background-size:cover;cursor:pointer;background-image:url(/images/default.png);background-repeat:no-repeat}.c-tile__body{padding:15px}.c-button,.button{font-family:"Montserrat",sans-serif;padding:10px 20px;font-size:15px;min-height:40px;cursor:pointer;background:transparent;border:0;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top-left-radius:50px;border-top-right-radius:50px;margin:5px}.c-button--primary,.button-primary{background-color:#7cb342;color:#fff}.c-button--primary:hover,.button-primary:hover{color:#000}.c-button--secondary{background-color:#fff}.c-button:hover,.button:hover{background-color:#f0f2f5}.c-button--text-primary-color{color:#7cb342}.c-icon-button,.btn-hide{display:inline-block;padding:0;vertical-align:middle;font-size:14px;height:40px;width:40px;cursor:pointer;background-color:#f0f2f5;border:0;border-radius:20px;margin:5px}.c-icon-button .material-icons,.btn-hide .material-icons{vertical-align:middle;text-align:center;line-height:40px;margin:0 auto}.c-icon-button--transparent{background-color:transparent}.c-icon-button--white{background-color:#fff}.c-icon-button--transparent:hover,.c-icon-button--white:hover,.btn-hide:hover{background-color:#f0f2f5}.c-icon-text--blue{color:#6495ed}.c-icon-text--grey{color:rgba(0,0,0,.8)}.cookie-consent{display:block;position:fixed;bottom:0;color:#fff;width:100%}.hidden{display:none !important}.cookie-consent .container{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:rgba(60,60,60,.95)}.cookie-consent .btn-hide{color:#fff;background:none;cursor:pointer;border:none;font-size:1.5rem}.cookie-consent .btn-show{color:rgba(60,60,60,.95);background:none;cursor:pointer;border:none;font-size:1.5rem;padding:1rem}.cookie-consent .container a{color:#1997c6}.ion-ios-arrow-down::after{display:inline-block;content:"×"}@media only screen and (min-width: 985px){.o-responsive{display:none}}@media only screen and (max-width: 985px){.c-header{display:none}}
