/* FONT */
/*
@import url('../fonts/Asap.css');
@import url('../fonts/Montserrat.css');
*/
@import url("https://fonts.googleapis.com/css?family=Asap:400,400i,500,500i,700,700i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,vietnamese");
/* SIZE */
/* COLOURS */
/* TYPO */
/* MEDIA QUERY */
/* FONT */
/*
@import url('../fonts/Asap.css');
@import url('../fonts/Montserrat.css');
*/
@import url("https://fonts.googleapis.com/css?family=Asap:400,400i,500,500i,700,700i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,vietnamese");
/* SIZE */
/* COLOURS */
/* TYPO */
/* MEDIA QUERY */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.5; }

.hamburger-box {
  width: 25px;
  height: 21px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: #000000;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.rtl .vc_col-xs-pull-12 {
  left: 100%;
  right: initial; }
.rtl .vc_col-xs-pull-11 {
  left: 91.66666667%;
  right: initial; }
.rtl .vc_col-xs-pull-10 {
  left: 83.33333333%;
  right: initial; }
.rtl .vc_col-xs-pull-9 {
  left: 75%;
  right: initial; }
.rtl .vc_col-xs-pull-8 {
  left: 66.66666667%;
  right: initial; }
.rtl .vc_col-xs-pull-7 {
  left: 58.33333333%;
  right: initial; }
.rtl .vc_col-xs-pull-6 {
  left: 50%;
  right: initial; }
.rtl .vc_col-xs-pull-5 {
  left: 41.66666667%;
  right: initial; }
.rtl .vc_col-xs-pull-4 {
  left: 33.33333333%;
  right: initial; }
.rtl .vc_col-xs-pull-3 {
  left: 25%;
  right: initial; }
.rtl .vc_col-xs-pull-2 {
  left: 16.66666667%;
  right: initial; }
.rtl .vc_col-xs-pull-1 {
  left: 8.33333333%;
  right: initial; }
.rtl .vc_col-xs-pull-0 {
  left: auto;
  right: initial; }
.rtl .vc_col-xs-push-12 {
  right: 100%;
  left: initial; }
.rtl .vc_col-xs-push-11 {
  right: 91.66666667%;
  left: initial; }
.rtl .vc_col-xs-push-10 {
  right: 83.33333333%;
  left: initial; }
.rtl .vc_col-xs-push-9 {
  right: 75%;
  left: initial; }
.rtl .vc_col-xs-push-8 {
  right: 66.66666667%;
  left: initial; }
.rtl .vc_col-xs-push-7 {
  right: 58.33333333%;
  left: initial; }
.rtl .vc_col-xs-push-6 {
  right: 50%;
  left: initial; }
.rtl .vc_col-xs-push-5 {
  right: 41.66666667%;
  left: initial; }
.rtl .vc_col-xs-push-4 {
  right: 33.33333333%;
  left: initial; }
.rtl .vc_col-xs-push-3 {
  right: 25%;
  left: initial; }
.rtl .vc_col-xs-push-2 {
  right: 16.66666667%;
  left: initial; }
.rtl .vc_col-xs-push-1 {
  right: 8.33333333%;
  left: initial; }
.rtl .vc_col-xs-push-0 {
  right: auto;
  left: initial; }
.rtl .vc_col-xs-offset-12 {
  margin-right: 100%;
  margin-left: initial; }
.rtl .vc_col-xs-offset-11 {
  margin-right: 91.66666667%;
  margin-left: initial; }
.rtl .vc_col-xs-offset-10 {
  margin-right: 83.33333333%;
  margin-left: initial; }
.rtl .vc_col-xs-offset-9 {
  margin-right: 75%;
  margin-left: initial; }
.rtl .vc_col-xs-offset-8 {
  margin-right: 66.66666667%;
  margin-left: initial; }
.rtl .vc_col-xs-offset-7 {
  margin-right: 58.33333333%;
  margin-left: initial; }
.rtl .vc_col-xs-offset-6 {
  margin-right: 50%;
  margin-left: initial; }
.rtl .vc_col-xs-offset-5 {
  margin-right: 41.66666667%;
  margin-left: initial; }
.rtl .vc_col-xs-offset-4 {
  margin-right: 33.33333333%;
  margin-left: initial; }
.rtl .vc_col-xs-offset-3 {
  margin-right: 25%;
  margin-left: initial; }
.rtl .vc_col-xs-offset-2 {
  margin-right: 16.66666667%;
  margin-left: initial; }
.rtl .vc_col-xs-offset-1 {
  margin-right: 8.33333333%;
  margin-left: initial; }
.rtl .vc_col-xs-offset-0 {
  margin-right: 0;
  margin-left: initial; }
@media (min-width: 768px) {
  .rtl .vc_col-sm-1,
  .rtl .vc_col-sm-10,
  .rtl .vc_col-sm-11,
  .rtl .vc_col-sm-12,
  .rtl .vc_col-sm-2,
  .rtl .vc_col-sm-3,
  .rtl .vc_col-sm-4,
  .rtl .vc_col-sm-5,
  .rtl .vc_col-sm-6,
  .rtl .vc_col-sm-7,
  .rtl .vc_col-sm-8,
  .rtl .vc_col-sm-9 {
    float: right; }
  .rtl .vc_col-sm-pull-12 {
    left: 100%;
    right: initial; }
  .rtl .vc_col-sm-pull-11 {
    left: 91.66666667%;
    right: initial; }
  .rtl .vc_col-sm-pull-10 {
    left: 83.33333333%;
    right: initial; }
  .rtl .vc_col-sm-pull-9 {
    left: 75%;
    right: initial; }
  .rtl .vc_col-sm-pull-8 {
    left: 66.66666667%;
    right: initial; }
  .rtl .vc_col-sm-pull-7 {
    left: 58.33333333%;
    right: initial; }
  .rtl .vc_col-sm-pull-6 {
    left: 50%;
    right: initial; }
  .rtl .vc_col-sm-pull-5 {
    left: 41.66666667%;
    right: initial; }
  .rtl .vc_col-sm-pull-4 {
    left: 33.33333333%;
    right: initial; }
  .rtl .vc_col-sm-pull-3 {
    left: 25%;
    right: initial; }
  .rtl .vc_col-sm-pull-2 {
    left: 16.66666667%;
    right: initial; }
  .rtl .vc_col-sm-pull-1 {
    left: 8.33333333%;
    right: initial; }
  .rtl .vc_col-sm-pull-0 {
    left: auto;
    right: initial; }
  .rtl .vc_col-sm-push-12 {
    right: 100%;
    left: initial; }
  .rtl .vc_col-sm-push-11 {
    right: 91.66666667%;
    left: initial; }
  .rtl .vc_col-sm-push-10 {
    right: 83.33333333%;
    left: initial; }
  .rtl .vc_col-sm-push-9 {
    right: 75%;
    left: initial; }
  .rtl .vc_col-sm-push-8 {
    right: 66.66666667%;
    left: initial; }
  .rtl .vc_col-sm-push-7 {
    right: 58.33333333%;
    left: initial; }
  .rtl .vc_col-sm-push-6 {
    right: 50%;
    left: initial; }
  .rtl .vc_col-sm-push-5 {
    right: 41.66666667%;
    left: initial; }
  .rtl .vc_col-sm-push-4 {
    right: 33.33333333%;
    left: initial; }
  .rtl .vc_col-sm-push-3 {
    right: 25%;
    left: initial; }
  .rtl .vc_col-sm-push-2 {
    right: 16.66666667%;
    left: initial; }
  .rtl .vc_col-sm-push-1 {
    right: 8.33333333%;
    left: initial; }
  .rtl .vc_col-sm-push-0 {
    right: auto;
    left: initial; }
  .rtl .vc_col-sm-offset-12 {
    margin-right: 100%;
    margin-left: 0; }
  .rtl .vc_col-sm-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0; }
  .rtl .vc_col-sm-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0; }
  .rtl .vc_col-sm-offset-9 {
    margin-right: 75%;
    margin-left: 0; }
  .rtl .vc_col-sm-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0; }
  .rtl .vc_col-sm-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0; }
  .rtl .vc_col-sm-offset-6 {
    margin-right: 50%;
    margin-left: 0; }
  .rtl .vc_col-sm-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0; }
  .rtl .vc_col-sm-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0; }
  .rtl .vc_col-sm-offset-3 {
    margin-right: 25%;
    margin-left: 0; }
  .rtl .vc_col-sm-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0; }
  .rtl .vc_col-sm-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0; }
  .rtl .vc_col-sm-offset-0 {
    margin-right: 0;
    margin-left: 0; } }
@media (min-width: 992px) {
  .rtl .vc_col-md-1,
  .rtl .vc_col-md-10,
  .rtl .vc_col-md-11,
  .rtl .vc_col-md-12,
  .rtl .vc_col-md-2,
  .rtl .vc_col-md-3,
  .rtl .vc_col-md-4,
  .rtl .vc_col-md-5,
  .rtl .vc_col-md-6,
  .rtl .vc_col-md-7,
  .rtl .vc_col-md-8,
  .rtl .vc_col-md-9 {
    float: right; }
  .rtl .vc_col-md-pull-12 {
    left: 100%;
    right: initial; }
  .rtl .vc_col-md-pull-11 {
    left: 91.66666667%;
    right: initial; }
  .rtl .vc_col-md-pull-10 {
    left: 83.33333333%;
    right: initial; }
  .rtl .vc_col-md-pull-9 {
    left: 75%;
    right: initial; }
  .rtl .vc_col-md-pull-8 {
    left: 66.66666667%;
    right: initial; }
  .rtl .vc_col-md-pull-7 {
    left: 58.33333333%;
    right: initial; }
  .rtl .vc_col-md-pull-6 {
    left: 50%;
    right: initial; }
  .rtl .vc_col-md-pull-5 {
    left: 41.66666667%;
    right: initial; }
  .rtl .vc_col-md-pull-4 {
    left: 33.33333333%;
    right: initial; }
  .rtl .vc_col-md-pull-3 {
    left: 25%;
    right: initial; }
  .rtl .vc_col-md-pull-2 {
    left: 16.66666667%;
    right: initial; }
  .rtl .vc_col-md-pull-1 {
    left: 8.33333333%;
    right: initial; }
  .rtl .vc_col-md-pull-0 {
    left: auto;
    right: initial; }
  .rtl .vc_col-md-push-12 {
    right: 100%;
    left: initial; }
  .rtl .vc_col-md-push-11 {
    right: 91.66666667%;
    left: initial; }
  .rtl .vc_col-md-push-10 {
    right: 83.33333333%;
    left: initial; }
  .rtl .vc_col-md-push-9 {
    right: 75%;
    left: initial; }
  .rtl .vc_col-md-push-8 {
    right: 66.66666667%;
    left: initial; }
  .rtl .vc_col-md-push-7 {
    right: 58.33333333%;
    left: initial; }
  .rtl .vc_col-md-push-6 {
    right: 50%;
    left: initial; }
  .rtl .vc_col-md-push-5 {
    right: 41.66666667%;
    left: initial; }
  .rtl .vc_col-md-push-4 {
    right: 33.33333333%;
    left: initial; }
  .rtl .vc_col-md-push-3 {
    right: 25%;
    left: initial; }
  .rtl .vc_col-md-push-2 {
    right: 16.66666667%;
    left: initial; }
  .rtl .vc_col-md-push-1 {
    right: 8.33333333%;
    left: initial; }
  .rtl .vc_col-md-push-0 {
    right: auto;
    left: initial; }
  .rtl .vc_col-md-offset-12 {
    margin-right: 100%;
    margin-left: 0; }
  .rtl .vc_col-md-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0; }
  .rtl .vc_col-md-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0; }
  .rtl .vc_col-md-offset-9 {
    margin-right: 75%;
    margin-left: 0; }
  .rtl .vc_col-md-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0; }
  .rtl .vc_col-md-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0; }
  .rtl .vc_col-md-offset-6 {
    margin-right: 50%;
    margin-left: 0; }
  .rtl .vc_col-md-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0; }
  .rtl .vc_col-md-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0; }
  .rtl .vc_col-md-offset-3 {
    margin-right: 25%;
    margin-left: 0; }
  .rtl .vc_col-md-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0; }
  .rtl .vc_col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0; }
  .rtl .vc_col-md-offset-0 {
    margin-right: 0;
    margin-left: 0; } }
@media (min-width: 1200px) {
  .rtl .vc_hidden-lg {
    display: none !important; }
  .rtl .vc_col-lg-1,
  .rtl .vc_col-lg-10,
  .rtl .vc_col-lg-11,
  .rtl .vc_col-lg-12,
  .rtl .vc_col-lg-2,
  .rtl .vc_col-lg-3,
  .rtl .vc_col-lg-4,
  .rtl .vc_col-lg-5,
  .rtl .vc_col-lg-6,
  .rtl .vc_col-lg-7,
  .rtl .vc_col-lg-8,
  .rtl .vc_col-lg-9 {
    float: right; }
  .rtl .vc_col-lg-pull-12 {
    left: 100%;
    right: initial; }
  .rtl .vc_col-lg-pull-11 {
    left: 91.66666667%;
    right: initial; }
  .rtl .vc_col-lg-pull-10 {
    left: 83.33333333%;
    right: initial; }
  .rtl .vc_col-lg-pull-9 {
    left: 75%;
    right: initial; }
  .rtl .vc_col-lg-pull-8 {
    left: 66.66666667%;
    right: initial; }
  .rtl .vc_col-lg-pull-7 {
    left: 58.33333333%;
    right: initial; }
  .rtl .vc_col-lg-pull-6 {
    left: 50%;
    right: initial; }
  .rtl .vc_col-lg-pull-5 {
    left: 41.66666667%;
    right: initial; }
  .rtl .vc_col-lg-pull-4 {
    left: 33.33333333%;
    right: initial; }
  .rtl .vc_col-lg-pull-3 {
    left: 25%;
    right: initial; }
  .rtl .vc_col-lg-pull-2 {
    left: 16.66666667%;
    right: initial; }
  .rtl .vc_col-lg-pull-1 {
    left: 8.33333333%;
    right: initial; }
  .rtl .vc_col-lg-pull-0 {
    left: auto;
    right: initial; }
  .rtl .vc_col-lg-push-12 {
    right: 100%;
    left: initial; }
  .rtl .vc_col-lg-push-11 {
    right: 91.66666667%;
    left: initial; }
  .rtl .vc_col-lg-push-10 {
    right: 83.33333333%;
    left: initial; }
  .rtl .vc_col-lg-push-9 {
    right: 75%;
    left: initial; }
  .rtl .vc_col-lg-push-8 {
    right: 66.66666667%;
    left: initial; }
  .rtl .vc_col-lg-push-7 {
    right: 58.33333333%;
    left: initial; }
  .rtl .vc_col-lg-push-6 {
    right: 50%;
    left: initial; }
  .rtl .vc_col-lg-push-5 {
    right: 41.66666667%;
    left: initial; }
  .rtl .vc_col-lg-push-4 {
    right: 33.33333333%;
    left: initial; }
  .rtl .vc_col-lg-push-3 {
    right: 25%;
    left: initial; }
  .rtl .vc_col-lg-push-2 {
    right: 16.66666667%;
    left: initial; }
  .rtl .vc_col-lg-push-1 {
    right: 8.33333333%;
    left: initial; }
  .rtl .vc_col-lg-push-0 {
    right: auto;
    left: initial; }
  .rtl .vc_col-lg-offset-12 {
    margin-right: 100%;
    margin-left: 0; }
  .rtl .vc_col-lg-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0; }
  .rtl .vc_col-lg-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0; }
  .rtl .vc_col-lg-offset-9 {
    margin-right: 75%;
    margin-left: 0; }
  .rtl .vc_col-lg-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0; }
  .rtl .vc_col-lg-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0; }
  .rtl .vc_col-lg-offset-6 {
    margin-right: 50%;
    margin-left: 0; }
  .rtl .vc_col-lg-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0; }
  .rtl .vc_col-lg-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0; }
  .rtl .vc_col-lg-offset-3 {
    margin-right: 25%;
    margin-left: 0; }
  .rtl .vc_col-lg-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0; }
  .rtl .vc_col-lg-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0; }
  .rtl .vc_col-lg-offset-0 {
    margin-right: 0;
    margin-left: 0; }
  .rtl .vc_el-clearfix-lg {
    clear: both; } }

/* -------- IMPORT -------- */
/* MIXING */
/* END MIXING */
body, html, div, blockquote, img, label, p, h1, .big-title, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 1em; }

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1, .big-title, h2, h3, h4, h5, h6 {
  font-size: 100%; }

ul, ol {
  list-style: none; }

a {
  color: #000000;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

/* -------- COOKIES -------- */
.cookies_header {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -50%;
  z-index: 10000;
  margin: 0 auto;
  transition: all 1s ease 0s; }
  .cookies_header.visible {
    bottom: 0px;
    transition: all 1s ease 1s; }

#cookies_header > p {
  color: #ffffff;
  font-size: 0.875rem;
  margin: 10px auto;
  max-width: 1170px;
  padding: 20px 50px; }
#cookies_header > #cookie_cross {
  position: absolute;
  right: 12px;
  text-align: center;
  top: 8px;
  cursor: pointer; }

.link_cookie {
  color: white;
  font-weight: bold; }

#cookie_cross svg {
  width: 15px; }
#cookie_cross + .fa.fa-times {
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  font-size: 20px; }
#cookie_cross:hover + .fa.fa-times {
  color: white; }

a#ocultar_cookie, a.link_cookie {
  cursor: pointer; }

