@import url("https://fonts.googleapis.com/css?family=Salsa");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,700");

/*
	



font-family: 'Salsa', cursive;
font-family: 'Nunito Sans', sans-serif;

red   #E12623

dark grey #4A4A4A


*/
body {
  font-family: "Nunito Sans", sans-serif;
  color: #4a4a4a;
  -webkit-font-smoothing: antialiased;
}

.about-present,
.home-blocks {
  padding-bottom: 40px;
}
img {
  width: 100%;
}
.share-social img {
  width: 23px;
  height: 23px;
}
.share-social a {
  display: inline-block;
}
/*=== Pagination ===*/
.wp-pagenavi {
  display: block;
  width: 100%;
  clear: both;
}
.wp-pagenavi {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  margin-top: 30px;
}

.wp-pagenavi span,
.page .larger {
  border: 1px solid #dbdbdb;
  color: #666666;
  height: 32px;
  width: 32px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 8px;
  padding-top: 3px;
  box-sizing: border-box;
  text-align: center;
}

.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border: 1px solid #dbdbdb;
  color: #666666;
  height: 32px;
  width: 32px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 8px;
  padding-top: 3px;
  box-sizing: border-box;
  text-align: center;
}
.wp-pagenavi a {
  text-decoration: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: auto;
  padding: 3px 15px 0;
}

.wp-pagenavi a:hover {
  border: 1px solid #303030;
  color: #7e7e7e;
}

.wp-pagenavi .current {
  border: 1px solid #e12623;
  background: #e12623;
  color: #ffffff;
}
h1,
h2 {
  font-family: "Salsa", cursive;
}

.bg-grey {
  background-color: #eeeeee;
}
.full-height {
  height: 100%;
  margin-bottom: 40px;
}
.no-padding {
  padding: 0;
}

.page-title {
  padding-top: 120px;
}
.page-title h2 {
  position: relative;
  display: inline-block;
  color: #e12623;
  font-size: 28px;
  margin-bottom: 30px;
}

.page-title h2:after {
  content: "";
  background-color: #e12623;
  position: absolute;
  left: 0%;
  bottom: -5px;
  height: 2px;
  width: 100%;
}

.nav_up {
  transform: translateY(-75%);
  opacity: 0;
  transition: 0.4s ease;
}
.nav_down {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
  background-color: white;
}
.header.small {
  padding: 0;
}
.header.small .logo-wrap {
  width: 25%;
  max-width: 170px;
  padding-top: 6px;
  padding-bottom: 5px;
  float: left;
}

.header {
  padding: 30px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.logo-wrap {
  width: 25%;
  max-width: 240px;
  float: left;
}

.nav-wrap {
  width: 75%;
  float: left;
  padding-top: 20px;
}

.nav-wrap ul {
  padding: 0;
  margin: 0;
  float: left;
}
.nav-wrap li {
  display: block;
  list-style-type: none;
  padding: 0 15px;
  text-transform: uppercase;
}
.nav-wrap a {
  text-decoration: none;
  color: #4a4a4a;
}
.store-icons {
  display: inline-block;
  padding-left: 10px;
}
.store-icons img {
  max-width: 20px;
  display: inline-block;
  padding: 0 3px;
}

/* header mobile */

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  /* appearance: none; */
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 7px;
  margin-right: 7px;
}

.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 0px;
  right: 0px;
  height: 4px;
  background: #e12623;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e12623;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}
.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: transparent;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

