/*
 * Include your own SASS files below
 */
/*
 * Acristalia Boilerplate
 */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*
 * Color palette
 */
/*
 * Responsive breakpoints
 */
/*
 * Fonts
 */
/* Body */
/* Heading */
/* H1 */
/* H2 */
/* H3 */
/* H4 */
/* H5 */
/* H6 */
/* Link */
/* Header Links */
/* Footer links */
/* Standard title classes */
/*
 * Buttons
 */
/* Button default states */
/* Button primary */
/* Button primary hover states */
/* Button secondary */
/* Button secondary hover states */
/*
 * Swatches
 */
/*
 * Inputs & Forms
 */
/* [input-text|select|textarea|input-radio|input-checkbox] */
/* Placeholder */
/* Disabled state */
/* Focus state */
/* Input[type="text"] */
/* Input[type="text"] Placeholder */
/* Input[type="text"] Disabled state */
/* Input[type="text"] Focus state */
/* Select */
/* Select Placeholder */
/* Select Disabled state */
/* Select Focus state */
/* Textarea */
/* Textarea Placeholder */
/* Textarea Disabled state */
/* Textarea Focused state */
/* Checkbox / Radio */
/* Limiter */
/* Textarea Disabled state */
/* Textarea Focused state */
/* Sorter */
/* Sorter Disabled state */
/*
 * Header
 */
/*
 * Menu bar
 */
/*
 * Fieldset / Fields
 */
/* Fieldset */
/* Field */
/* Label */
/* Control */
/* Action toolbar */
/* Breadcrumbs */
/* Toolbar */
/*
 * Tabs
 */
