@font-face {
  font-family: papyrus;
  src: url('/static/fonts/PAPYRUS.ttf');
}
strong {
  font-weight: 700 !important;
  font-size: 20px;
}
nav {
  text-align: center;
  padding: 30px 0;
}
nav img {
  max-height: 100px;
  margin: 0 0 30px 0;
}
nav ul {
  list-style: none;
}
nav ul li {
  display: inline-block;
  margin-right: 30px;
}
nav ul li a {
  font-family: papyrus;
  color: #64733F;
  font-size: 20px;
}
nav ul li a:hover {
  cursor: pointer;
  color: #64733F;
}
.nav.mobile {
  display: none;
}
.popup {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.popup .box {
  width: 750px;
  max-width: 90%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 30px;
  position: relative;
}
.popup .box .cross {
  position: absolute;
  top: 15px;
  right: 15px;
}
.popup .box .cross i {
  color: #64733F;
  font-size: 22px;
}
.popup .box .cross:hover {
  cursor: pointer;
}
.popup .box h2 {
  font-family: papyrus;
  color: #64733F;
  margin: 0;
}
.popup .box p {
  font-size: 16px;
  font-family: papyrus;
  color: #64733F;
  margin: 15px 0;
}
.popup .box input {
  display: block;
  border-radius: 10px;
  border: 1px solid #64733F;
  height: 50px;
  padding: 0 15px;
  margin: 30px 0 15px 0;
  font-family: papyrus;
}
.popup .box input.email {
  width: 90%;
  min-width: 300px;
}
.popup .box input.submit-btn {
  width: 40%;
  margin: 0 auto;
  min-width: 150px;
  background-color: #64733F;
  color: #fff;
}
.popup-message {
  text-align: center;
  border-top: 1px solid #64733F;
  border-bottom: 1px solid #64733F;
}
.popup-message p {
  color: #64733F;
  font-size: 20px;
  font-family: papyrus;
  margin: 20px 0;
}
#newsletter {
  position: fixed;
  z-index: 100;
  right: -500px;
  width: 500px;
  bottom: 20px;
}
#newsletter.show {
  right: 0;
}
#newsletter .news-btn-pop {
  position: absolute;
  transform: rotate(-90deg);
  left: -114px;
  bottom: 80px;
  padding: 15px 20px;
  background-color: #64733F;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #64733F;
  border-top: 1px solid #64733F;
  border-left: 1px solid #64733F;
  border-right: 1px solid #64733F;
  z-index: 100;
}
#newsletter .news-btn-pop h3 {
  font-family: papyrus;
  color: #DCE6C0;
  font-size: 20px;
  margin: 0;
}
#newsletter .news-btn-pop:hover {
  cursor: pointer;
}
#newsletter .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #64733F;
  position: relative;
  padding: 50px;
  border: 1px solid #64733F;
}
#newsletter .box h2 {
  color: #DCE6C0;
  font-family: papyrus;
}
#newsletter .box p {
  width: 80%;
  text-align: center;
  color: #DCE6C0;
}
#newsletter .box form {
  width: 80%;
  margin: 0 auto;
}
#newsletter .box form input {
  display: block;
  width: 80%;
  margin: 0 auto 20px auto;
  border: 1px solid #DCE6C0;
  height: 50px;
  border-radius: 10px;
  padding: 0 15px;
}
#newsletter .box form .submit-btn {
  border: 1px solid #DCE6C0;
  background-color: #DCE6C0;
  color: #64733F;
  height: 50px;
  width: 60%;
}
#newsletter .box .cross {
  position: absolute;
  top: 15px;
  right: 15px;
}
#newsletter .box .cross i {
  color: #DCE6C0;
  font-size: 20px;
}
#newsletter .box .cross:hover {
  cursor: pointer;
}
section#promotions-banner {
  position: relative;
  padding: 15px 0;
}
section#promotions-banner .promotions-banner-background {
  background-color: #DCE6C0;
  filter: blur(5px);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
section#promotions-banner h4 {
  text-align: center;
  font-family: papyrus;
  font-size: 30px;
  color: #64733F;
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0;
}
section#coming-soon {
  padding: 100px 0;
  text-align: center;
  height: 100vh;
  background-color: #DCE6C0;
  display: flex;
  align-items: center;
}
section#coming-soon h1,
section#coming-soon h2,
section#coming-soon h3 {
  font-family: papyrus;
  color: #64733F;
}
section#coming-soon h1 {
  font-size: 50px;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