.bm-color .c-hamburger span {
  background-color: #e12623;
}
.bm-color .c-hamburger span::before,
.bm-color .c-hamburger span::after {
  background-color: #e12623;
}
/* .bm-color.active .c-hamburger span{
  background-color: white;
} */
.bm-color.active .c-hamburger span::before,
.bm-color.active .c-hamburger span::after {
  background-color: white;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.burger-menu {
  float: right;
  margin-top: -3px;
  margin-right: 17px;
}

.btn {
  width: 250px;
  background-color: #e12623;
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
}
.btn a {
  color: white;
  text-decoration: none;
  text-align: center;
}
.btn h4 {
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
}
.btn.store {
  float: right;
}

.visit-store {
  background-repeat: no-repeat;

  background-size: cover;
}
.visit-store .text-wrap {
  width: 65%;
  color: white;
  display: inline-block;
  padding-right: 5%;
  box-sizing: border-box;
}
.visit-store .text-wrap h2 {
  margin-bottom: 0;
  font-size: 26px;
}
.visit-store .text-wrap p {
  margin-top: 0;
}
.visit-store .store {
  width: 25%;
  margin-top: 45px;
}

.footer {
  background-color: #e12623;
  color: white;
  padding: 30px 0;
}
.footer p {
  font-size: 14px;
  margin: 0;
}
.footer a {
  color: white;
  text-decoration: none;
}
.form-wrap form {
  width: 325px;
  margin: 10px auto;
}
.form-wrap p {
  text-align: center;
}
.form-wrap input {
  background-color: transparent;
  border: 1px solid white;
  height: 31px;
  width: 200px;
}
.form-wrap button {
  background-color: #4a4a4a;
  color: white;
  border: 1px solid white;
  height: 35px;
  margin-left: -6px;
  margin-top: 1px;
  width: 120px;
  cursor: pointer;
}
.form-wrap input {
  background-color: transparent;
  border: 1px solid white;
  height: 31px;
  width: 200px;
}

.footer .social {
  float: right;
}
.footer .social h3 {
  margin: 0;
  display: inline-block;
  font-weight: 300;
}

.footer .social img {
  display: inline-block;
  width: 25px;
  margin-top: -4px;
}

.home-intro {
  padding-top: 125px;
}

.hero-wrap {
  position: relative;
}

.home-intro .text-slider {
  max-width: 35%;
  padding: 30px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  z-index: 999;
}
.home-intro .text-slider h1 {
  margin-bottom: 0;
  color: #e12623;
}
.home-intro .text-slider p {
  margin-bottom: 0;
}
.home-intro .text-slider a {
  text-decoration: none;
  color: #e12623;
  font-weight: 700;
  text-transform: uppercase;
}
.home-intro .image-wrap {
  width: 70%;
  margin-left: auto;
}

.block-wrap {
  padding-top: 4%;
  color: white;
}
.block-wrap a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  transition: 0.3s ease;
  border-bottom: 1px solid transparent;
}
.block-wrap a:hover {
  color: #f94431;
  border-bottom: 1px solid #f94431;
}

.full-block {
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: right;
  justify-content: right;
}

.full-block .text {
  z-index: 999;
  width: 30%;
  background-color: rgba(225, 38, 35, 0.84);
  margin: 50px 0;
  margin-left: auto;
  padding: 10px 20px;
}
.full-block .text h1 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.full-block .text p {
  margin-bottom: 5px;
  margin-top: 5px;
}
.full-block .text a {
  text-transform: uppercase;
}

.half-block-wrap {
  display: flex;
  padding-top: 4%;
}

.half-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: right;
  justify-content: right;
  width: 48%;
  min-height: 400px;
}
.half-block.pr {
  margin-right: 4%;
}

.half-block .text {
  background-color: rgba(74, 74, 74, 0.64);
  margin: 60px 0;
  margin-left: auto;
  width: 55%;
  padding: 5px 20px;
}
.half-block .text {
}

/* About */

.about-intro .text-block h2 {
  color: #e12623;
  margin-bottom: 15px;
}
.about-intro .text-block p {
  columns: 2;
  margin-top: 0;
  margin-bottom: 30px;
}

.image-half-wrap {
  overflow: hidden;
}
.image-half {
  width: 48%;
  float: left;
}
.image-half.pr {
  padding-right: 4%;
}

.first-block {
  width: 65%;
  margin-top: 40px;
  padding-top: 10px;
}
.first-block h2 {
  color: #e12623;
  margin: 20px 0;
}
.first-block p {
  padding-right: 25%;
}

.float-img {
  width: 45%;
  margin-left: auto;
  margin-top: -250px;
}

.second-row {
  overflow: hidden;
  margin-top: 30px;
}
.second-row .image-wrap-about {
  width: 50%;
  float: left;
}

.second-row .text-wrap {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-left: 2%;
}

.second-row .text-wrap h2 {
  color: #e12623;
  margin-top: 0;
}

.third-row {
  overflow: hidden;
}
.third-row .image-wrap-about {
  width: 50%;
  float: left;
}

.third-row .text-wrap {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 2%;
}