/* Detail tabs */
html, body {
  font-family: "Work Sans";
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "Work Sans";
    color: #333;
    font-weight: 300;
    text-transform: none; }
  html h1, body h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0rem 0 40px 0;
    color: #333; }
  html h2, body h2 {
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.1;
    margin: 2.5rem 0 2rem 0;
    color: #333; }
  html h3, body h3 {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.1;
    margin: 1.5rem 0 1rem 0;
    color: #333; }
  html h4, body h4 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 2rem 0 2rem 0;
    color: #333; }
  html h5, body h5 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 2rem 0 2rem 0;
    color: #333; }
  html h6, body h6 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 2rem 0 2rem 0;
    color: #333; }
  html p, body p {
    font-size: 1.6rem;
    font-weight: 400;
    color: #333;
    line-height: 18px; }
  html a, body a {
    font-size: 1.6rem;
    font-weight: 400;
    color: #3C93D0;
    text-decoration: none; }
    html a:visited, body a:visited {
      font-size: 1.6rem;
      font-weight: 400;
      color: #3C93D0;
      text-decoration: none; }
    html a:hover, body a:hover {
      font-weight: 400;
      color: #3C93D0;
      text-decoration: underline; }
  html .filter-title, body .filter-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #333;
    line-height: 1.42162;
    text-transform: none; }
    html .filter-title strong, body .filter-title strong {
      font-size: 18px;
      font-weight: 700;
      margin: 0 0 20px 0;
      color: #333;
      line-height: 1.42162;
      text-transform: none; }
  html .filter-subtitle, body .filter-subtitle {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #333;
    line-height: 1.42162;
    text-transform: none; }
  html .filter-options .filter-options-title, body .filter-options .filter-options-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #333;
    text-transform: none; }
  html .product-item-name > a, body .product-item-name > a {
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 18px;
    margin: 5px 0px;
    text-transform: none; }
    html .product-item-name > a:visited, body .product-item-name > a:visited {
      color: #333; }

button {
  background: #3C93D0;
  border: 1px solid #3C93D0;
  border-radius: 3px;
  transition: all 0.34s ease-in-out;
  color: #f2f2f2;
  font-family: "Work Sans";
  font-size: 1.4rem;
  font-weight: 400;
  transition: all 0.34s ease-in-out;
  padding: 7px 15px;
  text-transform: none; }
  button:hover {
    color: white;
    border: 1px solid #3C93D0;
    background-color: #3C93D0; }
  button:focus {
    color: white;
    border: 1px solid #3C93D0;
    background-color: #3C93D0; }
  button.action:hover {
    background: #3C93D0;
    border: 1px solid #3C93D0;
    color: white; }
  button.action.primary {
    background: #3C93D0;
    border: 1px solid #3C93D0;
    color: #f2f2f2;
    padding: 7px 15px;
    font-family: "Work Sans";
    font-size: 1.4rem;
    text-transform: none;
    font-weight: 600;
    transition: all 0.34s ease-in-out; }
    button.action.primary:hover {
      background: #3C93D0;
      border: 1px solid #3C93D0;
      color: white; }
    button.action.primary.tocart {
      font-size: 1.4rem; }
    button.action.primary#product-addtocart-button {
      font-size: 1.4rem; }
  button.action.secondary {
    background: white;
    border: 1px solid blue;
    color: #3C93D0;
    font-size: 1.4rem;
    text-transform: none; }
    button.action.secondary:hover {
      background: #dadada;
      border: 1px solid #2a2a2a;
      color: #000; }

.action.primary {
  background: #3C93D0;
  border: 1px solid #3C93D0;
  border-radius: 3px;
  color: #f2f2f2;
  font-family: "Work Sans";
  padding: 7px 15px;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: none;
  transition: all 0.34s ease-in-out; }
  .action.primary:hover {
    background: #3C93D0;
    border: 1px solid #3C93D0;
    color: white; }
  .action.primary.tocart {
    font-size: 1.4rem; }
  .action.primary#product-addtocart-button {
    font-size: 1.4rem; }

.action.secondary {
  background: white;
  border: 1px solid blue;
  color: #3C93D0;
  font-family: "Work Sans";
  font-size: 1.4rem; }
  .action.secondary:hover {
    background: #dadada;
    border: 1px solid #2a2a2a;
    color: #000; }

.block.newsletter .action.subscribe {
  height: 36px; }

.block.newsletter .field .control:before {
  line-height: 36px; }

.modes .modes-mode {
  background: #f2f2f2;
  border-top: 1px solid #949494;
  border-left: 1px solid #949494;
  border-bottom: 1px solid #949494;
  color: #949494;
  padding: 7px 10px; }
  .modes .modes-mode:before {
    color: #949494; }
  .modes .modes-mode:last-child {
    border-right: 1px solid #949494; }
    .modes .modes-mode:last-child.active {
      border-right: 1px solid #949494; }
    .modes .modes-mode:last-child:hover {
      border-right: 1px solid #949494; }
  .modes .modes-mode.active {
    background: #f2f2f2;
    border-left: 1px solid #949494;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    color: #949494;
    padding: 7px 10px; }
    .modes .modes-mode.active:before {
      color: #949494; }
  .modes .modes-mode:hover {
    background: #dadada;
    border-left: 1px solid #949494;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    color: #949494;
    padding: 7px 10px; }
    .modes .modes-mode:hover:before {
      color: #949494; }

.swatch-option {
  background: #f2f2f2;
  border: 1px solid #dadada;
  border-radius: 0px;
  color: #949494;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 0 10px 5px 0;
  padding: 1px 2px;
  height: 20px;
  width: 30px;
  min-width: 30px;
  max-width: 90px;
  overflow: hidden; }
  .swatch-option:hover {
    border: 1px solid white;
    outline: 1px solid #999;
    color: #999; }
  .swatch-option.text {
    background: #f2f2f2;
    border: 1px solid #dadada;
    color: #949494;
    padding: 4px 8px;
    min-width: 22px;
    margin: 0px 7px 5px 0; }
    .swatch-option.text:hover {
      border: 1px solid white;
      outline: 1px solid #999;
      color: #999; }
  .swatch-option.color {
    border: 1px solid #dadada;
    padding: 1px 2px;
    min-width: 30px;
    margin: 0 10px 5px 0; }

.swatch-attribute.size .swatch-option {
  background: #f2f2f2;
  border: 1px solid #dadada;
  border-radius: 0px;
  color: #949494;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 0 10px 5px 0;
  padding: 1px 2px;
  height: 20px;
  width: 30px;
  min-width: 30px;
  max-width: 90px;
  overflow: hidden; }
  .swatch-attribute.size .swatch-option:hover {
    border: 1px solid white;
    outline: 1px solid #999;
    color: #999; }
  .swatch-attribute.size .swatch-option.text {
    background: #f2f2f2;
    border: 1px solid #dadada;
    font-size: 12px;
    color: #949494;
    padding: 4px 8px;
    min-width: 22px;
    margin: 0px 7px 5px 0; }
    .swatch-attribute.size .swatch-option.text:hover {
      border: 1px solid white;
      outline: 1px solid #999;
      color: #999; }

input[type="text"], input[type="radio"], input[type="checkbox"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], select, textarea {
  background-color: white;
  border: 1px solid #949494;
  border-radius: 3px;
  height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 1.6rem;
  color: black;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 36px; }
  input[type="text"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, select:focus, textarea:focus {
    background-color: white;
    border: 1px solid #949494;
    color: black;
    font-style: normal; }
  input[type="text"]:disabled, input[type="radio"]:disabled, input[type="checkbox"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled, input[type="tel"]:disabled, input[type="number"]:disabled, select:disabled, textarea:disabled {
    background-color: white;
    border: 1px solid #949494;
    opacity: 0.2;
    color: black;
    font-style: normal; }
  input[type="text"]::placeholder, input[type="radio"]::placeholder, input[type="checkbox"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, input[type="tel"]::placeholder, input[type="number"]::placeholder, select::placeholder, textarea::placeholder {
    opacity: 1;
    color: #84929F !important;
    font-style: normal; }

input[type="text"] {
  background-color: white;
  border-color: #949494;
  border: 1px solid #949494;
  border-radius: 3px;
  height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: normal;
  color: black;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 36px; }
  input[type="text"]:focus {
    background-color: white;
    border: 1px solid #949494;
    color: black;
    font-style: normal; }
  input[type="text"]:disabled {
    background-color: white;
    border: 1px solid #949494;
    opacity: 0.2;
    color: black;
    font-style: normal; }
  input[type="text"]::placeholder {
    opacity: 1;
    color: #84929F !important;
    font-style: normal; }

select {
  background-color: white;
  border-color: #949494;
  border: 1px solid #949494;
  border-radius: 3px;
  height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 1.6rem;
  color: black;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 36px; }
  select:focus {
    background-color: white;
    border: 1px solid #949494;
    color: black;
    font-style: normal; }
  select:disabled {
    background-color: white;
    border: 1px solid #949494;
    opacity: 0.2;
    color: black;
    font-style: normal; }
  select::placeholder {
    opacity: 1;
    color: #84929F !important;
    font-style: normal; }

textarea {
  resize: vertical;
  background-color: white;
  border-color: #949494;
  border: 1px solid #949494;
  border-radius: 3px;
  height: auto;
  min-height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 1.6rem;
  color: black;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 36px; }
  textarea:focus {
    background-color: white;
    border: 1px solid #949494;
    color: black;
    font-style: normal; }
  textarea:disabled {
    background-color: white;
    border: 1px solid #949494;
    opacity: 0.2;
    color: black;
    font-style: normal; }
  textarea::placeholder {
    opacity: 1;
    color: #84929F !important;
    font-style: normal; }

input[type="checkbox"] {
  width: auto; }

.limiter-options {
  background-color: white;
  border: 1px solid #949494;
  border-radius: 3px;
  height: 32px;
  width: auto;
  margin: 0 5px 0 7px;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #333;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 1.42; }
  .limiter-options:focus {
    background-color: white;
    border: 1px solid #949494;
    color: black;
    font-style: normal; }
  .limiter-options:disabled {
    background-color: white;
    border: 1px solid #949494;
    opacity: 0.2;
    color: black;
    font-style: normal; }

.sorter .sorter-options {
  background-color: white;
  border: 1px solid #949494;
  border-radius: 3px;
  height: 32px;
  width: auto;
  margin: 0 0 0 7px;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #333;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 1.42; }

.sorter .sorter-action:before {
  line-height: 1.42; }

/****
** Sidebar input
****/
.sidebar input[type="text"], .sidebar input[type="password"], .sidebar input[type="url"], .sidebar input[type="tel"], .sidebar input[type="search"], .sidebar input[type="number"], .sidebar input[type="datetime"], .sidebar input[type="email"], .sidebar select {
  border: 1px solid #949494;
  border-radius: 3px;
  padding: 5px 10px 4px;
  line-height: 36px;
  font-size: 1.6rem;
  font-weight: 400;
  color: black;
  height: 36px; }

/* Search input icon */
.block-search .action.search {
  height: 36px; }

/****
** Fieldset
****/
.fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
  .fieldset > legend.legend {
    color: #333;
    font-size: 24px;
    font-family: "Work Sans";
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    margin: 20px 0;
    padding: 0;
    width: inherit; }
  .fieldset > div.field {
    margin: 0 0 20px;
    box-sizing: border-box; }
    .fieldset > div.field:not(.choice) > label.label {
      padding: 6px 15px 0 0;
      text-align: left;
      width: auto;
      float: none;
      font-weight: 600; }
    .fieldset > div.field:not(.choice) > legend.label {
      padding: 6px 15px 0 0;
      text-align: left;
      width: auto;
      float: none;
      font-weight: 600; }
    .fieldset > div.field:not(.choice) > div.control {
      width: auto;
      float: none; }
    .fieldset > div.field.choice:before {
      width: auto;
      padding: 0;
      height: inherit;
      float: none; }
    .fieldset > div.field.choice label.label {
      margin: 0 0 0 5px; }

/****
** Form
****/
form div.actions-toolbar {
  margin: 20px 0; }

/****
** Sidebar input
****/
.sidebar input[type="text"], .sidebar input[type="password"], .sidebar input[type="url"], .sidebar input[type="tel"], .sidebar input[type="search"], .sidebar input[type="number"], .sidebar input[type="datetime"], .sidebar input[type="email"], .sidebar select {
  border: 1px solid #949494;
  border-radius: 3px;
  padding: 5px 10px 4px;
  line-height: 36px;
  font-size: 1.6rem;
  font-weight: 400;
  color: black;
  height: 36px; }

.nav-sections {
  background: #f2f2f2;
  margin: 0 0 25px; }
  .nav-sections .navigation {
    background: #f2f2f2; }
    .nav-sections .navigation .ui-menu-item.level-top a {
      font-size: 1.6rem;
      font-weight: 700;
      font-family: "Work Sans";
      color: #949494; }
      .nav-sections .navigation .ui-menu-item.level-top a:hover {
        color: #333;
        background: #f2f2f2; }
    .nav-sections .navigation .ui-menu-item.level-top.has-active > a {
      color: #333;
      background: #f2f2f2;
      border-top: none;
      border-bottom: 3px solid #3C93D0;
      border-left: none;
      border-right: none; }
      .nav-sections .navigation .ui-menu-item.level-top.has-active > a:hover {
        color: #333;
        background: #f2f2f2; }
    .nav-sections .navigation .level0 .submenu {
      background: #ffffff; }
      .nav-sections .navigation .level0 .submenu li a {
        color: #333;
        font-weight: 400;
        border-color: #3C93D0; }
      .nav-sections .navigation .level0 .submenu li:hover {
        background: #eaeaea; }
        .nav-sections .navigation .level0 .submenu li:hover a {
          color: #333;
          font-weight: 400; }

.breadcrumbs .items .item {
  font-size: 1.6rem;
  line-height: 18px;
  padding: 5px 5px 0 0;
  color: #333;
  font-weight: 400; }
  .breadcrumbs .items .item a {
    font-size: 1.6rem;
    line-height: 18px;
    padding: 5px 5px 0 0;
    color: #333;
    font-weight: 400; }
  .breadcrumbs .items .item strong {
    font-weight: 400;
    color: #949494; }
  .breadcrumbs .items .item:after {
    color: #949494;
    line-height: 18px; }

.page-header {
  background: #3C93D0;
  color: #333; }
  .page-header .panel.wrapper {
    border-color: #e8e8e8;
    background: #3C93D0; }
  .page-header .header a {
    color: #fff;
    text-decoration: none;
    font-weight: 400; }
    .page-header .header a:hover {
      color: #3C93D0;
      font-weight: 400;
      text-decoration: underline; }
  .page-header .header.content {
    background: #3C93D0;
    color: #333;
    padding: 30px 20px 0; }
  .page-header .header.panel {
    background: #3C93D0;
    color: #333;
    padding: 10px 20px; }
  .page-header .header .links li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400; }
    .page-header .header .links li a:hover {
      color: #3C93D0;
      font-weight: 400;
      text-decoration: underline; }

.product-info-main .price-box .price-wrapper span.price {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 18px;
  color: #333; }

.product.data.items .item.title > .switch {
  background: black;
  color: white;
  border-color: gray;
  font-weight: 300;
  text-decoration: none;
  padding: 5px 25px;
  font-size: 1.5rem; }

.product.data.items .item.title:not(.disabled) > .switch:hover:hover {
  background: orange;
  color: white;
  border-color: red; }

.product.data.items .item.title.active > .switch {
  background: orange;
  color: white;
  border-color: red; }

.page-footer {
  background: #ffffff; }
  .page-footer .footer a {
    color: #3C93D0;
    text-decoration: none;
    font-weight: 400; }
    .page-footer .footer a:hover {
      color: #3C93D0;
      font-weight: 400;
      text-decoration: underline; }
  .page-footer .footer.content {
    margin: 25px auto;
    padding: 25px 20px 0;
    color: #333;
    border-color: #333; }

#topbanner {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 6;
  width: 100%; }
  #topbanner > div {
    max-width: 1280px;
    margin: auto;
      /*padding: 20px 0 20px; comentado para evitar hueco*/
    padding: 23px 0 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1200px) {
      #topbanner > div {
        padding: 10px 0 10px;} }
  #topbanner p {
    margin-bottom: 0;
    color: #3C93D0;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin-left: 15px;
    margin-right: 15px; }
    @media (max-width: 576px) {
      #topbanner p {
        font-size: 13px;
        text-align: center;
        max-width: 325px;
        margin: 0; } }
  #topbanner span {
    width: 2px;
    height: 25px;
    background-color: #3C93D0;
    display: block; }
  @media (max-width: 1023px) {
    #topbanner > div {
      max-width: 440px; }
    #topbanner p {
      text-align: center; }
    #topbanner span {
      display: none; } }
  @media (max-width: 576px) {
    #topbanner > div {
      width: 100%;
      /*padding: 15px 0 15px; comentado para evitar hueco*/
      padding: 23px 0 24px;
      justify-content: space-evenly; }
    #topbanner span {
      display: block; } }

/* Style the input container */
.bk-search {
  display: flex;
  width: 100%;
  max-width: 200px;
  align-items: center; }
  .bk-search .icon {
    padding: 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 15px; }
  .bk-search .input-field {
    width: 100%;
    padding: 0;
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
    background: #3C93D0;
    color: #fff;
    font-size: 1.4rem;
    height: 20px;
    border-radius: 0; }
    .bk-search .input-field::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #fff !important; }
    .bk-search .input-field:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #fff !important; }
    .bk-search .input-field::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #fff !important; }
    .bk-search .input-field:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #fff !important; }
  .bk-search .input-field:focus {
    color: #fff;
    background: #3C93D0;
    border: none;
    border-bottom: 1px solid #fff;
    outline: 0;
    box-shadow: none; }

.tophello {
  color: #fff;
  font-weight: 600;
  /*display: flex;
    align-items: center;*/
  margin-left: 10px;
  position: relative; }
  .tophello > div {
    cursor: pointer;
    display: flex;
    align-items: center; }
    .tophello > div > span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 130px; }
  .tophello img {
    max-width: 25px;
    margin-right: 10px;
    border-radius: 50%; }
  .tophello .dropdown {
    list-style: none;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 126px;
    padding: 6px;
    top: 41px;
    left: 0;
    box-shadow: -1px 11px 12px -5px rgba(156, 156, 156, 0.8);
    -webkit-box-shadow: -1px 11px 12px -5px rgba(156, 156, 156, 0.8);
    -moz-box-shadow: -1px 11px 12px -5px rgba(156, 156, 156, 0.8);
    z-index: 3;
    border: 1px solid #d1d1d1; }
    .tophello .dropdown:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7.5px 10px 7.5px;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      top: -10px; }
    .tophello .dropdown.show {
      display: block;
      opacity: 0.95;
      border: none; }
    .tophello .dropdown a {
      color: #3C93D0;
      display: block;
      opacity: 0.6;
      font-weight: 600;
      text-transform: lowercase;
      padding: 8px;
      text-decoration: none;
      font-size: 14px; }
      .tophello .dropdown a:hover {
        opacity: 1; }

.header {
  background: #3C93D0;
  padding-top: 6px;
  padding-bottom: 6px;
  position: fixed;
  z-index: 6;
  width: 100%;
  top: 45px; }
  .header .bk-minisearch {
    margin-left: auto; }
  @media (max-width: 1199px) {
    .header {
      padding-top: 10px;
      padding-bottom: 10px;
      /*top: 65px;/*comentado para evitar hueco entre las 2 primeras bandas blancas y azul cuando no hay mensaje*/} }
  @media (max-width: 576px) {
    .header {
      padding-top: 6px !important;
      padding-bottom: 6px !important; } }
  .header > div {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1366px) {
      .header > div {
        max-width: 1280px; } }
    @media (max-width: 1366px) {
      .header > div {
        max-width: 1210px; } }
    .header > div .main-navigation {
      margin: auto;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      list-style-type: none;
      padding: 0;
      align-items: center; }
      @media (max-width: 1199px) {
        .header > div .main-navigation {
          display: none; } }
      .header > div .main-navigation li.left + li.right {
        margin-left: auto; }
      .header > div .main-navigation .item a {
        color: #fff;
        opacity: 0.6;
        text-decoration: none;
        text-transform: lowercase;
        font-size: 14px; }
        .header > div .main-navigation .item a:hover {
          opacity: 1; }
      .header > div .main-navigation li {
        margin-bottom: 0; }
      .header > div .main-navigation li.active a {
        color: #fff;
        opacity: 1; }
      .header > div .main-navigation .separator {
        color: #fff;
        padding-left: 10px;
        padding-right: 10px; }
      .header > div .main-navigation .lang.item {
        position: relative; }
        .header > div .main-navigation .lang.item a {
          opacity: 1; }
      .header > div .main-navigation .logo {
        padding-left: 10px; }
        @media (min-width: 768px) {
          .header > div .main-navigation .logo {
            margin-right: 3%; } }
  .header #langDropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 40px;
    padding: 6px 6px 0 6px;
    top: 41px;
    left: -5px;
    box-shadow: -1px 11px 12px -5px rgba(156, 156, 156, 0.8);
    -webkit-box-shadow: -1px 11px 12px -5px rgba(156, 156, 156, 0.8);
    -moz-box-shadow: -1px 11px 12px -5px rgba(156, 156, 156, 0.8);
    z-index: 3;
    opacity: 0.9; }
    .header #langDropdown:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7.5px 10px 7.5px;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      top: -10px; }
    .header #langDropdown.show {
      display: block;
      opacity: 0.95; }
    .header #langDropdown a {
      color: #3C93D0;
      display: block;
      font-size: 15px; }
      .header #langDropdown a img {
        max-width: 16px; }
      .header #langDropdown a span {
        position: relative;
        bottom: 2px; }
  .header .minicart-wrapper .action.showcart:before {
    color: #fff; }
  .header .minicart-wrapper .action.showcart.active:hover:before {
    color: #fff; }
  .header .block-minicart .subtitle.empty {
    padding: 0;
    color: #3C93D0; }
  .header .minicart-wrapper .minicart-widgets {
    margin-top: 0; }
  .header .minicart-wrapper .counter.qty {
    background: transparent !important;
    font-size: 12px;
    width: 0;
    height: 10px;
    position: relative;
    left: -15px;
    font-weight: 700;
    top: -5px; }
  @media (min-width: 768px) {
    .header .minicart-wrapper .block-minicart {
      right: 10px; } }
  .header .nav-sections {
    background: transparent;
    margin: 0; }
    .header .nav-sections .navigation {
      background: transparent; }
      .header .nav-sections .navigation .ninjamenus {
        margin: 0; }
      .header .nav-sections .navigation .ui-menu-icon {
        display: none !important; }
  .header .nav-sections .navigation .ui-menu-item.level-top a,
  .header .nav-sections .navigation .nav-item a {
    color: #fff;
    opacity: 0.6;
    font-weight: 600;
    font-size: 14px;
    text-transform: lowercase;
    padding: 0 6px;
    border: none; }
    .header .nav-sections .navigation .ui-menu-item.level-top a:hover,
    .header .nav-sections .navigation .nav-item a:hover {
      opacity: 1;
      background-color: transparent; }
  .header .nav-sections .navigation .nav-item:hover a {
    background-color: transparent !important; }
  .header .nav-sections .navigation .nav-item.level0 a {
    padding: 0 18px; }
  .header .nav-sections .navigation .nav-item.active > a {
    background-color: transparent !important;
    opacity: 1; }
  .header .nav-sections .navigation .nav-item.item-hovered > a {
    opacity: 1; }
  .header .nav-sections .navigation .nav-item.item-hovered .item-submenu {
    opacity: 0.95;
    left: 19%; }
    .header .nav-sections .navigation .nav-item.item-hovered .item-submenu:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7.5px 10px 7.5px;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      top: -10px;
      left: 5%; }
    .header .nav-sections .navigation .nav-item.item-hovered .item-submenu .nav-item {
      float: left; }
      .header .nav-sections .navigation .nav-item.item-hovered .item-submenu .nav-item > a {
        color: #3C93D0 !important;
        padding: 0 12px; }
  .header .nav-sections .navigation .ui-menu-item.level-top.has-active > a {
    background: transparent;
    opacity: 1; }
    .header .nav-sections .navigation .ui-menu-item.level-top.has-active > a:hover {
      color: #fff; }
  .header .nav-sections .navigation .submenu {
    opacity: 0.9; }
    @media (min-width: 768px) {
      .header .nav-sections .navigation .submenu {
        min-width: 700px;
        top: 52px !important;
        left: 10px !important; }
        .header .nav-sections .navigation .submenu:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 7.5px 10px 7.5px;
          border-color: transparent transparent #fff transparent;
          position: absolute;
          top: -10px;
          left: 5%; }
        .header .nav-sections .navigation .submenu li {
          float: left; }
          .header .nav-sections .navigation .submenu li:hover {
            background: transparent; }
            .header .nav-sections .navigation .submenu li:hover a {
              opacity: 1;
              font-weight: 600; } }
    .header .nav-sections .navigation .submenu a {
      color: #3C93D0 !important; }
    @media (min-width: 768px) {
      .header .nav-sections .navigation .submenu .active > a {
        border: none;
        opacity: 1; } }

.bkbanner {
  display: none; }

.checkout-cart-index .bkbanner,
.checkout-index-index .bkbanner,
.checkout-onepage-success .bkbanner {
  display: block; }
  @media (max-width: 1920px) {
    .checkout-cart-index .bkbanner .desktop2k,
    .checkout-index-index .bkbanner .desktop2k,
    .checkout-onepage-success .bkbanner .desktop2k {
      display: none; }
    .checkout-cart-index .bkbanner .desktop,
    .checkout-index-index .bkbanner .desktop,
    .checkout-onepage-success .bkbanner .desktop {
      display: block; } }
  @media (min-width: 1921px) {
    .checkout-cart-index .bkbanner .desktop2k,
    .checkout-index-index .bkbanner .desktop2k,
    .checkout-onepage-success .bkbanner .desktop2k {
      display: block; }
    .checkout-cart-index .bkbanner .desktop,
    .checkout-index-index .bkbanner .desktop,
    .checkout-onepage-success .bkbanner .desktop {
      display: none; } }

#menu-mobile {
  /* Hamburger */
  /* Menu */ }
  @media (min-width: 1200px) {
    #menu-mobile {
      display: none; } }
  #menu-mobile .p-menu1 {
    height: 100%; }
    #menu-mobile .p-menu1 > nav {
      position: relative;
      padding: 5px 15px;
      top: 5px; }
  #menu-mobile .logo-mobile {
    float: left; }
  #menu-mobile .hamburger1 {
    float: right;
    position: relative;
    top: -3px; }
  #menu-mobile .hamburger1 span {
    display: block;
    background-color: #fff;
    position: relative;
    width: 33px;
    height: 3px;
    margin-top: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  #menu-mobile #toggle1 {
    display: none; }
  #menu-mobile #toggle1:checked + .hamburger1 .top {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 10.5px; }
  #menu-mobile #toggle1:checked + .hamburger1 .meat {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px; }
  #menu-mobile #toggle1:checked + .hamburger1 .bottom {
    -webkit-transform: scale(0);
    transform: scale(0); }
  #menu-mobile #toggle1:checked ~ .menu1 {
    min-height: 190px;
    overflow: auto; }
    #menu-mobile #toggle1:checked ~ .menu1.logged {
      min-height: 210px; }
  #menu-mobile .menu1 {
    width: 100%;
    background: #3C93D0;
    margin: 0;
    display: -ms-grid;
    display: grid;
    grid-template-rows: repeat(10, 1fr);
    padding: 0;
    list-style: none;
    clear: both;
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
    z-index: 120;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #menu-mobile .menu1 > a {
      width: 100%;
      margin: 0;
      padding: 12px 0;
      color: #fff;
      text-transform: lowercase;
      border-bottom: 1px solid #fff; }
    #menu-mobile .menu1 ul {
      width: 100%;
      margin: 0;
      padding: 12px 0;
      color: #fff;
      text-transform: lowercase;
      display: inline-block; }
      #menu-mobile .menu1 ul li {
        display: inline;
        margin: 5px; }
        #menu-mobile .menu1 ul li a {
          color: #fff; }
  #menu-mobile .menu1 a:first-child {
    margin-top: 20px; }
  #menu-mobile .menu1 a:last-child {
    margin-bottom: 20px; }
  #menu-mobile .link1:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.wrapper-form {
  background: #3C93D0;
  max-width: 577px;
  margin-left: 0 !important;
  padding: 15px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  @media (max-width: 1199px) {
    .wrapper-form {
      max-width: none;
      padding: 0; } }
  @media (max-width: 600px) {
    .wrapper-form {
      width: 100%; }
      .wrapper-form form {
        max-width: 300px;
        margin: auto; } }
  .wrapper-form .mage-error {
    color: #f69eac !important;
    font-weight: 500; }
  .wrapper-form #error-login {
    color: #f69eac;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 12px;
    display: none; }
  .wrapper-form #response {
    margin-bottom: 20px; }
    .wrapper-form #response a {
      font-weight: 700;
      color: #fff; }
  .wrapper-form .wrapper-response {
    min-height: 540px;
    display: flex;
    align-items: center; }
  .wrapper-form .field-error, .wrapper-form div.mage-error[generated] {
    display: block;
    text-align: center;
    margin-bottom: 10px; }
  .wrapper-form h1 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #fff;
    max-width: 350px;
    margin: auto;
    line-height: 1.1; }
    @media (max-width: 600px) {
      .wrapper-form h1 {
        font-size: 32px;
        margin-top: 10%; } }
    @media (max-width: 420px) and (max-height: 800px) {
      .wrapper-form h1 {
        font-size: 32px;
        margin-top: 15px; } }
    @media (max-width: 375px) and (max-height: 800px) {
      .wrapper-form h1 {
        font-size: 26px;
        max-width: 215px; } }
    @media (max-width: 360px) and (max-height: 800px) {
      .wrapper-form h1 {
        font-size: 26px;
        margin-top: 15px; } }
  .wrapper-form p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    max-width: 360px;
    margin: 20px auto;
    line-height: 1.3; }
    @media (max-width: 600px) {
      .wrapper-form p {
        font-size: 12px;
        max-width: 300px;
        margin: 10px auto; } }
    @media (max-width: 375px) and (max-height: 800px) {
      .wrapper-form p {
        font-size: 11px;
        max-width: 285px; } }
  .wrapper-form input[type="text"],
  .wrapper-form input[type="password"],
  .wrapper-form input[type="email"] {
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 2.3rem 1.3rem;
    font-size: 1.2rem;
    line-height: 1.5;
    background-color: #fff;
    border-color: #3C93D0 !important;
    color: #3C93D0 !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    max-width: 410px;
    margin: auto; }
    @media (max-width: 600px) {
      .wrapper-form input[type="text"],
      .wrapper-form input[type="password"],
      .wrapper-form input[type="email"] {
        padding: 2rem 1.3rem; } }
    .wrapper-form input[type="text"]:first-of-type,
    .wrapper-form input[type="password"]:first-of-type,
    .wrapper-form input[type="email"]:first-of-type {
      margin-bottom: 10px; }
    .wrapper-form input[type="text"]::-webkit-input-placeholder,
    .wrapper-form input[type="password"]::-webkit-input-placeholder,
    .wrapper-form input[type="email"]::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #a1cae8 !important; }
    .wrapper-form input[type="text"]:-moz-placeholder,
    .wrapper-form input[type="password"]:-moz-placeholder,
    .wrapper-form input[type="email"]:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #a1cae8 !important; }
    .wrapper-form input[type="text"]::-moz-placeholder,
    .wrapper-form input[type="password"]::-moz-placeholder,
    .wrapper-form input[type="email"]::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #a1cae8 !important; }
    .wrapper-form input[type="text"]:-ms-input-placeholder,
    .wrapper-form input[type="password"]:-ms-input-placeholder,
    .wrapper-form input[type="email"]:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #a1cae8 !important; }
    @media (max-width: 576px) {
      .wrapper-form input[type="text"],
      .wrapper-form input[type="password"],
      .wrapper-form input[type="email"] {
        padding: 1rem 1.3rem; } }
  .wrapper-form .container-checkbox {
    width: 365px;
    display: block;
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    font-size: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    opacity: .8;
    margin: 15px auto; }
    @media (max-width: 600px) {
      .wrapper-form .container-checkbox {
        width: 100%; } }
    .wrapper-form .container-checkbox:hover {
      opacity: 1; }
    .wrapper-form .container-checkbox a {
      color: #fff;
      font-size: 10px; }
    @media (max-width: 375px) {
      .wrapper-form .container-checkbox {
        max-width: 275px;
        font-size: 9px;
        text-align: center;
        margin: 10px auto; }
        .wrapper-form .container-checkbox a {
          font-size: 9px; } }
  .wrapper-form .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .wrapper-form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #3C93D0;
    border: 1px solid #fff; }
  .wrapper-form .container-checkbox:hover input ~ .checkmark {
    background-color: #3C93D0; }
  .wrapper-form .container-checkbox input:checked ~ .checkmark {
    background-color: #fff; }
  .wrapper-form .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .wrapper-form .container-checkbox input:checked ~ .checkmark:after {
    display: block; }
  .wrapper-form .container-checkbox .checkmark:after {
    left: 3px;
    top: 0;
    width: 2px;
    height: 5px;
    border: solid #3C93D0;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .wrapper-form button {
    background: #fff;
    display: block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 0;
    font-weight: 700;
    max-width: 280px;
    margin: 30px auto 20px;
    width: 100%;
    border: 2px solid #3C93D0; }
    @media (max-width: 600px) {
      .wrapper-form button {
        max-width: 220px; } }
    .wrapper-form button.btn-white {
      color: #a1cae8; }
      .wrapper-form button.btn-white:hover {
        color: #3C93D0; }
    @media (max-width: 420px) {
      .wrapper-form button {
        margin: 5px auto 5px;
        padding: 0.5rem; } }
  .wrapper-form .forgot-password {
    font-weight: 700;
    color: #a5c9e6;
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
    text-align: center; }
    .wrapper-form .forgot-password:hover {
      color: #fff; }
    @media (max-width: 375px) {
      .wrapper-form .forgot-password {
        font-size: 12px; } }
  .wrapper-form .login {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #a5c9e6; }
    @media (max-width: 375px) {
      .wrapper-form .login {
        font-size: 12px; } }
    .wrapper-form .login:hover {
      color: #fff; }
    .wrapper-form .login a {
      font-weight: 700;
      font-size: 14px;
      color: #fff; }
      @media (max-width: 375px) {
        .wrapper-form .login a {
          font-size: 12px; } }

.page-products .page-title-wrapper, .search_category-index-index .page-title-wrapper {
  display: none; }

.page-products .bk_iva, .search_category-index-index .bk_iva {
  display: none; }

.page-products .headline-title, .search_category-index-index .headline-title {
  margin-top: 0 !important; }

.page-products #maincontent, .search_category-index-index #maincontent {
  margin-top: 0 !important; }

@media (max-width: 576px) {
  .page-products .sorter .sorter-action, .search_category-index-index .sorter .sorter-action {
    display: none !important; } }

.page-products .mgz-element-column > .mgz-element-inner, .search_category-index-index .mgz-element-column > .mgz-element-inner {
  padding: 0; }

.page-products .category-name p, .search_category-index-index .category-name p {
  font-size: 40px !important;
  line-height: 1 !important;
  color: #3C93D0; }
  .page-products .category-name p strong, .search_category-index-index .category-name p strong {
    font-weight: 700; }

.page-products .category-description .headline-title p, .search_category-index-index .category-description .headline-title p {
  font-size: 40px;
  line-height: 1; }
  .page-products .category-description .headline-title p strong, .search_category-index-index .category-description .headline-title p strong {
    font-weight: 700; }

@media (max-width: 576px) {
  .page-products .category-description .headline-title, .search_category-index-index .category-description .headline-title {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0; } }
  @media (max-width: 576px) and (max-width: 576px) {
    .page-products .category-description .headline-title p, .search_category-index-index .category-description .headline-title p {
      font-size: 28px; } }

@media (max-width: 400px) {
  .page-products .category-description .headline-title, .search_category-index-index .category-description .headline-title {
    max-width: 290px; } }
  @media (max-width: 400px) and (max-width: 576px) {
    .page-products .category-description .headline-title p, .search_category-index-index .category-description .headline-title p {
      font-size: 26px; } }

.page-products .category-description .headline-description p, .search_category-index-index .category-description .headline-description p {
  font-size: 20px;
  max-width: 700px;
  line-height: 1.1; }
  @media (max-width: 576px) {
    .page-products .category-description .headline-description p, .search_category-index-index .category-description .headline-description p {
      font-size: 18px;
      max-width: 330px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      line-height: 1.2; } }
  @media (max-width: 576px) {
    .page-products .category-description .headline-description p, .search_category-index-index .category-description .headline-description p {
      font-size: 16px;
      max-width: 290px; } }

.page-products .product-item-name, .search_category-index-index .product-item-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px; }
  .page-products .product-item-name a, .search_category-index-index .product-item-name a {
    font-weight: 700;
    font-size: 15px;
    text-transform: lowercase; }

.page-products .price-box, .search_category-index-index .price-box {
  color: #3C93D0; }
  .page-products .price-box .price, .search_category-index-index .price-box .price {
    font-weight: 700;
    font-size: 18px; }

.page-products .actions-primary, .search_category-index-index .actions-primary {
  width: 100%; }

.page-products .action.tocart, .search_category-index-index .action.tocart {
  border-radius: 0;
  text-transform: lowercase;
  font-weight: 700; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page-products .action.tocart, .search_category-index-index .action.tocart {
      width: 90%; } }

.page-products .actions-secondary, .search_category-index-index .actions-secondary {
  background: #3C93D0; }

.page-products .abs-actions-addto-gridlist:hover:before,
.page-products .product-item-actions .actions-secondary > .action:hover:before,
.page-products .table-comparison .wishlist.split.button > .action.split:hover:before,
.page-products .product-items .wishlist.split.button > .action.split:hover:before,
.page-products .product-items .action.towishlist:hover:before,
.page-products .products.list.items .action.towishlist:hover:before,
.page-products .table-comparison .action.towishlist:hover:before, .search_category-index-index .abs-actions-addto-gridlist:hover:before,
.search_category-index-index .product-item-actions .actions-secondary > .action:hover:before,
.search_category-index-index .table-comparison .wishlist.split.button > .action.split:hover:before,
.search_category-index-index .product-items .wishlist.split.button > .action.split:hover:before,
.search_category-index-index .product-items .action.towishlist:hover:before,
.search_category-index-index .products.list.items .action.towishlist:hover:before,
.search_category-index-index .table-comparison .action.towishlist:hover:before {
  color: #fff; }

.page-products .modes, .search_category-index-index .modes {
  display: none; }

.page-products .filter-content #narrow-by-list > dt, .search_category-index-index .filter-content #narrow-by-list > dt {
  display: none; }

.page-products .filter-content #narrow-by-list .item, .search_category-index-index .filter-content #narrow-by-list .item {
  border-bottom: 1px solid #000;
  padding-bottom: 10px; }
  .page-products .filter-content #narrow-by-list .item a, .search_category-index-index .filter-content #narrow-by-list .item a {
    font-size: 20px;
    font-weight: 600;
    color: #3a3a3a;
    text-transform: lowercase;
    text-decoration: none; }
    .page-products .filter-content #narrow-by-list .item a:hover, .search_category-index-index .filter-content #narrow-by-list .item a:hover {
      color: #000; }
    .page-products .filter-content #narrow-by-list .item a .count, .search_category-index-index .filter-content #narrow-by-list .item a .count {
      display: none; }

.page-products .toolbar-sorter.sorter, .search_category-index-index .toolbar-sorter.sorter {
  display: none; }

.page-products #form_search_category_custom input[type="text"], .search_category-index-index #form_search_category_custom input[type="text"] {
  border-color: #3C93D0;
  border-radius: 0;
  font-size: 14px;
  font-style: italic;
  box-shadow: none;
  color: #3C93D0; }
  .page-products #form_search_category_custom input[type="text"]::-webkit-input-placeholder, .search_category-index-index #form_search_category_custom input[type="text"]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #3C93D0 !important; }
  .page-products #form_search_category_custom input[type="text"]:-moz-placeholder, .search_category-index-index #form_search_category_custom input[type="text"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #3C93D0 !important; }
  .page-products #form_search_category_custom input[type="text"]::-moz-placeholder, .search_category-index-index #form_search_category_custom input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #3C93D0 !important; }
  .page-products #form_search_category_custom input[type="text"]:-ms-input-placeholder, .search_category-index-index #form_search_category_custom input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #3C93D0 !important; }
  .page-products #form_search_category_custom input[type="text"]::-webkit-input-placeholder, .search_category-index-index #form_search_category_custom input[type="text"]::-webkit-input-placeholder {
    /* WebKit browsers */
    font-style: italic;
    font-size: 14px; }
  .page-products #form_search_category_custom input[type="text"]:-moz-placeholder, .search_category-index-index #form_search_category_custom input[type="text"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-style: italic;
    font-size: 14px; }
  .page-products #form_search_category_custom input[type="text"]::-moz-placeholder, .search_category-index-index #form_search_category_custom input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-style: italic;
    font-size: 14px; }
  .page-products #form_search_category_custom input[type="text"]:-ms-input-placeholder, .search_category-index-index #form_search_category_custom input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-style: italic;
    font-size: 14px; }

.page-products #form_search_category_custom button[type="submit"]:before, .search_category-index-index #form_search_category_custom button[type="submit"]:before {
  color: #3C93D0; }

.page-products .filter-title, .search_category-index-index .filter-title {
  display: none; }

.page-products .filter-title strong,
.page-products .filter-subtitle,
.page-products .filter-options-title, .search_category-index-index .filter-title strong,
.search_category-index-index .filter-subtitle,
.search_category-index-index .filter-options-title {
  text-transform: lowercase; }

.page-products .filter-subtitle, .search_category-index-index .filter-subtitle {
  font-weight: 400;
  font-size: 13px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  display: block; }

.page-products .sidebar.sidebar-main, .search_category-index-index .sidebar.sidebar-main {
  padding: 0; }

@media (max-width: 576px) {
  .page-products .columns .column.main, .search_category-index-index .columns .column.main {
    padding-bottom: 0; } }

.page-products .toolbar-products, .search_category-index-index .toolbar-products {
  margin-bottom: 0; }

.page-products .products-grid, .search_category-index-index .products-grid {
  margin-top: 0; }

.page-products .product-item-actions, .search_category-index-index .product-item-actions {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1200px) {
    .page-products .product-item-actions .tocart, .search_category-index-index .product-item-actions .tocart {
      min-width: 170px; } }
  @media (max-width: 576px) {
    .page-products .product-item-actions .tocart, .search_category-index-index .product-item-actions .tocart {
      width: 125px;
      font-size: 12px !important;
      padding-left: 5px;
      padding-right: 5px; } }
  .page-products .product-item-actions .tocart:hover, .search_category-index-index .product-item-actions .tocart:hover {
    opacity: 0.8; }
  .page-products .product-item-actions .towishlist, .search_category-index-index .product-item-actions .towishlist {
    min-width: 55px;
    height: 32px; }
    @media (max-width: 1199px) {
      .page-products .product-item-actions .towishlist, .search_category-index-index .product-item-actions .towishlist {
        min-width: 35px; } }
    .page-products .product-item-actions .towishlist:before, .search_category-index-index .product-item-actions .towishlist:before {
      color: #fff !important; }
    .page-products .product-item-actions .towishlist:hover, .search_category-index-index .product-item-actions .towishlist:hover {
      opacity: 0.8; }
  .page-products .product-item-actions .tocompare, .search_category-index-index .product-item-actions .tocompare {
    display: none; }

.page-products .field.limiter, .search_category-index-index .field.limiter {
  display: none !important; }

.page-products .pages ul li.item, .search_category-index-index .pages ul li.item {
  margin: 0 8px 0 0; }
  .page-products .pages ul li.item a, .search_category-index-index .pages ul li.item a {
    border: 1px solid #3C93D0;
    padding: 0 12.9px;
    height: 32px;
    color: #3C93D0; }
    .page-products .pages ul li.item a:active, .search_category-index-index .pages ul li.item a:active {
      color: #3C93D0; }
    .page-products .pages ul li.item a:hover, .search_category-index-index .pages ul li.item a:hover {
      border: 1px solid #3C93D0;
      background-color: #3C93D0;
      color: #fff; }
    .page-products .pages ul li.item a.action.next, .search_category-index-index .pages ul li.item a.action.next {
      padding: 0;
      margin-left: 0;
      margin-right: 0; }
      .page-products .pages ul li.item a.action.next:before, .search_category-index-index .pages ul li.item a.action.next:before {
        color: #3C93D0; }
      .page-products .pages ul li.item a.action.next:hover:before, .search_category-index-index .pages ul li.item a.action.next:hover:before {
        color: #fff; }
    .page-products .pages ul li.item a.action.previous, .search_category-index-index .pages ul li.item a.action.previous {
      padding: 0;
      margin-right: 5px; }
      .page-products .pages ul li.item a.action.previous:before, .search_category-index-index .pages ul li.item a.action.previous:before {
        color: #3C93D0; }
      .page-products .pages ul li.item a.action.previous:hover:before, .search_category-index-index .pages ul li.item a.action.previous:hover:before {
        color: #fff; }
  .page-products .pages ul li.item.current, .search_category-index-index .pages ul li.item.current {
    border: 1px solid #3C93D0;
    padding: 0 9.5px;
    height: 32px;
    background-color: #3C93D0; }
    .page-products .pages ul li.item.current strong, .search_category-index-index .pages ul li.item.current strong {
      color: #fff;
      font-weight: 400;
      font-size: 1.6rem; }
  .page-products .pages ul li.item.pages-item-next, .search_category-index-index .pages ul li.item.pages-item-next {
    margin-right: 0; }

@media (min-width: 768px) {
  .page-products .pages, .search_category-index-index .pages {
    float: right !important; } }

@media (min-width: 1024px) {
  .page-products .products-grid .product-item, .search_category-index-index .products-grid .product-item {
    width: calc((100% - 4%) / 3); } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .page-products .products-grid .product-item, .search_category-index-index .products-grid .product-item {
      margin-left: 1%; } }

@media (min-width: 1024px) {
    .page-products .products-grid .product-item .product-item-info, .search_category-index-index .products-grid .product-item .product-item-info {
      margin: auto; } }

.block-reorder {
  display: none; }

#form_search_category_custom input[type="text"] {
  border-color: #3C93D0;
  border-radius: 0;
  font-size: 14px;
  font-style: italic;
  box-shadow: none;
  color: #3C93D0; }
  #form_search_category_custom input[type="text"]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #3C93D0 !important; }
  #form_search_category_custom input[type="text"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #3C93D0 !important; }
  #form_search_category_custom input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #3C93D0 !important; }
  #form_search_category_custom input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #3C93D0 !important; }
  #form_search_category_custom input[type="text"]::-webkit-input-placeholder {
    /* WebKit browsers */
    font-style: italic;
    font-size: 14px; }
  #form_search_category_custom input[type="text"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-style: italic;
    font-size: 14px; }
  #form_search_category_custom input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-style: italic;
    font-size: 14px; }
  #form_search_category_custom input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-style: italic;
    font-size: 14px; }

#form_search_category_custom button[type="submit"]:before {
  color: #3C93D0; }

body.search_category-index-index main > h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: #3C93D0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000; }
  @media (max-width: 576px) {
    body.search_category-index-index main > h1 {
      font-size: 28px; } }

@media (max-width: 768px) {
  body.search_category-index-index .block.block-search.row {
    display: none !important; } }

.bkbanner_search {
  display: none; }

body.catalogsearch-result-index .bkbanner_search {
  display: block; }

body.catalogsearch-result-index .sidebar-main {
  display: none; }

body.catalogsearch-result-index .column.main {
  width: 100%;
  float: none;
  padding-left: 0; }

body.catalogsearch-result-index .search.results .toolbar-products {
  padding: 0;
  width: 100%;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #000; }
  body.catalogsearch-result-index .search.results .toolbar-products p {
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    color: #3C93D0;
    padding: 0; }
  @media (max-width: 576px) {
    body.catalogsearch-result-index .search.results .toolbar-products {
      padding-bottom: 20px; }
      body.catalogsearch-result-index .search.results .toolbar-products p {
        font-size: 28px; } }

body.catalogsearch-result-index .search.results .toolbar-products:last-child {
  display: block; }

body.catalogsearch-result-index .search.results dl,
body.catalogsearch-result-index .search.results dd.item {
  display: none; }

.products-related {
  clear: both; }
  .products-related .bk_iva {
    display: none; }

.catalog-product-view .bk_iva {
  margin-top: 5px; }

.catalog-product-view .page-title-wrapper.product h1 {
  color: #3C93D0;
  text-transform: lowercase;
  font-weight: 700; }
  @media (max-width: 767px) {
    .catalog-product-view .page-title-wrapper.product h1 {
      font-size: 20px; } }

.catalog-product-view .fotorama__thumb {
  background: transparent; }

.catalog-product-view .sku {
  color: #3a3a3a !important;
  font-weight: 700;
  display: block !important;
  text-transform: lowercase; }
  .catalog-product-view .sku .type {
    margin-right: 0 !important; }

.catalog-product-view .fotorama__thumb-border {
  border-color: #3C93D0; }

.catalog-product-view .price {
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #3C93D0 !important; }

.catalog-product-view .rewardssocial-buttons {
  display: none; }

.catalog-product-view .product.attribute.overview h5 {
  font-size: 18px;
  text-transform: lowercase;
  font-weight: 600;
  color: #000;
  margin-top: 30px; }

.catalog-product-view .product-info-stock-sku .stock {
  display: none; }

.catalog-product-view .product-info-stock-sku .separator_sku {
  margin: 15px 0;
  border-bottom: 1px solid #3C93D0;
  max-width: 40px; }

.catalog-product-view .product-addto-links .towishlist {
  width: 100%;
  background: #fff;
  border-radius: 0;
  border: 1px solid #3C93D0;
  color: #3C93D0;
  line-height: 2.2rem;
  padding: 14px 17px;
  text-align: center; }
  .catalog-product-view .product-addto-links .towishlist span {
    font-weight: 700;
    text-transform: lowercase;
    font-size: 1.6rem; }
    @media (min-width: 1200px) {
      .catalog-product-view .product-addto-links .towishlist span {
        font-size: 20px; } }
  .catalog-product-view .product-addto-links .towishlist:hover {
    color: #fff;
    background: #3C93D0;
    border: 1px solid #3C93D0; }

.catalog-product-view .product-addto-links .tocompare {
  display: none; }

.catalog-product-view .product.data.items .item.title > .switch {
  background: #fff;
  color: #000;
  text-transform: lowercase;
  font-weight: 700; }

.catalog-product-view .product.data.items .item.title.active > .switch {
  background: #3c93d0;
  color: white;
  border-color: gray; }

.catalog-product-view .product.data.items .item.title:not(.disabled) > .switch:hover:hover {
  background: #3c93d0;
  color: white;
  border-color: gray; }

.catalog-product-view .box-tocart {
  display: block; }
  .catalog-product-view .box-tocart .control {
    border: 2px solid #3C93D0;
    border-radius: 0;
    display: flex;
    align-items: center; }
  .catalog-product-view .box-tocart .field.qty {
    padding: 0;
    display: inline-block;
    user-select: none;
    /* supported by Chrome and Opera */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */ }
    .catalog-product-view .box-tocart .field.qty #qty-error {
      margin-top: 0; }
  .catalog-product-view .box-tocart .edit-qty {
    font-weight: 600;
    color: #3C93D0;
    position: relative;
    cursor: pointer;
    padding: 5px;
    font-size: 18px; }
    .catalog-product-view .box-tocart .edit-qty.minus {
      left: 10px; }
    .catalog-product-view .box-tocart .edit-qty.plus {
      right: 10px; }
  .catalog-product-view .box-tocart .input-text.qty {
    color: #3C93D0;
    font-weight: 600;
    width: 85px;
    height: 40px;
    border: none;
    font-size: 18px;
    border-radius: 0; }
    .catalog-product-view .box-tocart .input-text.qty:focus {
      box-shadow: none; }
  .catalog-product-view .box-tocart .actions {
    display: block;
    padding-top: 0; }
    .catalog-product-view .box-tocart .actions .tocart {
      display: block;
      width: 100%;
      border-radius: 0; }
      .catalog-product-view .box-tocart .actions .tocart span {
        font-weight: 700;
        text-transform: lowercase;
        font-size: 1.6rem; }
        @media (min-width: 1200px) {
          .catalog-product-view .box-tocart .actions .tocart span {
            font-size: 20px; } }

.catalog-product-view .product-item-name a {
  font-weight: 700;
  font-size: 15px;
  text-transform: lowercase; }

.catalog-product-view .product.media {
  margin-bottom: 0; }

.catalog-product-view .product.info.detailed {
  display: none; }

.catalog-product-view .block.related {
  clear: both; }

.catalog-product-view .widget.block-products-list .product-item-description,
.catalog-product-view .widget.block-viewed-products-grid .product-item-description {
  display: none; }

.catalog-product-view .widget.block-products-list .bk_iva,
.catalog-product-view .widget.block-viewed-products-grid .bk_iva {
  display: none; }

.catalog-product-view .widget.block-products-list .block-title,
.catalog-product-view .widget.block-viewed-products-grid .block-title {
  margin-bottom: 0; }
  .catalog-product-view .widget.block-products-list .block-title strong,
  .catalog-product-view .widget.block-viewed-products-grid .block-title strong {
    color: #3C93D0;
    text-transform: lowercase;
    font-weight: 700;
    font-size: 20px; }

.catalog-product-view .widget.block-products-list .product-item-name,
.catalog-product-view .widget.block-viewed-products-grid .product-item-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px; }

.catalog-product-view .widget.block-products-list .price-box,
.catalog-product-view .widget.block-viewed-products-grid .price-box {
  margin: 10px 0; }

.catalog-product-view .widget.block-products-list .tocompare,
.catalog-product-view .widget.block-viewed-products-grid .tocompare {
  display: none; }

.catalog-product-view .widget.block-products-list .tocart,
.catalog-product-view .widget.block-viewed-products-grid .tocart {
  border-radius: 0; }
  @media (min-width: 1200px) {
    .catalog-product-view .widget.block-products-list .tocart,
    .catalog-product-view .widget.block-viewed-products-grid .tocart {
      min-width: 170px; } }
  @media (max-width: 576px) {
    .catalog-product-view .widget.block-products-list .tocart,
    .catalog-product-view .widget.block-viewed-products-grid .tocart {
      width: 125px;
      font-size: 12px !important;
      padding-left: 5px;
      padding-right: 5px; } }
  .catalog-product-view .widget.block-products-list .tocart:hover,
  .catalog-product-view .widget.block-viewed-products-grid .tocart:hover {
    opacity: 0.8; }

.catalog-product-view .widget.block-products-list .towishlist,
.catalog-product-view .widget.block-viewed-products-grid .towishlist {
  background: #3C93D0;
  min-width: 40px;
  height: 32px;
  margin-left: 10px; }
  @media (max-width: 1199px) {
    .catalog-product-view .widget.block-products-list .towishlist,
    .catalog-product-view .widget.block-viewed-products-grid .towishlist {
      min-width: 35px; } }
  .catalog-product-view .widget.block-products-list .towishlist:before,
  .catalog-product-view .widget.block-viewed-products-grid .towishlist:before {
    color: #fff !important; }
  .catalog-product-view .widget.block-products-list .towishlist:hover,
  .catalog-product-view .widget.block-viewed-products-grid .towishlist:hover {
    opacity: 0.8; }

.catalog-product-view .product_attachment {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 20px;
  display: block;
  text-transform: lowercase; }

@media (min-width: 1024px) {
  .products-grid.wishlist .product-item {
    width: calc((100% - 4%) / 3); } }

.products-grid.wishlist .product-item-description {
  display: none; }

.products-grid.wishlist .bk_iva {
  display: none; }

.products-grid.wishlist .block-title {
  margin-bottom: 0; }
  .products-grid.wishlist .block-title strong {
    color: #3C93D0;
    text-transform: lowercase;
    font-weight: 700;
    font-size: 20px; }

.products-grid.wishlist .product-item-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px; }
  .products-grid.wishlist .product-item-name a {
    font-weight: 700;
    font-size: 15px;
    text-transform: lowercase; }

.products-grid.wishlist .price {
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #3C93D0 !important; }

.products-grid.wishlist .price-box {
  margin: 10px 0; }

.products-grid.wishlist .tocompare {
  display: none; }

.products-grid.wishlist .tocart {
  border-radius: 0; }
  @media (min-width: 1200px) {
    .products-grid.wishlist .tocart {
      min-width: 170px; } }
  @media (max-width: 576px) {
    .products-grid.wishlist .tocart {
      width: 125px;
      font-size: 12px !important;
      padding-left: 5px;
      padding-right: 5px; } }
  .products-grid.wishlist .tocart:hover {
    opacity: 0.8; }

.products-grid.wishlist .field qty {
  display: none; }

body.wishlist-index-index .form-wishlist-items .actions-toolbar {
  border-top: 1px solid #cccc;
  padding-top: 30px; }
  body.wishlist-index-index .form-wishlist-items .actions-toolbar .share {
    display: none; }
  body.wishlist-index-index .form-wishlist-items .actions-toolbar .tocart {
    padding: 10px 24px;
    opacity: 0.8;
    border-radius: 0; }
    body.wishlist-index-index .form-wishlist-items .actions-toolbar .tocart:hover {
      opacity: 1; }

.block-collapsible-nav .item {
  margin: 3px 0 0;
  text-transform: lowercase; }

.swatch-attribute {
  width: 100%; }

.swatch-attribute-options {
  margin: 5px 0; }

select {
  font-size: 1.3rem;
  height: 28px; }

.base-price {
  font-size: 1.4rem;
  font-weight: 800; }

.breadcrumbs {
  margin-top: 30px; }
  .breadcrumbs .items .item {
    text-transform: uppercase;
    font-size: 12px; }
    .breadcrumbs .items .item:after {
      color: #a5c9e6; }
    .breadcrumbs .items .item a {
      color: #a5c9e6;
      font-size: 12px; }
      .breadcrumbs .items .item a:hover {
        color: #3C93D0; }
    .breadcrumbs .items .item strong {
      color: #a5c9e6;
      font-weight: 700; }

.cart-container .action.checkout {
  opacity: 0.8;
  background: #3C93D0;
  padding: 8px 16px !important;
  text-transform: lowercase;
  font-size: 15px !important; }
  .cart-container .action.checkout:hover {
    opacity: 1;
    background: #3C93D0; }

.cart-container .product-item-details .product-item-name a {
  font-weight: 700;
  color: #3C93D0; }

.cart-container .cart-summary-info > .summary.title {
  display: none; }

.cart-container .cart-summary-info .block > .title {
  border: none; }

.cart-container #cart-totals {
  border: none;
  padding: 12px; }

.cart-container #block-shipping {
  display: none; }

.cart-container #shopping-cart-table thead {
  display: none; }

.cart-container #shopping-cart-table tbody {
  background: #f1f2f2;
  border: none; }
  .cart-container #shopping-cart-table tbody:after {
    content: "";
    display: block;
    height: 15px;
    background: #fff; }
  .cart-container #shopping-cart-table tbody .product-item-name {
    margin: 0; }
  .cart-container #shopping-cart-table tbody .product-item-footer {
    font-weight: 600;
    color: #000; }
  .cart-container #shopping-cart-table tbody .field.qty label span {
    display: none; }
  .cart-container #shopping-cart-table tbody .field.qty label input {
    border: 2px solid #3C93D0;
    border-radius: 0;
    max-width: 52px;
    text-align: center;
    color: #3C93D0;
    font-weight: 600; }
  .cart-container #shopping-cart-table tbody .actions-toolbar {
    text-align: right; }
  .cart-container #shopping-cart-table tbody .item-actions {
    position: relative;
    padding: 25px;
    padding-top: 5px; }
    .cart-container #shopping-cart-table tbody .item-actions > span {
      position: absolute;
      right: 25px;
      bottom: 25px; }
      .cart-container #shopping-cart-table tbody .item-actions > span .price {
        color: #3C93D0; }

#discount-coupon-form button {
  border-radius: 0;
  border: 1px solid #3C93D0;
  padding: 16px !important;
  text-align: center;
  font-size: 20px !important;
  font-weight: 600;
  background: #3C93D0;
  color: #fff;
  text-transform: lowercase;
  width: 100%;
  margin: 0;
  opacity: .8; }
  #discount-coupon-form button:hover {
    opacity: 1; }

#discount-coupon-form .primary {
  width: 100%; }

#discount-coupon-form .control {
  border: none; }

#discount-coupon-form .input-text {
  border-radius: 0;
  box-shadow: none; }

