@media (min-width: 800px){
header {
    height: 100vh;
    padding: .55rem .2rem;
    width: 60px;
    border-bottom: none;
}
header .nav-toggle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobile-view{
  display: none;
}
.web-view{
  display: block;
}
.carusel-image.mobile-view {
    display: none !important;
}
}
@media (max-width: 799px){
    img.svglogo {
    max-width: 200px;
    min-height: 50px;
    margin-top: 100px;
}
    .footer-copyright p, .footer-copyright a {
    float: unset;
    margin: 10px 0px 0px;
    display: block;
}
.static-inner p img {
    width: 100% !important;
    height: auto !important;
}
h1.prod-title:before {
    display:none;
}

h1.prod-title:after {
   display:none;
}

    ul.about-slider {
    padding: 0px;
}
    a.main-logo.mobile-view img {
    height: 50px;
}
    .single-product:hover svg line,
.single-product:hover svg path,
.single-product:hover svg text,
.single-product:hover svg rect {
    fill: #464646;
    stroke: #464646
}
    .corp-punks {
    width: 100%;
    height: fit-content;
}
.mobile-view{
  display: block;
}
.web-view{
  display: none !important;
}
.content.home-page {
    width: 100%;
    float: left;
    display: block;
    position: relative;
}
header {
  position: absolute;
  width: 100%;
  text-align: center;
}
.nav-toggle {
    display: inline-block;
    width: fit-content;
    left: 10px;
    position: absolute;
}
nav#desktop {
    width: 100vh;
    left: -100vh;
}
a.main-logo.mobile-view {
    display: inline-block;
    width: auto;
    position: relative;
}
#menu-close {
   cursor: pointer;
   position: absolute;
   left: 10px;
   top: 20px;
  }
  nav#desktop .main {
      margin: 100px 20px;
      height: fit-content;
      padding: 0;
      width: fit-content;
      font-size: 18px;
  }
  .active-menu{
    display: block !important;
    position: relative !important;
    list-style: none;
    width: 100% !important;
    font-size: 14px !important;
  }
  .active-menu a{
    color: #b5b5b5 !important;
  }
  .active-menu > li > a {
    font-weight: 900;
}
.active-menu li:hover .tertiary{
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
.active-menu li:hover .tertiary li {
  width: 100%;
}
  ul.social-icons li img {
    width: 20px;
    margin: 0 10px 0 0;
}
ul.social-icons {
    margin: 100px 0px 0px;
}
aside#mouse-parallax {
    top: 71px;
}
.slider-action {
    text-align: center;
    margin: 35vh auto;
    height: 45vh;
    width: 90%;
}
.slider-text h2 {
    font-size: 40px;
}
.bineagro-back {
    background: url(/frontend/web/img/home/back-mobile.png);
    background-size: 100% !important;
}
.first-newstitle {
    width: 90%;
    text-align: center;
    background-size: 100%;
    background-position: center;
    height: fit-content;
    margin: 20px auto 40px;
}

.first-newstitle h2 {
    font-size: 40px;
}

.first-newstitle h2 span {
    display: block;
}

.first-newstitle h2:after,.first-newstitle h2:before {
    display: none;
}

.first-newstitle > span {
    margin: 0;
}
.gray-bg.galler-back {
    padding: 0;
}
.home-news {
    width: 100%;
}

.home-news .gallery-part, .home-news .news-part {
    padding: 0;
    width: 100%;
}

.home-news .news-part img {
    width: 90%;
}

.home-news .news-part .text {
    width: 100%;
    margin: -40px 0 20px;
    box-shadow: none;
    z-index: 0;
    border-radius: 0;
    padding-top: 60px;
    height: fit-content;
}

.video-gallery {
    border: 0;
}

.photo-gallery {
    width: 100%;
    left: 0;
    float: left;
}

.gallery-part .single-photo {
    width: 100%;
    margin: 20px 0;
    border-radius: 0;
}

span.photo-gradient {
    border-radius: 0;
}
.first-producttitle h2 {
    text-align: center;
    position: relative;
    margin: auto;
    width: fit-content;
    color: #8ab661;
    font-family: DomaineDispExtrabold;
    font-size: 40px;
    display: block;
}

.first-producttitle h2 > span {
    color: #464646;
}