.third-row .text-wrap h2 {
  color: #e12623;
}

/* brands */
.brand {
  margin-bottom: 80px;
}
.brand-image-wrap {
  background-size: cover;
  min-height: 250px;

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

  border-top: 2px solid #e12623;
  border-bottom: 2px solid #e12623;
}
.brand-image-wrap:after {
  display: block;
  content: url(../img/redarrow.svg);
  width: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.brand-logo {
  width: 280px;
}

.brand-text-wrap {
  width: 40%;
  margin: 0 auto;
}
.brand-text {
  margin-top: 40px;
  text-align: center;
}
.brand-text p {
  white-space: pre-wrap;
}
.view-products {
  text-align: center;
}
.view-products a {
  text-decoration: none;
  color: #e12623;
}
.view-products h4 {
  position: relative;
  margin: 0;
  padding-left: 30px;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
}
.view-products h4:after {
  display: block;
  content: url(../img/grid.svg);
  width: 21px;
  position: absolute;
  top: 0;
  left: 5px;
}

/* store online */

.categories h3 {
  position: relative;
  text-align: center;
  color: #e12623;
  width: 130px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.categories h3:after {
  content: "";
  background-color: #e12623;
  position: absolute;
  left: 0%;
  bottom: -5px;
  height: 2px;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.categories ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.categories li {
  list-style-type: none;
  margin: 15px 0;
  padding: 10px 0;
  transition: 0.3s ease;
}
.categories li:hover {
  background-color: rgba(74, 74, 74, 0.2);
}
.categories li.active {
  background-color: rgba(74, 74, 74, 0.2);
}
.categories img {
  width: 150px;
}
.perbrand {
  margin: 50px 0;
}
.percategory {
  margin-bottom: 50px;
}
.percategory li {
  margin: 5px 0;
  padding: 2px 0;
}
.percategory a {
  text-decoration: none;
  color: #4a4a4a;
}

.product-thumbnail {
  width: 46%;
  margin: 2%;
  float: left;
  text-align: center;
}

.product-thumbnail h2 {
  margin: 0;
  color: #e12623;
  font-size: 18px;
}
.product-thumbnail p {
  margin: 0;
  color: #4a4a4a;
  font-weight: 700;
}

/* single product */

.main-product {
  padding-top: 165px;
}
.main-image {
  width: 55%;
  float: left;
}

.product-description {
  width: 45%;
  float: left;
}
.product-description p {
  margin-bottom: 5px;
}
.product-description h2 {
  position: relative;
  margin: 0;
  font-size: 24px;
  color: #e12623;
  text-transform: uppercase;
}
.product-description h2:after {
  content: "";
  background-color: #e12623;
  position: absolute;
  left: 0%;
  bottom: -5px;
  height: 2px;
  width: 20%;
}
.product-description h3 {
  margin: 0;
}

.quantity {
  margin-bottom: 20px;
}
.quantity p,
.quantity select,
.quantity .add-cart {
  display: inline-block;
  color: #e12623;
}
.quantity select {
  background-color: transparent;
  border-radius: 1px;
  border: 1px solid #e12623;
  width: 50px;
}
.quantity select:focus {
  outline: none;
}
.quantity .add-cart a {
  text-decoration: none;
  color: #e12623;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 20px;
}
.quantity .add-cart img {
  width: 20px;
}

.brand-related {
  margin-top: 50px;
}
.brand-related .brand-image {
  width: 200px;
  margin: 0 auto;
  position: relative;
  margin-top: 170px;
}
.brand-related .brand-image:after {
  content: "";
  background-color: #e12623;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  height: 2px;
  width: 100px;
}

.brand-related .product-thumbnail {
  width: 29%;
  margin: 2%;
  float: left;
  text-align: center;
}

.other-brands {
  margin-top: 50px;
  padding: 30px 0;
}
.other-brands .title-wrap {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  color: #e12623;
  margin-bottom: 40px;
}
.other-brands .title-wrap:after {
  content: "";
  background-color: #e12623;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  height: 2px;
  width: 100px;
}
.other-brands .title-wrap h2 {
  font-weight: 300;
}
.other-brands ul {
  padding: 0;
  margin: 0;
}
.other-brands li {
  list-style-type: none;
  display: inline-block;
  width: 25%;
  margin: 2%;
  padding: 2%;
  transition: 0.3s ease;
}
.other-brands li:hover {
  background-color: rgba(74, 74, 74, 0.2);
}

/* Benefits */

.recipes {
  margin-top: 50px;
}
.recipes .title-wrap h2 {
  margin: 0;
  color: #e12623;
}
.recipes .title-wrap p {
  margin: 0;
  font-size: 21px;
  margin-bottom: 30px;
}
.recipe-wrap h2 {
  color: #e12623;
}
.benefits-text p {
  columns: 2;
  margin-top: 5px;
}
.benefits-text h2 {
  color: #e12623;
  margin-bottom: 0;
}

.single-recipe {
  margin-bottom: 80px;
  overflow: hidden;
}
.single-recipe .img-wrap {
  width: 48%;
  margin-right: 2%;
  float: left;
}

.single-recipe .recipe-wrap {
  width: 50%;
  float: left;
}
.recipe-wrap h2 {
  margin: 0;
}

.ingredients-wrap {
  overflow: hidden;
}
.ingredients-wrap .ingredients {
  float: left;
  width: 35%;
}
.ingredients-wrap .product-picture {
  float: left;
  width: 65%;
}

/* Contacts */

.map-wrap {
  border: 2px solid #e12623;
}

.address {
  width: 40%;
  margin: 50px auto;
}
.address a {
  color: #e12623;
  text-decoration: none;
  font-weight: 700;
}
.divider {
  height: 1px;
  background-color: #e12623;
  width: 10%;
  margin: 30px auto;
}

.follow-us {
  min-width: 530px;
  width: 50%;
  margin: 50px auto;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  font-size: 20px;
}

.follow-us a {
  color: #e12623;
}

/* Anims */

.anim-left {
  opacity: 0;
  transform: translate(200px, 0);
  transition: all 2.5s ease;
}
.anim-left.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.anim-fade {
  opacity: 0;
  transition: all 2s ease;
}
.anim-fade.visible {
  opacity: 1;
}

.about-intro .anim-top {
  opacity: 0;
  transform: translate(0, -100px);
  transition: all 1.5s ease;
}
.about-intro .anim-top.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.about-intro .anim-fade {
  opacity: 0;
  transition: all 3s ease;
}
.about-intro .anim-fade.visible {
  opacity: 1;
}

.about-present .anim-fade {
  opacity: 0;
  transition: all 2s ease;
}
.about-present .anim-fade.visible {
  opacity: 1;
}

.about-present .anim-left {
  opacity: 0;
  transform: translate(300px, 0);
  transition: all 2s ease;
}
.about-present .anim-left.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.about-present .anim-right {
  opacity: 0;
  transform: translate(-300px, 0);
  transition: all 2s ease;
}
.about-present .anim-right.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.anim-top-brands {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1.5s ease;
}
.anim-top-brands.visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* FIXES */

.imgalign {
  position: relative;
  height: 300px;
  z-index: -99;
}

.mobile-show {
  display: none;
}
.mobile-hide {
  display: block;
}

.btn:hover {
  background-color: #f94431;
  box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.5);
}

@media (max-width: 992px) {
  .nav-wrap {
    padding-top: 12px;
  }
  .nav-wrap li {
    padding: 2px 5px;
  }
  .store-icons {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 0px;
    width: 95px;
  }
  .home-intro .image-wrap {
    width: 105%;
    margin-left: auto;
  }
  .full-block .text {
    width: 50%;
  }
  .half-block .text {
    width: 75%;
  }
  .float-img {
    width: 50%;
    margin-left: auto;
    margin-top: -340px;
  }
  .second-row {
    margin-top: 130px;
  }
  .brand-text-wrap {
    width: 75%;
    margin: 0 auto;
  }
  .other-brands li {
    width: 40%;
  }
}

.burger-menu {
  display: none;
}

.desktop-h {
  display: block;
}
.mobile-s {
  display: none;
}
@media (max-width: 769px) {
  .desktop-h {
    display: none;
  }
  .mobile-s {
    display: none;
  }
  .imgalign {
    position: relative;
    height: 250px;
    z-index: -99;
  }
  .bg-grey {
    background-color: transparent;
  }
  .bg-grey-mobile {
    background-color: #eeeeee;
  }
  .perbrand {
    margin: 50px 0;
    margin-top: 0;
  }

  .categories h3 {
    padding-top: 20px;
  }
  #category-mobile {
    height: 30px;
    width: 30px;
    display: inline;
    float: right;
    background-color: red;
    cursor: pointer;
  }

  .mobile-s.categories ul {
    overflow: hidden;
  }

  .mobile-s.categories li {
    width: 33%;
    float: left;
  }

  .brand-logo {
    width: 200px;
  }

  .logo-wrap {
    width: 40%;
    max-width: 240px;
    float: left;
  }
  .c-hamburger {
    margin-top: 0px;
  }
  .burger-menu {
    display: block;
  }
  .nav-wrap {
    display: none;
  }
  .nav-wrap {
    padding-top: 20px;
  }

  .visit-store .text-wrap {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-right: 0;
    padding-top: 2%;
  }
  .visit-store .store {
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .copyrights-wrap {
    text-align: center;
    margin-bottom: 20px;
  }
  .btn.store {
    float: none;
  }
  .footer .social {
    float: none;
    width: 140px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .home-intro {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .home-intro .text-slider {
    max-width: 100%;
    width: 70%;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .home-intro .image-wrap {
    width: 125%;
    margin-left: auto;
  }
  .full-block .text {
    width: 75%;
  }
  .half-block-wrap {
    display: flex;
    flex-direction: column;
  }
  .half-block {
    width: 100%;
    min-height: 400px;
  }
  .half-block.pr {
    margin-right: 0;
    margin-bottom: 4%;
  }
  .image-half.pr {
    padding-bottom: 4%;
  }
  .image-half {
    width: 100%;
    float: left;
  }
  .first-block {
    width: 85%;
  }
  .first-block p {
    padding-right: 0;
  }
  .float-img {
    width: 85%;
    margin-left: auto;
    margin-top: 0;
  }
  .second-row .image-wrap {
    width: 100%;
    float: right;
  }
  .second-row .text-wrap {
    width: 100%;
    float: left;
    padding-top: 2%;
  }
  .third-row .text-wrap {
    width: 100%;
    float: right;
    box-sizing: border-box;
    padding-top: 2%;
  }
  .third-row .image-wrap {
    width: 100%;
    float: right;
  }
  .brand-text-wrap {
    width: 90%;
  }
  .brand-text {
    margin-top: 30px;
  }
  .brand-image-wrap {
    min-height: 190px;
  }
  .product-thumbnail {
    width: 96%;
  }
  .main-image {
    width: 100%;
    float: none;
  }
  .product-description {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
  .other-brands li {
    width: 40%;
  }
  .follow-us {
    min-width: 370px;
    width: 70%;
  }
  .follow-us h2 {
    font-size: 20px;
  }
    .nav-wrap {
      float: left !important;
      width: 100%;
    }
    .nav-wrap ul {
      float: left !important;
    }
    .nav-wrap li {
      display: block !important;
    }
    .wcmenusy {
      float: left !important;
      margin-right: 13px;
    }
 

}

@media (max-width: 544px) {
  .logo-wrap {
    width: 40%;
    max-width: 240px;
    float: left;
  }
  .c-hamburger {
    margin-top: 0px;
  }
}

@media (max-width: 376px) {
  .nav-wrap {
    float: left;
  }
  .nav-wrap ul {
    float: none;
  }
  .nav-wrap li {
    display: block;
    list-style-type: none;
    padding: 0 15px;
  }
  .nav-wrap li {
    padding: 0 !important;
  }
  .mobile-show {
    display: block !important;
    /* float: left; */
  }
  .wcmenusy {
    float: none !important;
  }
  .home-intro .text-slider h1 {
    margin: 0;
  }
  .home-intro .text-slider {
    width: 80%;
  }
  .about-present,
  .home-blocks {
    padding-top: 80px;
  }
  div.wpcf7 .ajax-loader {
    display: block !important;
  }
  .form-wrap [type="submit"] {
    border: 1px solid #4a4a4a !important;
    width: 200px !important;
    border-left: 0px solid #4a4a4a !important;
    margin-top: 10px !important;
  }
  .checkbox-812 {
    float: none !important;
  }
  .form-wrap a {
    float: none !important;
  }
  .footer .social {
    padding: 25px 0 !important;
  }
}

.nav-wrap li.current-menu-item a {
  color: #e12623;
}
.nav-wrap li a:hover {
  color: #e12623;
}
.form-wrap [type="submit"] {
  background-color: #4a4a4a;
  color: white;
  border: 1px solid white;
  height: 35px;
  margin-left: -6px;
  margin-top: 1px;
  width: 120px;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  border-left: 0px solid white;
}
.form-wrap input[type="checkbox"] {
  border: 1px solid white;
  margin: 2px 2px 0px 0px;
  height: 16px;
  width: 20px;
  display: inline-block;
  float: left;
}
.form-wrap a {
  float: left;
}

span.wpcf7-list-item {
  margin: 0 0 0 0 !important;
}
.checkbox-812 {
  float: left;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.form-wrap p {
  padding: 0;
  margin: 0;
  /*display: inline-block;*/
}

span.wpcf7-not-valid-tip {
  color: #333 !important;
  font-style: italic;
  font-size: 1em;
  font-weight: normal;
  display: block;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  font-size: 11px;
}

/*=== store ===*/

.post-type-archive-product .page-title {
  padding-top: 120px !important;
}
.woocommerce-result-count,
.woocommerce-ordering {
  display: none !important;
}
.woocommerce-breadcrumb {
  font-weight: bold;
  text-align: right;
  color: #e12623 !important;
  padding-right: 15px !important;
}

.woocommerce-breadcrumb span {
  color: #777 !important;
}

.woocommerce-breadcrumb a {
  font-weight: bold;
  text-decoration: none;
}
.woocommerce-breadcrumb a:link {
  text-decoration: none;
}
.woocommerce-breadcrumb a:visited {
  text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
  color: #e12623 !important;
  text-decoration: underline;
}
.woocommerce-breadcrumb a:active {
  text-decoration: none;
}

.woocommerce ul.products li.product a {
  color: #e12623 !important;
  font-weight: bold;
  text-decoration: none;
}
.woocommerce ul.products li.product a:link {
  color: #e12623 !important;
  text-decoration: none;
}
.woocommerce ul.products li.product a:visited {
  color: #e12623 !important;
  text-decoration: none;
}
.woocommerce ul.products li.product a:hover {
  color: #e12623 !important;
  text-decoration: none;
}
.woocommerce ul.products li.product a:active {
  color: #e12623 !important;
  text-decoration: none;
}

.woocommerce ul.products li.product {
  text-align: center !important;
}

.woocommerce ul.products li.product .price {
  font-weight: bold !important;
  color: #333 !important;
}
.post-type-archive-product .add_to_cart_button,
.tax-categoria .add_to_cart_button,
.tax-product_cat .add_to_cart_button,
.product-type-simple .add_to_cart_button {
  display: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #4a4a4a !important;
}

.woocommerce div.product .product_title {
  position: relative;
  margin: 0;
  font-size: 24px;
  color: #e12623;
  text-transform: uppercase;
}
h1.product_title.entry-title:after {
  content: "";
  background-color: #e12623;
  position: absolute;
  left: 0%;
  bottom: -5px;
  height: 2px;
  width: 20%;
}
.input-text.qty.text {
  border: 1px solid #e12623 !important;
}
.product_meta {
  display: none;
}
.woocommerce-Price-amount.amount {
  font-family: "Nunito Sans", sans-serif !important;
  color: #4a4a4a !important;
  line-height: 1.4 !important;
  font-weight: bold !important;
}

.single-product .product .single_add_to_cart_button.button {
  background: none !important;
  color: #e12623 !important;
  text-transform: uppercase;
}
button.single_add_to_cart_button:before {
  display: inline-block;
  font-family: FontAwesome;
  float: left;
  content: "\f07a";
  font-weight: 300;
  margin-right: 1em;
  color: #4a4a4a !important;
}
.woocommerce-message {
  border-top-color: #e12623 !important;
}

.woocommerce-message::before {
  color: #e12623 !important;
}
.iscartic {
}
.iscartic a,
.iscarto a,
.issearch a {
  font-size: 0 !important;
}
.iscartic a:before {
  font-family: FontAwesome;
  content: "\f007";
  font-weight: 300;
  margin-right: 1em;
  font-size: 16px !important;
  color: #4a4a4a !important;
}
.iscarto a:before {
  font-family: FontAwesome;
  content: "\f07a";
  font-weight: 300;
  margin-right: 1em;
  font-size: 16px !important;
  color: #4a4a4a !important;
}
.issearch a:before {
  font-family: FontAwesome;
  content: "\f002";
  font-weight: 300;
  margin-right: 1em;
  font-size: 16px !important;
  color: #4a4a4a !important;
}

.iscartic,
.iscarto,
.issearch {
  padding: 0px !important;
}

.cart-contents:before {
  font-family: FontAwesome;
  content: "\f07a";
  font-weight: 300;
  margin-right: 0;
  font-size: 16px !important;
  color: #4a4a4a !important;
}
.cart-contents:hover {
  text-decoration: none;
}
.cart-contents-count {
  color: #fff;
  background-color: #4a4a4a;
  font-weight: bold;
  border-radius: 10px;
  padding: 1px 6px;
  line-height: 1;
  vertical-align: top;
  font-size: 10px;
}

.wcmenusy {
  float: left;
  display: inline;
  margin: 0px 0px 0px 0px;
  padding: 0;
}
.wcmenusy ul {
  float: left;
  display: inline;
  margin: 0px 0px 0px 0px;
  padding: 0;
  list-style: none;
}
.wcmenusy li {
  float: left;
  display: inline;
  margin: 0px 0px 0px 0px;
  padding: 0;
}
.wcmenusy li a {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  color: #4a4a4a;
}
.wcmenusy li a:link {
  color: #4a4a4a;
  text-decoration: none;
}
.wcmenusy li a:visited {
  color: #4a4a4a;
  text-decoration: none;
}
.wcmenusy li a:hover {
  color: #4a4a4a;
  text-decoration: none;
}
.wcmenusy li a:active {
  color: #4a4a4a;
  text-decoration: none;
}

.wpml-ls-legacy-list-horizontal {
  float: left;
  display: inline;
  margin: 2px 0px 0px 0px !important;
  padding: 0 !important;
  clear: none !important;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  margin: 0px 0px 0px 10px !important;
}
#menu-header-menu .wpml-ls-item {
  display: none !important;
}
/* #menu-item-35,
#menu-item-78 {
  padding: 0 0px 0px 0px !important;
} */

.iscartoy {
  margin-right: 5px !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #e12623 !important;
}
.payment_method_paypal img {
  width: auto !important;
}

.woocommerce-info a {
  color: #e12623;
}
.woocommerce-info a:link {
  color: #e12623;
  text-decoration: none;
}
.woocommerce-info a:visited {
  color: #e12623;
  text-decoration: none;
}
.woocommerce-info a:hover {
  color: #e12623;
  text-decoration: underline;
}
.woocommerce-info a:active {
  color: #e12623;
  text-decoration: none;
}

.woocommerce-privacy-policy-text a {
  color: #e12623;
}
.woocommerce-privacy-policy-text a:link {
  color: #e12623;
  text-decoration: none;
}
.woocommerce-privacy-policy-text a:visited {
  color: #e12623;
  text-decoration: none;
}
.woocommerce-privacy-policy-text a:hover {
  color: #e12623;
  text-decoration: underline;
}
.woocommerce-privacy-policy-text a:active {
  color: #e12623;
  text-decoration: none;
}

.woocommerce-terms-and-conditions-checkbox-text a {
  color: #e12623;
}
.woocommerce-terms-and-conditions-checkbox-text a:link {
  color: #e12623;
  text-decoration: none;
}
.woocommerce-terms-and-conditions-checkbox-text a:visited {
  color: #e12623;
  text-decoration: none;
}
.woocommerce-terms-and-conditions-checkbox-text a:hover {
  color: #e12623;
  text-decoration: underline;
}
.woocommerce-terms-and-conditions-checkbox-text a:active {
  color: #e12623;
  text-decoration: none;
}

.product-name a {
  color: #e12623;
}
.product-name a:link {
  color: #e12623;
  text-decoration: none;
}
.product-name a:visited {
  color: #e12623;
  text-decoration: none;
}
.product-name a:hover {
  color: #e12623;
  text-decoration: underline;
}
.product-name a:active {
  color: #e12623;
  text-decoration: none;
}

.woocommerce-shipping-calculator a {
  color: #e12623;
}
.woocommerce-shipping-calculator a:link {
  color: #e12623;
  text-decoration: none;
}
.woocommerce-shipping-calculator a:visited {
  color: #e12623;
  text-decoration: none;
}
.woocommerce-shipping-calculator a:hover {
  color: #e12623;
  text-decoration: underline;
}
.woocommerce-shipping-calculator a:active {
  color: #e12623;
  text-decoration: none;
}

.about_paypal {
  color: #e12623;
  margin-left: 10px;
}
.about_paypal:link {
  color: #e12623;
  text-decoration: none;
}
.about_paypal:visited {
  color: #e12623;
  text-decoration: none;
}
.about_paypal:hover {
  color: #e12623;
  text-decoration: underline;
}
.about_paypal:active {
  color: #e12623;
  text-decoration: none;
}

.perbrand .categories li:last-child {
  display: none;
}

.other-brands li.activesem-categoria {
  display: none;
}
.other-brands li.activeuncategorized {
  display: none;
}
.other-brands li.activenon-classifiee {
  display: none;
}
.other-brands li.activesem-categoria:hover {
  background: none;
}
.other-brands li.activeuncategorized:hover {
  background: none;
}
.other-brands li.activenon-classifiee:hover {
  background: none;
}
.activeuncategorized {
  display: none;
}
.activeuncategorized {
  display: none;
}
activenon-classifiee {
  display: none;
}
.woocommerce-MyAccount-content a {
  color: #e12623;
}
.woocommerce-MyAccount-content a:link {
  color: #e12623;
  text-decoration: none;
}
.woocommerce-MyAccount-content a:visited {
  color: #e12623;
  text-decoration: none;
}
.woocommerce-MyAccount-content a:hover {
  color: #e12623;
  text-decoration: underline;
}
.woocommerce-MyAccount-content a:active {
  color: #e12623;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation a {
  color: #e12623;
  font-weight: bold;
}
.woocommerce-MyAccount-navigation a:link {
  color: #e12623;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation a:visited {
  color: #e12623;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation a:hover {
  color: #e12623;
  text-decoration: underline;
}
.woocommerce-MyAccount-navigation a:active {
  color: #e12623;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation {
  text-align: left;
  margin: 18px 0 80px;
  border-right: 1px solid #e4e4e4;
}

.woocommerce-MyAccount-navigation ul {
}
.woocommerce-MyAccount-navigation li {
  list-style: none;
}

.woocommerce-EditAccountForm fieldset {
  margin: 23px 0 30px;
  border-color: #e4e4e4;
  padding: 0 32px 30px;
  border: 1px solid #c0c0c0;
}

.woocommerce fieldset legend {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8888888888888889rem;
  padding: 0 20px;
  letter-spacing: 0.06em;
  margin: 0 -20px -6px;
  border: 0;
}

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="url"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce input[type="search"],
.woocommerce input[type="date"],
.woocommerce input[type="number"],
.woocommerce textarea {
  font-family: "Nunito Sans", sans-serif;
  text-align: left;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  color: #888;
  font-size: 14px;
  font: inherit;
  font-size: 0.7777777777777778rem !important;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  padding: 5px 16px 7px;
  height: 40px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.woocommerce label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  display: inline-block;
  cursor: pointer;
}

.woocommerce form .form-row {
  padding: 0 !important;
  margin: 22px 0 0 !important;
}

.woocommerce .form-wrap input[type="email"] {
  background-color: transparent;
  border: 1px solid white;
  height: 33px;
  width: 200px;
  font-family: sans-serif;
  font-size: 14px !important;
  line-height: 1.15;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  color: #4a4a4a;
  font: inherit;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  border: 1px solid #fff;
  padding: 0px;
}
.woocommerce input[type="number"] {
  padding: 5px 16px 5px 16px;
}

/*  */
/* Check if it breaks something */
/*  */
.woocommerce ul.products li.product a img {
  position: absolute !important;
  bottom: 0 !important;
}

.mobile-show {
  display: none !important;
}
.mobile-hide {
  display: inline;
}

@media (max-width: 768px) {
  .mobile-show {
    display: inline-block !important;
  }
  .mobile-hide {
    display: none;
  }
}