#minicart-content-wrapper .product-item-name a {
  color: #3C93D0;
  opacity: 1;
  font-weight: 600; }

#minicart-content-wrapper .block-content .subtitle {
  display: none !important; }

#minicart-content-wrapper .control {
  height: 30px;
  max-width: 95px;
  border: 2px solid #3C93D0;
  border-radius: 0;
  display: flex;
  align-items: center;
  padding: 0;
  user-select: none;
  /* supported by Chrome and Opera */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */ }

#minicart-content-wrapper .edit-qty {
  font-weight: 600;
  color: #3C93D0;
  position: relative;
  cursor: pointer;
  padding: 5px;
  font-size: 16px; }
  #minicart-content-wrapper .edit-qty.minus {
    left: 10px; }
  #minicart-content-wrapper .edit-qty.plus {
    right: 10px; }

#minicart-content-wrapper .cart-item-qty {
  color: #3C93D0;
  font-weight: 600;
  width: 65px;
  border: none;
  font-size: 14px;
  border-radius: 0;
  background: transparent;
  text-align: center; }
  #minicart-content-wrapper .cart-item-qty:focus {
    box-shadow: none; }

.minicart-wrapper .action.showcart .counter.qty {
  background: transparent;
  border: none;
  color: #fff; }

.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #fff; }

#shopping-cart-table .entrega {
  text-align: right;
  width: 100%; }
  #shopping-cart-table .entrega label {
    color: #000;
    text-transform: lowercase;
    font-size: 16px; }