.first-producttitle {
    width: 90%;
    text-align: center;
    background-size: 100%;
    background-position: center;
    height: fit-content;
    margin: 20px auto 40px;
}
.svg-title {
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
    height: fit-content;
    float: left;
}

.home-product-title {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    top: 0;
}

.home-product-cover {
    position: relative;
    float: left;
    display: block;
    height: 40vh;
}

.home-product-title h2:before,.home-product-title h2:after,.product-title h2:before,.product-title h2:after,.product-fact-title h2:before,.product-fact-title h2:after {
    display: none;
}

.home-product-title >div>span {
    float: unset;
    margin: 0 auto;
    font-size: 40px;
    line-height: 30px;
}

.home-product-title h2 {
    font-size: 30px;
}
.product-list {
    width: 100%;
    float: left;
    margin: 10% auto;
    padding: 0px 10px;
}

.single-product:nth-child(1), .single-product:nth-child(4), .single-product:nth-child(5),.single-product:nth-child(8), .single-product:nth-child(9), .single-product:nth-child(12) {
    width: calc(33% - 13px);
}

.single-product:nth-child(2), .single-product:nth-child(3), .single-product:nth-child(6),.single-product:nth-child(7), .single-product:nth-child(10), .single-product:nth-child(11) {
    width: calc(67% - 13px);
}
.kithcen-title {
    width: 100%;
    padding: 10px;
    float: left;
}

.kitchen-slider {
  overflow-x: hidden;
  max-width: 100%;
  float: left;
  margin-bottom: 10px;
  position: relative;
  display: block;
  height: auto;
  padding-top: 50px;
}

.kitchen-slider ul {
    max-width: 100vh;
}

.kitchen-slider ul li {
    /* float: left; */
    padding: 0px 10px;
    position: relative;
    /* max-width: 370px !important; */
}

.kitchen-slider ul li .k-slider-first {
    width: 20%;
    position: relative;
    float: left;
    height: 250px;
}

.kitchen-slider ul li .k-slider-second {
    height: 250px;
    width: 80%;
    float: left;
    padding: 20px !important;
    position: relative;
}
.k-slider-absolute {
    top: -50px;
    right: 0;
    text-align: center;
    position: relative;
    float: left;
    width: 100% !important;
    display: -webkit-flex;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center !important;
    -webkit-justify-content: center;
    justify-content: center !important;
}
.k-slider-first img {
    width: 70%;
    height: auto;
}

button.slick-prev.slick-arrow {
    right: 50px;
}

button.slick-next.slick-arrow {
    right: 15px;
    float: right;
}

.k-slider-absolute img {
    width: 80%;
    height: 150px;
    object-fit: cover;
}

li.insta-item.single-item {
    width: 50%;
}

ul.f-menu-ul li svg {
    margin: 0 auto;
    width: fit-content;
}
body {
    width: 100% !important;
    overflow-x: hidden !important;
}
.kithcen-title>h2 {
    font-size: 40px;
}

.kithcen-title>span {
    margin-left: 0;
}

.kithcen-title {
    padding: 10px;
}
ul.f-menu-ul {
    padding: 0px;
}

.product-svg svg {
    width: 80%;
}
.product-title h2 {
    font-size: 30px;
}

.product-title > div > span {
    float: unset !important;
    margin: 0 auto;
    font-size: 30px !important;
    line-height: 30px;
}
.product-title {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    top: 0;
}
.product-cover {
    height: 30vh;
}

.product-select {
    margin-top: 5%;
}
.product-photo img {
    width: 50%;
    height: auto;
    margin-top:-100px;
}

.single-product-cover svg {
    width: 50%;
}

.single-product-cover {
    text-align:center;
    height: fit-content;
    display: block;
    padding: 10% 0 0;
}
h1.prod-title {
    font-size: 40px;
}

.single-product-title span {
    font-size: 50px;
    line-height: 50px;
}

span.product-category {
    font-size: 20px;
}

.single-product-title {
    background-size: 100%;
}

p.product-desc {
    width: 90%;
}
.product-carousel .carusel-image {
    width: 250px;
    height: 250px;
}

