/*
Theme Name: Agriros
Theme URI: https://www.agriros.nl
Author: Roksolana Smoliarchuk
Description: A theme developed for Agriros company.
Version: 1.0.0
*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
     License: none (public domain)
  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

img {
  max-width: 100%;
  height: auto;
}

.visually-hidden:not(:focus):not(:active),
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
  min-height: 100vh;
  width: 100%;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #36434d;
}

*:focus {
  outline: 1px solid #55bb3c;
}

a {
  color: #55bb3c;
  text-decoration: none;
}

a:hover {
  color: #f4df2b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1 {
  font-size: 2rem;
  text-align: center;
  line-height: 3rem;
  margin: 1rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #36434d;
}
h3 {
  font-size: 1.3rem;
}

p {
  margin-bottom: 1rem;
  line-height: 2rem;
}

.faq-text {
  text-align: center;
}

.breadcrumbs {
  padding: 1rem;
}

.shipping {
  padding-left: 2rem;
  position: relative;
}
.shipping::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 35%;
  left: 0;
  background-color: #55bb3c;
  border-radius: 100px;
}
.info__language {
  display: block;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #55bb3c;
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  width: 50px;
  margin-right: 1rem;
}

.info__phone {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.2rem;
  padding-left: 1.5rem;
  background-image: url(./src/images/phone.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left;
  margin-right: 1rem;
  margin-bottom: 0.3rem;
}

.contact-link {
  color: #36434d;
}

.contact-link:hover {
  color: #55bb3c;
}
.info__mail {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.2rem;
  padding-left: 1.5rem;
  background-image: url(./src/images/mail.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left;
  margin-right: 1rem;
  margin-bottom: 0.3rem;
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4df2b;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.header__search {
  padding: 1rem;
}

.login,
.register {
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: bold;
  color: #36434d;
  text-decoration: none;
  display: block;
}

.login:hover,
.register:hover {
  color: #55bb3c;
}

.search__login {
  padding-left: 2rem;
  background-image: url(./src/images/key.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left;
}

.search-form {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.search-field {
  width: 60vw;
  height: 1.5rem;
  font-family: "Montserrat", "Arial", sans-serif;
  padding-left: 1rem;
  border-radius: 30px;
  border: none;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  cursor: text;
  -webkit-appearance: none;
}

.search-submit {
  color: #36434d;
  padding: 0.3rem;
  border-radius: 30px;
  margin-left: -30px;
  border: none;
  background-color: #55bb3c;
  -webkit-box-shadow: 0 1px 6px 0 #202124;
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 #202124;
  cursor: pointer;
  padding-left: 2rem;
  background-image: url(./src/images/search.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 10% 50%;
}

.wpcf7-submit,
.user-registration-Button,
.ur-submit-button,
.front-news-link {
  color: #36434d;
  padding: 0.3rem 1.5rem;
  border-radius: 30px;
  margin-left: -30px;
  border: none;
  background-color: #55bb3c;
  -webkit-box-shadow: 0 1px 6px 0 #202124;
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 #202124;
  cursor: pointer;
}

.search-submit:hover,
.wpcf7-submit:hover {
  background-color: #f4df2b;
}
.front-news-link:hover {
  background-color: #f4df2b;
  color: #36434d;
}
.front-news-link-container {
  display: flex;
  justify-content: flex-end;
  margin-right: 1rem;
}
.header__toggle {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  top: 3rem;
  right: 0;
  padding-right: 1rem;
  background-color: transparent;
  cursor: pointer;
}

.header__toggle:focus > .toggle__container {
  -webkit-box-shadow: 0 0 2px 2px #51a7e8;
  box-shadow: 0 0 2px 2px #51a7e8;
  -moz-box-shadow: 0 0 2px 2px #51a7e8;
}

.toggle__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 35px;
  height: 30px;
}

.toggle__bars {
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #36434d;
  -webkit-transition: -webkit-transform 220ms ease-in-out;
  transition: -webkit-transform 220ms ease-in-out;
  transition: transform 220ms ease-in-out;
  transition: transform 220ms ease-in-out, -webkit-transform 220ms ease-in-out;
}

.toggle__bars:before,
.toggle__bars:after {
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #36434d;
  content: "";
}

.toggle__bars:before {
  top: -12px;
  -webkit-transition: top 100ms 250ms ease-in,
    -webkit-transform 220ms ease-in-out;
  transition: top 100ms 250ms ease-in, -webkit-transform 220ms ease-in-out;
  transition: top 100ms 250ms ease-in, transform 220ms ease-in-out;
  transition: top 100ms 250ms ease-in, transform 220ms ease-in-out,
    -webkit-transform 220ms ease-in-out;
}

.toggle__bars:after {
  bottom: -12px;
  -webkit-transition: bottom 100ms 250ms ease-in,
    -webkit-transform 220ms ease-in-out;
  transition: bottom 100ms 250ms ease-in, -webkit-transform 220ms ease-in-out;
  transition: bottom 100ms 250ms ease-in, transform 220ms ease-in-out;
  transition: bottom 100ms 250ms ease-in, transform 220ms ease-in-out,
    -webkit-transform 220ms ease-in-out;
}

.header__toggle--active .toggle__bars {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: -webkit-transform 220ms 120ms ease-in-out;
  transition: -webkit-transform 220ms 120ms ease-in-out;
  transition: transform 220ms 120ms ease-in-out;
  transition: transform 220ms 120ms ease-in-out,
    -webkit-transform 220ms 120ms ease-in-out;
}

.header__toggle--active .toggle__bars:before {
  top: 0;
  -webkit-transition: top 100ms ease-out;
  transition: top 100ms ease-out;
}

.header__toggle--active .toggle__bars:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 100ms ease-out,
    -webkit-transform 220ms 120ms ease-in-out;
  transition: bottom 100ms ease-out, -webkit-transform 220ms 120ms ease-in-out;
  transition: bottom 100ms ease-out, transform 220ms 120ms ease-in-out;
  transition: bottom 100ms ease-out, transform 220ms 120ms ease-in-out,
    -webkit-transform 220ms 120ms ease-in-out;
}

.nav__list li {
  position: relative;
  display: block;
}

.nav__list li ul {
  position: absolute;
  top: 3.1rem;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.nav__list li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  pointer-events: all;
}

.nav__list li:hover ul li a {
  background-color: #36434d;
}

.nav__list li:hover ul li a:hover {
  background-color: #f4df2b;
}

.nav__list a {
  font-size: 0.8rem;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2rem;
  display: block;
  background-color: #55bb3c;
  padding: 1rem;
  -webkit-box-shadow: 0 1px 6px 0 #ffffff;
  box-shadow: 0 1px 6px 0 #ffffff;
  text-align: center;
}

.nav__list a:hover {
  background-color: #f4df2b;
}

.nav__list li ul {
  display: none;
}

.nav__list .current-menu-item a {
  background-color: #f4df2b;
}

.nav__list {
  display: none;
}

@media (max-width: 767px) {
  .nav__list--opened {
    display: block;
  }
  .product-container {
    align-items: center;
  }
}

@media (min-width: 768px) {
  .info__language,
  .info__phone,
  .info__mail,
  .login,
  .register {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .header__info {
    padding-left: 3rem;
  }
  .header__toggle {
    display: none;
  }
  .header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    padding: 1rem;
  }
  .search__logo-image {
    width: 150px;
    height: 90px;
  }
  .search-form {
    margin: 2rem;
  }
  .search-field {
    width: 40vw;
  }
  .search__login {
    padding-left: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-size: 30px 30px;
  }
  .nav__list li ul {
    display: block;
  }
  .header__nav {
    width: 100%;
    background-color: #55bb3c;
  }
  .nav__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav__list a {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
  }
  .nav__list li:hover ul li a {
    background-color: #55bb3c;
  }
  .nav__list-link--mod {
    background-image: url(./src/images/nav-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px 12px;
  }
  .front-news-link-container {
    margin-right: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .nav__list a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .nav__list-link--mod {
    background-position: 95% center;
  }
  .front-news-link-container {
    margin-right: 4.5rem;
  }
}

.carousel-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.carousel-slide {
  height: auto;
  position: relative;
  display: block;
}

.carousel-item {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 60vh;
}
.carousel-item-one {
  background-image: url(./src/images/slide1-mobile.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;

}
.carousel-item-two {
  background-image: url(./src/images/slide2-mobile.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carousel-item-three {
  background-image: url(./src/images/slide3-mobile.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
}

.carousel-item:first-child {
  position: relative;
}
.slider-text {
  color: black;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2rem;
  text-transform: uppercase;
}
.slider-text3 {
  text-transform: none;
}
.slider-link {
  color: #55bb3c;
  font-size: 1rem;
  font-weight: bold;
  display: block;
}
.slider-link:hover {
  color: #202124;
}

.slider-container-one {
background-color: #f4df2b;
opacity: 0.75;
border-radius: 500px;
text-align: center;
width: max-content;
padding: 1rem;
margin-right: 1rem;
margin-bottom: 1rem;
}
.slider-container-two {
  background-color: #f4df2b;
  opacity: 0.75;
  border-radius: 500px;
  text-align: center;
  width: max-content;
  padding: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: 1rem;
  }
  .slider-container-three {
    background-color: #f4df2b;
    opacity: 0.75;
    text-align: center;
    padding: 1rem;
    }
.carousel-slide .show {
  z-index: 3;
  opacity: 1;
}

.next,
.prev {
  position: absolute;
  top: 50%;
  z-index: 4;
  margin-top: -1.2em;
  z-index: 10;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.next {
  right: 0;
}

.prev {
  left: 0;
}
@media (min-width: 768px) {
  .carousel-container {
    width: 90vw;
    margin-top: 1rem;
  }
  .next-image,
  .prev-image {
    width: 50px;
    height: 50px;
  }
  .slider-text {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .slider-link {
    font-size: 2rem;
    line-height: 3rem;
  }
  .carousel-item {
    height: 80vh;
  }
  
  .slider-container-two {
    padding-right: 2.8rem;
    padding-left: 2.8rem;
  }
  
  .carousel-item-one {
    background-image: url(./src/images/slide1-tablet.jpg);
    justify-content: center;
  }
  .carousel-item-two {
    background-image: url(./src/images/slide2-tablet.jpg);
  }
  .carousel-item-three {
    background-image: url(./src/images/slide3-tablet.jpg);
  }
}
@media (min-width: 1200px) {
  .slider-text {
    font-size: 2rem;
    line-height: 3.5rem;
  }
  .slider-text3 {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .slider-link {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .slider-container-one {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .carousel-item-one {
    background-image: url(./src/images/slide1-desktop.jpg);
  }
  .carousel-item-two {
    background-image: url(./src/images/slide2-desktop.jpg);
  }
  .carousel-item-three {
    background-image: url(./src/images/slide3-desktop.jpg);
  }
  .slider-container-two {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  flex-direction: column;
  /* align-items: center; */
  padding-left: 2rem;
}
.contact__social-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}