.checkout-cart-index {
  display: block; }
  .checkout-cart-index .control {
    border: 2px solid #3C93D0;
    border-radius: 0;
    display: flex;
    align-items: center; }
  .checkout-cart-index .checkout.methods .action.primary.checkout {
    border-radius: 0;
    border: 1px solid #3C93D0;
    padding: 16px !important;
    text-align: center;
    font-size: 20px !important;
    font-weight: 600; }
  .checkout-cart-index .field.qty {
    padding: 0;
    display: inline-block;
    user-select: none;
    /* supported by Chrome and Opera */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */ }
  .checkout-cart-index .edit-qty {
    font-weight: 600;
    color: #3C93D0;
    position: relative;
    cursor: pointer;
    padding: 5px;
    font-size: 18px; }
    .checkout-cart-index .edit-qty.minus {
      left: 10px; }
    .checkout-cart-index .edit-qty.plus {
      right: 10px; }
  .checkout-cart-index .input-text.qty {
    color: #3C93D0;
    font-weight: 600;
    width: 85px;
    height: 34px;
    border: none;
    font-size: 18px;
    border-radius: 0;
    background: transparent;
    text-align: center; }
    .checkout-cart-index .input-text.qty:focus {
      box-shadow: none; }

.cart.main.actions > .continue {
  display: none; }