.product-carousel .carusel-image img {
    width: 200px;
    max-height: 150px;
    height: auto;
}
.product-fact-title h2 {
    font-size: 30px;
}
.product-fact-title h2 span.green-span,.product-fact-title h2 span.grey-span {
    font-size: 40px;
    line-height: 40px;
}
.product-fact-title h2 span.green-span,.product-fact-title h2 span.grey-span {
    font-size: 40px;
    line-height: 40px;
}

.gallery-center {
    width: 100%;
}

.mobile-gallery {
    width: 100%;
    padding: 0px 10px;
    height: auto;
}
.mobile-gallery img {
    width: 100%;
}

.fact-carusel {
    width: 80%;
}
.product-related-title h2 {
    font-size: 40px;
}
.related-products {
    background-size: 100%;
    background-position: center 70px;
}
.share-part {
    width: 100%;
}

p.share-tex:after {
    width: calc(100% - 130px);
}
.carusel-image.web-view {
    display: none !important;
}
ul.product-carousel-mobile {
    width: 100%;
    padding: 0px;
    display: block;
    list-style: none;
    margin-bottom: 0px;
}

ul.product-carousel-mobile li {
    float: left;
    position: relative;
    width: 250px !important;
    display: inline-block !important;
    height: 250px;
    display: -webkit-flex;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center !important;
    -webkit-justify-content: center;
    justify-content: center !important;
}
ul.product-carousel-mobile button.slick-next.slick-arrow {
    background: 0 0;
    right: -20% !important;
    top: 45% !important;
}

ul.product-carousel-mobile button.slick-prev.slick-arrow {
    background: 0 0;
    left: -20% !important;
    right: unset !important;
    top: 45% !important;
}

ul.product-carousel-mobile button.slick-arrow svg {
    width: 30px;
    height: 30px
}

ul.product-carousel-mobile button.slick-arrow svg path,.related-product-list ul button.slick-arrow svg path  {
    fill: #464646
}
.related-product-list ul {
    width: auto;
    margin: 0 auto;
}
.related-product-list ul li {
  bottom: -50px !important;
}

.related-product-list ul button.slick-next.slick-arrow {
    background: 0 0;
    right: -20% !important;
    top: 50% !important;
}

.related-product-list ul button.slick-prev.slick-arrow {
    background: 0 0;
    left: -20% !important;
    right: unset !important;
    top: 50% !important;
}

.related-product-list ul button.slick-arrow svg {
    width: 30px;
    height: 30px
}

.carusel-image.mobile-view {
    margin-bottom: 30px !important;
}
.product-related-title {
    margin: 0 auto;
}
.recipe-list {
    width: 100%;
    padding: 0 10px;
    display: block;
    position: relative;
}

.single-recipe {
    width: calc(50% - 10px) !important;
    float: left;
    height: 150px;
}
a.single-recipe h6 {
    width: 100%;
}
.single-recipe-title {
    width: 100%;
}

.single-recipe-title svg:first-child {
    width: 30%;
}

.single-recipe-title svg:nth-child(2) {
    width: 60%;
}

span.single-recipe-gradient {}

.single-recipe-cover {
    height: 50vh;
}

.single-recipe-name {
    width: 100%;
    padding: 20px 10px;
}

.single-recipe-name p {
    width: 90%;
}

.s-recipe-details {
    width: 100%;
}

ul.recipe-icons {
    padding: 0px 10px;
}

.s-recipe-details>ul li {
    width: calc(50% - 23px);
}

ul.recipe-icons li span img {
    width: 40px;
    padding: 10px;
}

ul.recipe-icons li p {
    font-size: 14px;
}
.recipe-detailpart {
    width: 100%;
    padding: 10px;
}
ul.ingredients {
    padding: 0;
}
 ul.directions {
    padding-left: 10px;
}
.recipe-form-area form {
    width: 100%;
    background: none;
    padding: 10px;
}
.recipe-form-title h3 {
    font-size: 40px;
}

.recipe-form-title>span {
    margin: auto;
    font-size: 40px;
    text-align: center;
}

.recipe-form-title {
    text-align: center;
}

.recipe-form-title {
    background-size: 100%;
    background-position: center;
    padding: 20px 0px;
}
.static-title.contact {
    width: 100%;
}

.static-title.contact h2:before {
    width: 40%;
    left: -50%;
}
.static-title.contact h2:after {
    width: 40%;
    right: -50%;
}
.static-inner {
    width: 100%;
    padding: 10px;
}