section#coming-soon h2 {
  font-size: 40px;
  margin: 0 0 50px 0;
}
section#banner {
  background-image: url(/static/images/home-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section#banner .content {
  background-color: rgba(220, 230, 192, 0.8);
  padding: 30px 15px;
  width: 600px;
  margin: 0 auto;
  max-width: 90%;
  margin: 100px auto;
}
section#banner .content h1 {
  font-family: papyrus;
  text-transform: uppercase;
  font-size: 35px;
  text-align: center;
  margin: 0 0 30px 0;
}
section#banner .content h2 {
  font-family: papyrus;
  font-size: 25px;
  text-align: center;
}
section#banner.content-page .content {
  width: 500px;
  padding: 45px 15px;
}
section#banner.content-page h1 {
  margin: 0;
}
section#banner.products.hide {
  display: none;
}
section#banner.products .content {
  width: 500px;
  padding: 45px 15px;
}
section#banner.products h1 {
  margin: 0;
}
section#banner.events .content {
  width: 500px;
  padding: 45px 15px;
}
section#banner.events h1 {
  margin: 0;
}
section#banner.contact .content {
  width: 500px;
  padding: 45px 15px;
}
section#banner.contact h1 {
  margin: 0;
}
section#welcome {
  padding: 100px 0 0 0;
}
section#welcome .title-section h2 {
  font-family: papyrus;
  font-size: 25px;
  margin: 0 0 30px 0;
  color: #64733F;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
section#welcome .title-section p {
  font-family: papyrus;
  font-size: 20px;
  width: 75%;
  margin: 0 auto;
  color: #64733F;
  text-align: center;
}
section#welcome .content-section {
  margin: 100px 0 0 0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