.cart.main.actions > .update {
  border-radius: 0;
  border: 1px solid #3C93D0;
  padding: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-left: 8px; }
  .cart.main.actions > .update:before {
    position: relative;
    top: 1.8px;
    width: 30px; }

.minicart-items .update-cart-item {
  margin-left: 15px; }

.cart-container #shopping-cart-table tbody .product-item-footer {
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .cart.table-wrapper .col.subtotal {
    width: 100%; } }

@media (min-width: 768px) {
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 70%; }
  .cart-summary {
    width: 28%; }
  .cart.table-wrapper .item .col.item {
    padding: 25px; } }

.action.towishlist {
  font-family: 'Work Sans', sans-serif !important; }

.cart-container .cart table-wrapper .actions-toolbar a.action-delete {
  border: none;
  padding: 0; }

.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block !important; }

.header .minicart-wrapper .action.showcart:before {
  color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE5IDZoLTJjMC0yLjc2LTIuMjQtNS01LTVTNyAzLjI0IDcgNkg1Yy0xLjEgMC0yIC45LTIgMnYxMmMwIDEuMS45IDIgMiAyaDE0YzEuMSAwIDItLjkgMi0yVjhjMC0xLjEtLjktMi0yLTJ6bS03LTNjMS42NiAwIDMgMS4zNCAzIDNIOWMwLTEuNjYgMS4zNC0zIDMtM3ptNyAxN0g1VjhoMTR2MTJ6bS03LThjLTEuNjYgMC0zLTEuMzQtMy0zSDdjMCAyLjc2IDIuMjQgNSA1IDVzNS0yLjI0IDUtNWgtMmMwIDEuNjYtMS4zNCAzLTMgM3oiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  content: '';
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px; }