.social-list__item {
  margin-right: 0.5rem;
}

.main-footer__title {
  margin-bottom: 0.3rem;
  color: #36434d;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}

.location__adress {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.location-before::before {
  content: "";
  background-image: url(./src/images/location.svg);
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.contact--footer {
  font-weight: normal;
  margin-bottom: 0.3rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.small-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #36434d;
  padding: 0.5rem;
}

.small-footer__link {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1.3rem;
}

.small-footer__copyright {
  color: #ffffff;
  font-size: 0.8rem;
  margin-bottom: 0;
  line-height: 1.3rem;
}

@media (min-width: 768px) {

  .main-footer {
    flex-direction: row;
    align-items: baseline;
    padding-left: 0;
  }
  /* .main-footer__location {
    padding: 1rem;
    padding-left: 2rem;
  } */
  .main-footer__contact {
    padding: 1rem;
  }
  .main-footer__navigation {
    display: block;
    padding: 1rem;
  }
  /* .navigation__list {
    list-style: none;
  } */
  .navigation__list li a {
    text-decoration: none;
    color: #36434d;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .navigation__list li a:hover {
    color: #55bb3c;
  }
  .location-before::before {
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
  }
  
 
  .social-list__link svg {
    width: 35px;
    height: 35px;
  }
  .social-list__link svg:hover {
    fill: #f4df2b;
  }
  .contact__social-list {
    margin-top: 2rem;
  }
  .small-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .small-footer__copyright {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10;
  }
  .order {
    -webkit-box-ordinal-group: -10;
    -ms-flex-order: -11;
    order: -11;
  }
  .small-footer__link:hover {
    color: #f4df2b;
  }
}

.about {
  background-color: #f7f8fc;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__info1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about__image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}

.about__title {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5rem;
  border-bottom: 1px solid #55bb3c;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.about__description {
  line-height: 1.5rem;
  text-align: center;
}

.about__container {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .about__image {
    display: block;
  }
  .about__description--mod {
    font-weight: bold;
  }
  .about__info1 {
    width: 80vw;
    position: relative;
  }
  .mission {
    opacity: 0;
    -webkit-animation: fadeIn 3s;
    animation: fadeIn 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .vision {
    opacity: 0;
    -webkit-animation: fadeIn 3s;
    animation: fadeIn 3s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .about__container {
    margin: 0;
    max-width: 300px;
  }
  .about-us {
    max-width: 80vw;
    margin-top: 1rem;
  }
  .about__container2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    top: 3%;
  }
}

@media (min-width: 1200px) {
  .about__title {
    font-size: 1.5rem;
    border-bottom-width: 2px;
  }
  .about__description {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .about-us p {
    line-height: 2rem;
  }
  .about-us {
    padding-left: 10%;
    padding-right: 10%;
  }

  .about__container2 {
    top: 5%;
  }
}

.contact {
  background-color: #f7f8fc;
  padding: 1rem;
}

.contact__info {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  margin: 1rem;
  padding: 1rem;
}

.contact__name {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.contact__data {
  margin-bottom: 0.5rem;
}

.bold {
  font-weight: bold;
}

.contact-social {
  margin-top: 1rem;
}

.contact__form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  margin: 1rem;
  padding: 1rem;
}

.form__entry {
  font-weight: bold;
  margin-bottom: 1rem;
}

.form,
#loginform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__container {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__input,
#user,
#pass {
  width: 100%;
  height: 1.5rem;
  margin: 0.5rem;
  font-family: "Montserrat", "Arial", sans-serif;
  padding-left: 1rem;
  border: none;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  cursor: text;
  -webkit-appearance: none;
}

.form__message {
  padding-left: 1rem;
  height: 150px;
  font-family: "Montserrat", "Arial", sans-serif;
  border: none;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  cursor: text;
  resize: vertical;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
}

.form__button,
#wp-submit {
  color: #36434d;
  padding: 0.3rem 1.5rem;
  border-radius: 30px;
  border: none;
  background-color: #55bb3c;
  -webkit-box-shadow: 0 1px 6px 0 #202124;
  box-shadow: 0 1px 6px 0 #202124;
  cursor: pointer;
}

.wpcf7-submit {
  margin-left: 20%;
}

.form__button:hover,
#wp-submit:hover,
.wpcf7-submit:hover {
  background-color: #f4df2b;
}

@media (min-width: 768px) {
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wpcf7-submit {
    margin-left: 45%;
  }
  .contact__info {
    width: 50%;
    padding: 2rem;
  }
  .contact__form {
    width: 50%;
    padding: 2rem;
  }
  .contact__name,
  .contact__data {
    margin-bottom: 1rem;
  }
  .form__entry {
    text-align: center;
  }
  .form__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form__input,
  #user,
  #pass {
    margin: 0;
    margin-bottom: 1rem;
    -webkit-appearance: none;
  }
  .form p {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .contact {
    padding: 3.5rem;
  }
}

.section-container {
  background-color: #f7f8fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.product-container {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  width: 90%;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.product-name {
  margin: 1rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5rem;
}

.product-link {
  display: block;
  text-align: right;
  margin-right: 1rem;
}

.product-link svg {
  width: 40px;
  height: 40px;
}

.product-link svg:hover {
  fill: #f4df2b;
}

.product-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .product-container {
    width: 25%;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .product-flex {
    justify-content: space-evenly;
    margin-bottom: 1rem;
    flex-direction: row;
  }
  .section-container-mod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .product-container {
    width: 22%;
    max-width: 500px;
  }
  .product-container-mod {
    width: 100%;
  }
  .product-container-mod2 {
    width: 30%;
  }
}

@media (min-width: 768px) {
  .assortment {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* @media (min-width: 1200px) {
  .assortment {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
} */

.news {
  padding: 1rem;
  background-color: #f7f8fc;
}

.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news__description {
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .news {
    padding: 2rem;
  }
}

@media (min-width: 1200px) {
  .news__description {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  /* .news {
    padding: 3rem;
  } */
}
.post-container {
  width: 90vw;
  max-width: 1200px;
  padding: 2rem;
}
@media (min-width: 768px) {
  .post-title {
    font-size: 1.5rem;
  }
}
.post-date {
  text-align: center;
  margin-bottom: 1rem;
}
.error-container {
  display: flex;
  justify-content: center;
  padding: 1rem;
  height: 60vh;
}
.error-title {
  font-weight: bold;
}
@media (min-width: 768px) {
  .error-title {
    font-size: 2rem;
  }
}
.wp-pagenavi {
  padding-bottom: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #36434d;
}
.register-form,
#loginform p {
  width: 60%;
}
.register-account {
  margin-top: 1rem;
  text-align: center;
}
.register-container {
  flex-direction: column;
  align-items: center;
  padding: 3rem;
  min-height: 50vh;
}
.register-padding {
  padding: 1rem;
}
.login-title,
#loginform p label {
  text-align: center;
  font-weight: bold;
}
.searchpage-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}
input,
textarea,
select {
  -webkit-appearance: none;
}
.post-meta {
  font-size: 0.9rem;
  color: #55bb3c;
}

.entry-content {
  padding-left: 0.5rem;
  text-align: center;
}