section#welcome .content-section.second {
  margin: 150px 0 0 0;
}
section#welcome .content-section .image-shadow {
  height: 400px;
  width: 400px;
  transform: rotate(15deg);
  background: rgba(100, 115, 63, 0.1);
  margin: 0 auto;
}
section#welcome .content-section .image-shadow img {
  transform: rotate(-15deg);
}
section#welcome .content-section h3 {
  color: #64733F;
  font-family: papyrus;
  font-size: 25px;
  margin: 0 0 30px 0;
}
section#welcome .content-section p {
  color: #64733F;
  font-family: papyrus;
  font-size: 18px;
  margin: 0 0 50px 0;
}
section#welcome .content-section a.button {
  color: #64733F;
  border: 1px solid #64733F;
  padding: 15px 30px;
  font-family: papyrus;
  border-radius: 10px;
}
section#next-event {
  padding: 100px 0;
  position: relative;
  text-align: center;
}
section#next-event .background-blur {
  background-color: #DCE6C0;
  filter: blur(10px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section#next-event h2 {
  font-family: papyrus;
  color: #64733F;
  text-align: center;
  font-size: 30px;
  margin: 0 0 15px 0;
}
section#next-event h3 {
  text-align: center;
  font-size: 30px;
  font-family: papyrus;
  color: #64733F;
  margin: 0 0 30px 0;
}
section#next-event p {
  text-align: center;
  width: 70%;
  margin: 0 auto 60px auto;
  color: #64733F;
  font-family: papyrus;
  font-size: 20px;
}
section#next-event a {
  color: #fff;
  border: 1px solid #64733F;
  background-color: #64733F;
  font-family: papyrus;
  padding: 20px 40px;
  border-radius: 10px;
}
section#products {
  padding: 100px 0;
}
section#products h2 {
  font-family: papyrus;
  text-align: center;
  margin: 0 0 30px 0;
  color: #64733F;
}
section#products h3 {
  color: #64733F;
  font-family: papyrus;
  font-size: 30px;
  text-align: center;
  margin: 0 0 50px 0;
}
section#products .content-top {
  margin: 0 0 50px 0;
}
section#products p {
  font-size: 18px;
  font-weight: 300;
  color: #64733F;
  text-align: center;
  font-family: papyrus;
}
section#products .events {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
  flex-direction: row;
}
section#products .events .box {
  gap: 30px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: calc((100% / 3) - 20px);
}
section#products .events .box .content {
  gap: 30px;
  display: flex;
  padding: 0 0 30px 0;
  align-items: center;
  flex-direction: column;
  height: calc(100% - 330px);
}
section#products .events .box .content h4 {
  margin: 0;
}
section#products .events .box .content a {
  margin: auto 0 0 0;
}
section#products .box {
  text-align: center;
  margin: 0 0 50px 0;
  padding: 0 0 50px 0;
  box-shadow: 0px 0px 10px 0px #dce6c0;
  -moz-box-shadow: 0px 0px 10px 0px #dce6c0;
  -webkit-box-shadow: 0px 0px 10px 0px #dce6c0;
}
section#products .box .label {
  position: absolute;
  top: -30px;
  left: 0;
  background-color: #DCE6C0;
  color: #fff;
  padding: 30px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  filter: drop-shadow(4px 4px 4px white);
}
section#products .box .label h5 {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: papyrus;
  color: #64733F;
}
section#products .box .image {
  box-shadow: 0px 0px 10px 0px #dce6c0;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#products .box .image img {
  max-width: 95%;
  max-height: 95%;
}
section#products .box h4 {
  color: #64733F;
  font-family: papyrus;
  margin: 50px 0;
}
section#products .box a {
  padding: 15px 30px;
  background-color: #64733F;
  border-radius: 10px;
  color: #fff;
  font-family: papyrus;
}
section#testimonials {
  padding: 100px 0;
}
section#testimonials .slick-track {
  display: flex;
  align-items: center;
}
section#testimonials h2 {
  text-align: center;
  color: #64733F;
  margin: 0 0 30px 0;
  font-family: papyrus;
}
section#testimonials .testimonial {
  text-align: center;
  font-family: papyrus;
  box-shadow: 5px 5px 10px 0px #dce6c0;
  padding: 30px ;
  height: 100%;
  margin: 30px;
}
section#testimonials .testimonial h3 {
  color: #64733F;
  margin: 0 0 30px 0;
}
section#testimonials .testimonial p {
  color: #64733F;
}
section#content-block {
  padding: 100px 0;
  background-color: #f5f5f5;
}
section#content-block.shipping .box {
  -moz-column-count: 1;
       column-count: 1;
}
section#content-block .box {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  -moz-column-count: 2;
       column-count: 2;
}
section#content-block .box .img {
  text-align: center;
  width: 100%;
  margin: 0 0 30px 0;
}
section#content-block .box .img img {
  max-width: 100%;
}
section#content-block .box p {
  font-family: papyrus;
  color: #64733F;
  font-weight: 300;
  line-height: 25px;
  font-size: 18px;
}
section#product-block {
  padding: 100px 0;
  border-top: 1px solid #64733F;
}
section#product-block #thanks {
  text-align: center;
  margin: 0 0 50px 0;
}
section#product-block .images {
  display: flex;
  flex-direction: column;
  margin: 0 0 50px 0;
  justify-content: center;
  align-items: center;
  position: relative;
}
section#product-block .images .label {
  position: absolute;
  top: -15px;
  left: 0;
  background-color: #64733F;
  color: #fff;
  padding: 30px;
  font-size: 20px;
  border-radius: 50%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  filter: drop-shadow(4px 4px 4px white);
}
section#product-block .images .label h5 {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-family: papyrus;
  color: #DCE6C0;
}
section#product-block .images .big-image {
  height: 500px;
  width: 500px;
  max-width: 100%;
  background-color: #DCE6C0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#product-block .images .big-image .image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