.minicart-wrapper .action.showcart {
  white-space: nowrap;
  position: relative;
  left: 8px; }

body.checkout-index-index .js-move.left > div {
  display: block; }

body.checkout-index-index .opc-block-summary > span.title {
  display: none; }

body.checkout-index-index .opc-block-summary .data.table.table-totals {
  margin-top: 15px;
  text-transform: lowercase; }

body.checkout-index-index .opc-block-summary .block.items-in-cart {
  display: none; }

body.checkout-index-index #checkout #summary {
  color: #3a3a3a; }
  body.checkout-index-index #checkout #summary label {
    text-transform: lowercase;
    font-weight: 600;
    margin: 28px 0 18px;
    display: block; }
  body.checkout-index-index #checkout #summary label[for="title"] {
    font-size: 20px;
    font-weight: 700; }
  body.checkout-index-index #checkout #summary label[for="shipping-method"] {
    font-size: 16px; }

@media (max-width: 576px) {
  body.checkout-index-index #checkout .opc-progress-bar {
    display: flex;
    align-items: center; } }

@media (max-width: 576px) {
  body.checkout-index-index #checkout .opc-progress-bar-item {
    width: 33.33%; } }

body.checkout-index-index #checkout .opc-progress-bar-item:before {
  background: #3C93D0;
  display: none; }

body.checkout-index-index #checkout .opc-progress-bar-item._active > span:before {
  background: #3C93D0;
  display: none; }

body.checkout-index-index #checkout .opc-progress-bar-item > span:before,
body.checkout-index-index #checkout .opc-progress-bar-item > span:after {
  display: none; }

body.checkout-index-index #checkout .opc-progress-bar-item:first-child > span {
  text-transform: lowercase;
  font-weight: 700;
  color: #3C93D0;
  opacity: 0.5;
  text-align: left; /* Align the first element to the left */
}

body.checkout-index-index #checkout .opc-progress-bar-item:last-child > span {
  text-transform: lowercase;
  font-weight: 700;
  color: #3C93D0;
  opacity: 0.5;
  text-align: right; /* Align the last element to the right */
}

body.checkout-index-index #checkout .opc-progress-bar-item:not(:first-child):not(:last-child) > span {
  text-transform: lowercase;
  font-weight: 700;
  color: #3C93D0;
  opacity: 0.5;
  text-align: center; /* Align all other elements to the center */
}

@media (max-width: 576px) {
  body.checkout-index-index #checkout .opc-progress-bar-item > span {
    padding-top: 10px;
    text-align: center; /* Keep all elements centered on smaller screens */
  }
}

body.checkout-index-index #checkout .opc-progress-bar-item._active > span {
  opacity: 1; }

body.checkout-index-index #checkout .opc-wrapper .shipping-address-item.selected-item {
  border-color: #3C93D0; }

body.checkout-index-index #checkout .opc-wrapper .shipping-address-item.selected-item:after {
  background: #3C93D0;
  left: 0; }

body.checkout-index-index #checkout .opc-wrapper .shipping-address-item {
  padding: 20px 20px 20px 35px; }

body.checkout-index-index .opc-block-summary {
  background: none; }
  body.checkout-index-index .opc-block-summary .table-totals {
    background: #f5f5f5; }

body.checkout-cart-index .cart-summary {
  background: none; }
  body.checkout-cart-index .cart-summary .cart-totals {
    background: #f5f5f5; }

body .fee {
  font-weight: bold !important;
  color: #3C93D0;
  font-size: 1.7rem; }
  body .fee th.mark {
    font-weight: bold !important; }

.opc-block-summary .table-totals .rewards-points {
  color: #3C93D0; }

.headline-title {
  margin-top: 40px; }
  .headline-title p {
    font-size: 40px;
    line-height: 1; }
    .headline-title p strong {
      font-weight: 700; }
  @media (max-width: 576px) {
    .headline-title {
      max-width: 340px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-top: 20px; } }
  @media (max-width: 576px) and (max-width: 576px) {
    .headline-title p {
      font-size: 28px; } }
  @media (max-width: 400px) {
    .headline-title {
      max-width: 290px; } }
  @media (max-width: 400px) and (max-width: 576px) {
    .headline-title p {
      font-size: 26px; } }

.headline-description p {
  font-size: 20px;
  max-width: 700px;
  line-height: 1.1; }
  @media (max-width: 576px) {
    .headline-description p {
      font-size: 18px;
      max-width: 330px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      line-height: 1.2; } }
  @media (max-width: 576px) {
    .headline-description p {
      font-size: 16px;
      max-width: 290px; } }

.headline-separator {
  margin: 20px 0; }
  @media (max-width: 576px) {
    .headline-separator {
      max-width: 340px;
      margin: 20px auto; } }
  @media (max-width: 400px) {
    .headline-separator {
      max-width: 290px;
      margin: 10px auto; } }

.gridlanding__column {
  position: relative; }

@media (min-width: 577px) and (max-width: 767px) {
  .gridlanding__image .mgz-single-image-wrapper {
    display: block; }
    .gridlanding__image .mgz-single-image-wrapper img {
      display: block;
      margin: auto; } }

@media (max-width: 576px) {
  .gridlanding__image .mgz-single-image-wrapper {
    display: block; }
    .gridlanding__image .mgz-single-image-wrapper img {
      width: 340px;
      height: 300px;
      object-fit: cover;
      display: block;
      margin: auto; } }

@media (max-width: 400px) {
  .gridlanding__image .mgz-single-image-wrapper img {
    width: 290px;
    height: 250px; } }

.gridlanding__text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 12% 0; }
  @media (max-width: 576px) {
    .gridlanding__text {
      top: initial;
      padding: 22px 0 22px;
      bottom: 7%;
      top: initial;
      transform: translate(-50%, 0); } }
  .gridlanding__text p {
    text-align: center;
    font-size: 20px;
    line-height: 1.125;
    color: #3C93D0;
    font-weight: 600; }
    .gridlanding__text p strong {
      font-size: 40px;
      font-weight: 700; }
    @media (max-width: 576px) {
      .gridlanding__text p {
        font-size: 18px; }
        .gridlanding__text p strong {
          font-size: 28px; } }

.mgz-link.mgz-btn {
  font-weight: 600; }

html p, body p {
  color: #3a3a3a; }

#maincontent {
  margin-top: 1%; }

.primary > button[type=submit] {
  padding: 10px 24px;
  opacity: 0.8;
  border-radius: 0; }
  .primary > button[type=submit]:hover {
    opacity: 1; }

.ss_companyaccount-subuser-createpassword {
  margin-top: 0 !important; }
  .ss_companyaccount-subuser-createpassword .header {
    position: static; }

@media (max-width: 576px) {
  .bkselect-cta > div {
    padding: 20% 10%; }
    .bkselect-cta > div .btn-action .mgz-btn-size-lg a {
      font-size: 15px;
      padding: 7px 2px;
      max-width: 185px; }
  .bkselect-icon > div {
    margin: 8% 0; }
  .bkselect-icon ul {
    font-size: 16px;
    font-weight: 500;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .bkselect-icon ul li:last-child {
      margin-bottom: 0; }
  .bkselect-icon .mgz-single-image-wrapper {
    display: block;
    text-align: center; } }

body.customer-account-forgotpassword .custom-fp .wrapper-form,
body.customer-account-createpassword .custom-fp .wrapper-form,
body.register-index-index .custom-fp .wrapper-form {
  min-height: 547px; }

body.customer-account-login #maincontent .columns .wrapper-form {
  min-height: 532px; }

body.customer-account-forgotpassword #maincontent, body.customer-account-createpassword #maincontent, body.register-index-index #maincontent {
  background-image: none; }

body.customer-account-forgotpassword, body.customer-account-createpassword, body.register-index-index {
  background-size: cover;
  background: url(https://shop.acristalia.com/background.png) no-repeat 50% 64px; }

body.cms-register {
  background-size: cover;
  background: url(https://shop.acristalia.com/background.png) no-repeat 50% 64px; }

body.cms-register .mgz-parallax-inner {
  background-image: none; }

@media (min-width: 2000px) {
  body.customer-account-forgotpassword .custom-fp .wrapper-form, body.customer-account-createpassword .custom-fp .wrapper-form, body.register-index-index .custom-fp .wrapper-form {
    position: relative;
    left: 40px;
    top: 50px; }
  body.customer-account-login #maincontent .columns .wrapper-form {
    position: relative;
    top: 30px; } }

@media (min-width: 1600px) and (max-width: 1999px) {
  body.customer-account-login #maincontent .columns .wrapper-form {
    position: relative;
    left: 45px; }
  body.cms-register .wrapper-form {
    position: relative;
    left: 50px;
    top: -50px; } }

@media (min-width: 1280px) and (max-width: 1400px) {
  body.customer-account-login {
    background-size: initial; }
  body.customer-account-login .login-container {
    position: relative;
    left: 135px; }
  body.customer-account-forgotpassword, body.register-index-index {
    background-size: initial; }
  body.cms-register {
    background-size: initial; }
  body.cms-register .wrapper-form {
    position: relative;
    left: 135px; } }

body.account #maincontent {
  margin-top: 60px; }

body.customer-account-login #maincontent {
  position: relative; }
  body.customer-account-login #maincontent .columns {
    position: absolute;
    transform: translateY(-50%);
    top: 50%; }
    body.customer-account-login #maincontent .columns .wrapper-form {
      padding-bottom: 30px;
      width: 546px;
      min-height: 562px; }
    @media (max-width: 1199px) {
      body.customer-account-login #maincontent .columns {
        position: static;
        transform: initial; }
        body.customer-account-login #maincontent .columns .wrapper-form {
          width: auto;
          min-height: auto; } }