/* -------- COOKIES -------- */
/* MIXING */
/* END MIXING */
/* -------- IMPORT -------- */
.vmxs, .vmxs-l-m, .vmxs-l-s, .vmxs-l-xs, .vmxs-0-l, .vmxs-l-0 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.vmxs-xl, .vmxs-xl-l, .vmxs-l-xl, .vmxs-xl-m, .vmxs-m-xl, .vmxs-xl-s, .vmxs-s-xl, .vmxs-xl-0, .vmxs-0-xl {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.vmxs-m, .vmxs-m-l, .vmxs-m-s, .vmxs-m-xs, .vmxs-0-m, .vmxs-m-0 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.vmxs-s, .vmxs-s-m, .vmxs-s-l, .vmxs-s-xs, .vmxs-0-s, .vmxs-s-0 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.vmxs-xs, .vmxs-xs-s, .vmxs-xs-m, .vmxs-xs-l, .vmxs-xs-0, .vmxs-0-xs {
  margin-top: 6.66667px !important;
  margin-bottom: 6.66667px !important; }

.vmxs-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.vmxs-l-m {
  margin-bottom: 20px !important; }

.vmxs-m-l {
  margin-bottom: 40px !important; }

.vmxs-s-m {
  margin-bottom: 26.66667px !important; }

.vmxs-m-s {
  margin-bottom: 10px !important; }

.vmxs-l-s {
  margin-bottom: 10px !important; }

.vmxs-s-l {
  margin-bottom: 40px !important; }

.vmxs-xs-s {
  margin-bottom: 10px !important; }

.vmxs-s-xs {
  margin-bottom: 6.66667px !important; }

.vmxs-xs-m {
  margin-bottom: 20px !important; }

.vmxs-m-xs {
  margin-bottom: 6.66667px !important; }

.vmxs-xs-l {
  margin-bottom: 40px !important; }

.vmxs-l-xs {
  margin-bottom: 6.66667px !important; }

.vmxs-xl-l {
  margin-bottom: 40px !important; }

.vmxs-l-xl {
  margin-top: 40px !important; }

.vmxs-xl-m {
  margin-bottom: 20px !important; }

.vmxs-m-xl {
  margin-top: 20px !important; }

.vmxs-xl-s {
  margin-bottom: 10px !important; }

.vmxs-s-xl {
  margin-top: 10px !important; }

.vmxs-0-m {
  margin-top: 0 !important; }

.vmxs-m-0 {
  margin-bottom: 0 !important; }

.vmxs-0-l {
  margin-top: 0 !important; }

.vmxs-l-0 {
  margin-bottom: 0 !important; }

.vmxs-0-s {
  margin-top: 0 !important; }

.vmxs-s-0 {
  margin-bottom: 0 !important; }

.vmxs-xl-0 {
  margin-bottom: 0 !important; }

.vmxs-0-xl {
  margin-top: 0 !important; }

.vmxs-xs-0 {
  margin-bottom: 0 !important; }

.vmxs-0-xs {
  margin-top: 0 !important; }

.vmxsp {
  margin-top: percentatge(0.05556);
  margin-bottom: percentatge(0.05556); }

@media (min-width: 768px) {
  .vmsm, .vmsm-l-m, .vmsm-l-s, .vmsm-l-xs, .vmsm-0-l, .vmsm-l-0 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .vmsm-xl, .vmsm-xl-l, .vmsm-l-xl, .vmsm-xl-m, .vmsm-m-xl, .vmsm-xl-s, .vmsm-s-xl, .vmsm-xl-0, .vmsm-0-xl {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }

  .vmsm-m, .vmsm-m-l, .vmsm-m-s, .vmsm-m-xs, .vmsm-0-m, .vmsm-m-0 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .vmsm-s, .vmsm-s-m, .vmsm-s-l, .vmsm-s-xs, .vmsm-0-s, .vmsm-s-0 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .vmsm-xs, .vmsm-xs-s, .vmsm-xs-m, .vmsm-xs-l, .vmsm-xs-0, .vmsm-0-xs {
    margin-top: 13.33333px !important;
    margin-bottom: 13.33333px !important; }

  .vmsm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .vmsm-l-m {
    margin-bottom: 40px !important; }

  .vmsm-m-l {
    margin-bottom: 80px !important; }

  .vmsm-s-m {
    margin-bottom: 53.33333px !important; }

  .vmsm-m-s {
    margin-bottom: 20px !important; }

  .vmsm-l-s {
    margin-bottom: 20px !important; }

  .vmsm-s-l {
    margin-bottom: 80px !important; }

  .vmsm-xs-s {
    margin-bottom: 20px !important; }

  .vmsm-s-xs {
    margin-bottom: 13.33333px !important; }

  .vmsm-xs-m {
    margin-bottom: 40px !important; }

  .vmsm-m-xs {
    margin-bottom: 13.33333px !important; }

  .vmsm-xs-l {
    margin-bottom: 80px !important; }

  .vmsm-l-xs {
    margin-bottom: 13.33333px !important; }

  .vmsm-xl-l {
    margin-bottom: 80px !important; }

  .vmsm-l-xl {
    margin-top: 80px !important; }

  .vmsm-xl-m {
    margin-bottom: 40px !important; }

  .vmsm-m-xl {
    margin-top: 40px !important; }

  .vmsm-xl-s {
    margin-bottom: 20px !important; }

  .vmsm-s-xl {
    margin-top: 20px !important; }

  .vmsm-0-m {
    margin-top: 0 !important; }

  .vmsm-m-0 {
    margin-bottom: 0 !important; }

  .vmsm-0-l {
    margin-top: 0 !important; }

  .vmsm-l-0 {
    margin-bottom: 0 !important; }

  .vmsm-0-s {
    margin-top: 0 !important; }

  .vmsm-s-0 {
    margin-bottom: 0 !important; }

  .vmsm-xl-0 {
    margin-bottom: 0 !important; }

  .vmsm-0-xl {
    margin-top: 0 !important; }

  .vmsm-xs-0 {
    margin-bottom: 0 !important; }

  .vmsm-0-xs {
    margin-top: 0 !important; }

  .vmsmp {
    margin-top: percentatge(0.05556);
    margin-bottom: percentatge(0.05556); } }
@media (min-width: 1024px) {
  .vmmd, .vmmd-l-m, .vmmd-l-s, .vmmd-l-xs, .vmmd-0-l, .vmmd-l-0 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .vmmd-xl, .vmmd-xl-l, .vmmd-l-xl, .vmmd-xl-m, .vmmd-m-xl, .vmmd-xl-s, .vmmd-s-xl, .vmmd-xl-0, .vmmd-0-xl {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }

  .vmmd-m, .vmmd-m-l, .vmmd-m-s, .vmmd-m-xs, .vmmd-0-m, .vmmd-m-0 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .vmmd-s, .vmmd-s-m, .vmmd-s-l, .vmmd-s-xs, .vmmd-0-s, .vmmd-s-0 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .vmmd-xs, .vmmd-xs-s, .vmmd-xs-m, .vmmd-xs-l, .vmmd-xs-0, .vmmd-0-xs {
    margin-top: 13.33333px !important;
    margin-bottom: 13.33333px !important; }

  .vmmd-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .vmmd-l-m {
    margin-bottom: 40px !important; }

  .vmmd-m-l {
    margin-bottom: 80px !important; }

  .vmmd-s-m {
    margin-bottom: 53.33333px !important; }

  .vmmd-m-s {
    margin-bottom: 20px !important; }

  .vmmd-l-s {
    margin-bottom: 20px !important; }

  .vmmd-s-l {
    margin-bottom: 80px !important; }

  .vmmd-xs-s {
    margin-bottom: 20px !important; }

  .vmmd-s-xs {
    margin-bottom: 13.33333px !important; }

  .vmmd-xs-m {
    margin-bottom: 40px !important; }

  .vmmd-m-xs {
    margin-bottom: 13.33333px !important; }

  .vmmd-xs-l {
    margin-bottom: 80px !important; }

  .vmmd-l-xs {
    margin-bottom: 13.33333px !important; }

  .vmmd-xl-l {
    margin-bottom: 80px !important; }

  .vmmd-l-xl {
    margin-top: 80px !important; }

  .vmmd-xl-m {
    margin-bottom: 40px !important; }

  .vmmd-m-xl {
    margin-top: 40px !important; }

  .vmmd-xl-s {
    margin-bottom: 20px !important; }

  .vmmd-s-xl {
    margin-top: 20px !important; }

  .vmmd-0-m {
    margin-top: 0 !important; }

  .vmmd-m-0 {
    margin-bottom: 0 !important; }

  .vmmd-0-l {
    margin-top: 0 !important; }

  .vmmd-l-0 {
    margin-bottom: 0 !important; }

  .vmmd-0-s {
    margin-top: 0 !important; }

  .vmmd-s-0 {
    margin-bottom: 0 !important; }

  .vmmd-xl-0 {
    margin-bottom: 0 !important; }

  .vmmd-0-xl {
    margin-top: 0 !important; }

  .vmmd-xs-0 {
    margin-bottom: 0 !important; }

  .vmmd-0-xs {
    margin-top: 0 !important; }

  .vmmdp {
    margin-top: percentatge(0.05556);
    margin-bottom: percentatge(0.05556); } }
@media (min-width: 1360px) {
  .vm, .vm-l-m, .vm-l-s, .vm-l-xs, .vm-0-l, .vm-l-0 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .vm-xl, .vm-xl-l, .vm-l-xl, .vm-xl-m, .vm-m-xl, .vm-xl-s, .vm-s-xl, .vm-xl-0, .vm-0-xl {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }

  .vm-m, .vm-m-l, .vm-m-s, .vm-m-xs, .vm-0-m, .vm-m-0 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .vm-s, .vm-s-m, .vm-s-l, .vm-s-xs, .vm-0-s, .vm-s-0 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .vm-xs, .vm-xs-s, .vm-xs-m, .vm-xs-l, .vm-xs-0, .vm-0-xs {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .vm-l-m {
    margin-bottom: 40px !important; }

  .vm-m-l {
    margin-bottom: 80px !important; }

  .vm-s-m {
    margin-bottom: 40px !important; }

  .vm-m-s {
    margin-bottom: 20px !important; }

  .vm-l-s {
    margin-bottom: 20px !important; }

  .vm-s-l {
    margin-bottom: 80px !important; }

  .vm-xs-s {
    margin-bottom: 20px !important; }

  .vm-s-xs {
    margin-bottom: 10px !important; }

  .vm-xs-m {
    margin-bottom: 40px !important; }

  .vm-m-xs {
    margin-bottom: 10px !important; }

  .vm-xs-l {
    margin-bottom: 80px !important; }

  .vm-l-xs {
    margin-bottom: 10px !important; }

  .vm-xl-l {
    margin-bottom: 80px !important; }

  .vm-l-xl {
    margin-top: 80px !important; }

  .vm-xl-m {
    margin-bottom: 40px !important; }

  .vm-m-xl {
    margin-top: 40px !important; }

  .vm-xl-s {
    margin-bottom: 20px !important; }

  .vm-s-xl {
    margin-top: 20px !important; }

  .vm-0-m {
    margin-top: 0 !important; }

  .vm-m-0 {
    margin-bottom: 0 !important; }

  .vm-0-l {
    margin-top: 0 !important; }

  .vm-l-0 {
    margin-bottom: 0 !important; }

  .vm-0-s {
    margin-top: 0 !important; }

  .vm-s-0 {
    margin-bottom: 0 !important; }

  .vm-xl-0 {
    margin-bottom: 0 !important; }

  .vm-0-xl {
    margin-top: 0 !important; }

  .vm-xs-0 {
    margin-bottom: 0 !important; }

  .vm-0-xs {
    margin-top: 0 !important; } }
.vmp {
  margin-top: percentatge(0.05556);
  margin-bottom: percentatge(0.05556); }

.vpxs-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.vpxs, .vpxs-l-m, .vpxs-l-s, .vpxs-l-xs, .vpxs-0-l, .vpxs-l-0 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.vpxs-xl, .vpxs-xl-l, .vpxs-l-xl, .vpxs-xl-m, .vpxs-m-xl, .vpxs-xl-s, .vpxs-s-xl, .vpxs-xl-0, .vpxs-0-xl {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.vpxs-m, .vpxs-m-l, .vpxs-m-s, .vpxs-m-xs, .vpxs-0-m, .vpxs-m-0 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.vpxs-s, .vpxs-s-m, .vpxs-s-l, .vpxs-s-xs, .vpxs-0-s, .vpxs-s-0 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.vpxs-xs, .vpxs-xs-s, .vpxs-xs-m, .vpxs-xs-l, .vpxs-xs-0, .vpxs-0-xs {
  padding-top: 6.66667px !important;
  padding-bottom: 6.66667px !important; }

.vpxs-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.vpxs-l-m {
  padding-bottom: 20px !important; }

.vpxs-m-l {
  padding-bottom: 40px !important; }

.vpxs-s-m {
  padding-bottom: 26.66667px !important; }

.vpxs-m-s {
  padding-bottom: 10px !important; }

.vpxs-l-s {
  padding-bottom: 10px !important; }

.vpxs-s-l {
  padding-bottom: 40px !important; }

.vpxs-xs-s {
  padding-bottom: 10px !important; }

.vpxs-s-xs {
  padding-bottom: 6.66667px !important; }

.vpxs-xs-m {
  padding-bottom: 20px !important; }

.vpxs-m-xs {
  padding-bottom: 6.66667px !important; }

.vpxs-xs-l {
  padding-bottom: 40px !important; }

.vpxs-l-xs {
  padding-bottom: 6.66667px !important; }

.vpxs-xl-l {
  padding-bottom: 40px !important; }

.vpxs-l-xl {
  padding-top: 40px !important; }

.vpxs-xl-m {
  padding-bottom: 20px !important; }

.vpxs-m-xl {
  padding-top: 20px !important; }

.vpxs-xl-s {
  padding-bottom: 10px !important; }

.vpxs-s-xl {
  padding-top: 10px !important; }

.vpxs-0-m {
  padding-top: 0 !important; }

.vpxs-m-0 {
  padding-bottom: 0 !important; }

.vpxs-0-l {
  padding-top: 0 !important; }

.vpxs-l-0 {
  padding-bottom: 0 !important; }

.vpxs-0-s {
  padding-top: 0 !important; }

.vpxs-s-0 {
  padding-bottom: 0 !important; }

.vpxs-xl-0 {
  padding-bottom: 0 !important; }

.vpxs-0-xl {
  padding-top: 0 !important; }

.vpxs-xs-0 {
  padding-bottom: 0 !important; }

.vpxs-0-xs {
  padding-top: 0 !important; }

.vpxsp {
  padding-top: percentatge(0.05556);
  padding-bottom: percentatge(0.05556); }

@media (min-width: 768px) {
  .vpsm, .vpsm-l-m, .vpsm-l-s, .vpsm-l-xs, .vpsm-0-l, .vpsm-l-0 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .vpsm-xl, .vpsm-xl-l, .vpsm-l-xl, .vpsm-xl-m, .vpsm-m-xl, .vpsm-xl-s, .vpsm-s-xl, .vpsm-xl-0, .vpsm-0-xl {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }

  .vpsm-m, .vpsm-m-l, .vpsm-m-s, .vpsm-m-xs, .vpsm-0-m, .vpsm-m-0 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .vpsm-s, .vpsm-s-m, .vpsm-s-l, .vpsm-s-xs, .vpsm-0-s, .vpsm-s-0 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .vpsm-xs, .vpsm-xs-s, .vpsm-xs-m, .vpsm-xs-l, .vpsm-xs-0, .vpsm-0-xs {
    padding-top: 13.33333px !important;
    padding-bottom: 13.33333px !important; }

  .vpsm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .vpsm-l-m {
    padding-bottom: 40px !important; }

  .vpsm-m-l {
    padding-bottom: 80px !important; }

  .vpsm-s-m {
    padding-bottom: 53.33333px !important; }

  .vpsm-m-s {
    padding-bottom: 20px !important; }

  .vpsm-l-s {
    padding-bottom: 20px !important; }

  .vpsm-s-l {
    padding-bottom: 80px !important; }

  .vpsm-xs-s {
    padding-bottom: 20px !important; }

  .vpsm-s-xs {
    padding-bottom: 13.33333px !important; }

  .vpsm-xs-m {
    padding-bottom: 40px !important; }

  .vpsm-m-xs {
    padding-bottom: 13.33333px !important; }

  .vpsm-xs-l {
    padding-bottom: 80px !important; }

  .vpsm-l-xs {
    padding-bottom: 13.33333px !important; }

  .vpsm-xl-l {
    padding-bottom: 80px !important; }

  .vpsm-l-xl {
    padding-top: 80px !important; }

  .vpsm-xl-m {
    padding-bottom: 40px !important; }

  .vpsm-m-xl {
    padding-top: 40px !important; }

  .vpsm-xl-s {
    padding-bottom: 20px !important; }

  .vpsm-s-xl {
    padding-top: 20px !important; }

  .vpsm-0-m {
    padding-top: 0 !important; }

  .vpsm-m-0 {
    padding-bottom: 0 !important; }

  .vpsm-0-l {
    padding-top: 0 !important; }

  .vpsm-l-0 {
    padding-bottom: 0 !important; }

  .vpsm-0-s {
    padding-top: 0 !important; }

  .vpsm-s-0 {
    padding-bottom: 0 !important; }

  .vpsm-xl-0 {
    padding-bottom: 0 !important; }

  .vpsm-0-xl {
    padding-top: 0 !important; }

  .vpsm-xs-0 {
    padding-bottom: 0 !important; }

  .vpsm-0-xs {
    padding-top: 0 !important; }

  .vpsmp {
    padding-top: percentatge(0.05556);
    padding-bottom: percentatge(0.05556); } }
@media (min-width: 1024px) {
  .vpmd, .vpmd-l-m, .vpmd-l-s, .vpmd-l-xs, .vpmd-0-l, .vpmd-l-0 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .vpmd-xl, .vpmd-xl-l, .vpmd-l-xl, .vpmd-xl-m, .vpmd-m-xl, .vpmd-xl-s, .vpmd-s-xl, .vpmd-xl-0, .vpmd-0-xl {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }

  .vpmd-m, .vpmd-m-l, .vpmd-m-s, .vpmd-m-xs, .vpmd-0-m, .vpmd-m-0 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .vpmd-s, .vpmd-s-m, .vpmd-s-l, .vpmd-s-xs, .vpmd-0-s, .vpmd-s-0 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .vpmd-xs, .vpmd-xs-s, .vpmd-xs-m, .vpmd-xs-l, .vpmd-xs-0, .vpmd-0-xs {
    padding-top: 13.33333px !important;
    padding-bottom: 13.33333px !important; }

  .vpmd-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .vpmd-l-m {
    padding-bottom: 40px !important; }

  .vpmd-m-l {
    padding-bottom: 80px !important; }

  .vpmd-s-m {
    padding-bottom: 53.33333px !important; }

  .vpmd-m-s {
    padding-bottom: 20px !important; }

  .vpmd-l-s {
    padding-bottom: 20px !important; }

  .vpmd-s-l {
    padding-bottom: 80px !important; }

  .vpmd-xs-s {
    padding-bottom: 20px !important; }

  .vpmd-s-xs {
    padding-bottom: 13.33333px !important; }

  .vpmd-xs-m {
    padding-bottom: 40px !important; }

  .vpmd-m-xs {
    padding-bottom: 13.33333px !important; }

  .vpmd-xs-l {
    padding-bottom: 80px !important; }

  .vpmd-l-xs {
    padding-bottom: 13.33333px !important; }

  .vpmd-xl-l {
    padding-bottom: 80px !important; }

  .vpmd-l-xl {
    padding-top: 80px !important; }

  .vpmd-xl-m {
    padding-bottom: 40px !important; }

  .vpmd-m-xl {
    padding-top: 40px !important; }

  .vpmd-xl-s {
    padding-bottom: 20px !important; }

  .vpmd-s-xl {
    padding-top: 20px !important; }

  .vpmd-0-m {
    padding-top: 0 !important; }

  .vpmd-m-0 {
    padding-bottom: 0 !important; }

  .vpmd-0-l {
    padding-top: 0 !important; }

  .vpmd-l-0 {
    padding-bottom: 0 !important; }

  .vpmd-0-s {
    padding-top: 0 !important; }

  .vpmd-s-0 {
    padding-bottom: 0 !important; }

  .vpmd-xl-0 {
    padding-bottom: 0 !important; }

  .vpmd-0-xl {
    padding-top: 0 !important; }

  .vpmd-xs-0 {
    padding-bottom: 0 !important; }

  .vpmd-0-xs {
    padding-top: 0 !important; }

  .vpmdp {
    padding-top: percentatge(0.05556);
    padding-bottom: percentatge(0.05556); } }
@media (min-width: 1360px) {
  .vp, .vp-l-m, .vp-l-s, .vp-l-xs, .vp-0-l, .vp-l-0 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .vp-xl, .vp-xl-l, .vp-l-xl, .vp-xl-m, .vp-m-xl, .vp-xl-s, .vp-s-xl, .vp-xl-0, .vp-0-xl {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }

  .vp-m, .vp-m-l, .vp-m-s, .vp-m-xs, .vp-0-m, .vp-m-0 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .vp-s, .vp-s-m, .vp-s-l, .vp-s-xs, .vp-0-s, .vp-s-0 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .vp-xs, .vp-xs-s, .vp-xs-m, .vp-xs-l, .vp-xs-0, .vp-0-xs {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .vp-l-m {
    padding-bottom: 40px !important; }

  .vp-m-l {
    padding-bottom: 80px !important; }

  .vp-s-m {
    padding-bottom: 40px !important; }

  .vp-m-s {
    padding-bottom: 20px !important; }

  .vp-l-s {
    padding-bottom: 20px !important; }

  .vp-s-l {
    padding-bottom: 80px !important; }

  .vp-xs-s {
    padding-bottom: 20px !important; }

  .vp-s-xs {
    padding-bottom: 10px !important; }

  .vp-xs-m {
    padding-bottom: 40px !important; }

  .vp-m-xs {
    padding-bottom: 10px !important; }

  .vp-xs-l {
    padding-bottom: 80px !important; }

  .vp-l-xs {
    padding-bottom: 10px !important; }

  .vp-xl-l {
    padding-bottom: 80px !important; }

  .vp-l-xl {
    padding-top: 80px !important; }

  .vp-xl-m {
    padding-bottom: 40px !important; }

  .vp-m-xl {
    padding-top: 40px !important; }

  .vp-xl-s {
    padding-bottom: 20px !important; }

  .vp-s-xl {
    padding-top: 20px !important; }

  .vp-0-m {
    padding-top: 0 !important; }

  .vp-m-0 {
    padding-bottom: 0 !important; }

  .vp-0-l {
    padding-top: 0 !important; }

  .vp-l-0 {
    padding-bottom: 0 !important; }

  .vp-0-s {
    padding-top: 0 !important; }

  .vp-s-0 {
    padding-bottom: 0 !important; }

  .vp-xl-0 {
    padding-bottom: 0 !important; }

  .vp-0-xl {
    padding-top: 0 !important; }

  .vp-xs-0 {
    padding-bottom: 0 !important; }

  .vp-0-xs {
    padding-top: 0 !important; } }
.hpxs-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.hpxs, .hpxs-l-m, .hpxs-l-s, .hpxs-l-xs, .hpxs-0-l, .hpxs-l-0 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.hpxs-xl, .hpxs-xl-l, .hpxs-l-xl, .hpxs-xl-m, .hpxs-m-xl, .hpxs-xl-s, .hpxs-s-xl, .hpxs-xl-0, .hpxs-0-xl {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.hpxs-m, .hpxs-m-l, .hpxs-m-s, .hpxs-m-xs, .hpxs-0-m, .hpxs-m-0 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.hpxs-s, .hpxs-s-m, .hpxs-s-l, .hpxs-s-xs, .hpxs-0-s, .hpxs-s-0 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.hpxs-xs, .hpxs-xs-s, .hpxs-xs-m, .hpxs-xs-l, .hpxs-xs-0, .hpxs-0-xs {
  padding-left: 6.66667px !important;
  padding-right: 6.66667px !important; }

.hpxs-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.hpxs-l-m {
  padding-right: 20px !important; }

.hpxs-m-l {
  padding-right: 40px !important; }

.hpxs-s-m {
  padding-right: 26.66667px !important; }

.hpxs-m-s {
  padding-right: 10px !important; }

.hpxs-l-s {
  padding-right: 10px !important; }

.hpxs-s-l {
  padding-right: 40px !important; }

.hpxs-xs-s {
  padding-right: 10px !important; }

.hpxs-s-xs {
  padding-right: 6.66667px !important; }

.hpxs-xs-m {
  padding-right: 20px !important; }

.hpxs-m-xs {
  padding-right: 6.66667px !important; }

.hpxs-xs-l {
  padding-right: 40px !important; }

.hpxs-l-xs {
  padding-right: 6.66667px !important; }

.hpxs-xl-l {
  padding-right: 40px !important; }

.hpxs-l-xl {
  padding-left: 40px !important; }

.hpxs-xl-m {
  padding-right: 20px !important; }

.hpxs-m-xl {
  padding-left: 20px !important; }

.hpxs-xl-s {
  padding-right: 10px !important; }

.hpxs-s-xl {
  padding-left: 10px !important; }

.hpxs-0-m {
  padding-left: 0 !important; }

.hpxs-m-0 {
  padding-right: 0 !important; }

.hpxs-0-l {
  padding-left: 0 !important; }

.hpxs-l-0 {
  padding-right: 0 !important; }

.hpxs-0-s {
  padding-left: 0 !important; }

.hpxs-s-0 {
  padding-right: 0 !important; }

.hpxs-xl-0 {
  padding-right: 0 !important; }

.hpxs-0-xl {
  padding-left: 0 !important; }

.hpxs-xs-0 {
  padding-right: 0 !important; }

.hpxs-0-xs {
  padding-left: 0 !important; }

.hpxsp {
  padding-left: percentatge(0.05556);
  padding-right: percentatge(0.05556); }

@media (min-width: 768px) {
  .hpsm, .hpsm-l-m, .hpsm-l-s, .hpsm-l-xs, .hpsm-0-l, .hpsm-l-0 {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .hpsm-xl, .hpsm-xl-l, .hpsm-l-xl, .hpsm-xl-m, .hpsm-m-xl, .hpsm-xl-s, .hpsm-s-xl, .hpsm-xl-0, .hpsm-0-xl {
    padding-left: 160px !important;
    padding-right: 160px !important; }

  .hpsm-m, .hpsm-m-l, .hpsm-m-s, .hpsm-m-xs, .hpsm-0-m, .hpsm-m-0 {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .hpsm-s, .hpsm-s-m, .hpsm-s-l, .hpsm-s-xs, .hpsm-0-s, .hpsm-s-0 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .hpsm-xs, .hpsm-xs-s, .hpsm-xs-m, .hpsm-xs-l, .hpsm-xs-0, .hpsm-0-xs {
    padding-left: 13.33333px !important;
    padding-right: 13.33333px !important; }

  .hpsm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .hpsm-l-m {
    padding-right: 40px !important; }

  .hpsm-m-l {
    padding-right: 80px !important; }

  .hpsm-s-m {
    padding-right: 53.33333px !important; }

  .hpsm-m-s {
    padding-right: 20px !important; }

  .hpsm-l-s {
    padding-right: 20px !important; }

  .hpsm-s-l {
    padding-right: 80px !important; }

  .hpsm-xs-s {
    padding-right: 20px !important; }

  .hpsm-s-xs {
    padding-right: 13.33333px !important; }

  .hpsm-xs-m {
    padding-right: 40px !important; }

  .hpsm-m-xs {
    padding-right: 13.33333px !important; }

  .hpsm-xs-l {
    padding-right: 80px !important; }

  .hpsm-l-xs {
    padding-right: 13.33333px !important; }

  .hpsm-xl-l {
    padding-right: 80px !important; }

  .hpsm-l-xl {
    padding-left: 80px !important; }

  .hpsm-xl-m {
    padding-right: 40px !important; }

  .hpsm-m-xl {
    padding-left: 40px !important; }

  .hpsm-xl-s {
    padding-right: 20px !important; }

  .hpsm-s-xl {
    padding-left: 20px !important; }

  .hpsm-0-m {
    padding-left: 0 !important; }

  .hpsm-m-0 {
    padding-right: 0 !important; }

  .hpsm-0-l {
    padding-left: 0 !important; }

  .hpsm-l-0 {
    padding-right: 0 !important; }

  .hpsm-0-s {
    padding-left: 0 !important; }

  .hpsm-s-0 {
    padding-right: 0 !important; }

  .hpsm-xl-0 {
    padding-right: 0 !important; }

  .hpsm-0-xl {
    padding-left: 0 !important; }

  .hpsm-xs-0 {
    padding-right: 0 !important; }

  .hpsm-0-xs {
    padding-left: 0 !important; }

  .hpsmp {
    padding-left: percentatge(0.05556);
    padding-right: percentatge(0.05556); } }
@media (min-width: 1024px) {
  .hpmd, .hpmd-l-m, .hpmd-l-s, .hpmd-l-xs, .hpmd-0-l, .hpmd-l-0 {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .hpmd-xl, .hpmd-xl-l, .hpmd-l-xl, .hpmd-xl-m, .hpmd-m-xl, .hpmd-xl-s, .hpmd-s-xl, .hpmd-xl-0, .hpmd-0-xl {
    padding-left: 160px !important;
    padding-right: 160px !important; }

  .hpmd-m, .hpmd-m-l, .hpmd-m-s, .hpmd-m-xs, .hpmd-0-m, .hpmd-m-0 {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .hpmd-s, .hpmd-s-m, .hpmd-s-l, .hpmd-s-xs, .hpmd-0-s, .hpmd-s-0 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .hpmd-xs, .hpmd-xs-s, .hpmd-xs-m, .hpmd-xs-l, .hpmd-xs-0, .hpmd-0-xs {
    padding-left: 13.33333px !important;
    padding-right: 13.33333px !important; }

  .hpmd-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .hpmd-l-m {
    padding-right: 40px !important; }

  .hpmd-m-l {
    padding-right: 80px !important; }

  .hpmd-s-m {
    padding-right: 53.33333px !important; }

  .hpmd-m-s {
    padding-right: 20px !important; }

  .hpmd-l-s {
    padding-right: 20px !important; }

  .hpmd-s-l {
    padding-right: 80px !important; }

  .hpmd-xs-s {
    padding-right: 20px !important; }

  .hpmd-s-xs {
    padding-right: 13.33333px !important; }

  .hpmd-xs-m {
    padding-right: 40px !important; }

  .hpmd-m-xs {
    padding-right: 13.33333px !important; }

  .hpmd-xs-l {
    padding-right: 80px !important; }

  .hpmd-l-xs {
    padding-right: 13.33333px !important; }

  .hpmd-xl-l {
    padding-right: 80px !important; }

  .hpmd-l-xl {
    padding-left: 80px !important; }

  .hpmd-xl-m {
    padding-right: 40px !important; }

  .hpmd-m-xl {
    padding-left: 40px !important; }

  .hpmd-xl-s {
    padding-right: 20px !important; }

  .hpmd-s-xl {
    padding-left: 20px !important; }

  .hpmd-0-m {
    padding-left: 0 !important; }

  .hpmd-m-0 {
    padding-right: 0 !important; }

  .hpmd-0-l {
    padding-left: 0 !important; }

  .hpmd-l-0 {
    padding-right: 0 !important; }

  .hpmd-0-s {
    padding-left: 0 !important; }

  .hpmd-s-0 {
    padding-right: 0 !important; }

  .hpmd-xl-0 {
    padding-right: 0 !important; }

  .hpmd-0-xl {
    padding-left: 0 !important; }

  .hpmd-xs-0 {
    padding-right: 0 !important; }

  .hpmd-0-xs {
    padding-left: 0 !important; }

  .hpmdp {
    padding-left: percentatge(0.05556);
    padding-right: percentatge(0.05556); } }
@media (min-width: 1360px) {
  .hp, .hp-l-m, .hp-l-s, .hp-l-xs, .hp-0-l, .hp-l-0 {
    padding-left: 13.88889% !important;
    padding-right: 13.88889% !important; }

  .hp-xl, .hp-xl-l, .hp-l-xl, .hp-xl-m, .hp-m-xl, .hp-xl-s, .hp-s-xl, .hp-xl-0, .hp-0-xl {
    padding-left: 17.36111% !important;
    padding-right: 17.36111% !important; }

  .hp-m, .hp-m-l, .hp-m-s, .hp-m-xs, .hp-0-m, .hp-m-0 {
    padding-left: 6.94444% !important;
    padding-right: 6.94444% !important; }

  .hp-s, .hp-s-m, .hp-s-l, .hp-s-xs, .hp-0-s, .hp-s-0 {
    padding-left: 3.47222% !important;
    padding-right: 3.47222% !important; }

  .hp-xs, .hp-xs-s, .hp-xs-m, .hp-xs-l, .hp-xs-0, .hp-0-xs {
    padding-left: 1.73611% !important;
    padding-right: 1.73611% !important; }

  .hp-l-m {
    padding-right: 6.94444% !important; }

  .hp-m-l {
    padding-right: 13.88889% !important; }

  .hp-s-m {
    padding-right: 6.94444% !important; }

  .hp-m-s {
    padding-right: 3.47222% !important; }

  .hp-l-s {
    padding-right: 3.47222% !important; }

  .hp-s-l {
    padding-right: 13.88889% !important; }

  .hp-xs-s {
    padding-right: 3.47222% !important; }

  .hp-s-xs {
    padding-right: 1.73611% !important; }

  .hp-xs-m {
    padding-right: 6.94444% !important; }

  .hp-m-xs {
    padding-right: 1.73611% !important; }

  .hp-xs-l {
    padding-right: 13.88889% !important; }

  .hp-l-xs {
    padding-right: 1.73611% !important; }

  .hp-xl-l {
    padding-right: 13.88889% !important; }

  .hp-l-xl {
    padding-left: 13.88889% !important; }

  .hp-xl-m {
    padding-right: 6.94444% !important; }

  .hp-m-xl {
    padding-left: 6.94444% !important; }

  .hp-xl-s {
    padding-right: 3.47222% !important; }

  .hp-s-xl {
    padding-left: 3.47222% !important; }

  .hp-0-m {
    padding-left: 0 !important; }

  .hp-m-0 {
    padding-right: 0 !important; }

  .hp-0-l {
    padding-left: 0 !important; }

  .hp-l-0 {
    padding-right: 0 !important; }

  .hp-0-s {
    padding-left: 0 !important; }

  .hp-s-0 {
    padding-right: 0 !important; }

  .hp-xl-0 {
    padding-right: 0 !important; }

  .hp-0-xl {
    padding-left: 0 !important; }

  .hp-xs-0 {
    padding-right: 0 !important; }

  .hp-0-xs {
    padding-left: 0 !important; } }
.nopadding {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.hm, .hm-l-m, .hm-l-s, .hm-l-xs, .hm-0-l, .hm-l-0 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

.hm-xl, .hm-xl-l, .hm-l-xl, .hm-xl-m, .hm-m-xl, .hm-xl-s, .hm-s-xl, .hm-xl-0, .hm-0-xl {
  margin-left: 125px !important;
  margin-right: 125px !important; }

.hm-m, .hm-m-l, .hm-m-s, .hm-m-xs, .hm-0-m, .hm-m-0 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.hm-s, .hm-s-m, .hm-s-l, .hm-s-xs, .hm-0-s, .hm-s-0 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.hm-xs, .hm-xs-s, .hm-xs-m, .hm-xs-l, .hm-xs-0, .hm-0-xs {
  margin-left: 12.5px !important;
  margin-right: 12.5px !important; }

.hm-l-m {
  margin-right: 50px !important; }

.hm-m-l {
  margin-right: 100px !important; }

.hm-s-m {
  margin-right: 50px !important; }

.hm-m-s {
  margin-right: 25px !important; }

.hm-l-s {
  margin-right: 25px !important; }

.hm-s-l {
  margin-right: 100px !important; }

.hm-xs-s {
  margin-right: 25px !important; }

.hm-s-xs {
  margin-right: 12.5px !important; }

.hm-xs-m {
  margin-right: 50px !important; }

.hm-m-xs {
  margin-right: 12.5px !important; }

.hm-xs-l {
  margin-right: 100px !important; }

.hm-l-xs {
  margin-right: 12.5px !important; }

.hm-xl-l {
  margin-right: 100px !important; }

.hm-l-xl {
  margin-left: 100px !important; }

.hm-xl-m {
  margin-right: 50px !important; }

.hm-m-xl {
  margin-left: 50px !important; }

.hm-xl-s {
  margin-right: 25px !important; }

.hm-s-xl {
  margin-left: 25px !important; }

.hm-0-m {
  margin-left: 0 !important; }

.hm-m-0 {
  margin-right: 0 !important; }

.hm-0-l {
  margin-left: 0 !important; }

.hm-l-0 {
  margin-right: 0 !important; }

.hm-0-s {
  margin-left: 0 !important; }

.hm-s-0 {
  margin-right: 0 !important; }

.hm-xl-0 {
  margin-right: 0 !important; }

.hm-0-xl {
  margin-left: 0 !important; }

.hm-xs-0 {
  margin-right: 0 !important; }

.hm-0-xs {
  margin-left: 0 !important; }

@media (min-width: 1024px) {
  .hmmd, .hmmd-l-m, .hmmd-l-s, .hmmd-l-xs, .hmmd-0-l, .hmmd-l-0 {
    margin-left: 80px !important;
    margin-right: 80px !important; }

  .hmmd-xl, .hmmd-xl-l, .hmmd-l-xl, .hmmd-xl-m, .hmmd-m-xl, .hmmd-xl-s, .hmmd-s-xl, .hmmd-xl-0, .hmmd-0-xl {
    margin-left: 160px !important;
    margin-right: 160px !important; }

  .hmmd-m, .hmmd-m-l, .hmmd-m-s, .hmmd-m-xs, .hmmd-0-m, .hmmd-m-0 {
    margin-left: 40px !important;
    margin-right: 40px !important; }

  .hmmd-s, .hmmd-s-m, .hmmd-s-l, .hmmd-s-xs, .hmmd-0-s, .hmmd-s-0 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .hmmd-xs, .hmmd-xs-s, .hmmd-xs-m, .hmmd-xs-l, .hmmd-xs-0, .hmmd-0-xs {
    margin-left: 13.33333px !important;
    margin-right: 13.33333px !important; }

  .hmmd-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .hmmd-l-m {
    margin-right: 40px !important; }

  .hmmd-m-l {
    margin-right: 80px !important; }

  .hmmd-s-m {
    margin-right: 53.33333px !important; }

  .hmmd-m-s {
    margin-right: 20px !important; }

  .hmmd-l-s {
    margin-right: 20px !important; }

  .hmmd-s-l {
    margin-right: 80px !important; }

  .hmmd-xs-s {
    margin-right: 20px !important; }

  .hmmd-s-xs {
    margin-right: 13.33333px !important; }

  .hmmd-xs-m {
    margin-right: 40px !important; }

  .hmmd-m-xs {
    margin-right: 13.33333px !important; }

  .hmmd-xs-l {
    margin-right: 80px !important; }

  .hmmd-l-xs {
    margin-right: 13.33333px !important; }

  .hmmd-xl-l {
    margin-right: 80px !important; }

  .hmmd-l-xl {
    margin-left: 80px !important; }

  .hmmd-xl-m {
    margin-right: 40px !important; }

  .hmmd-m-xl {
    margin-left: 40px !important; }

  .hmmd-xl-s {
    margin-right: 20px !important; }

  .hmmd-s-xl {
    margin-left: 20px !important; }

  .hmmd-0-m {
    margin-left: 0 !important; }

  .hmmd-m-0 {
    margin-right: 0 !important; }

  .hmmd-0-l {
    margin-left: 0 !important; }

  .hmmd-l-0 {
    margin-right: 0 !important; }

  .hmmd-0-s {
    margin-left: 0 !important; }

  .hmmd-s-0 {
    margin-right: 0 !important; }

  .hmmd-xl-0 {
    margin-right: 0 !important; }

  .hmmd-0-xl {
    margin-left: 0 !important; }

  .hmmd-xs-0 {
    margin-right: 0 !important; }

  .hmmd-0-xs {
    margin-left: 0 !important; }

  .hmmdp {
    margin-left: percentatge(0.05556);
    margin-right: percentatge(0.05556); } }
@media (min-width: 768px) {
  .hmsm, .hmsm-l-m, .hmsm-l-s, .hmsm-l-xs, .hmsm-0-l, .hmsm-l-0 {
    margin-left: 80px !important;
    margin-right: 80px !important; }

  .hmsm-xl, .hmsm-xl-l, .hmsm-l-xl, .hmsm-xl-m, .hmsm-m-xl, .hmsm-xl-s, .hmsm-s-xl, .hmsm-xl-0, .hmsm-0-xl {
    margin-left: 160px !important;
    margin-right: 160px !important; }

  .hmsm-m, .hmsm-m-l, .hmsm-m-s, .hmsm-m-xs, .hmsm-0-m, .hmsm-m-0 {
    margin-left: 40px !important;
    margin-right: 40px !important; }

  .hmsm-s, .hmsm-s-m, .hmsm-s-l, .hmsm-s-xs, .hmsm-0-s, .hmsm-s-0 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .hmsm-xs, .hmsm-xs-s, .hmsm-xs-m, .hmsm-xs-l, .hmsm-xs-0, .hmsm-0-xs {
    margin-left: 13.33333px !important;
    margin-right: 13.33333px !important; }

  .hmsm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .hmsm-l-m {
    margin-right: 40px !important; }

  .hmsm-m-l {
    margin-right: 80px !important; }

  .hmsm-s-m {
    margin-right: 53.33333px !important; }

  .hmsm-m-s {
    margin-right: 20px !important; }

  .hmsm-l-s {
    margin-right: 20px !important; }

  .hmsm-s-l {
    margin-right: 80px !important; }

  .hmsm-xs-s {
    margin-right: 20px !important; }

  .hmsm-s-xs {
    margin-right: 13.33333px !important; }

  .hmsm-xs-m {
    margin-right: 40px !important; }

  .hmsm-m-xs {
    margin-right: 13.33333px !important; }

  .hmsm-xs-l {
    margin-right: 80px !important; }

  .hmsm-l-xs {
    margin-right: 13.33333px !important; }

  .hmsm-xl-l {
    margin-right: 80px !important; }

  .hmsm-l-xl {
    margin-left: 80px !important; }

  .hmsm-xl-m {
    margin-right: 40px !important; }

  .hmsm-m-xl {
    margin-left: 40px !important; }

  .hmsm-xl-s {
    margin-right: 20px !important; }

  .hmsm-s-xl {
    margin-left: 20px !important; }

  .hmsm-0-m {
    margin-left: 0 !important; }

  .hmsm-m-0 {
    margin-right: 0 !important; }

  .hmsm-0-l {
    margin-left: 0 !important; }

  .hmsm-l-0 {
    margin-right: 0 !important; }

  .hmsm-0-s {
    margin-left: 0 !important; }

  .hmsm-s-0 {
    margin-right: 0 !important; }

  .hmsm-xl-0 {
    margin-right: 0 !important; }

  .hmsm-0-xl {
    margin-left: 0 !important; }

  .hmsm-xs-0 {
    margin-right: 0 !important; }

  .hmsm-0-xs {
    margin-left: 0 !important; }

  .hmsmp {
    margin-left: percentatge(0.05556);
    margin-right: percentatge(0.05556); } }
@media (max-width: 480px) {
  .hmxs, .hmxs-l-m, .hmxs-l-s, .hmxs-l-xs, .hmxs-0-l, .hmxs-l-0 {
    margin-left: 40px !important;
    margin-right: 40px !important; }

  .hmxs-xl, .hmxs-xl-l, .hmxs-l-xl, .hmxs-xl-m, .hmxs-m-xl, .hmxs-xl-s, .hmxs-s-xl, .hmxs-xl-0, .hmxs-0-xl {
    margin-left: 80px !important;
    margin-right: 80px !important; }

  .hmxs-m, .hmxs-m-l, .hmxs-m-s, .hmxs-m-xs, .hmxs-0-m, .hmxs-m-0 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .hmxs-s, .hmxs-s-m, .hmxs-s-l, .hmxs-s-xs, .hmxs-0-s, .hmxs-s-0 {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  .hmxs-xs, .hmxs-xs-s, .hmxs-xs-m, .hmxs-xs-l, .hmxs-xs-0, .hmxs-0-xs {
    margin-left: 6.66667px !important;
    margin-right: 6.66667px !important; }

  .hmxs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .hmxs-l-m {
    margin-right: 20px !important; }

  .hmxs-m-l {
    margin-right: 40px !important; }

  .hmxs-s-m {
    margin-right: 26.66667px !important; }

  .hmxs-m-s {
    margin-right: 10px !important; }

  .hmxs-l-s {
    margin-right: 10px !important; }

  .hmxs-s-l {
    margin-right: 40px !important; }

  .hmxs-xs-s {
    margin-right: 10px !important; }

  .hmxs-s-xs {
    margin-right: 6.66667px !important; }

  .hmxs-xs-m {
    margin-right: 20px !important; }

  .hmxs-m-xs {
    margin-right: 6.66667px !important; }

  .hmxs-xs-l {
    margin-right: 40px !important; }

  .hmxs-l-xs {
    margin-right: 6.66667px !important; }

  .hmxs-xl-l {
    margin-right: 40px !important; }

  .hmxs-l-xl {
    margin-left: 40px !important; }

  .hmxs-xl-m {
    margin-right: 20px !important; }

  .hmxs-m-xl {
    margin-left: 20px !important; }

  .hmxs-xl-s {
    margin-right: 10px !important; }

  .hmxs-s-xl {
    margin-left: 10px !important; }

  .hmxs-0-m {
    margin-left: 0 !important; }

  .hmxs-m-0 {
    margin-right: 0 !important; }

  .hmxs-0-l {
    margin-left: 0 !important; }

  .hmxs-l-0 {
    margin-right: 0 !important; }

  .hmxs-0-s {
    margin-left: 0 !important; }

  .hmxs-s-0 {
    margin-right: 0 !important; }

  .hmxs-xl-0 {
    margin-right: 0 !important; }

  .hmxs-0-xl {
    margin-left: 0 !important; }

  .hmxs-xs-0 {
    margin-right: 0 !important; }

  .hmxs-0-xs {
    margin-left: 0 !important; }

  .hmxsp {
    margin-left: percentatge(0.05556);
    margin-right: percentatge(0.05556); } }
.vm-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.gp {
  padding: 80px !important; }

.gp-xl {
  padding: 100px !important; }

.gp-m {
  padding: 40px !important; }

.gp-s {
  padding: 20px !important; }

.gp-xs {
  padding: 10px !important; }

*[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed; }

html {
  font-size: 18px; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Asap", sans-serif;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden; }

p, ul li, ol, ol li {
  font-family: "Asap", sans-serif;
  color: #626972;
  font-size: 0.72222rem;
  line-height: 1.30769em;
  font-weight: 400;
  padding: 0;
  margin: 0; }
  @media (min-width: 1024px) {
    p, ul li, ol, ol li {
      font-size: 1rem;
      line-height: 1.66667em; } }

/* -------- HEADER -------- */
header.main-header {
  position: fixed;
  top: 15px;
  right: 0px;
  left: 0px;
  z-index: 10000; }
  @media (min-width: 1024px) {
    header.main-header {
      top: 25px; } }

/* --------- NANOSCROLLER ----------- */
/** nanoscroller **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nano > .nano-content:focus {
  outline: thin dotted; }

.nano > .nano-content::-webkit-scrollbar {
  display: none; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.nano > .nano-pane > .nano-slider {
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.nano {
  width: 100%;
  height: 280px;
  margin-bottom: 20px; }

.nano .nano-content {
  padding: 10px; }

.nano .nano-pane {
  background: #d7d7d7;
  width: 7px; }

.nano .nano-slider {
  background: #e2231a;
  width: 5px; }

/* -------- HEADER BAR -------- */
.header-bar {
  width: 95%;
  background-color: #ffffff;
  max-width: 1400px;
  position: relative;
  z-index: 9999;
  margin: 0 auto;
  height: 60px;
  text-align: center;
  /*@if $inset {
  	-webkit-box-shadow:inset $top $left $blur $color;
  	-moz-box-shadow:inset $top $left $blur $color;
  	box-shadow:inset $top $left $blur $color;
  } @else {
  	-webkit-box-shadow: $top $left $blur $color;
  	-moz-box-shadow: $top $left $blur $color;
  	box-shadow: $top $left $blur $color;
  }*/
  -webkit-box-shadow: 0 0 15px rgba(66, 66, 63, 0.3);
  -moz-box-shadow: 0 0 15px rgba(66, 66, 63, 0.3);
  box-shadow: 0 0 15px rgba(66, 66, 63, 0.3); }
  .header-bar .main-menu-button {
    float: left;
    min-width: 50px;
    height: 100%;
    box-sizing: border-box;
    padding: 15px;
    border-right: 1px solid #d7d7d7;
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .header-bar .main-menu-button .hamburger {
      margin-top: 4px; }
    .header-bar .main-menu-button.open {
      background-color: #ededed; }
      .header-bar .main-menu-button.open .hamburger-inner, .header-bar .main-menu-button.open .hamburger-inner:after, .header-bar .main-menu-button.open .hamburger-inner:before {
        background-color: #d7d7d7; }
    .rtl .header-bar .main-menu-button {
      float: right;
      border-left: 1px solid #d7d7d7;
      border-right: 0px; }
  .header-bar .logo-header {
    width: 110px;
    display: inline-block;
    position: relative; }
    .header-bar .logo-header img, .header-bar .logo-header svg {
      position: absolute;
      top: 0px;
      right: 0px;
      left: 0px;
      margin: -32px auto 0px;
      max-width: 100%; }
      .page-detail .header-bar .logo-header img, .page-detail .header-bar .logo-header svg {
        margin: -20px auto 0px; }
  .header-bar .menu-button:not(.main-menu-button) {
    display: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 0.77778rem;
    line-height: 1.14286em;
    color: #1d1c1b;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 56px;
    padding-right: 40px;
    text-transform: uppercase;
    cursor: pointer; }
    html:not([dir="rtl"]) .header-bar .menu-button:not(.main-menu-button) {
      letter-spacing: 0.9px; }
    .header-bar .menu-button:not(.main-menu-button).closed {
      color: #626972; }
    .header-bar .menu-button:not(.main-menu-button).open {
      color: #42423f;
      border-bottom: 4px solid #e2231a; }
    .rtl .header-bar .menu-button:not(.main-menu-button) {
      padding-right: inherit;
      padding-left: 40px; }
  .header-bar .language {
    float: right;
    min-width: 50px;
    height: 100%;
    box-sizing: border-box;
    padding: 15px;
    border-left: 1px solid #d7d7d7;
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .header-bar .language .wpml-ls-legacy-list-horizontal {
      border: 0px;
      padding: 0px; }
      .header-bar .language .wpml-ls-legacy-list-horizontal .wpml-ls-current-language {
        display: none; }
    .rtl .header-bar .language {
      border-left: 0px;
      border-right: 1px solid #d7d7d7;
      float: left; }
  @media (min-width: 1024px) {
    .header-bar .logo-header {
      width: 130px; }
      .header-bar .logo-header img, .header-bar .logo-header svg {
        margin: -62px auto 0px; }
    .header-bar .menu-button:not(.main-menu-button) {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: relative; }
      .header-bar .menu-button:not(.main-menu-button):after {
        content: '';
        width: 18px;
        height: auto;
        background: url(../image/down.svg) no-repeat center right;
        background-size: contain;
        position: absolute;
        display: block;
        right: 0px;
        margin: auto;
        top: 0px;
        bottom: 0px; }
      .header-bar .menu-button:not(.main-menu-button).open:after {
        background-image: url(../image/up.svg); }
      .rtl .header-bar .menu-button:not(.main-menu-button):after {
        right: inherit;
        left: 0px; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header-bar .menu-button:not(.main-menu-button):after {
      background-size: 15px 10px; } }
  @media (min-width: 1360px) {
    .header-bar {
      height: 80px; }
      .header-bar .main-menu-button {
        min-width: 80px; }
      .header-bar .logo-header {
        width: 150px; }
        .header-bar .logo-header img, .header-bar .logo-header svg {
          margin: -73px auto 0px; }
      .header-bar .menu-button:not(.main-menu-button) {
        height: 76px;
        font-size: 0.88889rem;
        line-height: 1.125em; }
      .header-bar .language {
        padding: 15px 20px;
        min-width: 80px; } }

/* -------- HEADER BAR -------- */
/* -------- MENUS -------- */
.big-menu {
  max-width: 95vw;
  width: 95%;
  box-sizing: border-box;
  background-color: #ffffff;
  position: absolute;
  display: none;
  top: 60px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  height: 75vh;
  overflow-y: scroll;
  /*@if $inset {
  	-webkit-box-shadow:inset $top $left $blur $color;
  	-moz-box-shadow:inset $top $left $blur $color;
  	box-shadow:inset $top $left $blur $color;
  } @else {
  	-webkit-box-shadow: $top $left $blur $color;
  	-moz-box-shadow: $top $left $blur $color;
  	box-shadow: $top $left $blur $color;
  }*/
  -webkit-box-shadow: 0px 0px 15px rgba(66, 66, 63, 0.3);
  -moz-box-shadow: 0px 0px 15px rgba(66, 66, 63, 0.3);
  box-shadow: 0px 0px 15px rgba(66, 66, 63, 0.3); }
  @media (min-width: 768px) {
    .big-menu {
      height: 75vh; } }
  @media (min-width: 1024px) {
    .big-menu {
      height: auto;
      overflow: inherit;
      max-width: 1400px;
      padding: 50px 60px;
      z-index: 1;
      text-align: center;
      /*@if $inset {
      	-webkit-box-shadow:inset $top $left $blur $color;
      	-moz-box-shadow:inset $top $left $blur $color;
      	box-shadow:inset $top $left $blur $color;
      } @else {
      	-webkit-box-shadow: $top $left $blur $color;
      	-moz-box-shadow: $top $left $blur $color;
      	box-shadow: $top $left $blur $color;
      }*/
      -webkit-box-shadow: 0px 0px 15px rgba(66, 66, 63, 0.3);
      -moz-box-shadow: 0px 0px 15px rgba(66, 66, 63, 0.3);
      box-shadow: 0px 0px 15px rgba(66, 66, 63, 0.3); }
      .big-menu .item {
        max-width: 145px;
        display: inline-block;
        margin: 10px;
        text-align: center; }
        .big-menu .item.recipes-menu-item {
          vertical-align: bottom;
          min-height: 300px; }
        .big-menu .item img {
          max-width: 100%;
          margin-bottom: 30px; }
        .big-menu .item p {
          font-size: 0.77778rem;
          font-weight: 500;
          color: #42423f;
          display: table;
          margin: 0 auto; } }
  @media (min-width: 1360px) {
    .big-menu {
      padding: 80px; }
      .big-menu .item {
        max-width: 200px; }
        .big-menu .item img {
          margin-bottom: 15px; } }

.main-menu {
  padding: 30px 0px 0px;
  width: 100%; }
  .main-menu > li {
    border-bottom: 1px solid #d7d7d7; }
    .main-menu > li > a {
      display: block;
      font-family: "Asap", sans-serif;
      font-size: 0.88889rem;
      font-weight: 500;
      padding: 20px 25px; }
    .main-menu > li .description {
      display: none; }
    .main-menu > li > ul.sub-menu {
      padding: 10px 25px 30px; }
      .main-menu > li > ul.sub-menu > li {
        margin: 10px 0px; }
        .main-menu > li > ul.sub-menu > li > a {
          font-family: "Montserrat", sans-serif;
          font-size: 0.66667rem;
          font-weight: 700;
          color: #626972;
          text-transform: uppercase;
          display: inline-block;
          padding: 5px 25px 5px 0px;
          position: relative; }
          html:not([dir="rtl"]) .main-menu > li > ul.sub-menu > li > a {
            letter-spacing: 2px; }
          .main-menu > li > ul.sub-menu > li > a:after {
            content: '';
            display: block;
            width: 15px;
            height: 10px;
            top: 0px;
            bottom: 0px;
            margin: auto;
            position: absolute;
            right: 0px;
            background-repeat: no-repeat;
            background-image: url("/wp-content/themes/morillas-child/assets/image/down.svg"); }
          .main-menu > li > ul.sub-menu > li > a.open:after {
            background-image: url("/wp-content/themes/morillas-child/assets/image/up.svg"); }
        .main-menu > li > ul.sub-menu > li ul.sub-menu {
          display: none; }
          .main-menu > li > ul.sub-menu > li ul.sub-menu li a {
            font-family: "Asap", sans-serif;
            font-size: 0.66667rem;
            color: #42423f;
            text-decoration: underline; }
  @media (min-width: 1024px) {
    .main-menu {
      overflow: hidden;
      padding: 0px;
      display: table;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .main-menu > li {
        padding: 20px;
        min-height: 300px;
        width: 25%;
        display: table;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        box-sizing: border-box;
        border-bottom: 0px;
        border-right: 1px solid #d7d7d7; }
        .main-menu > li > a {
          font-weight: 500;
          font-size: 1.44444rem;
          line-height: 1.15385em;
          color: #42423f; }
        .main-menu > li > a:hover .description {
          width: 250px;
          display: block;
          font-family: "Asap", sans-serif;
          font-style: italic;
          font-size: 0.77778rem;
          line-height: 1.14286em;
          text-align: center;
          color: #e2231a; }
          .main-menu > li > a:hover .description:before {
            content: '';
            display: block;
            height: 4px;
            background-color: #e2231a;
            width: 90px;
            margin: 10px auto 20px; }
      .main-menu ul.sub-menu {
        display: none; } }
  @media (min-width: 1360px) {
    .main-menu > li {
      padding: 40px;
      min-height: 350px; }
      .main-menu > li > a {
        font-size: 1.88889rem;
        line-height: 1.17647em; }
      .main-menu > li > a:hover:before {
        margin: 20px auto 40px; }
      .main-menu > li > a:hover .description {
        font-size: 1.11111rem;
        line-height: 1.3em; } }

.contact-main-menu {
  display: block;
  padding: 0; }
  @media (min-width: 1024px) {
    .contact-main-menu {
      display: table;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      padding: 20px 25px; } }
  .contact-main-menu ul {
    display: inline-block;
    padding: 0px;
    margin: 0px; }
    .contact-main-menu ul li {
      display: inline-block;
      margin: 0px 15px; }
      .contact-main-menu ul li a {
        font-family: "Asap", sans-serif;
        font-size: 0.83333rem;
        font-weight: 700;
        line-height: 1.73333em;
        text-align: center;
        color: #000000; }
        html:not([dir="rtl"]) .contact-main-menu ul li a {
          letter-spacing: 1px; }
        @media (min-width: 1024px) {
          .contact-main-menu ul li a {
            color: #ffffff;
            text-transform: uppercase; } }
      .contact-main-menu ul li:first-child {
        margin-left: 0px; }
  .rtl .contact-main-menu ul li:first-child {
    margin-left: 5px;
    margin-right: 0px; }
  .contact-main-menu ul.contact-menu {
    display: block;
    border-bottom: 1px solid #d7d7d7; }
    .contact-main-menu ul.contact-menu li a {
      display: block;
      font-family: "Asap", sans-serif;
      font-size: 0.88889rem;
      font-weight: 500;
      padding: 20px 25px; }
      @media (min-width: 1024px) {
        .contact-main-menu ul.contact-menu li a {
          font-family: "Montserrat", sans-serif; } }
    @media (min-width: 1024px) {
      .contact-main-menu ul.contact-menu {
        border: none; } }
  .contact-main-menu ul.social_media_menu {
    padding: 20px 25px; }
    @media (min-width: 1024px) {
      .contact-main-menu ul.social_media_menu {
        padding: 0; } }
    .contact-main-menu ul.social_media_menu li a {
      display: block;
      line-height: 1em; }
  @media (min-width: 1024px) {
    .contact-main-menu {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      background-color: #e2231a; }
      .contact-main-menu ul.contact-menu {
        display: inline-block; }
      .contact-main-menu ul.social_media_menu li {
        margin: 0px 5px; }
        .contact-main-menu ul.social_media_menu li a svg .icon {
          fill: #ffffff; }
        .contact-main-menu ul.social_media_menu li a svg .background {
          fill: transparent; }
        .contact-main-menu ul.social_media_menu li a svg .border {
          stroke: #ffffff; }
        .contact-main-menu ul.social_media_menu li a:hover svg .icon {
          fill: #999999; }
        .contact-main-menu ul.social_media_menu li a:hover svg .border {
          stroke: #999999; } }

#main-menu {
  padding: 0px; }

#products-menu {
  display: none; }
  #products-menu #products-menu-categories {
    display: block;
    margin: 0 auto 15px;
    text-align: center; }
  #products-menu .products-menu-category {
    font-family: "Montserrat", sans-serif;
    font-size: 0.77778rem;
    font-weight: 700;
    text-align: center;
    color: #626972;
    text-transform: uppercase;
    padding: 15px 30px;
    margin: 0 20px;
    display: inline-block;
    max-width: 200px;
    cursor: pointer;
    color: #d7d7d7;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px; }
    html:not([dir="rtl"]) #products-menu .products-menu-category {
      letter-spacing: 2.3px; }
    #products-menu .products-menu-category.selected {
      border: 1px solid #f3f3f3;
      color: #626972; }
  @media (min-width: 1024px) {
    #products-menu {
      min-height: 300px; }
      #products-menu #products-menu-categories {
        margin: 0 auto 20px; }
      #products-menu .products-menu-category {
        font-size: 0.66667rem;
        padding: 10px 15px;
        margin: 0 10px; } }
  @media (min-width: 1360px) {
    #products-menu .products-menu-category {
      font-size: 0.77778rem;
      padding: 15px 30px;
      margin: 0 20px; } }

#recipes-menu {
  display: none; }
  #recipes-menu .button-red {
    display: block;
    margin: 30px auto 0px;
    max-width: 200px;
    padding: 10px 30px;
    width: auto;
    min-width: 0px; }

/* -------- MENUS -------- */
/* -------- HEADER -------- */
/* GENERAL STYLE */
h1, .big-title {
  font-family: "Asap", sans-serif;
  font-weight: 700;
  font-size: 1.77778rem;
  line-height: 1em;
  color: #e2231a;
  text-align: center; }
  html:not([dir="rtl"]) h1, html:not([dir="rtl"]) .big-title {
    letter-spacing: -0.6px; }
  @media (min-width: 768px) {
    h1, .big-title {
      font-size: 2.22222rem;
      line-height: 1em; } }
  @media (min-width: 1024px) {
    h1, .big-title {
      font-size: 2.66667rem;
      line-height: 1.04167em;
      text-align: left; } }
  @media (min-width: 1360px) {
    h1, .big-title {
      font-size: 3.61111rem;
      line-height: 1.04615em;
      text-align: left; } }
  @media (min-width: 1024px) {
    .rtl h1, .rtl .big-title {
      text-align: right; } }

.big-title {
  display: block;
  font-size: 1.66667rem;
  line-height: 1em;
  padding: 2px 0px 1px; }
  @media (min-width: 768px) {
    .big-title {
      font-size: 2.11111rem;
      line-height: 1.05263em; } }
  @media (min-width: 1024px) {
    .big-title {
      font-size: 2.55556rem;
      line-height: 1.04348em; } }
  @media (min-width: 1360px) {
    .big-title {
      font-size: 3.5rem;
      line-height: 1.03175em; } }

h2 {
  font-family: "Asap", sans-serif;
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: 1.08333em;
  text-align: center;
  color: #8d8e8e; }
  html:not([dir="rtl"]) h2 {
    letter-spacing: -0.5px; }
  h2.greyish-bold {
    font-weight: 700;
    color: #42423f;
    line-height: 1em; }
    html:not([dir="rtl"]) h2.greyish-bold {
      letter-spacing: -0.2px; }
  h2.white {
    font-weight: 700;
    color: #ffffff;
    line-height: 1.16667em; }
    html:not([dir="rtl"]) h2.white {
      letter-spacing: -0.2px; }
  h2 .home {
    font-size: 1.55556rem;
    line-height: 0.92857em; }
  @media (min-width: 1024px) {
    h2 {
      font-size: 3.05556rem;
      line-height: 1.05455em;
      text-align: left; }
      html:not([dir="rtl"]) h2 {
        letter-spacing: -1.3px; }
      h2 .greyish-bold {
        font-weight: 700;
        color: #42423f;
        line-height: 0.87273em; }
        html:not([dir="rtl"]) h2 .greyish-bold {
          letter-spacing: -0.8px; }
      h2 .white {
        font-weight: 700;
        color: #ffffff;
        line-height: 1.18182em; }
        html:not([dir="rtl"]) h2 .white {
          letter-spacing: -0.8px; }
      h2 .home {
        font-size: 3.05556rem;
        line-height: 1.05455em; }
      h2.center {
        text-align: center; } }
  @media (min-width: 1024px) {
    .rtl h2 {
      text-align: right; }
      .rtl h2.center {
        text-align: center; } }

h3 {
  font-family: "Asap", sans-serif;
  font-size: 1.27778rem;
  font-weight: 400;
  line-height: 1.13043em;
  text-align: left;
  color: #8d8e8e; }
  html:not([dir="rtl"]) h3 {
    letter-spacing: 1.2px; }
  h3.center {
    text-align: center; }
  h3.white {
    color: #ffffff; }
  h3 .home {
    font-size: 1.44444rem;
    line-height: 0.92857em; }
  @media (min-width: 1024px) {
    h3 {
      font-size: 2.5rem;
      line-height: 1.28889em;
      text-align: left; }
      html:not([dir="rtl"]) h3 {
        letter-spacing: -1px; }
      h3.white {
        color: #ffffff; } }
  .rtl h3.center {
    text-align: center; }
  @media (min-width: 1024px) {
    .rtl h3 {
      text-align: right; } }

h4 {
  font-family: "Asap", sans-serif;
  font-size: 1.11111rem;
  line-height: 1.125em;
  text-align: left;
  color: #42423f;
  font-weight: 400;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    h4 {
      font-size: 1.33333rem;
      line-height: 1.25em; } }
  .rtl h4 {
    text-align: right; }

h5 {
  font-family: "Asap", sans-serif;
  font-size: 0.88889rem;
  font-weight: 500;
  line-height: 0.9375em;
  text-align: left;
  color: #42423f; }
  h5.title-inside {
    font-family: "Montserrat", sans-serif;
    font-size: 0.77778rem;
    font-weight: 700;
    color: #e2231a;
    max-width: 100%;
    margin-bottom: 15px; }
    html:not([dir="rtl"]) h5.title-inside {
      letter-spacing: 2.8px; }
  @media (min-width: 1024px) {
    h5 {
      font-size: 1rem;
      line-height: 1.11111em; }
      h5.title-inside {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 20px;
        max-width: 80%; }
        html:not([dir="rtl"]) h5.title-inside {
          letter-spacing: 3.6px; } }
  .rtl h5 {
    text-align: right !important; }

.subtitle {
  font-size: 0.66667rem;
  line-height: 1.5em;
  color: #42423f;
  font-family: "Montserrat", sans-serif; }
  .subtitle.home {
    font-size: 1.11111rem;
    line-height: 1.2em; }
  @media (min-width: 1024px) {
    .subtitle {
      font-size: 1.22222rem;
      line-height: 1.36364em; } }

.btn_center {
  text-align: center; }

@media (min-width: 1024px) {
  .btn_right {
    text-align: left !important; } }
@media (min-width: 1024px) {
  .rtl .btn_right {
    text-align: right !important; } }

.custom-container-morillas {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .custom-container-morillas {
      max-width: 750px; } }
  @media (min-width: 1024px) {
    .custom-container-morillas {
      max-width: 1170px; } }
  .custom-container-morillas .margin-auto {
    margin-right: auto;
    margin-left: auto; }

.wpb_text_column h4 {
  margin-bottom: 15px; }

/* -------- PAGE -------- */
.page-header {
  padding: 180px 10% 50px;
  border-bottom: 1px solid #e7d9c7; }
  .page-header p {
    margin-top: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 0.66667rem;
    line-height: 1.5em;
    color: #42423f; }
  @media (min-width: 768px) {
    .page-header p {
      font-size: 1rem;
      line-height: 1.11111em; } }
  @media (min-width: 1024px) {
    .page-header {
      padding: 190px 10% 100px; }
      .page-header p {
        font-size: 1.22222rem;
        line-height: 1.36364em; } }

/* -------- PAGE -------- */
/* -------- PAGE-DETAIL -------- */
.page-detail-padding {
  padding-top: 210px; }

.page-detail-padding-product .header-bar .logo-header img {
  margin: -15px auto 0px; }
  @media (min-width: 768px) {
    .page-detail-padding-product .header-bar .logo-header img {
      margin: -15px auto 0px; } }
  @media (min-width: 1024px) {
    .page-detail-padding-product .header-bar .logo-header img {
      margin: -70px auto 0px; } }

/* -------- PAGE-DETAIL -------- */
/* BREADCRUMBS */
ul#breadcrumbs {
  list-style: none;
  text-align: center; }
  ul#breadcrumbs li {
    font-family: "Montserrat", sans-serif;
    font-size: 0.55556rem;
    line-height: 1.6em;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    color: #b4a795; }
    html:not([dir="rtl"]) ul#breadcrumbs li {
      letter-spacing: 2px; }
    ul#breadcrumbs li:after {
      content: '>';
      display: inline-block;
      color: #b4a795;
      margin: 0 5px;
      font-size: 12px;
      top: 1px;
      position: relative; }
    ul#breadcrumbs li:last-child {
      font-weight: 700;
      text-decoration: none;
      color: #b4a795; }
      ul#breadcrumbs li:last-child:after {
        content: ''; }
    ul#breadcrumbs li a {
      color: #b4a795; }
  @media (min-width: 1024px) {
    ul#breadcrumbs {
      text-align: left; } }
  .rtl ul#breadcrumbs li:after {
    content: '<'; }
  .rtl ul#breadcrumbs li:last-child:after {
    content: ''; }
  @media (min-width: 1024px) {
    .rtl ul#breadcrumbs {
      text-align: right; } }

/* IMG */
.light-box img {
  width: 200px;
  height: 230px; }
  @media (min-width: 1024px) {
    .light-box img {
      height: auto;
      width: 300px; } }

/* SOCIAL NETWORK SHARE */
.social-network-layer .title {
  font-size: 0.66667rem;
  line-height: 1em;
  color: #42423f;
  font-weight: 500;
  text-align: center; }
.social-network-layer ul.social-network {
  list-style: none;
  text-align: center; }
  .social-network-layer ul.social-network li {
    display: inline-block;
    margin: 0px 5px; }
    .social-network-layer ul.social-network li:first-child {
      margin-left: 0px; }
    .social-network-layer ul.social-network li:last-child {
      margin-right: 0px; }

table {
  width: 100%;
  border-collapse: collapse;
  border: none; }
  table tr {
    background: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 0.61111rem;
    font-weight: 400;
    margin: 0;
    border: 0; }
    table tr:nth-child(even) {
      background: rgba(241, 231, 219, 0.2); }
    table tr td {
      width: 50%; }
    table tr .title {
      color: #86754d;
      padding: 15px 10px; }
    table tr .item {
      padding: 10px;
      color: #42423f;
      font-weight: 700; }
  @media (min-width: 1024px) {
    table {
      width: 70%;
      margin: 0 auto; } }

.table_ingredients {
  width: 100%; }
  .table_ingredients table {
    width: 100%; }
  @media (min-width: 1024px) {
    .table_ingredients {
      width: 70%;
      margin: 0 auto; }
      .table_ingredients table {
        width: 100%;
        margin-bottom: 60px; } }

.content-specs {
  font-family: "Montserrat", sans-serif;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 2.22222em;
  color: #626972;
  text-align: center;
  display: inline-block;
  width: 100%; }

.list ul {
  list-style: none; }
  .list ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px; }
    .list ul li:before {
      position: absolute;
      content: "";
      background-image: url(../image/list-elements/bullet.svg);
      background-size: cover;
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-right: 10px;
      top: 3px;
      left: 0px; }
  @media (min-width: 1024px) {
    .list ul li {
      margin-bottom: 10px;
      position: relative;
      padding-left: 30px; }
      .list ul li:before {
        background-image: url(../image/list-elements/bullet.svg);
        width: 15px;
        height: 15px;
        margin-right: 20px;
        top: 7px;
        left: 0px; } }
  .rtl .list ul li {
    padding-left: 0px;
    padding-right: 15px; }
    .rtl .list ul li:before {
      margin-right: 00px;
      margin-left: 10px;
      right: 0px; }
  @media (min-width: 1024px) {
    .rtl .list ul li {
      padding-left: 0px;
      padding-right: 30px; }
      .rtl .list ul li:before {
        margin-left: 20px;
        right: 0px; } }

.image_background, .related_recipe .image_recipe, .container_news .image_new, .container_latestposts .image_new {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  position: relative; }

.related_recipe {
  display: inline-block;
  /*@if $inset {
  	-webkit-box-shadow:inset $top $left $blur $color;
  	-moz-box-shadow:inset $top $left $blur $color;
  	box-shadow:inset $top $left $blur $color;
  } @else {
  	-webkit-box-shadow: $top $left $blur $color;
  	-moz-box-shadow: $top $left $blur $color;
  	box-shadow: $top $left $blur $color;
  }*/
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0%;
  margin-right: 3%;
  height: 400px;
  vertical-align: top; }
  .related_recipe .image_recipe {
    height: 260px;
    width: auto;
    position: relative; }
    .related_recipe .image_recipe > div {
      text-align: center; }
    .related_recipe .image_recipe .text-preparation {
      position: relative;
      padding: 7px 15px;
      background-color: #e2231a;
      color: #ffffff;
      border-radius: 11px;
      font-family: "Montserrat", sans-serif;
      font-size: 0.55556em;
      text-transform: uppercase;
      top: -10px; }
      html:not([dir="rtl"]) .related_recipe .image_recipe .text-preparation {
        letter-spacing: 1.1px; }
      .related_recipe .image_recipe .text-preparation:before {
        width: 14px;
        height: 14px;
        margin: auto;
        margin-right: 10px;
        top: 3px;
        bottom: 0px;
        position: relative;
        content: "";
        background-size: cover;
        display: inline-block; }
      .related_recipe .image_recipe .text-preparation.longer:before {
        background-image: url("/wp-content/themes/morillas-child/assets/image/times/longer.svg"); }
      .related_recipe .image_recipe .text-preparation.medium:before {
        background-image: url("/wp-content/themes/morillas-child/assets/image/times/medium.svg"); }
      .related_recipe .image_recipe .text-preparation.quick:before {
        background-image: url("/wp-content/themes/morillas-child/assets/image/times/quick.svg"); }
      .rtl .related_recipe .image_recipe .text-preparation:before {
        margin-left: 10px; }
  .related_recipe .content_recipe {
    padding: 25px 15px; }
    .related_recipe .content_recipe span {
      display: block; }
      .related_recipe .content_recipe span.category, .related_recipe .content_recipe .products-filters span.selected-filter, .products-filters .related_recipe .content_recipe span.selected-filter {
        font-family: "Montserrat", sans-serif;
        color: #e2231a;
        text-transform: uppercase;
        font-size: 0.48333rem; }
        html:not([dir="rtl"]) .related_recipe .content_recipe span.category, html:not([dir="rtl"]) .related_recipe .content_recipe .products-filters span.selected-filter, .products-filters html:not([dir="rtl"]) .related_recipe .content_recipe span.selected-filter {
          letter-spacing: 0.8px; }
      .related_recipe .content_recipe span.title {
        font-family: "Asap", sans-serif;
        font-size: 1.11111rem;
        font-weight: 500;
        line-height: 1em;
        color: #42423f; }
  @media (min-width: 768px) {
    .related_recipe {
      width: 70%; } }
  @media (min-width: 1024px) {
    .related_recipe {
      margin-top: 50px !important;
      max-width: 240px;
      width: 100%; }
      .related_recipe:nth-child(2n+1) {
        margin-left: 3%; }
      .related_recipe .image_recipe > div {
        text-align: center; }
      .related_recipe .image_recipe .text-preparation {
        padding: 7px 18px;
        border-radius: 17px;
        font-size: 0.72222em;
        top: -10px; }
        html:not([dir="rtl"]) .related_recipe .image_recipe .text-preparation {
          letter-spacing: 1.6px; }
        .related_recipe .image_recipe .text-preparation:before {
          width: 18px;
          height: 18px;
          margin: auto;
          margin-right: 10px;
          top: 4px;
          bottom: 0px; } }

.other-products {
  background-color: #f8f3ed;
  padding: 20px;
  text-align: center;
  background-image: url(../image/slider/BG_single_products.png);
  background-size: 820px;
  background-position: center 240px;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .other-products {
      background-size: 1240px;
      background-position: center 245px; } }
  @media (min-width: 1024px) {
    .other-products {
      background-position: center 270px;
      background-size: 2000px; } }
  @media (min-width: 1360px) {
    .other-products {
      background-position: center 280px; } }

.slider_product {
  margin: 0; }
  .slider_product .slick-slide {
    height: auto; }
  .slider_product .slick-track {
    margin: 0 auto; }
  .slider_product .product-related-slide {
    text-align: center; }
    .slider_product .product-related-slide img {
      width: 100%;
      max-width: 150px;
      display: inline-block; }
  @media (min-width: 768px) {
    .slider_product .product-related-slide img {
      max-width: 200px; } }
  .slider_product .category, .slider_product .products-filters .selected-filter, .products-filters .slider_product .selected-filter {
    font-size: 0.88889rem;
    font-weight: 700;
    line-height: 22, 16;
    color: #e2231a;
    width: 150px;
    text-align: center;
    margin: 0 auto; }
  .slider_product .title {
    font-style: italic;
    font-size: 0.66667rem;
    line-height: 22, 12;
    width: 150px;
    text-align: center;
    margin: 0 auto; }
  .slider_product .slick-dots {
    margin: auto;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    width: auto;
    margin: auto; }
    .slider_product .slick-dots li {
      position: relative;
      z-index: 9999;
      display: inline-block;
      padding-left: 20px;
      cursor: pointer;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      color: #b4a795; }
      .slider_product .slick-dots li:first-child {
        padding-left: 0px; }
      .slider_product .slick-dots li .custom_dot {
        position: relative;
        z-index: 9999;
        height: 8px;
        width: 8px;
        background-color: #b4a795;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        margin-top: 60px;
        margin-bottom: 20px; }
      .slider_product .slick-dots li .index {
        display: none; }
    .slider_product .slick-dots li.slick-active .custom_dot {
      background-color: #e2231a;
      color: #e2231a; }
    .rtl .slider_product .slick-dots li:first-child {
      padding-left: 20px; }
    .rtl .slider_product .slick-dots li:last-child {
      padding-left: 0px; }
  .slider_product .slick-prev {
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background-image: url(../image/slider/arrow-left.svg);
    background-size: 60px;
    background-repeat: no-repeat;
    cursor: pointer; }
    .slider_product .slick-prev:hover {
      background-image: url(../image/slider/arrow-active-left.svg); }
  .slider_product .slick-next {
    display: block;
    position: absolute;
    right: -150px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background-image: url(../image/slider/arrow-right.svg);
    background-size: 60px;
    background-repeat: no-repeat;
    cursor: pointer; }
    .slider_product .slick-next:hover {
      background-image: url(../image/slider/arrow-active-right.svg); }
  @media (min-width: 768px) {
    .slider_product .slick-slide {
      height: auto; }
    .slider_product .product-related-slide img {
      width: 100%;
      max-width: 200px;
      display: inline-block; } }
  @media (min-width: 1024px) {
    .slider_product .slick-slide {
      height: auto; }
    .slider_product .product-related-slide img {
      width: 100%;
      max-width: 200px;
      display: inline-block; } }

.seccion-products {
  margin: 0 auto;
  padding: 20px;
  text-align: center; }
  .seccion-products .priority-products {
    display: block;
    width: 89vw;
    height: 89vw;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .seccion-products .priority-products div.text {
      padding: 10px;
      padding-right: 30px;
      display: block; }
      .seccion-products .priority-products div.text .category, .seccion-products .priority-products div.text .products-filters .selected-filter, .products-filters .seccion-products .priority-products div.text .selected-filter {
        font-size: 0.66667em;
        color: #ffffff;
        font-weight: 700;
        line-height: 0.66667rem;
        font-family: "Montserrat", sans-serif;
        display: block;
        margin-bottom: 10px;
        text-align: left; }
        html:not([dir="rtl"]) .seccion-products .priority-products div.text .category, html:not([dir="rtl"]) .seccion-products .priority-products div.text .products-filters .selected-filter, .products-filters html:not([dir="rtl"]) .seccion-products .priority-products div.text .selected-filter {
          letter-spacing: 1.3px; }
        .rtl .seccion-products .priority-products div.text .category, .rtl .seccion-products .priority-products div.text .products-filters .selected-filter, .products-filters .rtl .seccion-products .priority-products div.text .selected-filter {
          text-align: right; }
      .seccion-products .priority-products div.text h5 {
        font-size: 1.11111em;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
        max-width: 450px;
        display: block; }
        html:not([dir="rtl"]) .seccion-products .priority-products div.text h5 {
          letter-spacing: 1px; }
    .seccion-products .priority-products .button-border-red {
      display: none; }
  .rtl .seccion-products .priority-products div.text .category, .rtl .seccion-products .priority-products div.text .products-filters .selected-filter, .products-filters .rtl .seccion-products .priority-products div.text .selected-filter {
    text-align: right; }
  @media (min-width: 768px) {
    .seccion-products .priority-products {
      position: relative;
      width: 65vw;
      height: 65vw;
      display: block;
      margin: 10px auto; }
      .seccion-products .priority-products div.text {
        top: 30px;
        left: 25px;
        position: absolute;
        z-index: 10; }
        .seccion-products .priority-products div.text .category, .seccion-products .priority-products div.text .products-filters .selected-filter, .products-filters .seccion-products .priority-products div.text .selected-filter {
          font-size: 0.88889em; }
          html:not([dir="rtl"]) .seccion-products .priority-products div.text .category, html:not([dir="rtl"]) .seccion-products .priority-products div.text .products-filters .selected-filter, .products-filters html:not([dir="rtl"]) .seccion-products .priority-products div.text .selected-filter {
            letter-spacing: 1.8px; }
        .seccion-products .priority-products div.text h5 {
          font-size: 1.66667em; }
          html:not([dir="rtl"]) .seccion-products .priority-products div.text h5 {
            letter-spacing: 1px; }
    .rtl .seccion-products .priority-products div.text {
      left: inherit;
      right: 0px; }
      .rtl .seccion-products .priority-products div.text .category, .rtl .seccion-products .priority-products div.text .products-filters .selected-filter, .products-filters .rtl .seccion-products .priority-products div.text .selected-filter {
        text-align: right; } }
  @media (min-width: 1024px) {
    .seccion-products {
      width: 1440px;
      margin: 0 auto;
      padding: 0;
      text-align: inherit; }
      .seccion-products .priority-products {
        height: 480px;
        max-width: 480px;
        display: inline-block;
        width: 33.33vw;
        margin: 0 auto;
        position: relative; }
        .seccion-products .priority-products div.text {
          top: 25px;
          left: 25px;
          position: absolute; }
          .seccion-products .priority-products div.text .category, .seccion-products .priority-products div.text .products-filters .selected-filter, .products-filters .seccion-products .priority-products div.text .selected-filter {
            font-size: 0.88889em; }
            html:not([dir="rtl"]) .seccion-products .priority-products div.text .category, html:not([dir="rtl"]) .seccion-products .priority-products div.text .products-filters .selected-filter, .products-filters html:not([dir="rtl"]) .seccion-products .priority-products div.text .selected-filter {
              letter-spacing: 1.8px; }
          .seccion-products .priority-products div.text h5 {
            font-size: 1.11111em; }
            html:not([dir="rtl"]) .seccion-products .priority-products div.text h5 {
              letter-spacing: 1px; }
        .seccion-products .priority-products .button-border-red.white {
          position: absolute;
          bottom: 25px;
          left: 25px;
          opacity: 0;
          display: block;
          z-index: 10;
          padding: 10px 40px;
          max-width: 100%; }
          .seccion-products .priority-products .button-border-red.white.rtl {
            left: inherit;
            right: 25px; }
      .rtl .seccion-products .priority-products div.text {
        left: inherit;
        right: 0px; }
        .rtl .seccion-products .priority-products div.text .category, .rtl .seccion-products .priority-products div.text .products-filters .selected-filter, .products-filters .rtl .seccion-products .priority-products div.text .selected-filter {
          text-align: right !important; } }
  @media (min-width: 1360px) {
    .seccion-products .priority-products div.text h5 {
      font-size: 1.44444em; }
    .seccion-products .priority-products .button-border-red.white {
      padding: 10px 80px; } }

.products .single-product {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  margin-right: 3%;
  margin-left: 0%;
  text-align: center;
  vertical-align: top;
  margin-bottom: 20px; }
  .products .single-product:nth-child(2n+1) {
    margin-left: 3%; }
  .rtl .products .single-product {
    margin-right: 0%;
    margin-left: 3%; }
    .rtl .products .single-product:nth-child(3n+1) {
      margin-left: 0%;
      margin-right: 3%; }
  .products .single-product img {
    display: block;
    max-width: 100px;
    margin: 0 auto; }
  .products .single-product .line {
    display: block;
    width: 100%; }
    .products .single-product .line:before {
      content: "";
      display: block;
      width: 100%;
      border-bottom: 1px solid rgba(98, 105, 114, 0.5); }
  .products .single-product span {
    display: block;
    position: relative;
    padding-top: 0px; }
    .products .single-product span:first-of-type {
      padding: 10px 0px 15px; }
    .products .single-product span.title {
      font-size: 0.88889em;
      font-weight: 700;
      line-height: 1.375rem;
      color: #e2231a; }
    .products .single-product span.category, .products .single-product .products-filters span.selected-filter, .products-filters .products .single-product span.selected-filter {
      font-size: 0.88889em;
      font-weight: 400;
      line-height: 1.375rem;
      font-style: oblique; }
@media (min-width: 1024px) {
  .products .single-product {
    width: 100%; }
    .products .single-product:nth-child(3n+1) {
      margin-left: 3%; }
    .products .single-product img {
      display: block;
      max-width: 110px;
      margin: 0 auto; }
    .products .single-product span.title {
      text-align: center; }
    .products .single-product span.category, .products .single-product .products-filters span.selected-filter, .products-filters .products .single-product span.selected-filter {
      text-align: center; } }

.videos-space {
  background-color: rgba(98, 105, 114, 0.03);
  background-image: url(../image/bkg/luna-bkg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }
  .rtl .videos-space {
    background-image: url(../image/bkg/luna-arab-bkg.png); }
  .videos-space .video-center {
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .videos-space .video {
    width: 100%;
    max-width: 666px;
    display: block; }
    .videos-space .video:last-child {
      margin: 0;
      float: none; }
    .videos-space .video iframe {
      width: 100%;
      height: 250px; }
      @media (min-width: 768px) {
        .videos-space .video iframe {
          height: 500px; } }
    .videos-space .video p.category, .videos-space .video .products-filters p.selected-filter, .products-filters .videos-space .video p.selected-filter {
      font-family: "Montserrat", sans-serif;
      font-size: 0.5rem;
      font-weight: 700;
      color: #e2231a;
      text-transform: uppercase; }
      html:not([dir="rtl"]) .videos-space .video p.category, html:not([dir="rtl"]) .videos-space .video .products-filters p.selected-filter, .products-filters html:not([dir="rtl"]) .videos-space .video p.selected-filter {
        letter-spacing: 0.8px; }
    .videos-space .video p.title {
      font-family: "Asap", sans-serif;
      font-size: 1.11111rem;
      line-height: 1em;
      font-weight: 500;
      color: #42423f; }
  @media (min-width: 1024px) {
    .videos-space {
      margin: 0; }
      .videos-space .video {
        width: 50%;
        max-width: 666px;
        display: inline-block; }
        .videos-space .video:last-child {
          margin: 0;
          float: none; }
        .videos-space .video iframe {
          width: 100%;
          height: 445px; }
        .videos-space .video p.category, .videos-space .video .products-filters p.selected-filter, .products-filters .videos-space .video p.selected-filter {
          font-size: 0.77778rem; }
          html:not([dir="rtl"]) .videos-space .video p.category, html:not([dir="rtl"]) .videos-space .video .products-filters p.selected-filter, .products-filters html:not([dir="rtl"]) .videos-space .video p.selected-filter {
            letter-spacing: 3.1px; }
        .videos-space .video p.title {
          font-size: 1.44444rem;
          line-height: 0.90909em; }
          html:not([dir="rtl"]) .videos-space .video p.title {
            letter-spacing: -0.5px; } }
  .rtl .videos-space .video:last-child {
    float: none; }
  @media (min-width: 1024px) {
    .rtl .videos-space .video:last-child {
      float: none; } }

.related_recipes .recipes {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: inherit;
  -moz-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit; }
  .related_recipes .recipes a {
    margin: 0;
    overflow: inherit; }
    .related_recipes .recipes a .recipe-slide {
      /*@if $inset {
      	-webkit-box-shadow:inset $top $left $blur $color;
      	-moz-box-shadow:inset $top $left $blur $color;
      	box-shadow:inset $top $left $blur $color;
      } @else {
      	-webkit-box-shadow: $top $left $blur $color;
      	-moz-box-shadow: $top $left $blur $color;
      	box-shadow: $top $left $blur $color;
      }*/
      -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
      height: 550px;
      width: 90vw;
      display: inline-block;
      position: relative;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 50px !important; }
      @media (min-width: 768px) {
        .related_recipes .recipes a .recipe-slide {
          width: 45vw; } }
      .related_recipes .recipes a .recipe-slide .box {
        position: absolute;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        padding: 20px;
        min-height: 175px; }
        .related_recipes .recipes a .recipe-slide .box .category, .related_recipes .recipes a .recipe-slide .box .products-filters .selected-filter, .products-filters .related_recipes .recipes a .recipe-slide .box .selected-filter {
          font-family: "Montserrat", sans-serif;
          font-size: 0.77778rem;
          color: #e2231a;
          font-weight: 700;
          text-transform: uppercase;
          margin-bottom: 15px;
          text-align: left; }
          html:not([dir="rtl"]) .related_recipes .recipes a .recipe-slide .box .category, html:not([dir="rtl"]) .related_recipes .recipes a .recipe-slide .box .products-filters .selected-filter, .products-filters html:not([dir="rtl"]) .related_recipes .recipes a .recipe-slide .box .selected-filter {
            letter-spacing: 1.3px; }
          .rtl .related_recipes .recipes a .recipe-slide .box .category, .rtl .related_recipes .recipes a .recipe-slide .box .products-filters .selected-filter, .products-filters .rtl .related_recipes .recipes a .recipe-slide .box .selected-filter {
            text-align: right; }
        .related_recipes .recipes a .recipe-slide .box .title {
          font-family: "Asap", sans-serif;
          font-size: 1.44444rem;
          line-height: 1.1em;
          font-weight: 500;
          color: #42423f;
          text-align: left; }
          html:not([dir="rtl"]) .related_recipes .recipes a .recipe-slide .box .title {
            letter-spacing: -0.5px; }
          .rtl .related_recipes .recipes a .recipe-slide .box .title {
            text-align: right !important; }
        .related_recipes .recipes a .recipe-slide .box .show {
          display: table;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase;
          font-size: 0.5rem;
          font-weight: bold;
          color: #b4a795;
          position: absolute;
          bottom: 10px; }
          @media (min-width: 1024px) {
            .related_recipes .recipes a .recipe-slide .box .show {
              bottom: 10px;
              font-size: 0.66667rem; }
              html:not([dir="rtl"]) .related_recipes .recipes a .recipe-slide .box .show {
                letter-spacing: 0.8px; } }
          .related_recipes .recipes a .recipe-slide .box .show img {
            padding-right: 5px;
            width: 12px; }
            @media (min-width: 1024px) {
              .related_recipes .recipes a .recipe-slide .box .show img {
                width: 18px;
                height: 18px; } }
          .rtl .related_recipes .recipes a .recipe-slide .box .show {
            -webkit-box-direction: reverse;
            -webkit-box-orient: horizontal;
            -webkit-flex-direction: row-reverse;
            -moz-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
.related_recipes .slick-dots {
  margin: auto;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  width: auto;
  margin: auto;
  bottom: -50px; }
  .related_recipes .slick-dots li {
    position: relative;
    z-index: 9999;
    display: inline-block;
    padding-left: 20px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #b4a795; }
    .related_recipes .slick-dots li:first-child {
      padding-left: 0px; }
    .related_recipes .slick-dots li .custom_dot {
      position: relative;
      z-index: 9999;
      height: 8px;
      width: 8px;
      background-color: #b4a795;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      margin-top: 60px;
      margin-bottom: 20px; }
    .related_recipes .slick-dots li .index {
      display: none; }
  .related_recipes .slick-dots li.slick-active .custom_dot {
    background-color: #e2231a;
    color: #e2231a; }
@media (min-width: 768px) {
  .related_recipes .recipes {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .related_recipes .recipes a {
      margin: 40px 10px;
      margin-bottom: 0; }
      .related_recipes .recipes a .recipe-slide {
        width: 40vw; }
  .rtl .related_recipes .recipes a {
    margin: 0px 10px; }
    .rtl .related_recipes .recipes a:first-child {
      margin-right: 0px;
      margin-left: 10px; }
    .rtl .related_recipes .recipes a:last-child {
      margin-left: 0px;
      margin-right: 10px; }
    .rtl .related_recipes .recipes a .box .show img {
      padding-right: 5px; } }
@media (min-width: 1024px) {
  .related_recipes .subtitle {
    text-align: center; }
  .related_recipes .recipes {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit; }
    .related_recipes .recipes a {
      margin: 0px 10px;
      display: inline-block;
      padding-top: 15px;
      margin-bottom: 30px; }
      .related_recipes .recipes a .recipe-slide {
        /*@if $inset {
        	-webkit-box-shadow:inset $top $left $blur $color;
        	-moz-box-shadow:inset $top $left $blur $color;
        	box-shadow:inset $top $left $blur $color;
        } @else {
        	-webkit-box-shadow: $top $left $blur $color;
        	-moz-box-shadow: $top $left $blur $color;
        	box-shadow: $top $left $blur $color;
        }*/
        -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
        height: 550px;
        width: 220px;
        display: inline-block;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        .related_recipes .recipes a .recipe-slide .box {
          position: absolute;
          bottom: 0;
          margin: auto;
          left: 0;
          right: 0;
          padding: 20px; }
          .related_recipes .recipes a .recipe-slide .box .category, .related_recipes .recipes a .recipe-slide .box .products-filters .selected-filter, .products-filters .related_recipes .recipes a .recipe-slide .box .selected-filter {
            font-family: "Montserrat", sans-serif;
            font-size: 0.77778rem;
            color: #e2231a;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 15px; }
            html:not([dir="rtl"]) .related_recipes .recipes a .recipe-slide .box .category, html:not([dir="rtl"]) .related_recipes .recipes a .recipe-slide .box .products-filters .selected-filter, .products-filters html:not([dir="rtl"]) .related_recipes .recipes a .recipe-slide .box .selected-filter {
              letter-spacing: 1.3px; }
          .related_recipes .recipes a .recipe-slide .box .title {
            font-family: "Asap", sans-serif;
            font-size: 1.44444rem;
            line-height: 1.1em;
            font-weight: 500;
            color: #42423f; }
            html:not([dir="rtl"]) .related_recipes .recipes a .recipe-slide .box .title {
              letter-spacing: -0.5px; }
          .related_recipes .recipes a .recipe-slide .box .link {
            position: absolute;
            bottom: 15px;
            font-size: 0.66667rem;
            font-weight: 700;
            color: #b4a795;
            font-family: "Montserrat", sans-serif;
            text-transform: uppercase; }
            html:not([dir="rtl"]) .related_recipes .recipes a .recipe-slide .box .link {
              letter-spacing: 0.8px; } }
@media (min-width: 1360px) {
  .related_recipes .recipes a .recipe-slide {
    width: 270px; } }
.related_recipes #recipes_filter {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 40px;
  text-align: center; }
  .related_recipes #recipes_filter .title {
    text-align: left; }
.related_recipes .slick-prev {
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background-image: url(../image/slider/arrow-left.svg);
  background-size: 60px;
  background-repeat: no-repeat;
  cursor: pointer; }
  .related_recipes .slick-prev:hover {
    background-image: url(../image/slider/arrow-active-left.svg); }
.related_recipes .slick-next {
  display: block;
  position: absolute;
  right: -150px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background-image: url(../image/slider/arrow-right.svg);
  background-size: 60px;
  background-repeat: no-repeat;
  cursor: pointer; }
  .related_recipes .slick-next:hover {
    background-image: url(../image/slider/arrow-active-right.svg); }

/* -------- PRODUCTS -------- */
.products-select-filter {
  margin-top: -24px;
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .products-select-filter {
      margin-top: 0px;
      margin-bottom: 0px; } }

.products-filters {
  margin: 0px auto; }
  .products-filters .category, .products-filters .selected-filter {
    font-family: "Montserrat", sans-serif;
    font-size: 0.66667rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #626972;
    border: 3px solid #626972;
    display: none;
    max-width: 300px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 15px 30px; }
    html:not([dir="rtl"]) .products-filters .category, html:not([dir="rtl"]) .products-filters .selected-filter {
      letter-spacing: 0.15556em; }
    .products-filters .category.all-categories, .products-filters .all-categories.selected-filter {
      color: #86754d; }
  .products-filters .selected-filter {
    border: 3px solid #e2231a;
    background-color: #e2231a;
    color: #ffffff; }
  @media (min-width: 1024px) {
    .products-filters {
      display: table;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      margin: 20px auto; }
      .products-filters .category, .products-filters .selected-filter {
        margin: 0px 10px;
        display: inline-block;
        border: 3px solid transparent;
        padding: 10px 20px; }
        .products-filters .category:hover, .products-filters .selected-filter:hover, .products-filters .category.active, .products-filters .active.selected-filter {
          color: #e2231a;
          cursor: pointer;
          border: 3px solid #e2231a; }
        .products-filters .category.all-categories, .products-filters .all-categories.selected-filter {
          margin: 0px 0px 0px 30px; }
      .products-filters .selected-filter {
        display: none; } }
  @media (min-width: 1360px) {
    .products-filters .category.all-categories, .products-filters .all-categories.selected-filter {
      margin: 0px 30px 0px 0px; } }

.subcategory {
  font-family: "Asap", sans-serif;
  font-weight: bold;
  color: #ffffff;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative; }
  .subcategory .title {
    text-align: left;
    padding: 35px;
    position: relative;
    z-index: 10;
    color: #ffffff;
    font-size: 1.33333rem;
    line-height: 1.08333em; }
    html:not([dir="rtl"]) .subcategory .title {
      letter-spacing: -0.5px; }
  .subcategory:before {
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 1; }
  @media (min-width: 768px) {
    .subcategory {
      min-height: 110px; }
      .subcategory .title {
        font-size: 1.88889rem;
        line-height: 1.05882em; } }
  @media (min-width: 1024px) {
    .subcategory {
      width: 32.33%;
      float: left;
      font-size: 2.11111rem;
      line-height: 1.05263em;
      margin-bottom: 25px; }
      .subcategory .title {
        /*text-align: center;
        @include flexbox();
        @include flex-direction(row);
        @include align-items(center);
        @include justify-content(center);*/
        min-height: 180px; }
      .subcategory:not(.active):nth-child(3n+1) {
        margin-left: 1.5%;
        margin-right: 1.5%; } }
  @media (min-width: 1360px) {
    .subcategory {
      font-size: 2.5rem;
      line-height: 1.28889em; }
      .subcategory .title {
        min-height: 220px; } }
  .rtl .subcategory .title {
    text-align: right; }

.subcategory.active {
  width: 100%;
  min-height: 160px;
  background-position: center;
  cursor: default; }
  .subcategory.active:after {
    background-color: #000000;
    content: "";
    width: 100%;
    min-height: 160px;
    background-size: 100%;
    opacity: 0.2;
    position: absolute; }
  .subcategory.active:before {
    display: none; }
  .subcategory.active .title {
    font-size: 1.72222rem;
    line-height: 1.03226em;
    z-index: 10;
    position: absolute; }
  @media (min-width: 768px) {
    .subcategory.active {
      min-height: 250px; }
      .subcategory.active:after {
        min-height: 250px; }
      .subcategory.active .title {
        font-size: 2.16667rem;
        line-height: 1.02564em; } }
  @media (min-width: 1024px) {
    .subcategory.active {
      text-align: left;
      min-height: 300px;
      margin-bottom: 0px; }
      .subcategory.active:after {
        min-height: 300px; }
      .subcategory.active .title {
        text-align: left;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        max-width: 30%;
        font-size: 2.61111rem;
        line-height: 1.02128em; } }
  @media (min-width: 1360px) {
    .subcategory.active {
      min-height: 350px; }
      .subcategory.active:after {
        min-height: 350px; }
      .subcategory.active .title {
        font-size: 3.55556rem;
        line-height: 1.03125em; } }
  .rtl .subcategory.active:after {
    position: absolute;
    left: 0; }
  @media (min-width: 1024px) {
    .rtl .subcategory.active .title {
      text-align: right; } }

ul.products li {
  margin: 20px 30px; }
  ul.products li a {
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    ul.products li a div {
      margin-left: 25px; }
    ul.products li a .title {
      font-family: "Asap", sans-serif;
      font-size: 0.88889rem;
      line-height: 1.375em;
      font-weight: 700;
      color: #e2231a;
      display: block; }
      html:not([dir="rtl"]) ul.products li a .title {
        letter-spacing: 0px; }
    ul.products li a .product-subcategory {
      font-family: "Asap", sans-serif;
      font-size: 0.66667rem;
      font-style: italic;
      line-height: 1.83333em;
      display: block; }
    ul.products li a img {
      max-height: 70px; }
@media (min-width: 768px) {
  ul.products li {
    margin: 20px 2%;
    display: inline-block;
    width: 46%; }
    ul.products li a img {
      max-height: 200px; } }
@media (min-width: 1024px) {
  ul.products {
    text-align: center;
    clear: both;
    background-image: url("../image/slider/BG_products_list.png");
    background-position: center top;
    background-size: auto 360px;
    background-repeat: repeat-y;
    margin-bottom: 30px;
    padding: 0px 5%; }
    ul.products li {
      display: inline-block;
      width: 31%;
      margin: 20px 1%; }
      ul.products li a {
        display: table;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        ul.products li a div {
          margin: 0px;
          text-align: center;
          min-height: 70px; }
          ul.products li a div .title {
            text-align: center; }
        ul.products li a img {
          height: 200px;
          width: auto;
          margin-top: 30px;
          margin-bottom: 20px; } }
@media (min-width: 1360px) {
  ul.products {
    padding: 0px 15%; } }
.rtl ul.products div {
  margin-right: 25px;
  margin-left: 0px; }
@media (min-width: 1024px) {
  .rtl ul.products div {
    margin-right: 0px; } }

.categories-grid:after, .categories-grid:before {
  clear: both;
  content: '';
  display: block; }
@media (min-width: 768px) {
  .categories-grid {
    margin: 0 auto; } }
@media (min-width: 1024px) {
  .categories-grid {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1024px; } }
@media (min-width: 1360px) {
  .categories-grid {
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: 1360px; } }

.products-nopadding .vc_column-inner {
  padding: 0px !important; }

.bg-products {
  background-color: #fcfaf7; }

.luna-select {
  position: relative;
  width: 280px;
  text-align: center;
  margin: 0 auto; }
  .luna-select.sales-select {
    top: -23px; }
  @media (min-width: 1024px) {
    .luna-select {
      display: none; } }

.select-style {
  background-color: #e2231a;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.66667rem;
  line-height: 1em;
  padding: 15px 30px;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  outline: 0;
  width: 280px;
  text-align: center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 45px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px; }
  html:not([dir="rtl"]) .select-style {
    letter-spacing: 2.4px; }

.select-arrow {
  position: absolute;
  width: 20%;
  display: block;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: #e2231a;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  pointer-events: none;
  height: 45px; }
  .select-arrow:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: block;
    height: 7px;
    width: 7px;
    margin: auto;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .rtl .select-arrow {
    right: inherit;
    left: 0px; }

#products-category-selected {
  position: absolute;
  width: 20%;
  display: block;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: #e2231a;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  pointer-events: none;
  height: 45px; }
  #products-category-selected:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: block;
    height: 7px;
    width: 7px;
    margin: auto;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .rtl #products-category-selected {
    right: inherit;
    left: 0px; }

#products-category-select {
  background-color: #e2231a;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.66667rem;
  line-height: 1em;
  padding: 15px 30px;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  outline: 0;
  width: 280px;
  text-align: center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 45px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px; }
  html:not([dir="rtl"]) #products-category-select {
    letter-spacing: 2.4px; }

/* -------- PRODUCTS -------- */
/* BUTTONS */
.button-red {
  border: 0px;
  background-color: #e2231a;
  font-family: "Asap", sans-serif;
  font-size: 0.66667rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.33333em;
  text-align: center;
  padding: 10px 80px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  max-width: 280px;
  -webkit-border-radius: 57px;
  -moz-border-radius: 57px;
  -ms-border-radius: 57px;
  border-radius: 57px; }
  .button-red:after {
    background-image: url(../image/buttons/white-line.svg);
    background-size: cover;
    display: inline-block;
    width: 14px;
    height: 2px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto 10px auto 10px;
    content: ""; }
  .button-red:active {
    background-color: #d0011b; }
  @media (min-width: 1024px) {
    .button-red {
      font-size: 0.88889rem;
      line-height: 1em;
      font-weight: 700; }
      .button-red:hover {
        background-color: #d0011b; }
      .button-red:active {
        background-color: #c0170f; } }

.button-border-red {
  border: solid 2px #e2231a;
  -webkit-border-radius: 57px;
  -moz-border-radius: 57px;
  -ms-border-radius: 57px;
  border-radius: 57px;
  font-size: 0.77778rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #e2231a;
  padding: 10px 80px;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  background-color: transparent; }
  html:not([dir="rtl"]) .button-border-red {
    letter-spacing: 3.1px; }
  .button-border-red:hover, .button-border-red:active, .button-border-red:focus {
    background-color: #e2231a;
    color: #ffffff; }
  @media (min-width: 1024px) {
    .button-border-red {
      font-size: 0.83333rem; }
      .button-border-red:hover {
        background-color: #e2231a;
        color: #ffffff; }
      .button-border-red:active {
        background-color: #d0011b;
        color: #ffffff;
        border: solid 2px #d0011b; } }
  .button-border-red.white {
    border: solid 2px #ffffff;
    color: #ffffff;
    background-color: transparent; }

.button-grey {
  display: none; }
  @media (min-width: 1024px) {
    .button-grey {
      font-size: 0.66667rem;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      display: inline-block;
      text-transform: uppercase;
      padding: 10px 20px;
      background-color: #ffffff;
      border: solid 2px #f3f3f3;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px;
      color: #42423f; }
      html:not([dir="rtl"]) .button-grey {
        letter-spacing: 2.4px; }
      .button-grey:hover {
        border: solid 2px #999999;
        color: #999999; }
      .button-grey:active {
        border: solid 2px #999999;
        color: #ffffff;
        background-color: #999999; }
      .button-grey.light-box-button {
        position: relative;
        bottom: 15px; } }

.relative {
  position: relative; }

.lightbox-bkg {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10000;
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -moz-transition: background-color 0.3s ease-in-out, z-index 0s ease-in-out 0.3s, opacity 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, z-index 0s ease-in-out 0.3s, opacity 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out, z-index 0s ease-in-out 0.3s, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, z-index 0s ease-in-out 0.3s, opacity 0.3s ease-in-out; }
  .lightbox-bkg .lightbox-image {
    opacity: 0;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
  .lightbox-bkg svg {
    opacity: 0;
    position: absolute;
    top: 50px;
    right: 50px; }
  .lightbox-bkg.active {
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.8);
    -moz-transition: background-color 0.2s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, opacity 0.3s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, opacity 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, opacity 0.3s ease-in-out; }
    .lightbox-bkg.active svg {
      cursor: pointer;
      opacity: 1;
      -moz-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    .lightbox-bkg.active img {
      opacity: 1;
      -moz-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }

ul.information_recipe {
  list-style: none;
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  ul.information_recipe li {
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 0.61111rem;
    color: #000000;
    margin-bottom: 20px; }
    html:not([dir="rtl"]) ul.information_recipe li {
      letter-spacing: 1.8px; }
    ul.information_recipe li svg {
      margin-right: 10px;
      max-height: 20px; }
  @media (min-width: 768px) {
    ul.information_recipe {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
      ul.information_recipe li:last-child {
        margin-left: 20px; }
      ul.information_recipe li:first-child {
        margin-right: 20px; } }
  @media (min-width: 1024px) {
    ul.information_recipe {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start; }
      ul.information_recipe li {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 0.77778rem; }
        html:not([dir="rtl"]) ul.information_recipe li {
          letter-spacing: 2.8px; }
        ul.information_recipe li:last-child {
          margin-left: 20px; }
        ul.information_recipe li:first-child {
          margin-right: 20px; }
        ul.information_recipe li svg {
          margin-right: 10px;
          max-height: 40px; } }
  .rtl ul.information_recipe li:last-child {
    margin-left: 0px;
    margin-right: 20px; }
  .rtl ul.information_recipe li:first-child {
    margin-left: 20px;
    margin-right: 0px; }
  @media (min-width: 1024px) {
    .rtl ul.information_recipe li:last-child {
      margin-left: 0px;
      margin-right: 20px; }
    .rtl ul.information_recipe li:first-child {
      margin-left: 20px;
      margin-right: 0px; }
    .rtl ul.information_recipe li svg {
      margin-left: 10px;
      margin-right: 0px; } }

.header-single {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 1024px) {
    .header-single {
      height: 400px; } }

div.image-circle {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: block;
  background-size: cover;
  background-position: center; }
  @media (min-width: 1024px) {
    div.image-circle {
      width: 396px;
      height: 396px;
      margin-bottom: 50px; } }

#news_filter {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  @media (min-width: 768px) {
    #news_filter {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

/* News & Latest News */
.wrapper_news {
  background-color: rgba(98, 105, 114, 0.04);
  display: block; }

@media (min-width: 1024px) {
  .container_news, .container_latestposts {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap; } }
.container_news .wrapper_new, .container_latestposts .wrapper_new {
  position: relative;
  box-shadow: 0 0 5px 0 rgba(66, 66, 63, 0.3);
  background-color: white;
  width: 100%;
  max-width: 540px;
  margin: 10px;
  height: auto; }
  @media (min-width: 768px) {
    .container_news .wrapper_new, .container_latestposts .wrapper_new {
      width: 45%;
      max-width: 540px; } }
  @media (min-width: 1024px) {
    .container_news .wrapper_new, .container_latestposts .wrapper_new {
      display: inline-block;
      background-color: white;
      box-sizing: border-box;
      margin: 10px; } }
.container_news .image_new, .container_latestposts .image_new {
  z-index: 1;
  height: 200px;
  width: auto;
  position: relative;
  background-color: gray; }
  @media (min-width: 1024px) {
    .container_news .image_new, .container_latestposts .image_new {
      height: 350px; } }
  .container_news .image_new img, .container_latestposts .image_new img {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 5px;
    left: 5px; }
.container_news .content_new, .container_latestposts .content_new {
  position: relative; }
  .container_news .content_new > .post_date, .container_latestposts .content_new > .post_date {
    color: #e2231a;
    font-size: 0.5rem;
    font-weight: bold;
    display: block;
    text-align: left; }
    @media (min-width: 1024px) {
      .container_news .content_new > .post_date, .container_latestposts .content_new > .post_date {
        font-size: 0.77778rem; }
        html:not([dir="rtl"]) .container_news .content_new > .post_date, html:not([dir="rtl"]) .container_latestposts .content_new > .post_date {
          letter-spacing: 1.3px; } }
    .rtl .container_news .content_new > .post_date, .rtl .container_latestposts .content_new > .post_date {
      text-align: right; }
  .container_news .content_new > .title, .container_latestposts .content_new > .title {
    font-size: 1.11111rem;
    color: #000000;
    font-weight: 500;
    line-height: 1;
    text-align: left; }
    @media (min-width: 1024px) {
      .container_news .content_new > .title, .container_latestposts .content_new > .title {
        font-size: 1.44444rem;
        line-height: 29, 26; } }
    .rtl .container_news .content_new > .title, .rtl .container_latestposts .content_new > .title {
      text-align: right; }
  .container_news .content_new > .content, .container_latestposts .content_new > .content {
    color: #999999;
    height: 40px; }
    @media (min-width: 1024px) {
      .container_news .content_new > .content, .container_latestposts .content_new > .content {
        min-height: 60px;
        font-size: 1rem;
        line-height: 22, 18; } }
    .rtl .container_news .content_new > .content, .rtl .container_latestposts .content_new > .content {
      text-align: right; }
  .container_news .content_new .show, .container_latestposts .content_new .show {
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 0.5rem;
    font-weight: bold;
    color: #b4a795;
    position: absolute;
    bottom: 10px; }
    @media (min-width: 1024px) {
      .container_news .content_new .show, .container_latestposts .content_new .show {
        font-size: 0.66667rem; }
        html:not([dir="rtl"]) .container_news .content_new .show, html:not([dir="rtl"]) .container_latestposts .content_new .show {
          letter-spacing: 0.8px; } }
    .container_news .content_new .show img, .container_latestposts .content_new .show img {
      padding-right: 5px;
      width: 12px; }
      @media (min-width: 1024px) {
        .container_news .content_new .show img, .container_latestposts .content_new .show img {
          width: 18px; } }
    .rtl .container_news .content_new .show, .rtl .container_latestposts .content_new .show {
      flex-direction: row-reverse; }

/* exclusive styles only for a shortcode latestposts*/
.latestposts {
  background-color: rgba(98, 105, 114, 0.03);
  background-image: url(../image/bkg/luna-bkg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  .rtl .latestposts {
    background-image: url(../image/bkg/luna-arab-bkg.png); }

.latest_posts_title {
  font-family: "Asap", sans-serif;
  font-size: 3.05556rem;
  line-height: 1.05455em;
  color: #8d8e8e;
  text-align: center;
  font-weight: 300; }

/* Single View News */
.single-post-view .post_date {
  font-size: 0.66667rem;
  font-weight: bold;
  text-align: center;
  color: #e2231a; }
  html:not([dir="rtl"]) .single-post-view .post_date {
    letter-spacing: 2.4px; }
  @media (min-width: 1024px) {
    .single-post-view .post_date {
      font-size: 0.77778rem;
      text-align: left; }
      html:not([dir="rtl"]) .single-post-view .post_date {
        letter-spacing: 1.3px; } }
  @media (min-width: 1024px) {
    .rtl .single-post-view .post_date {
      text-align: right; } }
.single-post-view .post_content {
  font-size: 0.72222rem;
  line-height: 17, 13;
  color: #626972; }
  @media (min-width: 1024px) {
    .single-post-view .post_content {
      font-size: 1rem;
      line-height: 1.66667em; } }

.title-form {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #e2231a;
  text-transform: uppercase; }
  html:not([dir="rtl"]) .title-form {
    letter-spacing: 3.6px; }

form {
  width: 100%;
  display: block; }
  form select {
    display: none; }
  form label {
    font-family: "Montserrat", sans-serif;
    font-size: 0.77778rem;
    font-weight: 700;
    color: #626972;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px; }
    html:not([dir="rtl"]) form label {
      letter-spacing: 2.1px; }
    form label.not-valid {
      color: #e2231a; }
  form input[type=text], form input[type=mail], form textarea {
    font-size: 0.88889rem;
    color: #626972;
    padding: 10px 0px;
    border: none;
    border-bottom: 1.5px solid #e2231a;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    background-color: transparent; }
  form textarea {
    border: 1.5px solid #e2231a;
    height: 200px;
    padding: 10px;
    box-sizing: border-box; }
  form .select, form .filter {
    width: 100%;
    position: relative;
    z-index: 7000;
    display: inline-block;
    margin-bottom: 30px; }
    form .select div.result, form .filter div.result {
      display: block;
      font-size: 0.88889rem;
      padding: 10px 0px;
      cursor: pointer;
      color: #626972;
      border: none;
      border-bottom: 1.5px solid #e2231a;
      display: table;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start; }
      form .select div.result .down, form .filter div.result .down {
        display: inline-block; }
        form .select div.result .down svg, form .filter div.result .down svg {
          position: absolute;
          right: 10px; }
      form .select div.result .up, form .filter div.result .up {
        display: none; }
        form .select div.result .up svg, form .filter div.result .up svg {
          position: absolute;
          right: 10px; }
      form .select div.result span.option, form .filter div.result span.option {
        margin-right: 10px; }
    form .select.open div.result .down, form .filter.open div.result .down {
      display: none; }
    form .select.open div.result .up, form .filter.open div.result .up {
      display: inline-block; }
    form .select.selected div.result .down, form .filter.selected div.result .down {
      display: inline-block; }
    form .select.selected div.result .up, form .filter.selected div.result .up {
      display: none; }
    form .select ul, form .filter ul {
      list-style: none;
      background-color: #f9f9f9;
      border: 1.5px solid #e2231a;
      border-top: none;
      display: none;
      z-index: 6000;
      position: absolute;
      overflow: auto;
      width: 100%;
      margin: 0px; }
      form .select ul li, form .filter ul li {
        display: block;
        font-size: 0.77778rem;
        color: #626972;
        padding: 5px;
        cursor: pointer; }
        form .select ul li:hover, form .filter ul li:hover {
          background-color: #f1f2f2; }
  @media (min-width: 1024px) {
    form {
      width: 80%; } }
  .rtl form .select.open div.result .down {
    display: none; }
  .rtl form .select.open div.result .up {
    display: inline-block; }
  .rtl form .select div.result .down {
    display: inline-block; }
    .rtl form .select div.result .down svg {
      position: absolute;
      left: 10px;
      right: inherit;
      top: 25px; }
  .rtl form .select div.result .up svg {
    position: absolute;
    left: 10px;
    right: inherit;
    top: 25px; }
  .rtl form .select div.result span.option {
    margin-left: 10px; }

.file-group {
  display: none;
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .file-group {
      width: 100%;
      display: block; }
      .file-group label {
        margin: 0px; }
      .file-group input[type="file"] {
        display: none; }
      .file-group .input_file_label {
        font-family: "Asap", sans-serif;
        font-size: 0.66667rem;
        font-style: italic;
        color: #626972;
        margin-top: 15px;
        display: block; }
      .file-group .input_file_box {
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        border: solid 1.5px #e2231a;
        display: table;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; }
        .file-group .input_file_box label.browser_file {
          font-family: "Montserrat", sans-serif;
          font-size: 0.77778rem;
          background-color: #e2231a;
          color: #ffffff;
          font-weight: 700;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          border-radius: 100px;
          cursor: pointer;
          display: inline-block;
          padding: 16px 30px;
          border: none; }
          html:not([dir="rtl"]) .file-group .input_file_box label.browser_file {
            letter-spacing: 2.8px; }
        .file-group .input_file_box .file-name {
          display: none;
          font-family: "Asap", sans-serif;
          font-weight: 500;
          font-size: 0.66667rem;
          color: #626972;
          margin-left: 15px;
          margin-right: 15px; } }

/* FOOTER */
footer .copyContainer {
  font-size: 0.66667rem;
  line-height: 24, 12;
  font-family: "Asap", sans-serif;
  color: #626972;
  padding-top: 10px; }
footer .separator_footer {
  boder-bottom: 0px; }
  @media (min-width: 1024px) {
    footer .separator_footer {
      border-bottom: 1px solid #d7d7d7; } }
footer .line_up_footer {
  text-align: center;
  height: 45px;
  width: 100%;
  display: inline-block;
  background-color: #e2231a;
  position: relative;
  z-index: 1; }
  @media (min-width: 1024px) {
    footer .line_up_footer {
      height: 75px;
      margin-bottom: 100px; } }
  footer .line_up_footer .logo {
    max-width: 80px; }
    @media (min-width: 1024px) {
      footer .line_up_footer .logo {
        max-width: 150px; } }
footer .menu {
  padding: 0px 20px;
  margin-bottom: 40px;
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 1024px) {
    footer .menu {
      flex-wrap: nowrap;
      margin-top: -45px; } }
  footer .menu li {
    display: inline-block; }
    footer .menu li a {
      font-size: 0.66667rem;
      color: #626972; }
      footer .menu li a:hover {
        color: #e2231a; }
  footer .menu > li {
    margin-top: 30px;
    padding: 0px;
    display: block;
    box-sizing: border-box;
    width: 100%; }
    @media (min-width: 1024px) {
      footer .menu > li {
        width: 16.66%;
        display: inline-block;
        padding: 20px; } }
  footer .menu > li > a {
    position: relative;
    font-size: 0.66667rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #e2231a; }
    footer .menu > li > a:after {
      content: "";
      position: absolute;
      top: 2px;
      right: -17px;
      display: block;
      height: 6px;
      width: 6px;
      transform: rotate(135deg);
      border-top: 2px solid #e2231a;
      border-right: 2px solid #e2231a;
      transition: all 200ms ease-in-out; }
      .rtl footer .menu > li > a:after {
        right: inherit;
        left: -17px; }
      @media (min-width: 1024px) {
        footer .menu > li > a:after {
          display: none; } }
    footer .menu > li > a.active:after {
      content: "";
      position: absolute;
      top: 2px;
      right: -17px;
      display: block;
      height: 6px;
      width: 6px;
      transform: rotate(45deg); }
      @media (min-width: 1024px) {
        footer .menu > li > a.active:after {
          display: none; } }
footer .sub-menu {
  display: none; }
  footer .sub-menu li {
    width: 100%; }
    footer .sub-menu li:first-child {
      margin-top: 10px; }
  @media (min-width: 1024px) {
    footer .sub-menu {
      display: block; } }
footer .secondary_footer {
  padding: 0px 20px;
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    footer .secondary_footer {
      max-width: 400px;
      flex-direction: row;
      padding-top: 40px; } }
  footer .secondary_footer li {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      footer .secondary_footer li {
        margin-bottom: 0px; } }
  footer .secondary_footer a {
    text-transform: capitalize;
    font-size: 0.66667rem;
    font-weight: bold;
    color: #626972; }
footer .footer_company_info {
  display: none; }
  footer .footer_company_info pre {
    margin-top: 10px;
    font-size: 0.66667rem;
    color: #626972;
    font-family: "Asap", sans-serif; }
  footer .footer_company_info p {
    font-size: 12px !important; }
  @media (min-width: 1024px) {
    footer .footer_company_info {
      display: block;
      text-align: center; } }
footer .social_media_menu {
  padding: 40px 20px;
  text-align: left;
  display: inline-block; }
  footer .social_media_menu li {
    display: inline-block;
    padding: 4px; }
    footer .social_media_menu li:first-child {
      padding-left: 0px; }
  @media (min-width: 1024px) {
    footer .social_media_menu {
      display: block;
      text-align: center; } }

.center-preparation-time {
  text-align: center; }

.text-preparation {
  position: relative;
  padding: 7px 15px;
  background-color: #e2231a;
  color: #ffffff;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.55556rem;
  text-transform: uppercase;
  top: -10px; }
  html:not([dir="rtl"]) .text-preparation {
    letter-spacing: 1.1px; }
  .text-preparation:before {
    width: 14px;
    height: 14px;
    margin: auto;
    margin-right: 10px;
    top: 1px;
    bottom: 0px;
    position: relative;
    content: "";
    background-size: cover;
    display: inline-block; }
  .rtl .text-preparation {
    padding-left: 28px;
    font-size: 0.88889rem; }
    .rtl .text-preparation:before {
      margin-left: 10px;
      top: 3px; }
  .text-preparation.longer:before {
    background-image: url("/wp-content/themes/morillas-child/assets/image/times/longer.svg"); }
  .text-preparation.medium:before {
    background-image: url("/wp-content/themes/morillas-child/assets/image/times/medium.svg"); }
  .text-preparation.quick:before {
    background-image: url("/wp-content/themes/morillas-child/assets/image/times/quick.svg"); }
  @media (min-width: 1024px) {
    .text-preparation {
      font-size: 0.77778rem;
      padding: 7px 20px; }
      html:not([dir="rtl"]) .text-preparation {
        letter-spacing: 1.6px; } }

/* about sections */
.about_sections_tabs {
  display: none; }
  @media (min-width: 1024px) {
    .about_sections_tabs {
      display: table;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 100px;
      margin-bottom: -45px;
      z-index: 999;
      position: relative;
      overflow: hidden;
      min-height: 90px; }
      .about_sections_tabs li {
        position: relative;
        background-color: #e2231a; }
        .about_sections_tabs li:first-child {
          border-radius: 50px 0px 0px 50px; }
          .about_sections_tabs li:first-child a {
            padding-left: 75px; }
            .rtl .about_sections_tabs li:first-child a {
              padding-right: 55px;
              padding-left: 30px; }
        .about_sections_tabs li:last-child {
          border-radius: 0px 50px 50px 0px; }
          .about_sections_tabs li:last-child a {
            padding-right: 75px; }
            .rtl .about_sections_tabs li:last-child a {
              padding-left: 55px;
              padding-right: 30px; }
        .about_sections_tabs li:hover {
          background-color: #c1160e; }
        .about_sections_tabs li.active {
          background-color: #c1160e; }
          .about_sections_tabs li.active a {
            color: #ffffff; }
            .about_sections_tabs li.active a:after {
              content: "";
              width: 0;
              height: 0;
              border-left: 15px solid transparent;
              border-right: 15px solid transparent;
              border-top: 15px solid #c1160e;
              position: absolute;
              bottom: -15px;
              left: calc(50% - 7px);
              z-index: 9999; }
        .about_sections_tabs li a {
          font-family: "Montserrat", sans-serif;
          font-size: 0.79rem;
          text-transform: uppercase;
          color: rgba(255, 255, 255, 0.5);
          display: inline-block;
          padding: 15px 30px; }
          html:not([dir="rtl"]) .about_sections_tabs li a {
            letter-spacing: 2.8px; }
          .about_sections_tabs li a:hover {
            color: #ffffff; }
      .rtl .about_sections_tabs li:first-child {
        border-radius: 0px 50px 50px 0px; }
      .rtl .about_sections_tabs li:last-child {
        border-radius: 50px 0px 0px 50px; }
      .rtl .about_sections_tabs li a {
        font-size: 0.89rem !important; } }

.about_section_container {
  background-color: rgba(98, 105, 114, 0.07); }
  .about_section_container > div:not(.vc_col-has-fill) {
    order: 1; }
    @media (min-width: 1024px) {
      .about_section_container > div:not(.vc_col-has-fill) {
        order: 2; } }
  .about_section_container > div.vc_col-has-fill {
    min-height: 260px;
    order: 2; }
    @media (min-width: 1024px) {
      .about_section_container > div.vc_col-has-fill {
        order: 1; } }
  .about_section_container .about_title {
    font-size: 1.27778rem;
    line-height: 1.73913em;
    text-align: left;
    color: #e2231a;
    margin-top: 60px; }
    @media (min-width: 1024px) {
      .about_section_container .about_title {
        margin-top: auto;
        font-size: 2.5rem;
        line-height: 1.28889em; } }
  .about_section_container .about_subtitle {
    color: #e2231a;
    font-size: 0.66667rem;
    line-height: 3.33333em; }
    @media (min-width: 1024px) {
      .about_section_container .about_subtitle {
        font-size: 0.88889rem;
        line-height: 4.25em; } }
  .about_section_container .about_content {
    color: #626972; }
    .about_section_container .about_content .copyContainer {
      padding: 5px 0px; }
    .about_section_container .about_content p {
      font-size: 0.72222rem;
      line-height: 1.30769em; }
    @media (min-width: 1024px) {
      .about_section_container .about_content .copyContainer {
        padding: 2px 0px; }
      .about_section_container .about_content p {
        font-size: 0.66667rem;
        line-height: 1.5em; } }

.background-color-slate-grey {
  background-color: rgba(98, 105, 114, 0.04);
  background-image: url("../image/bkg/luna-bkg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  .rtl .background-color-slate-grey {
    background-image: url(../image/bkg/luna-arab-bkg.png); }

.lightbox-form {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10000;
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .lightbox-form .result-form {
    opacity: 0;
    width: 100%;
    max-width: 660px;
    min-height: 350px;
    background-color: #ffffff;
    text-align: center; }
    .lightbox-form .result-form .cross {
      display: block;
      width: 100%;
      text-align: right;
      border-bottom: 1px solid #e7d9c7; }
      .lightbox-form .result-form .cross svg {
        opacity: 0;
        padding: 20px;
        padding-bottom: 18px;
        cursor: pointer; }
    .lightbox-form .result-form .text-inside {
      padding: 60px; }
      .lightbox-form .result-form .text-inside .title {
        font-size: 3.61111rem;
        font-weight: 700;
        line-height: 1.04615em;
        color: #e2231a; }
        html:not([dir="rtl"]) .lightbox-form .result-form .text-inside .title {
          letter-spacing: -0.8px; }
      .lightbox-form .result-form .text-inside .text {
        font-family: "Montserrat", sans-serif;
        font-size: 1.22222rem;
        line-height: 1.36364em;
        color: #42423f;
        margin-top: 20px; }
  .lightbox-form.active {
    z-index: 10000; }
    .lightbox-form.active .result-form {
      opacity: 1; }
      .lightbox-form.active .result-form .cross svg {
        opacity: 1;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        -webkit-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out; }

.sections_about_select {
  text-align: center;
  margin-bottom: -40px;
  z-index: 9999;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0; }
  @media (min-width: 1024px) {
    .sections_about_select {
      margin-bottom: -20px; } }
  .sections_about_select .select_sections {
    background: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #e2231a;
    color: white;
    font-size: 0.66667rem;
    padding: 10px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px; }
  .sections_about_select .select_arrow {
    position: relative; }
    .sections_about_select .select_arrow:after {
      content: "";
      border-top: 2px;
      border-right: 2px;
      border-bottom: 0px;
      border-left: 0px;
      display: block;
      height: 8px;
      width: 8px;
      border-color: #ffffff;
      border-style: solid;
      position: absolute;
      transform: rotate(135deg);
      right: 15px;
      top: 5px; }
    @media (min-width: 1024px) {
      .sections_about_select .select_arrow {
        display: none; } }

/* ERROR PAGE 404 */
.error_page {
  min-height: 100vh;
  background-image: url(../image/error_page/en_error_page_mobile.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
  @media (min-width: 1024px) {
    .error_page {
      background-image: url(../image/error_page/en_error_page_desktop.svg); } }
  .error_page.language_ar {
    background-image: url(../image/error_page/ar_error_page_mobile.svg); }
    @media (min-width: 1024px) {
      .error_page.language_ar {
        background-image: url(../image/error_page/ar_error_page_desktop.svg); } }
  .error_page #content {
    max-width: 280px; }
    .error_page #content h1, .error_page #content .big-title {
      text-align: center;
      font-size: 22px;
      line-height: 26px; }
      @media (min-width: 1024px) {
        .error_page #content h1, .error_page #content .big-title {
          font-size: 50px;
          line-height: 60px; } }
    @media (min-width: 1024px) {
      .error_page #content {
        max-width: 900px; } }
  .error_page .button-red {
    margin-bottom: 75%; }
    .error_page .button-red.language_ar {
      margin-top: 240px; }

/* interior banner */
.interior_banner {
  min-height: 200px;
  box-sizing: border-box;
  display: inline-block;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  position: relative; }
  @media (min-width: 1024px) {
    .interior_banner {
      min-height: 280px;
      padding: 30px 60px; } }
  .interior_banner .info {
    font-family: "Asap", sans-serif;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.77778rem;
    line-height: 1.5em; }
    @media (min-width: 1024px) {
      .interior_banner .info {
        font-size: 1.16667rem;
        line-height: 1.33333em; } }
  .interior_banner .title {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.27778rem;
    line-height: 1.08696em;
    font-weight: bold; }
    @media (min-width: 1024px) {
      .interior_banner .title {
        font-size: 3.88889rem;
        line-height: 0.94286em; } }
  .interior_banner .link {
    color: #e2231a;
    font-weight: bold;
    font-size: 0.66667rem;
    line-height: 1.05em;
    position: absolute;
    bottom: 20px; }
    @media (min-width: 1024px) {
      .interior_banner .link {
        position: relative;
        bottom: auto;
        font-size: 0.88889rem;
        line-height: 0.75em; } }

@-webkit-keyframes mouse-scroll {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); }
  60% {
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@-moz-keyframes mouse-scroll {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); }
  60% {
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@-ms-keyframes mouse-scroll {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); }
  60% {
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@-o-keyframes mouse-scroll {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); }
  60% {
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@keyframes mouse-scroll {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); }
  60% {
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
.vc_row#main-slider {
  overflow: visible;
  width: 100vw !important;
  left: 50% !important;
  margin-left: -50vw;
  position: relative; }
  .rtl .vc_row#main-slider {
    left: inital !important;
    margin-left: 0px;
    margin-right: -50vw;
    right: 50% !important; }

.main_slider {
  position: relative;
  margin: 0 auto 40px; }
  .main_slider .sliders_home {
    min-height: 100vh; }
    .main_slider .sliders_home ul.slick-dots {
      text-align: center;
      list-style: none;
      padding: 0px 10px;
      display: table;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .main_slider .sliders_home ul.slick-dots li {
        display: inline-block; }
        .main_slider .sliders_home ul.slick-dots li.slick-active .custom_dot {
          opacity: 1;
          width: 14px;
          height: 14px;
          background-color: #e2231a;
          position: relative; }
          .main_slider .sliders_home ul.slick-dots li.slick-active .custom_dot:after {
            content: "";
            position: absolute;
            display: block;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            border-radius: 50px;
            border: solid 1px #e2231a;
            width: 22px;
            height: 22px;
            top: 0;
            bottom: 0;
            right: -5px;
            margin: auto; }
        .main_slider .sliders_home ul.slick-dots li .custom_dot {
          width: 10px;
          height: 10px;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          -ms-border-radius: 50px;
          border-radius: 50px;
          opacity: 0.4;
          background-color: #1d1c1b;
          margin: 15px 10px;
          cursor: pointer; }
          .main_slider .sliders_home ul.slick-dots li .custom_dot:after {
            display: none; }
  .main_slider ul.slider_bullets {
    display: none;
    max-width: 1400px;
    border-top: 1px solid #d7d7d7;
    list-style: none;
    text-align: center;
    position: relative;
    bottom: 70px;
    height: 70px;
    margin: 0 auto; }
    .main_slider ul.slider_bullets li {
      margin-top: -1px;
      display: inline-block;
      opacity: 0.5;
      font-family: "Montserrat", sans-serif;
      font-size: 0.66667rem;
      font-weight: 700;
      color: #1d1c1b;
      text-transform: uppercase;
      padding: 20px 50px;
      cursor: pointer; }
      html:not([dir="rtl"]) .main_slider ul.slider_bullets li {
        letter-spacing: 2.4px; }
      .main_slider ul.slider_bullets li.active {
        border-top: 1px solid #e2231a;
        opacity: 1;
        color: #e2231a; }
  .main_slider span#scroll {
    position: absolute;
    bottom: -15px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: block;
    text-align: center;
    pointer-events: none;
    -webkit-animation: mouse-scroll 2s infinite;
    -moz-animation: mouse-scroll 2s infinite;
    -ms-animation: mouse-scroll 2s infinite;
    -o-animation: mouse-scroll 2s infinite;
    animation: mouse-scroll 2s infinite; }
    .main_slider span#scroll img {
      width: 24px;
      height: auto; }
  @media (min-width: 768px) {
    .main_slider .sliders_home ul.slick-dots {
      padding: 10px 20px; } }
  @media (min-width: 1024px) {
    .main_slider {
      margin: 0 auto 10px; }
      .main_slider .sliders_home {
        height: 100vh; }
        .main_slider .sliders_home ul.slick-dots {
          border-top: 1px solid #d7d7d7;
          bottom: 70px;
          position: relative;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-justify-content: flex-end;
          justify-content: flex-end; }
      .main_slider span#scroll {
        bottom: 19px; } }

.slide_home {
  min-height: calc( 100vh - 60px );
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 85px;
  width: 100vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .slide_home > div {
    max-width: 1440px;
    margin: 0 auto;
    min-height: calc( 100vh - 145px );
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .slide_home .information {
    width: 100%;
    text-align: center;
    padding: 0 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .slide_home .information span.title {
      font-family: "Asap", sans-serif;
      font-size: 1.66667rem;
      font-weight: 500;
      line-height: 1.2em;
      text-align: center;
      color: #000000;
      display: block;
      margin-bottom: 15px; }
      html:not([dir="rtl"]) .slide_home .information span.title {
        letter-spacing: -0.8px; }
      .slide_home .information span.title strong {
        color: #e2231a; }
      .rtl .slide_home .information span.title {
        line-height: 1.3em;
        font-weight: 700; }
        .rtl .slide_home .information span.title strong {
          font-weight: 700; }
    .slide_home .information span.subtitle {
      display: block;
      font-family: "Asap", sans-serif;
      font-size: 0.5rem;
      font-weight: bold;
      line-height: 1.33333em;
      text-align: center;
      color: #000000;
      text-transform: uppercase;
      margin-bottom: 15px; }
      html:not([dir="rtl"]) .slide_home .information span.subtitle {
        letter-spacing: 3.9px; }
    .slide_home .information .button-red {
      margin-bottom: 15px; }
  .slide_home .image {
    width: 100%;
    text-align: center; }
    .slide_home .image img {
      margin: 0 auto;
      max-width: 60%; }
  @media (min-width: 768px) {
    .slide_home {
      padding-top: 120px; }
      .slide_home > div {
        min-height: calc( 100vh - 210px ); }
      .slide_home .information {
        padding: 0 20%; }
        .slide_home .information span.title {
          font-size: 2.22222rem;
          margin-bottom: 25px; }
        .slide_home .information span.subtitle {
          font-size: 0.88889rem;
          margin-bottom: 25px; }
        .slide_home .information .button-red {
          margin-bottom: 25px; }
      .slide_home .image img {
        max-width: 90%; } }
  @media (min-width: 1024px) {
    .slide_home {
      height: 100vh;
      padding-top: 0px; }
      .slide_home > div {
        min-height: 100%;
        padding-top: 10%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
      .slide_home .information {
        padding: 0 5%;
        width: 50%; }
        .slide_home .information span.title {
          font-size: 3.61111rem;
          margin-bottom: 35px; }
        .slide_home .information span.subtitle {
          font-size: 0.88889rem; }
      .slide_home .image {
        width: 50%; } }

.background-color-slate-grey {
  background-color: rgba(98, 105, 114, 0.04);
  background-image: url("../image/bkg/luna-bkg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  .rtl .background-color-slate-grey {
    background-image: url(../image/bkg/luna-arab-bkg.png); }

.slider-home-subcategory {
  background-color: rgba(98, 105, 114, 0);
  background-image: url("../image/slider/BG_home_products.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -60px;
  height: 470px; }
  .slider-home-subcategory .slick-track {
    margin: 0 auto; }
  @media (min-width: 768px) {
    .slider-home-subcategory {
      height: 470px;
      background-position: center -70px; } }
  @media (min-width: 1024px) {
    .slider-home-subcategory {
      height: 500px;
      background-position: center -90px; } }
  @media (min-width: 1360px) {
    .slider-home-subcategory {
      height: 500px;
      background-position: center -90px; } }

/* about sections */
.sections_select {
  display: block; }
  @media (min-width: 1024px) {
    .sections_select {
      display: none; } }

/* helpers*/
.no_padding .vc_column-inner {
  padding: 0px !important; }

.no_margin .vc_column-inner {
  margin: 0px !important; }

/* Regions section maps */
.regions_wrapper {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .regions_wrapper.export_view {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .regions_wrapper.export_view .wrap_toggle {
      display: none; }
    .regions_wrapper.export_view .region_wrapper {
      max-width: 100%; }
      .regions_wrapper.export_view .region_wrapper .toggle_mobile_main {
        text-align: left;
        padding: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 0; }
        .regions_wrapper.export_view .region_wrapper .toggle_mobile_main:first-child {
          border-top: none; }
        @media (min-width: 768px) {
          .regions_wrapper.export_view .region_wrapper .toggle_mobile_main {
            text-align: center; } }
        @media (min-width: 1024px) {
          .regions_wrapper.export_view .region_wrapper .toggle_mobile_main {
            border: none; } }
        .rtl .regions_wrapper.export_view .region_wrapper .toggle_mobile_main {
          text-align: right; }
          @media (min-width: 768px) {
            .rtl .regions_wrapper.export_view .region_wrapper .toggle_mobile_main {
              text-align: center; } }
          @media (min-width: 1024px) {
            .rtl .regions_wrapper.export_view .region_wrapper .toggle_mobile_main {
              text-align: center; } }
      .regions_wrapper.export_view .region_wrapper .region_container {
        width: 100%;
        border: none;
        padding: 0px 20px 20px 20px;
        text-align: left;
        height: auto;
        display: block;
        -webkit-box-align: left;
        -ms-flex-align: left;
        -webkit-align-items: left;
        -moz-align-items: left;
        align-items: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media (min-width: 1024px) {
          .regions_wrapper.export_view .region_wrapper .region_container {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }
        .regions_wrapper.export_view .region_wrapper .region_container a {
          display: inline-block;
          width: 100%; }
        .regions_wrapper.export_view .region_wrapper .region_container .region_name {
          text-align: left; }
          .rtl .regions_wrapper.export_view .region_wrapper .region_container .region_name {
            text-align: right; }
            @media (min-width: 1024px) {
              .rtl .regions_wrapper.export_view .region_wrapper .region_container .region_name {
                text-align: center; } }
          @media (min-width: 1024px) {
            .regions_wrapper.export_view .region_wrapper .region_container .region_name {
              text-align: center; } }
        .regions_wrapper.export_view .region_wrapper .region_container .region_phone1, .regions_wrapper.export_view .region_wrapper .region_container .region_phone2, .regions_wrapper.export_view .region_wrapper .region_container .region_title {
          text-align: center; }
        @media (min-width: 1024px) {
          .regions_wrapper.export_view .region_wrapper .region_container {
            max-width: 450px;
            width: 100%;
            text-align: center;
            padding: 20px 0px 100px 0px;
            border: none;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center; }
            .regions_wrapper.export_view .region_wrapper .region_container .region_container {
              text-align: center; } }
    .regions_wrapper.export_view section.region {
      border: none;
      width: auto;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .regions_wrapper.export_view section.region .region_wrapper {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
  .regions_wrapper section.region {
    width: 100%;
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .regions_wrapper section.region.local_view {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .regions_wrapper section.region.local_view .region_wrapper {
        max-width: 1100px; }
    .regions_wrapper section.region .region_wrapper {
      display: table;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
      @media (min-width: 1024px) {
        .regions_wrapper section.region .region_wrapper {
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: baseline;
          -ms-flex-align: baseline;
          -webkit-align-items: baseline;
          -moz-align-items: baseline;
          align-items: baseline; } }
    .regions_wrapper section.region > div {
      order: 2; }
    .regions_wrapper section.region > p {
      order: 1; }
  @media (min-width: 1024px) {
    .regions_wrapper .toggle_mobile {
      display: inline-block; } }
  .regions_wrapper .region_name, .regions_wrapper .toggle_mobile_main {
    font-family: "Asap", sans-serif;
    font-weight: bold;
    color: #42423f;
    font-size: 1.33333rem;
    line-height: 0.95833em;
    margin-top: 40px;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center; }
    @media (min-width: 1024px) {
      .regions_wrapper .region_name, .regions_wrapper .toggle_mobile_main {
        font-size: 2.5rem;
        line-height: 1.06667em;
        margin-top: 80px; } }
  .regions_wrapper .regions_container {
    padding: 20px;
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 1024px) {
      .regions_wrapper .regions_container {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 50px; } }
  .regions_wrapper .region_container {
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 20px; }
    @media (min-width: 1024px) {
      .regions_wrapper .region_container {
        padding: 0px 50px 80px 50px; } }
  .regions_wrapper .region_title {
    color: #e2231a;
    line-height: 1.25em;
    padding-bottom: 10px;
    font-weight: bold;
    padding-top: 30px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .regions_wrapper .region_title {
        text-align: center;
        padding-top: 24px; } }
  .regions_wrapper .region_address1 {
    color: #42423f;
    line-height: 1.25em;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    text-decoration: underline;
    font-family: "Montserrat", sans-serif; }
    html:not([dir="rtl"]) .regions_wrapper .region_address1 {
      letter-spacing: 0.5px; }
  .regions_wrapper .region_phone1, .regions_wrapper .region_phone2 {
    direction: ltr !important;
    color: #42423f;
    font-weight: bold;
    line-height: 1.25em;
    text-align: left;
    font-family: "Montserrat", sans-serif; }
    html:not([dir="rtl"]) .regions_wrapper .region_phone1, html:not([dir="rtl"]) .regions_wrapper .region_phone2 {
      letter-spacing: 0.5px; }
    @media (min-width: 1024px) {
      .regions_wrapper .region_phone1, .regions_wrapper .region_phone2 {
        text-align: center; } }
  .rtl .regions_wrapper .region_title, .rtl .regions_wrapper .region_phone1, .rtl .regions_wrapper .region_phone2 {
    text-align: right; }
    @media (min-width: 1024px) {
      .rtl .regions_wrapper .region_title, .rtl .regions_wrapper .region_phone1, .rtl .regions_wrapper .region_phone2 {
        text-align: center; } }

.soft_grey_line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 100%; }

@media (min-width: 1024px) {
  .luna_bkg {
    background-image: url(../image/bkg/luna-bkg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }
    .rtl .luna_bkg {
      background-image: url(../image/bkg/luna-arab-bkg.png); } }

.regions_result_items {
  padding: 10px 0px;
  color: #b4a795;
  line-height: 1.36364em; }

.red_line {
  height: 1px;
  background-color: #e2231a;
  width: 30px;
  margin: 15px auto;
  display: block; }
  @media (min-width: 1024px) {
    .red_line {
      display: block;
      margin: 20px auto;
      width: 60px; } }

.chart_red {
  text-transform: uppercase;
  color: #e2231a;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px; }
  html:not([dir="rtl"]) .chart_red {
    letter-spacing: 0.2em; }
  .rtl .chart_red {
    margin-right: 0px;
    margin-left: 10px; }

.inlineBlock div.region_container {
  display: block !important; }

.tomato_arrow {
  width: 100%;
  display: inline-block;
  position: relative; }
  .tomato_arrow:hover {
    cursor: pointer; }
  .tomato_arrow:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    height: 6px;
    width: 6px;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transform-origin: 50% 50%;
    border-top: 2px solid #e2231a;
    border-right: 2px solid #e2231a;
    margin-bottom: 5px;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .rtl .tomato_arrow:after {
      right: inherit;
      left: 25px; }
    @media (min-width: 768px) {
      .tomato_arrow:after {
        content: "";
        position: relative;
        top: inherit;
        right: inherit;
        display: inline-block;
        margin-left: 20px; }
        .rtl .tomato_arrow:after {
          margin-left: 0px;
          margin-right: 20px;
          left: inherit; } }
    @media (min-width: 1024px) {
      .tomato_arrow:after {
        display: none; } }
  .tomato_arrow.active:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    @media (min-width: 1024px) {
      .tomato_arrow.active:after {
        display: none; } }

/* section tabs menu */
.sections_tabs {
  display: none;
  text-align: center;
  padding-bottom: 0px;
  padding-top: 20px; }
  .sections_tabs li {
    display: inline-block; }
    .sections_tabs li.active a {
      color: #e2231a;
      font-size: 0.77778rem;
      padding: 10px 30px;
      border-radius: 60px;
      border: 3px solid #e2231a;
      margin: 20px; }
      html:not([dir="rtl"]) .sections_tabs li.active a {
        letter-spacing: 2.8px; }
    .sections_tabs li a {
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      display: inline-block;
      font-size: 0.77778rem;
      padding: 10px 30px;
      border-radius: 60px;
      border: 3px solid #ffffff;
      margin: 20px; }
      html:not([dir="rtl"]) .sections_tabs li a {
        letter-spacing: 2.8px; }
  @media (min-width: 1024px) {
    .sections_tabs {
      display: block; } }

.sections_select {
  text-align: center;
  margin-bottom: -20px;
  z-index: 9999;
  position: relative;
  /*.select_sections {
    background: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: $tomato;
    color: white;
    font-size: rem(12);
    padding: 10px;
    border-radius: 50px;
    font-family: $secondary-font;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
  }*/ }
  .sections_select .select_arrow {
    position: relative; }
    .sections_select .select_arrow:after {
      content: "";
      border-top: 2px;
      border-right: 2px;
      border-bottom: 0px;
      border-left: 0px;
      display: block;
      height: 8px;
      width: 8px;
      border-color: #ffffff;
      border-style: solid;
      position: absolute;
      transform: rotate(135deg);
      right: 15px;
      top: 5px; }

.no-results {
  font-family: "Asap", sans-serif;
  font-size: 1.11111rem;
  font-weight: 500;
  line-height: 1em;
  color: #1d1c1b;
  margin: 180px 10px;
  margin-bottom: 240px; }

button.clear_filters {
  position: relative;
  border: 0px;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #b4a795;
  cursor: pointer;
  border-bottom: 1px solid #b4a795;
  padding: 0px;
  padding-bottom: 1px;
  margin-bottom: 2px;
  margin-left: 16%;
  font-size: 10px;
  width: 100%; }
  html:not([dir="rtl"]) button.clear_filters {
    letter-spacing: 2.2px; }
  .rtl button.clear_filters {
    margin-left: 0px;
    margin-right: 16%; }
  button.clear_filters::after {
    content: '';
    width: 13px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 4px;
    bottom: 0px;
    margin: auto;
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/wp-content/themes/morillas-child/assets/image/clear_filter.svg");
    left: 3px;
    padding-left: 1px; }
    .rtl button.clear_filters::after {
      left: 0px;
      padding-left: 0px;
      right: 3px;
      padding-right: 1px; }
  @media (max-width: 1125px) {
    button.clear_filters {
      border-bottom: 0px; }
      button.clear_filters::after {
        display: none; } }
  @media (max-width: 1023px) {
    button.clear_filters {
      display: none !important; } }

.all-filters {
  background-color: #ffffff;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 15px auto 0px; }
  .all-filters #all-filters-label {
    font-family: "Asap", sans-serif;
    font-size: 0.77778rem;
    font-weight: 700;
    line-height: 1.14286em;
    text-transform: uppercase;
    text-align: center;
    color: #626972;
    margin-bottom: 15px;
    display: block; }
    html:not([dir="rtl"]) .all-filters #all-filters-label {
      letter-spacing: 1.6px; }
  .all-filters > div > div {
    margin-bottom: 10px; }
  .all-filters select {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    background-color: #ffffff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 38px;
    outline: 0;
    width: 100%; }
  .all-filters .filter-custom, .all-filters .filters-products, .all-filters .filter-dishes {
    display: inline-block;
    font-size: 0.66667rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #626972;
    max-width: 100%; }
    html:not([dir="rtl"]) .all-filters .filter-custom, html:not([dir="rtl"]) .all-filters .filters-products, html:not([dir="rtl"]) .all-filters .filter-dishes {
      letter-spacing: 2.4px; }
  .all-filters .filters-products .wrapper-filters {
    display: none; }
    .all-filters .filters-products .wrapper-filters.open {
      display: block; }
  .all-filters .search-filter-div {
    position: relative;
    display: inline-block;
    margin-bottom: 30px; }
    .all-filters .search-filter-div:after {
      content: '';
      width: 40px;
      height: 40px;
      display: block;
      left: 10px;
      position: absolute;
      top: 0px;
      bottom: 0px;
      margin: auto;
      background-size: auto 50%;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/wp-content/themes/morillas-child/assets/image/search.svg"); }
      .rtl .all-filters .search-filter-div:after {
        left: inherit;
        right: 10px; }
  .all-filters .search-filter {
    box-sizing: border-box;
    padding: 12px 20px 12px 50px;
    border: 1px solid #e7d9c7;
    background-color: #ffffff;
    font-size: 0.66667rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #626972;
    text-align: center;
    position: relative;
    max-width: 100%;
    width: 100%;
    min-width: 260px; }
    .rtl .all-filters .search-filter {
      padding: 12px 50px 12px 20px; }
    html:not([dir="rtl"]) .all-filters .search-filter {
      letter-spacing: 2.4px; }
  @media (max-width: 1125px) {
    .all-filters div.filter {
      position: relative; } }
  .all-filters div.filter {
    z-index: 7000;
    display: block;
    max-width: 100%; }
    .all-filters div.filter div.result {
      padding: 10px;
      cursor: pointer;
      color: #626972;
      text-transform: uppercase;
      background-color: #ffffff;
      display: table;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      border: 1px solid #e7d9c7;
      min-width: 260px;
      width: 100%;
      max-width: 100%;
      text-align: center;
      pointer-events: none;
      box-sizing: border-box; }
      .all-filters div.filter div.result .down {
        display: inline-block; }
        .all-filters div.filter div.result .down svg {
          width: 20px;
          height: 9px; }
      .all-filters div.filter div.result .up {
        display: none; }
        .all-filters div.filter div.result .up svg {
          width: 20px;
          height: 9px; }
      .all-filters div.filter div.result img {
        height: 12px;
        margin-left: 20px; }
      .all-filters div.filter div.result span.option {
        margin-right: 10px;
        font-size: 0.77778rem; }
        .rtl .all-filters div.filter div.result span.option {
          margin-right: inherit;
          margin-left: 10px; }
        .all-filters div.filter div.result span.option.selected {
          color: #e2231a; }
    .all-filters div.filter .wrapper-filters {
      z-index: 100;
      margin: 0 auto;
      position: absolute;
      left: 0px;
      display: none;
      right: 0;
      background-color: #ffffff;
      /*@if $inset {
      	-webkit-box-shadow:inset $top $left $blur $color;
      	-moz-box-shadow:inset $top $left $blur $color;
      	box-shadow:inset $top $left $blur $color;
      } @else {
      	-webkit-box-shadow: $top $left $blur $color;
      	-moz-box-shadow: $top $left $blur $color;
      	box-shadow: $top $left $blur $color;
      }*/
      -webkit-box-shadow: 1px 2px 5px #e7d9c7;
      -moz-box-shadow: 1px 2px 5px #e7d9c7;
      box-shadow: 1px 2px 5px #e7d9c7; }
      .all-filters div.filter .wrapper-filters ul li span.box {
        background-color: rgba(247, 248, 248, 0.5);
        color: #626972;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 78px;
        margin-bottom: 2px;
        margin-right: 2px;
        display: block;
        font-size: 0.77778rem;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase; }
        html:not([dir="rtl"]) .all-filters div.filter .wrapper-filters ul li span.box {
          letter-spacing: 2.8px; }
        .all-filters div.filter .wrapper-filters ul li span.box.show {
          color: #e2231a; }
          .all-filters div.filter .wrapper-filters ul li span.box.show:after {
            content: '';
            display: inline-block;
            margin: 0 5px;
            position: relative; }
      .rtl .all-filters div.filter .wrapper-filters .filter_column {
        float: right; }
      .all-filters div.filter .wrapper-filters .filter_category {
        display: inline-block;
        width: 25%;
        vertical-align: top;
        background-color: rgba(247, 248, 248, 0.5); }
        .all-filters div.filter .wrapper-filters .filter_category li {
          position: relative;
          background-color: rgba(247, 248, 248, 0.5);
          color: #626972;
          border-bottom: 2px solid #ffffff;
          border-right: 2px solid #ffffff;
          padding-top: 60px;
          padding-bottom: 60px;
          padding-left: 15%;
          display: block;
          font-size: 0.77778rem;
          font-weight: 700;
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase; }
          .rtl .all-filters div.filter .wrapper-filters .filter_category li {
            padding-right: 15%;
            padding-left: inherit;
            text-align: right !important; }
          html:not([dir="rtl"]) .all-filters div.filter .wrapper-filters .filter_category li {
            letter-spacing: 2.8px; }
          .all-filters div.filter .wrapper-filters .filter_category li.show {
            color: #e2231a; }
          .all-filters div.filter .wrapper-filters .filter_category li.selected {
            color: #e2231a; }
            .all-filters div.filter .wrapper-filters .filter_category li.selected:after {
              content: '';
              display: block;
              position: absolute;
              right: 30px;
              background-image: url("/wp-content/themes/morillas-child/assets/image/up.svg");
              background-repeat: no-repeat;
              -moz-transform: rotate(90deg);
              -o-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
              width: 14px;
              height: 14px;
              top: 0px;
              bottom: 0px;
              margin: auto;
              background-size: contain; }
              .rtl .all-filters div.filter .wrapper-filters .filter_category li.selected:after {
                right: inherit;
                left: 30px;
                -moz-transform: rotate(270deg);
                -o-transform: rotate(270deg);
                -ms-transform: rotate(270deg);
                -webkit-transform: rotate(270deg);
                transform: rotate(270deg); }
      .all-filters div.filter .wrapper-filters .filter_subcategory {
        display: inline-block;
        width: 35%;
        vertical-align: top;
        margin-top: 61px; }
        .all-filters div.filter .wrapper-filters .filter_subcategory li {
          position: relative;
          padding: 0px 35px;
          padding-bottom: 15px;
          font-size: 0.66667rem;
          font-weight: 400;
          font-family: "Montserrat", sans-serif;
          margin-bottom: 10px;
          text-transform: uppercase; }
          html:not([dir="rtl"]) .all-filters div.filter .wrapper-filters .filter_subcategory li {
            letter-spacing: 1.8px; }
          .rtl .all-filters div.filter .wrapper-filters .filter_subcategory li {
            text-align: right !important; }
          .all-filters div.filter .wrapper-filters .filter_subcategory li.show {
            color: #e2231a; }
          .all-filters div.filter .wrapper-filters .filter_subcategory li.selected {
            color: #e2231a; }
            .all-filters div.filter .wrapper-filters .filter_subcategory li.selected:after {
              content: '';
              display: inline-block;
              background-image: url("/wp-content/themes/morillas-child/assets/image/up.svg");
              background-repeat: no-repeat;
              -moz-transform: rotate(90deg);
              -o-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
              width: 10px;
              height: 10px;
              background-size: contain;
              margin-left: 10px; }
              .rtl .all-filters div.filter .wrapper-filters .filter_subcategory li.selected:after {
                -moz-transform: rotate(270deg);
                -o-transform: rotate(270deg);
                -ms-transform: rotate(270deg);
                -webkit-transform: rotate(270deg);
                transform: rotate(270deg);
                margin-right: 10px;
                margin-left: inherit; }
      .all-filters div.filter .wrapper-filters .filter_products {
        display: inline-block;
        width: 38%;
        vertical-align: top;
        margin-top: 61px; }
        .all-filters div.filter .wrapper-filters .filter_products li {
          padding: 0px 35px;
          padding-bottom: 15px;
          font-size: 0.66667rem;
          font-weight: 400;
          font-family: "Montserrat", sans-serif;
          margin-bottom: 10px; }
          html:not([dir="rtl"]) .all-filters div.filter .wrapper-filters .filter_products li {
            letter-spacing: 1.8px; }
          .rtl .all-filters div.filter .wrapper-filters .filter_products li {
            text-align: right !important; }
          .all-filters div.filter .wrapper-filters .filter_products li.show {
            color: #e2231a; }
          .all-filters div.filter .wrapper-filters .filter_products li:hover {
            color: #e2231a; }
          .all-filters div.filter .wrapper-filters .filter_products li.selected {
            color: #e2231a; }
  .all-filters .slick-dots {
    margin: auto;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    width: auto;
    margin: auto; }
    .all-filters .slick-dots li {
      position: relative;
      z-index: 9999;
      display: inline-block;
      padding-left: 20px;
      cursor: pointer;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      color: #b4a795; }
      .all-filters .slick-dots li:first-child {
        padding-left: 0px; }
      .all-filters .slick-dots li .custom_dot {
        position: relative;
        z-index: 9999;
        height: 8px;
        width: 8px;
        background-color: #b4a795;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        margin-top: 60px;
        margin-bottom: 20px; }
      .all-filters .slick-dots li .index {
        display: none; }
    .all-filters .slick-dots li.slick-active .custom_dot {
      background-color: #e2231a;
      color: #e2231a; }
  @media (min-width: 768px) {
    .all-filters > div > div:nth-of-type(odd) {
      margin-right: 15px;
      min-width: 312px; }
    .all-filters .search-filter {
      min-width: 312px; } }
  @media (min-width: 1024px) {
    .all-filters {
      margin-top: 0px;
      border-bottom: 1px solid #e7d9c7; }
      .all-filters .custom-container-morillas {
        position: relative;
        display: table;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        -webkit-justify-content: stretch;
        -moz-justify-content: stretch;
        justify-content: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
      .all-filters #all-filters-label {
        display: none; }
      .all-filters > div > div:nth-of-type(odd) {
        min-width: 0px; }
      .all-filters > div > div, .all-filters > div > .filter-dishes, .all-filters > div > .filter-products, .all-filters > div > .filter-custom {
        margin-right: 25px; }
        .all-filters > div > div div.filter div.result, .all-filters > div > .filter-dishes div.filter div.result, .all-filters > div > .filter-products div.filter div.result, .all-filters > div > .filter-custom div.filter div.result {
          padding: 30px 10px;
          border: 0px;
          min-width: 0px;
          pointer-events: all; }
          .all-filters > div > div div.filter div.result.selected, .all-filters > div > .filter-dishes div.filter div.result.selected, .all-filters > div > .filter-products div.filter div.result.selected, .all-filters > div > .filter-custom div.filter div.result.selected {
            color: #e2231a; }
        .all-filters > div > div div.filter .wrapper-filters, .all-filters > div > .filter-dishes div.filter .wrapper-filters, .all-filters > div > .filter-products div.filter .wrapper-filters, .all-filters > div > .filter-custom div.filter .wrapper-filters {
          text-align: left;
          top: 101%; }
        .rtl .all-filters > div > div, .rtl .all-filters > div > .filter-dishes, .rtl .all-filters > div > .filter-products, .rtl .all-filters > div > .filter-custom {
          margin-left: 25px;
          margin-right: initial; }
      .all-filters > div > div.filter-dishes div.filter .wrapper-filters ul li, .all-filters > div > div.filter-custom div.filter .wrapper-filters ul li {
        display: inline-block;
        width: 33.33%; }
        .all-filters > div > div.filter-dishes div.filter .wrapper-filters ul li span.box, .all-filters > div > div.filter-custom div.filter .wrapper-filters ul li span.box {
          text-align: center;
          padding: 20px;
          cursor: pointer; }
          .all-filters > div > div.filter-dishes div.filter .wrapper-filters ul li span.box:hover, .all-filters > div > div.filter-custom div.filter .wrapper-filters ul li span.box:hover {
            color: #e2231a; }
      .all-filters > div > div {
        margin-bottom: 0px; }
      .all-filters .search-filter-div {
        margin-bottom: 0px;
        margin-left: auto; }
        .rtl .all-filters .search-filter-div {
          margin-right: auto;
          margin-left: initial; }
      .all-filters .search-filter {
        border: 3px solid #e2231a;
        box-sizing: border-box;
        min-width: 190px;
        width: 190px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px; }
      .all-filters select {
        display: none; } }
  @media (min-width: 1360px) {
    .all-filters > div > div, .all-filters > div > .filter-dishes, .all-filters > div > .filter-products, .all-filters > div > .filter-custom {
      margin-right: 40px; }
    .all-filters > div > div.filter-dishes div.filter .wrapper-filters ul li span.box, .all-filters > div > div.filter-custom div.filter .wrapper-filters ul li span.box {
      padding: 40px; } }

.filters-products .wrapper-filters {
  padding: 0px;
  padding-right: 25px; }
  .filters-products .wrapper-filters > ul {
    width: 100%; }
    .filters-products .wrapper-filters > ul li span.box {
      width: 268px !important; }
    .filters-products .wrapper-filters > ul li ul.submenu {
      width: 100% !important; }
      .filters-products .wrapper-filters > ul li ul.submenu li {
        padding: 0px 40px !important;
        padding-right: 0px !important; }

.recipes-list .related_recipe {
  margin-right: 1%;
  width: 24%;
  max-width: 320px;
  position: relative; }
  .recipes-list .related_recipe .image_recipe {
    height: 370px !important; }
  .recipes-list .related_recipe .content_recipe {
    height: 140px !important; }
    .recipes-list .related_recipe .content_recipe .category, .recipes-list .related_recipe .content_recipe .products-filters .selected-filter, .products-filters .recipes-list .related_recipe .content_recipe .selected-filter {
      font-family: "Montserrat", sans-serif;
      font-size: 0.77778rem;
      text-transform: uppercase; }
      html:not([dir="rtl"]) .recipes-list .related_recipe .content_recipe .category, html:not([dir="rtl"]) .recipes-list .related_recipe .content_recipe .products-filters .selected-filter, .products-filters html:not([dir="rtl"]) .recipes-list .related_recipe .content_recipe .selected-filter {
        letter-spacing: 1.3px; }
    .recipes-list .related_recipe .content_recipe .link {
      font-family: "Montserrat", sans-serif;
      font-size: 0.66667rem;
      color: #b4a795;
      position: absolute;
      bottom: 20px;
      text-transform: uppercase; }
      html:not([dir="rtl"]) .recipes-list .related_recipe .content_recipe .link {
        letter-spacing: 0.8px; }

.slide_sections_tabs {
  display: none; }
  @media (min-width: 1024px) {
    .slide_sections_tabs {
      display: table;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      z-index: 999;
      position: absolute;
      overflow: hidden;
      min-height: 90px;
      left: 0;
      right: 0;
      margin: 0;
      top: 0px; }
      .slide_sections_tabs li {
        position: relative;
        background-color: #e2231a;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 0px; }
        .slide_sections_tabs li a {
          font-family: "Montserrat", sans-serif;
          font-size: 0.55556rem;
          text-transform: uppercase;
          color: rgba(255, 255, 255, 0.5);
          display: inline-block;
          font-weight: 700;
          margin: 0px 10px;
          padding: 5px 15px; }
          html:not([dir="rtl"]) .slide_sections_tabs li a {
            letter-spacing: 2.8px; }
          .rtl .slide_sections_tabs li a {
            font-size: 0.88889rem; }
        .slide_sections_tabs li:first-child {
          margin-right: -1px;
          border-top-left-radius: 50px;
          -webkit-border-top-left-radius: 50px;
          -moz-border-radius-topleft: 50px;
          border-bottom-left-radius: 50px;
          -webkit-border-bottom-left-radius: 50px;
          -moz-border-radius-bottomleft: 50px; }
        .slide_sections_tabs li:nth-last-child(2) {
          margin-left: -1px;
          border-top-right-radius: 50px;
          -webkit-border-top-right-radius: 50px;
          -moz-border-radius-topright: 50px;
          border-bottom-right-radius: 50px;
          -webkit-border-bottom-right-radius: 50px;
          -moz-border-radius-bottomright: 50px; }
        .slide_sections_tabs li:last-child {
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          border-radius: 100px;
          background-color: #ffffff;
          border: solid 3px #f3f3f3;
          margin-left: 10px; }
          .slide_sections_tabs li:last-child a {
            font-size: 0.55556rem;
            font-weight: 400;
            color: #42423f;
            padding: 5px 15px; }
            .rtl .slide_sections_tabs li:last-child a {
              font-size: 1rem; }
        .slide_sections_tabs li:hover:not(:last-child) {
          background-color: #c1160e; }
          .slide_sections_tabs li:hover:not(:last-child) a {
            color: #ffffff; }
        .slide_sections_tabs li.active {
          background-color: #c1160e; }
          .slide_sections_tabs li.active a {
            color: #ffffff; }
            .slide_sections_tabs li.active a:after {
              content: "";
              width: 0;
              height: 0;
              border-left: 15px solid transparent;
              border-right: 15px solid transparent;
              border-top: 15px solid #c1160e;
              position: absolute;
              bottom: -15px;
              left: calc(50% - 7px);
              z-index: 9999; }
      .rtl .slide_sections_tabs li:first-child {
        margin-left: -1px;
        margin-right: 0px;
        border-top-right-radius: 50px;
        -webkit-border-top-right-radius: 50px;
        -moz-border-radius-topright: 50px;
        border-bottom-right-radius: 50px;
        -webkit-border-bottom-right-radius: 50px;
        -moz-border-radius-bottomright: 50px;
        border-top-left-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        border-bottom-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomleft: 0px; }
      .rtl .slide_sections_tabs li:nth-last-child(2) {
        margin-right: -1px;
        margin-left: 0px;
        border-top-left-radius: 50px;
        -webkit-border-top-left-radius: 50px;
        -moz-border-radius-topleft: 50px;
        border-bottom-left-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
        -moz-border-radius-bottomleft: 50px;
        border-top-right-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        border-bottom-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-bottomright: 0px; }
      .rtl .slide_sections_tabs li:last-child {
        margin-right: 10px;
        margin-left: 0px; } }
  @media (min-width: 1360px) {
    .slide_sections_tabs {
      top: 0px; }
      .slide_sections_tabs li a {
        font-size: 0.77778rem;
        margin: 0 20px;
        padding: 10px 20px; }
      .slide_sections_tabs li:last-child {
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        background-color: #ffffff;
        border: solid 3px #f3f3f3;
        margin-left: 10px; }
        .slide_sections_tabs li:last-child a {
          font-size: 0.77778rem;
          font-weight: 400;
          color: #42423f;
          padding: 5px 30px; }
      .rtl .slide_sections_tabs li:last-child {
        margin-right: 10px;
        margin-left: 0px; } }

.subcategory-sliders {
  /*
    .rtl & {
      div {
  
      }
      @media (min-width: 1024px ) {
        div {
        //  margin-right: 0px;
        }
  
        .slick-dots {
  
          li {
  
            &:first-child {
         //     padding-left: 10px;
            }
            &:last-child {
        //      padding-left: 0px;
            }
          }
        }
      }
    }*/ }
  .subcategory-sliders .subcategory-slide {
    margin: 20px 30px;
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-right: 25px;
    margin-left: 25px;
    width: auto;
    position: relative;
    min-height: 350px; }
    .subcategory-sliders .subcategory-slide .category, .subcategory-sliders .subcategory-slide .products-filters .selected-filter, .products-filters .subcategory-sliders .subcategory-slide .selected-filter {
      font-family: "Montserrat", sans-serif;
      font-size: 0.66667rem;
      font-weight: 700;
      line-height: 1.16667em;
      color: #626972;
      text-align: center;
      margin-top: 30px; }
      html:not([dir="rtl"]) .subcategory-sliders .subcategory-slide .category, html:not([dir="rtl"]) .subcategory-sliders .subcategory-slide .products-filters .selected-filter, .products-filters html:not([dir="rtl"]) .subcategory-sliders .subcategory-slide .selected-filter {
        letter-spacing: 0.9px; }
    .subcategory-sliders .subcategory-slide .title {
      font-family: "Asap", sans-serif;
      font-size: 1.44444rem;
      font-weight: 700;
      line-height: 1.15385em;
      color: #000000;
      text-align: center;
      margin-top: 15px;
      margin-bottom: 25px;
      max-width: 190px; }
    .subcategory-sliders .subcategory-slide img {
      height: 150px;
      width: auto;
      margin-top: 30px;
      margin-bottom: 10px;
      margin-left: auto;
      margin-right: auto; }
    .subcategory-sliders .subcategory-slide a.link {
      font-family: "Asap", sans-serif;
      font-size: 0.77778rem;
      font-weight: 700;
      color: #e2231a;
      position: absolute;
      bottom: -20px;
      left: 0;
      right: 0;
      text-align: center;
      width: auto; }
      html:not([dir="rtl"]) .subcategory-sliders .subcategory-slide a.link {
        letter-spacing: 1px; }
      .subcategory-sliders .subcategory-slide a.link:after {
        background-image: url(../image/buttons/red-line.svg);
        background-size: cover;
        display: inline-block;
        width: 14px;
        height: 2px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin: auto 10px auto 10px;
        content: ""; }
  .subcategory-sliders .slick-dots {
    margin: auto;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    width: auto;
    margin: auto;
    bottom: -40px; }
    .subcategory-sliders .slick-dots li {
      position: relative;
      z-index: 9999;
      display: inline-block;
      padding-left: 20px;
      cursor: pointer;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      color: #b4a795; }
      .subcategory-sliders .slick-dots li:first-child {
        padding-left: 0px; }
      .subcategory-sliders .slick-dots li .custom_dot {
        position: relative;
        z-index: 9999;
        height: 8px;
        width: 8px;
        background-color: #b4a795;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        margin-top: 0px;
        margin-bottom: 0px; }
      .subcategory-sliders .slick-dots li .index {
        display: none; }
    .subcategory-sliders .slick-dots li.slick-active .custom_dot {
      background-color: #e2231a;
      color: #e2231a; }
    .rtl .subcategory-sliders .slick-dots li:first-child {
      padding-left: 20px; }
    .rtl .subcategory-sliders .slick-dots li:last-child {
      padding-left: 0px; }
  @media (min-width: 768px) {
    .subcategory-sliders .subcategory-slide {
      margin: 35px 1%;
      width: 46%; }
      .subcategory-sliders .subcategory-slide img {
        height: 150px;
        width: auto;
        margin-top: 0px;
        margin-bottom: 10px; } }
  @media (min-width: 1024px) {
    .subcategory-sliders {
      text-align: center;
      clear: both;
      margin-bottom: 30px;
      padding: 0px 5%;
      position: relative; }
      .subcategory-sliders .subcategory-slide {
        display: table;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        margin: 20px 2%;
        margin-right: 25px;
        margin-left: 25px;
        width: 290px;
        height: 420px;
        position: relative; }
        .subcategory-sliders .subcategory-slide .category, .subcategory-sliders .subcategory-slide .products-filters .selected-filter, .products-filters .subcategory-sliders .subcategory-slide .selected-filter {
          font-family: "Montserrat", sans-serif;
          font-size: 0.66667rem;
          font-weight: 700;
          line-height: 1.16667em;
          color: #626972;
          margin-top: 30px; }
          html:not([dir="rtl"]) .subcategory-sliders .subcategory-slide .category, html:not([dir="rtl"]) .subcategory-sliders .subcategory-slide .products-filters .selected-filter, .products-filters html:not([dir="rtl"]) .subcategory-sliders .subcategory-slide .selected-filter {
            letter-spacing: 0.9px; }
        .subcategory-sliders .subcategory-slide .title {
          font-family: "Asap", sans-serif;
          font-size: 1.44444rem;
          font-weight: 700;
          line-height: 1.15385em;
          color: #000000;
          margin-top: 15px;
          margin-bottom: 25px; }
        .subcategory-sliders .subcategory-slide img {
          height: 170px;
          width: auto;
          margin-top: 40px;
          margin-bottom: 30px; }
        .subcategory-sliders .subcategory-slide a.link {
          font-family: "Asap", sans-serif;
          font-size: 0.77778rem;
          font-weight: 700;
          color: #e2231a;
          position: absolute;
          bottom: 0px;
          right: 0px;
          left: 0px;
          margin: auto; }
          html:not([dir="rtl"]) .subcategory-sliders .subcategory-slide a.link {
            letter-spacing: 1px; }
      .subcategory-sliders .slick-prev {
        display: block;
        position: absolute;
        left: 100px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 60px;
        height: 60px;
        background-image: url(../image/slider/arrow-left.svg);
        background-size: 60px;
        background-repeat: no-repeat;
        cursor: pointer; }
        .subcategory-sliders .slick-prev:hover {
          background-image: url(../image/slider/arrow-active-left.svg); }
      .subcategory-sliders .slick-next {
        display: block;
        position: absolute;
        right: 100px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 60px;
        height: 60px;
        background-image: url(../image/slider/arrow-right.svg);
        background-size: 60px;
        background-repeat: no-repeat;
        cursor: pointer; }
        .subcategory-sliders .slick-next:hover {
          background-image: url(../image/slider/arrow-active-right.svg); } }
  @media (min-width: 1360px) {
    .subcategory-sliders {
      padding: 0px 15%; } }

@media (min-width: 1024px) {
  .specs {
    margin-top: 500px; } }

.image-banner {
  margin: 0 auto;
  max-width: 767px;
  width: 100%; }
  @media (min-width: 768px) {
    .image-banner {
      max-width: 1024px; } }
  @media (min-width: 1024px) {
    .image-banner {
      max-width: 1440px; } }
  a .image-banner {
    cursor: pointer; }

@media (min-width: 500px) and (max-width: 1024px) and (orientation: portrait) {
  .image-height-tablet {
    height: 600px !important; } }

.news-center-content {
  margin-top: 0px; }
  @media (min-width: 768px) {
    .news-center-content {
      margin-top: 0px; } }
  @media (min-width: 1024px) {
    .news-center-content {
      margin-top: -50px; } }

.full-width-div {
  position: absolute !important;
  width: 100%;
  left: 0; }

.space-footer {
  padding-top: 80px; }
  @media (min-width: 1024px) {
    .space-footer {
      padding-top: 150px; } }

/* -------- TALENT -------- */
.talent-image {
  display: none;
  max-width: 85%; }
  @media (min-width: 768px) {
    .talent-image {
      display: block; }
      .talent-image.vc_row {
        background-size: contain !important;
        background-position: center top !important; } }
  @media (min-width: 1024px) {
    .talent-image {
      max-width: 100%; }
      .talent-image.vc_row {
        background-size: contain !important;
        background-position: center top !important; } }
  @media (min-width: 1360px) {
    .talent-image {
      max-width: 100%; }
      .talent-image.vc_row {
        background-size: cover !important;
        background-position: right -90px center !important; } }

/* -------- TALENT -------- */

/*# sourceMappingURL=morillas-en.css.map */
