/*--------------------------------------------------------------
# Variables responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colores
--------------------------------------------------------------*/
/* line 32, ../sass/views/_variables.scss */
.pointer {
  cursor: pointer;
}

/* line 35, ../sass/views/_variables.scss */
.bg-gray {
  background-color: #efefe3;
}

/* line 38, ../sass/views/_variables.scss */
.bg-primary {
  background-color: #02225A;
}

/* line 41, ../sass/views/_variables.scss */
.text-primary-pan {
  color: #02225A;
}

/* line 44, ../sass/views/_variables.scss */
.text-primary {
  color: #02225A;
}

/* line 47, ../sass/views/_variables.scss */
.btn-yellow-global {
  background: #fecc20 !important;
  border-color: #fecc20 !important;
  color: white !important;
  font-family: "Metropolis-Bold";
  padding-left: 20px  !important;
  padding-right: 20px  !important;
  font-size: 1.4rem  !important;
  border-radius: 40px  !important;
  display: block !important;
  max-width: 328px;
  text-align: center;
  margin: auto;
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 47, ../sass/views/_variables.scss */
  .btn-yellow-global {
    font-size: 1.2rem  !important;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 47, ../sass/views/_variables.scss */
  .btn-yellow-global {
    font-size: 1.1rem  !important;
  }
}

/* line 73, ../sass/views/_variables.scss */
.btn-pan {
  width: 100%;
  background: #02225A;
  border: none;
  min-height: 60px;
  font-family: "Metropolis-Bold";
  font-size: 32px;
  text-transform: uppercase;
  color: white;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../sass/views/_variables.scss */
  .btn-pan {
    font-size: 27px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 73, ../sass/views/_variables.scss */
  .btn-pan {
    font-size: 20px;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 73, ../sass/views/_variables.scss */
  .btn-pan {
    font-size: 17px;
  }
}

/* line 102, ../sass/views/_variables.scss */
.button-link {
  color: #02225A;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #fecc20;
  border-bottom: 2px solid #fecc20;
  font-family: "Metropolis-Bold";
  padding: 0.5rem 1.5rem;
}

/* line 115, ../sass/views/_variables.scss */
.news-component .title h2 {
  color: #02225A;
  font-family: "Metropolis-Bold";
  font-size: 50px;
}
/* line 119, ../sass/views/_variables.scss */
.news-component .title h2 span {
  font-family: "Metropolis-Black";
}
/* line 125, ../sass/views/_variables.scss */
.news-component h3 {
  color: #02225A;
  font-family: "Metropolis-Bold";
}
/* line 129, ../sass/views/_variables.scss */
.news-component h5 {
  color: #02225A;
  font-family: "Metropolis-Regular";
}
/* line 135, ../sass/views/_variables.scss */
.news-component .news-cards .card {
  border: none;
}
/* line 138, ../sass/views/_variables.scss */
.news-component .news-cards .card .ratio img {
  object-fit: cover;
  height: 100%;
}
/* line 144, ../sass/views/_variables.scss */
.news-component .news-cards .card .date {
  color: #02225A;
  font-family: "Metropolis-Bold";
}
/* line 151, ../sass/views/_variables.scss */
.news-component .news-cards .card .card-body .procedence .country-image {
  max-width: 40px;
}
/* line 154, ../sass/views/_variables.scss */
.news-component .news-cards .card .card-body .procedence p {
  font-size: 1rem;
  font-family: "Metropolis-Bold";
  color: #02225A;
}
/* line 158, ../sass/views/_variables.scss */
.news-component .news-cards .card .card-body .procedence p span {
  font-family: "Metropolis-Regular";
  color: #c7c7c7;
}
/* line 165, ../sass/views/_variables.scss */
.news-component .news-cards .card .card-body .card-title {
  color: #02225A;
  font-family: "Metropolis-Bold";
}
/* line 169, ../sass/views/_variables.scss */
.news-component .news-cards .card .card-body p {
  font-family: "Metropolis-Regular";
}
/* line 173, ../sass/views/_variables.scss */
.news-component .news-cards .card .card-body .plus {
  max-width: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 182, ../sass/views/_variables.scss */
  .news-component .title h2 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 193, ../sass/views/_variables.scss */
  .news-component .title h2 {
    font-size: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 203, ../sass/views/_variables.scss */
  .news-component .title h2 {
    font-size: 22px;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 214, ../sass/views/_variables.scss */
  .news-component .title h2 {
    font-size: 22px;
  }
}

/* line 228, ../sass/views/_variables.scss */
.recipes-component .title h2 {
  color: #02225A;
  font-family: "Metropolis-Bold";
  font-size: 50px;
}
/* line 232, ../sass/views/_variables.scss */
.recipes-component .title h2 span {
  font-family: "Metropolis-Black";
}
/* line 239, ../sass/views/_variables.scss */
.recipes-component .recipes-cards .card {
  overflow: hidden;
}
/* line 241, ../sass/views/_variables.scss */
.recipes-component .recipes-cards .card .zoom {
  transition: transform 1.5s;
}
/* line 247, ../sass/views/_variables.scss */
.recipes-component .recipes-cards .card .zoom:hover {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari 3-8 */
  transform: scale(1.05);
}
/* line 253, ../sass/views/_variables.scss */
.recipes-component .recipes-cards .card-body {
  position: absolute;
  bottom: 0;
}
/* line 258, ../sass/views/_variables.scss */
.recipes-component .recipes-cards .card-title {
  color: #fff;
  font-family: "Metropolis-Bold";
  font-size: 30px;
}
/* line 264, ../sass/views/_variables.scss */
.recipes-component .recipes-cards p {
  color: #fff;
  font-family: "Metropolis-Bold";
}
/* line 269, ../sass/views/_variables.scss */
.recipes-component .recipes-cards .card1 {
  height: 707px;
  overflow: hidden;
  position: relative;
}
/* line 274, ../sass/views/_variables.scss */
.recipes-component .recipes-cards .card1 .card {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 278, ../sass/views/_variables.scss */
.recipes-component .recipes-cards .card1 .card img {
  object-position: center;
  object-fit: cover;
  height: 100%;
}
/* line 285, ../sass/views/_variables.scss */
.recipes-component .recipes-cards .card2 {
  height: 350px;
  overflow: hidden;
  position: relative;
}
/* line 290, ../sass/views/_variables.scss */
.recipes-component .recipes-cards .card2 .card {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 294, ../sass/views/_variables.scss */
.recipes-component .recipes-cards .card2 .card img {
  object-position: center;
  object-fit: cover;
  height: 100%;
}
/* line 301, ../sass/views/_variables.scss */
.recipes-component .recipes-cards .card3 {
  height: 350px;
  overflow: hidden;
  position: relative;
}
/* line 306, ../sass/views/_variables.scss */
.recipes-component .recipes-cards .card3 .card {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 311, ../sass/views/_variables.scss */
.recipes-component .recipes-cards .card3 .card img {
  object-position: center;
  object-fit: cover;
  height: 100%;
}
/* line 318, ../sass/views/_variables.scss */
.recipes-component .recipes-cards .card4 {
  height: 350px;
}
/* line 321, ../sass/views/_variables.scss */
.recipes-component .recipes-cards .card4 .card {
  background: #02225A;
  height: 100%;
}
@media (min-width: 1200px) and (max-width: 1460px) {
  /* line 332, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card-title {
    color: #fff;
    font-family: "Metropolis-Bold";
    font-size: 30px;
  }
  /* line 338, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards p {
    color: #fff;
    font-family: "Metropolis-Bold";
  }
  /* line 343, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card1 {
    height: 567px;
  }
  /* line 347, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card2 {
    height: 280px;
  }
  /* line 352, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card3 {
    height: 280px;
  }
  /* line 357, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card4 {
    height: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 368, ../sass/views/_variables.scss */
  .recipes-component .title h2 {
    font-size: 34px;
  }
  /* line 375, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card-title {
    color: #fff;
    font-family: "Metropolis-Bold";
    font-size: 30px;
  }
  /* line 381, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards p {
    color: #fff;
    font-family: "Metropolis-Bold";
  }
  /* line 386, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card1 {
    height: 507px;
  }
  /* line 390, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card2 {
    height: 250px;
  }
  /* line 395, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card3 {
    height: 250px;
  }
  /* line 400, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card4 {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 412, ../sass/views/_variables.scss */
  .recipes-component .title h2 {
    font-size: 34px;
  }
  /* line 419, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card-body {
    position: absolute;
    bottom: 0;
  }
  /* line 423, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card-title {
    color: #fff;
    font-family: "Metropolis-Bold";
    font-size: 30px;
  }
  /* line 429, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards p {
    color: #fff;
    font-family: "Metropolis-Bold";
  }
  /* line 434, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card1 {
    height: 400px;
    max-width: 644px;
  }
  /* line 438, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card2 {
    height: 400px;
    max-width: 644px;
  }
  /* line 443, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card3 {
    height: 400px;
    max-width: 644px;
  }
  /* line 448, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card4 {
    height: 400px;
    max-width: 644px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 458, ../sass/views/_variables.scss */
  .recipes-component .title h2 {
    font-size: 22px;
  }
  /* line 465, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card-body {
    position: absolute;
    bottom: 0;
  }
  /* line 469, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card-title {
    color: #fff;
    font-family: "Metropolis-Bold";
    font-size: 18px;
  }
  /* line 475, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards p {
    color: #fff;
    font-family: "Metropolis-Bold";
  }
  /* line 480, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card1 {
    height: 353px;
    max-width: 476px;
  }
  /* line 484, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card2 {
    height: 353px;
    max-width: 476px;
  }
  /* line 489, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card3 {
    height: 353px;
    max-width: 476px;
  }
  /* line 494, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card4 {
    height: 353px;
    max-width: 476px;
  }
  /* line 497, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card4 h4 {
    font-size: 32px;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 507, ../sass/views/_variables.scss */
  .recipes-component .title h2 {
    font-size: 22px;
  }
  /* line 514, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card-body {
    position: absolute;
    bottom: 0;
  }
  /* line 518, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card-title {
    color: #fff;
    font-family: "Metropolis-Bold";
    font-size: 16px;
  }
  /* line 524, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards p {
    color: #fff;
    font-family: "Metropolis-Bold";
  }
  /* line 529, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card1 {
    height: 260px;
    max-width: 260px;
  }
  /* line 533, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card2 {
    height: 260px;
    max-width: 260px;
  }
  /* line 538, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card3 {
    height: 260px;
    max-width: 260px;
  }
  /* line 542, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card4 {
    height: 260px;
    max-width: 260px;
  }
  /* line 545, ../sass/views/_variables.scss */
  .recipes-component .recipes-cards .card4 h4 {
    font-size: 26px;
  }
}

/* line 555, ../sass/views/_variables.scss */
.legales strong {
  font-family: "Metropolis-Bold";
}
/* line 558, ../sass/views/_variables.scss */
.legales p {
  color: #02225A;
  font-family: "Metropolis-Regular";
}
/* line 562, ../sass/views/_variables.scss */
.legales h1 {
  color: #02225A;
  font-family: "Metropolis-Bold";
}
/* line 566, ../sass/views/_variables.scss */
.legales h2 {
  color: #02225A;
  font-family: "Metropolis-Bold";
}
/* line 570, ../sass/views/_variables.scss */
.legales h3 {
  color: #02225A;
  font-family: "Metropolis-Bold";
}
/* line 574, ../sass/views/_variables.scss */
.legales h4 {
  color: #02225A;
  font-family: "Metropolis-Bold";
}
/* line 578, ../sass/views/_variables.scss */
.legales h5 {
  color: #02225A;
  font-family: "Metropolis-Bold";
}
/* line 584, ../sass/views/_variables.scss */
.legales ul li {
  color: #02225A;
  font-family: "Metropolis-Regular";
}

@font-face {
  font-family: "Metropolis-Black";
  src: url("/wp-content/themes/storepan/asset/fonts/Metropolis-Black.ttf") format("truetype"), url("/wp-content/themes/storepan/asset/fonts/Metropolis-Black.otf") format("otf");
}
@font-face {
  font-family: "Metropolis-Bold";
  src: url("/wp-content/themes/storepan/asset/fonts/Metropolis-Bold.ttf") format("truetype"), url("/wp-content/themes/storepan/asset/fonts/Metropolis-Bold.otf") format("otf");
}
@font-face {
  font-family: "Metropolis-ExtraLight";
  src: url("/wp-content/themes/storepan/asset/fonts/Metropolis-ExtraLight.ttf") format("truetype"), url("/wp-content/themes/storepan/asset/fonts/Metropolis-ExtraLight.otf") format("otf");
}
@font-face {
  font-family: "Metropolis-Regular";
  src: url("/wp-content/themes/storepan/asset/fonts/Metropolis-Regular.ttf") format("truetype"), url("/wp-content/themes/storepan/asset/fonts/Metropolis-Regular.otf") format("otf");
}
/* line 26, ../sass/views/_fonts.scss */
.ff-regular {
  font-family: "Metropolis-Regular";
}

/* line 30, ../sass/views/_fonts.scss */
.ff-bold {
  font-family: "Metropolis-Bold";
}

/* line 34, ../sass/views/_fonts.scss */
.ff-black {
  font-family: "Metropolis-Black";
}

/* line 38, ../sass/views/_fonts.scss */
.ff-extra-light {
  font-family: "Metropolis-ExtraLight";
}

/* line 41, ../sass/views/_fonts.scss */
p {
  font-family: "Metropolis-Regular";
}

/* line 4, ../sass/views/_header.scss */
header .main-menu {
  background-color: #fecc20;
  height: 75px;
  border-bottom: 1px solid #fecc20;
  position: relative;
}
/* line 11, ../sass/views/_header.scss */
header .main-menu .logo-header {
  max-width: 120px;
  position: absolute;
  left: 50%;
  top: 85%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
/* line 19, ../sass/views/_header.scss */
header .main-menu .navbar {
  position: relative;
  z-index: 99;
}
/* line 22, ../sass/views/_header.scss */
header .main-menu .navbar .fa-bars:before {
  content: "\f0c9";
  color: #02225A;
}
/* line 27, ../sass/views/_header.scss */
header .main-menu nav {
  background-color: #fecc20;
}
/* line 29, ../sass/views/_header.scss */
header .main-menu nav button:focus {
  outline: none;
}
/* line 32, ../sass/views/_header.scss */
header .main-menu nav ul {
  padding-left: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  list-style: none;
}
/* line 38, ../sass/views/_header.scss */
header .main-menu nav ul li {
  display: inline;
  	    			/* a:hover:after{
  				        opacity:1;
  				    }
  
  					a:after{
  						position: absolute;
  				        bottom: 4px;
  				        left: 0px;
  				        width: 100%;
  				        height: 2px;
  				        background-color: $accent-pan;
  				        content: "";
  				        opacity: 0;
  				        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  				        transform: translateY(-20px);
  					} */
}
/* line 40, ../sass/views/_header.scss */
header .main-menu nav ul li a {
  position: relative;
  font-family: "Metropolis-Bold";
  font-size: 16px;
  color: #02225A;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 49, ../sass/views/_header.scss */
header .main-menu nav ul li.current-menu-item {
  /*a:after{
  	opacity: 0;   
  }*/
}
/* line 51, ../sass/views/_header.scss */
header .main-menu nav ul li.current-menu-item a.active {
  font-family: "Metropolis-Bold";
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-decoration: none;
}
/* line 65, ../sass/views/_header.scss */
header .main-menu nav ul li .dropdown-menu {
  background-color: #02225A;
  border: 0;
  margin-top: 0.875rem;
  padding: 0.125rem 0.5rem;
  border-radius: 0;
}
/* line 71, ../sass/views/_header.scss */
header .main-menu nav ul li .dropdown-menu .dropdown-item {
  background-color: #02225A;
  color: white;
  padding: 0.375rem 0.75rem 0.375rem 0.5rem;
  font-size: 14px;
  border-bottom: 1px solid #ffffff77;
}
/* line 78, ../sass/views/_header.scss */
header .main-menu nav ul li .dropdown-menu li {
  padding-left: 0;
}
/* line 81, ../sass/views/_header.scss */
header .main-menu nav ul li .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
}
/* line 104, ../sass/views/_header.scss */
header .main-menu nav ul li a:focus {
  font-family: "Metropolis-Bold";
  color: #fff;
  text-decoration: none;
}
/* line 109, ../sass/views/_header.scss */
header .main-menu nav ul li a:hover {
  font-family: "Metropolis-Bold";
  color: #fff;
  text-decoration: none;
}
/* line 118, ../sass/views/_header.scss */
header .main-menu nav .navbar-nav li {
  padding-bottom: 1rem;
}
/* line 121, ../sass/views/_header.scss */
header .main-menu nav .navbar-nav .btn-store {
  background-color: #02225A;
  color: white;
  padding: 0.725rem 1.5rem;
  white-space: nowrap;
}
/* line 127, ../sass/views/_header.scss */
header .main-menu nav .navbar-nav .btn-store {
  padding: 0.725rem 0.875rem;
}
/* line 130, ../sass/views/_header.scss */
header .main-menu nav .navbar-nav .btn-login {
  background-image: url(/wp-content/themes/storepan/asset/images/login.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 32px;
  display: block;
  color: transparent !important;
}
@media (min-width: 1400px) {
  /* line 142, ../sass/views/_header.scss */
  header .main-menu nav .btn-login {
    top: 15px;
    position: absolute;
  }
  /* line 146, ../sass/views/_header.scss */
  header .main-menu nav .btn-store {
    padding: 0.725rem 1.5rem;
  }
  /* line 151, ../sass/views/_header.scss */
  header .main-menu nav .nav-links-start {
    width: 50%;
    padding-right: 3.75rem;
  }
  /* line 154, ../sass/views/_header.scss */
  header .main-menu nav .nav-links-start li {
    padding-right: 1rem;
    padding-bottom: 0;
  }
  /* line 160, ../sass/views/_header.scss */
  header .main-menu nav .nav-links-end {
    width: 50%;
    padding-left: 3.75rem;
  }
  /* line 163, ../sass/views/_header.scss */
  header .main-menu nav .nav-links-end li {
    padding-left: 1rem;
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  /* line 174, ../sass/views/_header.scss */
  header .main-menu nav .nav-links-start li {
    padding-right: 1.5rem;
  }
  /* line 179, ../sass/views/_header.scss */
  header .main-menu nav .nav-links-end li {
    padding-left: 1.5rem;
  }
  /* line 181, ../sass/views/_header.scss */
  header .main-menu nav .nav-links-end li:nth-last-child(1) {
    margin-left: auto;
  }
}
/* line 190, ../sass/views/_header.scss */
header .main-menu .xoo-wsc-cart-trigger {
  position: absolute;
  right: 0;
}
/* line 194, ../sass/views/_header.scss */
header .main-menu.menu-foodservice {
  border-bottom: 1px solid #e42c1f;
  background-color: #e42c1f;
}
/* line 197, ../sass/views/_header.scss */
header .main-menu.menu-foodservice .logo-header {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 205, ../sass/views/_header.scss */
header .main-menu.menu-foodservice .navbar {
  position: relative;
  z-index: 99;
}
/* line 208, ../sass/views/_header.scss */
header .main-menu.menu-foodservice .navbar .fa-bars:before {
  content: "\f0c9";
  color: white;
}
/* line 213, ../sass/views/_header.scss */
header .main-menu.menu-foodservice nav {
  background-color: #e42c1f;
}
/* line 215, ../sass/views/_header.scss */
header .main-menu.menu-foodservice nav .offcanvas {
  background-color: #e42c1f;
}
/* line 219, ../sass/views/_header.scss */
header .main-menu.menu-foodservice nav .offcanvas-header {
  color: white;
}
/* line 221, ../sass/views/_header.scss */
header .main-menu.menu-foodservice nav .offcanvas-header .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  color: white;
}
/* line 233, ../sass/views/_header.scss */
header .main-menu.menu-foodservice nav ul li a {
  color: #fff;
}
@media (min-width: 1400px) {
  /* line 243, ../sass/views/_header.scss */
  header .main-menu.menu-foodservice nav .offcanvas-header {
    color: white;
  }
  /* line 246, ../sass/views/_header.scss */
  header .main-menu.menu-foodservice nav .offcanvas {
    background-color: transparent;
  }
  /* line 250, ../sass/views/_header.scss */
  header .main-menu.menu-foodservice nav .nav-links-start {
    padding-right: 9.75rem;
  }
  /* line 255, ../sass/views/_header.scss */
  header .main-menu.menu-foodservice nav .nav-links-end {
    padding-left: 9.75rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 269, ../sass/views/_header.scss */
  header .main-menu .logo-header {
    max-width: 90px;
  }
  /* line 274, ../sass/views/_header.scss */
  header .main-menu .logo img {
    max-width: 20%;
  }
  /* line 279, ../sass/views/_header.scss */
  header .main-menu nav .offcanvas {
    background-color: #fecc20;
  }
  /* line 282, ../sass/views/_header.scss */
  header .main-menu nav ul {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* line 286, ../sass/views/_header.scss */
  header .main-menu nav .dropdown {
    padding-top: 0px;
    float: left;
  }
  /* line 289, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .dropdown-toggle::after {
    display: none;
  }
  /* line 293, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul {
    padding-top: 0px;
    list-style: none;
    margin-bottom: 0px;
  }
  /* line 297, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li {
    display: block;
    border-bottom: 0px solid #02225A;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    padding-right: 0px;
  }
  /* line 304, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li a {
    font-family: "Metropolis-Bold";
    font-size: 14px;
    color: #02225A;
  }
  /* line 311, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li.current-menu-item a {
    font-family: "Metropolis-Bold";
    font-size: 14px;
    color: #808080;
  }
  /* line 316, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li.current-menu-item a:after {
    opacity: 0;
  }
  /* line 321, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li a:hover:after {
    opacity: 0;
  }
  /* line 325, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li:last-child {
    border-bottom: 0px solid #02225A;
  }
  /* line 329, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .btn-primary {
    color: #02225A !important;
    background-color: #FFFFFF !important;
    border: 0;
  }
  /* line 334, ../sass/views/_header.scss */
  header .main-menu nav .dropdown.open > .dropdown-toggle.btn-primary:hover {
    background-color: white;
  }
  /* line 337, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .open > .dropdown-toggle.btn-primary {
    background-color: white;
  }
  /* line 340, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .btn-primary:active:hover {
    background-color: white;
  }
  /* line 345, ../sass/views/_header.scss */
  header .main-menu .dropdown-menu {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 353, ../sass/views/_header.scss */
  header .main-menu .logo-header {
    max-width: 90px;
  }
  /* line 358, ../sass/views/_header.scss */
  header .main-menu .logo img {
    max-width: 20%;
  }
  /* line 363, ../sass/views/_header.scss */
  header .main-menu nav .offcanvas {
    background-color: #fecc20;
  }
  /* line 366, ../sass/views/_header.scss */
  header .main-menu nav ul {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* line 370, ../sass/views/_header.scss */
  header .main-menu nav .dropdown {
    padding-top: 0px;
    float: left;
  }
  /* line 373, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .dropdown-toggle::after {
    display: none;
  }
  /* line 377, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul {
    padding-top: 0px;
    list-style: none;
    margin-bottom: 0px;
  }
  /* line 381, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li {
    display: block;
    border-bottom: 0px solid #02225A;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    padding-right: 0px;
  }
  /* line 388, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li a {
    font-family: "Metropolis-Bold";
    font-size: 14px;
    color: #02225A;
  }
  /* line 395, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li.current-menu-item a {
    font-family: "Metropolis-Bold";
    font-size: 14px;
    color: #808080;
  }
  /* line 400, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li.current-menu-item a:after {
    opacity: 0;
  }
  /* line 405, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li a:hover:after {
    opacity: 0;
  }
  /* line 409, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li:last-child {
    border-bottom: 0px solid #02225A;
  }
  /* line 413, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .btn-primary {
    color: #02225A !important;
    background-color: #FFFFFF !important;
    border: 0;
  }
  /* line 418, ../sass/views/_header.scss */
  header .main-menu nav .dropdown.open > .dropdown-toggle.btn-primary:hover {
    background-color: white;
  }
  /* line 421, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .open > .dropdown-toggle.btn-primary {
    background-color: white;
  }
  /* line 424, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .btn-primary:active:hover {
    background-color: white;
  }
  /* line 429, ../sass/views/_header.scss */
  header .main-menu .dropdown-menu {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 437, ../sass/views/_header.scss */
  header .main-menu .logo-header {
    max-width: 90px;
  }
  /* line 442, ../sass/views/_header.scss */
  header .main-menu .logo img {
    max-width: 20%;
  }
  /* line 447, ../sass/views/_header.scss */
  header .main-menu nav .offcanvas {
    background-color: #fecc20;
  }
  /* line 450, ../sass/views/_header.scss */
  header .main-menu nav ul {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* line 454, ../sass/views/_header.scss */
  header .main-menu nav .dropdown {
    padding-top: 0px;
    float: left;
  }
  /* line 457, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .dropdown-toggle::after {
    display: none;
  }
  /* line 461, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul {
    padding-top: 0px;
    list-style: none;
    margin-bottom: 0px;
  }
  /* line 465, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li {
    display: block;
    border-bottom: 0px solid #02225A;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    padding-right: 0px;
  }
  /* line 472, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li a {
    font-family: "Metropolis-Bold";
    font-size: 14px;
    color: #02225A;
  }
  /* line 479, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li.current-menu-item a {
    font-family: "Metropolis-Bold";
    font-size: 14px;
    color: #808080;
  }
  /* line 484, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li.current-menu-item a:after {
    opacity: 0;
  }
  /* line 489, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li a:hover:after {
    opacity: 0;
  }
  /* line 493, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li:last-child {
    border-bottom: 0px solid #02225A;
  }
  /* line 497, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .btn-primary {
    color: #02225A !important;
    background-color: #FFFFFF !important;
    border: 0;
  }
  /* line 502, ../sass/views/_header.scss */
  header .main-menu nav .dropdown.open > .dropdown-toggle.btn-primary:hover {
    background-color: white;
  }
  /* line 505, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .open > .dropdown-toggle.btn-primary {
    background-color: white;
  }
  /* line 508, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .btn-primary:active:hover {
    background-color: white;
  }
  /* line 513, ../sass/views/_header.scss */
  header .main-menu .dropdown-menu {
    right: 0;
    left: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 524, ../sass/views/_header.scss */
  header .main-menu .logo-header {
    max-width: 90px;
  }
  /* line 529, ../sass/views/_header.scss */
  header .main-menu nav .offcanvas {
    background-color: #fecc20;
  }
  /* line 532, ../sass/views/_header.scss */
  header .main-menu nav ul {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* line 536, ../sass/views/_header.scss */
  header .main-menu nav .dropdown {
    padding-top: 0px;
    float: left;
  }
  /* line 539, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .dropdown-toggle::after {
    display: none;
  }
  /* line 542, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul {
    padding-top: 0px;
    list-style: none;
    margin-bottom: 0px;
  }
  /* line 546, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li {
    display: block;
    border-bottom: 0px solid #02225A;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 0px;
    text-align: center;
  }
  /* line 553, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li a {
    font-family: "Metropolis-Bold";
    font-size: 14px;
    color: #02225A;
  }
  /* line 560, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li.current-menu-item a {
    font-family: "Metropolis-Bold";
    font-size: 14px;
    color: #808080;
  }
  /* line 565, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li.current-menu-item a:after {
    opacity: 0;
  }
  /* line 570, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li a:hover:after {
    opacity: 0;
  }
  /* line 574, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li:last-child {
    border-bottom: 0px solid #02225A;
  }
  /* line 578, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .btn-primary {
    color: #02225A !important;
    background-color: #FFFFFF !important;
    border: 0;
  }
  /* line 583, ../sass/views/_header.scss */
  header .main-menu nav .dropdown.open > .dropdown-toggle.btn-primary:hover {
    background-color: white;
  }
  /* line 586, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .open > .dropdown-toggle.btn-primary {
    background-color: white;
  }
  /* line 589, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .btn-primary:active:hover {
    background-color: white;
  }
  /* line 595, ../sass/views/_header.scss */
  header .main-menu .dropdown-menu {
    right: 0;
    left: auto;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 603, ../sass/views/_header.scss */
  header .main-menu .logo-header {
    max-width: 90px;
  }
  /* line 608, ../sass/views/_header.scss */
  header .main-menu nav ul {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* line 613, ../sass/views/_header.scss */
  header .main-menu nav .offcanvas {
    background-color: #fecc20;
  }
  /* line 616, ../sass/views/_header.scss */
  header .main-menu nav .dropdown {
    padding-top: 0px;
    float: left;
  }
  /* line 619, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .dropdown-toggle::after {
    display: none;
  }
  /* line 622, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul {
    padding-top: 0px;
    list-style: none;
    margin-bottom: 0px;
  }
  /* line 626, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li {
    display: block;
    padding-right: 0px;
    border-bottom: 0px solid #02225A;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
  }
  /* line 633, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li a {
    font-family: "Metropolis-Bold";
    font-size: 14px;
    color: #02225A;
  }
  /* line 640, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li.current-menu-item a {
    font-family: "Metropolis-Bold";
    font-size: 14px;
    color: #808080;
  }
  /* line 645, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li.current-menu-item a:after {
    opacity: 0;
  }
  /* line 650, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li a:hover:after {
    opacity: 0;
  }
  /* line 654, ../sass/views/_header.scss */
  header .main-menu nav .dropdown ul li:last-child {
    border-bottom: 0px solid #02225A;
  }
  /* line 658, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .btn-primary {
    color: #02225A !important;
    background-color: #FFFFFF !important;
    border: 0;
  }
  /* line 664, ../sass/views/_header.scss */
  header .main-menu nav .dropdown.open > .dropdown-toggle.btn-primary:hover {
    background-color: white;
  }
  /* line 667, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .open > .dropdown-toggle.btn-primary {
    background-color: white;
  }
  /* line 670, ../sass/views/_header.scss */
  header .main-menu nav .dropdown .btn-primary:active:hover {
    background-color: white;
  }
  /* line 675, ../sass/views/_header.scss */
  header .main-menu .dropdown-menu {
    right: 0;
    left: auto;
  }
}
@media (max-width: 575px) {
  /* line 683, ../sass/views/_header.scss */
  header .main-menu .logo-header {
    max-width: 80px;
  }
}

/* line 1, ../sass/views/_footer.scss */
footer {
  font-family: "Metropolis-Regular";
  font-size: 14px;
  color: white;
  background-color: #02225A;
  border-top: 1px solid #fecc20;
}
/* line 9, ../sass/views/_footer.scss */
footer p {
  font-family: "Metropolis-Regular";
}
/* line 11, ../sass/views/_footer.scss */
footer p.legal {
  font-size: 0.6rem;
}
/* line 15, ../sass/views/_footer.scss */
footer .line-footer {
  line-height: 0;
}
/* line 18, ../sass/views/_footer.scss */
footer .text-newsletter {
  background-color: #fecc20;
  color: #02225A;
  min-height: 240px;
}
/* line 23, ../sass/views/_footer.scss */
footer .text-newsletter .img-movil {
  position: absolute;
  top: 22%;
  left: 0%;
  transform: translate(-65%, -78%);
}
/* line 29, ../sass/views/_footer.scss */
footer .text-newsletter p {
  font-size: 1.2rem;
  font-family: "Metropolis-Regular";
}
/* line 34, ../sass/views/_footer.scss */
footer .text-newsletter h6 {
  font-size: 1.6rem;
  font-family: "Metropolis-Bold";
  padding-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 42, ../sass/views/_footer.scss */
  footer .text-newsletter p {
    padding-top: 20px;
  }
  /* line 45, ../sass/views/_footer.scss */
  footer .text-newsletter .img-movil {
    max-width: 250px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 51, ../sass/views/_footer.scss */
  footer .text-newsletter .img-movil {
    max-width: 250px;
    transform: translate(-35%, -78%);
  }
  /* line 55, ../sass/views/_footer.scss */
  footer .text-newsletter p {
    font-size: 1.0rem;
  }
  /* line 60, ../sass/views/_footer.scss */
  footer .text-newsletter h6 {
    font-size: 1.4rem;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 66, ../sass/views/_footer.scss */
  footer .text-newsletter .img-movil {
    display: none;
  }
  /* line 70, ../sass/views/_footer.scss */
  footer .text-newsletter p {
    font-size: 1.0rem;
  }
  /* line 75, ../sass/views/_footer.scss */
  footer .text-newsletter h6 {
    font-size: 1.2rem;
  }
}
/* line 81, ../sass/views/_footer.scss */
footer li {
  padding-top: 5px;
}
/* line 83, ../sass/views/_footer.scss */
footer li a {
  color: #fecc20;
  font-size: 30px;
}
/* line 87, ../sass/views/_footer.scss */
footer li a:hover {
  color: #fecc20;
  text-decoration: none;
}
/* line 93, ../sass/views/_footer.scss */
footer .redes {
  align-items: flex-end;
  display: flex;
  flex-flow: column wrap;
}
/* line 97, ../sass/views/_footer.scss */
footer .redes .list {
  display: flex;
  align-items: center;
}
/* line 100, ../sass/views/_footer.scss */
footer .redes .list li {
  padding: 0 1rem;
  color: #fecc20;
}
/* line 106, ../sass/views/_footer.scss */
footer .bar-h {
  height: 1px;
  border-top: 1px solid #fbc139;
  opacity: 1;
}
/* line 111, ../sass/views/_footer.scss */
footer .input-newsletter input, footer input-group-append {
  border-radius: 0;
}
/* line 114, ../sass/views/_footer.scss */
footer .input-newsletter input, footer input-group-append:hover,
footer .input-newsletter input, footer input-group-append:focus {
  border: 0;
  box-shadow: none !important;
}
/* line 119, ../sass/views/_footer.scss */
footer .btn-newsletter {
  color: white;
  background-color: #02225A;
  border-radius: 0;
  font-family: "Metropolis-Bold";
}
/* line 125, ../sass/views/_footer.scss */
footer .btn-newsletter:focus {
  box-shadow: none !important;
}
/* line 128, ../sass/views/_footer.scss */
footer .btn-newsletter:hover {
  box-shadow: none !important;
  color: white;
}
/* line 132, ../sass/views/_footer.scss */
footer .bar-h {
  height: 1px;
  border-top: 1px solid #fbc139;
}
/* line 136, ../sass/views/_footer.scss */
footer .links-footer {
  padding-bottom: 1rem;
}
/* line 140, ../sass/views/_footer.scss */
footer .link-footer {
  color: white;
  text-decoration: none;
}
/* line 144, ../sass/views/_footer.scss */
footer .link-footer:hover {
  color: white;
  text-decoration: none;
}
/* line 149, ../sass/views/_footer.scss */
footer .link-middle::after {
  content: "-";
  display: inline-block;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  /* line 149, ../sass/views/_footer.scss */
  footer .link-middle::after {
    content: "";
    padding: 0;
  }
}
/* line 159, ../sass/views/_footer.scss */
footer .link-tienda-lg {
  position: absolute;
  right: 115px;
}
/* line 163, ../sass/views/_footer.scss */
footer .link-amazon-lg {
  position: absolute;
  right: 0;
}
/* line 167, ../sass/views/_footer.scss */
footer .name {
  font-family: "Metropolis-Regular";
  color: #02225A;
}
/* line 174, ../sass/views/_footer.scss */
footer .icon-mail {
  padding-right: 10px;
  margin-left: -25px;
}
/* line 179, ../sass/views/_footer.scss */
footer .icon-phone, footer .icon-footer {
  padding-left: 4px;
  padding-right: 6px;
  margin-left: -25px;
}
/* line 185, ../sass/views/_footer.scss */
footer .fa-circle {
  font-size: 5px;
  vertical-align: middle;
  padding-right: 5px;
}
@media (max-width: 991px) {
  /* line 1, ../sass/views/_footer.scss */
  footer {
    text-align: center;
  }
  /* line 191, ../sass/views/_footer.scss */
  footer .redes {
    align-items: center;
    padding-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 198, ../sass/views/_footer.scss */
  footer .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 205, ../sass/views/_footer.scss */
  footer p {
    font-size: 0.8rem;
  }
}

/* line 211, ../sass/views/_footer.scss */
.page-template-about footer {
  margin-top: -30px;
}
@media (max-width: 991px) {
  /* line 211, ../sass/views/_footer.scss */
  .page-template-about footer {
    margin-top: 0px;
  }
}

/* line 2, ../sass/views/_home.scss */
.home .btn-shop {
  border-radius: 50px;
  font-family: "Metropolis-Bold";
}
/* line 9, ../sass/views/_home.scss */
.home .banner-main h2 {
  font-size: 3.6rem;
  font-family: "Metropolis-Regular";
}
/* line 12, ../sass/views/_home.scss */
.home .banner-main h2 span {
  color: #fecc20;
}
/* line 16, ../sass/views/_home.scss */
.home .banner-main .btn-shop {
  background-color: #fecc20;
  color: #02225A;
  border-color: #fecc20;
}
/* line 20, ../sass/views/_home.scss */
.home .banner-main .btn-shop.btn-shop-blue {
  background-color: #02225A;
  color: #fff;
  border-color: #02225A;
}
/* line 27, ../sass/views/_home.scss */
.home .banner-main .carousel-caption {
  top: 30px;
  min-width: 80%;
}
/* line 32, ../sass/views/_home.scss */
.home .banner-main .carousel-indicators button[data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
/* line 40, ../sass/views/_home.scss */
.home .cornmeal-power {
  background-image: url("/wp-content/themes/storepan/asset/images/fondo_parallax.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 48, ../sass/views/_home.scss */
.home .cornmeal-power .title h2 {
  color: #04ABDE;
  font-family: "Metropolis-Bold";
  font-size: 50px;
}
/* line 52, ../sass/views/_home.scss */
.home .cornmeal-power .title h2 span {
  color: #02225A;
}
/* line 58, ../sass/views/_home.scss */
.home .cornmeal-power .cornmeal {
  background-image: url("/wp-content/themes/storepan/asset/images/pie_productos.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 100px;
}
/* line 63, ../sass/views/_home.scss */
.home .cornmeal-power .cornmeal h6 {
  font-family: "Metropolis-Bold";
  color: #02225A;
}
/* line 68, ../sass/views/_home.scss */
.home .cornmeal-power .btn-shop {
  background-color: #02225A;
  color: #fff;
  border-color: #02225A;
}
/* line 76, ../sass/views/_home.scss */
.home .word-wide {
  background-color: #02225A;
}
/* line 80, ../sass/views/_home.scss */
.home .word-wide .carousel-indicators button[data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
/* line 91, ../sass/views/_home.scss */
.home .versatility .title h2 {
  color: #02225A;
  font-family: "Metropolis-Bold";
  font-size: 50px;
}
/* line 100, ../sass/views/_home.scss */
.home .our-stores .owl-prev {
  background: transparent !important;
  font-size: 78px !important;
  color: white !important;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 20px;
}
/* line 111, ../sass/views/_home.scss */
.home .our-stores .owl-next {
  background: transparent !important;
  font-size: 78px !important;
  color: white !important;
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 20px;
}
/* line 124, ../sass/views/_home.scss */
.home .our-stores .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-width: 70%;
  margin: auto;
}
/* line 134, ../sass/views/_home.scss */
.home .our-stores .title h2 {
  color: #04ABDE;
  font-family: "Metropolis-Bold";
  font-size: 50px;
}
/* line 138, ../sass/views/_home.scss */
.home .our-stores .title h2 span {
  color: #02225A;
}
/* line 144, ../sass/views/_home.scss */
.home .our-stores .stores {
  background-image: url("/wp-content/themes/storepan/asset/images/fondo-tiendas.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 100px;
}
/* line 149, ../sass/views/_home.scss */
.home .our-stores .stores h6 {
  font-family: "Metropolis-Bold";
  color: white;
}
/* line 157, ../sass/views/_home.scss */
.home .img-single {
  padding-right: 0px;
  padding-left: 0px;
  line-height: 0;
}
/* line 161, ../sass/views/_home.scss */
.home .img-single img {
  width: 100%;
}
/* line 165, ../sass/views/_home.scss */
.home .contact {
  background-image: url("/wp-content/uploads/2021/06/textura_contacto.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 170, ../sass/views/_home.scss */
.home .contact .form-control {
  color: #02225A;
  font-family: "Metropolis-Regular";
}
/* line 175, ../sass/views/_home.scss */
.home .contact .contact-form-us p {
  font-size: 1.4rem;
}
/* line 178, ../sass/views/_home.scss */
.home .contact .contact-form-us img {
  max-width: 180px;
}
/* line 181, ../sass/views/_home.scss */
.home .contact .contact-form-us .btn-contact {
  max-width: 80%;
}
/* line 185, ../sass/views/_home.scss */
.home .contact .btn-contact {
  width: 100%;
  background: #02225A;
  border: none;
  height: 60px;
  font-family: "Metropolis-Bold";
  font-size: 36px;
  text-transform: uppercase;
}
/* line 194, ../sass/views/_home.scss */
.home .contact p {
  color: #02225A;
  font-family: "Metropolis-Bold";
}
/* line 201, ../sass/views/_home.scss */
.home .contact label {
  color: #02225A;
  font-family: "Metropolis-Regular";
}
/* line 205, ../sass/views/_home.scss */
.home .contact .logo {
  max-width: 120px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
/* line 213, ../sass/views/_home.scss */
.home ::-webkit-input-placeholder {
  /* Edge */
  color: #02225A !important;
  font-family: "Metropolis-Regular";
}
/* line 218, ../sass/views/_home.scss */
.home :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #02225A !important;
  font-family: "Metropolis-Regular";
}
/* line 223, ../sass/views/_home.scss */
.home ::placeholder {
  color: #02225A !important;
  font-family: "Metropolis-Regular";
}
/* line 228, ../sass/views/_home.scss */
.home .bodegon {
  background-color: #02225A;
  color: white;
}
/* line 229, ../sass/views/_home.scss */
.home .bodegon .img-bodegon {
  margin-top: -150px;
}
/* line 232, ../sass/views/_home.scss */
.home .bodegon strong {
  font-family: "Metropolis-bold";
  font-size: 1.6rem;
}
/* line 238, ../sass/views/_home.scss */
.home .bodegon .btn-warning {
  background: #fecc20 !important;
  border-color: #fecc20 !important;
  color: white !important;
  font-family: "Metropolis-Bold";
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.4rem;
  border-radius: 40px;
}
/* line 248, ../sass/views/_home.scss */
.home .bodegon .img-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1300px;
}
/* line 258, ../sass/views/_home.scss */
.home .product-related .title h2 {
  color: #02225A;
  font-family: "Metropolis-Bold";
  font-size: 50px;
}
/* line 262, ../sass/views/_home.scss */
.home .product-related .title h2 span {
  font-family: "Metropolis-Black";
}
/* line 271, ../sass/views/_home.scss */
.home .product-related ul.products li.product {
  text-align: center;
  cursor: pointer;
  margin: 0  1% 2.992em 0;
  width: 24%;
}
/* line 274, ../sass/views/_home.scss */
.home .product-related ul.products li.product img {
  background-color: #e0dfcb;
  padding-top: 60px;
  padding-bottom: 50px;
}
/* line 285, ../sass/views/_home.scss */
.home .product-related ul.products li.product .button {
  background-color: #222c4c;
  font-family: "Metropolis-Regular";
  color: white;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  margin: 10px;
  padding: 8px 10px;
  margin: 10px;
  /* font-size: 51px; */
  position: absolute;
  top: 79%;
  left: 47%;
  transform: translate(-50%, -50%);
}
/* line 305, ../sass/views/_home.scss */
.home .product-related ul.products li.product .button:after {
  display: none;
}
/* line 308, ../sass/views/_home.scss */
.home .product-related ul.products li.product a {
  display: flex;
  /* flexbox allows us to move elements around */
  flex-direction: column;
  margin-top: 80px;
}
/* line 312, ../sass/views/_home.scss */
.home .product-related ul.products li.product a .woocommerce-loop-product__title {
  order: 2;
  position: relative;
  top: 40px;
  min-height: 60px;
}
/* line 318, ../sass/views/_home.scss */
.home .product-related ul.products li.product a .price {
  order: 1;
  color: #000 !important;
  font-family: "Metropolis-Bold";
  text-align: center;
  font-size: 30px !important;
  margin: 0;
  position: relative;
  top: 40px;
}
/* line 328, ../sass/views/_home.scss */
.home .product-related ul.products li.product a .price del {
  font-size: 22px !important;
}
/* line 331, ../sass/views/_home.scss */
.home .product-related ul.products li.product a .price ins {
  font-size: 26px !important;
}
/* line 337, ../sass/views/_home.scss */
.home .product-related ul.products li.product a.added_to_cart {
  color: #02225A;
  font-family: "Metropolis-Regular";
  display: none;
}
@media (min-width: 1200px) and (max-width: 1460px) {
  /* line 354, ../sass/views/_home.scss */
  .home .carousel-caption img {
    max-width: 100%;
  }
  /* line 359, ../sass/views/_home.scss */
  .home .banner-main h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 366, ../sass/views/_home.scss */
  .home .banner-main h2 {
    font-size: 2rem;
  }
  /* line 371, ../sass/views/_home.scss */
  .home .carousel-caption img {
    max-width: 100%;
  }
  /* line 377, ../sass/views/_home.scss */
  .home .cornmeal-power .title h2 {
    font-size: 36px;
  }
  /* line 386, ../sass/views/_home.scss */
  .home .versatility .title h2 {
    font-size: 36px;
  }
  /* line 395, ../sass/views/_home.scss */
  .home .our-stores .title h2 {
    font-size: 36px;
  }
  /* line 403, ../sass/views/_home.scss */
  .home .bodegon .img-bodegon {
    margin-top: -100px;
  }
  /* line 409, ../sass/views/_home.scss */
  .home .product-related .title h2 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 419, ../sass/views/_home.scss */
  .home .banner-main h2 {
    font-size: 1.6rem;
  }
  /* line 425, ../sass/views/_home.scss */
  .home .cornmeal-power .title h2 {
    font-size: 36px;
  }
  /* line 434, ../sass/views/_home.scss */
  .home .contact .contact-form-us p {
    font-size: 1.4rem;
  }
  /* line 437, ../sass/views/_home.scss */
  .home .contact .contact-form-us img {
    max-width: 180px;
  }
  /* line 440, ../sass/views/_home.scss */
  .home .contact .contact-form-us .btn-contact {
    max-width: 80%;
  }
  /* line 446, ../sass/views/_home.scss */
  .home .carousel-caption img {
    max-width: 100%;
  }
  /* line 452, ../sass/views/_home.scss */
  .home .versatility .title h2 {
    font-size: 36px;
  }
  /* line 460, ../sass/views/_home.scss */
  .home .our-stores .stores {
    background-image: none;
    background-color: #02225A;
  }
  /* line 465, ../sass/views/_home.scss */
  .home .our-stores .title h2 {
    font-size: 36px;
  }
  /* line 473, ../sass/views/_home.scss */
  .home .bodegon .img-bodegon {
    margin-top: -60px;
  }
  /* line 476, ../sass/views/_home.scss */
  .home .bodegon strong {
    font-size: 1.4rem;
  }
  /* line 483, ../sass/views/_home.scss */
  .home .product-related .title h2 {
    font-size: 34px;
  }
  /* line 491, ../sass/views/_home.scss */
  .home .product-related ul.products li.product {
    width: 49%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 502, ../sass/views/_home.scss */
  .home .banner-main .image-flour img {
    max-width: 57%;
  }
  /* line 506, ../sass/views/_home.scss */
  .home .banner-main h2 {
    font-size: 1rem;
  }
  /* line 512, ../sass/views/_home.scss */
  .home .contact .contact-form-us p {
    font-size: 1.2rem;
  }
  /* line 520, ../sass/views/_home.scss */
  .home .cornmeal-power .title h2 {
    font-size: 22px;
  }
  /* line 529, ../sass/views/_home.scss */
  .home .versatility .title h2 {
    font-size: 22px;
  }
  /* line 537, ../sass/views/_home.scss */
  .home .our-stores .stores {
    background-image: none;
    background-color: #02225A;
  }
  /* line 542, ../sass/views/_home.scss */
  .home .our-stores .title h2 {
    font-size: 22px;
  }
  /* line 550, ../sass/views/_home.scss */
  .home .bodegon .img-bodegon {
    margin-top: -40px;
  }
  /* line 553, ../sass/views/_home.scss */
  .home .bodegon strong {
    font-size: 1.2rem;
  }
  /* line 560, ../sass/views/_home.scss */
  .home .product-related .title h2 {
    font-size: 22px;
  }
  /* line 568, ../sass/views/_home.scss */
  .home .product-related ul.products li.product {
    width: 49%;
  }
  /* line 570, ../sass/views/_home.scss */
  .home .product-related ul.products li.product .button {
    top: 75%;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 582, ../sass/views/_home.scss */
  .home .carousel-caption {
    left: 0;
    width: 100%;
  }
  /* line 588, ../sass/views/_home.scss */
  .home .contact .contact-form-us p {
    font-size: 1.0rem;
  }
  /* line 595, ../sass/views/_home.scss */
  .home .banner-main .image-flour img {
    max-width: 57%;
  }
  /* line 599, ../sass/views/_home.scss */
  .home .banner-main h2 {
    font-size: 0.8rem;
  }
  /* line 602, ../sass/views/_home.scss */
  .home .banner-main .btn-shop {
    font-size: 12px;
  }
  /* line 608, ../sass/views/_home.scss */
  .home .cornmeal-power .title h2 {
    font-size: 22px;
  }
  /* line 617, ../sass/views/_home.scss */
  .home .versatility .title h2 {
    font-size: 22px;
  }
  /* line 625, ../sass/views/_home.scss */
  .home .our-stores .stores {
    background-image: none;
    background-color: #02225A;
  }
  /* line 630, ../sass/views/_home.scss */
  .home .our-stores .title h2 {
    font-size: 22px;
  }
  /* line 638, ../sass/views/_home.scss */
  .home .bodegon .img-bodegon {
    margin-top: -40px;
  }
  /* line 641, ../sass/views/_home.scss */
  .home .bodegon strong {
    font-size: 1.2rem;
  }
  /* line 648, ../sass/views/_home.scss */
  .home .product-related .title h2 {
    font-size: 22px;
  }
  /* line 656, ../sass/views/_home.scss */
  .home .product-related ul.products li.product {
    width: 49%;
  }
  /* line 658, ../sass/views/_home.scss */
  .home .product-related ul.products li.product .button {
    top: 74%;
  }
}

/* line 3, ../sass/views/_about-us.scss */
.about-us .banner-main {
  background-image: url(/wp-content/themes/storepan/asset/images/about-us/banner1.jpg);
  background-position: center;
}
/* line 7, ../sass/views/_about-us.scss */
.about-us .banner-main .subtitle {
  color: #fecc20;
  font-size: 2.5rem;
}
/* line 12, ../sass/views/_about-us.scss */
.about-us .banner-main .title {
  color: white;
}
/* line 17, ../sass/views/_about-us.scss */
.about-us .banner-2 {
  background-image: url(/wp-content/themes/storepan/asset/images/about-us/1954.png);
  position: relative;
}
/* line 34, ../sass/views/_about-us.scss */
.about-us .mt-n8 {
  margin-top: -8rem;
}
/* line 38, ../sass/views/_about-us.scss */
.about-us .banner-3 {
  background-image: url(/wp-content/themes/storepan/asset/images/about-us/5.jpg);
}
/* line 41, ../sass/views/_about-us.scss */
.about-us .banner-5 {
  background-image: url(/wp-content/themes/storepan/asset/images/about-us/1963.png);
}
/* line 43, ../sass/views/_about-us.scss */
.about-us .banner-5 .row {
  height: 1000px;
}
/* line 47, ../sass/views/_about-us.scss */
.about-us .banner-6 {
  background-image: url(/wp-content/themes/storepan/asset/images/about-us/2014.png);
}
/* line 49, ../sass/views/_about-us.scss */
.about-us .banner-6 .row {
  height: 800px;
}
/* line 53, ../sass/views/_about-us.scss */
.about-us .banner-4 {
  background-image: url(/wp-content/themes/storepan/asset/images/about-us/nosotros_2021.jpg);
  height: 800px;
  background-position: right;
}
/* line 57, ../sass/views/_about-us.scss */
.about-us .banner-4 .row {
  height: 800px;
}
/* line 62, ../sass/views/_about-us.scss */
.about-us .mt-n3 {
  margin-top: -3.5rem;
  z-index: -1;
}
/* line 67, ../sass/views/_about-us.scss */
.about-us .title-intro {
  color: #02225A;
  font-size: 3.5rem;
}
/* line 72, ../sass/views/_about-us.scss */
.about-us .title-year {
  color: #fecc20;
  font-family: "Metropolis-Bold";
  font-size: 5.5rem;
  position: relative;
}
/* line 78, ../sass/views/_about-us.scss */
.about-us .title-year.point-left::before, .about-us .title-year.point-right::before {
  content: " ";
  position: absolute;
  height: 5rem;
  width: 5rem;
  background-color: #fecc20;
  border-radius: 50%;
  z-index: 1;
}
/* line 89, ../sass/views/_about-us.scss */
.about-us .title-year.point-left::before {
  left: -8rem;
}
/* line 94, ../sass/views/_about-us.scss */
.about-us .title-year.point-right::before {
  right: -8rem;
}
/* line 100, ../sass/views/_about-us.scss */
.about-us .parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) and (max-width: 1460px) {
  /* line 109, ../sass/views/_about-us.scss */
  .about-us .title-year.point-left::before {
    left: -6rem;
  }
  /* line 114, ../sass/views/_about-us.scss */
  .about-us .title-year.point-right::before {
    right: -6rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 123, ../sass/views/_about-us.scss */
  .about-us .mt-n3 {
    margin-top: 0rem;
  }
  /* line 127, ../sass/views/_about-us.scss */
  .about-us .mt-n8 {
    margin-top: 0rem;
  }
  /* line 131, ../sass/views/_about-us.scss */
  .about-us h2, .about-us .title-intro, .about-us .title-year {
    font-size: 36px;
  }
  /* line 137, ../sass/views/_about-us.scss */
  .about-us .title-year.point-left::before {
    left: -6rem;
  }
  /* line 142, ../sass/views/_about-us.scss */
  .about-us .title-year.point-right::before {
    right: -6rem;
  }
}
@media screen and (min-width: 992px) {
  /* line 149, ../sass/views/_about-us.scss */
  .about-us .title {
    font-size: 4.5rem;
  }
  /* line 153, ../sass/views/_about-us.scss */
  .about-us .banner-2 {
    min-height: 800px;
  }
}
@media screen and (max-width: 991px) {
  /* line 173, ../sass/views/_about-us.scss */
  .about-us .parallax {
    background-size: cover;
  }
  /* line 177, ../sass/views/_about-us.scss */
  .about-us .banner-4 {
    height: auto;
    background-position: left;
  }
  /* line 178, ../sass/views/_about-us.scss */
  .about-us .banner-4 .row {
    height: auto;
  }
  /* line 186, ../sass/views/_about-us.scss */
  .about-us .banner-5 .row {
    height: auto;
  }
  /* line 191, ../sass/views/_about-us.scss */
  .about-us .banner-6 .row {
    height: auto;
  }
  /* line 195, ../sass/views/_about-us.scss */
  .about-us h2, .about-us .title-intro, .about-us .title-year {
    font-size: 36px;
  }
  /* line 198, ../sass/views/_about-us.scss */
  .about-us h2.point-left::before, .about-us h2.point-right::before, .about-us .title-intro.point-left::before, .about-us .title-intro.point-right::before, .about-us .title-year.point-left::before, .about-us .title-year.point-right::before {
    display: none;
  }
  /* line 203, ../sass/views/_about-us.scss */
  .about-us .mt-n3 {
    margin-top: 0rem;
  }
  /* line 207, ../sass/views/_about-us.scss */
  .about-us .mt-n8 {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 213, ../sass/views/_about-us.scss */
  .about-us h2, .about-us .title-intro, .about-us .title-year {
    font-size: 22px;
  }
}
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 767px) {
    /* line 220, ../sass/views/_about-us.scss */
    .about-us .parallax {
      background-attachment: initial;
    }
  }
}

/* line 3, ../sass/views/_single_product.scss */
.product #wpgs-gallery, .product .wcgs-gallery-preloader {
  background-color: #e0dfcb;
}
/* line 7, ../sass/views/_single_product.scss */
.product .woocommerce-product-gallery__image {
  background-color: #e0dfcb;
}
/* line 10, ../sass/views/_single_product.scss */
.product .bg-product {
  background-color: #e0dfcb;
}
/* line 13, ../sass/views/_single_product.scss */
.product .woocommerce-product-gallery__wrapper {
  max-width: 100%;
  width: auto !important;
  margin: auto;
}
/* line 18, ../sass/views/_single_product.scss */
.product .product_title {
  color: #02225A;
  font-family: "Metropolis-Bold";
}
/* line 23, ../sass/views/_single_product.scss */
.product .woocommerce-product-details__short-description {
  font-family: "Metropolis-Regular";
}
/* line 27, ../sass/views/_single_product.scss */
.product .quantity {
  height: 80px;
  width: 19%;
}
/* line 30, ../sass/views/_single_product.scss */
.product .quantity .qty {
  border: none;
  border-bottom: 1px solid;
  height: 100%;
  width: 100%;
}
/* line 39, ../sass/views/_single_product.scss */
.product .productlogos {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
/* line 43, ../sass/views/_single_product.scss */
.product .productlogos .infologo {
  width: 106px;
}
/* line 45, ../sass/views/_single_product.scss */
.product .productlogos .infologo p {
  font-size: 0.6rem;
  padding-top: 10px;
}
/* line 52, ../sass/views/_single_product.scss */
.product form.cart .button, .product form.cart .button:hover {
  background-color: #02225A;
  font-family: "Metropolis-Bold";
  font-size: 20px;
  text-transform: uppercase;
  border: 0;
  border-radius: 0px;
  width: 80%;
  height: 80px;
}
/* line 63, ../sass/views/_single_product.scss */
.product form.cart .variations label {
  color: #02225A;
}
/* line 66, ../sass/views/_single_product.scss */
.product form.cart .variations select {
  max-width: 100%;
  min-width: 100% !important;
  padding-left: 20px;
  height: 80px;
  font-family: "Metropolis-Regular";
  color: #02225A;
}
/* line 74, ../sass/views/_single_product.scss */
.product form.cart .variations select option {
  color: #02225A;
  font-weight: bold;
}
/* line 78, ../sass/views/_single_product.scss */
.product form.cart .variations td {
  vertical-align: middle !important;
}
/* line 82, ../sass/views/_single_product.scss */
.product form.cart .reset_variations {
  color: #02225A;
}
/* line 85, ../sass/views/_single_product.scss */
.product .tabs.wc-tabs {
  display: none;
}
/* line 89, ../sass/views/_single_product.scss */
.product .woocommerce-Tabs-panel--description h2 {
  color: #000;
  font-family: "Metropolis-Bold";
  text-transform: uppercase;
}
/* line 94, ../sass/views/_single_product.scss */
.product .woocommerce-Tabs-panel--description p {
  font-family: "Metropolis-Regular";
}
/* line 99, ../sass/views/_single_product.scss */
.product .related.products h2 {
  text-align: center;
  color: #02225A;
  font-family: "Metropolis-Bold";
  padding-bottom: 0px;
  padding-top: 80px;
  text-transform: uppercase;
  font-size: 60px;
  border-top: 1px solid #e0dfcb;
}
/* line 109, ../sass/views/_single_product.scss */
.product .related.products h2.woocommerce-loop-product__title {
  border-top: 0px solid #e0dfcb;
}
/* line 115, ../sass/views/_single_product.scss */
.product .related.products .products .product {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  margin: 0 1% 0 0;
}
/* line 117, ../sass/views/_single_product.scss */
.product .related.products .products .product img {
  background-color: #e0dfcb;
  padding-top: 60px;
  padding-bottom: 50px;
}
/* line 126, ../sass/views/_single_product.scss */
.product .related.products .products .product .price {
  color: #02225A;
  font-family: "Metropolis-Regular";
  text-align: center;
  display: none;
}
/* line 132, ../sass/views/_single_product.scss */
.product .related.products .products .product .button {
  background-color: #222c4c;
  font-family: "Metropolis-Regular";
  color: white;
  text-transform: uppercase;
  border: 0;
  border-radius: 0px;
  display: none;
}
/* line 143, ../sass/views/_single_product.scss */
.product .related.products .products a.added_to_cart {
  color: #02225A;
  font-family: "Metropolis-Regular";
  display: block;
}
/* line 153, ../sass/views/_single_product.scss */
.product.recipes-component .title h2 {
  font-size: 60px;
}
/* line 157, ../sass/views/_single_product.scss */
.product.recipes-component .title p {
  color: #02225A;
  font-family: "Metropolis-Regular";
  font-size: 24px;
}
@media (min-width: 1200px) and (max-width: 1460px) {
  /* line 167, ../sass/views/_single_product.scss */
  .product .related.products h2 {
    font-size: 50px;
  }
  /* line 173, ../sass/views/_single_product.scss */
  .product.recipes-component .title h2 {
    font-size: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 182, ../sass/views/_single_product.scss */
  .product form.cart .button, .product form.cart .button:hover {
    width: 70%;
  }
  /* line 187, ../sass/views/_single_product.scss */
  .product .related.products h2 {
    font-size: 40px;
  }
  /* line 193, ../sass/views/_single_product.scss */
  .product.recipes-component .title h2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 202, ../sass/views/_single_product.scss */
  .product form.cart .button, .product form.cart .button:hover {
    width: 70%;
  }
  /* line 207, ../sass/views/_single_product.scss */
  .product .related.products h2 {
    font-size: 40px;
  }
  /* line 213, ../sass/views/_single_product.scss */
  .product.recipes-component .title h2 {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 221, ../sass/views/_single_product.scss */
  .product form.cart .button, .product form.cart .button:hover {
    width: 70%;
  }
  /* line 226, ../sass/views/_single_product.scss */
  .product .related.products h2 {
    font-size: 30px;
  }
  /* line 232, ../sass/views/_single_product.scss */
  .product.recipes-component .title h2 {
    font-size: 30px;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 241, ../sass/views/_single_product.scss */
  .product form.cart .button, .product form.cart .button:hover {
    width: 79%;
    font-size: 16px;
  }
  /* line 247, ../sass/views/_single_product.scss */
  .product .related.products h2 {
    font-size: 22px;
  }
  /* line 253, ../sass/views/_single_product.scss */
  .product.recipes-component .title h2 {
    font-size: 22px;
  }
}

/* line 263, ../sass/views/_single_product.scss */
#respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #02225A;
}

/* line 266, ../sass/views/_single_product.scss */
.woocommerce div.product p.price {
  color: #02225A;
  font-size: 3rem;
  font-family: "Metropolis-Bold";
}

/* line 271, ../sass/views/_single_product.scss */
.woocommerce div.product div.images, .woocommerce-page div.product div.images {
  width: 100%;
}

/* line 276, ../sass/views/_single_product.scss */
.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
  margin: auto;
  float: none;
  width: 80%;
}

/* line 284, ../sass/views/_single_product.scss */
.woocommerce div.product div.images img {
  display: block;
  width: auto;
  height: auto;
  box-shadow: none;
  margin: auto;
}

@media (min-width: 1200px) and (max-width: 1460px) {
  /* line 293, ../sass/views/_single_product.scss */
  .woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
    width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 300, ../sass/views/_single_product.scss */
  .woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 306, ../sass/views/_single_product.scss */
  .woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 312, ../sass/views/_single_product.scss */
  .woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 317, ../sass/views/_single_product.scss */
  .woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
  }
}
/* line 5, ../sass/views/_recipe-detail.scss */
.recipe-detail .recipe-banner .title-recipes-share {
  font-size: 70px;
  color: white;
  padding-bottom: 14rem;
  font-family: 'Metropolis-Bold';
}
/* line 10, ../sass/views/_recipe-detail.scss */
.recipe-detail .recipe-banner .title-recipes-share strong {
  font-family: 'Metropolis-Bold';
}
/* line 18, ../sass/views/_recipe-detail.scss */
.recipe-detail .content p {
  color: #02225A;
  font-family: 'Metropolis-Regular';
  font-size: 20px;
}
/* line 24, ../sass/views/_recipe-detail.scss */
.recipe-detail .content ul li {
  font-size: 20px;
}
/* line 35, ../sass/views/_recipe-detail.scss */
.recipe-detail .main-image img {
  width: 100%;
  max-height: 88vh;
  object-fit: cover;
}
/* line 42, ../sass/views/_recipe-detail.scss */
.recipe-detail .ingredients {
  color: #02225A;
  font-family: 'Metropolis-Regular';
}
/* line 46, ../sass/views/_recipe-detail.scss */
.recipe-detail .ingredients .content h4 {
  font-family: 'Metropolis-Bold';
  font-size: 30px;
}
/* line 54, ../sass/views/_recipe-detail.scss */
.recipe-detail .ingredients-icons .ingredients-icon-item {
  color: white;
  background-color: #02225A;
}
/* line 58, ../sass/views/_recipe-detail.scss */
.recipe-detail .ingredients-icons .ingredients-icon-item p {
  font-family: 'Metropolis-Regular';
}
/* line 68, ../sass/views/_recipe-detail.scss */
.recipe-detail .ingredients-title {
  font-family: "Metropolis-Bold";
  font-size: 50px;
  color: #02225A;
}
/* line 78, ../sass/views/_recipe-detail.scss */
.recipe-detail .preparation {
  background-color: #e0dfcb;
}
/* line 80, ../sass/views/_recipe-detail.scss */
.recipe-detail .preparation-title {
  font-family: "Metropolis-Bold";
  font-size: 50px;
  color: #02225A;
}
/* line 87, ../sass/views/_recipe-detail.scss */
.recipe-detail .preparation-steps .step-item {
  display: flex;
  align-items: flex-start;
  padding: 1rem 0;
  font-family: 'Metropolis-Regular';
}
/* line 92, ../sass/views/_recipe-detail.scss */
.recipe-detail .preparation-steps .step-item p {
  font-size: 20px;
}
/* line 95, ../sass/views/_recipe-detail.scss */
.recipe-detail .preparation-steps .step-item .step-number {
  color: white;
  background-color: #02225A;
  border-radius: 50%;
  padding: 1.1rem;
  min-width: 62px;
  height: 62px;
  line-height: 1;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  top: -16px;
}
/* line 108, ../sass/views/_recipe-detail.scss */
.recipe-detail .preparation-steps .step-item .step-text {
  padding-left: 1rem;
  margin: 0;
}
/* line 112, ../sass/views/_recipe-detail.scss */
.recipe-detail .preparation-steps .step-item:last-child {
  border-bottom: none;
}
/* line 121, ../sass/views/_recipe-detail.scss */
.recipe-detail .product-related .title h2 {
  color: #02225A;
  font-family: "Metropolis-Bold";
  font-size: 50px;
}
/* line 125, ../sass/views/_recipe-detail.scss */
.recipe-detail .product-related .title h2 span {
  font-family: "Metropolis-Black";
}
/* line 134, ../sass/views/_recipe-detail.scss */
.recipe-detail .product-related ul.products li.product {
  text-align: center;
  cursor: pointer;
  margin: 0  1% 2.992em 0;
  width: 24%;
}
/* line 137, ../sass/views/_recipe-detail.scss */
.recipe-detail .product-related ul.products li.product img {
  background-color: #e0dfcb;
  padding-top: 60px;
  padding-bottom: 50px;
}
/* line 148, ../sass/views/_recipe-detail.scss */
.recipe-detail .product-related ul.products li.product .button {
  background-color: #222c4c;
  font-family: "Metropolis-Regular";
  color: white;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  margin: 10px;
  padding: 8px 10px;
  margin: 10px;
  /* font-size: 51px; */
  position: absolute;
  top: 79%;
  left: 47%;
  transform: translate(-50%, -50%);
}
/* line 168, ../sass/views/_recipe-detail.scss */
.recipe-detail .product-related ul.products li.product .button:after {
  display: none;
}
/* line 171, ../sass/views/_recipe-detail.scss */
.recipe-detail .product-related ul.products li.product a {
  display: flex;
  /* flexbox allows us to move elements around */
  flex-direction: column;
  margin-top: 80px;
}
/* line 175, ../sass/views/_recipe-detail.scss */
.recipe-detail .product-related ul.products li.product a .woocommerce-loop-product__title {
  order: 2;
  position: relative;
  top: 40px;
  min-height: 60px;
}
/* line 181, ../sass/views/_recipe-detail.scss */
.recipe-detail .product-related ul.products li.product a .price {
  order: 1;
  color: #000 !important;
  font-family: "Metropolis-Bold";
  text-align: center;
  font-size: 30px !important;
  margin: 0;
  position: relative;
  top: 40px;
}
/* line 191, ../sass/views/_recipe-detail.scss */
.recipe-detail .product-related ul.products li.product a .price del {
  font-size: 22px !important;
}
/* line 194, ../sass/views/_recipe-detail.scss */
.recipe-detail .product-related ul.products li.product a .price ins {
  font-size: 26px !important;
}
/* line 200, ../sass/views/_recipe-detail.scss */
.recipe-detail .product-related ul.products li.product a.added_to_cart {
  color: #02225A;
  font-family: "Metropolis-Regular";
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 221, ../sass/views/_recipe-detail.scss */
  .recipe-detail .product-related .title h2 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 231, ../sass/views/_recipe-detail.scss */
  .recipe-detail .content p {
    font-size: 20px;
  }
  /* line 240, ../sass/views/_recipe-detail.scss */
  .recipe-detail .recipe-banner .title-recipes-share {
    font-size: 50px;
  }
  /* line 249, ../sass/views/_recipe-detail.scss */
  .recipe-detail .ingredients .content h4 {
    font-size: 28px;
  }
  /* line 253, ../sass/views/_recipe-detail.scss */
  .recipe-detail .ingredients-title {
    font-size: 34px;
  }
  /* line 258, ../sass/views/_recipe-detail.scss */
  .recipe-detail .preparation-title {
    font-size: 34px;
  }
  /* line 264, ../sass/views/_recipe-detail.scss */
  .recipe-detail .product-related .title h2 {
    font-size: 34px;
  }
  /* line 272, ../sass/views/_recipe-detail.scss */
  .recipe-detail .product-related ul.products li.product {
    width: 49%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 286, ../sass/views/_recipe-detail.scss */
  .recipe-detail .recipe-banner .title-recipes-share {
    font-size: 30px;
  }
  /* line 294, ../sass/views/_recipe-detail.scss */
  .recipe-detail .content p {
    font-size: 20px;
  }
  /* line 299, ../sass/views/_recipe-detail.scss */
  .recipe-detail .content ul li {
    font-size: 20px;
  }
  /* line 307, ../sass/views/_recipe-detail.scss */
  .recipe-detail .ingredients .content h4 {
    font-size: 20px;
  }
  /* line 311, ../sass/views/_recipe-detail.scss */
  .recipe-detail .ingredients-title {
    font-size: 22px;
  }
  /* line 316, ../sass/views/_recipe-detail.scss */
  .recipe-detail .preparation-title {
    font-size: 22px;
  }
  /* line 323, ../sass/views/_recipe-detail.scss */
  .recipe-detail-steps .step-item p {
    font-size: 16px;
  }
  /* line 326, ../sass/views/_recipe-detail.scss */
  .recipe-detail-steps .step-item .step-number {
    color: white;
    background-color: #02225A;
    border-radius: 50%;
    padding: .5rem;
    min-width: 32px;
    height: 32px;
    line-height: 1;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
  }
  /* line 343, ../sass/views/_recipe-detail.scss */
  .recipe-detail .product-related .title h2 {
    font-size: 22px;
  }
  /* line 351, ../sass/views/_recipe-detail.scss */
  .recipe-detail .product-related ul.products li.product {
    width: 49%;
  }
  /* line 353, ../sass/views/_recipe-detail.scss */
  .recipe-detail .product-related ul.products li.product .button {
    top: 75%;
  }
  /* line 362, ../sass/views/_recipe-detail.scss */
  .recipe-detail .product-related .term-description p {
    font-size: 20px;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 376, ../sass/views/_recipe-detail.scss */
  .recipe-detail .recipe-banner .title-recipes-share {
    font-size: 30px;
  }
  /* line 385, ../sass/views/_recipe-detail.scss */
  .recipe-detail .ingredients .content h4 {
    font-size: 20px;
  }
  /* line 389, ../sass/views/_recipe-detail.scss */
  .recipe-detail .ingredients-title {
    font-size: 22px;
  }
  /* line 394, ../sass/views/_recipe-detail.scss */
  .recipe-detail .preparation-title {
    font-size: 22px;
  }
  /* line 399, ../sass/views/_recipe-detail.scss */
  .recipe-detail .content p {
    font-size: 20px;
  }
  /* line 404, ../sass/views/_recipe-detail.scss */
  .recipe-detail .content ul li {
    font-size: 20px;
  }
  /* line 413, ../sass/views/_recipe-detail.scss */
  .recipe-detail-steps .step-item p {
    font-size: 16px;
  }
  /* line 418, ../sass/views/_recipe-detail.scss */
  .recipe-detail-steps .step-number {
    color: white;
    background-color: #02225A;
    border-radius: 50%;
    padding: .5rem;
    min-width: 32px;
    height: 32px;
    line-height: 1;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
  }
  /* line 433, ../sass/views/_recipe-detail.scss */
  .recipe-detail .product-related .title h2 {
    font-size: 22px;
  }
  /* line 441, ../sass/views/_recipe-detail.scss */
  .recipe-detail .product-related ul.products li.product {
    width: 49%;
  }
  /* line 443, ../sass/views/_recipe-detail.scss */
  .recipe-detail .product-related ul.products li.product .button {
    top: 74%;
  }
  /* line 452, ../sass/views/_recipe-detail.scss */
  .recipe-detail .product-related .term-description p {
    font-size: 20px;
  }
}

/* line 3, ../sass/views/_cart.scss */
.woocommerce .woocommerce-cart-form .cart {
  border: none;
  border-radius: 0;
}
/* line 6, ../sass/views/_cart.scss */
.woocommerce .woocommerce-cart-form .cart td {
  border-color: #848484;
}
/* line 8, ../sass/views/_cart.scss */
.woocommerce .woocommerce-cart-form .cart td.product-thumbnail {
  width: 170px;
}
/* line 10, ../sass/views/_cart.scss */
.woocommerce .woocommerce-cart-form .cart td.product-thumbnail img {
  width: auto;
}
/* line 15, ../sass/views/_cart.scss */
.woocommerce .woocommerce-cart-form .cart td.product-name a,
.woocommerce .woocommerce-cart-form .cart td.product-name a:hover {
  font-family: "Metropolis-Bold";
  color: #02225A;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 23, ../sass/views/_cart.scss */
.woocommerce .woocommerce-cart-form .cart td.product-price, .woocommerce .woocommerce-cart-form .cart td.product-subtotal {
  font-family: "Metropolis-Bold";
  color: #02225A;
}
/* line 29, ../sass/views/_cart.scss */
.woocommerce .woocommerce-cart-form .cart th {
  font-family: "Metropolis-Bold";
  color: #636363;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 37, ../sass/views/_cart.scss */
.woocommerce .woocommerce-cart-form .cart td.actions .coupon .input-text {
  text-align: center;
  width: auto;
  max-width: 200px;
  border-radius: 0;
  border-color: #2b2b2b;
  text-transform: uppercase;
}
/* line 46, ../sass/views/_cart.scss */
.woocommerce .woocommerce-cart-form .cart td.actions .button {
  color: white;
  background-color: #a7a7a7;
  border-radius: 0;
  text-transform: uppercase;
}
/* line 58, ../sass/views/_cart.scss */
.woocommerce .cart-collaterals .shipping-calculator-button,
.woocommerce .cart-collaterals .shipping-calculator-button:hover {
  font-family: "Metropolis-Bold";
  color: white;
  background-color: #02225A;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
}
/* line 67, ../sass/views/_cart.scss */
.woocommerce .cart-collaterals .shipping-calculator-button::after {
  display: none;
}
/* line 70, ../sass/views/_cart.scss */
.woocommerce .cart-collaterals .icon-camion {
  height: 38px;
  margin-top: .5em;
}
/* line 74, ../sass/views/_cart.scss */
.woocommerce .cart-collaterals .cart_totals {
  float: initial;
  margin: 0 auto;
}
/* line 77, ../sass/views/_cart.scss */
.woocommerce .cart-collaterals .cart_totals h2 {
  text-align: center;
  color: #02225A;
  font-family: "Metropolis-Bold";
  text-transform: uppercase;
}
/* line 83, ../sass/views/_cart.scss */
.woocommerce .cart-collaterals .cart_totals .shop_table {
  border: none;
  border-radius: 0;
}
/* line 86, ../sass/views/_cart.scss */
.woocommerce .cart-collaterals .cart_totals .shop_table th {
  text-transform: uppercase;
  border-color: #848484;
  padding-left: 3rem;
}
/* line 91, ../sass/views/_cart.scss */
.woocommerce .cart-collaterals .cart_totals .shop_table td {
  border-color: #848484;
  color: #02225A;
}
/* line 96, ../sass/views/_cart.scss */
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 1em 1.5rem;
}
/* line 98, ../sass/views/_cart.scss */
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  border-radius: 0;
  background-color: #02225A;
  text-transform: uppercase;
}
/* line 102, ../sass/views/_cart.scss */
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #02225A;
}
/* line 107, ../sass/views/_cart.scss */
.woocommerce .cart-collaterals .cart_totals .input-text {
  padding: 0 0.5rem;
  height: 28px;
  color: #636363;
  border: 1px solid #a7a7a7;
  border-radius: 0;
}
/* line 114, ../sass/views/_cart.scss */
.woocommerce .cart-collaterals .cart_totals .select2-container--default .select2-selection--single {
  border: 1px solid #a7a7a7;
  border-radius: 0;
  color: #636363;
}
/* line 119, ../sass/views/_cart.scss */
.woocommerce .cart-collaterals .cart_totals .button {
  color: white;
  background-color: #a7a7a7;
  border-radius: 0;
  text-transform: uppercase;
}
/* line 129, ../sass/views/_cart.scss */
.woocommerce h2, .woocommerce h3 {
  color: #02225A;
  text-transform: uppercase;
  font-family: "Metropolis-Bold";
}
/* line 134, ../sass/views/_cart.scss */
.woocommerce p {
  font-family: "Metropolis-Regular";
}
/* line 137, ../sass/views/_cart.scss */
.woocommerce a {
  font-family: "Metropolis-Regular";
}
/* line 140, ../sass/views/_cart.scss */
.woocommerce label {
  color: #636363;
  padding-left: 0.5rem;
  font-family: "Metropolis-Regular";
}
/* line 145, ../sass/views/_cart.scss */
.woocommerce input, .woocommerce textarea {
  border: 1px solid #848484;
  padding: 0.5rem 0.5rem;
}
/* line 149, ../sass/views/_cart.scss */
.woocommerce .select2-selection {
  height: 2.25rem;
  border: 1px solid #848484;
  border-radius: 0;
}
/* line 153, ../sass/views/_cart.scss */
.woocommerce .select2-selection .select2-selection__rendered {
  line-height: 2.25rem;
}
/* line 156, ../sass/views/_cart.scss */
.woocommerce .select2-selection .select2-selection__arrow {
  height: 34px;
}
/* line 160, ../sass/views/_cart.scss */
.woocommerce .input-text {
  padding: 0 0.5rem;
  height: 36px;
  color: #636363;
  border: 1px solid #a7a7a7 !important;
  border-radius: 0;
}
/* line 167, ../sass/views/_cart.scss */
.woocommerce a, .woocommerce a:hover {
  text-decoration: none;
}
/* line 170, ../sass/views/_cart.scss */
.woocommerce button.button {
  border-radius: 0;
  color: white;
  background-color: #02225A;
  text-transform: uppercase;
  font-family: 'Metropolis-Regular';
}
/* line 176, ../sass/views/_cart.scss */
.woocommerce button.button:hover {
  color: white;
  background-color: #02225A;
}
/* line 182, ../sass/views/_cart.scss */
.woocommerce .checkout {
  padding: 0 3rem;
}
/* line 185, ../sass/views/_cart.scss */
.woocommerce .checkout-before {
  padding: 0 3rem;
  border-bottom: 1px solid #848484;
  margin-bottom: 2.5rem;
}
/* line 189, ../sass/views/_cart.scss */
.woocommerce .checkout-before .woocommerce-form-login-toggle,
.woocommerce .checkout-before .woocommerce-form-coupon-toggle {
  display: flex;
  flex-flow: column wrap;
}
/* line 193, ../sass/views/_cart.scss */
.woocommerce .checkout-before .woocommerce-form-login-toggle button.button,
.woocommerce .checkout-before .woocommerce-form-coupon-toggle button.button {
  border-radius: 0;
  color: white;
  background-color: #02225A;
}
/* line 197, ../sass/views/_cart.scss */
.woocommerce .checkout-before .woocommerce-form-login-toggle button.button:hover,
.woocommerce .checkout-before .woocommerce-form-coupon-toggle button.button:hover {
  color: white;
  background-color: #02225A;
}
/* line 203, ../sass/views/_cart.scss */
.woocommerce .checkout-before .woocommerce-form-login-toggle {
  align-items: flex-start;
}
/* line 206, ../sass/views/_cart.scss */
.woocommerce .checkout-before .woocommerce-form-coupon-toggle {
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  /* line 206, ../sass/views/_cart.scss */
  .woocommerce .checkout-before .woocommerce-form-coupon-toggle {
    flex-grow: 1;
    align-items: flex-start;
  }
  /* line 213, ../sass/views/_cart.scss */
  .woocommerce .checkout-before .woocommerce-form-coupon-toggle .woocommerce-form-coupon .form-row-first,
  .woocommerce .checkout-before .woocommerce-form-coupon-toggle .woocommerce-form-coupon .form-row-last {
    width: 100%;
  }
}
/* line 220, ../sass/views/_cart.scss */
.woocommerce .checkout-before .woocommerce-info {
  text-align: center;
  font-weight: bold;
  font-size: 1.375rem;
  padding: 1rem 0;
  border: 0;
  background-color: transparent;
  margin: 0;
}
/* line 227, ../sass/views/_cart.scss */
.woocommerce .checkout-before .woocommerce-info::before {
  display: none;
}
/* line 231, ../sass/views/_cart.scss */
.woocommerce .checkout-before .woocommerce-info a, .woocommerce .checkout-before .woocommerce-info a:hover {
  font-size: 0.875rem;
  text-decoration: none;
  color: #317aad;
}
/* line 237, ../sass/views/_cart.scss */
.woocommerce .checkout-before .woocommerce-form {
  margin: 0;
}
/* line 243, ../sass/views/_cart.scss */
.woocommerce .checkout .woocommerce-billing-fields h3 {
  font-size: 1.5rem;
}
/* line 253, ../sass/views/_cart.scss */
.woocommerce .checkout .woocommerce-shipping-fields h3 {
  font-size: 1.375rem;
}
/* line 255, ../sass/views/_cart.scss */
.woocommerce .checkout .woocommerce-shipping-fields h3 span {
  color: #02225A;
  font-family: "Metropolis-Bold";
}
/* line 263, ../sass/views/_cart.scss */
.woocommerce .checkout .woocommerce-checkout-review-order-table {
  border: none;
  border-radius: 0;
  border-collapse: collapse;
}
/* line 267, ../sass/views/_cart.scss */
.woocommerce .checkout .woocommerce-checkout-review-order-table td {
  border-color: #848484;
}
/* line 270, ../sass/views/_cart.scss */
.woocommerce .checkout .woocommerce-checkout-review-order-table th {
  font-family: "Metropolis-Bold";
  color: #02225A;
  text-decoration: none;
  text-transform: uppercase;
  border-color: #848484;
}
/* line 278, ../sass/views/_cart.scss */
.woocommerce .checkout .woocommerce-checkout-review-order-table thead .product-total {
  text-align: right;
}
/* line 286, ../sass/views/_cart.scss */
.woocommerce .checkout .woocommerce-checkout-review-order-table tbody .woocommerce-Price-amount {
  float: right;
}
/* line 292, ../sass/views/_cart.scss */
.woocommerce .checkout .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td {
  font-weight: normal;
}
/* line 296, ../sass/views/_cart.scss */
.woocommerce .checkout .woocommerce-checkout-review-order-table tfoot .woocommerce-Price-amount {
  font-weight: normal;
}
/* line 299, ../sass/views/_cart.scss */
.woocommerce .checkout .woocommerce-checkout-review-order-table tfoot .order-total {
  border-bottom: 1px solid #848484;
}
/* line 307, ../sass/views/_cart.scss */
.woocommerce .checkout .woocommerce-checkout-payment#payment {
  background: transparent;
}
/* line 310, ../sass/views/_cart.scss */
.woocommerce .checkout .woocommerce-checkout-payment button.button.alt {
  border-radius: 0;
  background-color: #02225A;
  text-transform: uppercase;
  padding: 1rem;
  float: none !important;
  margin: 0 auto;
  display: block;
  width: 80%;
  margin-bottom: 3rem;
}
/* line 328, ../sass/views/_cart.scss */
.woocommerce #customer_login h2 {
  text-align: center;
}
/* line 332, ../sass/views/_cart.scss */
.woocommerce #customer_login button {
  border-radius: 0;
  color: white;
  background-color: #02225A;
  font-family: "Metropolis-Bold";
}
/* line 337, ../sass/views/_cart.scss */
.woocommerce #customer_login button:hover {
  color: white;
  background-color: #02225A;
}
/* line 344, ../sass/views/_cart.scss */
.woocommerce-MyAccount {
  padding: 3rem;
}
/* line 347, ../sass/views/_cart.scss */
.woocommerce-MyAccount-navigation-link {
  padding: 0.125rem 0;
}
/* line 349, ../sass/views/_cart.scss */
.woocommerce-MyAccount-navigation-link a, .woocommerce-MyAccount-navigation-link a:hover {
  font-family: "Metropolis-Bold";
  color: #02225A;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 356, ../sass/views/_cart.scss */
.woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation-link.is-active a:hover {
  color: #a7a7a7;
}
/* line 364, ../sass/views/_cart.scss */
.woocommerce-MyAccount-content h3 {
  font-size: 1.5rem;
}
/* line 368, ../sass/views/_cart.scss */
.woocommerce-MyAccount-content .edit-account legend {
  font-size: 1rem;
  color: #02225A;
  padding-left: 0.5rem;
  margin: 0;
}
/* line 374, ../sass/views/_cart.scss */
.woocommerce-MyAccount-content .edit-account button {
  border-radius: 0;
  color: white;
  background-color: #02225A;
  text-transform: uppercase;
  padding: 1rem;
  margin: 3rem auto 0;
  display: block;
  width: 90%;
}
/* line 383, ../sass/views/_cart.scss */
.woocommerce-MyAccount-content .edit-account button:hover {
  color: white;
  background-color: #02225A;
}
@media screen and (min-width: 992px) {
  /* line 390, ../sass/views/_cart.scss */
  .woocommerce-MyAccount-content .edit-account {
    width: 50%;
  }
}
/* line 395, ../sass/views/_cart.scss */
.woocommerce-MyAccount-content .woocommerce-MyAccount-orders.shop_table {
  border: none;
  border-radius: 0;
  border-collapse: collapse;
}
/* line 399, ../sass/views/_cart.scss */
.woocommerce-MyAccount-content .woocommerce-MyAccount-orders.shop_table th {
  border-color: #848484;
}
/* line 402, ../sass/views/_cart.scss */
.woocommerce-MyAccount-content .woocommerce-MyAccount-orders.shop_table td {
  border-color: #848484;
}
/* line 405, ../sass/views/_cart.scss */
.woocommerce-MyAccount-content .woocommerce-MyAccount-orders.shop_table tr:last-of-type {
  border-bottom: 1px solid #848484;
}
/* line 408, ../sass/views/_cart.scss */
.woocommerce-MyAccount-content .woocommerce-MyAccount-orders.shop_table .button.view {
  border-radius: 0;
  color: white;
  background-color: #02225A;
  font-family: "Metropolis-ExtraLight";
}
/* line 421, ../sass/views/_cart.scss */
.woocommerce .woocommerce-ResetPassword {
  padding: 3rem;
}
/* line 425, ../sass/views/_cart.scss */
.woocommerce .woocommerce-order {
  padding: 3rem;
}
/* line 427, ../sass/views/_cart.scss */
.woocommerce .woocommerce-order h2, .woocommerce .woocommerce-order h3 {
  text-transform: unset;
  font-size: 1.5rem;
}
/* line 431, ../sass/views/_cart.scss */
.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
  font-family: 'Metropolis-Bold';
  color: #02225A;
}
/* line 436, ../sass/views/_cart.scss */
.woocommerce .woocommerce-order-details .shop_table {
  border: none;
  border-radius: 0;
  border-collapse: collapse;
}
/* line 440, ../sass/views/_cart.scss */
.woocommerce .woocommerce-order-details .shop_table th {
  text-transform: uppercase;
  border-color: #848484;
  color: #02225A;
}
/* line 445, ../sass/views/_cart.scss */
.woocommerce .woocommerce-order-details .shop_table td {
  border-color: #848484;
}
/* line 448, ../sass/views/_cart.scss */
.woocommerce .woocommerce-order-details .shop_table tr:last-of-type {
  border-bottom: 1px solid #848484;
}
/* line 455, ../sass/views/_cart.scss */
.woocommerce .return-to-shop {
  text-align: center;
}
/* line 457, ../sass/views/_cart.scss */
.woocommerce .return-to-shop .button.wc-backward {
  color: white;
  background-color: #a7a7a7;
  border-radius: 0;
}

@media screen and (min-width: 1400px) {
  /* line 467, ../sass/views/_cart.scss */
  .theme-storepan .xoo-wsc-basket {
    top: 0.25rem;
    bottom: auto;
  }
}

/* line 475, ../sass/views/_cart.scss */
.banner-300 .caption-banner {
  top: calc(50% + 1rem);
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
/* line 480, ../sass/views/_cart.scss */
.banner-300 .caption-banner h1 {
  font-family: 'Metropolis-Bold';
}
/* line 484, ../sass/views/_cart.scss */
.banner-300 .caption-banner h4 {
  font-family: 'Metropolis-Bold';
}
@media screen and (min-width: 992px) {
  /* line 492, ../sass/views/_cart.scss */
  .banner-300 h1 {
    font-size: 4.5rem;
  }
}

/* line 498, ../sass/views/_cart.scss */
.xoo-wsc-items-count, .xoo-wsc-sc-count {
  background-color: #02225A;
}

/* line 502, ../sass/views/_cart.scss */
.xoo-wsc-basket {
  color: #02225A;
}

/* line 506, ../sass/views/_cart.scss */
.xoo-wscb-icon {
  color: #02225A;
}

/* line 509, ../sass/views/_cart.scss */
.xoo-wsch-text {
  color: #02225A;
  font-family: 'Metropolis-Regular';
}

/* line 514, ../sass/views/_cart.scss */
.xoo-wsc-pname a {
  font-family: 'Metropolis-Regular';
  text-decoration: none;
  color: #02225A;
}

/* line 519, ../sass/views/_cart.scss */
.xoo-wsc-qty-price {
  font-family: 'Metropolis-Regular';
}

/* line 523, ../sass/views/_cart.scss */
span.xoo-wsc-smr-del {
  color: #02225A;
}

/* line 526, ../sass/views/_cart.scss */
.xoo-wsc-ft-amt-label {
  font-family: 'Metropolis-Regular';
}

/* line 530, ../sass/views/_cart.scss */
.xoo-wsc-ft-amt-value {
  font-family: 'Metropolis-Bold';
}

/* line 533, ../sass/views/_cart.scss */
.xoo-wsc-ft-btn {
  font-family: 'Metropolis-Bold';
  background-color: #02225A !important;
  color: white !important;
}

/* line 539, ../sass/views/_cart.scss */
.woocommerce form.login {
  border: 0;
}
/* line 542, ../sass/views/_cart.scss */
.woocommerce form.login label {
  font-family: 'Metropolis-Regular';
}
/* line 545, ../sass/views/_cart.scss */
.woocommerce form.login input {
  font-family: 'Metropolis-Regular';
}
/* line 548, ../sass/views/_cart.scss */
.woocommerce form.login a {
  font-family: 'Metropolis-Regular';
}

/* line 552, ../sass/views/_cart.scss */
.woocommerce form.register {
  border: 0;
}
/* line 554, ../sass/views/_cart.scss */
.woocommerce form.register label {
  font-family: 'Metropolis-Regular';
}
/* line 557, ../sass/views/_cart.scss */
.woocommerce form.register input {
  font-family: 'Metropolis-Regular';
}
/* line 560, ../sass/views/_cart.scss */
.woocommerce form.register a {
  font-family: 'Metropolis-Regular';
}
/* line 563, ../sass/views/_cart.scss */
.woocommerce form.register p {
  font-family: 'Metropolis-Regular';
}

/* line 4, ../sass/views/_store.scss */
.store .store-products h2 {
  font-family: "Metropolis-Bold";
  font-size: 22px;
  color: #02225A;
  position: relative;
}
/* line 9, ../sass/views/_store.scss */
.store .store-products h2.outstanding-title {
  font-size: 60px;
}
/* line 13, ../sass/views/_store.scss */
.store .store-products h6 {
  font-family: "Metropolis-Regular";
  font-size: 20px;
}
/* line 18, ../sass/views/_store.scss */
.store .store-products .product-landing {
  overflow: hidden;
}
/* line 20, ../sass/views/_store.scss */
.store .store-products .product-landing .zoom {
  transition: transform 1.5s;
  object-position: center;
  object-fit: cover;
  overflow: hidden;
}
/* line 29, ../sass/views/_store.scss */
.store .store-products .product-landing .zoom:hover {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari 3-8 */
  transform: scale(1.05);
}
/* line 39, ../sass/views/_store.scss */
.store .store-products .product img {
  max-width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 50px;
}
/* line 46, ../sass/views/_store.scss */
.store .store-products .product h2 {
  padding-top: 1rem;
  font-family: "Metropolis-Bold";
  color: #02225A;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center;
}
/* line 54, ../sass/views/_store.scss */
.store .store-products .product .add_to_cart_button, .store .store-products .product .price {
  display: none;
}
/* line 58, ../sass/views/_store.scss */
.store .store-products a, .store .store-products a:hover {
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 64, ../sass/views/_store.scss */
  .store .store-products h2 {
    font-size: 22px;
  }
  /* line 67, ../sass/views/_store.scss */
  .store .store-products h2.outstanding-title {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 79, ../sass/views/_store.scss */
  .store .store-products h2 {
    font-size: 22px;
  }
  /* line 82, ../sass/views/_store.scss */
  .store .store-products h2.outstanding-title {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 92, ../sass/views/_store.scss */
  .store .store-products h2 {
    font-size: 20px;
  }
  /* line 95, ../sass/views/_store.scss */
  .store .store-products h2.outstanding-title {
    font-size: 30px;
  }
  /* line 99, ../sass/views/_store.scss */
  .store .store-products h6 {
    font-family: "Metropolis-Regular";
    font-size: 18px;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 110, ../sass/views/_store.scss */
  .store .store-products h2 {
    font-size: 20px;
  }
  /* line 113, ../sass/views/_store.scss */
  .store .store-products h2.outstanding-title {
    font-size: 22px;
  }
  /* line 117, ../sass/views/_store.scss */
  .store .store-products h6 {
    font-family: "Metropolis-Regular";
    font-size: 16px;
  }
}

/* line 6, ../sass/views/_recipes.scss */
.all-recipes .recipes-section .title {
  color: #02225A;
}
/* line 10, ../sass/views/_recipes.scss */
.all-recipes .recipes-section .subtitle {
  font-family: "Metropolis-Regular";
}
/* line 13, ../sass/views/_recipes.scss */
.all-recipes .recipes-section .card {
  box-shadow: 0;
  border: 0;
}
/* line 16, ../sass/views/_recipes.scss */
.all-recipes .recipes-section .card .main-image {
  object-fit: cover;
}
/* line 21, ../sass/views/_recipes.scss */
.all-recipes .recipes-section .card .card-body .card-title {
  color: #02225A;
  margin: 0;
  font-size: 1.25rem;
  font-family: "Metropolis-Bold";
}
/* line 27, ../sass/views/_recipes.scss */
.all-recipes .recipes-section .card .card-body p {
  font-family: "Metropolis-Regular";
}
/* line 31, ../sass/views/_recipes.scss */
.all-recipes .recipes-section .card .card-body .plus {
  max-width: 60px;
}
/* line 37, ../sass/views/_recipes.scss */
.all-recipes .recipes-section .text-more {
  color: #02225A;
  font-family: "Metropolis-Bold";
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 45, ../sass/views/_recipes.scss */
  .all-recipes .caption-banner h1 {
    font-size: 24px;
  }
  /* line 48, ../sass/views/_recipes.scss */
  .all-recipes .caption-banner h4 {
    font-size: 16px;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 57, ../sass/views/_recipes.scss */
  .all-recipes .caption-banner h1 {
    font-size: 20px;
  }
  /* line 60, ../sass/views/_recipes.scss */
  .all-recipes .caption-banner h4 {
    font-size: 14px;
  }
}

/* line 4, ../sass/views/_news.scss */
.all-news .caption-banner h1 {
  color: #02225A;
  font-family: "Metropolis-Bold";
}
/* line 8, ../sass/views/_news.scss */
.all-news .caption-banner h4 {
  color: #02225A;
  font-family: "Metropolis-Regular";
}
/* line 15, ../sass/views/_news.scss */
.all-news .news-section .title {
  color: #02225A;
  font-family: "Metropolis-Regular";
}
/* line 19, ../sass/views/_news.scss */
.all-news .news-section .subtitle {
  font-family: "Metropolis-Regular";
}
/* line 22, ../sass/views/_news.scss */
.all-news .news-section .card {
  box-shadow: 0;
  border: 0;
}
/* line 25, ../sass/views/_news.scss */
.all-news .news-section .card .main-image {
  object-fit: cover;
}
/* line 31, ../sass/views/_news.scss */
.all-news .news-section .card .card-body .procedence .country-image {
  max-width: 40px;
}
/* line 34, ../sass/views/_news.scss */
.all-news .news-section .card .card-body .procedence p {
  font-size: 1rem;
  font-family: "Metropolis-Bold";
  color: #02225A;
}
/* line 38, ../sass/views/_news.scss */
.all-news .news-section .card .card-body .procedence p span {
  font-family: "Metropolis-Regular";
  color: #c7c7c7;
}
/* line 45, ../sass/views/_news.scss */
.all-news .news-section .card .card-body .card-title {
  color: #02225A;
  margin: 0;
  font-size: 1.25rem;
  font-family: "Metropolis-Bold";
}
/* line 51, ../sass/views/_news.scss */
.all-news .news-section .card .card-body p {
  font-family: "Metropolis-Regular";
}
/* line 55, ../sass/views/_news.scss */
.all-news .news-section .card .card-body .plus {
  max-width: 60px;
}
/* line 61, ../sass/views/_news.scss */
.all-news .news-section .text-more {
  color: #02225A;
  font-family: "Metropolis-Bold";
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 69, ../sass/views/_news.scss */
  .all-news .caption-banner h1 {
    font-size: 24px;
  }
  /* line 72, ../sass/views/_news.scss */
  .all-news .caption-banner h4 {
    font-size: 16px;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 81, ../sass/views/_news.scss */
  .all-news .caption-banner h1 {
    font-size: 20px;
  }
  /* line 84, ../sass/views/_news.scss */
  .all-news .caption-banner h4 {
    font-size: 14px;
  }
}

/* line 5, ../sass/views/_new-detail.scss */
.new-detail .title-new {
  font-size: 70px;
  color: #02225A;
  padding-bottom: 14rem;
  font-family: 'Metropolis-Bold';
}
/* line 11, ../sass/views/_new-detail.scss */
.new-detail .title-new strong {
  font-family: 'Metropolis-Bold';
}
/* line 19, ../sass/views/_new-detail.scss */
.new-detail .content p {
  font-family: 'Metropolis-Regular';
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 34, ../sass/views/_new-detail.scss */
  .new-detail .title-new {
    font-size: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 48, ../sass/views/_new-detail.scss */
  .new-detail .title-new {
    font-size: 30px;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 58, ../sass/views/_new-detail.scss */
  .new-detail .title-new {
    font-size: 30px;
  }
}

/* line 2, ../sass/views/_landing.scss */
.landing .product-info {
  max-width: 400px;
}
/* line 4, ../sass/views/_landing.scss */
.landing .product-info .product-title {
  font-family: "Metropolis-Bold";
  color: #02225A;
  margin-bottom: 0;
  font-size: 32px;
}
/* line 10, ../sass/views/_landing.scss */
.landing .product-info .product-title-highlight {
  font-family: "Metropolis-Bold";
  color: #ed6246;
  font-size: 24px;
}
/* line 15, ../sass/views/_landing.scss */
.landing .product-info .product-description {
  color: #ed6246;
  font-size: 24px;
}
/* line 19, ../sass/views/_landing.scss */
.landing .product-info .product-price {
  color: #ed6246;
  font-size: 30px;
  font-family: "Metropolis-Bold";
}
/* line 24, ../sass/views/_landing.scss */
.landing .product-info button {
  color: white;
  background-color: #02225A;
  border-radius: 0;
  border: none;
  width: 100%;
  font-size: 28px;
  font-family: "Metropolis-Bold";
}
/* line 37, ../sass/views/_landing.scss */
.landing.mixes .banner-principal {
  background: #e4dfbf;
}
/* line 40, ../sass/views/_landing.scss */
.landing.mixes .product-1 {
  margin-top: -25%;
  padding-bottom: 200px;
}
/* line 44, ../sass/views/_landing.scss */
.landing.mixes .product-2 {
  background-image: url("/wp-content/themes/storepan/asset/images/landing/fondo1.png"), linear-gradient(#e4dfbf, #ffffff);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
/* line 50, ../sass/views/_landing.scss */
.landing.mixes .product-2 img {
  position: relative;
  left: 78px;
}
/* line 56, ../sass/views/_landing.scss */
.landing.mixes .product-3 {
  background-image: url(/wp-content/themes/storepan/asset/images/landing/fondo2.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 100px;
  background-size: contain;
}
/* line 62, ../sass/views/_landing.scss */
.landing.mixes .product-3 img {
  position: relative;
  right: 78px;
}
/* line 71, ../sass/views/_landing.scss */
.landing.cornmeal .banner-principal {
  background: #e4dfbf;
}
/* line 74, ../sass/views/_landing.scss */
.landing.cornmeal .product-1 {
  margin-top: -25%;
  padding-bottom: 200px;
}
/* line 78, ../sass/views/_landing.scss */
.landing.cornmeal .product-2 {
  background-image: url("/wp-content/themes/storepan/asset/images/landing/corn-meal/1.png"), linear-gradient(#e4dfbf, #ffffff);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
/* line 84, ../sass/views/_landing.scss */
.landing.cornmeal .product-2 img {
  position: relative;
  left: 78px;
}
/* line 90, ../sass/views/_landing.scss */
.landing.cornmeal .product-3 {
  background-image: url(/wp-content/themes/storepan/asset/images/landing/corn-meal/2.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 100px;
  background-size: contain;
}
/* line 96, ../sass/views/_landing.scss */
.landing.cornmeal .product-3 img {
  position: relative;
  right: 78px;
}
/* line 109, ../sass/views/_landing.scss */
.landing .others-landings h2 {
  color: #02225A;
  font-size: 50px;
}
/* line 113, ../sass/views/_landing.scss */
.landing .others-landings p {
  font-family: "Metropolis-Regular";
  color: #000;
}
/* line 117, ../sass/views/_landing.scss */
.landing .others-landings .card {
  box-shadow: 0;
  border: 0;
  overflow: hidden;
}
/* line 121, ../sass/views/_landing.scss */
.landing .others-landings .card .zoom {
  transition: transform 1.5s;
}
/* line 126, ../sass/views/_landing.scss */
.landing .others-landings .card .ratio {
  overflow: hidden;
}
/* line 130, ../sass/views/_landing.scss */
.landing .others-landings .card .zoom:hover {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari 3-8 */
  transform: scale(1.05);
}
/* line 135, ../sass/views/_landing.scss */
.landing .others-landings .card .main-image {
  object-fit: cover;
}
/* line 140, ../sass/views/_landing.scss */
.landing .others-landings .card .card-body .card-title {
  color: #02225A;
  margin: 0;
  font-size: 1.25rem;
  font-family: "Metropolis-Bold";
}
/* line 146, ../sass/views/_landing.scss */
.landing .others-landings .card .card-body p {
  font-family: "Metropolis-Regular";
}
/* line 150, ../sass/views/_landing.scss */
.landing .others-landings .card .card-body .plus {
  max-width: 60px;
}
/* line 159, ../sass/views/_landing.scss */
.landing-footer footer {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 168, ../sass/views/_landing.scss */
  .landing.mixes .banner-principal .caption-banner h1 {
    font-size: 4.5rem;
  }
  /* line 180, ../sass/views/_landing.scss */
  .landing.cornmeal .banner-principal .caption-banner h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1460px) {
  /* line 191, ../sass/views/_landing.scss */
  .landing.mixes .product-2 {
    background-size: auto;
  }
  /* line 193, ../sass/views/_landing.scss */
  .landing.mixes .product-2 img {
    position: relative;
    left: 0px;
  }
  /* line 200, ../sass/views/_landing.scss */
  .landing.mixes .product-3 {
    background-size: auto;
  }
  /* line 202, ../sass/views/_landing.scss */
  .landing.mixes .product-3 img {
    position: relative;
    right: 0px;
  }
  /* line 210, ../sass/views/_landing.scss */
  .landing.cornmeal .product-2 {
    background-size: auto;
  }
  /* line 212, ../sass/views/_landing.scss */
  .landing.cornmeal .product-2 img {
    position: relative;
    left: 0px;
  }
  /* line 219, ../sass/views/_landing.scss */
  .landing.cornmeal .product-3 {
    background-size: auto;
  }
  /* line 221, ../sass/views/_landing.scss */
  .landing.cornmeal .product-3 img {
    position: relative;
    right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 235, ../sass/views/_landing.scss */
  .landing.cornmeal .product-2 {
    background-size: auto;
  }
  /* line 237, ../sass/views/_landing.scss */
  .landing.cornmeal .product-2 img {
    position: relative;
    left: 0px;
  }
  /* line 245, ../sass/views/_landing.scss */
  .landing.cornmeal .product-3 {
    background-size: auto;
  }
  /* line 247, ../sass/views/_landing.scss */
  .landing.cornmeal .product-3 img {
    position: relative;
    right: 0px;
  }
  /* line 255, ../sass/views/_landing.scss */
  .landing.mixes .product-2 {
    background-size: auto;
  }
  /* line 257, ../sass/views/_landing.scss */
  .landing.mixes .product-2 img {
    position: relative;
    left: 0px;
  }
  /* line 265, ../sass/views/_landing.scss */
  .landing.mixes .product-3 {
    background-size: auto;
  }
  /* line 267, ../sass/views/_landing.scss */
  .landing.mixes .product-3 img {
    position: relative;
    right: 0px;
  }
  /* line 277, ../sass/views/_landing.scss */
  .landing .others-landings h2 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 285, ../sass/views/_landing.scss */
  .landing .product-info {
    max-width: 100%;
  }
  /* line 287, ../sass/views/_landing.scss */
  .landing .product-info .product-title {
    font-size: 26px;
  }
  /* line 291, ../sass/views/_landing.scss */
  .landing .product-info .product-title-highlight {
    font-size: 20px;
  }
  /* line 294, ../sass/views/_landing.scss */
  .landing .product-info .product-description {
    font-size: 20px;
  }
  /* line 298, ../sass/views/_landing.scss */
  .landing .product-info .product-price {
    font-size: 26px;
  }
  /* line 303, ../sass/views/_landing.scss */
  .landing .product-info button {
    font-size: 24px;
  }
  /* line 309, ../sass/views/_landing.scss */
  .landing.mixes .product-1 {
    margin-top: 0%;
    padding-bottom: 100px;
  }
  /* line 315, ../sass/views/_landing.scss */
  .landing.mixes .product-2 {
    background-size: contain;
    background-position: top right;
  }
  /* line 318, ../sass/views/_landing.scss */
  .landing.mixes .product-2 img {
    position: relative;
    left: 0px;
  }
  /* line 326, ../sass/views/_landing.scss */
  .landing.mixes .product-3 {
    background-size: contain;
    background-position: top right;
  }
  /* line 329, ../sass/views/_landing.scss */
  .landing.mixes .product-3 img {
    position: relative;
    right: 0px;
  }
  /* line 337, ../sass/views/_landing.scss */
  .landing.mixes .others-landings h2 {
    color: #02225A;
    font-size: 34px;
  }
  /* line 344, ../sass/views/_landing.scss */
  .landing.mixes .others-landings h2 {
    font-size: 34px;
  }
  /* line 351, ../sass/views/_landing.scss */
  .landing.cornmeal .product-1 {
    margin-top: 0%;
    padding-bottom: 100px;
  }
  /* line 357, ../sass/views/_landing.scss */
  .landing.cornmeal .product-2 {
    background-size: contain;
    background-position: top right;
  }
  /* line 360, ../sass/views/_landing.scss */
  .landing.cornmeal .product-2 img {
    position: relative;
    left: 0px;
  }
  /* line 368, ../sass/views/_landing.scss */
  .landing.cornmeal .product-3 {
    background-size: contain;
    background-position: top right;
  }
  /* line 371, ../sass/views/_landing.scss */
  .landing.cornmeal .product-3 img {
    position: relative;
    right: 0px;
  }
  /* line 379, ../sass/views/_landing.scss */
  .landing.cornmeal .others-landings h2 {
    color: #02225A;
    font-size: 34px;
  }
  /* line 386, ../sass/views/_landing.scss */
  .landing.cornmeal .others-landings h2 {
    font-size: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 395, ../sass/views/_landing.scss */
  .landing .product-info {
    max-width: 100%;
  }
  /* line 397, ../sass/views/_landing.scss */
  .landing .product-info .product-title {
    font-size: 26px;
  }
  /* line 401, ../sass/views/_landing.scss */
  .landing .product-info .product-title-highlight {
    font-size: 20px;
  }
  /* line 404, ../sass/views/_landing.scss */
  .landing .product-info .product-description {
    font-size: 20px;
  }
  /* line 408, ../sass/views/_landing.scss */
  .landing .product-info .product-price {
    font-size: 26px;
  }
  /* line 413, ../sass/views/_landing.scss */
  .landing .product-info button {
    font-size: 24px;
  }
  /* line 420, ../sass/views/_landing.scss */
  .landing.mixes .product-1 {
    margin-top: 0%;
    padding-bottom: 70px;
  }
  /* line 425, ../sass/views/_landing.scss */
  .landing.mixes .product-2 {
    background-size: contain;
    background-position: top right;
  }
  /* line 428, ../sass/views/_landing.scss */
  .landing.mixes .product-2 img {
    position: relative;
    left: 0px;
  }
  /* line 436, ../sass/views/_landing.scss */
  .landing.mixes .product-3 {
    background-size: contain;
    background-position: top right;
  }
  /* line 439, ../sass/views/_landing.scss */
  .landing.mixes .product-3 img {
    position: relative;
    right: 0px;
  }
  /* line 449, ../sass/views/_landing.scss */
  .landing.cornmeal .product-1 {
    margin-top: 0%;
    padding-bottom: 70px;
  }
  /* line 454, ../sass/views/_landing.scss */
  .landing.cornmeal .product-2 {
    background-size: contain;
    background-position: top right;
  }
  /* line 457, ../sass/views/_landing.scss */
  .landing.cornmeal .product-2 img {
    position: relative;
    left: 0px;
  }
  /* line 465, ../sass/views/_landing.scss */
  .landing.cornmeal .product-3 {
    background-size: contain;
    background-position: top right;
  }
  /* line 468, ../sass/views/_landing.scss */
  .landing.cornmeal .product-3 img {
    position: relative;
    right: 0px;
  }
  /* line 478, ../sass/views/_landing.scss */
  .landing .others-landings h2 {
    font-size: 22px;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 486, ../sass/views/_landing.scss */
  .landing .product-info {
    max-width: 100%;
  }
  /* line 488, ../sass/views/_landing.scss */
  .landing .product-info .product-title {
    font-size: 26px;
  }
  /* line 492, ../sass/views/_landing.scss */
  .landing .product-info .product-title-highlight {
    font-size: 20px;
  }
  /* line 495, ../sass/views/_landing.scss */
  .landing .product-info .product-description {
    font-size: 20px;
  }
  /* line 499, ../sass/views/_landing.scss */
  .landing .product-info .product-price {
    font-size: 26px;
  }
  /* line 504, ../sass/views/_landing.scss */
  .landing .product-info button {
    font-size: 24px;
  }
  /* line 511, ../sass/views/_landing.scss */
  .landing.mixes .product-1 {
    margin-top: 0%;
    padding-bottom: 90px;
  }
  /* line 517, ../sass/views/_landing.scss */
  .landing.mixes .product-2 {
    background-size: contain;
    background-position: top right;
  }
  /* line 520, ../sass/views/_landing.scss */
  .landing.mixes .product-2 img {
    position: relative;
    left: 0px;
  }
  /* line 528, ../sass/views/_landing.scss */
  .landing.mixes .product-3 {
    background-size: contain;
    background-position: top right;
  }
  /* line 531, ../sass/views/_landing.scss */
  .landing.mixes .product-3 img {
    position: relative;
    right: 0px;
  }
  /* line 537, ../sass/views/_landing.scss */
  .landing.mixes .height-landing {
    background-color: #02225A;
  }
  /* line 544, ../sass/views/_landing.scss */
  .landing.cornmeal .product-1 {
    margin-top: 0%;
    padding-bottom: 90px;
  }
  /* line 550, ../sass/views/_landing.scss */
  .landing.cornmeal .product-2 {
    background-size: contain;
    background-position: top right;
  }
  /* line 553, ../sass/views/_landing.scss */
  .landing.cornmeal .product-2 img {
    position: relative;
    left: 0px;
  }
  /* line 561, ../sass/views/_landing.scss */
  .landing.cornmeal .product-3 {
    background-size: contain;
    background-position: top right;
  }
  /* line 564, ../sass/views/_landing.scss */
  .landing.cornmeal .product-3 img {
    position: relative;
    right: 0px;
  }
  /* line 570, ../sass/views/_landing.scss */
  .landing.cornmeal .height-landing {
    background-color: #02225A;
  }
  /* line 577, ../sass/views/_landing.scss */
  .landing .others-landings h2 {
    font-size: 22px;
  }
}

/* line 2, ../sass/views/_product-category.scss */
.tax-product_cat h2 {
  font-family: "Metropolis-Bold";
  font-size: 22px;
  color: #02225A;
  position: relative;
}
/* line 7, ../sass/views/_product-category.scss */
.tax-product_cat h2.outstanding-title {
  font-size: 60px;
}
/* line 11, ../sass/views/_product-category.scss */
.tax-product_cat .product-landing {
  overflow: hidden;
}
/* line 13, ../sass/views/_product-category.scss */
.tax-product_cat .product-landing .zoom {
  transition: transform 1.5s;
  object-position: center;
  object-fit: cover;
  overflow: hidden;
}
/* line 22, ../sass/views/_product-category.scss */
.tax-product_cat .product-landing .zoom:hover {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari 3-8 */
  transform: scale(1.05);
}
/* line 30, ../sass/views/_product-category.scss */
.tax-product_cat.woocommerce .woocommerce-result-count {
  display: none;
}
/* line 34, ../sass/views/_product-category.scss */
.tax-product_cat.woocommerce .term-description p {
  font-family: "Metropolis-Regular";
  font-size: 20px;
}
/* line 40, ../sass/views/_product-category.scss */
.tax-product_cat.woocommerce .woocommerce-ordering {
  text-align: right;
  padding-top: 100px;
}
/* line 43, ../sass/views/_product-category.scss */
.tax-product_cat.woocommerce .woocommerce-ordering select {
  height: 40px;
  font-family: "Metropolis-Bold";
  color: #02225A;
  padding-left: 10px;
}
/* line 54, ../sass/views/_product-category.scss */
.tax-product_cat.woocommerce ul.products li.product {
  text-align: center;
  cursor: pointer;
  margin: 0  1% 2.992em 0;
  width: 24%;
}
/* line 57, ../sass/views/_product-category.scss */
.tax-product_cat.woocommerce ul.products li.product img {
  background-color: #e0dfcb;
  padding-top: 60px;
  padding-bottom: 50px;
}
/* line 68, ../sass/views/_product-category.scss */
.tax-product_cat.woocommerce ul.products li.product .button {
  background-color: #222c4c;
  font-family: "Metropolis-Regular";
  color: white;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  margin: 10px;
  padding: 8px 10px;
  margin: 10px;
  /* font-size: 51px; */
  position: absolute;
  top: 79%;
  left: 47%;
  transform: translate(-50%, -50%);
}
/* line 88, ../sass/views/_product-category.scss */
.tax-product_cat.woocommerce ul.products li.product .button:after {
  display: none;
}
/* line 91, ../sass/views/_product-category.scss */
.tax-product_cat.woocommerce ul.products li.product a {
  display: flex;
  /* flexbox allows us to move elements around */
  flex-direction: column;
  margin-top: 80px;
}
/* line 95, ../sass/views/_product-category.scss */
.tax-product_cat.woocommerce ul.products li.product a .woocommerce-loop-product__title {
  order: 2;
  position: relative;
  top: 40px;
  min-height: 60px;
}
/* line 101, ../sass/views/_product-category.scss */
.tax-product_cat.woocommerce ul.products li.product a .price {
  order: 1;
  color: #000 !important;
  font-family: "Metropolis-Bold";
  text-align: center;
  font-size: 30px !important;
  margin: 0;
  position: relative;
  top: 40px;
}
/* line 111, ../sass/views/_product-category.scss */
.tax-product_cat.woocommerce ul.products li.product a .price del {
  font-size: 22px !important;
}
/* line 114, ../sass/views/_product-category.scss */
.tax-product_cat.woocommerce ul.products li.product a .price ins {
  font-size: 26px !important;
}
/* line 120, ../sass/views/_product-category.scss */
.tax-product_cat.woocommerce ul.products li.product a.added_to_cart {
  color: #02225A;
  font-family: "Metropolis-Regular";
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 142, ../sass/views/_product-category.scss */
  .tax-product_cat h2 {
    font-size: 22px;
  }
  /* line 145, ../sass/views/_product-category.scss */
  .tax-product_cat h2.outstanding-title {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 156, ../sass/views/_product-category.scss */
  .tax-product_cat.woocommerce ul.products li.product {
    width: 49%;
  }
  /* line 163, ../sass/views/_product-category.scss */
  .tax-product_cat h2 {
    font-size: 22px;
  }
  /* line 166, ../sass/views/_product-category.scss */
  .tax-product_cat h2.outstanding-title {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 176, ../sass/views/_product-category.scss */
  .tax-product_cat.woocommerce ul.products li.product {
    width: 49%;
  }
  /* line 178, ../sass/views/_product-category.scss */
  .tax-product_cat.woocommerce ul.products li.product .button {
    top: 75%;
  }
  /* line 187, ../sass/views/_product-category.scss */
  .tax-product_cat.woocommerce .term-description p {
    font-size: 20px;
  }
  /* line 194, ../sass/views/_product-category.scss */
  .tax-product_cat h2 {
    font-size: 20px;
  }
  /* line 197, ../sass/views/_product-category.scss */
  .tax-product_cat h2.outstanding-title {
    font-size: 30px;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 207, ../sass/views/_product-category.scss */
  .tax-product_cat.woocommerce ul.products li.product {
    width: 49%;
  }
  /* line 209, ../sass/views/_product-category.scss */
  .tax-product_cat.woocommerce ul.products li.product .button {
    top: 74%;
  }
  /* line 218, ../sass/views/_product-category.scss */
  .tax-product_cat.woocommerce .term-description p {
    font-size: 20px;
  }
  /* line 225, ../sass/views/_product-category.scss */
  .tax-product_cat h2 {
    font-size: 20px;
  }
  /* line 228, ../sass/views/_product-category.scss */
  .tax-product_cat h2.outstanding-title {
    font-size: 22px;
  }
}

/* line 2, ../sass/views/_rrhh.scss */
.rrhh .entry {
  font-size: 20px;
}
/* line 6, ../sass/views/_rrhh.scss */
.rrhh .offers .offer {
  margin-bottom: 2.5rem;
}
/* line 8, ../sass/views/_rrhh.scss */
.rrhh .offers .offer:nth-child(2n) .card {
  background-color: #04ABDE;
}
/* line 9, ../sass/views/_rrhh.scss */
.rrhh .offers .offer:nth-child(3n) .card {
  background-color: #fecc20;
}
/* line 10, ../sass/views/_rrhh.scss */
.rrhh .offers .offer:nth-child(4n) .card {
  background-color: #d1bbad;
}
/* line 11, ../sass/views/_rrhh.scss */
.rrhh .offers .offer:nth-child(5n) .card {
  background-color: #02225A;
}
/* line 12, ../sass/views/_rrhh.scss */
.rrhh .offers .offer .card {
  color: white;
  min-height: 15rem;
  background-color: #02225A;
}
/* line 16, ../sass/views/_rrhh.scss */
.rrhh .offers .offer .card .card-body {
  display: flex;
  flex-flow: column wrap;
}
/* line 19, ../sass/views/_rrhh.scss */
.rrhh .offers .offer .card .card-body .card-title {
  color: white;
}
/* line 22, ../sass/views/_rrhh.scss */
.rrhh .offers .offer .card .card-body .card-date {
  font-size: 1rem;
}
/* line 25, ../sass/views/_rrhh.scss */
.rrhh .offers .offer .card .card-body .read-more {
  color: white;
  text-align: right;
  padding-right: 1.25rem;
  cursor: pointer;
  text-decoration: none;
}
/* line 32, ../sass/views/_rrhh.scss */
.rrhh .offers .offer .card .card-body .read-more::after {
  content: "";
  position: absolute;
  height: 100%;
  padding-left: 2rem;
  background: url(/wp-content/themes/storepan/asset/images/arrow-down.png) no-repeat;
  filter: brightness(0) invert(1);
  background-position: center center;
  background-size: 3rem;
  transform: rotate(-90deg);
}
/* line 50, ../sass/views/_rrhh.scss */
.rrhh .form-contact-offer {
  padding: 3rem;
  background-color: #02225A;
}
/* line 53, ../sass/views/_rrhh.scss */
.rrhh .form-contact-offer .wrap-contact-offer {
  max-width: 800px;
  margin: 0 auto;
}
/* line 56, ../sass/views/_rrhh.scss */
.rrhh .form-contact-offer .wrap-contact-offer .form-group {
  margin: 0 auto 1rem;
}
/* line 59, ../sass/views/_rrhh.scss */
.rrhh .form-contact-offer .wrap-contact-offer .title-form {
  text-align: center;
  color: #04ABDE;
  padding-bottom: 1rem;
}
/* line 64, ../sass/views/_rrhh.scss */
.rrhh .form-contact-offer .wrap-contact-offer .form-control {
  border-radius: 0;
}
/* line 66, ../sass/views/_rrhh.scss */
.rrhh .form-contact-offer .wrap-contact-offer .form-control:focus {
  border-color: #04ABDE;
  box-shadow: 0 0 0 0.2rem rgba(0, 87, 241, 0.25);
}
/* line 71, ../sass/views/_rrhh.scss */
.rrhh .form-contact-offer .wrap-contact-offer .acceptance-and-submit {
  display: flex;
}
/* line 75, ../sass/views/_rrhh.scss */
.rrhh .form-contact-offer .wrap-contact-offer .attach-file br {
  display: none;
}
/* line 78, ../sass/views/_rrhh.scss */
.rrhh .form-contact-offer .wrap-contact-offer .attach-file label {
  color: white;
  font-family: "Metropolis-Regular";
  font-size: 1.25rem;
  background-color: #04ABDE;
  padding: .375rem 3rem;
  cursor: pointer;
}
/* line 86, ../sass/views/_rrhh.scss */
.rrhh .form-contact-offer .wrap-contact-offer .attach-file .wpcf7-file {
  visibility: hidden;
}
/* line 92, ../sass/views/_rrhh.scss */
.rrhh .form-contact-offer .wrap-contact-offer .acceptance-and-submit .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 1rem;
}
/* line 95, ../sass/views/_rrhh.scss */
.rrhh .form-contact-offer .wrap-contact-offer .acceptance-and-submit .wpcf7-acceptance .wpcf7-list-item-label {
  color: white;
  padding-left: 0.5rem;
  font-family: "Metropolis-Regular";
}
/* line 102, ../sass/views/_rrhh.scss */
.rrhh .form-contact-offer .wrap-contact-offer .acceptance-and-submit .wpcf7-submit {
  width: 100%;
  color: white;
  border-radius: 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: "Metropolis-Bold";
  background-color: #04ABDE;
}
/* line 115, ../sass/views/_rrhh.scss */
.rrhh .wpcf7 form .wpcf7-response-output {
  color: white;
}

/* line 122, ../sass/views/_rrhh.scss */
.single-rrhh .wrap-offer {
  padding: 3rem 7rem;
}
/* line 124, ../sass/views/_rrhh.scss */
.single-rrhh .wrap-offer .offer-date {
  color: black;
  font-family: "Metropolis-Regular";
}
/* line 128, ../sass/views/_rrhh.scss */
.single-rrhh .wrap-offer .offer-title {
  color: black;
  font-size: 1.75rem;
  font-family: "Metropolis-Bold";
  padding-bottom: 1.5rem;
}
/* line 134, ../sass/views/_rrhh.scss */
.single-rrhh .wrap-offer .offer-details {
  color: black;
}
/* line 136, ../sass/views/_rrhh.scss */
.single-rrhh .wrap-offer .offer-details h2 {
  font-size: 1.25rem;
  font-family: "Metropolis-Bold";
}
/* line 140, ../sass/views/_rrhh.scss */
.single-rrhh .wrap-offer .offer-details ul {
  list-style: none;
  padding-left: 0;
}
/* line 143, ../sass/views/_rrhh.scss */
.single-rrhh .wrap-offer .offer-details ul li {
  font-weight: 200;
  font-style: normal;
  font-size: 1.2em;
  font-family: "Metropolis-Regular";
}
/* line 153, ../sass/views/_rrhh.scss */
.single-rrhh .form-contact-offer {
  padding: 3rem;
  background-color: #02225A;
}
/* line 156, ../sass/views/_rrhh.scss */
.single-rrhh .form-contact-offer .wrap-contact-offer {
  max-width: 800px;
  margin: 0 auto;
}
/* line 159, ../sass/views/_rrhh.scss */
.single-rrhh .form-contact-offer .wrap-contact-offer .form-group {
  margin: 0 auto 1rem;
}
/* line 162, ../sass/views/_rrhh.scss */
.single-rrhh .form-contact-offer .wrap-contact-offer .title-form {
  text-align: center;
  color: #04ABDE;
  padding-bottom: 1rem;
}
/* line 167, ../sass/views/_rrhh.scss */
.single-rrhh .form-contact-offer .wrap-contact-offer .form-control {
  border-radius: 0;
}
/* line 169, ../sass/views/_rrhh.scss */
.single-rrhh .form-contact-offer .wrap-contact-offer .form-control:focus {
  border-color: #04ABDE;
  box-shadow: 0 0 0 0.2rem rgba(0, 87, 241, 0.25);
}
/* line 174, ../sass/views/_rrhh.scss */
.single-rrhh .form-contact-offer .wrap-contact-offer .acceptance-and-submit {
  display: flex;
}
/* line 178, ../sass/views/_rrhh.scss */
.single-rrhh .form-contact-offer .wrap-contact-offer .attach-file br {
  display: none;
}
/* line 181, ../sass/views/_rrhh.scss */
.single-rrhh .form-contact-offer .wrap-contact-offer .attach-file label {
  color: white;
  font-family: "Metropolis-Regular";
  font-size: 1.25rem;
  background-color: #04ABDE;
  padding: .375rem 3rem;
  cursor: pointer;
}
/* line 189, ../sass/views/_rrhh.scss */
.single-rrhh .form-contact-offer .wrap-contact-offer .attach-file .wpcf7-file {
  visibility: hidden;
}
/* line 195, ../sass/views/_rrhh.scss */
.single-rrhh .form-contact-offer .wrap-contact-offer .acceptance-and-submit .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 1rem;
}
/* line 198, ../sass/views/_rrhh.scss */
.single-rrhh .form-contact-offer .wrap-contact-offer .acceptance-and-submit .wpcf7-acceptance .wpcf7-list-item-label {
  color: white;
  padding-left: 0.5rem;
  font-family: "Metropolis-Regular";
}
/* line 205, ../sass/views/_rrhh.scss */
.single-rrhh .form-contact-offer .wrap-contact-offer .acceptance-and-submit .wpcf7-submit {
  width: 100%;
  color: white;
  border-radius: 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: "Metropolis-Bold";
  background-color: #04ABDE;
}
/* line 218, ../sass/views/_rrhh.scss */
.single-rrhh .wpcf7 form .wpcf7-response-output {
  color: white;
}
@media (max-width: 991px) {
  /* line 223, ../sass/views/_rrhh.scss */
  .single-rrhh .entry {
    font-size: 18px;
  }
}

/* line 2, ../sass/views/_distributor.scss */
.distributor i {
  position: absolute;
  left: -16px;
}
/* line 6, ../sass/views/_distributor.scss */
.distributor h2 {
  font-family: "Metropolis-Bold";
  font-size: 50px;
  color: #02225A;
}
/* line 11, ../sass/views/_distributor.scss */
.distributor .height-only-desktop {
  height: 100%;
}
/* line 18, ../sass/views/_distributor.scss */
.distributor .title h3 {
  font-family: "Metropolis-Bold";
  font-size: 30px;
  color: #02225A;
  text-transform: uppercase;
}
/* line 27, ../sass/views/_distributor.scss */
.distributor .row-special {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
/* line 32, ../sass/views/_distributor.scss */
.distributor .bg-row {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
/* line 37, ../sass/views/_distributor.scss */
.distributor .bg-dis {
  background: #dedede;
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 50, ../sass/views/_distributor.scss */
.distributor .left-side p {
  font-family: "Metropolis-Bold";
  color: #02225A;
}
/* line 56, ../sass/views/_distributor.scss */
.distributor .right-side {
  position: relative;
}
/* line 60, ../sass/views/_distributor.scss */
.distributor .right-side p {
  font-family: "Metropolis-Regular";
  color: #02225A;
  font-size: 0.8rem;
}
/* line 68, ../sass/views/_distributor.scss */
.distributor .vr {
  height: 80%;
  position: absolute;
  left: -29px;
  background-color: #02225A;
  opacity: 1;
  width: 3px;
}
@media (min-width: 1200px) and (max-width: 1460px) {
  /* line 80, ../sass/views/_distributor.scss */
  .distributor .title h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 89, ../sass/views/_distributor.scss */
  .distributor h2 {
    font-size: 34px;
  }
  /* line 94, ../sass/views/_distributor.scss */
  .distributor .title h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 105, ../sass/views/_distributor.scss */
  .distributor h2 {
    font-size: 34px;
  }
  /* line 110, ../sass/views/_distributor.scss */
  .distributor .title h3 {
    font-size: 30x;
  }
  /* line 115, ../sass/views/_distributor.scss */
  .distributor .height-only-desktop {
    height: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 125, ../sass/views/_distributor.scss */
  .distributor h2 {
    font-size: 20px;
  }
  /* line 130, ../sass/views/_distributor.scss */
  .distributor .title h3 {
    font-size: 18px;
  }
  /* line 135, ../sass/views/_distributor.scss */
  .distributor .vr {
    display: none;
  }
  /* line 138, ../sass/views/_distributor.scss */
  .distributor .height-only-desktop {
    height: auto;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 147, ../sass/views/_distributor.scss */
  .distributor h2 {
    font-size: 20px;
  }
  /* line 152, ../sass/views/_distributor.scss */
  .distributor .title h3 {
    font-size: 18px;
  }
  /* line 157, ../sass/views/_distributor.scss */
  .distributor .vr {
    display: none;
  }
  /* line 161, ../sass/views/_distributor.scss */
  .distributor .height-only-desktop {
    height: auto;
  }
}

/* line 7, ../sass/views/_foodservice.scss */
.foodservice .numberone {
  background: #fecc20;
}
/* line 9, ../sass/views/_foodservice.scss */
.foodservice .numberone p {
  color: #02225A;
  font-size: 1.6rem;
  font-family: "Metropolis-Regular";
}
/* line 15, ../sass/views/_foodservice.scss */
.foodservice .catalogue {
  background: #02225A;
}
/* line 17, ../sass/views/_foodservice.scss */
.foodservice .catalogue h2 {
  font-family: "Metropolis-Bold";
}
/* line 21, ../sass/views/_foodservice.scss */
.foodservice .catalogue .absolute-image {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 26, ../sass/views/_foodservice.scss */
.foodservice .catalogue .margin-image {
  margin-top: -85px;
  position: relative;
}
/* line 30, ../sass/views/_foodservice.scss */
.foodservice .catalogue .margin-bg {
  margin-top: -160px;
}
/* line 34, ../sass/views/_foodservice.scss */
.foodservice .catalogue p {
  color: white;
  font-family: "Metropolis-Regular";
  font-size: 1.2rem;
}
/* line 38, ../sass/views/_foodservice.scss */
.foodservice .catalogue p .me {
  color: green;
}
/* line 41, ../sass/views/_foodservice.scss */
.foodservice .catalogue p .co {
  color: red;
}
/* line 45, ../sass/views/_foodservice.scss */
.foodservice .catalogue .btn-warning {
  font-family: "Metropolis-Bold";
  color: white;
  background: #fecc20;
  padding-left: 30px;
  padding-right: 80px;
  height: 60px;
  border-radius: 20px;
  font-size: 1.6rem;
}
/* line 54, ../sass/views/_foodservice.scss */
.foodservice .catalogue .btn-warning img {
  position: absolute;
  right: -7px;
  max-width: 70px;
  top: -5px;
}
/* line 63, ../sass/views/_foodservice.scss */
.foodservice .family h4 {
  font-family: "Metropolis-Bold";
  color: #02225A;
  font-size: 2.4rem;
}
/* line 68, ../sass/views/_foodservice.scss */
.foodservice .family p {
  color: #02225A;
  font-family: "Metropolis-Regular";
  font-size: 1.4rem;
}
/* line 74, ../sass/views/_foodservice.scss */
.foodservice .values {
  background: #fecc20;
}
/* line 76, ../sass/views/_foodservice.scss */
.foodservice .values h3 {
  font-family: "Metropolis-Bold";
  color: #02225A;
}
/* line 80, ../sass/views/_foodservice.scss */
.foodservice .values p {
  color: #02225A;
  font-family: "Metropolis-Regular";
}
/* line 89, ../sass/views/_foodservice.scss */
.foodservice .recipes-component .title p {
  color: #02225A;
  font-family: "Metropolis-Regular";
  font-size: 1.4rem;
}
/* line 97, ../sass/views/_foodservice.scss */
.foodservice .contact {
  background-image: url("/wp-content/uploads/2021/06/textura_contacto.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 102, ../sass/views/_foodservice.scss */
.foodservice .contact .form-control {
  color: #02225A;
  font-family: "Metropolis-Regular";
}
/* line 106, ../sass/views/_foodservice.scss */
.foodservice .contact .contact-form {
  margin-top: -40px;
}
/* line 109, ../sass/views/_foodservice.scss */
.foodservice .contact .btn-contact {
  width: 100%;
  background: #e42c1f;
  border: none;
  height: 60px;
  font-family: "Metropolis-Bold";
  font-size: 36px;
  text-transform: uppercase;
}
/* line 118, ../sass/views/_foodservice.scss */
.foodservice .contact p {
  color: #02225A;
  font-family: "Metropolis-Bold";
}
/* line 125, ../sass/views/_foodservice.scss */
.foodservice .contact label {
  color: #02225A;
  font-family: "Metropolis-Regular";
}
/* line 129, ../sass/views/_foodservice.scss */
.foodservice .contact .logo {
  max-width: 120px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
/* line 138, ../sass/views/_foodservice.scss */
.foodservice ::-webkit-input-placeholder {
  /* Edge */
  color: #02225A !important;
  font-family: "Metropolis-Regular";
}
/* line 143, ../sass/views/_foodservice.scss */
.foodservice :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #02225A !important;
  font-family: "Metropolis-Regular";
}
/* line 148, ../sass/views/_foodservice.scss */
.foodservice ::placeholder {
  color: #02225A !important;
  font-family: "Metropolis-Regular";
}
/* line 153, ../sass/views/_foodservice.scss */
.foodservice .modalfoodservicecontact .modal-header {
  background-image: url("/wp-content/themes/storepan/asset/images/foodservice/cabecera_pop_up_formulario.png");
  /* The image used */
  background-color: #cccccc;
  /* Used if the image is unavailable */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}
/* line 160, ../sass/views/_foodservice.scss */
.foodservice .modalfoodservicecontact h5 {
  font-family: "Metropolis-Bold";
  color: #02225A;
  font-size: 1.4rem;
}
/* line 165, ../sass/views/_foodservice.scss */
.foodservice .modalfoodservicecontact .btn-close {
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  position: absolute;
  top: -30px;
  right: -20px;
  border-radius: 50%;
  opacity: 1;
}
/* line 173, ../sass/views/_foodservice.scss */
.foodservice .modalfoodservicecontact #formFoodservice {
  color: #02225A;
}
/* line 175, ../sass/views/_foodservice.scss */
.foodservice .modalfoodservicecontact #formFoodservice .btn-contact {
  width: 100%;
  background: #02225A;
  color: white;
  border: none;
  height: 40px;
  font-family: "Metropolis-Bold";
  font-size: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 199, ../sass/views/_foodservice.scss */
  .foodservice .catalogue .margin-bg {
    margin-top: -100px;
  }
  /* line 204, ../sass/views/_foodservice.scss */
  .foodservice .contact .contact-form {
    margin-top: -30px;
  }
  /* line 209, ../sass/views/_foodservice.scss */
  .foodservice .family h4 {
    font-size: 2.0rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 220, ../sass/views/_foodservice.scss */
  .foodservice .contact .contact-form {
    margin-top: -20px;
  }
  /* line 225, ../sass/views/_foodservice.scss */
  .foodservice .family p {
    font-size: 1.2rem;
  }
  /* line 229, ../sass/views/_foodservice.scss */
  .foodservice .family h4 {
    font-size: 1.4rem;
  }
  /* line 236, ../sass/views/_foodservice.scss */
  .foodservice .numberone p {
    font-size: 1.2rem;
  }
  /* line 241, ../sass/views/_foodservice.scss */
  .foodservice .catalogue h2 {
    font-size: 1.4rem;
  }
  /* line 245, ../sass/views/_foodservice.scss */
  .foodservice .catalogue .margin-bg {
    margin-top: -50px;
  }
  /* line 248, ../sass/views/_foodservice.scss */
  .foodservice .catalogue .margin-image {
    margin-top: -65px;
  }
  /* line 254, ../sass/views/_foodservice.scss */
  .foodservice .recipes-component .title p {
    font-size: 1.2rem;
  }
  /* line 263, ../sass/views/_foodservice.scss */
  .foodservice .modalfoodservicecontact h5 {
    font-size: 1.2rem;
  }
  /* line 267, ../sass/views/_foodservice.scss */
  .foodservice .modalfoodservicecontact .btn-close {
    top: -30px;
    right: 10px;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 278, ../sass/views/_foodservice.scss */
  .foodservice .contact .contact-form {
    margin-top: -20px;
  }
  /* line 283, ../sass/views/_foodservice.scss */
  .foodservice .family p {
    font-size: 1.0rem;
  }
  /* line 287, ../sass/views/_foodservice.scss */
  .foodservice .family h4 {
    font-size: 1.2rem;
  }
  /* line 294, ../sass/views/_foodservice.scss */
  .foodservice .numberone p {
    font-size: 1.0rem;
  }
  /* line 299, ../sass/views/_foodservice.scss */
  .foodservice .catalogue h2 {
    font-size: 1.2rem;
  }
  /* line 303, ../sass/views/_foodservice.scss */
  .foodservice .catalogue .margin-bg {
    margin-top: 0px;
  }
  /* line 306, ../sass/views/_foodservice.scss */
  .foodservice .catalogue .margin-image {
    margin-top: -65px;
  }
  /* line 309, ../sass/views/_foodservice.scss */
  .foodservice .catalogue .btn-warning {
    padding-left: 18px;
    padding-right: 60px;
    font-size: 1rem;
  }
  /* line 315, ../sass/views/_foodservice.scss */
  .foodservice .catalogue .btn-warning img {
    position: absolute;
    right: -10px;
    max-width: 62px;
    top: -2px;
  }
  /* line 325, ../sass/views/_foodservice.scss */
  .foodservice .recipes-component .title p {
    font-size: 1.0rem;
  }
  /* line 334, ../sass/views/_foodservice.scss */
  .foodservice .modalfoodservicecontact h5 {
    font-size: 1.2rem;
  }
  /* line 338, ../sass/views/_foodservice.scss */
  .foodservice .modalfoodservicecontact .btn-close {
    top: -30px;
    right: 10px;
  }
}