.bkshipping_methods {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 1199px) {
    .bkshipping_methods {
      display: block; } }
  .bkshipping_methods > div {
    padding: 20px;
    width: 27%;
    display: block;
    font-size: 13px;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
    border: 2px solid #3C93D0;
    line-height: 30px;
    margin: 0 0 20px; }
    @media (max-width: 1199px) {
      .bkshipping_methods > div {
        width: auto; } }
  .bkshipping_methods .radio {
    height: initial;
    width: initial;
    line-height: initial; }
  .bkshipping_methods .message.error {
    line-height: 1.2;
    font-size: 12px;
    margin-bottom: 0; }
  .bkshipping_methods__items {
    display: flex; }
    .bkshipping_methods__items > div:first-child {
      margin-right: 8px; }

.checkout-shipping-address > .step-title {
  margin-bottom: 15px; }

.checkout-shipping-method > .step-title {
  margin-bottom: 15px; }

.checkout-success {
  display: flex;
  /*align-items: center;*/}
  @media (max-width: 576px) {
    .checkout-success {
      flex-direction: column-reverse;
      align-items: flex-start; } }
  .checkout-success > div:first-child {
    width: 60%; }
    @media (max-width: 576px) {
      .checkout-success > div:first-child {
        width: 100%; } }
  .checkout-success > div:last-child {
    width: 40%; }
    @media (max-width: 576px) {
      .checkout-success > div:last-child {
        width: 100%;
        margin-bottom: 20px; } }
  .checkout-success p {
    color: #000;
    margin-bottom: 30px;
    font-size: 18px;
    max-width: 85%; }
    @media (max-width: 576px) {
      .checkout-success p {
        font-size: 16px;
        max-width: none; } }
    .checkout-success p.bklead {
      color: #3C93D0;
      font-weight: 600;
      margin-bottom: 15px;
      margin-top: 50px; }
  .checkout-success .action {
    text-transform: lowercase;
    padding: 10px 38px;
    opacity: 0.8;
    border-radius: 0 !important; }
    @media (max-width: 899px) {
      .checkout-success .action {
        max-width: 226px;
        padding: 10px 18px;
        margin-bottom: 0 !important; } }
    .checkout-success .action.continue {
      background: transparent;
      color: #3C93D0; }
      @media (max-width: 576px) {
        .checkout-success .action.continue {
          margin-right: 0; } }
    .checkout-success .action.account {
      background: #3C93D0;
      color: #fff;
      margin-left: 15px; }
      @media (max-width: 576px) {
        .checkout-success .action.account {
          margin-left: 0;
          margin-top: 15px; } }
    .checkout-success .action:hover {
      opacity: 1; }

body.checkout-onepage-success .page-title-wrapper {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 25px; }

body.checkout-onepage-success .page-title {
  margin-bottom: 0; }

#checkout-payment-method-load .payment-method {
  float: left;
  padding: 20px;
  width: 40%;
  display: block;
  font-size: 13px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
  border: 2px solid #e6e7e8;
  line-height: 30px;
  margin: 0 0 20px;
  margin-right: 20px; }
  #checkout-payment-method-load .payment-method .radio {
    height: auto;
    width: auto; }
  #checkout-payment-method-load .payment-method .actions-toolbar {
    display: none; }
  @media (max-width: 992px) {
    #checkout-payment-method-load .payment-method {
      float: none;
      width: auto;
      margin: 20px 10px; } }

.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
  border: none; }

.checkout-payment-method .payment-method-content {
  padding: 0;
  margin: 0;
  max-width: none; }

.payment-option-title {
  padding: 0 !important; }
  @media (max-width: 576px) {
    .payment-option-title {
      max-width: none !important; } }

.payment-option-content {
  padding: 0 !important; }

.billing-address-details {
  padding: 0 !important; }

.billing-address-same-as-shipping-block label {
  position: relative;
  bottom: -2px; }

.opc-block-summary > .title {
  margin-bottom: 10px; }

.opc-summary-wrapper.modal-custom .action-close {
  margin: 25px;
  right: -25px; }
  .opc-summary-wrapper.modal-custom .action-close:before {
    color: #3C93D0;
    font-weight: 900; }

.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 20px;
  padding-top: 20px; }

.opc-block-summary .grand.totals .mark {
  padding-bottom: 20px; }

.opc-block-summary .grand.totals .amount {
  padding-bottom: 20px; }

.opc-block-summary .table-totals .amount {
  padding-right: 20px !important;
  padding-top: 20px; }

.opc-block-summary th {
  font-weight: 500 !important; }

.opc-block-summary .grand.totals .mark {
  font-weight: 500 !important; }

.opc-block-summary .minicart-items {
  padding-bottom: 0; }

.opc-block-summary .discount-code {
  font-weight: 500 !important;
  border: 2px solid #e6e7e8;
  padding: 20px; }
  .opc-block-summary .discount-code .control {
    margin-top: 10px; }
  .opc-block-summary .discount-code input {
    border-radius: 0;
    border: 1px solid #000; }
  .opc-block-summary .discount-code button.action {
    opacity: 0.8;
    border-radius: 0; }
    .opc-block-summary .discount-code button.action:hover {
      opacity: 1; }
  .opc-block-summary .discount-code label {
    display: none; }
  .opc-block-summary .discount-code #discount-form {
    margin-top: 15px; }
  .opc-block-summary .discount-code #block-discount-heading {
    cursor: pointer;
    color: #3C93D0; }

.opc-block-summary .items-in-cart {
  margin-bottom: 0;
  margin-top: 15px; }
  .opc-block-summary .items-in-cart .title {
    padding-left: 15px; }

.checkout-billing-address {
  display: none !important; }

.rewards-block {
  font-weight: 500 !important;
  border: 2px solid #e6e7e8;
  padding: 20px;
  margin-top: 15px; }
  .rewards-block .payment-option-title {
    padding: 0;
    color: #3C93D0;
    cursor: pointer;
    font-weight: 500 !important; }
  .rewards-block .field p {
    font-size: 14px;
    margin-top: 5px; }
  .rewards-block input {
    border-radius: 0;
    border: 1px solid #000; }
  .rewards-block .actions-toolbar {
    margin: 0 !important;
    display: flex;
    justify-content: center; }
    .rewards-block .actions-toolbar .button {
      opacity: 0.8;
      border-radius: 0; }
      .rewards-block .actions-toolbar .button:hover {
        opacity: 1; }

.opc-payment-additional.comment .order-comment-form {
  max-width: 93.5%; }
  @media (max-width: 992px) {
    .opc-payment-additional.comment .order-comment-form {
      float: none;
      width: auto;
      margin: 20px 10px; } }

.opc-payment-additional.comment .wrapper {
  text-align: right; }
  .opc-payment-additional.comment .wrapper .primary {
    padding: 10px 24px;
    opacity: 0.8;
    border-radius: 0; }
    .opc-payment-additional.comment .wrapper .primary:hover {
      opacity: 1; }

.action {
  text-transform: lowercase; }

body.checkout-index-index #summary .actions-toolbar {
  padding: 0 30px;
  display: flex;
  justify-content: flex-end; }