.contact-details a {
    font-size: 16px;
    width: 60%;
}

.contact-left-side {
    padding: 0px;
    width: 100%;
}
.static-inner {
    width: 100%;
    padding: 10px;
    float: left;
}

.contact-details a {
    font-size: 16px;
    width: 60%;
}

.contact-left-side {
    padding: 0px;
    width: 100%;
}

.contact-right-side {
    width: 100%;
}

.main-form-area form {
    margin: 0px;
    padding: 0px;
}
.input-container {
    width: 100%;
}
.main-form-area form textarea {
    width: 100%;
}
.static-title.contact p {
    width: 80%;
}

.static-title.contact >span {
    margin: 0 auto;
    line-height: 40px;
}
.static-title.partners {
    width: 100%;
    padding: 10px;
}

.static-title h2 {
    font-size: 35px;
}

.static-title.partners p {width: 90%;}

.static-title h2:before {
    width: 20%;
    left: -30%;
}
.static-title h2:after {
    width: 20%;
    right: -30%;
}
.partner-logos-item {
    width: 50%;
    padding: 10px;
    margin: 10px 0px;
    float: left;
    height: 220px;
}

a.parner-logo {
    width: 150px;
    height: 150px;
}

.partner-logos-item h4 {
    margin: 10px 0;
    font-size: 13px;
}

a.parner-logo img {
    max-width: 110px;
    margin: 100px;
}
.static-title.career {
    width: 100%;
    background-size: 100%;
}
.static-title {
    width: 100%;
}

.left-static-image {
    width: 100% !important;
}

.right-static-p {
    width: 100% !important;
    float: left !important;
    display: block !important;
    height: auto !important;
}

.left-static-p {
    display: block !important;
    float: left !important;
    width: 100% !important;
    height: auto !important;
    margin: 10px auto !important;
}

.full-static-p {
    width: 100%;
}
.left-static-image:before {
    display: none;
}

.right-static-image:before {
    display: none;
}
.static-title.corporate {
    height: auto;
    background-size: 100% !important;
}
.static-title.work > span, .static-title.greenhouse >span {
    margin: 0 auto;
}

.static-title.work {
    background-size: 100% !important;
}
.static-section {
    padding: 0px;
}
.static-title.greenhouse {
    background-size: 100% !important;
}

.static-title.greenhouse h2:before {
    width: 70px;
    left: -90px;
}
.static-title.greenhouse h2:after {
    width: 70px;
    right: -90px;
}

.static-title.work > span, .static-title.greenhouse >span {
    font-size: 40px;
    line-height: 40px;
}
.static-title.food-security {
    width: 100%;
}

.static-title.food-security > span {
    margin: 0 auto;
}

.static-title.food-security h2 > span {
    display: block;
}
.news-area-title {
    width: 100%;
    background-size: 100%;
}

.news-area-title span {
    margin:  0 auto;
    font-size: 50px;
    line-height: 50px;
}

.news-area-part {
    padding: 0;
}
.news-area-title h2 {
    font-size: 50px;
}
.news-list-area {
    width: 100%;
    padding: 10px;
}

ul.news-list li {
    width: 100%;
}
.single-news-section {
    width: 100%;
}

.single-news-title h2 {
    font-size: 30px;
}

.single-news-title .news-time {
    font-size: 20px;
}

.single-news-inner p img {
    max-width: 100%;
}

.single-news-inner {
    width: 100%;
    padding: 10px;
}
.gallery-top {
    margin-top: 70px;
}

.gallery-list-area {
    width: 100%;
    float: left;
}

ul.gallery-list li {
    width: 100%;
}
.galllery-inner.mobile-view {
    width: 100%;
}

.gallery-item {
    width: 50%;
    float: left;
}

.galllery-inner img {
    height: 180px;
    object-fit: cover;
    border-radius: 10px !important;
}
.gallery-item .photo-button {
    top: 38.5%;
    right: 37%;
  }
  .single-gallery-area {
    padding: 50px 0px 0px;
}

}
@media (max-width: 500px){
    .related-product-list ul {
    width: 200px;
    margin: 0 auto;
}
.related-product-list ul li {
    height: 270px;
    bottom: -52px !important;
}
}