section#product-block .images .big-image .image.active {
  display: flex;
}
section#product-block .images .big-image .image img {
  max-width: 100%;
  max-height: 100%;
}
section#product-block .images .little-images {
  width: 125px;
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
}
section#product-block .images .little-images .image {
  width: 100px;
  height: 100px;
  margin: 0 30px 0 0;
}
section#product-block .images .little-images .image.selected {
  box-shadow: 0px 0px 10px 0px #64733f;
}
section#product-block .images .little-images .image img {
  height: 100%;
  width: 100%;
}
section#product-block h2 {
  color: #64733F;
  margin: 0 0 30px 0;
  font-family: papyrus;
}
section#product-block h4 {
  color: #64733F;
  margin: 0 0 30px 0;
  font-family: papyrus;
}
section#product-block h4.description {
  margin: 0 0 15px 0;
}
section#product-block p {
  color: #64733F;
  font-family: papyrus;
}
section#product-block .sizes {
  margin: 0 0 30px 0;
}
section#product-block .sizes p {
  font-size: 20px;
  font-weight: 700;
}
section#product-block .sizes p span.box {
  width: 50px;
  height: 50px;
  margin: 0 30px 0 0;
  font-weight: 400;
  font-size: 16px;
  background-color: #64733F;
  color: #fff;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: papyrus;
}
section#product-block .sizes p span.bullet {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  border: none;
  background-color: #64733F;
  display: inline-flex;
  margin: 0 15px 0 0;
}
section#product-block .product-contact {
  padding: 50px 0;
  text-align: center;
  border-top: 1px solid #64733F;
  border-bottom: 1px solid #64733F;
}
section#product-block .product-contact h3 {
  font-family: papyrus;
  color: #64733F;
  margin: 0 0 15px 0;
}
section#product-block .product-contact h4 {
  color: #64733F;
  margin: 0 0 45px 0;
  font-family: papyrus;
}
section#product-block .product-contact .contact-btn {
  padding: 15px 30px;
  background-color: #DCE6C0;
  color: #64733F;
  border-radius: 30px;
  border: 1px solid #DCE6C0;
  font-family: papyrus;
}
section#product-block .product-contact .contact-btn:hover {
  background-color: #fff;
  border: 1px solid #64733F;
  text-decoration: none;
}
section#product-block .product-contact table {
  margin: 0 auto 15px auto;
  width: 200px;
  max-width: 95%;
}
section#product-block .product-contact table select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #64733F;
  height: 30px;
  margin: 0 0 15px 0;
}
section#product-form {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 20;
  overflow: scroll;
}
section#product-form .overlay {
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.4;
  position: fixed;
  z-index: 10;
}
section#product-form .form {
  position: relative;
  z-index: 20;
  background-color: #fff;
  border-radius: 10px;
  margin: 50px auto;
  padding: 50px;
  text-align: center;
  width: 60%;
}
section#product-form .form h3 {
  color: #64733F;
  font-family: papyrus;
  margin: 0 0 30px 0;
}
section#product-form .form .exit {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: none;
  border: none;
  color: #64733F;
  font-size: 30px;
}
section#product-form .form form input {
  width: 80%;
  max-width: 400px;
  display: block;
  height: 50px;
  padding: 8px;
  color: #64733F;
  border-radius: 10px;
  border: 1px solid #DCE6C0;
  margin: 0 auto 30px auto;
  font-family: papyrus;
}
section#product-form .form form input.submit {
  max-width: 150px;
  margin: 30px auto;
  background-color: #DCE6C0;
}
section#product-form .form form input.submit:hover {
  background-color: #64733F;
  color: #DCE6C0;
  border: 1px solid #64733F;
}
section#product-form .form form textarea {
  width: 80%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  resize: none;
  border: 1px solid #DCE6C0;
  color: #64733F;
  height: 150px;
  border-radius: 10px;
  padding: 15px 8px;
  font-family: papyrus;
}
section#product-form .form form select {
  width: 80%;
  max-width: 400px;
  display: block;
  background-color: transparent;
  height: 50px;
  padding: 8px;
  color: #64733F;
  border-radius: 10px;
  border: 1px solid #DCE6C0;
  margin: 0 auto 30px auto;
  font-family: papyrus;
}
section#related-products {
  padding: 0 0 100px 0;
}
section#related-products h3 {
  color: #64733F;
  margin: 0 0 30px 0;
  font-family: papyrus;
}
section#related-products .box {
  box-shadow: 0px 0px 10px 0px #dce6c0;
  text-align: center;
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
}
section#related-products .box .image {
  box-shadow: 0px 0px 10px 0px #dce6c0;
}
section#related-products .box .image img {
  max-width: 100%;
}
section#related-products .box h4 {
  color: #64733F;
  font-family: papyrus;
  margin: 50px 0;
}
section#related-products .box a {
  padding: 15px 30px;
  background-color: #64733F;
  border-radius: 10px;
  color: #fff;
  font-family: papyrus;
}
section#event {
  padding: 100px 0;
  background-color: #f5f5f5;
}
section#event .box {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  width: 90%;
}
section#event .box .image {
  width: 100%;
}
section#event .box .image img {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
section#event .box .content {
  width: 90%;
  margin: -100px auto 50px auto;
  background-color: #fff;
  z-index: 10;
  position: relative;
  padding: 50px 20px;
  font-family: papyrus;
  border-radius: 10px;
}
section#event .box .content .title {
  font-family: papyrus;
  margin: 30px 0;
  color: #64733F;
  text-align: center;
}
section#event .box .content .date {
  color: #64733F;
  text-align: center;
}
section#event .box .content .date h3 {
  font-weight: 300;
}
section#event .box .content .info {
  font-family: papyrus;
  color: #64733F;
  text-align: justify;
}
section#contact {
  padding: 100px 0;
}
section#contact p {
  font-family: papyrus;
  font-weight: 300;
  font-size: 18px;
  color: #64733F;
}
section#contact p.thanks {
  font-weight: 700;
  width: 80%;
  margin: 0 auto 20px auto;
  font-size: 20px;
}
section#contact h5 {
  color: #64733F;
  font-weight: 400;
  font-family: papyrus;
  margin: 30px 0;
}
section#contact h5 a {
  color: #64733F;
}
section#contact form {
  text-align: center;
  width: 100%;
}
section#contact form label {
  display: none;
}
section#contact form input {
  width: 80%;
  margin: 0 auto 30px auto;
  height: 50px;
  border-radius: 10px;
  border: none;
  box-shadow: 5px 5px 10px 5px rgba(220, 230, 192, 0.5);
  padding: 0 15px;
}
section#contact form textarea {
  width: 80%;
  margin: 0 auto 30px auto;
  height: 150px;
  border-radius: 10px;
  border: none;
  box-shadow: 5px 5px 10px 5px rgba(220, 230, 192, 0.5);
  padding: 0 15px;
  resize: none;
}
section#contact form input.submit {
  height: 50px;
  width: 200px;
  background-color: #64733F;
  color: #DCE6C0;
  font-family: papyrus;
  border: 1px solid #64733F;
}
section#contact form input.submit:hover {
  cursor: pointer;
  background-color: #fff;
  color: #64733F;
}
footer {
  padding: 100px 0 0 0;
  position: relative;
  background-color: #f5f5f5;
}
footer .background-blur {
  background-color: #DCE6C0;
  filter: blur(10px);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
footer p {
  color: #64733F;
  font-family: papyrus;
  font-size: 20px;
}
footer h4 {
  color: #64733F;
  font-family: papyrus;
  font-size: 30px;
  margin: 0 0 30px 0;
}
footer .links {
  -moz-column-count: 2;
       column-count: 2;
}
footer .links ul {
  list-style: none;
  padding: 0;
}
footer .links ul li {
  padding: 0;
  margin: 0 0 20px 0;
}
footer .links ul li a {
  color: #64733F;
  font-family: papyrus;
  font-size: 18px;
  padding: 0;
}
footer .links ul li a:hover {
  color: #64733F;
}
footer a {
  display: block;
  color: #64733F;
  font-family: papyrus;
  font-size: 18px;
  padding: 0 0 20px 0;
}
footer a:hover {
  color: #64733F;
}
footer .social-media a {
  display: inline-block;
  font-size: 30px;
  color: #64733F;
  padding: 0 20px 0 0;
}
footer h5 {
  font-family: papyrus;
  color: #64733F;
  margin: 0 0 30px 0;
}
footer input {
  width: 100%;
  max-width: 400px;
  display: block;
  height: 50px;
  padding: 0 15px;
  margin: 0 0 30px 0;
  border-radius: 10px;
  border: 1px solid #64733F;
}
footer input.submit {
  max-width: 200px;
  background-color: #64733F;
  color: #fff;
  font-family: papyrus;
}
footer #privacy {
  background-color: #64733F;
  text-align: center;
  padding: 20px 0;
  position: relative;
  margin: 50px 0 0 0;
}
footer #privacy a {
  display: inline-block;
  color: #fff;
  font-family: papyrus;
  padding: 0;
}
footer #privacy p {
  color: #fff;
  margin: 0;
}
@media (max-width: 991px) {
  section#welcome .title-section h2 {
    width: 80%;
  }
  section#event .box {
    width: 100%;
  }
  section#content-block .box {
    -moz-column-count: 1;
         column-count: 1;
  }
  section#product-form .form {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .nav.mobile {
    display: block;
    font-size: 30px;
    color: #64733F;
    padding: 20px 0;
  }
  .nav.mobile img {
    max-height: 70px;
    margin: 0 0 0 100px;
  }
  .nav.mobile .nav-items {
    display: none;
    margin: 30px 0 0 0;
  }
  .nav.mobile .nav-items ul {
    padding: 0;
  }
  .nav.mobile .nav-items ul li {
    display: block;
    padding: 0;
    font-size: 18px;
    font-family: papyrus;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .nav.mobile .nav-items ul li a {
    color: #64733F;
  }
  .nav.desktop {
    display: none;
  }
  section#product-block {
    padding: 50px 0;
  }
  section#product-block .images img.active {
    display: block;
    margin: 0 0 30px 0;
  }
  section#product-block .images .little-images {
    display: none;
  }
  section#product-form .form {
    width: 90%;
  }
  section#contact form input {
    width: 100%;
  }
  section#contact form textarea {
    width: 100%;
  }
}