body.customer-account-forgotpassword,
body.register-index-index,
body.customer-account-createpassword {
  margin-top: 0 !important; }
  body.customer-account-forgotpassword .mobile_bannerfp,
  body.register-index-index .mobile_bannerfp,
  body.customer-account-createpassword .mobile_bannerfp {
    display: none; }
  body.customer-account-forgotpassword #maincontent,
  body.register-index-index #maincontent,
  body.customer-account-createpassword #maincontent {
    max-width: none;
    margin-top: 0;
    padding: 0;
    background-image: url(../images/background.png);
    background-size: cover;
    background-position: center top;
    display: flex;
    flex-direction: column;
    position: relative; }
    @media (max-width: 1400px) {
      body.customer-account-forgotpassword #maincontent,
      body.register-index-index #maincontent,
      body.customer-account-createpassword #maincontent {
        height: 108vh; } }
    @media (max-width: 1199px) {
      body.customer-account-forgotpassword #maincontent,
      body.register-index-index #maincontent,
      body.customer-account-createpassword #maincontent {
        height: auto;
        background-image: none;
        background: #3C93D0; } }
    body.customer-account-forgotpassword #maincontent .page-title-wrapper,
    body.register-index-index #maincontent .page-title-wrapper,
    body.customer-account-createpassword #maincontent .page-title-wrapper {
      display: none; }
    body.customer-account-forgotpassword #maincontent .columns,
    body.register-index-index #maincontent .columns,
    body.customer-account-createpassword #maincontent .columns {
      position: absolute;
      left: 35%;
      top: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 1199px) {
        body.customer-account-forgotpassword #maincontent .columns,
        body.register-index-index #maincontent .columns,
        body.customer-account-createpassword #maincontent .columns {
          position: static;
          transform: none; } }
  body.customer-account-forgotpassword .message-error.error.message,
  body.register-index-index .message-error.error.message,
  body.customer-account-createpassword .message-error.error.message {
    margin-bottom: 0; }
  body.customer-account-forgotpassword .nav-sections .navigation,
  body.customer-account-forgotpassword .breadcrumbs,
  body.customer-account-forgotpassword .sections.nav-sections,
  body.customer-account-forgotpassword footer.page-footer,
  body.customer-account-forgotpassword #topbanner,
  body.customer-account-forgotpassword header.header .minicart-wrapper,
  body.register-index-index .nav-sections .navigation,
  body.register-index-index .breadcrumbs,
  body.register-index-index .sections.nav-sections,
  body.register-index-index footer.page-footer,
  body.register-index-index #topbanner,
  body.register-index-index header.header .minicart-wrapper,
  body.customer-account-createpassword .nav-sections .navigation,
  body.customer-account-createpassword .breadcrumbs,
  body.customer-account-createpassword .sections.nav-sections,
  body.customer-account-createpassword footer.page-footer,
  body.customer-account-createpassword #topbanner,
  body.customer-account-createpassword header.header .minicart-wrapper {
    display: none; }
  body.customer-account-forgotpassword .page-wrapper header.header,
  body.register-index-index .page-wrapper header.header,
  body.customer-account-createpassword .page-wrapper header.header {
    padding-top: 19px;
    padding-bottom: 19px; }
  body.customer-account-forgotpassword .page-wrapper header.header,
  body.register-index-index .page-wrapper header.header,
  body.customer-account-createpassword .page-wrapper header.header {
    position: static; }
  @media (min-width: 1200px) {
    body.customer-account-forgotpassword .custom-fp,
    body.register-index-index .custom-fp,
    body.customer-account-createpassword .custom-fp {
      max-width: 1260px;
      margin: auto; }
      body.customer-account-forgotpassword .custom-fp .wrapper-form,
      body.register-index-index .custom-fp .wrapper-form,
      body.customer-account-createpassword .custom-fp .wrapper-form {
        background: #3C93D0;
        max-width: 590px;
        width: 546px;
        margin-left: 0 !important;
        padding: 15px;
        min-height: 577px;
        display: flex;
        align-items: center; }
        body.customer-account-forgotpassword .custom-fp .wrapper-form form,
        body.register-index-index .custom-fp .wrapper-form form,
        body.customer-account-createpassword .custom-fp .wrapper-form form {
          width: 100%;
          min-width: 0; }
        body.customer-account-forgotpassword .custom-fp .wrapper-form h1,
        body.register-index-index .custom-fp .wrapper-form h1,
        body.customer-account-createpassword .custom-fp .wrapper-form h1 {
          margin-top: 15px; }
        body.customer-account-forgotpassword .custom-fp .wrapper-form .control.captcha-image,
        body.register-index-index .custom-fp .wrapper-form .control.captcha-image,
        body.customer-account-createpassword .custom-fp .wrapper-form .control.captcha-image {
          max-width: 410px;
          margin: auto; }
        body.customer-account-forgotpassword .custom-fp .wrapper-form #password-strength-meter-container,
        body.register-index-index .custom-fp .wrapper-form #password-strength-meter-container,
        body.customer-account-createpassword .custom-fp .wrapper-form #password-strength-meter-container {
          max-width: 410px;
          margin: auto; }
        body.customer-account-forgotpassword .custom-fp .wrapper-form .password-very-strong .password-strength-meter,
        body.register-index-index .custom-fp .wrapper-form .password-very-strong .password-strength-meter,
        body.customer-account-createpassword .custom-fp .wrapper-form .password-very-strong .password-strength-meter {
          color: #fff; }
        body.customer-account-forgotpassword .custom-fp .wrapper-form .captcha-reload,
        body.register-index-index .custom-fp .wrapper-form .captcha-reload,
        body.customer-account-createpassword .custom-fp .wrapper-form .captcha-reload {
          margin: 0;
          max-width: none;
          color: #a1cae8;
          border: 1px solid #fff; }
          body.customer-account-forgotpassword .custom-fp .wrapper-form .captcha-reload:hover,
          body.register-index-index .custom-fp .wrapper-form .captcha-reload:hover,
          body.customer-account-createpassword .custom-fp .wrapper-form .captcha-reload:hover {
            color: #3C93D0;
            background: #fff; }
        body.customer-account-forgotpassword .custom-fp .wrapper-form .field.captcha label,
        body.register-index-index .custom-fp .wrapper-form .field.captcha label,
        body.customer-account-createpassword .custom-fp .wrapper-form .field.captcha label {
          width: 100%;
          text-align: center;
          padding: 0;
          color: #fff;
          font-weight: 500; }
        body.customer-account-forgotpassword .custom-fp .wrapper-form .actions-toolbar,
        body.register-index-index .custom-fp .wrapper-form .actions-toolbar,
        body.customer-account-createpassword .custom-fp .wrapper-form .actions-toolbar {
          margin: 0; }
          body.customer-account-forgotpassword .custom-fp .wrapper-form .actions-toolbar .primary,
          body.register-index-index .custom-fp .wrapper-form .actions-toolbar .primary,
          body.customer-account-createpassword .custom-fp .wrapper-form .actions-toolbar .primary {
            width: 100%; }
            body.customer-account-forgotpassword .custom-fp .wrapper-form .actions-toolbar .primary > button[type=submit],
            body.register-index-index .custom-fp .wrapper-form .actions-toolbar .primary > button[type=submit],
            body.customer-account-createpassword .custom-fp .wrapper-form .actions-toolbar .primary > button[type=submit] {
              opacity: 1;
              border-radius: 0; }
        body.customer-account-forgotpassword .custom-fp .wrapper-form .note,
        body.register-index-index .custom-fp .wrapper-form .note,
        body.customer-account-createpassword .custom-fp .wrapper-form .note {
          margin: 0;
          color: #fff;
          font-size: 14px;
          font-weight: 500;
          text-align: center;
          max-width: 360px;
          margin: 20px auto;
          line-height: 1.3; } }
  @media (max-width: 1199px) {
    body.customer-account-forgotpassword .mobile_bannerfp,
    body.register-index-index .mobile_bannerfp,
    body.customer-account-createpassword .mobile_bannerfp {
      display: block; }
    body.customer-account-forgotpassword .wrapper-form .note,
    body.register-index-index .wrapper-form .note,
    body.customer-account-createpassword .wrapper-form .note {
      margin: 0;
      color: #fff;
      font-weight: 500;
      text-align: center;
      line-height: 1.3;
      font-size: 12px;
      max-width: 300px;
      margin: 10px auto; }
    body.customer-account-forgotpassword .wrapper-form h1,
    body.register-index-index .wrapper-form h1,
    body.customer-account-createpassword .wrapper-form h1 {
      margin-top: 15px; }
    body.customer-account-forgotpassword .wrapper-form .captcha-reload,
    body.register-index-index .wrapper-form .captcha-reload,
    body.customer-account-createpassword .wrapper-form .captcha-reload {
      margin: 0;
      max-width: none;
      color: #a1cae8;
      border: 1px solid #fff;
      font-size: 12px; }
      body.customer-account-forgotpassword .wrapper-form .captcha-reload:hover,
      body.register-index-index .wrapper-form .captcha-reload:hover,
      body.customer-account-createpassword .wrapper-form .captcha-reload:hover {
        color: #3C93D0;
        background: #fff; }
    body.customer-account-forgotpassword .wrapper-form .field.captcha label,
    body.register-index-index .wrapper-form .field.captcha label,
    body.customer-account-createpassword .wrapper-form .field.captcha label {
      width: 100%;
      text-align: center;
      padding: 0;
      color: #fff;
      font-weight: 500;
      font-size: 12px; }
    body.customer-account-forgotpassword .wrapper-form .actions-toolbar,
    body.register-index-index .wrapper-form .actions-toolbar,
    body.customer-account-createpassword .wrapper-form .actions-toolbar {
      margin: 0; }
      body.customer-account-forgotpassword .wrapper-form .actions-toolbar .primary,
      body.register-index-index .wrapper-form .actions-toolbar .primary,
      body.customer-account-createpassword .wrapper-form .actions-toolbar .primary {
        width: 100%; }
        body.customer-account-forgotpassword .wrapper-form .actions-toolbar .primary > button[type=submit],
        body.register-index-index .wrapper-form .actions-toolbar .primary > button[type=submit],
        body.customer-account-createpassword .wrapper-form .actions-toolbar .primary > button[type=submit] {
          opacity: 1;
          border-radius: 0;
          padding: 0.5rem;
          margin-top: 15px; } }
  @media (max-width: 1024px) {
    body.customer-account-forgotpassword body.cms-page-view,
    body.customer-account-forgotpassword body.cms-login,
    body.register-index-index body.cms-page-view,
    body.register-index-index body.cms-login,
    body.customer-account-createpassword body.cms-page-view,
    body.customer-account-createpassword body.cms-login {
      background: #3C93D0;
      padding-top: 0; } }
  @media (max-width: 576px) {
    body.customer-account-forgotpassword body.cms-page-view header.header,
    body.customer-account-forgotpassword body.cms-login header.header,
    body.register-index-index body.cms-page-view header.header,
    body.register-index-index body.cms-login header.header,
    body.customer-account-createpassword body.cms-page-view header.header,
    body.customer-account-createpassword body.cms-login header.header {
      position: static; } }

.message.success {
  background: #3C93D0;
  color: #fff;
  font-weight: 600; }
  .message.success a {
    color: #fff;
    font-weight: 600;
    font-size: 1.3rem; }
    .message.success a:hover {
      color: #fff; }
  .message.success > *:first-child:before {
    color: #fff; }

.gray-bar {
  background: #f1f1f1;
  height: 115px; }
  @media (max-width: 1199px) {
    .gray-bar {
      height: 56px; } }

@media (max-width: 1199px) {
  .page-footer {
    margin-top: 40px !important; } }

.page-footer .footer.content {
  width: 100%;
  max-width: none;
  border-top: none;
  margin: 0;
  padding: 0; }
  .page-footer .footer.content ul {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 10px; }
    .page-footer .footer.content ul li + li::before {
      content: " | ";
      position: relative;
      left: 0;
      bottom: 1px; }
    .page-footer .footer.content ul li {
      padding: 3px;
      font-weight: 500;
      font-size: 11px; }
      .page-footer .footer.content ul li a {
        color: #000;
        font-weight: 500;
        font-size: 11px; }
    @media (max-width: 992px) {
      .page-footer .footer.content ul {
        display: block;
        margin: 2rem auto 2rem;
        max-width: 275px;
        text-align: center; }
        .page-footer .footer.content ul li + li::before {
          display: none; }
        .page-footer .footer.content ul li {
          padding: 2px;
          display: inline; }
          .page-footer .footer.content ul li::after {
            content: " | ";
            position: relative;
            left: 2px;
            bottom: 1px; }
          .page-footer .footer.content ul li:last-child {
            display: block; }
            .page-footer .footer.content ul li:last-child::after {
              display: none; } }

.footer .copyright {
  display: none; }

.footer-wrapper-header {
  background: #3C93D0;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500; }
  @media (max-width: 992px) {
    .footer-wrapper-header {
      display: none; } }
  .footer-wrapper-header .footer-items {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around; }
    .footer-wrapper-header .footer-items > div {
      border-right: 3px solid #fff;
      flex: 1;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 2%; 
      padding-right: 2%;
      }
    .footer-wrapper-header .footer-items > div:first-child {
      padding-left: 4%; 
      padding-right: 0%;
    }
    /* .footer-wrapper-header .footer-items > div {
      padding-left: 4%;
    } */
    .footer-wrapper-header .footer-items > div:last-child {
      padding-right: 4%;
      padding-left: 0%; 
    }

.footer-wrapper-children {
  background: #fff; }
  @media (max-width: 992px) {
    .address_title, .address_info {
      color: #fff; 
      }
    .footer-wrapper-children {
      display: none; } }
  .footer-wrapper-children .footer-items {
    font-size: 1.4rem;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around; }

    .footer-wrapper-children .footer-items > div{
      flex: 1;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 2%; 
      padding-right: 2%;
    }
    .footer-wrapper-children .footer-items > div:first-child{
      padding-left: 4%; 
      padding-right: 0%;
    }
    .footer-wrapper-children .footer-items > div:last-child {
      padding-right: 4%;
      padding-left: 0%; 
    }

  .footer-wrapper-children p {
    line-height: 1.2;
    font-size: 1.4rem; }
  .footer-wrapper-children .social a {
    color: #000;
    display: block; }
    .footer-wrapper-children .social a:hover {
      color: #000; }
  .footer-wrapper-children address {
    line-height: 1.55; }
    .footer-wrapper-children address a {
      font-size: 1.4rem;
      color: #000 !important;
      text-decoration: underline !important; }
/*modificado jul.24*/
@media (min-width: 992px) {
  .footer-mobile {
    display: none; }
  .address_title, .address_info {
    color: #fff; 
    text-align: right;
    }
  }
.footer-mobile{
  background: #3C93D0;
  color: #fff;
  text-align: center; 
  padding-bottom: 4%; 
}

.footer-mobile h4 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 0;
  background: #3C93D0;
  color: #fff;
  text-align: center;}
  .footer-mobile h4:first-child {
    margin-top: 0; }

.footer-mobile div, .footer-mobile address {
  text-align: center;
  font-size: 13px;
  max-width: 350px;
  margin: auto; }
  .footer-mobile div p, .footer-mobile address p {
    font-size: 13px; }

.footer-mobile .social a {
  font-size: 13px;
  color: #000;
  display: block; }
  .footer-mobile .social a:hover {
    color: #000; }

.footer-bottom {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around; }
.product-info-stock-sku .configurable-variation-qty {
    display: none !important;
}

body.customer-account-forgotpassword, body.customer-account-login {
	overflow: auto !important;
}
