@import url('https://fonts.googleapis.com/css?family=Work+Sans:wght@500&display=swap.less');
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media screen and (max-width: 800px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background: #ffffff;
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 600;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #07b1f9;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #07b1f9;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #07b1f9;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media screen and (min-width: 801px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: block;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 600;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #07b1f9;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #a8acab;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #a8acab;
    color: #a8acab;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #07b1f9;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .header-content-menu-search {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
}
.nav-toggle {
  top: 17px;
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .nav-toggle {
    top: 21px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: block;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.jp-card.jp-card-ie-10.jp-card-flipped,
.jp-card.jp-card-ie-11.jp-card-flipped {
  -webkit-transform: 0deg;
  -moz-transform: 0deg;
  -ms-transform: 0deg;
  -o-transform: 0deg;
  transform: 0deg;
}
.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-front,
.jp-card.jp-card-ie-11.jp-card-flipped .jp-card-front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back,
.jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back:after,
.jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back:after {
  left: 18%;
}
.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-cvc,
.jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-cvc {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: 5%;
}
.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-shiny,
.jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-shiny {
  left: 84%;
}
.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-shiny:after,
.jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-shiny:after {
  left: -480%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.jp-card.jp-card-ie-10.jp-card-amex .jp-card-back,
.jp-card.jp-card-ie-11.jp-card-amex .jp-card-back {
  display: none;
}
.jp-card-logo {
  height: 36px;
  width: 60px;
  font-style: italic;
}
.jp-card-logo,
.jp-card-logo:before,
.jp-card-logo:after {
  box-sizing: border-box;
}
.jp-card-logo.jp-card-amex {
  text-transform: uppercase;
  font-size: 4px;
  font-weight: bold;
  color: white;
  background-image: repeating-radial-gradient(circle at center, #ffffff 1px, #999999 2px);
  border: 1px solid #eeeeee;
}
.jp-card-logo.jp-card-amex:before,
.jp-card-logo.jp-card-amex:after {
  width: 28px;
  display: block;
  position: absolute;
  left: 16px;
}
.jp-card-logo.jp-card-amex:before {
  height: 28px;
  content: "american";
  top: 3px;
  text-align: left;
  padding-left: 2px;
  padding-top: 11px;
  background: #267AC3;
}
.jp-card-logo.jp-card-amex:after {
  content: "express";
  bottom: 11px;
  text-align: right;
  padding-right: 2px;
}
.jp-card.jp-card-amex.jp-card-flipped {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.jp-card.jp-card-amex.jp-card-identified .jp-card-front:before,
.jp-card.jp-card-amex.jp-card-identified .jp-card-back:before {
  background-color: #108168;
}
.jp-card.jp-card-amex.jp-card-identified .jp-card-front .jp-card-logo.jp-card-amex {
  opacity: 1;
}
.jp-card.jp-card-amex.jp-card-identified .jp-card-front .jp-card-cvc {
  visibility: visible;
}
.jp-card.jp-card-amex.jp-card-identified .jp-card-front:after {
  opacity: 1;
}
.jp-card-logo.jp-card-discover {
  background: #f60;
  color: #111;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  padding-top: 9px;
  letter-spacing: .03em;
  border: 1px solid #eeeeee;
}
.jp-card-logo.jp-card-discover:before,
.jp-card-logo.jp-card-discover:after {
  content: " ";
  display: block;
  position: absolute;
}
.jp-card-logo.jp-card-discover:before {
  background: white;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  bottom: -5%;
  right: -80%;
  z-index: -1;
}
.jp-card-logo.jp-card-discover:after {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  top: 10px;
  left: 27px;
  background-color: #f60;
  background-image: -webkit-radial-gradient(#ff6600, #ffffff);
  background-image: radial-gradient(#ff6600, #ffffff);
  content: "network";
  font-size: 4px;
  line-height: 24px;
  text-indent: -7px;
}
.jp-card .jp-card-front .jp-card-logo.jp-card-discover {
  right: 12%;
  top: 18%;
}
.jp-card.jp-card-discover.jp-card-identified .jp-card-front:before,
.jp-card.jp-card-discover.jp-card-identified .jp-card-back:before {
  background-color: #86B8CF;
}
.jp-card.jp-card-discover.jp-card-identified .jp-card-logo.jp-card-discover {
  opacity: 1;
}
.jp-card.jp-card-discover.jp-card-identified .jp-card-front:after {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  transition: 400ms;
  content: " ";
  display: block;
  background-color: #f60;
  background-image: -webkit-linear-gradient(#ff6600, #ffa366, #ff6600);
  background-image: linear-gradient(#ff6600, #ffa366, #ff6600);
  height: 50px;
  width: 50px;
  border-radius: 25px;
  position: absolute;
  left: 100%;
  top: 15%;
  margin-left: -25px;
  box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
}
.jp-card-logo.jp-card-unionpay {
  width: 60px;
  display: block;
  height: 40px;
  background: #e21836;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  border-radius: 5px;
  font-size: 10px;
  z-index: 1;
  line-height: 33px;
  color: #fff;
  text-align: center;
  font-family: "Sans-serif", "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", "Hiragino Sans", "Gulim", "\5B8B\4F53";
  font-weight: bold;
}
.jp-card-logo.jp-card-unionpay:after,
.jp-card-logo.jp-card-unionpay:before {
  display: block;
  margin: 0 auto;
  position: absolute;
  height: 40px;
  top: 0;
  z-index: -1;
}
.jp-card-logo.jp-card-unionpay:before {
  content: " ";
  width: 28px;
  background: #00447c;
  left: 14px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.jp-card-logo.jp-card-unionpay:after {
  content: "银联";
  width: 26px;
  background: #007b84;
  left: 34px;
  border-radius: 5px;
  font-size: 10px;
  line-height: 54px;
  text-indent: -17px;
}
.jp-card.jp-card-unionpay.jp-card-identified .jp-card-back:before,
.jp-card.jp-card-unionpay.jp-card-identified .jp-card-front:before {
  background-color: #987c00;
}
.jp-card.jp-card-unionpay.jp-card-identified .jp-card-logo.jp-card-unionpay {
  opacity: 1;
}
.jp-card-logo.jp-card-visa {
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 18px;
  margin-top: 5px;
}
.jp-card-logo.jp-card-visa:before,
.jp-card-logo.jp-card-visa:after {
  content: " ";
  display: block;
  width: 100%;
  height: 25%;
}
.jp-card-logo.jp-card-visa:before {
  position: absolute;
  left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 6px 0;
  border-color: transparent #ffffff transparent transparent;
}
.jp-card.jp-card-visa.jp-card-identified .jp-card-front:before,
.jp-card.jp-card-visa.jp-card-identified .jp-card-back:before {
  background-color: #1200ff;
}
.jp-card.jp-card-visa.jp-card-identified .jp-card-logo.jp-card-visa {
  opacity: 1;
  box-shadow: none;
}
.jp-card-logo.jp-card-visaelectron {
  background: white;
  text-transform: uppercase;
  color: #1A1876;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
}
.jp-card-logo.jp-card-visaelectron:before,
.jp-card-logo.jp-card-visaelectron:after {
  content: " ";
  display: block;
  width: 100%;
  height: 25%;
}
.jp-card-logo.jp-card-visaelectron:before {
  background: #1A1876;
}
.jp-card-logo.jp-card-visaelectron:after {
  background: #E79800;
}
.jp-card-logo.jp-card-visaelectron .elec {
  float: right;
  font-family: arial;
  font-size: 9px;
  margin-right: 1px;
  margin-top: -5px;
  text-transform: none;
}
.jp-card.jp-card-visaelectron.jp-card-identified .jp-card-front:before,
.jp-card.jp-card-visaelectron.jp-card-identified .jp-card-back:before {
  background-color: #191278;
}
.jp-card.jp-card-visaelectron.jp-card-identified .jp-card-logo.jp-card-visaelectron {
  opacity: 1;
}
.jp-card-logo.jp-card-mastercard {
  color: white;
  font-style: normal;
  text-transform: lowercase;
  font-weight: bold;
  text-align: center;
  font-size: 9px;
  line-height: 84px;
  z-index: 1;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}
.jp-card-logo.jp-card-mastercard:before,
.jp-card-logo.jp-card-mastercard:after {
  content: " ";
  display: block;
  width: 36px;
  top: 0;
  position: absolute;
  height: 36px;
  border-radius: 18px;
}
.jp-card-logo.jp-card-mastercard:before {
  left: 0;
  background: #EB001B;
  z-index: -1;
  opacity: 0.9;
}
.jp-card-logo.jp-card-mastercard:after {
  right: 0;
  background: #FF5F00;
  z-index: -2;
}
.jp-card.jp-card-mastercard.jp-card-identified .jp-card-front .jp-card-logo.jp-card-mastercard,
.jp-card.jp-card-mastercard.jp-card-identified .jp-card-back .jp-card-logo.jp-card-mastercard {
  box-shadow: none;
}
.jp-card.jp-card-mastercard.jp-card-identified .jp-card-front:before,
.jp-card.jp-card-mastercard.jp-card-identified .jp-card-back:before {
  background-color: #0061A8;
}
.jp-card.jp-card-mastercard.jp-card-identified .jp-card-logo.jp-card-mastercard {
  opacity: 1;
}
.jp-card-logo.jp-card-maestro {
  color: white;
  font-style: normal;
  text-transform: lowercase;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 84px;
  z-index: 1;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}
.jp-card-logo.jp-card-maestro:before,
.jp-card-logo.jp-card-maestro:after {
  content: " ";
  display: block;
  width: 36px;
  top: 0;
  position: absolute;
  height: 36px;
  border-radius: 18px;
}
.jp-card-logo.jp-card-maestro:before {
  left: 0;
  background: #EB001B;
  z-index: -2;
}
.jp-card-logo.jp-card-maestro:after {
  right: 0;
  background: #00A2E5;
  z-index: -1;
  opacity: 0.8;
}
.jp-card.jp-card-maestro.jp-card-identified .jp-card-front .jp-card-logo.jp-card-maestro,
.jp-card.jp-card-maestro.jp-card-identified .jp-card-back .jp-card-logo.jp-card-maestro {
  box-shadow: none;
}
.jp-card.jp-card-maestro.jp-card-identified .jp-card-front:before,
.jp-card.jp-card-maestro.jp-card-identified .jp-card-back:before {
  background-color: #0B2C5F;
}
.jp-card.jp-card-maestro.jp-card-identified .jp-card-logo.jp-card-maestro {
  opacity: 1;
}
.jp-card-logo.jp-card-dankort {
  width: 60px;
  height: 36px;
  padding: 3px;
  border-radius: 8px;
  border: #000 1px solid;
  background-color: #fff;
}
.jp-card-logo.jp-card-dankort .dk {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.jp-card-logo.jp-card-dankort .dk:before {
  background-color: #ED1C24;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
}
.jp-card-logo.jp-card-dankort .dk:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7.7px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 10px 0;
  border-color: transparent #ED1C24 transparent transparent;
  z-index: 1;
}
.jp-card-logo.jp-card-dankort .d,
.jp-card-logo.jp-card-dankort .k {
  position: absolute;
  top: 50%;
  width: 50%;
  display: block;
  height: 15.4px;
  margin-top: -7.7px;
  background: white;
}
.jp-card-logo.jp-card-dankort .d {
  left: 0;
  border-radius: 0 8px 10px 0;
}
.jp-card-logo.jp-card-dankort .d:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #ED1C24;
  border-radius: 2px 4px 6px 0px;
  height: 5px;
  width: 7px;
  margin: -3px 0 0 -4px;
}
.jp-card-logo.jp-card-dankort .k {
  right: 0;
}
.jp-card-logo.jp-card-dankort .k:before,
.jp-card-logo.jp-card-dankort .k:after {
  content: '';
  position: absolute;
  right: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  margin-right: -1px;
}
.jp-card-logo.jp-card-dankort .k:before {
  top: 0;
  border-width: 8px 5px 0 0;
  border-color: #ed1c24 transparent transparent transparent;
}
.jp-card-logo.jp-card-dankort .k:after {
  bottom: 0;
  border-width: 0 5px 8px 0;
  border-color: transparent transparent #ed1c24 transparent;
}
.jp-card.jp-card-dankort.jp-card-identified .jp-card-front:before,
.jp-card.jp-card-dankort.jp-card-identified .jp-card-back:before {
  background-color: #0055C7;
}
.jp-card.jp-card-dankort.jp-card-identified .jp-card-logo.jp-card-dankort {
  opacity: 1;
}
.jp-card-logo.jp-card-elo {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background: black;
  color: white;
  text-align: center;
  text-transform: lowercase;
  font-size: 21px;
  font-style: normal;
  letter-spacing: 1px;
  font-weight: bold;
  padding-top: 13px;
}
.jp-card-logo.jp-card-elo .e,
.jp-card-logo.jp-card-elo .l,
.jp-card-logo.jp-card-elo .o {
  display: inline-block;
  position: relative;
}
.jp-card-logo.jp-card-elo .e {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.jp-card-logo.jp-card-elo .o {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  right: 0;
  top: 7px;
  border-radius: 100%;
  background-image: -webkit-linear-gradient(#ffff00 50%, #ff0000 50%);
  background-image: linear-gradient(#ffff00 50%, #ff0000 50%);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  text-indent: -9999px;
}
.jp-card-logo.jp-card-elo .o:before {
  content: "";
  position: absolute;
  width: 49%;
  height: 49%;
  background: black;
  border-radius: 100%;
  text-indent: -99999px;
  top: 25%;
  left: 25%;
}
.jp-card.jp-card-elo.jp-card-identified .jp-card-front:before,
.jp-card.jp-card-elo.jp-card-identified .jp-card-back:before {
  background-color: #6F6969;
}
.jp-card.jp-card-elo.jp-card-identified .jp-card-logo.jp-card-elo {
  opacity: 1;
}
.jp-card-logo.jp-card-jcb {
  border-radius: 5px 0px 5px 0px;
  -moz-border-radius: 5px 0px 5px 0px;
  -webkit-border-radius: 5px 0px 5px 0px;
  background-color: white;
  font-style: normal;
  color: white;
  width: 50px;
  padding: 2px 0 0 2px;
}
.jp-card-logo.jp-card-jcb > div {
  width: 15px;
  margin-right: 1px;
  display: inline-block;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
  border-radius: 5px 0px 5px 0px;
  -moz-border-radius: 5px 0px 5px 0px;
  -webkit-border-radius: 5px 0px 5px 0px;
}
.jp-card-logo.jp-card-jcb > div:before,
.jp-card-logo.jp-card-jcb > div:after {
  content: " ";
  display: block;
  height: 8px;
}
.jp-card-logo.jp-card-jcb > div.j {
  background-color: #000063;
  background-image: -webkit-linear-gradient(left, #000063, #008cff);
  background-image: linear-gradient(to right, #000063, #008cff);
}
.jp-card-logo.jp-card-jcb > div.c {
  background-color: #630000;
  background-image: -webkit-linear-gradient(left, #630000, #ff008d);
  background-image: linear-gradient(to right, #630000, #ff008d);
}
.jp-card-logo.jp-card-jcb > div.b {
  background-color: #006300;
  background-image: -webkit-linear-gradient(left, #006300, #00ff00);
  background-image: linear-gradient(to right, #006300, #00ff00);
}
.jp-card.jp-card-jcb.jp-card-identified .jp-card-front:before,
.jp-card.jp-card-jcb.jp-card-identified .jp-card-back:before {
  background-color: #CB8000;
}
.jp-card.jp-card-jcb.jp-card-identified .jp-card-logo.jp-card-jcb {
  opacity: 1;
  box-shadow: none;
}
.jp-card-logo.jp-card-dinersclub {
  font-family: serif;
  height: 40px;
  width: 100px;
  color: white;
  font-size: 17px;
  font-style: normal;
  letter-spacing: 1px;
}
.jp-card-logo.jp-card-dinersclub::before,
.jp-card-logo.jp-card-dinersclub::after {
  display: block;
  position: relative;
}
.jp-card-logo.jp-card-dinersclub::before {
  content: 'Diners Club';
}
.jp-card-logo.jp-card-dinersclub::after {
  content: 'International';
  text-transform: uppercase;
  font-size: 0.6em;
}
.jp-card.jp-card-dinersclub .jp-card-front .jp-card-logo {
  box-shadow: none !important;
}
.jp-card.jp-card-dinersclub.jp-card-identified .jp-card-front:before,
.jp-card.jp-card-dinersclub.jp-card-identified .jp-card-back:before {
  background-color: #999;
}
.jp-card.jp-card-dinersclub.jp-card-identified .jp-card-logo.jp-card-dinersclub {
  opacity: 1;
}
.jp-card-logo.jp-card-hipercard {
  height: 20px;
  width: 100px;
  color: white;
  font-size: 21px;
  font-style: italic;
  font-weight: bold;
}
.jp-card-logo.jp-card-hipercard::before,
.jp-card-logo.jp-card-hipercard::after {
  display: block;
  position: relative;
}
.jp-card.jp-card-hipercard.jp-card-identified .jp-card-front:before,
.jp-card.jp-card-hipercard.jp-card-identified .jp-card-back:before {
  background-color: #770304;
}
.jp-card.jp-card-hipercard.jp-card-identified .jp-card-logo.jp-card-hipercard {
  opacity: 1;
  box-shadow: none;
}
.jp-card-logo.jp-card-troy {
  text-transform: lowercase;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 18px;
  margin-top: 5px;
}
.jp-card-logo.jp-card-troy:before,
.jp-card-logo.jp-card-troy:after {
  content: "";
  display: block;
  width: 26%;
  height: 6%;
  background: #22b8c3;
  right: 32%;
  top: 24%;
  position: absolute;
  transform: rotate(105deg);
}
.jp-card.jp-card-troy.jp-card-identified .jp-card-front:before,
.jp-card.jp-card-troy.jp-card-identified .jp-card-back:before {
  background-color: #01adba;
}
.jp-card.jp-card-troy.jp-card-identified .jp-card-logo.jp-card-troy {
  opacity: 1;
  box-shadow: none;
}
.jp-card-container {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  width: 350px;
  max-width: 100%;
  height: 200px;
  margin: auto;
  z-index: 1;
  position: relative;
}
.jp-card {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 315px;
  border-radius: 10px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  transition: all 400ms linear;
}
.jp-card > *,
.jp-card > *:after,
.jp-card > *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}
.jp-card.jp-card-flipped {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.jp-card .jp-card-back,
.jp-card .jp-card-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  transition: all 400ms linear;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #ddd;
}
.jp-card .jp-card-back:before,
.jp-card .jp-card-front:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 10px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}
.jp-card .jp-card-back:after,
.jp-card .jp-card-front:after {
  content: " ";
  display: block;
}
.jp-card .jp-card-back .jp-card-display,
.jp-card .jp-card-front .jp-card-display {
  color: #fff;
  font-weight: normal;
  opacity: 0.5;
  -webkit-transition: opacity 400ms linear;
  -moz-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
}
.jp-card .jp-card-back .jp-card-display.jp-card-focused,
.jp-card .jp-card-front .jp-card-display.jp-card-focused {
  opacity: 1;
  font-weight: 700;
}
.jp-card .jp-card-back .jp-card-cvc,
.jp-card .jp-card-front .jp-card-cvc {
  font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
  font-size: 14px;
}
.jp-card .jp-card-back .jp-card-shiny,
.jp-card .jp-card-front .jp-card-shiny {
  width: 50px;
  height: 35px;
  border-radius: 5px;
  background: #ccc;
  position: relative;
}
.jp-card .jp-card-back .jp-card-shiny:before,
.jp-card .jp-card-front .jp-card-shiny:before {
  content: " ";
  display: block;
  width: 70%;
  height: 60%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #d9d9d9;
  position: absolute;
  top: 20%;
}
.jp-card .jp-card-front .jp-card-logo {
  position: absolute;
  opacity: 0;
  right: 5%;
  top: 8%;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  transition: 400ms;
}
.jp-card .jp-card-front .jp-card-lower {
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .jp-card .jp-card-front .jp-card-lower {
    width: 90%;
    left: 5%;
  }
}
.jp-card .jp-card-front .jp-card-lower .jp-card-cvc {
  visibility: hidden;
  float: right;
  position: relative;
  bottom: 5px;
}
.jp-card .jp-card-front .jp-card-lower .jp-card-number {
  font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
  font-size: 24px;
  clear: both;
  margin-bottom: 30px;
}
.jp-card .jp-card-front .jp-card-lower .jp-card-expiry {
  font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
  letter-spacing: 0;
  position: relative;
  float: right;
  width: 25%;
}
.jp-card .jp-card-front .jp-card-lower .jp-card-expiry:after,
.jp-card .jp-card-front .jp-card-lower .jp-card-expiry:before {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 7px;
  white-space: pre;
  display: block;
  opacity: 0.5;
}
.jp-card .jp-card-front .jp-card-lower .jp-card-expiry:before {
  content: attr(data-before);
  margin-bottom: 2px;
  font-size: 7px;
  text-transform: uppercase;
}
.jp-card .jp-card-front .jp-card-lower .jp-card-expiry:after {
  position: absolute;
  content: attr(data-after);
  text-align: right;
  right: 100%;
  margin-right: 5px;
  margin-top: 2px;
  bottom: 0;
}
.jp-card .jp-card-front .jp-card-lower .jp-card-name {
  text-transform: uppercase;
  font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
  font-size: 20px;
  max-height: 45px;
  position: absolute;
  bottom: 0;
  width: 190px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: horizontal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jp-card .jp-card-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.jp-card .jp-card-back .jp-card-bar {
  background-color: #444;
  background-image: -webkit-linear-gradient(#444444, #333333);
  background-image: linear-gradient(#444444, #333333);
  width: 100%;
  height: 20%;
  position: absolute;
  top: 10%;
}
.jp-card .jp-card-back:after {
  content: " ";
  display: block;
  background-color: #fff;
  background-image: -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff);
  width: 80%;
  height: 16%;
  position: absolute;
  top: 40%;
  left: 2%;
}
.jp-card .jp-card-back .jp-card-cvc {
  position: absolute;
  top: 40%;
  left: 85%;
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}
.jp-card .jp-card-back .jp-card-shiny {
  position: absolute;
  top: 66%;
  left: 2%;
}
.jp-card .jp-card-back .jp-card-shiny:after {
  content: "This card has been issued by Jesse Pollak and is licensed for anyone to use anywhere for free. It comes with no warranty. For support issues, please visit: github.com/jessepollak/card.";
  position: absolute;
  left: 120%;
  top: 5%;
  color: white;
  font-size: 7px;
  width: 230px;
  opacity: 0.5;
}
.jp-card.jp-card-identified {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.jp-card.jp-card-identified .jp-card-back,
.jp-card.jp-card-identified .jp-card-front {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.jp-card.jp-card-identified .jp-card-back:before,
.jp-card.jp-card-identified .jp-card-front:before {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
  opacity: 1;
}
.jp-card.jp-card-identified .jp-card-back .jp-card-logo,
.jp-card.jp-card-identified .jp-card-front .jp-card-logo {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.visual-card-texture .jp-card.jp-card-identified .jp-card-back:before,
.visual-card-texture .jp-card.jp-card-identified .jp-card-front:before {
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 15% 80%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 15% 80%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}
.visual-card-texture .jp-card.jp-card-identified.no-radial-gradient .jp-card-back:before,
.visual-card-texture .jp-card.jp-card-identified.no-radial-gradient .jp-card-front:before {
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}
.visual-card-texture .jp-card.jp-card-safari.jp-card-identified .jp-card-front:before,
.visual-card-texture .jp-card.jp-card-safari.jp-card-identified .jp-card-back:before {
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}
.visual-card-plain-background .jp-card.jp-card-identified .jp-card-back:before,
.visual-card-plain-background .jp-card.jp-card-identified .jp-card-front:before {
  background-image: none !important;
}
.visual-card-plain-background .jp-card.jp-card-identified.no-radial-gradient .jp-card-back:before,
.visual-card-plain-background .jp-card.jp-card-identified.no-radial-gradient .jp-card-front:before {
  background-image: none !important;
}
.visual-card-plain-background .jp-card.jp-card-safari.jp-card-identified .jp-card-front:before,
.visual-card-plain-background .jp-card.jp-card-safari.jp-card-identified .jp-card-back:before {
  background-image: none !important;
}
@media (max-width: 450px) {
  .card-wrapper {
    max-width: 80vw;
    width: 100%;
    margin: 20px auto;
    overflow-x: hidden;
  }
  .card-wrapper > .jp-card-container {
    transform: scale(0.625);
    transform-origin: left center;
  }
}
#imp-mpv2-payment-methods-ticket {
  font-size: 12px;
}
#imp-mpv2-payment-methods-ticket .imp-mpv2-ticket-option {
  list-style: none;
  display: inline-block;
  cursor: pointer;
}
#imp-mpv2-payment-methods-ticket .imp-mpv2-ticket-option.active,
#imp-mpv2-payment-methods-ticket .imp-mpv2-ticket-option:hover {
  font-weight: 800;
}
#imp-mpv2-payment-methods-ticket .imp-mpv2-ticket-option.active .imp-mpv2-ticket-label .imp-mpv2-payment-method-logo-container,
#imp-mpv2-payment-methods-ticket .imp-mpv2-ticket-option:hover .imp-mpv2-ticket-label .imp-mpv2-payment-method-logo-container {
  border: 2px solid #069fd9;
}
#imp-mpv2-payment-methods-ticket .imp-mpv2-ticket-option .imp-mpv2-ticket-label {
  display: inline-block;
  text-align: center;
  transition: all .5s;
}
#imp-mpv2-payment-methods-ticket .imp-mpv2-ticket-option .imp-mpv2-ticket-label .imp-mpv2-payment-method-logo-container {
  width: 80px;
  height: 60px;
  display: block;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  margin: 0 20px 10px;
  transition: all .5s;
}
#imp-mpv2-payment-methods-ticket .imp-mpv2-ticket-option .imp-mpv2-ticket-label .imp-mpv2-payment-method-logo-container .imp-mpv2-payment-method-logo-image {
  overflow: hidden;
  margin: auto;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#imp-mpv2-payment-methods-ticket .imp-mpv2-ticket-option input {
  display: none;
}
.improntus-mercadopago-v2 .payment-method-title .label .payment-icon {
  width: 29px;
}
.improntus-mercadopago-v2 .payment-method-content .mercadopago-promo-info {
  background-color: #fff;
  padding: 0 0 20px 0;
}
.improntus-mercadopago-v2 .payment-method-content .mercadopago-promo-info .row .title-checkout {
  padding-left: 15px;
  margin-top: 24px;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #04204c;
  margin-bottom: 0;
}
.improntus-mercadopago-v2 .payment-method-content .mercadopago-promo-info .row .credit-promotion-info .credit-promotion-info-title {
  font-size: 14px;
  font-family: sans-serif;
  color: #7a7a7a;
  font-weight: 400;
  padding: 20px 0 0;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.improntus-mercadopago-v2 .payment-method-content .mercadopago-promo-info .row .credit-promotion-info .credit-promotion-info-title .credit-promotion-info-installments {
  font-size: 15px;
  font-family: sans-serif;
  padding: 5px 10px;
  margin-left: 5px;
  display: inline-block;
  background-color: #2ec74b;
  color: #fff;
  text-transform: none;
  border-radius: 2px;
}
.improntus-mercadopago-v2 .payment-method-content .mercadopago-promo-info .row .credit-promotion-info .credit-promotion-info-images {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 8px;
  margin-left: -4px;
}
.improntus-mercadopago-v2 .payment-method-content .mercadopago-promo-info .row .credit-promotion-info .credit-promotion-info-images .credit-promotion-info-image {
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 4px;
  margin: 0 4px 8px;
}
.improntus-mercadopago-v2 .payment-method-content .mercadopago-promo-info .row .credit-promotion-info .credit-promotion-info-images .credit-promotion-info-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: inherit;
  float: none;
  margin: 0;
  font-size: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.improntus-mercadopago-v2 .payment-method-content .mercadopago-promo-info .row .debit-promotion-info .debit-promotion-info-title {
  font-size: 14px;
  font-family: sans-serif;
  color: #7a7a7a;
  font-weight: 400;
  padding: 20px 0 0;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.improntus-mercadopago-v2 .payment-method-content .mercadopago-promo-info .row .debit-promotion-info .debit-promotion-info-images {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 8px;
  margin-left: -4px;
}
.improntus-mercadopago-v2 .payment-method-content .mercadopago-promo-info .row .debit-promotion-info .debit-promotion-info-images .debit-promotion-info-image {
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 4px;
  margin: 0 4px 8px;
}
.improntus-mercadopago-v2 .payment-method-content .mercadopago-promo-info .row .debit-promotion-info .debit-promotion-info-images .debit-promotion-info-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: inherit;
  float: none;
  margin: 0;
  font-size: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.improntus-mercadopago-v2 .payment-method-content .mercadopago-promo-info .row .ticket-promotion-info .ticket-promotion-info-title {
  font-size: 14px;
  font-family: sans-serif;
  color: #7a7a7a;
  font-weight: 400;
  padding: 20px 0 0;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.improntus-mercadopago-v2 .payment-method-content .mercadopago-promo-info .row .ticket-promotion-info .ticket-promotion-info-images {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 8px;
  margin-left: -4px;
}
.improntus-mercadopago-v2 .payment-method-content .mercadopago-promo-info .row .ticket-promotion-info .ticket-promotion-info-images .ticket-promotion-info-image {
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 4px;
  margin: 0 4px 8px;
}
.improntus-mercadopago-v2 .payment-method-content .mercadopago-promo-info .row .ticket-promotion-info .ticket-promotion-info-images .ticket-promotion-info-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: inherit;
  float: none;
  margin: 0;
  font-size: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.improntus-mercadopago-v2 .payment-method-content .mercadopago-promo-info .row .redirect-promotion-info {
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
  padding: 25px 0 20px;
  display: inline-block;
}
.improntus-mercadopago-v2 .payment-method-content .wallet-button-card {
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #dcdcdc;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.11);
  margin: 5px 0 40px;
  max-width: 400px;
  padding-bottom: 32px;
}
.improntus-mercadopago-v2 .payment-method-content .wallet-button-card .wallet-button-header {
  align-items: center;
  display: flex;
  height: 25px;
  justify-content: flex-end;
  width: 100%;
}
.improntus-mercadopago-v2 .payment-method-content .wallet-button-card .wallet-button-header .wallet-button-header-fast-buy {
  align-items: center;
  background-color: #009ee3;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: -1px -1px 0 0;
  padding: 0 8px;
}
.improntus-mercadopago-v2 .payment-method-content .wallet-button-card .wallet-button-header .wallet-button-header-fast-buy p {
  color: #ffffff;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.17;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 2px;
  text-align: center;
}
.improntus-mercadopago-v2 .payment-method-content .wallet-button-card .wallet-button-header .wallet-button-header-fast-buy i {
  font-size: 16px;
}
.improntus-mercadopago-v2 .payment-method-content .wallet-button-card .wallet-button-body {
  text-align: center;
}
.improntus-mercadopago-v2 .payment-method-content .wallet-button-card .wallet-button-body .logo-frame {
  align-items: center;
  background-color: rgba(71, 154, 209, 0.1);
  border-radius: 100%;
  display: flex;
  height: 56px;
  justify-content: center;
  margin: 6px auto 12px;
  width: 56px;
}
.improntus-mercadopago-v2 .payment-method-content .wallet-button-card .wallet-button-body .logo-frame img {
  height: auto;
  width: 40px;
}
.improntus-mercadopago-v2 .payment-method-content .wallet-button-card .wallet-button-body .wallet-button-body-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 8px;
  text-align: center;
}
.improntus-mercadopago-v2 .payment-method-content .wallet-button-card .wallet-button-body .wallet-button-body-text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 22px;
  text-align: center;
}
.improntus-mercadopago-v2 .payment-method-content .wallet-button-card .wallet-button-body .wallet-button-body-button {
  background-color: #009ee3;
  border-radius: 5px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 12px;
  text-decoration: none;
}
.improntus-mercadopago-v2 .payment-method-content .wallet-button-card .wallet-button-body .wallet-button-body-button:hover {
  background-color: #007eb5;
  border: none;
  color: #ffffff;
  text-decoration: none;
}
.improntus-mercadopago-v2 .payment-method-content .wallet-button-card .wallet-button-body .wallet-button-body-button:focus {
  background-color: #007eb5;
  border: none;
  color: #ffffff;
  text-decoration: none;
}
.improntus-mercadopago-v2 .payment-method-content .payment-method-extra-info {
  float: right;
  max-width: 350px;
}
.improntus-mercadopago-v2 .payment-method-content .payment-method-extra-info .payment-methods-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  padding-top: 12px;
}
.improntus-mercadopago-v2 .payment-method-content .payment-method-extra-info .payment-methods-container > div {
  margin: 0 0 8px 8px;
}
.improntus-mercadopago-v2 .payment-method-content .payment-method-extra-info .payment-methods-container .payment-method-logo-container {
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 4px;
  width: 60px;
}
.improntus-mercadopago-v2 .payment-method-content .payment-method-extra-info .payment-methods-container .payment-method-logo-container .payment-method-logo-image {
  float: none !important;
  font-size: 10px;
  height: auto;
  margin: 0 !important;
  max-height: 100% !important;
  max-width: 100%;
  overflow: hidden;
  position: inherit !important;
  text-overflow: ellipsis;
  width: auto;
}
.improntus-mercadopago-v2 .payment-method-content #mercadopagov2-form h3 {
  margin-top: 0;
  text-transform: uppercase;
}
.improntus-mercadopago-v2 .payment-method-content #mercadopagov2-form .custom-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
}
.improntus-mercadopago-v2 .payment-method-content #mercadopagov2-form .secure-field-container {
  max-height: 35px;
  overflow: hidden;
}
.improntus-mercadopago-v2 .payment-method-content #mercadopagov2-form #form-wrapper {
  max-width: 400px;
}
.improntus-mercadopago-v2 .payment-method-content #mercadopagov2-form #mpv2-error-message {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.improntus-mercadopago-v2 .payment-method-content #mercadopagov2-form #mpv2-error-message .mpv2-modal-error-background {
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: .4;
}
.improntus-mercadopago-v2 .payment-method-content #mercadopagov2-form #mpv2-error-message .mpv2-modal-error-content {
  position: absolute;
  z-index: 1001;
  background: #fff;
  width: 500px;
  max-width: 90%;
  height: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 15px;
}
.improntus-mercadopago-v2 .payment-method-content #mercadopagov2-form #mpv2-error-message .mpv2-modal-error-content .mpv2-modal-error-close-button {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 100;
}
.improntus-mercadopago-v2 .payment-method-content #mercadopagov2-form #mpv2-error-message .mpv2-modal-error-content .mpv2-modal-error-close-button:before {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background: #777;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.improntus-mercadopago-v2 .payment-method-content #mercadopagov2-form #mpv2-error-message .mpv2-modal-error-content .mpv2-modal-error-close-button:after {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background: #777;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.improntus-mercadopago-v2 .payment-method-content #mercadopagov2-form #mpv2-error-message .mpv2-modal-error-content .mpv2-modal-error-message {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: max-content;
  width: 90%;
}
.improntus-mercadopago-v2 .custom-hr {
  border: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  max-width: 400px;
}
.improntus-mercadopago-v2 .box-inputs {
  float: left;
  margin: 5px 0;
}
.improntus-mercadopago-v2 .box-inputs label {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.improntus-mercadopago-v2 .box-inputs label em {
  color: red;
}
.improntus-mercadopago-v2 .box-inputs small {
  color: rgba(0, 0, 0, 0.55);
  display: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  margin: 0;
}
.improntus-mercadopago-v2 .box-inputs input {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #ffffff;
  box-sizing: content-box;
  height: 32px;
  margin-top: 0;
  max-width: unset;
  padding: 5px 0;
  width: 100%;
  font-size: 16px;
  border: none;
}
.improntus-mercadopago-v2 .box-inputs input::placeholder {
  color: #aaa;
}
.improntus-mercadopago-v2 .box-inputs select {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #ffffff;
  box-sizing: content-box;
  height: 32px;
  margin-top: 0;
  max-width: unset;
  padding: 5px 0;
  width: 100%;
  font-size: 16px;
  border: none;
}
.improntus-mercadopago-v2 .box-inputs input.error-input {
  border: 1px solid red;
}
.improntus-mercadopago-v2 .box-inputs select.error-input {
  border: 1px solid red;
}
.improntus-mercadopago-v2 .box-inputs .protect-buy {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 15px 0 38px;
}
.improntus-mercadopago-v2 .box-inputs .protect-buy img {
  height: 22px;
  padding-right: 8px;
  width: auto;
}
.improntus-mercadopago-v2 .box-inputs .protect-buy p {
  color: #bfbfbf;
  font-size: 12px;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.improntus-mercadopago-v2 .col-10 {
  width: 10%;
}
.improntus-mercadopago-v2 .col-20 {
  width: 20%;
}
.improntus-mercadopago-v2 .col-30 {
  width: 30%;
}
.improntus-mercadopago-v2 .col-40 {
  width: 40%;
}
.improntus-mercadopago-v2 .col-50 {
  width: 50%;
}
.improntus-mercadopago-v2 .col-60 {
  width: 60%;
}
.improntus-mercadopago-v2 .col-70 {
  width: 70%;
}
.improntus-mercadopago-v2 .col-80 {
  width: 80%;
}
.improntus-mercadopago-v2 .col-90 {
  width: 90%;
}
.improntus-mercadopago-v2 .col-100 {
  margin-top: 5px;
  width: 100%;
}
.improntus-mercadopago-v2 .col-25 {
  width: 25%;
}
.improntus-mercadopago-v2 .col-35 {
  width: 35%;
}
.improntus-mercadopago-v2 .col-45 {
  width: 45%;
}
.improntus-mercadopago-v2 .col-55 {
  width: 55%;
}
.improntus-mercadopago-v2 .col-65 {
  width: 65%;
}
.improntus-mercadopago-v2 .col-75 {
  width: 75%;
}
.improntus-mercadopago-v2 .line {
  margin: 5px 0;
  width: 100%;
}
.improntus-mercadopago-v2 .margin-top-0 {
  margin-top: 0;
}
.improntus-mercadopago-v2 .margin-bottom-0 {
  margin-bottom: 0;
}
.improntus-mercadopago-v2 #box-loading {
  display: inline-block;
  height: 30px;
  margin: -10px 0;
  width: 30px;
}
.improntus-mercadopago-v2 .mp-form-control-error {
  border: 2px solid #f04449 !important;
}
.improntus-mercadopago-v2 .form-error {
  color: #f04449 !important;
  display: none;
  font-family: sans-serif !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal !important;
  letter-spacing: normal;
  line-height: 1.29;
  padding-left: 2px;
  padding-top: 5px;
}
.improntus-mercadopago-v2 .mp-d-flex {
  display: flex;
}
.improntus-mercadopago-v2 .mp-d-flex-baseline {
  align-items: baseline;
  display: flex !important;
}
.improntus-mercadopago-v2 .pt-0 {
  padding-top: 0 !important;
}
.improntus-mercadopago-v2 .pl-2 {
  padding-left: 2px !important;
}
.improntus-mercadopago-v2 .mp-mr-20 {
  margin-right: 20px;
}
.improntus-mercadopago-v2 .mp-mb-12 {
  margin-bottom: 12px !important;
}
.improntus-mercadopago-v2 .mp-mb-0 {
  margin-bottom: 0 !important;
}
.improntus-mercadopago-v2 .display-flex {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.improntus-mercadopago-v2 .no-display {
  display: none;
}
.mp-payment-information p span {
  float: right;
}
.mp-payment-information p:nth-child(even) {
  background: #eee;
}
.mp-payment-information p {
  padding: 8px;
  max-width: 400px;
  margin: 0;
}
#mercadopago-v2-logo img {
  max-width: 200px;
}
.checkout-onepage-success .mercadopago-v2-payment-information .mpv2-ticket {
  margin: 20px 0;
  padding: 30px 15px;
  border: 1px solid #ccc;
  border-radius: 7px;
  width: 530px;
  max-width: 90%;
}
.checkout-onepage-success .mercadopago-v2-payment-information .mpv2-ticket > .title {
  line-height: 25px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.checkout-onepage-success .mercadopago-v2-payment-information .mpv2-ticket .expiration-date {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 40px;
}
.checkout-onepage-success .mercadopago-v2-payment-information .mpv2-ticket .payment-info > .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.checkout-onepage-success .mercadopago-v2-payment-information .mpv2-ticket .payment-info .operation-number .title {
  font-size: 14px;
  line-height: 18px;
}
.checkout-onepage-success .mercadopago-v2-payment-information .mpv2-ticket .payment-info .operation-number .content {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}
.checkout-onepage-success .mercadopago-v2-payment-information .mpv2-ticket .payment-info .barcode svg {
  width: 100%;
}
.checkout-onepage-success .mercadopago-v2-payment-information .mpv2-ticket .payment-info .barcode .code {
  text-align: center;
  font-size: 12px;
}
.checkout-onepage-success .mercadopago-v2-payment-information .mpv2-ticket .instructions > .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin: 16px 0;
}
.checkout-onepage-success .mercadopago-v2-payment-information .mpv2-ticket .instructions .content ul {
  margin: 0;
  padding: 0;
}
.checkout-onepage-success .mercadopago-v2-payment-information .mpv2-ticket .instructions .content ul li {
  display: flex;
  line-height: 0;
  list-style: none;
}
.checkout-onepage-success .mercadopago-v2-payment-information .mpv2-ticket .instructions .content ul li .number {
  align-items: center;
  border: 2px solid var(--andes-color-blue-500, #009ee3);
  border-radius: 50%;
  box-sizing: border-box;
  color: var(--andes-color-blue-500, #009ee3);
  display: flex;
  flex-shrink: 0;
  font-size: 15px;
  height: 26px;
  justify-content: center;
  margin-right: 16px;
  width: 26px;
}
.checkout-onepage-success .mercadopago-v2-payment-information .mpv2-ticket .instructions .content ul li .instruction {
  line-height: 18px;
  font-size: 14px;
}
.block-payment-customfields {
  padding: 0 27px;
}
.block-payment-customfields .title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 18px;
  position: relative;
  padding-bottom: 9px;
  color: #000000;
  font-weight: 300;
  font-size: 2.6rem;
}
.block-payment-customfields .customfields-information-content {
  margin: 0 0 18px;
}
.shipping-bar {
  padding: 20px;
}
.shipping-bar .block {
  margin-bottom: 0;
}
.shipping-bar div.minprogress {
  border: 1px solid #a5a5a5;
  height: 20px;
  border-radius: 5px;
  position: relative;
}
.shipping-bar div.minprogress span.label-free-shipping {
  position: absolute;
  z-index: 1;
  color: gray;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 22px;
}
.shipping-bar div.minprogress .minprogress-active {
  position: absolute;
  background-color: #000000;
  height: 20px;
  border-radius: 5px;
  transition: width 1s;
}
/*
 * Shipper HQ
 *
 * @category ShipperHQ
 * @package ShipperHQ_AddressAutocomplete
 * @copyright Copyright (c) 2020 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @author ShipperHQ Team sales@shipperhq.com
 */
.pac-container {
  z-index: 905 !important;
}
.extend_1,
.owl-carousel.products .owl-controls .owl-nav .owl-prev,
.owl-carousel.products .owl-controls .owl-nav .owl-next,
.owl-carousel.products .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
  font-size: 0;
}
.products.products-grid,
.custom-slider {
  position: relative;
  padding: 0 0 20px;
}
.products.products-grid .banner-image img,
.custom-slider .banner-image img {
  height: auto;
}
.products.products-grid.remove-padding .owl-stage-outer,
.custom-slider.remove-padding .owl-stage-outer {
  padding: 0;
}
.products-grid .owl-item .product-item .product-item-details .price-box .old-price {
  margin-left: 0;
}
.owl-carousel.products {
  display: none;
  width: 100%;
  position: relative;
  z-index: 0;
}
.owl-carousel.products .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel.products .owl-animated-in {
  z-index: 0;
}
.owl-carousel.products .owl-animated-out {
  z-index: 1;
}
.owl-carousel.products .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel.products .owl-stage {
  position: relative;
}
.owl-carousel.products .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.products .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
  width: 40px !important;
  top: 0 !important;
  left: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev.owl-prev-bottom.owl-label-show {
  width: auto !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
  width: 40px !important;
  top: 0 !important;
  right: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next.owl-next-bottom.owl-label-show {
  width: auto !important;
}
.owl-carousel.products.owl-loaded {
  display: block;
}
.owl-carousel.products.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.products.owl-hidden {
  opacity: 0;
}
.owl-carousel.products .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none;
}
.owl-carousel.products .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-item .product-item {
  width: 100% !important;
  margin: 10px;
}
.owl-carousel.products .owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.products.owl-rtl {
  direction: rtl;
}
.owl-carousel.products.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}
.owl-carousel.products .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel.products .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel.products .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel.products .owl-refresh .owl-item {
  display: none;
}
.owl-carousel.products.owl-text-select-on .owl-item {
  user-select: auto;
}
.owl-carousel.products .banner-item .content_slider {
  position: absolute;
  top: 25%;
  left: 50px;
  width: calc(100% - 120px);
  z-index: 1;
  color: #ffffff;
}
.owl-carousel.products .banner-item .content_slider .banner-title {
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  clear: both;
}
.owl-carousel.products .banner-item .content_slider .banner-description {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
.owl-carousel.products .banner-item .content_slider .buttons {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
}
.owl-carousel.products .banner-item .content_slider .buttons a.action.primary {
  margin: 10px;
}
.owl-carousel.products .banner-item .content_slider .buttons .custom_content {
  margin: 10px 0 0;
  text-align: center;
}
.owl-carousel.products .product-item-details {
  float: left;
  width: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-theme.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme.owl-carousel .owl-controls .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 1px solid #d6d6d6;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme.owl-carousel .owl-controls .owl-dot:hover span {
  background: #000000;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background: #000000;
  border: 1px solid #000000;
}
.owl-theme.owl-carousel .product .price-container .price {
  padding-right: 3px;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 0px;
  margin: calc(-@size / 2) 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: 15px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom {
  position: relative;
  left: 0px !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom.owl-label-show {
  position: relative;
  display: inline-block;
  text-indent: unset;
  width: auto;
  line-height: 40px;
  color: #555555;
  padding-left: 25px;
  padding-right: 10px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom.owl-label-show:before {
  left: 0px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom:hover {
  color: #000;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: #555555;
  text-indent: 0;
  border-top: none;
  transform: rotate(360deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 15px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom {
  position: relative;
  right: 0px !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom.owl-label-show {
  position: relative !important;
  position: relative;
  display: inline-block;
  text-indent: unset;
  width: auto;
  line-height: 40px;
  color: #555555;
  padding-left: 10px;
  padding-right: 25px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom.owl-label-show:before {
  left: auto;
  right: 0px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom:hover {
  color: #000;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: #555555;
  border-top: none;
  transform: rotate(180deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  background-color: #ffffff;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-next.owl-next-bottom {
  right: -40px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-next.owl-next-bottom.owl-label-show {
  right: 0px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-prev.owl-prev-bottom {
  right: 40px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-prev.owl-prev-bottom.owl-label-show {
  right: 0px !important;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
[class*=owl-carousel-products-] .owl-theme .owl-dots {
  position: relative;
  bottom: -20px;
}
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after {
  background: #000000;
}
.no-js .owl-carousel {
  display: block;
}
#pre-div-ajax {
  position: relative;
  top: 80px;
}
#pre-div {
  background-color: #ffffff;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#pre-div .imageloader-loader {
  width: 100%;
  height: 100%;
}
#pre-div .imageloader-loader td {
  vertical-align: middle;
  text-align: center;
}
#pre-div .cssload-loader {
  position: relative;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}
#pre-div .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#pre-div .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #000000;
}
#pre-div .catalog-product-view .product-items .product-item-actions .actions-secondary {
  display: inline-block !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select {
  font-size: 18px;
}
.catalog-product-view .column.main .block-content.content .block-actions .action.select {
  margin-left: 10px;
}
.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related {
  width: 80px;
  margin: 0 auto;
  float: none;
  position: static;
}
/* Mixins */
.css-code-ie-edge {
  /* IE10+ Edge CSS styles go here */
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 5px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e608" !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  overflow: visible !important;
  right: 30px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 42px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
  left: 45px;
}
.css-code-ie-edge [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
  right: -55px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background: transparent !important;
  color: #fff !important;
}
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
  color: black !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@supports (-ms-ime-align:auto) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
body {
  overflow-x: hidden;
}
.lc-menu *,
.lc-menu :after,
.lc-menu :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .lc-menu .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .lc-menu .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .lc-menu .container {
    width: 1200px;
  }
}
.lc-menu .col-lg-1,
.lc-menu .col-lg-10,
.lc-menu .col-lg-11,
.lc-menu .col-lg-12,
.lc-menu .col-lg-13,
.lc-menu .col-lg-14,
.lc-menu .col-lg-15,
.lc-menu .col-lg-16,
.lc-menu .col-lg-17,
.lc-menu .col-lg-18,
.lc-menu .col-lg-19,
.lc-menu .col-lg-2,
.lc-menu .col-lg-20,
.lc-menu .col-lg-21,
.lc-menu .col-lg-22,
.lc-menu .col-lg-23,
.lc-menu .col-lg-24,
.lc-menu .col-lg-3,
.lc-menu .col-lg-4,
.lc-menu .col-lg-5,
.lc-menu .col-lg-6,
.lc-menu .col-lg-7,
.lc-menu .col-lg-8,
.lc-menu .col-lg-9,
.lc-menu .col-md-1,
.lc-menu .col-md-10,
.lc-menu .col-md-11,
.lc-menu .col-md-12,
.lc-menu .col-md-13,
.lc-menu .col-md-14,
.lc-menu .col-md-15,
.lc-menu .col-md-16,
.lc-menu .col-md-17,
.lc-menu .col-md-18,
.lc-menu .col-md-19,
.lc-menu .col-md-2,
.lc-menu .col-md-20,
.lc-menu .col-md-21,
.lc-menu .col-md-22,
.lc-menu .col-md-23,
.lc-menu .col-md-24,
.lc-menu .col-md-3,
.lc-menu .col-md-4,
.lc-menu .col-md-5,
.lc-menu .col-md-6,
.lc-menu .col-md-7,
.lc-menu .col-md-8,
.lc-menu .col-md-9,
.lc-menu .col-sm-1,
.lc-menu .col-sm-10,
.lc-menu .col-sm-11,
.lc-menu .col-sm-12,
.lc-menu .col-sm-13,
.lc-menu .col-sm-14,
.lc-menu .col-sm-15,
.lc-menu .col-sm-16,
.lc-menu .col-sm-17,
.lc-menu .col-sm-18,
.lc-menu .col-sm-19,
.lc-menu .col-sm-2,
.lc-menu .col-sm-20,
.lc-menu .col-sm-21,
.lc-menu .col-sm-22,
.lc-menu .col-sm-23,
.lc-menu .col-sm-24,
.lc-menu .col-sm-3,
.lc-menu .col-sm-4,
.lc-menu .col-sm-5,
.lc-menu .col-sm-6,
.lc-menu .col-sm-7,
.lc-menu .col-sm-8,
.lc-menu .col-sm-9,
.lc-menu .col-xs-1,
.lc-menu .col-xs-10,
.lc-menu .col-xs-11,
.lc-menu .col-xs-12,
.lc-menu .col-xs-13,
.lc-menu .col-xs-14,
.lc-menu .col-xs-15,
.lc-menu .col-xs-16,
.lc-menu .col-xs-17,
.lc-menu .col-xs-18,
.lc-menu .col-xs-19,
.lc-menu .col-xs-2,
.lc-menu .col-xs-20,
.lc-menu .col-xs-21,
.lc-menu .col-xs-22,
.lc-menu .col-xs-23,
.lc-menu .col-xs-24,
.lc-menu .col-xs-3,
.lc-menu .col-xs-4,
.lc-menu .col-xs-5,
.lc-menu .col-xs-6,
.lc-menu .col-xs-7,
.lc-menu .col-xs-8,
.lc-menu .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.lc-menu .col-xs-1,
.lc-menu .col-xs-10,
.lc-menu .col-xs-11,
.lc-menu .col-xs-12,
.lc-menu .col-xs-13,
.lc-menu .col-xs-14,
.lc-menu .col-xs-15,
.lc-menu .col-xs-16,
.lc-menu .col-xs-17,
.lc-menu .col-xs-18,
.lc-menu .col-xs-19,
.lc-menu .col-xs-2,
.lc-menu .col-xs-20,
.lc-menu .col-xs-21,
.lc-menu .col-xs-22,
.lc-menu .col-xs-23,
.lc-menu .col-xs-24,
.lc-menu .col-xs-3,
.lc-menu .col-xs-4,
.lc-menu .col-xs-5,
.lc-menu .col-xs-6,
.lc-menu .col-xs-7,
.lc-menu .col-xs-8,
.lc-menu .col-xs-9 {
  float: left;
}
.lc-menu .col-xs-24 {
  width: 100%;
}
.lc-menu .col-xs-23 {
  width: 95.83333333%;
}
.lc-menu .col-xs-22 {
  width: 91.66666667%;
}
.lc-menu .col-xs-21 {
  width: 87.5%;
}
.lc-menu .col-xs-20 {
  width: 83.33333333%;
}
.lc-menu .col-xs-19 {
  width: 79.16666667%;
}
.lc-menu .col-xs-18 {
  width: 75%;
}
.lc-menu .col-xs-17 {
  width: 70.83333333%;
}
.lc-menu .col-xs-16 {
  width: 66.66666667%;
}
.lc-menu .col-xs-15 {
  width: 62.5%;
}
.lc-menu .col-xs-14 {
  width: 58.33333333%;
}
.lc-menu .col-xs-13 {
  width: 54.16666667%;
}
.lc-menu .col-xs-12 {
  width: 50%;
}
.lc-menu .col-xs-11 {
  width: 45.83333333%;
}
.lc-menu .col-xs-10 {
  width: 41.66666667%;
}
.lc-menu .col-xs-9 {
  width: 37.5%;
}
.lc-menu .col-xs-8 {
  width: 33.33333333%;
}
.lc-menu .col-xs-7 {
  width: 29.16666667%;
}
.lc-menu .col-xs-6 {
  width: 25%;
}
.lc-menu .col-xs-5 {
  width: 20.83333333%;
}
.lc-menu .col-xs-4 {
  width: 16.66666667%;
}
.lc-menu .col-xs-3 {
  width: 12.5%;
}
.lc-menu .col-xs-2 {
  width: 8.33333333%;
}
.lc-menu .col-xs-1 {
  width: 4.16666667%;
}
.lc-menu .col-xs-pull-24 {
  right: 100%;
}
.lc-menu .col-xs-pull-23 {
  right: 95.83333333%;
}
.lc-menu .col-xs-pull-22 {
  right: 91.66666667%;
}
.lc-menu .col-xs-pull-21 {
  right: 87.5%;
}
.lc-menu .col-xs-pull-20 {
  right: 83.33333333%;
}
.lc-menu .col-xs-pull-19 {
  right: 79.16666667%;
}
.lc-menu .col-xs-pull-18 {
  right: 75%;
}
.lc-menu .col-xs-pull-17 {
  right: 70.83333333%;
}
.lc-menu .col-xs-pull-16 {
  right: 66.66666667%;
}
.lc-menu .col-xs-pull-15 {
  right: 62.5%;
}
.lc-menu .col-xs-pull-14 {
  right: 58.33333333%;
}
.lc-menu .col-xs-pull-13 {
  right: 54.16666667%;
}
.lc-menu .col-xs-pull-12 {
  right: 50%;
}
.lc-menu .col-xs-pull-11 {
  right: 45.83333333%;
}
.lc-menu .col-xs-pull-10 {
  right: 41.66666667%;
}
.lc-menu .col-xs-pull-9 {
  right: 37.5%;
}
.lc-menu .col-xs-pull-8 {
  right: 33.33333333%;
}
.lc-menu .col-xs-pull-7 {
  right: 29.16666667%;
}
.lc-menu .col-xs-pull-6 {
  right: 25%;
}
.lc-menu .col-xs-pull-5 {
  right: 20.83333333%;
}
.lc-menu .col-xs-pull-4 {
  right: 16.66666667%;
}
.lc-menu .col-xs-pull-3 {
  right: 12.5%;
}
.lc-menu .col-xs-pull-2 {
  right: 8.33333333%;
}
.lc-menu .col-xs-pull-1 {
  right: 4.16666667%;
}
.lc-menu .col-xs-pull-0 {
  right: auto;
}
.lc-menu .col-xs-push-24 {
  left: 100%;
}
.lc-menu .col-xs-push-23 {
  left: 95.83333333%;
}
.lc-menu .col-xs-push-22 {
  left: 91.66666667%;
}
.lc-menu .col-xs-push-21 {
  left: 87.5%;
}
.lc-menu .col-xs-push-20 {
  left: 83.33333333%;
}
.lc-menu .col-xs-push-19 {
  left: 79.16666667%;
}
.lc-menu .col-xs-push-18 {
  left: 75%;
}
.lc-menu .col-xs-push-17 {
  left: 70.83333333%;
}
.lc-menu .col-xs-push-16 {
  left: 66.66666667%;
}
.lc-menu .col-xs-push-15 {
  left: 62.5%;
}
.lc-menu .col-xs-push-14 {
  left: 58.33333333%;
}
.lc-menu .col-xs-push-13 {
  left: 54.16666667%;
}
.lc-menu .col-xs-push-12 {
  left: 50%;
}
.lc-menu .col-xs-push-11 {
  left: 45.83333333%;
}
.lc-menu .col-xs-push-10 {
  left: 41.66666667%;
}
.lc-menu .col-xs-push-9 {
  left: 37.5%;
}
.lc-menu .col-xs-push-8 {
  left: 33.33333333%;
}
.lc-menu .col-xs-push-7 {
  left: 29.16666667%;
}
.lc-menu .col-xs-push-6 {
  left: 25%;
}
.lc-menu .col-xs-push-5 {
  left: 20.83333333%;
}
.lc-menu .col-xs-push-4 {
  left: 16.66666667%;
}
.lc-menu .col-xs-push-3 {
  left: 12.5%;
}
.lc-menu .col-xs-push-2 {
  left: 8.33333333%;
}
.lc-menu .col-xs-push-1 {
  left: 4.16666667%;
}
.lc-menu .col-xs-push-0 {
  left: auto;
}
.lc-menu .col-xs-offset-24 {
  margin-left: 100%;
}
.lc-menu .col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.lc-menu .col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.lc-menu .col-xs-offset-21 {
  margin-left: 87.5%;
}
.lc-menu .col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.lc-menu .col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.lc-menu .col-xs-offset-18 {
  margin-left: 75%;
}
.lc-menu .col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.lc-menu .col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.lc-menu .col-xs-offset-15 {
  margin-left: 62.5%;
}
.lc-menu .col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.lc-menu .col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.lc-menu .col-xs-offset-12 {
  margin-left: 50%;
}
.lc-menu .col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.lc-menu .col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.lc-menu .col-xs-offset-9 {
  margin-left: 37.5%;
}
.lc-menu .col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.lc-menu .col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.lc-menu .col-xs-offset-6 {
  margin-left: 25%;
}
.lc-menu .col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.lc-menu .col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.lc-menu .col-xs-offset-3 {
  margin-left: 12.5%;
}
.lc-menu .col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.lc-menu .col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.lc-menu .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .lc-menu .col-sm-1,
  .lc-menu .col-sm-10,
  .lc-menu .col-sm-11,
  .lc-menu .col-sm-12,
  .lc-menu .col-sm-13,
  .lc-menu .col-sm-14,
  .lc-menu .col-sm-15,
  .lc-menu .col-sm-16,
  .lc-menu .col-sm-17,
  .lc-menu .col-sm-18,
  .lc-menu .col-sm-19,
  .lc-menu .col-sm-2,
  .lc-menu .col-sm-20,
  .lc-menu .col-sm-21,
  .lc-menu .col-sm-22,
  .lc-menu .col-sm-23,
  .lc-menu .col-sm-24,
  .lc-menu .col-sm-3,
  .lc-menu .col-sm-4,
  .lc-menu .col-sm-5,
  .lc-menu .col-sm-6,
  .lc-menu .col-sm-7,
  .lc-menu .col-sm-8,
  .lc-menu .col-sm-9 {
    float: left;
  }
  .lc-menu .col-sm-24 {
    width: 100%;
  }
  .lc-menu .col-sm-23 {
    width: 95.83333333%;
  }
  .lc-menu .col-sm-22 {
    width: 91.66666667%;
  }
  .lc-menu .col-sm-21 {
    width: 87.5%;
  }
  .lc-menu .col-sm-20 {
    width: 83.33333333%;
  }
  .lc-menu .col-sm-19 {
    width: 79.16666667%;
  }
  .lc-menu .col-sm-18 {
    width: 75%;
  }
  .lc-menu .col-sm-17 {
    width: 70.83333333%;
  }
  .lc-menu .col-sm-16 {
    width: 66.66666667%;
  }
  .lc-menu .col-sm-15 {
    width: 62.5%;
  }
  .lc-menu .col-sm-14 {
    width: 58.33333333%;
  }
  .lc-menu .col-sm-13 {
    width: 54.16666667%;
  }
  .lc-menu .col-sm-12 {
    width: 50%;
  }
  .lc-menu .col-sm-11 {
    width: 45.83333333%;
  }
  .lc-menu .col-sm-10 {
    width: 41.66666667%;
  }
  .lc-menu .col-sm-9 {
    width: 37.5%;
  }
  .lc-menu .col-sm-8 {
    width: 33.33333333%;
  }
  .lc-menu .col-sm-7 {
    width: 29.16666667%;
  }
  .lc-menu .col-sm-6 {
    width: 25%;
  }
  .lc-menu .col-sm-5 {
    width: 20.83333333%;
  }
  .lc-menu .col-sm-4 {
    width: 16.66666667%;
  }
  .lc-menu .col-sm-3 {
    width: 12.5%;
  }
  .lc-menu .col-sm-2 {
    width: 8.33333333%;
  }
  .lc-menu .col-sm-1 {
    width: 4.16666667%;
  }
  .lc-menu .col-sm-pull-24 {
    right: 100%;
  }
  .lc-menu .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .lc-menu .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .lc-menu .col-sm-pull-21 {
    right: 87.5%;
  }
  .lc-menu .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .lc-menu .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .lc-menu .col-sm-pull-18 {
    right: 75%;
  }
  .lc-menu .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .lc-menu .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .lc-menu .col-sm-pull-15 {
    right: 62.5%;
  }
  .lc-menu .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .lc-menu .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .lc-menu .col-sm-pull-12 {
    right: 50%;
  }
  .lc-menu .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .lc-menu .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .lc-menu .col-sm-pull-9 {
    right: 37.5%;
  }
  .lc-menu .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .lc-menu .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .lc-menu .col-sm-pull-6 {
    right: 25%;
  }
  .lc-menu .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .lc-menu .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .lc-menu .col-sm-pull-3 {
    right: 12.5%;
  }
  .lc-menu .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .lc-menu .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .lc-menu .col-sm-pull-0 {
    right: auto;
  }
  .lc-menu .col-sm-push-24 {
    left: 100%;
  }
  .lc-menu .col-sm-push-23 {
    left: 95.83333333%;
  }
  .lc-menu .col-sm-push-22 {
    left: 91.66666667%;
  }
  .lc-menu .col-sm-push-21 {
    left: 87.5%;
  }
  .lc-menu .col-sm-push-20 {
    left: 83.33333333%;
  }
  .lc-menu .col-sm-push-19 {
    left: 79.16666667%;
  }
  .lc-menu .col-sm-push-18 {
    left: 75%;
  }
  .lc-menu .col-sm-push-17 {
    left: 70.83333333%;
  }
  .lc-menu .col-sm-push-16 {
    left: 66.66666667%;
  }
  .lc-menu .col-sm-push-15 {
    left: 62.5%;
  }
  .lc-menu .col-sm-push-14 {
    left: 58.33333333%;
  }
  .lc-menu .col-sm-push-13 {
    left: 54.16666667%;
  }
  .lc-menu .col-sm-push-12 {
    left: 50%;
  }
  .lc-menu .col-sm-push-11 {
    left: 45.83333333%;
  }
  .lc-menu .col-sm-push-10 {
    left: 41.66666667%;
  }
  .lc-menu .col-sm-push-9 {
    left: 37.5%;
  }
  .lc-menu .col-sm-push-8 {
    left: 33.33333333%;
  }
  .lc-menu .col-sm-push-7 {
    left: 29.16666667%;
  }
  .lc-menu .col-sm-push-6 {
    left: 25%;
  }
  .lc-menu .col-sm-push-5 {
    left: 20.83333333%;
  }
  .lc-menu .col-sm-push-4 {
    left: 16.66666667%;
  }
  .lc-menu .col-sm-push-3 {
    left: 12.5%;
  }
  .lc-menu .col-sm-push-2 {
    left: 8.33333333%;
  }
  .lc-menu .col-sm-push-1 {
    left: 4.16666667%;
  }
  .lc-menu .col-sm-push-0 {
    left: auto;
  }
  .lc-menu .col-sm-offset-24 {
    margin-left: 100%;
  }
  .lc-menu .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .lc-menu .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .lc-menu .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .lc-menu .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .lc-menu .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .lc-menu .col-sm-offset-18 {
    margin-left: 75%;
  }
  .lc-menu .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .lc-menu .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .lc-menu .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .lc-menu .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .lc-menu .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .lc-menu .col-sm-offset-12 {
    margin-left: 50%;
  }
  .lc-menu .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .lc-menu .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .lc-menu .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .lc-menu .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .lc-menu .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .lc-menu .col-sm-offset-6 {
    margin-left: 25%;
  }
  .lc-menu .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .lc-menu .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .lc-menu .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .lc-menu .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .lc-menu .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .lc-menu .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .lc-menu .col-md-1,
  .lc-menu .col-md-10,
  .lc-menu .col-md-11,
  .lc-menu .col-md-12,
  .lc-menu .col-md-13,
  .lc-menu .col-md-14,
  .lc-menu .col-md-15,
  .lc-menu .col-md-16,
  .lc-menu .col-md-17,
  .lc-menu .col-md-18,
  .lc-menu .col-md-19,
  .lc-menu .col-md-2,
  .lc-menu .col-md-20,
  .lc-menu .col-md-21,
  .lc-menu .col-md-22,
  .lc-menu .col-md-23,
  .lc-menu .col-md-24,
  .lc-menu .col-md-3,
  .lc-menu .col-md-4,
  .lc-menu .col-md-5,
  .lc-menu .col-md-6,
  .lc-menu .col-md-7,
  .lc-menu .col-md-8,
  .lc-menu .col-md-9 {
    float: left;
  }
  .lc-menu .col-md-24 {
    width: 100%;
  }
  .lc-menu .col-md-23 {
    width: 95.83333333%;
  }
  .lc-menu .col-md-22 {
    width: 91.66666667%;
  }
  .lc-menu .col-md-21 {
    width: 87.5%;
  }
  .lc-menu .col-md-20 {
    width: 83.33333333%;
  }
  .lc-menu .col-md-19 {
    width: 79.16666667%;
  }
  .lc-menu .col-md-18 {
    width: 75%;
  }
  .lc-menu .col-md-17 {
    width: 70.83333333%;
  }
  .lc-menu .col-md-16 {
    width: 66.66666667%;
  }
  .lc-menu .col-md-15 {
    width: 62.5%;
  }
  .lc-menu .col-md-14 {
    width: 58.33333333%;
  }
  .lc-menu .col-md-13 {
    width: 54.16666667%;
  }
  .lc-menu .col-md-12 {
    width: 50%;
  }
  .lc-menu .col-md-11 {
    width: 45.83333333%;
  }
  .lc-menu .col-md-10 {
    width: 41.66666667%;
  }
  .lc-menu .col-md-9 {
    width: 37.5%;
  }
  .lc-menu .col-md-8 {
    width: 33.33333333%;
  }
  .lc-menu .col-md-7 {
    width: 29.16666667%;
  }
  .lc-menu .col-md-6 {
    width: 25%;
  }
  .lc-menu .col-md-5 {
    width: 20.83333333%;
  }
  .lc-menu .col-md-4 {
    width: 16.66666667%;
  }
  .lc-menu .col-md-3 {
    width: 12.5%;
  }
  .lc-menu .col-md-2 {
    width: 8.33333333%;
  }
  .lc-menu .col-md-1 {
    width: 4.16666667%;
  }
  .lc-menu .col-md-pull-24 {
    right: 100%;
  }
  .lc-menu .col-md-pull-23 {
    right: 95.83333333%;
  }
  .lc-menu .col-md-pull-22 {
    right: 91.66666667%;
  }
  .lc-menu .col-md-pull-21 {
    right: 87.5%;
  }
  .lc-menu .col-md-pull-20 {
    right: 83.33333333%;
  }
  .lc-menu .col-md-pull-19 {
    right: 79.16666667%;
  }
  .lc-menu .col-md-pull-18 {
    right: 75%;
  }
  .lc-menu .col-md-pull-17 {
    right: 70.83333333%;
  }
  .lc-menu .col-md-pull-16 {
    right: 66.66666667%;
  }
  .lc-menu .col-md-pull-15 {
    right: 62.5%;
  }
  .lc-menu .col-md-pull-14 {
    right: 58.33333333%;
  }
  .lc-menu .col-md-pull-13 {
    right: 54.16666667%;
  }
  .lc-menu .col-md-pull-12 {
    right: 50%;
  }
  .lc-menu .col-md-pull-11 {
    right: 45.83333333%;
  }
  .lc-menu .col-md-pull-10 {
    right: 41.66666667%;
  }
  .lc-menu .col-md-pull-9 {
    right: 37.5%;
  }
  .lc-menu .col-md-pull-8 {
    right: 33.33333333%;
  }
  .lc-menu .col-md-pull-7 {
    right: 29.16666667%;
  }
  .lc-menu .col-md-pull-6 {
    right: 25%;
  }
  .lc-menu .col-md-pull-5 {
    right: 20.83333333%;
  }
  .lc-menu .col-md-pull-4 {
    right: 16.66666667%;
  }
  .lc-menu .col-md-pull-3 {
    right: 12.5%;
  }
  .lc-menu .col-md-pull-2 {
    right: 8.33333333%;
  }
  .lc-menu .col-md-pull-1 {
    right: 4.16666667%;
  }
  .lc-menu .col-md-pull-0 {
    right: auto;
  }
  .lc-menu .col-md-push-24 {
    left: 100%;
  }
  .lc-menu .col-md-push-23 {
    left: 95.83333333%;
  }
  .lc-menu .col-md-push-22 {
    left: 91.66666667%;
  }
  .lc-menu .col-md-push-21 {
    left: 87.5%;
  }
  .lc-menu .col-md-push-20 {
    left: 83.33333333%;
  }
  .lc-menu .col-md-push-19 {
    left: 79.16666667%;
  }
  .lc-menu .col-md-push-18 {
    left: 75%;
  }
  .lc-menu .col-md-push-17 {
    left: 70.83333333%;
  }
  .lc-menu .col-md-push-16 {
    left: 66.66666667%;
  }
  .lc-menu .col-md-push-15 {
    left: 62.5%;
  }
  .lc-menu .col-md-push-14 {
    left: 58.33333333%;
  }
  .lc-menu .col-md-push-13 {
    left: 54.16666667%;
  }
  .lc-menu .col-md-push-12 {
    left: 50%;
  }
  .lc-menu .col-md-push-11 {
    left: 45.83333333%;
  }
  .lc-menu .col-md-push-10 {
    left: 41.66666667%;
  }
  .lc-menu .col-md-push-9 {
    left: 37.5%;
  }
  .lc-menu .col-md-push-8 {
    left: 33.33333333%;
  }
  .lc-menu .col-md-push-7 {
    left: 29.16666667%;
  }
  .lc-menu .col-md-push-6 {
    left: 25%;
  }
  .lc-menu .col-md-push-5 {
    left: 20.83333333%;
  }
  .lc-menu .col-md-push-4 {
    left: 16.66666667%;
  }
  .lc-menu .col-md-push-3 {
    left: 12.5%;
  }
  .lc-menu .col-md-push-2 {
    left: 8.33333333%;
  }
  .lc-menu .col-md-push-1 {
    left: 4.16666667%;
  }
  .lc-menu .col-md-push-0 {
    left: auto;
  }
  .lc-menu .col-md-offset-24 {
    margin-left: 100%;
  }
  .lc-menu .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .lc-menu .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .lc-menu .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .lc-menu .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .lc-menu .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .lc-menu .col-md-offset-18 {
    margin-left: 75%;
  }
  .lc-menu .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .lc-menu .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .lc-menu .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .lc-menu .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .lc-menu .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .lc-menu .col-md-offset-12 {
    margin-left: 50%;
  }
  .lc-menu .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .lc-menu .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .lc-menu .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .lc-menu .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .lc-menu .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .lc-menu .col-md-offset-6 {
    margin-left: 25%;
  }
  .lc-menu .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .lc-menu .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .lc-menu .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .lc-menu .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .lc-menu .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .lc-menu .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .lc-menu .col-lg-1,
  .lc-menu .col-lg-10,
  .lc-menu .col-lg-11,
  .lc-menu .col-lg-12,
  .lc-menu .col-lg-13,
  .lc-menu .col-lg-14,
  .lc-menu .col-lg-15,
  .lc-menu .col-lg-16,
  .lc-menu .col-lg-17,
  .lc-menu .col-lg-18,
  .lc-menu .col-lg-19,
  .lc-menu .col-lg-2,
  .lc-menu .col-lg-20,
  .lc-menu .col-lg-21,
  .lc-menu .col-lg-22,
  .lc-menu .col-lg-23,
  .lc-menu .col-lg-24,
  .lc-menu .col-lg-3,
  .lc-menu .col-lg-4,
  .lc-menu .col-lg-5,
  .lc-menu .col-lg-6,
  .lc-menu .col-lg-7,
  .lc-menu .col-lg-8,
  .lc-menu .col-lg-9 {
    float: left;
  }
  .lc-menu .col-lg-24 {
    width: 100%;
  }
  .lc-menu .col-lg-23 {
    width: 95.83333333%;
  }
  .lc-menu .col-lg-22 {
    width: 91.66666667%;
  }
  .lc-menu .col-lg-21 {
    width: 87.5%;
  }
  .lc-menu .col-lg-20 {
    width: 83.33333333%;
  }
  .lc-menu .col-lg-19 {
    width: 79.16666667%;
  }
  .lc-menu .col-lg-18 {
    width: 75%;
  }
  .lc-menu .col-lg-17 {
    width: 70.83333333%;
  }
  .lc-menu .col-lg-16 {
    width: 66.66666667%;
  }
  .lc-menu .col-lg-15 {
    width: 62.5%;
  }
  .lc-menu .col-lg-14 {
    width: 58.33333333%;
  }
  .lc-menu .col-lg-13 {
    width: 54.16666667%;
  }
  .lc-menu .col-lg-12 {
    width: 50%;
  }
  .lc-menu .col-lg-11 {
    width: 45.83333333%;
  }
  .lc-menu .col-lg-10 {
    width: 41.66666667%;
  }
  .lc-menu .col-lg-9 {
    width: 37.5%;
  }
  .lc-menu .col-lg-8 {
    width: 33.33333333%;
  }
  .lc-menu .col-lg-7 {
    width: 29.16666667%;
  }
  .lc-menu .col-lg-6 {
    width: 25%;
  }
  .lc-menu .col-lg-5 {
    width: 20.83333333%;
  }
  .lc-menu .col-lg-4 {
    width: 16.66666667%;
  }
  .lc-menu .col-lg-3 {
    width: 12.5%;
  }
  .lc-menu .col-lg-2 {
    width: 8.33333333%;
  }
  .lc-menu .col-lg-1 {
    width: 4.16666667%;
  }
  .lc-menu .col-lg-pull-24 {
    right: 100%;
  }
  .lc-menu .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .lc-menu .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .lc-menu .col-lg-pull-21 {
    right: 87.5%;
  }
  .lc-menu .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .lc-menu .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .lc-menu .col-lg-pull-18 {
    right: 75%;
  }
  .lc-menu .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .lc-menu .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .lc-menu .col-lg-pull-15 {
    right: 62.5%;
  }
  .lc-menu .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .lc-menu .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .lc-menu .col-lg-pull-12 {
    right: 50%;
  }
  .lc-menu .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .lc-menu .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .lc-menu .col-lg-pull-9 {
    right: 37.5%;
  }
  .lc-menu .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .lc-menu .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .lc-menu .col-lg-pull-6 {
    right: 25%;
  }
  .lc-menu .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .lc-menu .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .lc-menu .col-lg-pull-3 {
    right: 12.5%;
  }
  .lc-menu .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .lc-menu .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .lc-menu .col-lg-pull-0 {
    right: auto;
  }
  .lc-menu .col-lg-push-24 {
    left: 100%;
  }
  .lc-menu .col-lg-push-23 {
    left: 95.83333333%;
  }
  .lc-menu .col-lg-push-22 {
    left: 91.66666667%;
  }
  .lc-menu .col-lg-push-21 {
    left: 87.5%;
  }
  .lc-menu .col-lg-push-20 {
    left: 83.33333333%;
  }
  .lc-menu .col-lg-push-19 {
    left: 79.16666667%;
  }
  .lc-menu .col-lg-push-18 {
    left: 75%;
  }
  .lc-menu .col-lg-push-17 {
    left: 70.83333333%;
  }
  .lc-menu .col-lg-push-16 {
    left: 66.66666667%;
  }
  .lc-menu .col-lg-push-15 {
    left: 62.5%;
  }
  .lc-menu .col-lg-push-14 {
    left: 58.33333333%;
  }
  .lc-menu .col-lg-push-13 {
    left: 54.16666667%;
  }
  .lc-menu .col-lg-push-12 {
    left: 50%;
  }
  .lc-menu .col-lg-push-11 {
    left: 45.83333333%;
  }
  .lc-menu .col-lg-push-10 {
    left: 41.66666667%;
  }
  .lc-menu .col-lg-push-9 {
    left: 37.5%;
  }
  .lc-menu .col-lg-push-8 {
    left: 33.33333333%;
  }
  .lc-menu .col-lg-push-7 {
    left: 29.16666667%;
  }
  .lc-menu .col-lg-push-6 {
    left: 25%;
  }
  .lc-menu .col-lg-push-5 {
    left: 20.83333333%;
  }
  .lc-menu .col-lg-push-4 {
    left: 16.66666667%;
  }
  .lc-menu .col-lg-push-3 {
    left: 12.5%;
  }
  .lc-menu .col-lg-push-2 {
    left: 8.33333333%;
  }
  .lc-menu .col-lg-push-1 {
    left: 4.16666667%;
  }
  .lc-menu .col-lg-push-0 {
    left: auto;
  }
  .lc-menu .col-lg-offset-24 {
    margin-left: 100%;
  }
  .lc-menu .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .lc-menu .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .lc-menu .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .lc-menu .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .lc-menu .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .lc-menu .col-lg-offset-18 {
    margin-left: 75%;
  }
  .lc-menu .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .lc-menu .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .lc-menu .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .lc-menu .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .lc-menu .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .lc-menu .col-lg-offset-12 {
    margin-left: 50%;
  }
  .lc-menu .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .lc-menu .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .lc-menu .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .lc-menu .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .lc-menu .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .lc-menu .col-lg-offset-6 {
    margin-left: 25%;
  }
  .lc-menu .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .lc-menu .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .lc-menu .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .lc-menu .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .lc-menu .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .lc-menu .col-lg-offset-0 {
    margin-left: 0;
  }
}
.lc-menu .btn-group-vertical > .btn-group:after,
.lc-menu .btn-group-vertical > .btn-group:before,
.lc-menu .btn-toolbar:after,
.lc-menu .btn-toolbar:before,
.lc-menu .clearfix:after,
.lc-menu .clearfix:before,
.lc-menu .container-fluid:after,
.lc-menu .container-fluid:before,
.lc-menu .container:after,
.lc-menu .container:before,
.lc-menu .dl-horizontal dd:after,
.lc-menu .dl-horizontal dd:before,
.lc-menu .form-horizontal .form-group:after,
.lc-menu .form-horizontal .form-group:before,
.lc-menu .modal-footer:after,
.lc-menu .modal-footer:before,
.lc-menu .modal-header:after,
.lc-menu .modal-header:before,
.lc-menu .nav:after,
.lc-menu .nav:before,
.lc-menu .navbar-collapse:after,
.lc-menu .navbar-collapse:before,
.lc-menu .navbar-header:after,
.lc-menu .navbar-header:before,
.lc-menu .navbar:after,
.lc-menu .navbar:before,
.lc-menu .pager:after,
.lc-menu .pager:before,
.lc-menu .panel-body:after,
.lc-menu .panel-body:before,
.lc-menu .row:after,
.lc-menu .row:before {
  content: " ";
  display: table;
}
.lc-menu .btn-group-vertical > .btn-group:after,
.lc-menu .btn-toolbar:after,
.lc-menu .clearfix:after,
.lc-menu .container-fluid:after,
.lc-menu .container:after,
.lc-menu .dl-horizontal dd:after,
.lc-menu .form-horizontal .form-group:after,
.lc-menu .modal-footer:after,
.lc-menu .modal-header:after,
.lc-menu .nav:after,
.lc-menu .navbar-collapse:after,
.lc-menu .navbar-header:after,
.lc-menu .navbar:after,
.lc-menu .pager:after,
.lc-menu .panel-body:after,
.lc-menu .row:after {
  clear: both;
}
.lc-menu .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.lc-menu .pull-right {
  float: right !important;
}
.lc-menu .pull-left {
  float: left !important;
}
.lc-menu .hide {
  display: none !important;
}
.lc-menu .show {
  display: block !important;
}
.lc-menu .hidden,
.lc-menu .visible-lg,
.lc-menu .visible-lg-block,
.lc-menu .visible-lg-inline,
.lc-menu .visible-lg-inline-block,
.lc-menu .visible-md,
.lc-menu .visible-md-block,
.lc-menu .visible-md-inline,
.lc-menu .visible-md-inline-block,
.lc-menu .visible-sm,
.lc-menu .visible-sm-block,
.lc-menu .visible-sm-inline,
.lc-menu .visible-sm-inline-block,
.lc-menu .visible-xs,
.lc-menu .visible-xs-block,
.lc-menu .visible-xs-inline,
.lc-menu .visible-xs-inline-block {
  display: none !important;
}
.lc-menu .invisible {
  visibility: hidden;
}
.lc-menu .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.lc-menu .affix {
  position: fixed;
}
@media (max-width: 767px) {
  .lc-menu .visible-xs {
    display: block !important;
  }
  .lc-menu table.visible-xs {
    display: table !important;
  }
  .lc-menu tr.visible-xs {
    display: table-row !important;
  }
  .lc-menu td.visible-xs,
  .lc-menu th.visible-xs {
    display: table-cell !important;
  }
  .lc-menu .visible-xs-block {
    display: block !important;
  }
  .lc-menu .visible-xs-inline {
    display: inline !important;
  }
  .lc-menu .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lc-menu .visible-sm {
    display: block !important;
  }
  .lc-menu table.visible-sm {
    display: table !important;
  }
  .lc-menu tr.visible-sm {
    display: table-row !important;
  }
  .lc-menu td.visible-sm,
  .lc-menu th.visible-sm {
    display: table-cell !important;
  }
  .lc-menu .visible-sm-block {
    display: block !important;
  }
  .lc-menu .visible-sm-inline {
    display: inline !important;
  }
  .lc-menu .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lc-menu .visible-md {
    display: block !important;
  }
  .lc-menu table.visible-md {
    display: table !important;
  }
  .lc-menu tr.visible-md {
    display: table-row !important;
  }
  .lc-menu td.visible-md,
  .lc-menu th.visible-md {
    display: table-cell !important;
  }
  .lc-menu .visible-md-block {
    display: block !important;
  }
  .lc-menu .visible-md-inline {
    display: inline !important;
  }
  .lc-menu .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .lc-menu .visible-lg {
    display: block !important;
  }
  .lc-menu table.visible-lg {
    display: table !important;
  }
  .lc-menu tr.visible-lg {
    display: table-row !important;
  }
  .lc-menu td.visible-lg,
  .lc-menu th.visible-lg {
    display: table-cell !important;
  }
  .lc-menu .visible-lg-block {
    display: block !important;
  }
  .lc-menu .visible-lg-inline {
    display: inline !important;
  }
  .lc-menu .visible-lg-inline-block {
    display: inline-block !important;
  }
  .lc-menu .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .lc-menu .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lc-menu .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lc-menu .hidden-md {
    display: none !important;
  }
}
.lc-menu .visible-print {
  display: none !important;
}
@media print {
  .lc-menu .visible-print {
    display: block !important;
  }
  .lc-menu table.visible-print {
    display: table !important;
  }
  .lc-menu tr.visible-print {
    display: table-row !important;
  }
  .lc-menu td.visible-print,
  .lc-menu th.visible-print {
    display: table-cell !important;
  }
}
.lc-menu .visible-print-block {
  display: none !important;
}
@media print {
  .lc-menu .visible-print-block {
    display: block !important;
  }
}
.lc-menu .visible-print-inline {
  display: none !important;
}
@media print {
  .lc-menu .visible-print-inline {
    display: inline !important;
  }
}
.lc-menu .visible-print-inline-block {
  display: none !important;
}
@media print {
  .lc-menu .visible-print-inline-block {
    display: inline-block !important;
  }
  .lc-menu .hidden-print {
    display: none !important;
  }
}
.lc-menu ul,
.lc-menu ol {
  padding: 0;
  list-style: none;
}
.lc-menu a,
.lc-menu a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .lc-navigation {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: block;
  }
  .lc-navigation .lc-horizontal-menu .groupmenu {
    margin: 0;
  }
  .nav-sections-item-content > .lc-navigation {
    display: block;
    padding: 0 5px;
  }
  .lc-menu {
    /*menu full width*/
    /*end menu full width*/
  }
  .lc-menu li.item.level0 .lc-google-map {
    display: none;
  }
  .lc-menu li.item.level0:hover .lc-google-map {
    display: block;
  }
  .lc-menu .groupmenu-drop,
  .lc-menu .groupmenu-drop-content {
    display: block;
  }
  .lc-menu img.groupdrop-banner-pos {
    position: absolute;
  }
  .lc-menu ul.groupdrop-link,
  .lc-menu ul.groupmenu-drop,
  .lc-menu ul.groupmenu-nondrop {
    padding: 0;
  }
  .lc-menu .dropdown-rtl {
    text-align: right;
  }
  .rtl-layout .lc-menu .dropdown-rtl {
    text-align: left;
  }
  .lc-menu .dropdown-rtl li.item.parent > .menu-link:before {
    float: left;
    content: "\f104";
  }
  .rtl-layout .lc-menu .dropdown-rtl li.item.parent > .menu-link:before {
    float: right;
    content: "\f105";
  }
  .lc-menu .dropdown-rtl li.item.parent .groupmenu-drop {
    left: auto;
    right: 100%;
    text-align: right;
  }
  .rtl-layout .lc-menu .dropdown-rtl li.item.parent .groupmenu-drop {
    left: 100%;
    right: auto;
    text-align: left;
  }
  .lc-menu .groupmenu-drop {
    position: absolute;
    background: #ffffff;
    top: 60px !important;
    left: 0 !important;
    z-index: 99;
    padding: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-top: 2px solid #eeeeee;
    width: 100% !important;
    /*tab menu*/
    /*end tab menu*/
  }
  .lc-menu .groupmenu-drop .lc-vertical-tabs .lc-tabs .lc-nav-tabs {
    padding-right: 0;
  }
  .rtl-layout .lc-menu .groupmenu-drop .lc-vertical-tabs .lc-tabs .lc-nav-tabs {
    padding-right: 10px;
    padding-left: 0;
  }
  .lc-menu .groupmenu-drop .lc-vertical-tabs .lc-tabs .lc-nav-tabs .lc-tab-link {
    display: block;
    padding: 10px 5px;
  }
  .lc-menu .groupmenu-drop .lc-vertical-tabs .lc-tabs .lc-nav-tabs .lc-tab-link:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: right;
    margin-top: 3px;
  }
  .rtl-layout .lc-menu .groupmenu-drop .lc-vertical-tabs .lc-tabs .lc-nav-tabs .lc-tab-link:after {
    float: left;
    content: "\f104";
  }
  .lc-menu .groupmenu-drop .lc-vertical-tabs .lc-tabs .lc-nav-tabs .lc-tab-link.active {
    background: #ececec;
  }
  .lc-menu .groupmenu-drop .lc-vertical-tabs .lc-tabs .lc-nav-tabs .lc-nav-tabs {
    padding-left: 0;
    padding-right: 0;
  }
  .lc-menu .groupmenu-drop .lc-vertical-tabs .lc-tabs .lc-tab-content.col-sm-17 {
    padding-left: 0;
  }
  .rtl-layout .lc-menu .groupmenu-drop .lc-vertical-tabs .lc-tabs .lc-tab-content.col-sm-17 {
    padding-left: 10px;
    padding-right: 0;
  }
  .lc-menu .groupmenu-drop .lc-vertical-tabs .lc-tabs .lc-tab-content .lc-tab-pane {
    display: none;
  }
  .lc-menu .groupmenu-drop .lc-vertical-tabs .lc-tabs .lc-tab-content .lc-tab-pane.active {
    display: block;
  }
  .lc-menu .groupmenu-drop .lc-horizontal-tabs .lc-vertical-tabs .lc-tabs .lc-nav-tabs .lc-tab-link {
    display: block;
    padding: 10px 5px;
    text-align: left;
  }
  .rtl-layout .lc-menu .groupmenu-drop .lc-horizontal-tabs .lc-vertical-tabs .lc-tabs .lc-nav-tabs .lc-tab-link {
    text-align: right;
  }
  .lc-menu .groupmenu-drop .lc-horizontal-tabs .lc-tabs .lc-nav-tabs {
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
  .lc-menu .groupmenu-drop .lc-horizontal-tabs .lc-tabs .lc-nav-tabs .lc-tab-link {
    display: inline-block;
    margin: 3px 20px;
    padding-bottom: 7px;
    position: relative;
  }
  .lc-menu .groupmenu-drop .lc-horizontal-tabs .lc-tabs .lc-nav-tabs .lc-tab-link:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #dfdfdf;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    content: "";
  }
  .lc-menu .groupmenu-drop .lc-horizontal-tabs .lc-tabs .lc-nav-tabs .lc-tab-link.active:before {
    transform: scaleX(1);
  }
  .lc-menu .groupmenu-drop .lc-horizontal-tabs .lc-tabs .lc-tab-content .lc-tab-pane {
    display: none;
  }
  .lc-menu .groupmenu-drop .lc-horizontal-tabs .lc-tabs .lc-tab-content .lc-tab-pane.active {
    display: block;
  }
  .lc-menu .groupmenu-drop .groupmenu-drop {
    top: -1px;
    left: 100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  }
  .rtl-layout .lc-menu .groupmenu-drop .groupmenu-drop {
    right: 100%;
    left: auto;
  }
  .lc-menu .groupmenu-drop .cat-tree.groupmenu-drop .groupmenu-drop {
    top: -7px;
  }
  .lc-menu .groupmenu-drop .item.parent > .menu-link {
    display: block;
  }
  .lc-menu .groupmenu-drop .item.parent > .menu-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: right;
    margin-top: 3px;
  }
  .rtl-layout .lc-menu .groupmenu-drop .item.parent > .menu-link:before {
    float: left;
    content: "\f104";
  }
  .lc-menu .groupmenu-drop .item.parent.cat-tree:not(.no-dropdown) > a {
    display: block;
  }
  .lc-menu .groupmenu-drop .item.parent.cat-tree:not(.no-dropdown) > a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: right;
    margin-top: 3px;
  }
  .lc-menu .groupmenu-drop li.item:hover > .groupmenu-drop {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
  }
  .lc-menu .groupmenu-drop > li.item {
    min-width: 230px;
    position: relative;
    padding: 38px 24px;
    margin: 0px auto;
    max-width: 1280px;
  }
  .lc-menu .groupmenu-drop > li.item .groupmenu-drop-content li {
    display: inline-block;
    margin: 0;
    padding: 0 16px;
    text-align: center;
    max-width: 150px;
  }
  .lc-menu .groupmenu-drop > li.item .groupmenu-drop-content li:first-child {
    padding-left: 0;
  }
  .lc-menu .groupmenu-drop > li.item .groupmenu-drop-content li a {
    font-weight: 600;
    font-size: 14px;
    color: #444;
  }
  .lc-menu .groupmenu-drop > li.item .groupmenu-drop-content li a:hover {
    color: #0358c8;
  }
  .lc-menu .cat-tree li.item {
    padding: 8px 15px;
    min-width: 230px;
    position: relative;
    margin: 0px auto;
  }
  /*menu horizontal*/
  .lc-horizontal-menu {
    width: 100%;
  }
  .lc-horizontal-menu .groupmenu {
    padding-left: 4px;
  }
  .lc-horizontal-menu li.level0 > .groupmenu-drop {
    display: none;
  }
  .rtl-layout .lc-horizontal-menu li.level0 > .groupmenu-drop {
    right: 0;
    left: auto;
  }
  .lc-horizontal-menu.lc-translate li.level0 > .groupmenu-drop {
    top: 45px;
    display: block;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  }
  .lc-horizontal-menu.lc-translate li.level0:hover > .groupmenu-drop {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
  }
  .lc-horizontal-menu .groupmenu {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  .lc-horizontal-menu .groupmenu li.level0 > a.menu-link {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: top;
    padding: 18px 11px;
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    text-decoration: none;
    color: #313131;
    background-color: transparent;
    border-color: transparent;
    font: 600 12px 'Public Sans', Helvetica, Arial;
    cursor: pointer;
    line-height: 22px;
    position: relative;
  }
  .lc-horizontal-menu .groupmenu li.level0 > a.menu-link:before {
    content: ".";
    position: absolute;
    left: 0px;
    top: 15px;
  }
  .lc-horizontal-menu .groupmenu li.level0 > a.menu-link:hover {
    color: #0358c8;
  }
  .lc-horizontal-menu .groupmenu li.level0:first-child > a.menu-link:before {
    display: none;
  }
  .lc-horizontal-menu .groupmenu .groupmenu-drop {
    box-shadow: none;
  }
  .lc-horizontal-menu .groupmenu li.item {
    list-style: none;
  }
  .lc-horizontal-menu .groupmenu li.item.level0 {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
  }
  .rtl-layout .lc-horizontal-menu .groupmenu li.item.level0 {
    float: right;
  }
  .lc-horizontal-menu .groupmenu li.item.level0.premium .menu-link {
    padding-left: 32px;
  }
  .lc-horizontal-menu .groupmenu li.parent > a.menu-link {
    position: relative;
  }
  .lc-horizontal-menu .groupmenu li.parent > a.menu-link:after {
    content: '\e622';
    font-family: 'luma-icons';
    font-weight: 300;
    font-size: 0.8em;
    position: absolute;
    top: 20px;
    right: -5px;
  }
  .lc-horizontal-menu .groupmenu li.parent.open {
    position: initial;
  }
  .lc-horizontal-menu .groupmenu li.parent.open > a.menu-link:after {
    content: '\e621';
    top: 20px;
    right: -5px;
  }
  .lc-horizontal-menu .groupmenu li.parent.open > a.menu-link span {
    display: block;
    position: relative;
  }
  .lc-horizontal-menu .groupmenu li.parent.open > a.menu-link span:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #eeeeee transparent;
    content: "";
    position: absolute;
    right: -28px;
    bottom: -21px;
  }
  .lc-horizontal-menu .groupmenu li.parent.open > a.menu-link span:after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: -21px;
    right: -26px;
    content: "";
    z-index: 100;
    left: auto;
    top: auto;
  }
  .lc-horizontal-menu .groupmenu li.parent + .item a.menu-link:before {
    display: none !important;
  }
  .lc-horizontal-menu .groupmenu li.premium:before {
    content: '|';
    font-size: 21px;
    line-height: 30px;
    top: 14px;
    position: relative;
  }
  .lc-horizontal-menu .groupmenu li.premium > a.menu-link {
    color: #313131;
  }
  .lc-horizontal-menu .groupmenu li.premium > a.menu-link:before {
    content: '';
    padding: 16px;
    background: url("../images/fiambrerias-icon.png") no-repeat -3px -2px;
    display: block;
  }
  .lc-horizontal-menu .groupmenu li.ofertas > a.menu-link {
    color: #c91111;
  }
  .lc-horizontal-menu .groupmenu li.ofertas > a.menu-link span {
    padding: 12px 0 12px 30px;
    background: url("../images/discount-icon.png") no-repeat 0 10px;
  }
  .lc-horizontal-menu .groupmenu li.ofertas > a.menu-link:before {
    display: none;
  }
  .lc-horizontal-menu .groupmenu .groupmenu-nondrop {
    position: relative;
  }
  .lc-horizontal-menu .groupmenu .groupmenu-nondrop > li.item {
    margin: 0px 0px;
    padding-left: 0px;
  }
  .lc-horizontal-menu .groupmenu .no-dropdown > .cat-tree.groupmenu-drop {
    top: auto;
    left: auto;
  }
  .lc-horizontal-menu .groupmenu .no-dropdown > .groupdrop-title {
    margin-bottom: 10px;
    display: inline-block;
  }
  .lc-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown > .cat-tree.groupmenu-drop .groupmenu-drop {
    visibility: hidden;
    height: 0;
    position: absolute;
    opacity: 0;
    background: #fff;
    border: 1px solid #cccccc;
    height: auto;
  }
  .lc-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown > .cat-tree.groupmenu-drop .parent:hover > .groupmenu-drop {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .lc-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown {
    display: block;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  /*menu vertical*/
  .lc-vertical-menu .groupmenu-drop {
    top: -1px;
    left: 100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    display: none;
  }
  .rtl-layout .lc-vertical-menu .groupmenu-drop {
    right: 100%;
    left: auto;
  }
  .lc-vertical-menu li.item:hover > .groupmenu-drop {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
    display: block;
  }
  .lc-vertical-menu .item.level0 {
    display: block;
    padding: 0px;
    border: 1px solid #dfdfdf;
    position: relative;
    margin-bottom: -1px;
  }
  .lc-vertical-menu .item.level0 > a.menu-link {
    display: block;
  }
  .lc-vertical-menu .item.level0 > a.menu-link .menu-icon {
    min-width: 37px;
    text-align: center;
    padding-left: 4px;
    margin: 0;
  }
  .lc-vertical-menu .item.level0 > a.menu-link .menu-icon + span {
    border-left: 1px solid #dfdfdf;
  }
  .rtl-layout .lc-vertical-menu .item.level0 > a.menu-link .menu-icon + span {
    border-left: none;
    border-right: 1px solid #dfdfdf;
  }
  .lc-vertical-menu .item.level0 > a.menu-link span {
    display: inline-block;
    padding: 10px;
  }
  .lc-vertical-menu .item.level0.parent > a.menu-link:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: right;
    margin-top: 8px;
    margin-right: 10px;
  }
  .rtl-layout .lc-vertical-menu .item.level0.parent > a.menu-link:before {
    content: "\f104";
    float: left;
    margin-right: 0px;
    margin-left: 10px;
  }
}
/*menu mobile*/
@media (max-width: 767px) {
  .lc-menu .row {
    margin: 0 -10px;
  }
  .lc-menu .groupdrop-banner {
    margin-bottom: 20px;
  }
  .lc-menu li.item {
    margin-bottom: 0px;
  }
  .lc-menu li.item.open > .dropdown-toggle:before,
  .lc-menu li.item .lc-tab-link.active + .dropdown-toggle:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .lc-menu .menu-tabs {
    margin: 0;
  }
  .lc-menu .menu-tabs .tab-item {
    margin: 0;
  }
  .lc-menu .menu-tabs .lc-tab-pane {
    margin-top: 10px;
    min-height: 1px !important;
  }
  .lc-menu .menu-tabs .lc-link-wrap {
    position: relative;
    padding: 4px 0;
  }
  .lc-menu .groupmenu-drop {
    display: none;
  }
  .lc-menu .groupmenu-drop li.item {
    padding: 5px 0;
  }
  .lc-menu .groupmenu-drop li.item.parent .groupmenu-drop {
    padding-left: 20px;
    padding-top: 5px;
  }
  .lc-menu .menu-link,
  .lc-menu a.groupdrop-title {
    width: 100%;
    display: inline-block;
  }
  .lc-menu .item.level-top {
    display: block;
    position: relative;
    margin-bottom: 5px;
  }
  .lc-menu .item.level-top > .menu-link {
    padding: 12px 25px;
    color: #444444;
    font-size: 18px;
    font-weight: 600;
  }
  .lc-menu .item.level-top > .menu-link .fa {
    margin: 0 5px;
  }
  .lc-menu .item.level-top > .dropdown-toggle {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    margin-right: 5px;
    color: #444444;
  }
  .lc-menu .item.level-top > .dropdown-toggle:before {
    margin-top: 7px;
  }
  .lc-menu .item.level-top > .groupmenu-drop {
    margin: 0px;
    border: 1px solid transparent;
    padding: 10px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .lc-menu .parent {
    position: relative;
  }
  .lc-menu .dropdown-toggle {
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .rtl-layout .lc-menu .dropdown-toggle {
    left: 0;
    right: auto;
  }
  .lc-menu .dropdown-toggle:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    text-align: center;
    width: 100%;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .rtl-layout .lc-menu .dropdown-toggle:before {
    content: "\f104";
  }
}
/*column menu*/
@media (min-width: 768px) {
  .lc-menu .groupmenu-width-1 {
    width: 29.58333333px;
  }
  .lc-menu .groupmenu-width-1.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-1 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-2 {
    width: 59.16666667px;
  }
  .lc-menu .groupmenu-width-2.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-2 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-3 {
    width: 88.75px;
  }
  .lc-menu .groupmenu-width-3.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-3 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-4 {
    width: 118.33333333px;
  }
  .lc-menu .groupmenu-width-4.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-4 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-5 {
    width: 147.91666667px;
  }
  .lc-menu .groupmenu-width-5.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-5 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-6 {
    width: 177.5px;
  }
  .lc-menu .groupmenu-width-6.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-6 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-7 {
    width: 207.08333333px;
  }
  .lc-menu .groupmenu-width-7.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-7 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-8 {
    width: 236.66666667px;
  }
  .lc-menu .groupmenu-width-8.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-8 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-9 {
    width: 266.25px;
  }
  .lc-menu .groupmenu-width-9.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-9 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-10 {
    width: 295.83333333px;
  }
  .lc-menu .groupmenu-width-10.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-10 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-11 {
    width: 325.41666667px;
  }
  .lc-menu .groupmenu-width-11.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-11 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-12 {
    width: 355px;
  }
  .lc-menu .groupmenu-width-12.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-12 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-13 {
    width: 384.58333333px;
  }
  .lc-menu .groupmenu-width-13.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-13 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-14 {
    width: 414.16666667px;
  }
  .lc-menu .groupmenu-width-14.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-14 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-15 {
    width: 443.75px;
  }
  .lc-menu .groupmenu-width-15.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-15 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-16 {
    width: 473.33333333px;
  }
  .lc-menu .groupmenu-width-16.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-16 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-17 {
    width: 502.91666667px;
  }
  .lc-menu .groupmenu-width-17.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-17 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-18 {
    width: 532.5px;
  }
  .lc-menu .groupmenu-width-18.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-18 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-19 {
    width: 562.08333333px;
  }
  .lc-menu .groupmenu-width-19.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-19 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-20 {
    width: 591.66666667px;
  }
  .lc-menu .groupmenu-width-20.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-20 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-21 {
    width: 621.25px;
  }
  .lc-menu .groupmenu-width-21.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-21 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-22 {
    width: 650.83333333px;
  }
  .lc-menu .groupmenu-width-22.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-22 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-23 {
    width: 680.41666667px;
  }
  .lc-menu .groupmenu-width-23.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-23 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .lc-menu .groupmenu-width-24 {
    width: 710px;
  }
  .lc-menu .groupmenu-width-24.row {
    box-sizing: content-box;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-24 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
}
@media (min-width: 992px) {
  .lc-menu .groupmenu-width-1 {
    width: 38.75px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-1 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-2 {
    width: 77.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-2 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-3 {
    width: 116.25px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-3 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-4 {
    width: 155px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-4 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-5 {
    width: 193.75px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-5 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-6 {
    width: 232.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-6 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-7 {
    width: 271.25px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-7 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-8 {
    width: 310px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-8 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-9 {
    width: 348.75px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-9 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-10 {
    width: 387.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-10 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-11 {
    width: 426.25px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-11 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-12 {
    width: 465px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-12 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-13 {
    width: 503.75px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-13 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-14 {
    width: 542.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-14 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-15 {
    width: 581.25px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-15 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-16 {
    width: 620px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-16 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-17 {
    width: 658.75px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-17 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-18 {
    width: 697.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-18 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-19 {
    width: 736.25px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-19 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-20 {
    width: 775px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-20 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-21 {
    width: 813.75px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-21 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-22 {
    width: 852.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-22 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-23 {
    width: 891.25px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-23 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .lc-menu .groupmenu-width-24 {
    width: 930px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-24 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
}
@media (min-width: 1200px) {
  .lc-menu .groupmenu-width-1 {
    width: 47.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-1 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-2 {
    width: 95px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-2 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-3 {
    width: 142.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-3 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-4 {
    width: 190px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-4 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-5 {
    width: 237.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-5 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-6 {
    width: 285px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-6 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-7 {
    width: 332.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-7 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-8 {
    width: 380px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-8 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-9 {
    width: 427.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-9 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-10 {
    width: 475px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-10 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-11 {
    width: 522.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-11 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-12 {
    width: 570px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-12 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-13 {
    width: 617.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-13 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-14 {
    width: 665px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-14 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-15 {
    width: 712.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-15 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-16 {
    width: 760px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-16 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-17 {
    width: 807.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-17 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-18 {
    width: 855px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-18 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-19 {
    width: 902.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-19 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-20 {
    width: 950px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-20 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-21 {
    width: 997.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-21 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-22 {
    width: 1045px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-22 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-23 {
    width: 1092.5px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-23 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .lc-menu .groupmenu-width-24 {
    width: 1140px;
  }
  .lc-menu.dropdown-fullwidth .groupmenu-width-24 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
}
.rtl-layout .lc-menu .col-xs-1 {
  width: 4.16667%;
}
.rtl-layout .lc-menu .col-xs-2 {
  width: 8.33333%;
}
.rtl-layout .lc-menu .col-xs-3 {
  width: 12.5%;
}
.rtl-layout .lc-menu .col-xs-4 {
  width: 16.66667%;
}
.rtl-layout .lc-menu .col-xs-5 {
  width: 20.83333%;
}
.rtl-layout .lc-menu .col-xs-6 {
  width: 25%;
}
.rtl-layout .lc-menu .col-xs-7 {
  width: 29.16667%;
}
.rtl-layout .lc-menu .col-xs-8 {
  width: 33.33333%;
}
.rtl-layout .lc-menu .col-xs-9 {
  width: 37.5%;
}
.rtl-layout .lc-menu .col-xs-10 {
  width: 41.66667%;
}
.rtl-layout .lc-menu .col-xs-11 {
  width: 45.83333%;
}
.rtl-layout .lc-menu .col-xs-12 {
  width: 50%;
}
.rtl-layout .lc-menu .col-xs-13 {
  width: 54.16667%;
}
.rtl-layout .lc-menu .col-xs-14 {
  width: 58.33333%;
}
.rtl-layout .lc-menu .col-xs-15 {
  width: 62.5%;
}
.rtl-layout .lc-menu .col-xs-16 {
  width: 66.66667%;
}
.rtl-layout .lc-menu .col-xs-17 {
  width: 70.83333%;
}
.rtl-layout .lc-menu .col-xs-18 {
  width: 75%;
}
.rtl-layout .lc-menu .col-xs-19 {
  width: 79.16667%;
}
.rtl-layout .lc-menu .col-xs-20 {
  width: 83.33333%;
}
.rtl-layout .lc-menu .col-xs-21 {
  width: 87.5%;
}
.rtl-layout .lc-menu .col-xs-22 {
  width: 91.66667%;
}
.rtl-layout .lc-menu .col-xs-23 {
  width: 95.83333%;
}
.rtl-layout .lc-menu .col-xs-24 {
  width: 100%;
}
.rtl-layout .lc-menu .col-xs-pull-0 {
  left: 0%;
}
.rtl-layout .lc-menu .col-xs-pull-1 {
  left: 4.16667%;
}
.rtl-layout .lc-menu .col-xs-pull-2 {
  left: 8.33333%;
}
.rtl-layout .lc-menu .col-xs-pull-3 {
  left: 12.5%;
}
.rtl-layout .lc-menu .col-xs-pull-4 {
  left: 16.66667%;
}
.rtl-layout .lc-menu .col-xs-pull-5 {
  left: 20.83333%;
}
.rtl-layout .lc-menu .col-xs-pull-6 {
  left: 25%;
}
.rtl-layout .lc-menu .col-xs-pull-7 {
  left: 29.16667%;
}
.rtl-layout .lc-menu .col-xs-pull-8 {
  left: 33.33333%;
}
.rtl-layout .lc-menu .col-xs-pull-9 {
  left: 37.5%;
}
.rtl-layout .lc-menu .col-xs-pull-10 {
  left: 41.66667%;
}
.rtl-layout .lc-menu .col-xs-pull-11 {
  left: 45.83333%;
}
.rtl-layout .lc-menu .col-xs-pull-12 {
  left: 50%;
}
.rtl-layout .lc-menu .col-xs-pull-13 {
  left: 54.16667%;
}
.rtl-layout .lc-menu .col-xs-pull-14 {
  left: 58.33333%;
}
.rtl-layout .lc-menu .col-xs-pull-15 {
  left: 62.5%;
}
.rtl-layout .lc-menu .col-xs-pull-16 {
  left: 66.66667%;
}
.rtl-layout .lc-menu .col-xs-pull-17 {
  left: 70.83333%;
}
.rtl-layout .lc-menu .col-xs-pull-18 {
  left: 75%;
}
.rtl-layout .lc-menu .col-xs-pull-19 {
  left: 79.16667%;
}
.rtl-layout .lc-menu .col-xs-pull-20 {
  left: 83.33333%;
}
.rtl-layout .lc-menu .col-xs-pull-21 {
  left: 87.5%;
}
.rtl-layout .lc-menu .col-xs-pull-22 {
  left: 91.66667%;
}
.rtl-layout .lc-menu .col-xs-pull-23 {
  left: 95.83333%;
}
.rtl-layout .lc-menu .col-xs-pull-24 {
  left: 100%;
}
.rtl-layout .lc-menu .col-xs-push-0 {
  right: 0%;
}
.rtl-layout .lc-menu .col-xs-push-1 {
  right: 4.16667%;
}
.rtl-layout .lc-menu .col-xs-push-2 {
  right: 8.33333%;
}
.rtl-layout .lc-menu .col-xs-push-3 {
  right: 12.5%;
}
.rtl-layout .lc-menu .col-xs-push-4 {
  right: 16.66667%;
}
.rtl-layout .lc-menu .col-xs-push-5 {
  right: 20.83333%;
}
.rtl-layout .lc-menu .col-xs-push-6 {
  right: 25%;
}
.rtl-layout .lc-menu .col-xs-push-7 {
  right: 29.16667%;
}
.rtl-layout .lc-menu .col-xs-push-8 {
  right: 33.33333%;
}
.rtl-layout .lc-menu .col-xs-push-9 {
  right: 37.5%;
}
.rtl-layout .lc-menu .col-xs-push-10 {
  right: 41.66667%;
}
.rtl-layout .lc-menu .col-xs-push-11 {
  right: 45.83333%;
}
.rtl-layout .lc-menu .col-xs-push-12 {
  right: 50%;
}
.rtl-layout .lc-menu .col-xs-push-13 {
  right: 54.16667%;
}
.rtl-layout .lc-menu .col-xs-push-14 {
  right: 58.33333%;
}
.rtl-layout .lc-menu .col-xs-push-15 {
  right: 62.5%;
}
.rtl-layout .lc-menu .col-xs-push-16 {
  right: 66.66667%;
}
.rtl-layout .lc-menu .col-xs-push-17 {
  right: 70.83333%;
}
.rtl-layout .lc-menu .col-xs-push-18 {
  right: 75%;
}
.rtl-layout .lc-menu .col-xs-push-19 {
  right: 79.16667%;
}
.rtl-layout .lc-menu .col-xs-push-20 {
  right: 83.33333%;
}
.rtl-layout .lc-menu .col-xs-push-21 {
  right: 87.5%;
}
.rtl-layout .lc-menu .col-xs-push-22 {
  right: 91.66667%;
}
.rtl-layout .lc-menu .col-xs-push-23 {
  right: 95.83333%;
}
.rtl-layout .lc-menu .col-xs-push-24 {
  right: 100%;
}
.rtl-layout .lc-menu .col-xs-offset-0 {
  margin-right: 0%;
}
.rtl-layout .lc-menu .col-xs-offset-1 {
  margin-right: 4.16667%;
}
.rtl-layout .lc-menu .col-xs-offset-2 {
  margin-right: 8.33333%;
}
.rtl-layout .lc-menu .col-xs-offset-3 {
  margin-right: 12.5%;
}
.rtl-layout .lc-menu .col-xs-offset-4 {
  margin-right: 16.66667%;
}
.rtl-layout .lc-menu .col-xs-offset-5 {
  margin-right: 20.83333%;
}
.rtl-layout .lc-menu .col-xs-offset-6 {
  margin-right: 25%;
}
.rtl-layout .lc-menu .col-xs-offset-7 {
  margin-right: 29.16667%;
}
.rtl-layout .lc-menu .col-xs-offset-8 {
  margin-right: 33.33333%;
}
.rtl-layout .lc-menu .col-xs-offset-9 {
  margin-right: 37.5%;
}
.rtl-layout .lc-menu .col-xs-offset-10 {
  margin-right: 41.66667%;
}
.rtl-layout .lc-menu .col-xs-offset-11 {
  margin-right: 45.83333%;
}
.rtl-layout .lc-menu .col-xs-offset-12 {
  margin-right: 50%;
}
.rtl-layout .lc-menu .col-xs-offset-13 {
  margin-right: 54.16667%;
}
.rtl-layout .lc-menu .col-xs-offset-14 {
  margin-right: 58.33333%;
}
.rtl-layout .lc-menu .col-xs-offset-15 {
  margin-right: 62.5%;
}
.rtl-layout .lc-menu .col-xs-offset-16 {
  margin-right: 66.66667%;
}
.rtl-layout .lc-menu .col-xs-offset-17 {
  margin-right: 70.83333%;
}
.rtl-layout .lc-menu .col-xs-offset-18 {
  margin-right: 75%;
}
.rtl-layout .lc-menu .col-xs-offset-19 {
  margin-right: 79.16667%;
}
.rtl-layout .lc-menu .col-xs-offset-20 {
  margin-right: 83.33333%;
}
.rtl-layout .lc-menu .col-xs-offset-21 {
  margin-right: 87.5%;
}
.rtl-layout .lc-menu .col-xs-offset-22 {
  margin-right: 91.66667%;
}
.rtl-layout .lc-menu .col-xs-offset-23 {
  margin-right: 95.83333%;
}
.rtl-layout .lc-menu .col-xs-offset-24 {
  margin-right: 100%;
}
@media (min-width: 768px) {
  .rtl-layout .lc-menu .col-sm-1,
  .rtl-layout .lc-menu .col-sm-2,
  .rtl-layout .lc-menu .col-sm-3,
  .rtl-layout .lc-menu .col-sm-4,
  .rtl-layout .lc-menu .col-sm-5,
  .rtl-layout .lc-menu .col-sm-6,
  .rtl-layout .lc-menu .col-sm-7,
  .rtl-layout .lc-menu .col-sm-8,
  .rtl-layout .lc-menu .col-sm-9,
  .rtl-layout .lc-menu .col-sm-10,
  .rtl-layout .lc-menu .col-sm-11,
  .rtl-layout .lc-menu .col-sm-12,
  .rtl-layout .lc-menu .col-sm-13,
  .rtl-layout .lc-menu .col-sm-14,
  .rtl-layout .lc-menu .col-sm-15,
  .rtl-layout .lc-menu .col-sm-16,
  .rtl-layout .lc-menu .col-sm-17,
  .rtl-layout .lc-menu .col-sm-18,
  .rtl-layout .lc-menu .col-sm-19,
  .rtl-layout .lc-menu .col-sm-20,
  .rtl-layout .lc-menu .col-sm-21,
  .rtl-layout .lc-menu .col-sm-22,
  .rtl-layout .lc-menu .col-sm-23,
  .rtl-layout .lc-menu .col-sm-24 {
    float: right;
  }
  .rtl-layout .lc-menu .col-sm-1 {
    width: 4.16667%;
  }
  .rtl-layout .lc-menu .col-sm-2 {
    width: 8.33333%;
  }
  .rtl-layout .lc-menu .col-sm-3 {
    width: 12.5%;
  }
  .rtl-layout .lc-menu .col-sm-4 {
    width: 16.66667%;
  }
  .rtl-layout .lc-menu .col-sm-5 {
    width: 20.83333%;
  }
  .rtl-layout .lc-menu .col-sm-6 {
    width: 25%;
  }
  .rtl-layout .lc-menu .col-sm-7 {
    width: 29.16667%;
  }
  .rtl-layout .lc-menu .col-sm-8 {
    width: 33.33333%;
  }
  .rtl-layout .lc-menu .col-sm-9 {
    width: 37.5%;
  }
  .rtl-layout .lc-menu .col-sm-10 {
    width: 41.66667%;
  }
  .rtl-layout .lc-menu .col-sm-11 {
    width: 45.83333%;
  }
  .rtl-layout .lc-menu .col-sm-12 {
    width: 50%;
  }
  .rtl-layout .lc-menu .col-sm-13 {
    width: 54.16667%;
  }
  .rtl-layout .lc-menu .col-sm-14 {
    width: 58.33333%;
  }
  .rtl-layout .lc-menu .col-sm-15 {
    width: 62.5%;
  }
  .rtl-layout .lc-menu .col-sm-16 {
    width: 66.66667%;
  }
  .rtl-layout .lc-menu .col-sm-17 {
    width: 70.83333%;
  }
  .rtl-layout .lc-menu .col-sm-18 {
    width: 75%;
  }
  .rtl-layout .lc-menu .col-sm-19 {
    width: 79.16667%;
  }
  .rtl-layout .lc-menu .col-sm-20 {
    width: 83.33333%;
  }
  .rtl-layout .lc-menu .col-sm-21 {
    width: 87.5%;
  }
  .rtl-layout .lc-menu .col-sm-22 {
    width: 91.66667%;
  }
  .rtl-layout .lc-menu .col-sm-23 {
    width: 95.83333%;
  }
  .rtl-layout .lc-menu .col-sm-24 {
    width: 100%;
  }
  .rtl-layout .lc-menu .col-sm-pull-0 {
    left: 0%;
  }
  .rtl-layout .lc-menu .col-sm-pull-1 {
    left: 4.16667%;
  }
  .rtl-layout .lc-menu .col-sm-pull-2 {
    left: 8.33333%;
  }
  .rtl-layout .lc-menu .col-sm-pull-3 {
    left: 12.5%;
  }
  .rtl-layout .lc-menu .col-sm-pull-4 {
    left: 16.66667%;
  }
  .rtl-layout .lc-menu .col-sm-pull-5 {
    left: 20.83333%;
  }
  .rtl-layout .lc-menu .col-sm-pull-6 {
    left: 25%;
  }
  .rtl-layout .lc-menu .col-sm-pull-7 {
    left: 29.16667%;
  }
  .rtl-layout .lc-menu .col-sm-pull-8 {
    left: 33.33333%;
  }
  .rtl-layout .lc-menu .col-sm-pull-9 {
    left: 37.5%;
  }
  .rtl-layout .lc-menu .col-sm-pull-10 {
    left: 41.66667%;
  }
  .rtl-layout .lc-menu .col-sm-pull-11 {
    left: 45.83333%;
  }
  .rtl-layout .lc-menu .col-sm-pull-12 {
    left: 50%;
  }
  .rtl-layout .lc-menu .col-sm-pull-13 {
    left: 54.16667%;
  }
  .rtl-layout .lc-menu .col-sm-pull-14 {
    left: 58.33333%;
  }
  .rtl-layout .lc-menu .col-sm-pull-15 {
    left: 62.5%;
  }
  .rtl-layout .lc-menu .col-sm-pull-16 {
    left: 66.66667%;
  }
  .rtl-layout .lc-menu .col-sm-pull-17 {
    left: 70.83333%;
  }
  .rtl-layout .lc-menu .col-sm-pull-18 {
    left: 75%;
  }
  .rtl-layout .lc-menu .col-sm-pull-19 {
    left: 79.16667%;
  }
  .rtl-layout .lc-menu .col-sm-pull-20 {
    left: 83.33333%;
  }
  .rtl-layout .lc-menu .col-sm-pull-21 {
    left: 87.5%;
  }
  .rtl-layout .lc-menu .col-sm-pull-22 {
    left: 91.66667%;
  }
  .rtl-layout .lc-menu .col-sm-pull-23 {
    left: 95.83333%;
  }
  .rtl-layout .lc-menu .col-sm-pull-24 {
    left: 100%;
  }
  .rtl-layout .lc-menu .col-sm-push-0 {
    right: 0%;
  }
  .rtl-layout .lc-menu .col-sm-push-1 {
    right: 4.16667%;
  }
  .rtl-layout .lc-menu .col-sm-push-2 {
    right: 8.33333%;
  }
  .rtl-layout .lc-menu .col-sm-push-3 {
    right: 12.5%;
  }
  .rtl-layout .lc-menu .col-sm-push-4 {
    right: 16.66667%;
  }
  .rtl-layout .lc-menu .col-sm-push-5 {
    right: 20.83333%;
  }
  .rtl-layout .lc-menu .col-sm-push-6 {
    right: 25%;
  }
  .rtl-layout .lc-menu .col-sm-push-7 {
    right: 29.16667%;
  }
  .rtl-layout .lc-menu .col-sm-push-8 {
    right: 33.33333%;
  }
  .rtl-layout .lc-menu .col-sm-push-9 {
    right: 37.5%;
  }
  .rtl-layout .lc-menu .col-sm-push-10 {
    right: 41.66667%;
  }
  .rtl-layout .lc-menu .col-sm-push-11 {
    right: 45.83333%;
  }
  .rtl-layout .lc-menu .col-sm-push-12 {
    right: 50%;
  }
  .rtl-layout .lc-menu .col-sm-push-13 {
    right: 54.16667%;
  }
  .rtl-layout .lc-menu .col-sm-push-14 {
    right: 58.33333%;
  }
  .rtl-layout .lc-menu .col-sm-push-15 {
    right: 62.5%;
  }
  .rtl-layout .lc-menu .col-sm-push-16 {
    right: 66.66667%;
  }
  .rtl-layout .lc-menu .col-sm-push-17 {
    right: 70.83333%;
  }
  .rtl-layout .lc-menu .col-sm-push-18 {
    right: 75%;
  }
  .rtl-layout .lc-menu .col-sm-push-19 {
    right: 79.16667%;
  }
  .rtl-layout .lc-menu .col-sm-push-20 {
    right: 83.33333%;
  }
  .rtl-layout .lc-menu .col-sm-push-21 {
    right: 87.5%;
  }
  .rtl-layout .lc-menu .col-sm-push-22 {
    right: 91.66667%;
  }
  .rtl-layout .lc-menu .col-sm-push-23 {
    right: 95.83333%;
  }
  .rtl-layout .lc-menu .col-sm-push-24 {
    right: 100%;
  }
  .rtl-layout .lc-menu .col-sm-offset-0 {
    margin-right: 0%;
  }
  .rtl-layout .lc-menu .col-sm-offset-1 {
    margin-right: 4.16667%;
  }
  .rtl-layout .lc-menu .col-sm-offset-2 {
    margin-right: 8.33333%;
  }
  .rtl-layout .lc-menu .col-sm-offset-3 {
    margin-right: 12.5%;
  }
  .rtl-layout .lc-menu .col-sm-offset-4 {
    margin-right: 16.66667%;
  }
  .rtl-layout .lc-menu .col-sm-offset-5 {
    margin-right: 20.83333%;
  }
  .rtl-layout .lc-menu .col-sm-offset-6 {
    margin-right: 25%;
  }
  .rtl-layout .lc-menu .col-sm-offset-7 {
    margin-right: 29.16667%;
  }
  .rtl-layout .lc-menu .col-sm-offset-8 {
    margin-right: 33.33333%;
  }
  .rtl-layout .lc-menu .col-sm-offset-9 {
    margin-right: 37.5%;
  }
  .rtl-layout .lc-menu .col-sm-offset-10 {
    margin-right: 41.66667%;
  }
  .rtl-layout .lc-menu .col-sm-offset-11 {
    margin-right: 45.83333%;
  }
  .rtl-layout .lc-menu .col-sm-offset-12 {
    margin-right: 50%;
  }
  .rtl-layout .lc-menu .col-sm-offset-13 {
    margin-right: 54.16667%;
  }
  .rtl-layout .lc-menu .col-sm-offset-14 {
    margin-right: 58.33333%;
  }
  .rtl-layout .lc-menu .col-sm-offset-15 {
    margin-right: 62.5%;
  }
  .rtl-layout .lc-menu .col-sm-offset-16 {
    margin-right: 66.66667%;
  }
  .rtl-layout .lc-menu .col-sm-offset-17 {
    margin-right: 70.83333%;
  }
  .rtl-layout .lc-menu .col-sm-offset-18 {
    margin-right: 75%;
  }
  .rtl-layout .lc-menu .col-sm-offset-19 {
    margin-right: 79.16667%;
  }
  .rtl-layout .lc-menu .col-sm-offset-20 {
    margin-right: 83.33333%;
  }
  .rtl-layout .lc-menu .col-sm-offset-21 {
    margin-right: 87.5%;
  }
  .rtl-layout .lc-menu .col-sm-offset-22 {
    margin-right: 91.66667%;
  }
  .rtl-layout .lc-menu .col-sm-offset-23 {
    margin-right: 95.83333%;
  }
  .rtl-layout .lc-menu .col-sm-offset-24 {
    margin-right: 100%;
  }
}
@media (min-width: 992px) {
  .rtl-layout .lc-menu .col-md-1,
  .rtl-layout .lc-menu .col-md-2,
  .rtl-layout .lc-menu .col-md-3,
  .rtl-layout .lc-menu .col-md-4,
  .rtl-layout .lc-menu .col-md-5,
  .rtl-layout .lc-menu .col-md-6,
  .rtl-layout .lc-menu .col-md-7,
  .rtl-layout .lc-menu .col-md-8,
  .rtl-layout .lc-menu .col-md-9,
  .rtl-layout .lc-menu .col-md-10,
  .rtl-layout .lc-menu .col-md-11,
  .rtl-layout .lc-menu .col-md-12,
  .rtl-layout .lc-menu .col-md-13,
  .rtl-layout .lc-menu .col-md-14,
  .rtl-layout .lc-menu .col-md-15,
  .rtl-layout .lc-menu .col-md-16,
  .rtl-layout .lc-menu .col-md-17,
  .rtl-layout .lc-menu .col-md-18,
  .rtl-layout .lc-menu .col-md-19,
  .rtl-layout .lc-menu .col-md-20,
  .rtl-layout .lc-menu .col-md-21,
  .rtl-layout .lc-menu .col-md-22,
  .rtl-layout .lc-menu .col-md-23,
  .rtl-layout .lc-menu .col-md-24 {
    float: right;
  }
  .rtl-layout .lc-menu .col-md-1 {
    width: 4.16667%;
  }
  .rtl-layout .lc-menu .col-md-2 {
    width: 8.33333%;
  }
  .rtl-layout .lc-menu .col-md-3 {
    width: 12.5%;
  }
  .rtl-layout .lc-menu .col-md-4 {
    width: 16.66667%;
  }
  .rtl-layout .lc-menu .col-md-5 {
    width: 20.83333%;
  }
  .rtl-layout .lc-menu .col-md-6 {
    width: 25%;
  }
  .rtl-layout .lc-menu .col-md-7 {
    width: 29.16667%;
  }
  .rtl-layout .lc-menu .col-md-8 {
    width: 33.33333%;
  }
  .rtl-layout .lc-menu .col-md-9 {
    width: 37.5%;
  }
  .rtl-layout .lc-menu .col-md-10 {
    width: 41.66667%;
  }
  .rtl-layout .lc-menu .col-md-11 {
    width: 45.83333%;
  }
  .rtl-layout .lc-menu .col-md-12 {
    width: 50%;
  }
  .rtl-layout .lc-menu .col-md-13 {
    width: 54.16667%;
  }
  .rtl-layout .lc-menu .col-md-14 {
    width: 58.33333%;
  }
  .rtl-layout .lc-menu .col-md-15 {
    width: 62.5%;
  }
  .rtl-layout .lc-menu .col-md-16 {
    width: 66.66667%;
  }
  .rtl-layout .lc-menu .col-md-17 {
    width: 70.83333%;
  }
  .rtl-layout .lc-menu .col-md-18 {
    width: 75%;
  }
  .rtl-layout .lc-menu .col-md-19 {
    width: 79.16667%;
  }
  .rtl-layout .lc-menu .col-md-20 {
    width: 83.33333%;
  }
  .rtl-layout .lc-menu .col-md-21 {
    width: 87.5%;
  }
  .rtl-layout .lc-menu .col-md-22 {
    width: 91.66667%;
  }
  .rtl-layout .lc-menu .col-md-23 {
    width: 95.83333%;
  }
  .rtl-layout .lc-menu .col-md-24 {
    width: 100%;
  }
  .rtl-layout .lc-menu .col-md-pull-0 {
    left: 0%;
  }
  .rtl-layout .lc-menu .col-md-pull-1 {
    left: 4.16667%;
  }
  .rtl-layout .lc-menu .col-md-pull-2 {
    left: 8.33333%;
  }
  .rtl-layout .lc-menu .col-md-pull-3 {
    left: 12.5%;
  }
  .rtl-layout .lc-menu .col-md-pull-4 {
    left: 16.66667%;
  }
  .rtl-layout .lc-menu .col-md-pull-5 {
    left: 20.83333%;
  }
  .rtl-layout .lc-menu .col-md-pull-6 {
    left: 25%;
  }
  .rtl-layout .lc-menu .col-md-pull-7 {
    left: 29.16667%;
  }
  .rtl-layout .lc-menu .col-md-pull-8 {
    left: 33.33333%;
  }
  .rtl-layout .lc-menu .col-md-pull-9 {
    left: 37.5%;
  }
  .rtl-layout .lc-menu .col-md-pull-10 {
    left: 41.66667%;
  }
  .rtl-layout .lc-menu .col-md-pull-11 {
    left: 45.83333%;
  }
  .rtl-layout .lc-menu .col-md-pull-12 {
    left: 50%;
  }
  .rtl-layout .lc-menu .col-md-pull-13 {
    left: 54.16667%;
  }
  .rtl-layout .lc-menu .col-md-pull-14 {
    left: 58.33333%;
  }
  .rtl-layout .lc-menu .col-md-pull-15 {
    left: 62.5%;
  }
  .rtl-layout .lc-menu .col-md-pull-16 {
    left: 66.66667%;
  }
  .rtl-layout .lc-menu .col-md-pull-17 {
    left: 70.83333%;
  }
  .rtl-layout .lc-menu .col-md-pull-18 {
    left: 75%;
  }
  .rtl-layout .lc-menu .col-md-pull-19 {
    left: 79.16667%;
  }
  .rtl-layout .lc-menu .col-md-pull-20 {
    left: 83.33333%;
  }
  .rtl-layout .lc-menu .col-md-pull-21 {
    left: 87.5%;
  }
  .rtl-layout .lc-menu .col-md-pull-22 {
    left: 91.66667%;
  }
  .rtl-layout .lc-menu .col-md-pull-23 {
    left: 95.83333%;
  }
  .rtl-layout .lc-menu .col-md-pull-24 {
    left: 100%;
  }
  .rtl-layout .lc-menu .col-md-push-0 {
    right: 0%;
  }
  .rtl-layout .lc-menu .col-md-push-1 {
    right: 4.16667%;
  }
  .rtl-layout .lc-menu .col-md-push-2 {
    right: 8.33333%;
  }
  .rtl-layout .lc-menu .col-md-push-3 {
    right: 12.5%;
  }
  .rtl-layout .lc-menu .col-md-push-4 {
    right: 16.66667%;
  }
  .rtl-layout .lc-menu .col-md-push-5 {
    right: 20.83333%;
  }
  .rtl-layout .lc-menu .col-md-push-6 {
    right: 25%;
  }
  .rtl-layout .lc-menu .col-md-push-7 {
    right: 29.16667%;
  }
  .rtl-layout .lc-menu .col-md-push-8 {
    right: 33.33333%;
  }
  .rtl-layout .lc-menu .col-md-push-9 {
    right: 37.5%;
  }
  .rtl-layout .lc-menu .col-md-push-10 {
    right: 41.66667%;
  }
  .rtl-layout .lc-menu .col-md-push-11 {
    right: 45.83333%;
  }
  .rtl-layout .lc-menu .col-md-push-12 {
    right: 50%;
  }
  .rtl-layout .lc-menu .col-md-push-13 {
    right: 54.16667%;
  }
  .rtl-layout .lc-menu .col-md-push-14 {
    right: 58.33333%;
  }
  .rtl-layout .lc-menu .col-md-push-15 {
    right: 62.5%;
  }
  .rtl-layout .lc-menu .col-md-push-16 {
    right: 66.66667%;
  }
  .rtl-layout .lc-menu .col-md-push-17 {
    right: 70.83333%;
  }
  .rtl-layout .lc-menu .col-md-push-18 {
    right: 75%;
  }
  .rtl-layout .lc-menu .col-md-push-19 {
    right: 79.16667%;
  }
  .rtl-layout .lc-menu .col-md-push-20 {
    right: 83.33333%;
  }
  .rtl-layout .lc-menu .col-md-push-21 {
    right: 87.5%;
  }
  .rtl-layout .lc-menu .col-md-push-22 {
    right: 91.66667%;
  }
  .rtl-layout .lc-menu .col-md-push-23 {
    right: 95.83333%;
  }
  .rtl-layout .lc-menu .col-md-push-24 {
    right: 100%;
  }
  .rtl-layout .lc-menu .col-md-offset-0 {
    margin-right: 0%;
  }
  .rtl-layout .lc-menu .col-md-offset-1 {
    margin-right: 4.16667%;
  }
  .rtl-layout .lc-menu .col-md-offset-2 {
    margin-right: 8.33333%;
  }
  .rtl-layout .lc-menu .col-md-offset-3 {
    margin-right: 12.5%;
  }
  .rtl-layout .lc-menu .col-md-offset-4 {
    margin-right: 16.66667%;
  }
  .rtl-layout .lc-menu .col-md-offset-5 {
    margin-right: 20.83333%;
  }
  .rtl-layout .lc-menu .col-md-offset-6 {
    margin-right: 25%;
  }
  .rtl-layout .lc-menu .col-md-offset-7 {
    margin-right: 29.16667%;
  }
  .rtl-layout .lc-menu .col-md-offset-8 {
    margin-right: 33.33333%;
  }
  .rtl-layout .lc-menu .col-md-offset-9 {
    margin-right: 37.5%;
  }
  .rtl-layout .lc-menu .col-md-offset-10 {
    margin-right: 41.66667%;
  }
  .rtl-layout .lc-menu .col-md-offset-11 {
    margin-right: 45.83333%;
  }
  .rtl-layout .lc-menu .col-md-offset-12 {
    margin-right: 50%;
  }
  .rtl-layout .lc-menu .col-md-offset-13 {
    margin-right: 54.16667%;
  }
  .rtl-layout .lc-menu .col-md-offset-14 {
    margin-right: 58.33333%;
  }
  .rtl-layout .lc-menu .col-md-offset-15 {
    margin-right: 62.5%;
  }
  .rtl-layout .lc-menu .col-md-offset-16 {
    margin-right: 66.66667%;
  }
  .rtl-layout .lc-menu .col-md-offset-17 {
    margin-right: 70.83333%;
  }
  .rtl-layout .lc-menu .col-md-offset-18 {
    margin-right: 75%;
  }
  .rtl-layout .lc-menu .col-md-offset-19 {
    margin-right: 79.16667%;
  }
  .rtl-layout .lc-menu .col-md-offset-20 {
    margin-right: 83.33333%;
  }
  .rtl-layout .lc-menu .col-md-offset-21 {
    margin-right: 87.5%;
  }
  .rtl-layout .lc-menu .col-md-offset-22 {
    margin-right: 91.66667%;
  }
  .rtl-layout .lc-menu .col-md-offset-23 {
    margin-right: 95.83333%;
  }
  .rtl-layout .lc-menu .col-md-offset-24 {
    margin-right: 100%;
  }
}
@media (min-width: 1200px) {
  .rtl-layout .lc-menu .col-lg-1,
  .rtl-layout .lc-menu .col-lg-2,
  .rtl-layout .lc-menu .col-lg-3,
  .rtl-layout .lc-menu .col-lg-4,
  .rtl-layout .lc-menu .col-lg-5,
  .rtl-layout .lc-menu .col-lg-6,
  .rtl-layout .lc-menu .col-lg-7,
  .rtl-layout .lc-menu .col-lg-8,
  .rtl-layout .lc-menu .col-lg-9,
  .rtl-layout .lc-menu .col-lg-10,
  .rtl-layout .lc-menu .col-lg-11,
  .rtl-layout .lc-menu .col-lg-12,
  .rtl-layout .lc-menu .col-lg-13,
  .rtl-layout .lc-menu .col-lg-14,
  .rtl-layout .lc-menu .col-lg-15,
  .rtl-layout .lc-menu .col-lg-16,
  .rtl-layout .lc-menu .col-lg-17,
  .rtl-layout .lc-menu .col-lg-18,
  .rtl-layout .lc-menu .col-lg-19,
  .rtl-layout .lc-menu .col-lg-20,
  .rtl-layout .lc-menu .col-lg-21,
  .rtl-layout .lc-menu .col-lg-22,
  .rtl-layout .lc-menu .col-lg-23,
  .rtl-layout .lc-menu .col-lg-24 {
    float: right;
  }
  .rtl-layout .lc-menu .col-lg-1 {
    width: 4.16667%;
  }
  .rtl-layout .lc-menu .col-lg-2 {
    width: 8.33333%;
  }
  .rtl-layout .lc-menu .col-lg-3 {
    width: 12.5%;
  }
  .rtl-layout .lc-menu .col-lg-4 {
    width: 16.66667%;
  }
  .rtl-layout .lc-menu .col-lg-5 {
    width: 20.83333%;
  }
  .rtl-layout .lc-menu .col-lg-6 {
    width: 25%;
  }
  .rtl-layout .lc-menu .col-lg-7 {
    width: 29.16667%;
  }
  .rtl-layout .lc-menu .col-lg-8 {
    width: 33.33333%;
  }
  .rtl-layout .lc-menu .col-lg-9 {
    width: 37.5%;
  }
  .rtl-layout .lc-menu .col-lg-10 {
    width: 41.66667%;
  }
  .rtl-layout .lc-menu .col-lg-11 {
    width: 45.83333%;
  }
  .rtl-layout .lc-menu .col-lg-12 {
    width: 50%;
  }
  .rtl-layout .lc-menu .col-lg-13 {
    width: 54.16667%;
  }
  .rtl-layout .lc-menu .col-lg-14 {
    width: 58.33333%;
  }
  .rtl-layout .lc-menu .col-lg-15 {
    width: 62.5%;
  }
  .rtl-layout .lc-menu .col-lg-16 {
    width: 66.66667%;
  }
  .rtl-layout .lc-menu .col-lg-17 {
    width: 70.83333%;
  }
  .rtl-layout .lc-menu .col-lg-18 {
    width: 75%;
  }
  .rtl-layout .lc-menu .col-lg-19 {
    width: 79.16667%;
  }
  .rtl-layout .lc-menu .col-lg-20 {
    width: 83.33333%;
  }
  .rtl-layout .lc-menu .col-lg-21 {
    width: 87.5%;
  }
  .rtl-layout .lc-menu .col-lg-22 {
    width: 91.66667%;
  }
  .rtl-layout .lc-menu .col-lg-23 {
    width: 95.83333%;
  }
  .rtl-layout .lc-menu .col-lg-24 {
    width: 100%;
  }
  .rtl-layout .lc-menu .col-lg-pull-0 {
    left: 0%;
  }
  .rtl-layout .lc-menu .col-lg-pull-1 {
    left: 4.16667%;
  }
  .rtl-layout .lc-menu .col-lg-pull-2 {
    left: 8.33333%;
  }
  .rtl-layout .lc-menu .col-lg-pull-3 {
    left: 12.5%;
  }
  .rtl-layout .lc-menu .col-lg-pull-4 {
    left: 16.66667%;
  }
  .rtl-layout .lc-menu .col-lg-pull-5 {
    left: 20.83333%;
  }
  .rtl-layout .lc-menu .col-lg-pull-6 {
    left: 25%;
  }
  .rtl-layout .lc-menu .col-lg-pull-7 {
    left: 29.16667%;
  }
  .rtl-layout .lc-menu .col-lg-pull-8 {
    left: 33.33333%;
  }
  .rtl-layout .lc-menu .col-lg-pull-9 {
    left: 37.5%;
  }
  .rtl-layout .lc-menu .col-lg-pull-10 {
    left: 41.66667%;
  }
  .rtl-layout .lc-menu .col-lg-pull-11 {
    left: 45.83333%;
  }
  .rtl-layout .lc-menu .col-lg-pull-12 {
    left: 50%;
  }
  .rtl-layout .lc-menu .col-lg-pull-13 {
    left: 54.16667%;
  }
  .rtl-layout .lc-menu .col-lg-pull-14 {
    left: 58.33333%;
  }
  .rtl-layout .lc-menu .col-lg-pull-15 {
    left: 62.5%;
  }
  .rtl-layout .lc-menu .col-lg-pull-16 {
    left: 66.66667%;
  }
  .rtl-layout .lc-menu .col-lg-pull-17 {
    left: 70.83333%;
  }
  .rtl-layout .lc-menu .col-lg-pull-18 {
    left: 75%;
  }
  .rtl-layout .lc-menu .col-lg-pull-19 {
    left: 79.16667%;
  }
  .rtl-layout .lc-menu .col-lg-pull-20 {
    left: 83.33333%;
  }
  .rtl-layout .lc-menu .col-lg-pull-21 {
    left: 87.5%;
  }
  .rtl-layout .lc-menu .col-lg-pull-22 {
    left: 91.66667%;
  }
  .rtl-layout .lc-menu .col-lg-pull-23 {
    left: 95.83333%;
  }
  .rtl-layout .lc-menu .col-lg-pull-24 {
    left: 100%;
  }
  .rtl-layout .lc-menu .col-lg-push-0 {
    right: 0%;
  }
  .rtl-layout .lc-menu .col-lg-push-1 {
    right: 4.16667%;
  }
  .rtl-layout .lc-menu .col-lg-push-2 {
    right: 8.33333%;
  }
  .rtl-layout .lc-menu .col-lg-push-3 {
    right: 12.5%;
  }
  .rtl-layout .lc-menu .col-lg-push-4 {
    right: 16.66667%;
  }
  .rtl-layout .lc-menu .col-lg-push-5 {
    right: 20.83333%;
  }
  .rtl-layout .lc-menu .col-lg-push-6 {
    right: 25%;
  }
  .rtl-layout .lc-menu .col-lg-push-7 {
    right: 29.16667%;
  }
  .rtl-layout .lc-menu .col-lg-push-8 {
    right: 33.33333%;
  }
  .rtl-layout .lc-menu .col-lg-push-9 {
    right: 37.5%;
  }
  .rtl-layout .lc-menu .col-lg-push-10 {
    right: 41.66667%;
  }
  .rtl-layout .lc-menu .col-lg-push-11 {
    right: 45.83333%;
  }
  .rtl-layout .lc-menu .col-lg-push-12 {
    right: 50%;
  }
  .rtl-layout .lc-menu .col-lg-push-13 {
    right: 54.16667%;
  }
  .rtl-layout .lc-menu .col-lg-push-14 {
    right: 58.33333%;
  }
  .rtl-layout .lc-menu .col-lg-push-15 {
    right: 62.5%;
  }
  .rtl-layout .lc-menu .col-lg-push-16 {
    right: 66.66667%;
  }
  .rtl-layout .lc-menu .col-lg-push-17 {
    right: 70.83333%;
  }
  .rtl-layout .lc-menu .col-lg-push-18 {
    right: 75%;
  }
  .rtl-layout .lc-menu .col-lg-push-19 {
    right: 79.16667%;
  }
  .rtl-layout .lc-menu .col-lg-push-20 {
    right: 83.33333%;
  }
  .rtl-layout .lc-menu .col-lg-push-21 {
    right: 87.5%;
  }
  .rtl-layout .lc-menu .col-lg-push-22 {
    right: 91.66667%;
  }
  .rtl-layout .lc-menu .col-lg-push-23 {
    right: 95.83333%;
  }
  .rtl-layout .lc-menu .col-lg-push-24 {
    right: 100%;
  }
  .rtl-layout .lc-menu .col-lg-offset-0 {
    margin-right: 0%;
  }
  .rtl-layout .lc-menu .col-lg-offset-1 {
    margin-right: 4.16667%;
  }
  .rtl-layout .lc-menu .col-lg-offset-2 {
    margin-right: 8.33333%;
  }
  .rtl-layout .lc-menu .col-lg-offset-3 {
    margin-right: 12.5%;
  }
  .rtl-layout .lc-menu .col-lg-offset-4 {
    margin-right: 16.66667%;
  }
  .rtl-layout .lc-menu .col-lg-offset-5 {
    margin-right: 20.83333%;
  }
  .rtl-layout .lc-menu .col-lg-offset-6 {
    margin-right: 25%;
  }
  .rtl-layout .lc-menu .col-lg-offset-7 {
    margin-right: 29.16667%;
  }
  .rtl-layout .lc-menu .col-lg-offset-8 {
    margin-right: 33.33333%;
  }
  .rtl-layout .lc-menu .col-lg-offset-9 {
    margin-right: 37.5%;
  }
  .rtl-layout .lc-menu .col-lg-offset-10 {
    margin-right: 41.66667%;
  }
  .rtl-layout .lc-menu .col-lg-offset-11 {
    margin-right: 45.83333%;
  }
  .rtl-layout .lc-menu .col-lg-offset-12 {
    margin-right: 50%;
  }
  .rtl-layout .lc-menu .col-lg-offset-13 {
    margin-right: 54.16667%;
  }
  .rtl-layout .lc-menu .col-lg-offset-14 {
    margin-right: 58.33333%;
  }
  .rtl-layout .lc-menu .col-lg-offset-15 {
    margin-right: 62.5%;
  }
  .rtl-layout .lc-menu .col-lg-offset-16 {
    margin-right: 66.66667%;
  }
  .rtl-layout .lc-menu .col-lg-offset-17 {
    margin-right: 70.83333%;
  }
  .rtl-layout .lc-menu .col-lg-offset-18 {
    margin-right: 75%;
  }
  .rtl-layout .lc-menu .col-lg-offset-19 {
    margin-right: 79.16667%;
  }
  .rtl-layout .lc-menu .col-lg-offset-20 {
    margin-right: 83.33333%;
  }
  .rtl-layout .lc-menu .col-lg-offset-21 {
    margin-right: 87.5%;
  }
  .rtl-layout .lc-menu .col-lg-offset-22 {
    margin-right: 91.66667%;
  }
  .rtl-layout .lc-menu .col-lg-offset-23 {
    margin-right: 95.83333%;
  }
  .rtl-layout .lc-menu .col-lg-offset-24 {
    margin-right: 100%;
  }
}
/*resize menu vertical*/
/*resize vertial menu*/
.lc-vertical-menu .item.level0 > a.menu-link > span {
  max-width: 100%;
  display: inline-block;
}
.lc-vertical-menu .item.level0 > a.menu-link .menu-icon + span {
  max-width: calc(100% - 50px);
}
.lc-vertical-menu .item.level0.parent > a.menu-link > span {
  max-width: calc(100% - 35px);
}
.lc-vertical-menu .item.level0.parent > a.menu-link > .menu-icon + span {
  max-width: calc(100% - 80px);
}
.lc-vertical-menu .item.level0 > a.menu-link span span {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0;
  max-width: 100%;
  overflow-x: hidden;
}
/*end resize menu vertical*/
@media (max-width: 1200px) and (min-width: 991px) {
  .lc-vertical-menu .item.level0 > a.menu-link .menu-icon {
    /* display:none;  */
    /* + span{ */
    /* border:none; */
    /* } */
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .lc-vertical-menu .item.level0 > a.menu-link {
    font-size: 11px;
  }
  .lc-vertical-menu .item.level0 > a.menu-link .menu-icon {
    /* display:none; */
    /* + span{ */
    /* border:none; */
    /* } */
  }
}
@media (max-width: 860px) and (min-width: 768px) {
  .lc-vertical-menu .item.level0.parent > a.menu-link > .menu-icon {
    display: none;
  }
  .lc-vertical-menu .item.level0.parent > a.menu-link > .menu-icon + span {
    border: none;
    max-width: calc(100% - 35px);
    padding-left: 17px !important;
  }
}
.lc-vertical-menu .item.level0 > a.menu-link span span {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0;
  max-width: 100%;
  overflow: hidden;
  display: block;
}
.cat-tree-wrap li.item:not(.level1) {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 10px auto;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #a8acab;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #a8acab;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #002e59;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #002e59;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #a8acab;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .amcform-title-wrap {
    flex-grow: unset;
    min-width: 30%;
    max-width: initial;
  }
  .amcform-title-wrap .amcform-title {
    max-width: 174px;
  }
  .amcform-title-wrap:nth-child(3n + 1):before {
    content: none;
  }
  .amcform-title-wrap:nth-child(3n + 1):last-child:before {
    width: 50%;
    background: linear-gradient(270deg, #e3e3e3 4.63%, rgba(227, 227, 227, 0) 83.33%);
    content: '';
  }
  .amcform-title-wrap:nth-child(3n + 1).ui-state-active:last-child:before {
    background: linear-gradient(270deg, #92b0ff 4.63%, rgba(227, 227, 227, 0) 83.33%);
  }
  .amcform-popup-block .amcform-header {
    font-size: 22px;
  }
  .amcform-popup-block .amcform-toolbar {
    flex-direction: row;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button {
    width: auto;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
    margin-top: 0;
  }
  .product.data.items {
    z-index: unset;
  }
  .circle-theme .amcform-title-wrap {
    min-width: 24%;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-item-actions {
    display: flex;
    align-items: center;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-item-actions .actions-secondary {
    margin-left: 10px;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-item-details .price-box .price-container .price {
    font-size: 22px !important;
  }
  .page-wrapper .products-list .product-item .product-item-info .product-image-list {
    position: relative;
    padding: 0;
  }
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v1,
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: none;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v1,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    bottom: 30px;
    z-index: 9;
    width: calc(100% - 30px);
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v1 span:before,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v2,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    z-index: 9;
    position: absolute;
    text-indent: -10000px;
    width: 33px;
    height: 35px;
    background-image: url('../WeltPixel_Quickview/images/quickview.png');
    background-repeat: no-repeat;
    bottom: 30px;
    right: 30px;
  }
  .page-products .products-list .product-item .weltpixel-quickview {
    font-size: 16px;
    padding: 15px 0;
    float: left;
  }
  .page-products .products-list .product-item .product-item-inner {
    clear: left;
  }
  .page-products .products-grid .product-item {
    position: relative;
  }
  .page-products .products-grid .product-item .product-item-inner {
    margin: 9px -9px 0 -10px;
  }
  .page-products .products-grid .product-item .product-item-details {
    position: relative;
  }
  .page-products .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span {
    padding: 18px;
    display: block;
  }
  .page-products .products-grid .product-item .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v1,
  .page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    top: -66px;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
    height: auto;
    overflow: visible;
  }
  .page-products .products-grid .product-item .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v1 span:before,
  .page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .page-products .products-grid .product-item .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v2,
  .page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    z-index: 9;
    position: absolute;
    text-indent: -10000px;
    width: 33px;
    height: 35px;
    background-image: url('../WeltPixel_Quickview/images/quickview.png');
    background-repeat: no-repeat;
    top: -46px;
    right: 5px;
    overflow: visible;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #a8acab;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #a8acab;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #001e3a;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #001e3a;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(168, 172, 171, 0.3);
    color: #5e5e5e;
    border: 1px solid #a8acab;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #a8acab;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(168, 172, 171, 0.8), inset 0 -1px 0 0 rgba(168, 172, 171, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #000000;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #07b1f9;
    border-color: #07b1f9;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #07b1f9;
    border-color: #07b1f9;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #07b1f9;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.4rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Public Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.7rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.7rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    line-height: 17px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #a8acab;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #a8acab;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #a8acab;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #a8acab;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #a8acab;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #07b1f9;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .page-products .page-title {
    margin-bottom: 10px;
    margin-left: 20%;
  }
  .page-products .category-image,
  .page-products .category-description {
    margin-bottom: 40px;
    margin-left: 20%;
  }
  .page-layout-1column .product-info-main {
    width: 52%;
  }
  .page-layout-1column .product.media {
    width: 43%;
  }
  .weltpixel-quickview-catalog-product-view .page-wrapper .page-main {
    min-height: auto;
  }
  .page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    top: 0;
    left: 20%;
    right: 20%;
  }
  .cms-index-index .buscar-preparacion {
    padding: 30px 15px 0 15px;
  }
  .cms-index-index .buscar-preparacion h2 {
    font-size: 2.8rem;
    line-height: 1.4rem;
  }
  .cms-index-index .buscar-preparacion p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: center;
    margin: 0;
    padding: 5px 70px 50px 70px;
  }
  .cms-index-index .buscar-preparacion ul {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
  .cms-index-index .buscar-preparacion ul li a {
    font-size: 1.4rem;
    padding: 60px 0 0 0;
  }
  .category-block-featured-home.block-ofertas .grid .product-item .product-item-details .price-box {
    height: 50px;
    gap: 5px;
  }
  .category-block-featured-home.block-ofertas .grid .product-item .product-item-details .price-box > .price-final_price .price-excluding-tax {
    bottom: 0;
  }
  .category-block-featured-home.block-destacados .product-item-info .price-box {
    height: max-content;
  }
  .cms-club .widget,
  .cms-club-bases-y-condiciones .widget {
    margin-bottom: 0;
  }
  .cms-club .column.main,
  .cms-club-bases-y-condiciones .column.main {
    padding-bottom: 0;
  }
  .cms-club .page-main,
  .cms-club-bases-y-condiciones .page-main {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: -20px;
  }
  .cms-club .base-container .title,
  .cms-club-bases-y-condiciones .base-container .title {
    padding: 2rem 1rem;
    background-color: #002e59;
    color: white;
  }
  .cms-club .base-container .title br,
  .cms-club-bases-y-condiciones .base-container .title br {
    display: none;
  }
  .cms-club .base-container .title h1,
  .cms-club-bases-y-condiciones .base-container .title h1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: bold;
  }
  .cms-club .base-container .title h2,
  .cms-club-bases-y-condiciones .base-container .title h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cms-club .title-container,
  .cms-club-bases-y-condiciones .title-container {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0rem;
    margin-bottom: 20px;
    min-height: 150px;
  }
  .cms-club .title-container h1,
  .cms-club-bases-y-condiciones .title-container h1 {
    font-size: 80px;
    margin: 0;
    color: white;
    font-family: 'Eastville Square US Regular';
    font-weight: 500;
    margin-right: 1rem;
    text-transform: capitalize;
    line-height: 1;
  }
  .cms-club .title-container .logo,
  .cms-club-bases-y-condiciones .title-container .logo {
    background-image: url("../images/club_res.svg");
    background-repeat: no-repeat;
    background-size: 170px;
    background-position: center;
    height: 170px;
    width: auto;
    margin-top: 2rem;
    padding-bottom: 1rem;
    max-width: 170px;
  }
  .cms-club .container-club-main,
  .cms-club-bases-y-condiciones .container-club-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
  }
  .cms-club .container-club-main h2,
  .cms-club-bases-y-condiciones .container-club-main h2 {
    font-size: 30px;
    text-decoration: none;
    color: #fff;
    background-color: #002e59;
    margin-bottom: 2rem;
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-weight: bold;
    width: 100%;
  }
  .cms-club .container-club-main p,
  .cms-club-bases-y-condiciones .container-club-main p,
  .cms-club .container-club-main a,
  .cms-club-bases-y-condiciones .container-club-main a {
    text-decoration: none;
    font-size: 20px;
    text-align: center;
  }
  .cms-club .container-club-main strong,
  .cms-club-bases-y-condiciones .container-club-main strong {
    font-weight: bolder;
  }
  .cms-club .container-club-main .signin-register,
  .cms-club-bases-y-condiciones .container-club-main .signin-register {
    display: flex;
    flex-direction: row;
    width: 70%;
    margin: 3rem auto;
    justify-content: center;
    flex-wrap: wrap;
  }
  .cms-club .container-club-main .signin-register a,
  .cms-club-bases-y-condiciones .container-club-main .signin-register a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 20px 56px;
    display: inline-block;
    width: 27%;
  }
  .cms-club .container-club-main .signin-register a:nth-child(1),
  .cms-club-bases-y-condiciones .container-club-main .signin-register a:nth-child(1) {
    position: relative;
    margin-right: 1rem;
    background-color: #003e78;
  }
  .cms-club .container-club-main .signin-register a:nth-child(1) p,
  .cms-club-bases-y-condiciones .container-club-main .signin-register a:nth-child(1) p {
    position: absolute;
    top: -2rem;
    left: 0;
    color: #002e59;
    font-size: small;
  }
  .cms-club .container-club-main .signin-register a:nth-child(2),
  .cms-club-bases-y-condiciones .container-club-main .signin-register a:nth-child(2) {
    margin-left: 1rem;
    background-color: #001e3a;
  }
  .cms-club .container-club-main .signin-register a:hover,
  .cms-club-bases-y-condiciones .container-club-main .signin-register a:hover {
    background-color: #54718f;
    color: #fff;
    text-decoration: underline;
  }
  .cms-club .container-club-main .benefit-single,
  .cms-club-bases-y-condiciones .container-club-main .benefit-single {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
  }
  .cms-club .container-club-main .benefit-single h3,
  .cms-club-bases-y-condiciones .container-club-main .benefit-single h3 {
    margin-top: 1rem;
    font-weight: bold;
  }
  .cms-club .container-club-main .benefits,
  .cms-club-bases-y-condiciones .container-club-main .benefits {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 2rem;
  }
  .cms-club .container-club-main .benefits p,
  .cms-club-bases-y-condiciones .container-club-main .benefits p,
  .cms-club .container-club-main .benefits li,
  .cms-club-bases-y-condiciones .container-club-main .benefits li {
    font-weight: lighter;
  }
  .cms-club .container-club-main .benefits .benefit-text,
  .cms-club-bases-y-condiciones .container-club-main .benefits .benefit-text {
    color: #fff;
    width: 50%;
    padding: 2rem;
  }
  .cms-club .container-club-main .benefits .benefit-text a,
  .cms-club-bases-y-condiciones .container-club-main .benefits .benefit-text a {
    color: white;
    text-transform: uppercase;
  }
  .cms-club .container-club-main .benefits .benefit-text h3,
  .cms-club-bases-y-condiciones .container-club-main .benefits .benefit-text h3 {
    margin-top: 1rem;
    font-weight: bold;
  }
  .cms-club .container-club-main .benefits .benefit-text ul,
  .cms-club-bases-y-condiciones .container-club-main .benefits .benefit-text ul,
  .cms-club .container-club-main .benefits .benefit-text ol,
  .cms-club-bases-y-condiciones .container-club-main .benefits .benefit-text ol {
    list-style: none;
    margin-top: 2rem;
    text-align: left;
  }
  .cms-club .container-club-main .benefits .benefit-text ul li,
  .cms-club-bases-y-condiciones .container-club-main .benefits .benefit-text ul li,
  .cms-club .container-club-main .benefits .benefit-text ol li,
  .cms-club-bases-y-condiciones .container-club-main .benefits .benefit-text ol li {
    text-decoration: none;
    font-size: 20px;
  }
  .cms-club .container-club-main .benefits .benefit-text:nth-child(1),
  .cms-club-bases-y-condiciones .container-club-main .benefits .benefit-text:nth-child(1) {
    background-color: #003e78;
    display: flex;
    flex-direction: column;
  }
  .cms-club .container-club-main .benefits .benefit-text:nth-child(1) p,
  .cms-club-bases-y-condiciones .container-club-main .benefits .benefit-text:nth-child(1) p {
    display: flex;
    flex-grow: 1;
    align-items: center;
  }
  .cms-club .container-club-main .benefits .benefit-text:nth-child(1) :nth-child(3),
  .cms-club-bases-y-condiciones .container-club-main .benefits .benefit-text:nth-child(1) :nth-child(3) {
    margin-top: 2rem;
  }
  .cms-club .container-club-main .benefits .benefit-text:nth-child(2),
  .cms-club-bases-y-condiciones .container-club-main .benefits .benefit-text:nth-child(2) {
    background-color: #001e3a;
  }
  .cms-club footer,
  .cms-club-bases-y-condiciones footer {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .cms-club footer a,
  .cms-club-bases-y-condiciones footer a {
    margin-right: 4px;
  }
  .cms-club footer.bases-footer a,
  .cms-club-bases-y-condiciones footer.bases-footer a {
    text-transform: uppercase;
    text-decoration: none;
    background-color: #002E5A;
    color: #fff;
    font-size: 15px;
    padding: 20px 56px;
    display: inline-block;
    width: auto;
  }
  .cms-club footer.bases-footer a:hover,
  .cms-club-bases-y-condiciones footer.bases-footer a:hover {
    background-color: #54718f;
    color: #fff;
    text-decoration: underline;
  }
  .page-products .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box {
    flex-direction: column;
    position: relative;
    height: 135px;
    justify-content: flex-end;
    gap: 5px;
    margin: 0;
  }
  .page-products .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box > .price-final_price {
    width: 100%;
    position: relative;
  }
  .page-products .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box > .old-price {
    width: 100%;
    text-align: center;
  }
  .page-products .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box > .special-price {
    width: 100%;
  }
  .page-products .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-by {
    width: 100%;
  }
  .page-products .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .cant-min {
    width: 100%;
    text-align: center;
  }
  .page-products .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .wrapper_qty_btn {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 25px;
  }
  .page-products .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .wrapper_qty_btn .wrapper__qty {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-products .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .wrapper_qty_btn .wrapper__qty .wrapper__qty-input {
    display: flex;
  }
  .catalog-product-view .block.upsell .product-item-info .product-item-details {
    text-align: left;
    padding: 12px 25px 0 25px;
  }
  .catalog-product-view .block.upsell .product-item-info .upsell-view-product {
    text-align: left;
    padding: 0 25px 22px 25px;
  }
  .products-crosssell .products .price-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 5px;
    position: relative;
  }
  .products-crosssell .products .price-box .price-final_price .price-excluding-tax {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .minicart-wrapper .block-minicart {
    padding: 10px 20px;
    top: 70%;
  }
}
@media all and (min-width: 1024px), print {
  .header-content-menu-search {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  #slider #commands {
    display: none;
  }
  .middle-slider {
    display: flex;
    justify-content: space-between;
    margin: 51px 0 0;
    padding: 0 0;
  }
  .middle-slider .item {
    flex-basis: 31%;
    max-width: 379px;
    width: 100%;
  }
  .middle-slider .item img {
    width: 100%;
  }
  .bottom-slider {
    background-color: #eeeeee;
    margin: 0 0 51px;
    padding: 30px 0;
  }
  .bottom-slider .inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
  }
  .bottom-slider .item {
    flex-basis: 47%;
    max-width: 580px;
    width: 100%;
  }
  .bottom-slider .item img {
    width: 100%;
  }
  .catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-including-tax .price,
  .catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-including-tax .price {
    font-size: 2rem;
  }
  .catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-by,
  .catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-by {
    font-size: 1.4rem;
    margin: 0;
    padding: 0 5px;
  }
}
@media all and (min-width: 1280px), print {
  .lc-horizontal-menu .groupmenu li.level0 > a.menu-link {
    font-size: 1.4rem;
    padding: 18px 16px;
  }
  .catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-including-tax .price,
  .catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-including-tax .price {
    font-size: 2.4rem;
  }
  .catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-by,
  .catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-by {
    font-size: 1.4rem;
    margin: 0;
    padding: 0 5px;
  }
  .catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .wrapper_qty_btn,
  .catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .wrapper_qty_btn {
    flex-direction: row;
    justify-content: center;
    align-items: end;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
.text-transform_up {
  text-transform: uppercase;
}
.full-width {
  width: 100%;
}
.cancel-abs-visually-hidden {
  border: initial;
  clip: auto;
  height: auto;
  margin: initial;
  overflow: visible;
  padding: initial;
  position: static;
  width: auto;
}
.DN {
  display: none !important;
}
.position-relative {
  position: relative;
}
@font-face {
  font-family: 'Eastville Square US Regular';
  src: url('../fonts/EastvilleSquareUS-Regular.woff') format('woff'), url('../fonts/EastvilleSquareUS-Regular.ttf') format('truetype'), url('../fonts/EastvilleSquareUS-Regular.otf') format('otf');
  font-weight: 500;
}
@font-face {
  font-family: 'Photograph Signature';
  src: url('../fonts/Photograph Signature.woff2') format('woff2'), url('../fonts/Photograph-Signature.woff') format('woff'), url('../fonts/Photograph Signature.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
h1 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}
h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}
h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
}
h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}
h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}
h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}
.page-title {
  font-size: 36px;
}
.category-title {
  font-size: 36px;
}
@media only screen and (min-width: 800px) {
  .menu-search-wrapper .header-contacts {
    display: none;
  }
}
.page-header {
  background-color: transparent;
  margin-bottom: 20px;
  top: 0;
  transition: top 2s;
  will-change: position, top;
  z-index: 20;
  border: 0;
}
@media only screen and (max-width: 800px) {
  .page-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-header {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-header.sticky {
    box-shadow: 0 0px 10px 2px rgba(10, 33, 60, 0.3);
    position: fixed;
    transition: all .5s linear;
    width: 100%;
  }
  .page-header.sticky .header.content {
    padding: 15px 20px;
  }
  .page-header.sticky .panel.wrapper {
    display: none;
  }
  .page-header.sticky .minicart-wrapper,
  .page-header.sticky .block-search {
    margin-bottom: 0;
  }
  .page-header.sticky .navigation .level0 > .level-top {
    line-height: 40px;
  }
  .page-header.sticky + div,
  .page-header.sticky + main {
    margin-top: 120px;
  }
}
.page-header .header-content-wrapper {
  background-color: #002e59;
}
@media (max-width: 768px) {
  .page-header .header-content-wrapper {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .header.content {
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .header.content:before,
  .header.content:after {
    display: none;
  }
  .header.content .links-wrapper {
    display: flex;
  }
  .logo {
    margin: 0;
    align-self: flex-start;
    flex-grow: 4;
  }
}
@media only screen and (max-width: 767px) {
  #html-body .columns .column.main #pointofsale_box #pointofsale #pointofsale_scroll {
    height: auto;
  }
  #html-body .columns .column.main #pointofsale_box #tools {
    display: none;
  }
  .header.content {
    padding-top: 15px;
  }
  .block-search .control {
    border: none;
    position: relative;
    z-index: 3;
  }
  .block-search .label:hover:before {
    color: #ffffff;
  }
}
.header-contacts {
  color: #6a8bb2;
  padding-top: 12px;
}
@media only screen and (max-width: 800px) {
  .header-contacts {
    display: none;
    /*display: inline-block;*/
  }
}
.header-contacts .item {
  color: #6a8bb2;
  font-size: 12px;
  font-weight: 600;
}
.header-contacts .item:first-child:before {
  font-family: FontAwesome;
  content: "\f041";
  font-size: 12px;
  margin: 0 6px 0 0;
}
.header-contacts .item:last-child {
  padding-left: 15px;
  position: relative;
}
.header-contacts .item:last-child:before {
  position: absolute;
  top: -4px;
  left: 4px;
  content: '.';
}
.page-footer {
  background: #ffffff;
  margin: 0;
  padding: 40px 0 60px;
  float: left;
  clear: both;
  box-sizing: border-box;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 1024px) {
  .page-footer {
    padding: 25px 25px 60px;
  }
  .page-footer .footer-container .footer-logo-redes-mobile {
    width: 100%;
    float: none;
    clear: both;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .page-footer {
    padding: 25px 25px 10px;
  }
}
.page-footer .whatsapp-header-block,
.page-footer .whatsapp-header-block-mobile {
  position: fixed;
  z-index: 999;
}
.page-footer .whatsapp-header-block a,
.page-footer .whatsapp-header-block-mobile a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../images/whatsapp-title-icon.png") no-repeat 0 0;
}
.page-footer .whatsapp-header-block {
  right: 40px;
  bottom: 40px;
}
.page-footer .whatsapp-header-block-mobile {
  right: 20px;
  bottom: 76px;
}
.contact-container {
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
}
.contact-container .box {
  margin: auto;
  max-width: 1240px;
}
.contact-container [class^='icon-']:before,
.contact-container [class*=' icon-']:before {
  font-size: 21px;
}
.contact-container .spacer-middle {
  margin-top: 16px;
}
.contact-container ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
}
.contact-container li {
  font-size: 17px;
  line-height: 17px;
  margin: 0;
  padding: 20px 0;
  padding-bottom: 25px;
  text-align: center;
}
.contact-container li a {
  text-decoration: none;
}
.contact-container li .facebook-link {
  background-color: #3b5998;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px;
  text-align: center;
}
.contact-container li .phone-link {
  border: 1px solid #cccccc;
  border-radius: 5px;
  display: block;
  margin: auto;
  max-width: 50%;
  padding: 10px;
}
.contact-container li img {
  width: 15px;
}
@media screen and (min-width: 768px) {
  .contact-container ul {
    display: flex;
    padding: 10px;
  }
  .contact-container li {
    flex: 1;
    padding-bottom: 25px;
  }
  .contact-container li .facebook-link {
    display: inline-block;
    margin: 9px 10px;
  }
  .contact-container li .phone-link {
    border: none;
    padding: 0;
  }
}
.footer-sitemap {
  width: 100%;
  clear: both;
  box-sizing: border-box;
}
.footer-sitemap h3 {
  color: #00234c;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.footer-sitemap a {
  display: block;
  color: #929292;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 15px;
}
.footer-sitemap a span {
  display: block;
  color: #929292;
  font-size: 12px;
  line-height: 26px;
}
.footer-sitemap .franquicias {
  background: #0358c8;
  border-radius: 5px;
  color: #ffffff;
  border: none;
  font-size: 14px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 157px;
  margin-top: 25px;
  position: relative;
  padding: 0 0 0 12px;
}
.footer-sitemap .franquicias span {
  color: white;
}
.footer-sitemap .franquicias:hover,
.footer-sitemap .franquicias:focus {
  text-decoration: none;
  border: 0;
}
.footer-sitemap .franquicias:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 16px;
  width: 29px;
  height: 20px;
  background: url('../images/cow-icon.png') no-repeat 0px 0px;
}
.footer-sitemap .redes-container {
  float: left;
  width: 100%;
  line-height: 26px;
}
.footer-sitemap .redes-container span {
  color: #929292;
  font-size: 12px;
  display: block;
}
.footer-sitemap .redes-container a {
  display: inline-block;
  font-size: 15px;
  background: #444444;
  border-radius: 100%;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  margin-right: 10px;
}
.footer-sitemap .redes-container a i {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .footer-sitemap .redes-container {
    width: 50%;
  }
}
.footer-sitemap .logo-container {
  margin-bottom: 15px;
}
.footer-sitemap .logo-container svg {
  max-width: 102px;
}
.footer-sitemap .tel-contact-container {
  margin-bottom: 30px;
}
.footer-sitemap .tel-contact-container a {
  font-size: 18px;
  color: #444444;
}
.footer-sitemap .tel-contact-container a:hover {
  text-decoration: none;
}
.footer-sitemap .mail-contact-container {
  float: left;
  width: 100%;
}
.footer-sitemap .mail-contact-container a {
  font-size: 18px;
  color: #444444;
  line-height: 26px;
}
.footer-sitemap .footer-newsletter {
  width: 100%;
  float: left;
}
.footer-sitemap .footer-newsletter .escribinos-contacto span {
  color: #929292;
  font-size: 12px;
  display: block;
}
.footer-sitemap .footer-newsletter .escribinos-contacto a {
  font-size: 18px;
  color: #444;
}
.footer-sitemap .footer-newsletter .block.newsletter {
  background: #f2f2f2;
  border-radius: 5px;
  padding: 30px 35px;
  width: 100%;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 45px;
  float: left;
  clear: both;
  box-sizing: border-box;
}
.footer-sitemap .footer-newsletter .block.newsletter .title {
  margin-bottom: 18px;
  color: #444444;
  letter-spacing: 0.36px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .footer-sitemap .footer-newsletter .block.newsletter .title {
    color: #444444;
  }
}
.footer-sitemap .footer-newsletter .block.newsletter .form.subscribe > .field {
  float: unset;
  max-width: unset;
}
.footer-sitemap .footer-newsletter .block.newsletter input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-style: italic;
  font-size: 12px;
  color: #666666;
  padding: 12px 18px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .footer-sitemap .footer-newsletter .block.newsletter input {
    height: 50px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px;
  }
}
.footer-sitemap .footer-newsletter .block.newsletter .control:before {
  display: none;
}
.footer-sitemap .footer-newsletter .block.newsletter .actions {
  float: unset;
}
.footer-sitemap .footer-newsletter .block.newsletter .actions button {
  height: 40px;
  border: 0;
  background: #666666;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  width: 157px;
  margin-left: 10px;
}
.footer-sitemap .footer-newsletter .block.newsletter .actions button:hover,
.footer-sitemap .footer-newsletter .block.newsletter .actions button:focus {
  text-decoration: none;
}
.footer-sitemap .footer-newsletter .block.newsletter .actions button span:before {
  display: inline-block;
  font-family: 'res';
  content: '\E009';
  margin-right: 8px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 1024px) {
  .footer-sitemap .footer-newsletter .block.newsletter .actions {
    display: block;
    width: 100%;
  }
  .footer-sitemap .footer-newsletter .block.newsletter .actions button {
    height: 50px;
    display: block;
    width: 100%;
    margin: 0;
  }
  .footer-sitemap .footer-newsletter .block.newsletter .actions span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-sitemap .footer-newsletter .block.newsletter {
    padding: 25px 18px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-sitemap .footer-newsletter .mail-contact-container,
  .footer-sitemap .footer-newsletter .redes-container {
    display: none;
  }
}
.footer-sitemap .cards-footer {
  margin-top: 10px;
}
.footer-sitemap .cards-footer span {
  color: #929292;
  float: left;
  padding-right: 8px;
  margin-bottom: 10px;
}
.footer-sitemap .cards-footer ul {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  top: -5px;
}
.footer-sitemap .cards-footer ul li {
  display: inline-block;
  list-style: none;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.footer-sitemap .cards-footer ul li img {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  height: 30px;
}
.footer-sitemap .cards-footer ul li.afip-no-desk {
  display: none;
}
@media screen and (max-width: 1024px) {
  .footer-sitemap .cards-footer {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 1025px) {
  .footer-sitemap .footer-cards-mobile,
  .footer-sitemap .footer-logo-redes-mobile,
  .footer-sitemap .footer-escribinos-tel-mobile {
    display: none;
  }
  .footer-sitemap .no-desk {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .footer-sitemap .footer-container {
    position: relative;
    padding-bottom: 0;
    width: 100%;
    float: left;
    clear: both;
  }
  .footer-sitemap .footer-logo-redes-mobile {
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 15px;
  }
  .footer-sitemap .footer-escribinos-tel-mobile {
    width: 100%;
    float: left;
    clear: both;
    padding: 25px 0;
    border-top: 1px solid #cccccc;
  }
  .footer-sitemap .footer-escribinos-tel-mobile .mail-contact-container,
  .footer-sitemap .footer-escribinos-tel-mobile .tel-contact-container {
    width: 50%;
    float: left;
    margin: 0;
  }
  .footer-sitemap .footer-escribinos-tel-mobile .mail-contact-container a,
  .footer-sitemap .footer-escribinos-tel-mobile .tel-contact-container a {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    display: inline-block;
  }
  .footer-sitemap .footer-escribinos-tel-mobile .escribinos-contacto span {
    line-height: 26px;
    font-size: 12px;
    color: #929292;
  }
  .footer-sitemap .footer-escribinos-tel-mobile .escribinos-contacto a {
    margin-bottom: 0;
    line-height: 26px;
  }
  .footer-sitemap .item {
    width: 50%;
    float: left;
    border-top: 1px solid #cccccc;
    padding-top: 25px;
  }
  .footer-sitemap .item .tel-contact-container,
  .footer-sitemap .item .cards-footer,
  .footer-sitemap .item .logo-container {
    display: none;
  }
  .footer-sitemap .franquicias {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .footer-sitemap .logo-container,
  .footer-sitemap .redes-container {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .footer-sitemap .logo-container img {
    width: 80%;
  }
  .footer-sitemap .redes-container {
    display: flex;
  }
  .footer-sitemap .redes-container span {
    display: none;
  }
  .footer-sitemap .redes-container a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 18px;
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap .no-mob {
    display: none;
  }
  .footer-sitemap .footer-franquicias-mobile a {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .footer-sitemap .footer-newsletter {
    display: flex;
    float: unset;
    flex-direction: column;
  }
  .footer-sitemap .footer-newsletter .footer-cards-mobile {
    order: 1;
  }
  .footer-sitemap .footer-newsletter .footer-cards-mobile .cards-footer ul li {
    margin: 0 5px 0 0;
  }
  .footer-sitemap .footer-newsletter .footer-cards-mobile .cards-footer ul li.afip-no-desk {
    display: inline-block;
    line-height: 0;
  }
  .footer-sitemap .footer-newsletter .footer-cards-mobile .cards-footer ul li.afip-no-desk a {
    margin-bottom: 0;
  }
  .footer-sitemap .footer-newsletter .block.newsletter {
    margin-bottom: 0;
  }
  .footer-sitemap .footer-newsletter .footer-firma {
    order: 2;
    justify-content: flex-start;
    gap: 10px;
  }
  .footer-sitemap .footer-escribinos-tel-mobile {
    float: unset;
    display: flex;
    justify-content: space-between;
  }
  .footer-sitemap .footer-escribinos-tel-mobile .escribinos-contacto.no-mob {
    display: inline-block;
  }
  .footer-sitemap .footer-escribinos-tel-mobile .tel-contact-container {
    color: #929292;
  }
  .footer-sitemap .footer-escribinos-tel-mobile .tel-contact-container a {
    font-size: 12px;
  }
}
@media screen and (max-width: 330px) {
  .footer-sitemap .item {
    width: 100% !important;
  }
  .footer-sitemap .cards-footer span {
    float: none;
    display: block;
    margin-bottom: 3px;
  }
  .footer-sitemap .cards-footer ul {
    float: none;
    top: 0;
  }
}
@media screen and (max-width: 740px) {
  .footer-sitemap > .newsletter {
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px 20px;
    width: 100%;
  }
  .footer-sitemap > .newsletter .control,
  .footer-sitemap > .newsletter .actions {
    display: block;
    float: left;
    width: 100%;
  }
  .footer-sitemap > .newsletter .control .action,
  .footer-sitemap > .newsletter .actions .action {
    width: 100%;
  }
  .footer-sitemap > .newsletter .control {
    margin-bottom: 10px;
  }
  .footer-sitemap > .newsletter input {
    height: 40px;
  }
  .footer-sitemap > .newsletter input:before {
    margin-top: 5px;
  }
}
@media screen and (min-width: 426px) and (max-width: 1024px) {
  .footer-sitemap > .newsletter {
    margin: auto;
    padding-bottom: 20px;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .footer-sitemap {
    margin: 0 auto;
    max-width: 1280px;
    padding: 15px 20px;
  }
  .footer-sitemap .item {
    box-sizing: border-box;
    float: left;
    width: 20%;
    padding: 10px 10px 0 45px;
    border-left: 1px solid #cccccc;
  }
  .footer-sitemap .item.institucional {
    border-left: none;
    padding-left: 0;
  }
  .footer-sitemap .item.institucional .logo-footer {
    width: 40%;
    margin-bottom: 25px;
  }
  .footer-sitemap .item.tel-ayuda-pago-container {
    width: 30%;
    padding-top: 0;
  }
  .footer-sitemap .item .inner {
    display: block !important;
  }
  .footer-sitemap .footer-newsletter {
    width: 50%;
  }
  .footer-sitemap .footer-newsletter .mail-contact-container {
    width: 50%;
  }
  .footer-sitemap .footer-newsletter .escribinos-contacto {
    display: inline-block;
    float: left;
    width: 50%;
    line-height: 26px;
  }
  .footer-sitemap .footer-newsletter .redes-container {
    width: 50%;
  }
}
.footer-firma {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  padding: 19px 0 0 0;
}
.footer-firma .logo-improntus {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .footer-firma .logo-improntus {
    width: 30%;
  }
}
.footer-firma .logo-improntus img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.footer-firma .firma {
  color: #929292;
  margin: 8px 35px 0 0;
}
.footer-firma .firma span {
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: -5px;
  margin-right: 8px;
}
.footer-firma .firma img {
  max-height: 20px;
}
.footer-firma .afip img {
  max-height: 40px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.footer-firma .cace {
  margin: 0 35px 0 0;
}
.footer-firma .cace img {
  max-width: 100px;
}
.footer-firma .footer-copyright {
  flex-basis: 100%;
  width: 100%;
  color: #929292;
  font-size: 12px;
}
.footer-firma .footer-copyright a {
  display: inline;
  color: #0358c8;
}
.page-wrapper > .page-bottom {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.page-wrapper > .page-bottom .block {
  margin: 0;
}
.pre-footer {
  background-color: #002e59;
  color: #ffffff;
}
.pre-footer .box {
  box-sizing: content-box;
  margin: auto;
  padding: 35px 20px;
}
@media screen and (min-width: 1025px) {
  .pre-footer .box {
    height: 120px;
    max-width: 1240px;
    padding: 35px 0;
  }
}
.pre-footer .content-img {
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .pre-footer .content-img {
    float: left;
  }
}
.pre-footer .content-img img {
  height: 100%;
  width: 100%;
}
.pre-footer .principal {
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .pre-footer .principal {
    border-right: 1px solid #ffffff;
    float: left;
    margin-right: 3%;
    width: 70%;
  }
}
.pre-footer .principal .content-img {
  border-radius: 5px;
  height: 170px;
  margin: auto;
  width: 280px;
}
@media screen and (min-width: 1025px) {
  .pre-footer .principal .content-img {
    height: 100px;
    width: 210px;
  }
}
.pre-footer .principal .tit {
  font-size: 26px;
  font-weight: 500;
  margin-top: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 430px) {
  .pre-footer .principal .tit {
    width: 100%;
  }
}
@media screen and (min-width: 431px) and (max-width: 1025px) {
  .pre-footer .principal .tit {
    margin: 10px auto 0;
    width: 80%;
  }
}
.pre-footer .principal p {
  margin: 0 auto 30px;
  width: 80%;
}
@media screen and (max-width: 430px) {
  .pre-footer .principal p {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .pre-footer .principal p {
    width: 66%;
  }
}
@media screen and (min-width: 1025px) {
  .pre-footer .principal .tit,
  .pre-footer .principal p {
    float: left;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .pre-footer .secundario {
    float: left;
    width: 25%;
  }
}
.pre-footer .secundario .img-box {
  height: 64px;
  margin: auto;
  width: 235px;
}
@media screen and (min-width: 1025px) {
  .pre-footer .secundario .img-box {
    width: 80%;
  }
}
.pre-footer .secundario .content-img {
  border-radius: 100%;
  float: left;
  height: 64px;
  margin: 0 3%;
  width: 64px;
}
.pre-footer .secundario .tit {
  clear: both;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .pre-footer .secundario .tit {
    margin: 10px 0;
  }
}
.pre-footer .secundario a {
  background-color: #ffffff;
  border-radius: 5px;
  color: #002e59;
  display: block;
  margin: auto;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 270px;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #002e59;
}
@media screen and (min-width: 400px) {
  .fotorama:not(.fotorama--fullscreen) .fotorama__stage {
    height: 380px;
    margin: auto;
    width: 380px;
  }
  .fotorama:not(.fotorama--fullscreen) .fotorama__stage .fotorama__stage__shaft {
    width: 380px;
  }
}
.pag404 a {
  color: #999999;
  text-decoration: underline;
}
.pag404 a:link,
.pag404 a:hover,
.pag404 a:focus,
.pag404 a:active {
  color: #999999;
  text-decoration: underline;
}
.checkout-success .order-number {
  color: #999999;
  margin-left: 5px;
  text-decoration: underline;
}
.checkout-success .order-number:link,
.checkout-success .order-number:hover,
.checkout-success .order-number:focus,
.checkout-success .order-number:active {
  color: #999999;
  text-decoration: underline;
}
.checkout-onepage-success .page-title-wrapper .print {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #002e59;
  font-size: 15px;
  font-weight: 400;
  margin-top: 0;
  padding: 10px;
  width: auto;
}
.checkout-onepage-success .page-title-wrapper .print:link,
.checkout-onepage-success .page-title-wrapper .print:hover,
.checkout-onepage-success .page-title-wrapper .print:focus,
.checkout-onepage-success .page-title-wrapper .print:active {
  border: 1px solid #cccccc;
  box-shadow: none;
  text-decoration: none;
}
.cms-page-view .breadcrumbs,
.cms-page-view .page-title-wrapper {
  margin: auto;
  max-width: 900px;
  padding: 0;
}
.static-page {
  margin: auto;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .uk-slideshow {
    margin-top: 68px;
  }
}
@media screen and (min-width: 1280px) {
  .uk-slideshow li div img {
    max-width: 100%;
  }
}
.search-autocomplete ul li span {
  color: #444444;
  font: 600 14px 'Public Sans', Helvetica, Arial;
  line-height: 22px;
}
.gallery-legend {
  display: none;
}
@media screen and (min-width: 767px) {
  .gallery-legend {
    color: #999999;
    display: block;
    font-size: 11px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.block-search .label,
.block-search .action.search {
  opacity: 1;
}
.block-search .label:before,
.block-search .action.search:before {
  color: #ffffff;
  content: '\E007';
  font-family: 'res';
  display: none;
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .block-search .label:before,
  .block-search .action.search:before {
    line-height: 43px;
  }
}
.opc-block-summary .table-totals tbody .amount {
  word-wrap: unset;
}
@media screen and (min-width: 767px) {
  .page-products .sidebar {
    position: sticky;
    top: 130px;
  }
}
.form-orders-search {
  max-width: 800px;
}
.form-orders-search .label {
  clear: both;
  float: left;
}
.form-orders-search .control {
  clear: left;
  float: left;
  width: 90%;
}
.tooltip-box {
  float: right;
}
.tooltip-box .tooltip {
  position: relative;
}
.tooltip-box .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-right: 5px;
  right: 100%;
  top: 0;
}
.tooltip-box .tooltip .tooltip-content:after,
.tooltip-box .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip-box .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip-box .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip-box .tooltip .tooltip-content:after,
.tooltip-box .tooltip .tooltip-content:before {
  left: 100%;
}
.tooltip-box .tooltip .tooltip-content:after {
  border-left-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.tooltip-box .tooltip .tooltip-content:before {
  border-left-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.tooltip-box .tooltip .tooltip-toggle {
  cursor: help;
}
.tooltip-box .tooltip .tooltip-toggle:hover + .tooltip-content,
.tooltip-box .tooltip .tooltip-toggle:focus + .tooltip-content,
.tooltip-box .tooltip:hover .tooltip-content {
  display: block;
}
.tooltip-box .tooltip .tooltip-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #bbbbbb;
  content: '\e623';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 21px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.tooltip-box .tooltip .tooltip-content {
  background-color: #f4f4f4;
  color: #002e59;
  left: auto;
  right: 27px;
  top: -12px;
}
#pointofsale_box #pointofsale #pointofsale_scroll {
  height: auto;
}
#pointofsale_box #tools {
  display: none;
}
.table tfoot,
.order-details-items tfoot td {
  background: #d1d1d1;
}
.back-to-top {
  background-color: #002e59;
  border-radius: 100%;
  bottom: 35px;
  box-shadow: 0 3px 5px 1px rgba(10, 33, 60, 0.8);
  color: #ffffff;
  height: 60px;
  opacity: 0;
  position: fixed;
  right: 65px;
  text-transform: uppercase;
  transition: opacity .5s;
  width: 60px;
  will-change: opacity;
  z-index: 20;
}
.back-to-top > span {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  height: 100%;
  justify-content: center;
}
.back-to-top > span:before,
.back-to-top > span:after {
  content: '\e621';
  font-family: 'luma-icons';
  font-weight: 600;
}
.back-to-top > span:before {
  line-height: 0;
  order: 0;
}
.back-to-top > span:after {
  line-height: 12px;
  order: 1;
}
.back-to-top > span span {
  font-weight: 500;
  order: 2;
}
.back-to-top.show {
  opacity: 1;
}
@media (max-width: 768px) {
  .back-to-top {
    right: 35px;
  }
}
.back-to-top:hover {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .footer-bottom {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/pattern-fondo-footer.png);
  }
}
.footer-venta-telefonica {
  font-size: 29px;
  position: fixed;
  bottom: 0;
  height: 63px;
  background: #d9d9d9;
  width: 100%;
  z-index: 2;
}
@media (min-width: 620px) {
  .footer-venta-telefonica {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .footer-venta-telefonica {
    display: none;
  }
}
.footer-venta-telefonica .btn-venta-telefonica {
  float: left;
}
.footer-venta-telefonica .btn-venta-telefonica a {
  background: #001e3a;
  border: 3px solid #001e3a;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  margin: 10px;
  padding: 5px 15px;
  text-transform: uppercase;
  width: auto;
}
.footer-venta-telefonica .btn-venta-telefonica a:hover {
  background: #002e59;
  border: 3px solid #a8acab;
  text-decoration: none;
}
.footer-venta-telefonica .btn-venta-telefonica img {
  float: left;
  margin: 0 6px 0 0px;
  width: 18px;
}
.footer-venta-telefonica .cocinero {
  display: none;
  float: left;
  height: 73px;
}
@media (min-width: 425px) {
  .footer-venta-telefonica .cocinero {
    display: block;
  }
}
.action.action-show-popup {
  background-color: #002e59;
  color: #ffffff;
  padding: 10px 5px;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .action.action-show-popup {
    padding: 10px 20px;
  }
}
.action.action-show-popup:link,
.action.action-show-popup:hover {
  border: none;
  box-shadow: none;
  text-decoration: none;
}
.action.action-show-popup:focus,
.action.action-show-popup:active {
  text-decoration: none;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  color: #002e59;
  font-weight: 600;
}
.action-apply,
.opc-wrapper .action-select-shipping-item {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #002e59;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}
.action-apply:link,
.opc-wrapper .action-select-shipping-item:link,
.action-apply:hover,
.opc-wrapper .action-select-shipping-item:hover,
.action-apply:focus,
.opc-wrapper .action-select-shipping-item:focus,
.action-apply:active,
.opc-wrapper .action-select-shipping-item:active {
  border: 1px solid #cccccc;
  box-shadow: none;
  text-decoration: none;
}
.opc-wrapper .edit-address-link {
  color: #07b1f9;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 10px;
}
.opc-wrapper .edit-address-link:link,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:focus,
.opc-wrapper .edit-address-link:active {
  color: #07b1f9;
}
.cms-index-index .page-main {
  padding: 0;
}
.cms-index-index .block-static-block {
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.cms-index-index article {
  display: block;
}
.cms-index-index #slider {
  margin: -12px auto;
  text-align: center;
}
.cms-index-index #slider input {
  display: none;
}
.cms-index-index #slide1:checked ~ #slides .inner {
  margin-left: 0;
}
.cms-index-index #slide2:checked ~ #slides .inner {
  margin-left: -100%;
}
.cms-index-index #slide3:checked ~ #slides .inner {
  margin-left: -200%;
}
.cms-index-index #slide4:checked ~ #slides .inner {
  margin-left: -300%;
}
.cms-index-index #slide5:checked ~ #slides .inner {
  margin-left: -400%;
}
.cms-index-index #container {
  overflow: hidden;
  width: 100%;
}
.cms-index-index article img {
  width: 100%;
}
.cms-index-index #slides {
  max-height: 440px;
  overflow: hidden;
}
.cms-index-index #slides .inner {
  line-height: 0;
  width: 500%;
}
.cms-index-index #slides article {
  float: left;
  width: 20%;
}
.cms-index-index #commands {
  height: 50px;
  margin: -25% 0 0 0;
  width: 100%;
}
.cms-index-index #commands label {
  display: none;
  height: 80px;
  opacity: .5;
  width: 80px;
}
.cms-index-index #commands label:hover {
  opacity: .8;
}
.cms-index-index #active {
  margin: 1% 0 0;
  position: relative;
  text-align: center;
  z-index: 5;
}
.cms-index-index #active label {
  background: #bbb;
  border-radius: 5px;
  display: inline-block;
  height: 10px;
  width: 10px;
}
.cms-index-index #active label:hover {
  background: #333;
  border-color: #777 !important;
}
.cms-index-index #slide1:checked ~ #commands label:nth-child(2),
.cms-index-index #slide2:checked ~ #commands label:nth-child(3),
.cms-index-index #slide3:checked ~ #commands label:nth-child(4),
.cms-index-index #slide4:checked ~ #commands label:nth-child(5),
.cms-index-index #slide5:checked ~ #commands label:nth-child(1) {
  background-image: url('..//images/next.png');
  background-position: center right;
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 50px;
  margin: 0;
  width: 50px;
}
.cms-index-index #slide1:checked ~ #commands label:nth-child(5),
.cms-index-index #slide2:checked ~ #commands label:nth-child(1),
.cms-index-index #slide3:checked ~ #commands label:nth-child(2),
.cms-index-index #slide4:checked ~ #commands label:nth-child(3),
.cms-index-index #slide5:checked ~ #commands label:nth-child(4) {
  background-image: url('..//images/prev.png');
  background-position: center left;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 50px;
  margin: 0 0 0 -6px;
  width: 50px;
}
.cms-index-index #slide1:checked ~ #active label:nth-child(1),
.cms-index-index #slide2:checked ~ #active label:nth-child(2),
.cms-index-index #slide3:checked ~ #active label:nth-child(3),
.cms-index-index #slide4:checked ~ #active label:nth-child(4),
.cms-index-index #slide5:checked ~ #active label:nth-child(5) {
  background: #000;
}
.cms-index-index #slides {
  border-radius: 2px 2px 2px 2px;
  margin: 0;
  position: relative;
}
.cms-index-index #slides .inner {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.cms-index-index #slider {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cms-index-index #commands label {
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.cms-index-index #commands,
.cms-index-index #commands label,
.cms-index-index #slides,
.cms-index-index #active,
.cms-index-index #active label {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cms-index-index #slider {
  width: 100%;
}
@media only screen and (max-width: 850px) and (min-width: 450px) {
  .cms-index-index #slider #commands {
    height: 50px;
    margin: -25% 0 0 5%;
    width: 90%;
  }
  .cms-index-index #slider #commands label {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .cms-index-index #slider #slides {
    border-radius: 0;
    max-height: 440px;
    overflow: hidden;
    padding: 2px 0;
  }
  .cms-index-index #slider #active {
    margin: 20% 0 0;
  }
}
@media only screen and (max-width: 450px) {
  .cms-index-index #slider #commands {
    height: 70px;
    margin: -28% 0 0 1%;
    width: 100%;
  }
  .cms-index-index #slider #active {
    margin: 13% 0 0;
  }
  .cms-index-index #slider #slides {
    border-radius: 0;
    padding: 2px 0;
  }
  .cms-index-index #slider #commands label {
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 1024px) {
  .middle-slider {
    margin: 29px 0 0;
    padding: 0 30px;
  }
  .middle-slider .item {
    flex-basis: 31%;
    margin-top: 20px;
    width: 100%;
  }
  .middle-slider .item img {
    width: 100%;
  }
  .bottom-slider {
    margin: 0 0 51px;
    padding: 0 30px;
  }
  .bottom-slider .inner {
    margin: 0 auto;
    max-width: 1280px;
  }
  .bottom-slider .item {
    margin-top: 20px;
    width: 100%;
  }
  .bottom-slider .item img {
    width: 100%;
  }
}
.minicart-wrapper {
  margin: 6px 0 0 15px;
  padding: 1px 5px;
  float: none;
}
@media (max-width: 767px) {
  .minicart-wrapper {
    float: right;
  }
}
.minicart-wrapper .action.close {
  display: none;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  content: '';
}
.minicart-wrapper .action.showcart:after,
.minicart-wrapper .action.showcart.active:after {
  content: '';
  width: 18px;
  height: 17px;
  display: inline-block;
  background: url('../images/cart-icon.png') no-repeat 0px 0px;
  font-family: 'res';
  font-size: 22px;
}
@media (min-width: 768px) {
  .minicart-wrapper .action.showcart:after,
  .minicart-wrapper .action.showcart.active:after {
    font-size: 20px;
    line-height: 30px;
    margin: 6px 0 0 0;
  }
}
.minicart-wrapper .action.showcart:hover:after {
  color: #ffffff;
}
.minicart-wrapper .action .counter.qty {
  background-color: transparent;
  padding: 0;
}
@media (max-width: 768px) {
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0;
  }
}
.minicart-wrapper .continue-shopping {
  float: left;
}
.minicart-wrapper .view-cart {
  float: right;
}
.minicart-wrapper .minicart-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0b0b0b;
  opacity: .8;
  z-index: -1;
}
.minicart-wrapper.active .minicart-overlay {
  display: block;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 0;
}
.minicart-wrapper .minicart-items-wrapper {
  width: 100%;
  border: 0 !important;
  padding: 10px 0 20px 26px;
  overflow: auto;
  max-height: 150px;
}
@media (max-width: 768px) {
  .minicart-wrapper .minicart-items-wrapper {
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
.minicart-items .details-qty {
  cursor: default;
  color: #444;
  font-weight: 700;
  margin-top: 4px;
}
.minicart-items .item-qty {
  margin-left: 30px;
  color: #444;
  font-weight: 700;
}
@media (max-width: 768px) {
  .minicart-items .item-qty {
    font-size: 12px;
  }
}
.block-minicart {
  padding-bottom: 0 !important;
}
.minicart-bottom-container {
  margin: 0 0 0 -21px;
  width: 100%;
  padding: 18px 21px 40px 20px;
  background-color: #f2f2f2;
}
@media (max-width: 768px) {
  .minicart-bottom-container {
    padding-bottom: 70px;
  }
}
.block-minicart .items-total {
  max-width: 100%;
  color: #929292;
  font-size: 12px;
}
.block-minicart .subtotal {
  float: left;
  margin: 10px;
  text-align: left;
  width: 100%;
  max-width: 100% !important;
}
@media (max-width: 768px) {
  .block-minicart .subtotal {
    margin: 10px 0;
  }
}
.block-minicart .subtotal .label {
  float: left;
  color: #0358c8;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 0 0 19px;
}
@media (max-width: 768px) {
  .block-minicart .subtotal .label {
    padding: 12px 0 0 0;
    font-size: 11px;
  }
}
.block-minicart .subtotal .price-container {
  float: right;
}
.block-minicart .subtotal .price-container .price-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 5px;
  margin: 10px 0;
}
.block-minicart .subtotal .price-container .price-including-tax .price {
  font-size: 22px;
  float: left;
}
@media (max-width: 768px) {
  .block-minicart .subtotal .price-container .price-including-tax .price {
    font-size: 20px;
  }
}
.block-minicart .subtotal .price-container .price-excluding-tax {
  font-size: 14px;
}
.block-minicart .subtotal .price-container .price-excluding-tax .price {
  font-size: 1.1rem;
}
.block-minicart .subtotal .price-container .price {
  color: #0358c8;
  font-weight: 700;
}
@media (min-width: 768px) {
  .block-minicart .subtotal {
    margin: 0 10px 10px;
    text-align: right;
    float: right;
    max-width: 50%;
  }
}
.block-minicart .block-content > .minicart-bottom-container > .actions > .primary {
  margin-bottom: 0;
  background: none;
  width: 58%;
  float: right;
}
@media (max-width: 768px) {
  .block-minicart .block-content > .minicart-bottom-container > .actions > .primary {
    width: 100%;
    display: inline-block !important;
  }
}
.block-minicart .block-content > .minicart-bottom-container > .actions > .primary button {
  border-radius: 5px;
  background-color: #0358c8;
  color: #ffffff;
  font-family: "Work Sans";
  font-size: 14px !important;
  display: inline-block !important;
  font-weight: 500;
  border: 0;
  width: 100% !important;
  padding: 12px 0;
}
.block-minicart .block-content > .minicart-bottom-container > .actions > .secondary {
  clear: both;
  padding: 18px 16px 0 10px;
}
.block-minicart .block-content > .minicart-bottom-container > .actions > .secondary .continue-shopping {
  float: left;
  border: 0;
  padding: 0;
  color: #444444;
  font-size: 12px;
  font-weight: 700;
  box-shadow: none;
  background-color: transparent;
}
@media (max-width: 768px) {
  .block-minicart .block-content > .minicart-bottom-container > .actions > .secondary .continue-shopping {
    width: 100%;
  }
}
.block-minicart .block-content > .minicart-bottom-container > .actions > .secondary .viewcart {
  float: right;
  border: 0;
  padding: 0;
  color: #444444;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .block-minicart .block-content > .minicart-bottom-container > .actions > .secondary .viewcart {
    width: 100%;
    padding-top: 14px;
    text-align: center;
  }
}
.block-minicart .block-content > .minicart-bottom-container > .actions > .secondary .viewcart:hover {
  text-decoration: none;
}
.minicart-items .product-item {
  padding: 18px 0 18px 0;
  border-top: 1px solid #e8e8e8;
}
.minicart-items .product-item:first-child {
  border-top: 0 !important;
}
.minicart-wrapper .action.showcart .counter.qty {
  background-color: #ffffff;
  color: #002e59;
  border-radius: 100%;
  line-height: 20px;
  height: 20px;
  min-width: 20px;
  padding: 0;
  font-size: 0.9em;
  font-weight: 500;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
}
.minicart-wrapper .action.showcart .price-minicart {
  color: #ffffff;
  font-weight: 600;
  position: relative;
  top: -3px;
}
@media (max-width: 768px) {
  .minicart-wrapper .action.showcart .price-minicart {
    display: none;
  }
}
.minicart-items .product-item-name {
  margin-bottom: 0;
}
.minicart-items .product-item-name a {
  color: #444;
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .minicart-items .product-item-name a {
    font-size: 12px;
  }
}
.minicart-items .product-item-name a:hover {
  text-decoration: none;
}
.minicart-items .product-item-name {
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  .minicart-items .product-item-name {
    width: 68%;
  }
}
.minicart-items-wrapper .price-wrapper {
  display: flex;
  flex-direction: column;
}
.minicart-items-wrapper .price-including-tax .price {
  font-size: 24px;
  float: left;
}
.minicart-items-wrapper .price-including-tax .aitoc-puq-units {
  font-size: 18px;
}
.minicart-items-wrapper .price-excluding-tax,
.minicart-items-wrapper .minicart-price {
  font-size: 14px;
}
.minicart-items-wrapper .price-excluding-tax .price,
.minicart-items-wrapper .minicart-price .price {
  font-size: 14px;
  margin-top: 5px;
}
.minicart-items-wrapper .price-excluding-tax .aitoc-puq-units,
.minicart-items-wrapper .minicart-price .aitoc-puq-units {
  display: none;
}
.minicart-items .minicart-price .price {
  color: #0358c8;
}
.minicart-items .minicart-price .aitoc-puq-units {
  color: #0358c8;
  text-transform: lowercase;
  line-height: 20px;
}
@media screen and (max-width: 1000px) {
  .minicart-items .product-item-details {
    padding-left: 0;
  }
}
.minicart-items .product-item-details {
  position: relative;
}
.minicart-items .product-item-details .deferred-delivery-product-summary-mark img,
.minicart-items .product-item-details .deferred-delivery-product-mark img {
  height: 14px;
}
.minicart-items .product-item-details .product.options {
  display: none !important;
}
.minicart-items .product-item-details .product.actions .primary {
  display: none;
}
.minicart-items .product-item-details .product.actions .secondary .delete {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 16px;
}
@media (max-width: 768px) {
  .minicart-items .product-item-details .product.actions .secondary .delete {
    right: 5px;
  }
}
.minicart-items .product-item-details .product.actions .secondary .delete:before {
  content: '\e616';
}
.deferred-delivery-product-mark {
  height: 14px;
  margin-left: 5px;
}
.deferred-delivery-box {
  float: left;
  margin-bottom: 10px;
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 5px 10px 5px 10px;
  width: 100%;
}
.deferred-delivery-img {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 2px;
}
.deferred-delivery-text {
  font-family: 'Public Sans', Helvetica, Arial;
  font-style: normal;
  font-weight: normal;
  line-height: 7px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .block-search {
    margin: 0 0 0 0;
    padding: 0 15px 15px;
    float: unset;
    box-sizing: border-box;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .block-search {
    max-width: 250px;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .block-search {
    margin-top: 0;
    background: #f5f5f5;
    padding: 0 25px;
  }
}
.block-search input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: #cccccc;
  font-style: italic;
  font-size: 12px;
  color: #666666;
  padding: 12px 12px 12px 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .block-search input {
    position: relative;
    left: 0;
    font-size: 14px;
    height: 50px;
    margin: 10px 0;
  }
}
.block-search .control {
  position: relative;
}
.block-search .control:before {
  color: #666666;
  content: '\e007';
  font-family: 'res';
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 3px;
  z-index: 9;
}
@media (max-width: 768px) {
  .block-search .control:before {
    left: 25px;
    top: 20px;
  }
  .block-search .control:after {
    content: '\e622';
    font-family: 'luma-icons';
    font-size: 14px;
    position: absolute;
    top: 25px;
    right: 28px;
    color: #666666;
    display: none;
  }
}
.block-search .label {
  cursor: pointer;
}
@media (max-width: 768px) {
  .block-search .label {
    display: none;
  }
}
.product-info-main .product.attribute.overview {
  margin: 10px 0 10px;
}
.product-info-main .product.attribute.overview p {
  font-size: 15px;
}
.block.related {
  border-bottom: 1px solid #cccccc;
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
}
.block.related .products-related {
  margin: 15px 0 0;
}
.block.crosssell .block-title,
.block.related .block-title,
.block.upsell .block-title {
  text-align: center;
}
.block.crosssell .block-title strong,
.block.related .block-title strong,
.block.upsell .block-title strong {
  font-weight: 500;
}
.block.crosssell .block-actions,
.block.related .block-actions,
.block.upsell .block-actions {
  text-align: center;
}
.block.crosssell ol,
.block.related ol,
.block.upsell ol {
  text-align: center;
}
.block.crosssell ol li,
.block.related ol li,
.block.upsell ol li {
  display: inline-block;
}
@media (min-width: 768px) {
  .block.crosssell .products-grid .product-item-info:hover,
  .block.related .products-grid .product-item-info:hover,
  .block.upsell .products-grid .product-item-info:hover,
  .block.crosssell .products-grid .product-item-info.active,
  .block.related .products-grid .product-item-info.active,
  .block.upsell .products-grid .product-item-info.active {
    margin: -10px -10px -10px;
  }
}
.block.crosssell .price-container,
.block.related .price-container,
.block.upsell .price-container {
  margin: 0;
}
.block.crosssell .price-container .price,
.block.related .price-container .price,
.block.upsell .price-container .price {
  color: #002e59;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .block.crosssell .price-container .price,
  .block.related .price-container .price,
  .block.upsell .price-container .price {
    display: block;
    width: 100%;
  }
}
.block.crosssell .old-price .price-container > span.price-label,
.block.related .old-price .price-container > span.price-label,
.block.upsell .old-price .price-container > span.price-label {
  display: none;
}
.block.crosssell .old-price .price-container .price,
.block.related .old-price .price-container .price,
.block.upsell .old-price .price-container .price {
  color: #f81616;
  display: block;
  font-size: 12px;
  font-weight: 300;
  text-decoration: line-through;
  width: 100%;
}
@media (max-width: 768px) {
  .block.crosssell .old-price .price-container .price,
  .block.related .old-price .price-container .price,
  .block.upsell .old-price .price-container .price {
    margin-right: 30px;
  }
}
.block.crosssell .price-by,
.block.related .price-by,
.block.upsell .price-by {
  float: none;
  font-size: 10px;
  text-transform: uppercase;
}
.block.related .price-box,
.block.upsell .price-box {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .block.crosssell .product-item-info {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .block.crosssell .products-grid .product-item {
    width: 35%;
  }
}
.product-options-bottom .price-box .price-container,
.product-info-price .price-box .price-container {
  clear: left;
  float: left;
  margin: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  color: #002e59;
  font-size: 24px;
  font-weight: 500;
}
.product-options-bottom .price-box .old-price .price-container,
.product-info-price .price-box .old-price .price-container {
  clear: both;
}
.product-options-bottom .price-box .old-price .price-container > span.price-label,
.product-info-price .price-box .old-price .price-container > span.price-label {
  display: none;
}
.product-options-bottom .price-box .old-price .price-container .price,
.product-info-price .price-box .old-price .price-container .price {
  color: #f81616;
  font-size: 14px;
  font-weight: 300;
  text-decoration: line-through;
}
.product-options-bottom .price-by,
.product-info-price .price-by {
  color: #002e59;
  float: left;
  font-size: 14px;
  margin: 0 0 0 5px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .product-options-bottom .price-by,
  .product-info-price .price-by {
    margin-top: 8px;
  }
}
.cant-min {
  color: #575757;
  float: left;
  font-size: 12px;
  padding: 0 0 10px;
  width: 100%;
}
.product-info-main .product-info-price {
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box {
  display: block;
  padding-bottom: 0;
  width: 100%;
}
.product-info-main .product-info-price .price-legend {
  margin-bottom: 5px;
  display: block;
  float: left;
  width: 100%;
}
.product-info-main .product-info-price .deferred-delivery-box {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 5px 10px 5px 10px;
  width: 97%;
}
.product-info-main .product-info-price .deferred-delivery-box .deferred-delivery-img {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 2px;
}
.product-info-main .product-info-price .deferred-delivery-box .deferred-delivery-text {
  font-family: 'Public Sans', Helvetica, Arial;
  font-style: normal;
  font-weight: normal;
  line-height: 7px;
  font-size: 12px;
  vertical-align: middle;
}
@media (max-width: 639px) {
  .product-info-main .product-info-price {
    padding-left: 10px;
  }
  .product-info-main .product-info-price .price-box {
    padding-left: 0;
  }
}
.product-info-main .product-info-price .price-box .price-container > span {
  margin: 0;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  display: block;
  height: 27px;
  margin: 0;
}
@media (min-width: 768px) {
  .product-options-bottom .price-box .old-price,
  .product-info-price .price-box .old-price {
    margin: 0 0 -5px;
  }
}
.filter .filter-current {
  background-color: rgba(204, 204, 204, 0.3);
  border-bottom: none;
  border-top: 1px solid #cccccc;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .filter .filter-current.active {
    padding-bottom: 40px;
  }
}
.filter .filter-current .action.remove {
  left: auto;
  right: 0;
}
.filter .filter-current .action.remove:before {
  color: #f81616;
}
.filter .filter-options-content {
  border-top: 1px solid #cccccc;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .filter .filter-actions {
    margin: -45px -10px 25px;
  }
}
@media (min-width: 768px) {
  .filter .filter-actions {
    background-color: rgba(204, 204, 204, 0.3);
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
}
.filter .filter-label,
.filter .block-subtitle {
  border: none;
  font-weight: 500;
  text-transform: uppercase;
}
.filter .filter-content .item {
  padding: 0;
}
.filter .filter-clear {
  border: 1px solid #002e59;
  box-sizing: border-box;
  color: #002e59;
  display: block;
  font-size: 15px;
  font-weight: 400;
  max-width: 120px;
  padding: 5px;
  text-align: center;
  width: 100%;
}
.filter .filter-clear:link,
.filter .filter-clear:hover,
.filter .filter-clear:focus,
.filter .filter-clear:active {
  border: 1px solid #002e59;
  box-shadow: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) {
  .logo {
    margin: 0 0 10px 40px;
  }
  .page-header .header.panel {
    padding: 0;
  }
  .customer-welcome {
    width: 100%;
  }
  .customer-welcome .customer-name {
    line-height: 50px;
    padding: .8rem 20px;
  }
  .header.links .customer-welcome .action.switch {
    color: #002e59;
    float: right;
    margin-right: 20px;
  }
  .header.links .customer-welcome .action.switch::after {
    font-size: 17px;
    line-height: 50px;
  }
  .account .data.table .col.actions {
    white-space: normal;
  }
}
.block.related .field.choice {
  top: 6px;
}
.block.related .product-item-name,
.block.related .related-available .product-item-name {
  font-weight: 600;
  line-height: 17px;
  margin-left: 40px;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .product-options-wrapper,
  .product-options-bottom {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-options-bottom {
    margin-top: 20px;
  }
}
.product-options-bottom .fieldset > .field > .label {
  display: block;
}
.product-options-bottom .input-text.qty {
  border: 1px solid #a8acab;
  margin-top: 4px;
}
.product-options-bottom .qty-input-wrapper {
  margin-top: 4px;
}
.box-tocart-button-wrapper {
  clear: both;
  padding-top: 20px;
}
.qty-input-wrapper {
  border: 1px solid #a8acab;
  border-radius: 0;
  display: inline-flex;
}
.qty-input-wrapper .input-text.qty {
  border-bottom: none;
  border-top: none;
  height: 25px !important;
  margin-top: 2px !important;
  pointer-events: none;
  padding: 0;
}
.qty-input-wrapper .qty-mod {
  border: none;
  box-shadow: none;
  color: #a8acab;
  font-size: 2.5rem;
  padding: 7px 0;
  width: 26px;
}
.qty-input-wrapper .qty-mod:hover {
  color: #002e59;
}
.price-wrapper.hide-price {
  display: none !important;
}
.block.social-login-authentication-channel.account-social-login {
  margin: 0 0 30px;
}
@media screen and (min-width: 800px) {
  .block.social-login-authentication-channel.account-social-login {
    margin-top: -20px;
  }
}
.block.social-login-authentication-channel.account-social-login .actions-toolbar.social-btn {
  width: 255px;
}
.social-btn-actions-toolbar {
  display: block;
}
.modal-popup {
  pointer-events: none;
}
.deferred-delivery-product-box {
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .deferred-delivery-product-box {
    width: 72%;
  }
}
.deferred-delivery-product-img {
  margin-bottom: 2px;
  margin-right: 2px;
  vertical-align: middle;
}
.deferred-delivery-product-text {
  font-family: 'Public Sans', Helvetica, Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 7px;
  vertical-align: middle;
}
.deferred-delivery-checkout-box {
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
  width: 100%;
}
.deferred-delivery-checkout-box-delivery {
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
  padding: 5px 10px 5px 10px;
  width: 100%;
}
.deferred-delivery-checkout-img {
  margin-bottom: 2px;
  margin-right: 2px;
  vertical-align: middle;
}
.deferred-delivery-checkout-text {
  font-family: 'Public Sans', Helvetica, Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 7px;
  vertical-align: middle;
}
.minicart-items .product-item-name strong {
  float: left;
}
.deferred-delivery-product-summary-mark {
  height: 13px;
  margin-left: 5px;
}
.lc-menu .map-pin a {
  background: url("../images/placeholder.png") no-repeat 18px center;
  background-size: 25px;
}
@media (min-width: 768px) {
  .lc-menu .mobile-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .lc-menu {
    margin: 20px 0 0 0;
  }
  .lc-menu .all-categories {
    display: none !important;
  }
  .lc-menu li {
    margin-bottom: 20px !important;
  }
  .lc-menu li a {
    padding: 12px 20px 12px 70px !important;
  }
  .lc-menu .menu-vacunos a {
    background: url("../images/vacunos-icon.png") no-repeat 18px center;
  }
  .lc-menu .menu-cerdo a {
    background: url("../images/pig-icon.png") no-repeat 18px center;
  }
  .lc-menu .menu-aves a {
    background: url("../images/chicken-icon.png") no-repeat 22px center;
  }
  .lc-menu .menu-complementos a {
    background: url("../images/wine-icon.png") no-repeat 23px center;
  }
  .lc-menu .menu-combos a {
    background: url("../images/cook-icon.png") no-repeat 19px center;
  }
  .lc-menu .menu-preparados a {
    background: url("../images/meat-icon.png") no-repeat 22px center;
  }
  .lc-menu .menu-embutidos a {
    background: url("../images/sausage-icon.png") no-repeat 22px center;
  }
  .lc-menu .premium a {
    background: url("../images/fiambrerias-icon.png") no-repeat 22px center;
    font-family: "Bitter" !important;
    text-transform: uppercase;
  }
  .lc-menu .ofertas a {
    background: url("../images/discount-icon.png") no-repeat 26px center;
    color: #c91111 !important;
  }
}
.slidedown .groupmenu-drop-content li {
  margin: 0 20px 0 0 !important;
}
@media screen and (max-width: 768px) {
  .slidedown .groupmenu-drop-content li {
    margin: 0 0 20px 0 !important;
  }
}
.slidedown .groupmenu-drop-content .vacunos a:before {
  background: url("../images/vacunos-icon.png") no-repeat #f2f2f2 center center;
}
.slidedown .groupmenu-drop-content .aves a:before {
  background: url("../images/chicken-icon.png") no-repeat #f2f2f2 center center;
}
.slidedown .groupmenu-drop-content .cerdo a:before {
  background: url("../images/pig-icon.png") no-repeat #f2f2f2 center center;
}
.slidedown .groupmenu-drop-content .preparados a:before {
  background: url("../images/meat-icon.png") no-repeat #f2f2f2 center center;
}
.slidedown .groupmenu-drop-content .embutidos a:before {
  background: url("../images/sausage-icon.png") no-repeat #f2f2f2 center center;
}
.slidedown .groupmenu-drop-content .complementos a:before {
  background: url("../images/wine-icon.png") no-repeat #f2f2f2 center center;
}
.slidedown .groupmenu-drop-content .combos a:before {
  background: url("../images/cook-icon.png") no-repeat #f2f2f2 center center;
}
.slidedown .groupmenu-drop-content .fiambreria a:before {
  background: url("../images/fiambrerias-icon.png") no-repeat #f2f2f2 center center;
}
.slidedown .groupmenu-drop-content .ofertas a:before {
  background: url("../images/ofertas-icon.svg") no-repeat #f2f2f2 center center;
}
@media only screen and (min-width: 801px) {
  .checkout-index-index .page-header {
    margin-bottom: 20px;
  }
  .nav-sections {
    margin: 0;
  }
  .nav-sections,
  .navigation {
    background-color: #f5f5f5;
    display: flex;
    flex-grow: 0;
    flex-flow: column;
  }
  .nav-sections .level0,
  .navigation .level0 {
    float: left;
  }
  .nav-sections .level0 > .level-top,
  .navigation .level0 > .level-top {
    color: #ffffff;
    text-transform: uppercase;
  }
  .nav-sections .level0 > .level-top:hover,
  .navigation .level0 > .level-top:hover,
  .nav-sections .level0 > .level-top.ui-state-focus,
  .navigation .level0 > .level-top.ui-state-focus {
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
  }
  .nav-sections .level0.active > .level-top,
  .navigation .level0.active > .level-top,
  .nav-sections .level0.has-active > .level-top,
  .navigation .level0.has-active > .level-top {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
  }
  .menu-search-wrapper {
    background-color: #f5f5f5;
    position: relative;
  }
  .header.links {
    color: #ffffff;
  }
  .header.links .greet.welcome {
    display: none;
  }
  .header.links li {
    display: inline-block;
  }
  .header.links li.hide {
    display: none;
  }
  .customer-menu .header.links {
    padding: 0;
  }
  .customer-menu .header.links li {
    display: block;
  }
  .customer-menu .header.links li.hide {
    display: block;
  }
  .customer-menu .header.links li a {
    color: #0358c8;
  }
  .page-header .panel.wrapper {
    background-color: #001e3a;
    border-bottom: none;
  }
  .page-header .header.panel {
    padding: 5px 10px;
  }
}
.nav-toggle:hover:before,
.nav-toggle:before {
  color: #ffffff;
}
.nav-sections .header.links li.greet.welcome,
.header.panel > .header.links > li.welcome {
  display: none;
}
@media (max-width: 767px) {
  .section-item-content .header.links {
    display: inline-block !important;
    width: 100%;
    border: 0;
  }
  .section-item-content .header.links li {
    padding: 12px 0 0 0;
  }
  .section-item-content .header.links li a {
    border: 0;
  }
}
.header.links {
  margin-bottom: 0;
  padding: 12px 0 0 20px;
}
.header.links a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .header.links {
    display: none;
  }
}
.header.links li {
  font-weight: 600;
  font-size: 12px;
}
.header.links li a {
  color: #ffffff;
}
.header.links li.authorization-link a {
  margin-right: 10px;
}
.header.links li.authorization-link a:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url('../images/login-icon.png') no-repeat 0px 1px;
}
.header.links li:nth-child(3) a:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('../images/user-icon.png') no-repeat 0px 0px;
  margin-left: 8px;
}
.header.links .customer-welcome .action.switch {
  margin-left: 5px;
}
.header.panel > .header.links > .authorization-link:before,
.header.panel > .header.links > .authorization-link:after {
  content: "|";
}
.header.panel > .header.links > .authorization-link:before {
  margin: 0 5px 0 0;
}
.logo img {
  display: block;
  width: 80px;
}
@media only screen and (min-width: 801px) {
  .logo img {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .header.panel > .header.links > li {
    margin: 0 0 0 10px;
  }
}
.header.panel > .header.links > li.welcome,
.header.panel > .header.links > li > a,
.navigation {
  font-size: 12px;
}
@media only screen and (max-width: 800px) {
  .nav-sections-item-title .nav-sections-item-switch {
    color: #003e78;
    font-weight: 500;
    font-size: 12px;
  }
  .nav-sections-item-content {
    padding: 0;
  }
  .navigation li.level0:first-child {
    border-top: none;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #002e59;
    border-width: 0 0 0 5px;
  }
  .navigation .level0 > .level-top,
  .navigation .level0 > .level1 {
    font-weight: 500;
    font-size: 14px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    top: 7px;
  }
  .cms-page-view .breadcrumbs {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 801px) {
  .navigation .level0 .submenu li {
    margin-bottom: 0;
  }
  .navigation .level0 .submenu li a {
    padding: 8px 13px;
  }
}
.co-footer {
  background-color: #eeeeee;
  display: block;
  float: left;
  padding: 20px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .co-footer .cards-footer {
    max-width: 320px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .co-footer .cards-footer {
    height: 80px;
    max-width: 1240px;
    margin: auto;
  }
}
.co-footer .cards-footer ul {
  list-style-type: none;
  padding: 0;
  margin: 20px;
}
@media (max-width: 768px) {
  .co-footer .cards-footer ul {
    text-align: center;
  }
}
.co-footer .cards-footer li {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .co-footer .cards-footer li {
    width: auto;
  }
}
.opc-block-summary .product-item-details .product-item-inner .subtotal {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.payment-method ._active .payment-banner-checkout {
  margin: 20px 0;
}
.payment-method ._active .payment-method-content {
  padding: 0 0 20px 0;
}
.payment-method ._active #mercadopago_checkout_custom {
  width: 100%;
  margin-top: 30px;
}
.payment-method ._active .total_buy {
  float: left;
  font-size: 26px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-payment-method .payment-method-title {
    padding: 20px 0;
  }
}
#pointofsale_box .hide-400 {
  margin-bottom: 20px;
}
#pointofsale_box .hide-400 div > span {
  width: 100%;
}
#pointofsale_box .hide-400 br {
  display: none;
}
@media screen and (min-width: 768px) {
  #pointofsale_box #map_canvas_pointofsale,
  #pointofsale_box #pointofsale {
    width: 100%;
  }
}
#pointofsale_box #pointofsale #title {
  margin: 20px 0 10px;
}
#pointofsale_box #tools a,
#pointofsale_box #tools BUTTON {
  background-color: #002e59;
  color: #ffffff;
  padding: 10px 5px;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  #pointofsale_box #tools a,
  #pointofsale_box #tools BUTTON {
    padding: 10px 20px;
  }
}
#pointofsale_box #tools a:link,
#pointofsale_box #tools BUTTON:link,
#pointofsale_box #tools a:hover,
#pointofsale_box #tools BUTTON:hover {
  border: none;
  box-shadow: none;
  text-decoration: none;
}
#pointofsale_box #tools a:focus,
#pointofsale_box #tools BUTTON:focus,
#pointofsale_box #tools a:active,
#pointofsale_box #tools BUTTON:active {
  text-decoration: none;
}
.summary-legend {
  font-size: 1.2rem;
}
.payment-method-billing-address .actions-toolbar {
  margin: 20px 0;
  float: left;
}
.payment-method-billing-address .actions-toolbar .info {
  margin-bottom: 10px;
}
.payment-method-billing-address .actions-toolbar .info small {
  font-size: 12px;
}
.payment-method-billing-address .actions-toolbar .primary {
  float: left;
  text-align: left;
}
.payment-method-billing-address button:hover,
.payment-method-billing-address button:active {
  border: 1px solid #002e59;
  background-color: #ddd;
}
.billing-address-details button {
  margin-top: 10px;
}
.field-tooltip-content {
  white-space: pre-line;
}
@media (max-width: 768px) {
  .checkout-index-index .page-wrapper {
    padding-top: 0;
  }
  .checkout-index-index .page-header {
    box-shadow: none;
    position: relative;
    top: auto;
  }
}
.checkout-index-index .column.main {
  padding-bottom: 0;
}
.checkout-index-index #pointofsale_box .alone {
  display: none;
}
@media (max-width: 768px) {
  .page-layout-checkout .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    /*height: auto;*/
    min-height: 80%;
    width: 90%;
    margin: 10% 0 10% 0;
  }
  .page-layout-checkout .modal-popup.modal-slide {
    left: 10%;
  }
}
@media (min-width: 768px) {
  .opc-progress-bar-item._active > span {
    color: #002e59;
  }
  .opc-progress-bar-item._active > span:before {
    background: #002e59;
    border-color: #002e59;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #002e59;
    content: '\E008';
    font-family: 'res';
    font-size: 22px;
    line-height: 26px;
  }
  .opc-progress-bar-item._active:before {
    background: #002e59;
    border-color: #002e59;
  }
  .opc-progress-bar-item._complete > span:after {
    color: #cccccc;
    content: '\E008';
    font-family: 'res';
    font-size: 22px;
    line-height: 26px;
  }
  .opc-progress-bar-item._complete > span:before {
    border-color: #cccccc;
  }
  .opc-progress-bar-item > span:after {
    color: #002e59;
  }
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #13ce66;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #13ce66;
  border-radius: 100%;
  right: -13px;
  top: -15px;
}
.shipping-information-content a {
  color: #002e59;
}
.breadcrumbs {
  margin-top: 25px;
  margin-bottom: 0;
  display: block !important;
}
.breadcrumbs li {
  font-size: 13px;
}
.breadcrumbs a {
  color: #002e59;
  text-decoration: none;
  font-size: 13px;
}
.breadcrumbs a:link,
.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active {
  color: #929292;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 700;
  color: #0358c8;
}
@media (max-width: 767px) {
  .toolbar-sorter {
    max-width: 50%;
  }
  .toolbar-sorter .sorter-label {
    display: none;
  }
  .toolbar select {
    max-width: 78%;
  }
}
.modes {
  display: none;
}
.toolbar-products {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  color: #999999;
  padding: 10px;
  text-transform: uppercase;
}
.toolbar-products select {
  text-transform: uppercase;
}
.toolbar select {
  background-color: transparent;
  color: #000000;
}
.toolbar-sorter.sorter .sorter-label {
  color: #000000;
  font-weight: 600;
}
.items.pages-items .item {
  margin: 0;
}
.items.pages-items .item .page {
  width: 20px;
}
.items.pages-items .item a.page:hover {
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .product.items .item.title:nth-child(1):nth-last-child(2).active a:after {
    display: none;
  }
}
.page-products .price-container .price {
  display: block;
  font-size: 22px;
  font-weight: 500;
}
.page-products .old-price .price-container .price {
  display: block;
  color: #f81616;
  font-size: 14px;
  font-weight: 300;
  text-decoration: line-through;
}
.page-products .price-by {
  display: block;
  float: none;
  font-size: 10px;
  margin-top: -3px;
  text-transform: uppercase;
}
.grid .price-box {
  height: 60px;
}
@media (min-width: 640px) {
  .grid .price-box {
    text-align: center;
  }
}
.grid .actions-secondary {
  display: none !important;
}
.grid .actions-primary {
  display: block;
  width: 100%;
}
.grid .actions-primary button.action {
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 641px) {
  .grid .actions-primary button.action {
    max-width: 240px;
  }
}
.grid a.product-item-link {
  text-transform: uppercase;
  width: 100%;
}
.grid a.product-item-link.desktop {
  display: none;
}
.grid a.product-item-link.mobile {
  display: block;
}
@media (min-width: 640px) {
  .grid a.product-item-link {
    height: 20px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .grid a.product-item-link.desktop {
    display: block;
  }
  .grid a.product-item-link.mobile {
    display: none;
  }
}
@media (max-width: 641px) {
  .grid .product-item-info,
  .grid .product-item {
    width: 100%;
  }
  .grid .product-item {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 0;
    padding: 20px;
  }
  .grid .product-item-details {
    float: left;
    width: 60%;
  }
  .grid .product-item-photo {
    float: right;
    width: 40%;
  }
  .grid a.product-item-link {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .grid .product-item-actions {
    display: block;
  }
  .grid li.product-item {
    border-bottom: 1px solid #cccccc;
  }
}
.grid .product-item-photo.desktop {
  display: none;
}
@media (min-width: 641px) {
  .grid .product-item-photo.desktop {
    display: block;
  }
}
.grid .product-item-photo.mobile {
  display: none;
}
@media (max-width: 641px) {
  .grid .product-item-photo.mobile {
    display: block;
  }
}
.products-list .product-item-info {
  border-bottom: 1px solid;
}
.products-list a.product-item-link {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
.products-list .product-item-photo {
  width: 20%;
}
.products-list .actions-primary button.action {
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
}
.products-list .more {
  color: #002e59;
  font-size: 12px;
  text-decoration: underline;
}
.product-item-info a {
  display: block;
}
@media (min-width: 640px) {
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    border: 1px solid #002e59;
    box-shadow: none;
    margin: -10px -10px -19px;
    padding: 9px;
    position: relative;
    z-index: 3;
  }
  .products-grid .product-item-inner {
    border: none;
    box-shadow: none;
    padding: 0 9px 9px;
    position: relative;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    box-sizing: border-box;
    clip: initial;
    height: auto;
    margin: 0;
    overflow: inherit;
    padding: 0 8px;
    position: relative;
    width: 100%;
  }
}
a.action.primary.toproductpage {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.product.details .product-item-inner {
  display: none;
}
.product-item .minimal-price-link {
  font-size: 11px;
}
.product-item .minimal-price-link .price-label {
  font-size: 11px;
}
.message.success,
.message.notice,
.message.warning,
.message.info,
.message.error {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.message.success > *:first-child:before,
.message.notice > *:first-child:before,
.message.warning > *:first-child:before,
.message.info > *:first-child:before,
.message.error > *:first-child:before {
  color: #ffffff;
  font-family: 'res';
  font-size: 22px;
}
.message.success {
  background-color: #13ce66;
  margin: 0;
}
.message.success > *:first-child:before {
  content: '\E004';
}
.message.error {
  background-color: #ff4949;
  margin-bottom: 0;
}
.message.error > *:first-child:before {
  content: '\E005';
}
.message.info,
.message.notice,
.message.warning {
  margin: 0;
  background-color: #f88f06;
}
.message.info > *:first-child:before,
.message.notice > *:first-child:before,
.message.warning > *:first-child:before {
  content: '\E006';
}
.block-collapsible-nav .content {
  background-color: #e3e3e3;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #002e59;
}
.cart-summary {
  background-color: #e3e3e3;
}
.cart-summary .action.multicheckout {
  color: #002e59;
}
@media (min-width: 768px) {
  .cart-summary {
    position: sticky;
    top: 130px;
  }
}
.block.discount .title strong {
  color: #002e59;
}
.block.discount .action.primary {
  padding: 5px 15px;
}
.cart.table-wrapper .actions-toolbar {
  float: right;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  color: #999999;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  color: #999999;
  display: block;
  float: right;
  height: 20px;
  padding-left: 6px;
  position: relative;
  width: auto;
}
.cart.table-wrapper .item .col.item .product-item-photo {
  display: inline-block;
  float: left;
}
@media (min-width: 768px) {
  .cart.table-wrapper .item .col.item .product-item-photo {
    max-width: 100px;
    width: 30%;
  }
}
.cart.table-wrapper .item .col.item .product-item-photo .photo {
  height: 100px;
  width: 100px;
}
.cart.table-wrapper .item .col.price .price-excluding-tax .cart-price .aitoc-puq-units {
  display: none;
}
.cart.table-wrapper .product-item-name + .item-options {
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
}
.cart.table-wrapper .product-item-name {
  text-transform: uppercase;
}
.cart.table-wrapper .product-item-name .price-by {
  font-size: 12px;
  font-weight: 600;
}
.cart.table-wrapper .product-item-name .deferred-delivery-product img {
  height: 14px;
  margin-left: 3px;
}
.cart.table-wrapper span.cart-price {
  color: #002e59;
}
@media (max-width: 768px) {
  .cart-summary > .title {
    display: block;
    margin: 12px 20px;
  }
  .cart-summary .block > .title {
    margin: 12px 20px;
  }
}
.cart-summary .block > .title::before {
  content: '\E001';
  float: left;
  font-family: 'res';
  font-size: 22px;
  line-height: 20px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .cart-discount {
    border-top: 1px solid #a8acab;
  }
}
@media (max-width: 768px) {
  .cart-discount .title {
    margin: 12px 20px;
  }
  .cart-discount .title strong {
    font-size: 14px;
  }
}
.cart-discount .title::before {
  content: '\E000';
  float: left;
  font-family: 'res';
  font-size: 22px;
  line-height: 20px;
  margin-right: 5px;
}
@media (max-width: 900px) {
  .cart-discount .title::after {
    content: '\e622';
    float: right;
    font-family: 'luma-icons';
    font-size: 13px;
    margin-left: 5px;
  }
  .cart-discount .discount.active .title::after {
    content: '\e621';
  }
}
@media (max-width: 740px) {
  .cart-discount .field {
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 10px;
    width: 100%;
  }
  .cart-discount .actions-toolbar {
    display: block;
    float: left;
    margin-bottom: 20px;
    width: 100%;
  }
  .cart-discount .actions-toolbar > .primary,
  .cart-discount .actions-toolbar > .secondary {
    box-sizing: border-box;
    padding: 0 10px;
    text-align: left;
    width: 100%;
  }
  .cart-discount .actions-toolbar > .primary .action.primary,
  .cart-discount .actions-toolbar > .secondary .action.primary {
    width: 100%;
  }
}
@media (min-width: 741px) and (max-width: 900px) {
  .cart-discount .content {
    margin-bottom: 20px;
    margin-left: 20px;
    width: 95%;
  }
}
@media (min-width: 768px) {
  .cart-discount .block {
    width: 75%;
  }
  .cart-discount .title {
    pointer-events: none;
  }
  .cart-discount .block .content {
    display: block !important;
  }
}
.checkout-cart-index .top-container {
  max-width: 100%;
  margin: -20px 0 40px;
  padding: 0;
}
.cart-discount {
  display: none;
}
.account a.action {
  color: #999999;
  text-decoration: underline;
}
.account .abs-account-block-font-size,
.account .block-addresses-list address,
.account .box-billing-address .box-content,
.account .box-shipping-address .box-content,
.account .box-address-billing .box-content,
.account .box-address-shipping .box-content,
.account .box-information .box-content,
.account .block-balance-giftcard .block-content,
.account .block-reviews-dashboard .product-name {
  font-size: 14px;
}
.account .abs-account-block-font-size a,
.account .block-addresses-list address a,
.account .box-billing-address .box-content a,
.account .box-shipping-address .box-content a,
.account .box-address-billing .box-content a,
.account .box-address-shipping .box-content a,
.account .box-information .box-content a,
.account .block-balance-giftcard .block-content a,
.account .block-reviews-dashboard .product-name a {
  color: #002e59;
}
.account .abs-account-block-font-size a:link,
.account .block-addresses-list address a:link,
.account .box-billing-address .box-content a:link,
.account .box-shipping-address .box-content a:link,
.account .box-address-billing .box-content a:link,
.account .box-address-shipping .box-content a:link,
.account .box-information .box-content a:link,
.account .block-balance-giftcard .block-content a:link,
.account .block-reviews-dashboard .product-name a:link,
.account .abs-account-block-font-size a:hover,
.account .block-addresses-list address a:hover,
.account .box-billing-address .box-content a:hover,
.account .box-shipping-address .box-content a:hover,
.account .box-address-billing .box-content a:hover,
.account .box-address-shipping .box-content a:hover,
.account .box-information .box-content a:hover,
.account .block-balance-giftcard .block-content a:hover,
.account .block-reviews-dashboard .product-name a:hover,
.account .abs-account-block-font-size a:focus,
.account .block-addresses-list address a:focus,
.account .box-billing-address .box-content a:focus,
.account .box-shipping-address .box-content a:focus,
.account .box-address-billing .box-content a:focus,
.account .box-address-shipping .box-content a:focus,
.account .box-information .box-content a:focus,
.account .block-balance-giftcard .block-content a:focus,
.account .block-reviews-dashboard .product-name a:focus,
.account .abs-account-block-font-size a:active,
.account .block-addresses-list address a:active,
.account .box-billing-address .box-content a:active,
.account .box-shipping-address .box-content a:active,
.account .box-address-billing .box-content a:active,
.account .box-address-shipping .box-content a:active,
.account .box-information .box-content a:active,
.account .block-balance-giftcard .block-content a:active,
.account .block-reviews-dashboard .product-name a:active {
  color: #002e59;
}
.nav-sections + .aw-rbslider-container {
  margin: -10px auto 10px;
}
.uk-dotnav {
  display: flex;
}
.uk-position-bottom {
  bottom: 14px;
}
.uk-slidenav {
  width: 40px;
  height: 40px;
  background: gray;
  border-radius: 30px;
}
.uk-slidenav:before {
  font-size: 30px;
}
.uk-slidenav-previous {
  left: 30px !important;
}
.uk-slidenav-previous:before {
  position: absolute;
  left: 12px;
  top: -11px;
}
.uk-slidenav-next {
  right: 30px !important;
}
.uk-slidenav-next:before {
  position: absolute;
  left: 16px;
  top: -11px;
}
.uk-dotnav-contrast > * > * {
  background: #fff;
}
.uk-dotnav-contrast > * > :hover,
.uk-dotnav-contrast > * > :focus,
.uk-dotnav-contrast > .uk-active > * {
  background: gray;
}
.slider-desktop {
  display: inline-block !important;
}
@media (max-width: 768px) {
  .slider-desktop {
    display: none !important;
  }
}
.slider-mobile {
  display: none !important;
}
@media (max-width: 768px) {
  .slider-mobile {
    display: inline-block !important;
  }
}
.field.street .field.additional .label {
  width: auto;
  height: auto;
  position: unset;
  font-weight: bold;
  margin-bottom: 6px;
  float: left;
}
.weltpixel-quickview-catalog-product-view .columns {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .product-options-bottom .price-box .price-container .price,
.weltpixel-quickview-catalog-product-view .product-info-price .price-box .price-container .price {
  font-size: 22px;
}
.weltpixel-quickview-catalog-product-view .product-options-bottom .price-by,
.weltpixel-quickview-catalog-product-view .product-info-price .price-by {
  font-size: 11px;
  line-height: 21px;
}
.weltpixel-quickview-catalog-product-view .product-info-main .product-info-price {
  margin-bottom: 0;
}
.weltpixel-quickview-catalog-product-view .product-options-wrapper + .box-tocart {
  margin-top: 20px;
}
.weltpixel-quickview-catalog-product-view .box-tocart {
  margin-bottom: 10px;
}
.cms-index-index .uk-slidenav-position {
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 768px) {
  .cms-index-index .uk-slidenav-position:hover .uk-slidenav,
  .cms-index-index .uk-slidenav-position:hover .uk-dotnav {
    display: none;
  }
}
.cms-index-index .home-promises {
  width: 100%;
  background-color: #f2f2f2;
  margin: -6px 0 0 0;
}
.cms-index-index .home-promises ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1280px;
}
.cms-index-index .home-promises ul li {
  list-style-type: none;
  flex-basis: 100%;
  padding: 30px 50px 30px 85px;
}
@media (max-width: 768px) {
  .cms-index-index .home-promises ul li {
    justify-content: space-between;
    padding: 60px 0;
    background-position-x: center !important;
  }
}
.cms-index-index .home-promises ul li p {
  font-size: 12px;
  color: #666;
  line-height: 16px;
}
@media (max-width: 768px) {
  .cms-index-index .home-promises ul li p {
    display: none;
  }
}
.cms-index-index .home-promises ul li p:first-child,
.cms-index-index .home-promises ul li p a {
  color: #0358c8;
}
.cms-index-index .home-promises ul li:nth-child(1) {
  background: url('../images/card-icon.png') no-repeat 0 center;
}
.cms-index-index .home-promises ul li:nth-child(2) {
  background: url('../images/delivery-icon.png') no-repeat 0 center;
}
.cms-index-index .home-promises ul li:nth-child(3) {
  background: url('../images/store-icon.png') no-repeat 0 center;
}
.cms-index-index .home-promises ul li:nth-child(4) {
  background: url('../images/zone-icon.png') no-repeat 0 center;
}
.cms-index-index .category-block-featured-home {
  margin-top: 25px;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cms-index-index .category-block-featured-home {
    margin-top: 10px;
  }
}
.cms-index-index .category-block-featured-home.block-ofertas {
  background-color: #f2f2f2;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 50px;
}
.cms-index-index .category-block-featured-home.block-ofertas .block-products-list {
  max-width: 1280px;
  margin: 0 auto;
}
.cms-index-index .category-block-featured-home.block-ofertas li.product-item {
  float: none;
}
.cms-index-index .category-block-featured-home.block-ofertas li.product-item .product-item-details {
  width: 100%;
  padding: 20px 25px;
  box-sizing: border-box;
}
.cms-index-index .category-block-featured-home.block-ofertas h2:first-child {
  color: #c91111;
  text-transform: none;
  font-size: 28px;
  font-weight: 300;
  padding-top: 20px;
}
.cms-index-index .category-block-featured-home.block-ofertas p {
  color: #929292;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cms-index-index .category-block-featured-home.block-ofertas .block-products-list .product-item .product-item-details {
    padding: 0 10px 10px 10px !important;
  }
}
.cms-index-index .category-block-featured-home.block-ofertas .block-products-list .product-item .product-item-details strong {
  margin: 10px 0 0 0 !important;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}
.cms-index-index .category-block-featured-home.block-ofertas .block-products-list .product-item .product-item-details strong .product-item-link {
  color: #444444;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
  height: auto;
  width: auto;
  display: inline-block;
}
@media (max-width: 768px) {
  .cms-index-index .category-block-featured-home.block-ofertas .block-products-list .product-item .product-item-details .product-short-description {
    display: none;
  }
}
@media (max-width: 768px) {
  .cms-index-index .category-block-featured-home.block-ofertas .block-products-list .product-item .product-item-details .price-box {
    margin-bottom: 0 !important;
  }
  .cms-index-index .category-block-featured-home.block-ofertas .block-products-list .product-item .product-item-details .price-box .price-by {
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .cms-index-index .category-block-featured-home.block-ofertas .block-products-list .product-item .product-item-details .combo-view {
    margin: 10px auto;
  }
}
.cms-index-index .category-block-featured-home.block-ofertas .grid .product-item .product-item-details .price-box {
  display: flex;
  align-items: baseline;
}
.cms-index-index .category-block-featured-home.block-ofertas .grid .product-item .product-item-details .price-box > .price-final_price .price {
  font-size: 2.2rem;
}
.cms-index-index .category-block-featured-home.block-ofertas .grid .product-item .product-item-details .price-box .price-excluding-tax {
  position: absolute;
}
.cms-index-index .category-block-featured-home.block-ofertas .grid .product-item .product-item-details .price-box .price-excluding-tax .price {
  font-size: 1.1rem;
}
.cms-index-index .category-block-featured-home.block-destacados .grid li.product-item {
  width: calc(100% / 2 - 18px) !important;
}
@media (max-width: 768px) {
  .cms-index-index .category-block-featured-home.block-destacados .grid li.product-item {
    margin: 0 0 35px 0 !important;
    float: none;
    width: calc(100% / 1 - 40px) !important;
  }
}
.cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .product-item-name a {
  color: #0358c8;
  font-size: 24px;
  font-weight: 600;
}
.cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .product-item-name a:hover {
  text-decoration: none;
}
.cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .product-item-info {
  border: 1px solid #d7d7d7 !important;
  border-radius: 5px;
  background-color: #f2f2f2;
}
.cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .product-item-info .product-item-photo {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .product-item-info .product-item-photo {
    width: 100%;
  }
}
.cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .product-item-info .product-item-photo .photo.image {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}
.cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .product-item-info .price-box {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  max-width: 200px;
  width: 100%;
  margin: 0 0 20px 0;
  align-items: baseline;
}
.cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .product-item-info .price-box .old-price {
  width: 100%;
}
.cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .product-item-info .price-box .special-price {
  width: max-content;
  margin-right: 5px;
}
.cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .product-item-info .price-box .special-price .price {
  font-size: 2.3rem;
}
.cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .product-item-info .price-box > .price-final_price {
  width: max-content;
  margin-right: 5px;
}
.cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .product-item-info .price-box > .price-final_price .price {
  font-size: 2.3rem;
}
.cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .product-item-info .price-box .price-by {
  width: 40%;
  font-size: 17px;
  margin-top: 3px;
}
.cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .product-item-info .price-box .price-excluding-tax {
  position: absolute;
  bottom: -12px;
}
.cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .product-item-info .price-box .price-excluding-tax .price {
  font-size: 1.1rem;
}
.cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .action.primary {
  float: right;
  border-radius: 5px;
  background-color: #0358c8;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  border: 0;
  margin: -4px 0 0 20px;
  position: relative;
  padding: 15px 20px 18px 50px;
  font-family: 'Work Sans', sans-serif;
}
.cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .action.primary:before {
  content: '\E002';
  font-family: 'res';
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  left: 22px;
  top: 13px;
}
@media (max-width: 768px) {
  .cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .action.primary {
    clear: both;
    float: left;
    margin: 0;
    font-size: 16px;
    padding: 15px 35px 18px 50px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .combo-view {
    color: transparent !important;
    width: 0 !important;
  }
  .cms-index-index .category-block-featured-home.block-destacados .grid li.product-item .combo-view:after {
    color: #444444;
    margin-left: -10px;
  }
}
.cms-index-index .category-block-featured-home .block-title strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin: 30px 0;
  text-transform: none;
}
.cms-index-index .category-block-featured-home .highlight-grid .product-short-description {
  min-height: auto !important;
  height: auto !important;
}
.cms-index-index .category-block-featured-home .highlight-grid ol li:nth-child(2) {
  margin-right: 2px !important;
  float: right;
}
@media (max-width: 768px) {
  .cms-index-index .category-block-featured-home .grid .product-items {
    margin-left: 0 !important;
  }
}
.cms-index-index .category-block-featured-home .grid .product-grid-flags.flags {
  position: absolute;
  margin-top: 10px;
}
.cms-index-index .category-block-featured-home .grid .product-item-info,
.cms-index-index .category-block-featured-home .grid .product-item {
  width: 100%;
  background: #fff;
  box-shadow: none;
  margin: 0 !important;
  position: relative;
  z-index: 3;
  padding: 0 !important;
}
.cms-index-index .category-block-featured-home .grid .product-item-info:hover,
.cms-index-index .category-block-featured-home .grid .product-item:hover {
  border: transparent !important;
}
.cms-index-index .category-block-featured-home .grid .product-item-info:after {
  clear: both;
  content: '';
  display: table;
}
.cms-index-index .category-block-featured-home .grid .product-item {
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 0;
  padding: 20px;
  border-radius: 20px;
  float: left;
  width: 82%;
  text-align: left;
  padding: 20px 15px;
}
.cms-index-index .category-block-featured-home .grid .product-item-details {
  float: left;
  width: 89%;
  text-align: left;
  padding: 20px 35px;
}
@media (max-width: 768px) {
  .cms-index-index .category-block-featured-home .grid .product-item-details {
    width: 100%;
    padding: 20px 35px;
    box-sizing: border-box;
  }
}
.cms-index-index .category-block-featured-home .grid .product-item-photo {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cms-index-index .category-block-featured-home .grid .product-item-photo {
    height: auto;
  }
}
.cms-index-index .category-block-featured-home .grid .product-item-photo .image {
  display: block;
  width: 100%;
}
.cms-index-index .category-block-featured-home .grid a.product-item-link {
  color: #444444;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
  height: auto;
  width: auto;
  display: inline-block;
}
.cms-index-index .category-block-featured-home .grid .product-short-description {
  color: #929292;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  min-height: auto;
  height: 80px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cms-index-index .category-block-featured-home .grid .product-short-description {
    height: auto !important;
    min-height: auto !important;
  }
}
.cms-index-index .category-block-featured-home .grid .price-box {
  text-align: left;
  color: #0358c8;
  float: left;
  margin: 0;
  font-size: 18px;
  position: relative;
}
.cms-index-index .category-block-featured-home .grid .price-box .regular-price .price-including-tax .price,
.cms-index-index .category-block-featured-home .grid .price-box .price-final_price .price-including-tax .price {
  font-size: 2.3rem;
  font-weight: 600;
}
.cms-index-index .category-block-featured-home .grid .price-box .regular-price .price-excluding-tax,
.cms-index-index .category-block-featured-home .grid .price-box .price-final_price .price-excluding-tax {
  font-size: 1.2rem;
}
.cms-index-index .category-block-featured-home .grid .price-box .regular-price .price-excluding-tax .price,
.cms-index-index .category-block-featured-home .grid .price-box .price-final_price .price-excluding-tax .price {
  font-size: 1.2rem;
}
.cms-index-index .category-block-featured-home .grid .price-box .old-price {
  display: block;
  line-height: 12px;
  margin: 0;
}
.cms-index-index .category-block-featured-home .grid .price-box .old-price .price-including-tax .price {
  font-size: 16px !important;
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .cms-index-index .category-block-featured-home .grid .price-box .price-by {
    font-size: 14px;
    font-weight: 600;
  }
}
.cms-index-index .category-block-featured-home .grid .combo-view {
  float: right;
  color: #444444;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin: 10px 0 0 0;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cms-index-index .category-block-featured-home .grid .combo-view {
    color: transparent;
    width: 64px;
    margin: 1px 24px 0 0;
  }
  .cms-index-index .category-block-featured-home .grid .combo-view:after {
    color: #444444;
  }
}
.cms-index-index .category-block-featured-home .grid .combo-view:hover {
  text-decoration: none;
}
.cms-index-index .category-block-featured-home .grid .combo-view:after {
  font-family: FontAwesome;
  content: "\f061";
  margin-left: 10px;
}
.cms-index-index .category-block-featured-home .grid li.product-item {
  border-radius: 5px;
  width: calc(100% / 3 - 40px) !important;
  margin-left: 0 !important;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  .cms-index-index .category-block-featured-home .grid li.product-item {
    width: calc(100% / 2 - 40px) !important;
  }
}
.cms-index-index .category-block-featured-home .grid li.product-item .product-item-info {
  border-radius: 5px;
}
.cms-index-index .category-block-featured-home .grid li.product-item .product-item-info .photo.image {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media (max-width: 768px) {
  .cms-index-index .category-block-featured-home .grid li.product-item .product-item-details a.combo-view {
    color: #444444;
    float: left;
    width: 100%;
    margin-left: -20px;
  }
}
@media (min-width: 998px) {
  .cms-index-index .category-block-featured-home .grid li.product-item:nth-child(3n + 3) {
    margin-right: 0 !important;
  }
}
@media (max-width: 998px) {
  .cms-index-index .category-block-featured-home .grid li.product-item {
    width: calc(100% / 2 - 40px) !important;
  }
  .cms-index-index .category-block-featured-home .grid li.product-item:nth-child(2n + 2) {
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cms-index-index .category-block-featured-home .grid li.product-item {
    width: calc(100% / 2 - 30px) !important;
    padding: 0 0 0 20px;
    border-bottom: 0;
    margin-right: 5px !important;
  }
  .cms-index-index .category-block-featured-home .grid li.product-item:last-child {
    border-bottom: 1px solid #cccccc;
  }
  .cms-index-index .category-block-featured-home .grid li.product-item .product.details.product-item-details {
    width: 100%;
    padding: 5px 20px 25px 20px;
    box-sizing: border-box;
  }
  .cms-index-index .category-block-featured-home .grid li.product-item .product.details.product-item-details strong {
    margin: 10px 0 0 0;
  }
}
.cms-index-index .category-block-featured-home .grid li.product-item .cant-min {
  display: none;
}
.cms-index-index.page-layout-1column .column.main {
  padding-bottom: 0;
}
.cms-index-index .custom-slider .owl-carousel .owl-stage-outer {
  padding: 0;
}
.cms-index-index .custom-slider .owl-carousel .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: 6%;
  border-radius: 50px;
  background: #7E7E7E;
}
.cms-index-index .custom-slider .owl-carousel .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  background-color: white;
}
.cms-index-index .custom-slider .owl-carousel .owl-controls .owl-nav [class*=owl-].owl-prev:hover {
  background-color: black;
}
.cms-index-index .custom-slider .owl-carousel .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 6%;
  border-radius: 50px;
  background: #7E7E7E;
}
.cms-index-index .custom-slider .owl-carousel .owl-controls .owl-nav [class*=owl-].owl-next:before {
  background-color: white;
}
.cms-index-index .custom-slider .owl-carousel .owl-controls .owl-nav [class*=owl-].owl-next:hover {
  background-color: black;
}
.row-slider-home .pagebuilder-slider .pagebuilder-slide-wrapper {
  background-size: contain !important;
  width: 100vw;
  height: calc(45vw/1.778);
}
.custom-cms-page .container {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.custom-cms-page .container::after {
  display: table;
  clear: both;
  content: "";
}
@media (min-width: 544px) {
  .custom-cms-page .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .custom-cms-page .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .custom-cms-page .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .custom-cms-page .container {
    max-width: 1140px;
  }
}
.custom-cms-page .container-fluid {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin-right: auto;
  margin-left: auto;
}
.custom-cms-page .container-fluid::after {
  display: table;
  clear: both;
  content: "";
}
.custom-cms-page .row {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
}
.custom-cms-page .row::after {
  display: table;
  clear: both;
  content: "";
}
.custom-cms-page .col-xs-1,
.custom-cms-page .col-xs-2,
.custom-cms-page .col-xs-3,
.custom-cms-page .col-xs-4,
.custom-cms-page .col-xs-5,
.custom-cms-page .col-xs-6,
.custom-cms-page .col-xs-7,
.custom-cms-page .col-xs-8,
.custom-cms-page .col-xs-9,
.custom-cms-page .col-xs-10,
.custom-cms-page .col-xs-11,
.custom-cms-page .col-xs-12,
.custom-cms-page .col-sm-1,
.custom-cms-page .col-sm-2,
.custom-cms-page .col-sm-3,
.custom-cms-page .col-sm-4,
.custom-cms-page .col-sm-5,
.custom-cms-page .col-sm-6,
.custom-cms-page .col-sm-7,
.custom-cms-page .col-sm-8,
.custom-cms-page .col-sm-9,
.custom-cms-page .col-sm-10,
.custom-cms-page .col-sm-11,
.custom-cms-page .col-sm-12,
.custom-cms-page .col-md-1,
.custom-cms-page .col-md-2,
.custom-cms-page .col-md-3,
.custom-cms-page .col-md-4,
.custom-cms-page .col-md-5,
.custom-cms-page .col-md-6,
.custom-cms-page .col-md-7,
.custom-cms-page .col-md-8,
.custom-cms-page .col-md-9,
.custom-cms-page .col-md-10,
.custom-cms-page .col-md-11,
.custom-cms-page .col-md-12,
.custom-cms-page .col-lg-1,
.custom-cms-page .col-lg-2,
.custom-cms-page .col-lg-3,
.custom-cms-page .col-lg-4,
.custom-cms-page .col-lg-5,
.custom-cms-page .col-lg-6,
.custom-cms-page .col-lg-7,
.custom-cms-page .col-lg-8,
.custom-cms-page .col-lg-9,
.custom-cms-page .col-lg-10,
.custom-cms-page .col-lg-11,
.custom-cms-page .col-lg-12,
.custom-cms-page .col-xl-1,
.custom-cms-page .col-xl-2,
.custom-cms-page .col-xl-3,
.custom-cms-page .col-xl-4,
.custom-cms-page .col-xl-5,
.custom-cms-page .col-xl-6,
.custom-cms-page .col-xl-7,
.custom-cms-page .col-xl-8,
.custom-cms-page .col-xl-9,
.custom-cms-page .col-xl-10,
.custom-cms-page .col-xl-11,
.custom-cms-page .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: .9375rem;
  padding-left: .9375rem;
}
.custom-cms-page .col-xs-1,
.custom-cms-page .col-xs-2,
.custom-cms-page .col-xs-3,
.custom-cms-page .col-xs-4,
.custom-cms-page .col-xs-5,
.custom-cms-page .col-xs-6,
.custom-cms-page .col-xs-7,
.custom-cms-page .col-xs-8,
.custom-cms-page .col-xs-9,
.custom-cms-page .col-xs-10,
.custom-cms-page .col-xs-11,
.custom-cms-page .col-xs-12 {
  float: left;
}
.custom-cms-page .col-xs-1 {
  width: 8.333333%;
}
.custom-cms-page .col-xs-2 {
  width: 16.666667%;
}
.custom-cms-page .col-xs-3 {
  width: 25%;
}
.custom-cms-page .col-xs-4 {
  width: 33.333333%;
}
.custom-cms-page .col-xs-5 {
  width: 41.666667%;
}
.custom-cms-page .col-xs-6 {
  width: 50%;
}
.custom-cms-page .col-xs-7 {
  width: 58.333333%;
}
.custom-cms-page .col-xs-8 {
  width: 66.666667%;
}
.custom-cms-page .col-xs-9 {
  width: 75%;
}
.custom-cms-page .col-xs-10 {
  width: 83.333333%;
}
.custom-cms-page .col-xs-11 {
  width: 91.666667%;
}
.custom-cms-page .col-xs-12 {
  width: 100%;
}
.custom-cms-page .col-xs-pull-0 {
  right: auto;
}
.custom-cms-page .col-xs-pull-1 {
  right: 8.333333%;
}
.custom-cms-page .col-xs-pull-2 {
  right: 16.666667%;
}
.custom-cms-page .col-xs-pull-3 {
  right: 25%;
}
.custom-cms-page .col-xs-pull-4 {
  right: 33.333333%;
}
.custom-cms-page .col-xs-pull-5 {
  right: 41.666667%;
}
.custom-cms-page .col-xs-pull-6 {
  right: 50%;
}
.custom-cms-page .col-xs-pull-7 {
  right: 58.333333%;
}
.custom-cms-page .col-xs-pull-8 {
  right: 66.666667%;
}
.custom-cms-page .col-xs-pull-9 {
  right: 75%;
}
.custom-cms-page .col-xs-pull-10 {
  right: 83.333333%;
}
.custom-cms-page .col-xs-pull-11 {
  right: 91.666667%;
}
.custom-cms-page .col-xs-pull-12 {
  right: 100%;
}
.custom-cms-page .col-xs-push-0 {
  left: auto;
}
.custom-cms-page .col-xs-push-1 {
  left: 8.333333%;
}
.custom-cms-page .col-xs-push-2 {
  left: 16.666667%;
}
.custom-cms-page .col-xs-push-3 {
  left: 25%;
}
.custom-cms-page .col-xs-push-4 {
  left: 33.333333%;
}
.custom-cms-page .col-xs-push-5 {
  left: 41.666667%;
}
.custom-cms-page .col-xs-push-6 {
  left: 50%;
}
.custom-cms-page .col-xs-push-7 {
  left: 58.333333%;
}
.custom-cms-page .col-xs-push-8 {
  left: 66.666667%;
}
.custom-cms-page .col-xs-push-9 {
  left: 75%;
}
.custom-cms-page .col-xs-push-10 {
  left: 83.333333%;
}
.custom-cms-page .col-xs-push-11 {
  left: 91.666667%;
}
.custom-cms-page .col-xs-push-12 {
  left: 100%;
}
.custom-cms-page .col-xs-offset-0 {
  margin-left: 0;
}
.custom-cms-page .col-xs-offset-1 {
  margin-left: 8.333333%;
}
.custom-cms-page .col-xs-offset-2 {
  margin-left: 16.666667%;
}
.custom-cms-page .col-xs-offset-3 {
  margin-left: 25%;
}
.custom-cms-page .col-xs-offset-4 {
  margin-left: 33.333333%;
}
.custom-cms-page .col-xs-offset-5 {
  margin-left: 41.666667%;
}
.custom-cms-page .col-xs-offset-6 {
  margin-left: 50%;
}
.custom-cms-page .col-xs-offset-7 {
  margin-left: 58.333333%;
}
.custom-cms-page .col-xs-offset-8 {
  margin-left: 66.666667%;
}
.custom-cms-page .col-xs-offset-9 {
  margin-left: 75%;
}
.custom-cms-page .col-xs-offset-10 {
  margin-left: 83.333333%;
}
.custom-cms-page .col-xs-offset-11 {
  margin-left: 91.666667%;
}
.custom-cms-page .col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 544px) {
  .custom-cms-page .col-sm-1,
  .custom-cms-page .col-sm-2,
  .custom-cms-page .col-sm-3,
  .custom-cms-page .col-sm-4,
  .custom-cms-page .col-sm-5,
  .custom-cms-page .col-sm-6,
  .custom-cms-page .col-sm-7,
  .custom-cms-page .col-sm-8,
  .custom-cms-page .col-sm-9,
  .custom-cms-page .col-sm-10,
  .custom-cms-page .col-sm-11,
  .custom-cms-page .col-sm-12 {
    float: left;
  }
  .custom-cms-page .col-sm-1 {
    width: 8.333333%;
  }
  .custom-cms-page .col-sm-2 {
    width: 16.666667%;
  }
  .custom-cms-page .col-sm-3 {
    width: 25%;
  }
  .custom-cms-page .col-sm-4 {
    width: 33.333333%;
  }
  .custom-cms-page .col-sm-5 {
    width: 41.666667%;
  }
  .custom-cms-page .col-sm-6 {
    width: 50%;
  }
  .custom-cms-page .col-sm-7 {
    width: 58.333333%;
  }
  .custom-cms-page .col-sm-8 {
    width: 66.666667%;
  }
  .custom-cms-page .col-sm-9 {
    width: 75%;
  }
  .custom-cms-page .col-sm-10 {
    width: 83.333333%;
  }
  .custom-cms-page .col-sm-11 {
    width: 91.666667%;
  }
  .custom-cms-page .col-sm-12 {
    width: 100%;
  }
  .custom-cms-page .col-sm-pull-0 {
    right: auto;
  }
  .custom-cms-page .col-sm-pull-1 {
    right: 8.333333%;
  }
  .custom-cms-page .col-sm-pull-2 {
    right: 16.666667%;
  }
  .custom-cms-page .col-sm-pull-3 {
    right: 25%;
  }
  .custom-cms-page .col-sm-pull-4 {
    right: 33.333333%;
  }
  .custom-cms-page .col-sm-pull-5 {
    right: 41.666667%;
  }
  .custom-cms-page .col-sm-pull-6 {
    right: 50%;
  }
  .custom-cms-page .col-sm-pull-7 {
    right: 58.333333%;
  }
  .custom-cms-page .col-sm-pull-8 {
    right: 66.666667%;
  }
  .custom-cms-page .col-sm-pull-9 {
    right: 75%;
  }
  .custom-cms-page .col-sm-pull-10 {
    right: 83.333333%;
  }
  .custom-cms-page .col-sm-pull-11 {
    right: 91.666667%;
  }
  .custom-cms-page .col-sm-pull-12 {
    right: 100%;
  }
  .custom-cms-page .col-sm-push-0 {
    left: auto;
  }
  .custom-cms-page .col-sm-push-1 {
    left: 8.333333%;
  }
  .custom-cms-page .col-sm-push-2 {
    left: 16.666667%;
  }
  .custom-cms-page .col-sm-push-3 {
    left: 25%;
  }
  .custom-cms-page .col-sm-push-4 {
    left: 33.333333%;
  }
  .custom-cms-page .col-sm-push-5 {
    left: 41.666667%;
  }
  .custom-cms-page .col-sm-push-6 {
    left: 50%;
  }
  .custom-cms-page .col-sm-push-7 {
    left: 58.333333%;
  }
  .custom-cms-page .col-sm-push-8 {
    left: 66.666667%;
  }
  .custom-cms-page .col-sm-push-9 {
    left: 75%;
  }
  .custom-cms-page .col-sm-push-10 {
    left: 83.333333%;
  }
  .custom-cms-page .col-sm-push-11 {
    left: 91.666667%;
  }
  .custom-cms-page .col-sm-push-12 {
    left: 100%;
  }
  .custom-cms-page .col-sm-offset-0 {
    margin-left: 0;
  }
  .custom-cms-page .col-sm-offset-1 {
    margin-left: 8.333333%;
  }
  .custom-cms-page .col-sm-offset-2 {
    margin-left: 16.666667%;
  }
  .custom-cms-page .col-sm-offset-3 {
    margin-left: 25%;
  }
  .custom-cms-page .col-sm-offset-4 {
    margin-left: 33.333333%;
  }
  .custom-cms-page .col-sm-offset-5 {
    margin-left: 41.666667%;
  }
  .custom-cms-page .col-sm-offset-6 {
    margin-left: 50%;
  }
  .custom-cms-page .col-sm-offset-7 {
    margin-left: 58.333333%;
  }
  .custom-cms-page .col-sm-offset-8 {
    margin-left: 66.666667%;
  }
  .custom-cms-page .col-sm-offset-9 {
    margin-left: 75%;
  }
  .custom-cms-page .col-sm-offset-10 {
    margin-left: 83.333333%;
  }
  .custom-cms-page .col-sm-offset-11 {
    margin-left: 91.666667%;
  }
  .custom-cms-page .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .custom-cms-page .col-md-1,
  .custom-cms-page .col-md-2,
  .custom-cms-page .col-md-3,
  .custom-cms-page .col-md-4,
  .custom-cms-page .col-md-5,
  .custom-cms-page .col-md-6,
  .custom-cms-page .col-md-7,
  .custom-cms-page .col-md-8,
  .custom-cms-page .col-md-9,
  .custom-cms-page .col-md-10,
  .custom-cms-page .col-md-11,
  .custom-cms-page .col-md-12 {
    float: left;
  }
  .custom-cms-page .col-md-1 {
    width: 8.333333%;
  }
  .custom-cms-page .col-md-2 {
    width: 16.666667%;
  }
  .custom-cms-page .col-md-3 {
    width: 25%;
  }
  .custom-cms-page .col-md-4 {
    width: 33.333333%;
  }
  .custom-cms-page .col-md-5 {
    width: 41.666667%;
  }
  .custom-cms-page .col-md-6 {
    width: 50%;
  }
  .custom-cms-page .col-md-7 {
    width: 58.333333%;
  }
  .custom-cms-page .col-md-8 {
    width: 66.666667%;
  }
  .custom-cms-page .col-md-9 {
    width: 75%;
  }
  .custom-cms-page .col-md-10 {
    width: 83.333333%;
  }
  .custom-cms-page .col-md-11 {
    width: 91.666667%;
  }
  .custom-cms-page .col-md-12 {
    width: 100%;
  }
  .custom-cms-page .col-md-pull-0 {
    right: auto;
  }
  .custom-cms-page .col-md-pull-1 {
    right: 8.333333%;
  }
  .custom-cms-page .col-md-pull-2 {
    right: 16.666667%;
  }
  .custom-cms-page .col-md-pull-3 {
    right: 25%;
  }
  .custom-cms-page .col-md-pull-4 {
    right: 33.333333%;
  }
  .custom-cms-page .col-md-pull-5 {
    right: 41.666667%;
  }
  .custom-cms-page .col-md-pull-6 {
    right: 50%;
  }
  .custom-cms-page .col-md-pull-7 {
    right: 58.333333%;
  }
  .custom-cms-page .col-md-pull-8 {
    right: 66.666667%;
  }
  .custom-cms-page .col-md-pull-9 {
    right: 75%;
  }
  .custom-cms-page .col-md-pull-10 {
    right: 83.333333%;
  }
  .custom-cms-page .col-md-pull-11 {
    right: 91.666667%;
  }
  .custom-cms-page .col-md-pull-12 {
    right: 100%;
  }
  .custom-cms-page .col-md-push-0 {
    left: auto;
  }
  .custom-cms-page .col-md-push-1 {
    left: 8.333333%;
  }
  .custom-cms-page .col-md-push-2 {
    left: 16.666667%;
  }
  .custom-cms-page .col-md-push-3 {
    left: 25%;
  }
  .custom-cms-page .col-md-push-4 {
    left: 33.333333%;
  }
  .custom-cms-page .col-md-push-5 {
    left: 41.666667%;
  }
  .custom-cms-page .col-md-push-6 {
    left: 50%;
  }
  .custom-cms-page .col-md-push-7 {
    left: 58.333333%;
  }
  .custom-cms-page .col-md-push-8 {
    left: 66.666667%;
  }
  .custom-cms-page .col-md-push-9 {
    left: 75%;
  }
  .custom-cms-page .col-md-push-10 {
    left: 83.333333%;
  }
  .custom-cms-page .col-md-push-11 {
    left: 91.666667%;
  }
  .custom-cms-page .col-md-push-12 {
    left: 100%;
  }
  .custom-cms-page .col-md-offset-0 {
    margin-left: 0;
  }
  .custom-cms-page .col-md-offset-1 {
    margin-left: 8.333333%;
  }
  .custom-cms-page .col-md-offset-2 {
    margin-left: 16.666667%;
  }
  .custom-cms-page .col-md-offset-3 {
    margin-left: 25%;
  }
  .custom-cms-page .col-md-offset-4 {
    margin-left: 33.333333%;
  }
  .custom-cms-page .col-md-offset-5 {
    margin-left: 41.666667%;
  }
  .custom-cms-page .col-md-offset-6 {
    margin-left: 50%;
  }
  .custom-cms-page .col-md-offset-7 {
    margin-left: 58.333333%;
  }
  .custom-cms-page .col-md-offset-8 {
    margin-left: 66.666667%;
  }
  .custom-cms-page .col-md-offset-9 {
    margin-left: 75%;
  }
  .custom-cms-page .col-md-offset-10 {
    margin-left: 83.333333%;
  }
  .custom-cms-page .col-md-offset-11 {
    margin-left: 91.666667%;
  }
  .custom-cms-page .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .custom-cms-page .col-lg-1,
  .custom-cms-page .col-lg-2,
  .custom-cms-page .col-lg-3,
  .custom-cms-page .col-lg-4,
  .custom-cms-page .col-lg-5,
  .custom-cms-page .col-lg-6,
  .custom-cms-page .col-lg-7,
  .custom-cms-page .col-lg-8,
  .custom-cms-page .col-lg-9,
  .custom-cms-page .col-lg-10,
  .custom-cms-page .col-lg-11,
  .custom-cms-page .col-lg-12 {
    float: left;
  }
  .custom-cms-page .col-lg-1 {
    width: 8.333333%;
  }
  .custom-cms-page .col-lg-2 {
    width: 16.666667%;
  }
  .custom-cms-page .col-lg-3 {
    width: 25%;
  }
  .custom-cms-page .col-lg-4 {
    width: 33.333333%;
  }
  .custom-cms-page .col-lg-5 {
    width: 41.666667%;
  }
  .custom-cms-page .col-lg-6 {
    width: 50%;
  }
  .custom-cms-page .col-lg-7 {
    width: 58.333333%;
  }
  .custom-cms-page .col-lg-8 {
    width: 66.666667%;
  }
  .custom-cms-page .col-lg-9 {
    width: 75%;
  }
  .custom-cms-page .col-lg-10 {
    width: 83.333333%;
  }
  .custom-cms-page .col-lg-11 {
    width: 91.666667%;
  }
  .custom-cms-page .col-lg-12 {
    width: 100%;
  }
  .custom-cms-page .col-lg-pull-0 {
    right: auto;
  }
  .custom-cms-page .col-lg-pull-1 {
    right: 8.333333%;
  }
  .custom-cms-page .col-lg-pull-2 {
    right: 16.666667%;
  }
  .custom-cms-page .col-lg-pull-3 {
    right: 25%;
  }
  .custom-cms-page .col-lg-pull-4 {
    right: 33.333333%;
  }
  .custom-cms-page .col-lg-pull-5 {
    right: 41.666667%;
  }
  .custom-cms-page .col-lg-pull-6 {
    right: 50%;
  }
  .custom-cms-page .col-lg-pull-7 {
    right: 58.333333%;
  }
  .custom-cms-page .col-lg-pull-8 {
    right: 66.666667%;
  }
  .custom-cms-page .col-lg-pull-9 {
    right: 75%;
  }
  .custom-cms-page .col-lg-pull-10 {
    right: 83.333333%;
  }
  .custom-cms-page .col-lg-pull-11 {
    right: 91.666667%;
  }
  .custom-cms-page .col-lg-pull-12 {
    right: 100%;
  }
  .custom-cms-page .col-lg-push-0 {
    left: auto;
  }
  .custom-cms-page .col-lg-push-1 {
    left: 8.333333%;
  }
  .custom-cms-page .col-lg-push-2 {
    left: 16.666667%;
  }
  .custom-cms-page .col-lg-push-3 {
    left: 25%;
  }
  .custom-cms-page .col-lg-push-4 {
    left: 33.333333%;
  }
  .custom-cms-page .col-lg-push-5 {
    left: 41.666667%;
  }
  .custom-cms-page .col-lg-push-6 {
    left: 50%;
  }
  .custom-cms-page .col-lg-push-7 {
    left: 58.333333%;
  }
  .custom-cms-page .col-lg-push-8 {
    left: 66.666667%;
  }
  .custom-cms-page .col-lg-push-9 {
    left: 75%;
  }
  .custom-cms-page .col-lg-push-10 {
    left: 83.333333%;
  }
  .custom-cms-page .col-lg-push-11 {
    left: 91.666667%;
  }
  .custom-cms-page .col-lg-push-12 {
    left: 100%;
  }
  .custom-cms-page .col-lg-offset-0 {
    margin-left: 0;
  }
  .custom-cms-page .col-lg-offset-1 {
    margin-left: 8.333333%;
  }
  .custom-cms-page .col-lg-offset-2 {
    margin-left: 16.666667%;
  }
  .custom-cms-page .col-lg-offset-3 {
    margin-left: 25%;
  }
  .custom-cms-page .col-lg-offset-4 {
    margin-left: 33.333333%;
  }
  .custom-cms-page .col-lg-offset-5 {
    margin-left: 41.666667%;
  }
  .custom-cms-page .col-lg-offset-6 {
    margin-left: 50%;
  }
  .custom-cms-page .col-lg-offset-7 {
    margin-left: 58.333333%;
  }
  .custom-cms-page .col-lg-offset-8 {
    margin-left: 66.666667%;
  }
  .custom-cms-page .col-lg-offset-9 {
    margin-left: 75%;
  }
  .custom-cms-page .col-lg-offset-10 {
    margin-left: 83.333333%;
  }
  .custom-cms-page .col-lg-offset-11 {
    margin-left: 91.666667%;
  }
  .custom-cms-page .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .custom-cms-page .col-xl-1,
  .custom-cms-page .col-xl-2,
  .custom-cms-page .col-xl-3,
  .custom-cms-page .col-xl-4,
  .custom-cms-page .col-xl-5,
  .custom-cms-page .col-xl-6,
  .custom-cms-page .col-xl-7,
  .custom-cms-page .col-xl-8,
  .custom-cms-page .col-xl-9,
  .custom-cms-page .col-xl-10,
  .custom-cms-page .col-xl-11,
  .custom-cms-page .col-xl-12 {
    float: left;
  }
  .custom-cms-page .col-xl-1 {
    width: 8.333333%;
  }
  .custom-cms-page .col-xl-2 {
    width: 16.666667%;
  }
  .custom-cms-page .col-xl-3 {
    width: 25%;
  }
  .custom-cms-page .col-xl-4 {
    width: 33.333333%;
  }
  .custom-cms-page .col-xl-5 {
    width: 41.666667%;
  }
  .custom-cms-page .col-xl-6 {
    width: 50%;
  }
  .custom-cms-page .col-xl-7 {
    width: 58.333333%;
  }
  .custom-cms-page .col-xl-8 {
    width: 66.666667%;
  }
  .custom-cms-page .col-xl-9 {
    width: 75%;
  }
  .custom-cms-page .col-xl-10 {
    width: 83.333333%;
  }
  .custom-cms-page .col-xl-11 {
    width: 91.666667%;
  }
  .custom-cms-page .col-xl-12 {
    width: 100%;
  }
  .custom-cms-page .col-xl-pull-0 {
    right: auto;
  }
  .custom-cms-page .col-xl-pull-1 {
    right: 8.333333%;
  }
  .custom-cms-page .col-xl-pull-2 {
    right: 16.666667%;
  }
  .custom-cms-page .col-xl-pull-3 {
    right: 25%;
  }
  .custom-cms-page .col-xl-pull-4 {
    right: 33.333333%;
  }
  .custom-cms-page .col-xl-pull-5 {
    right: 41.666667%;
  }
  .custom-cms-page .col-xl-pull-6 {
    right: 50%;
  }
  .custom-cms-page .col-xl-pull-7 {
    right: 58.333333%;
  }
  .custom-cms-page .col-xl-pull-8 {
    right: 66.666667%;
  }
  .custom-cms-page .col-xl-pull-9 {
    right: 75%;
  }
  .custom-cms-page .col-xl-pull-10 {
    right: 83.333333%;
  }
  .custom-cms-page .col-xl-pull-11 {
    right: 91.666667%;
  }
  .custom-cms-page .col-xl-pull-12 {
    right: 100%;
  }
  .custom-cms-page .col-xl-push-0 {
    left: auto;
  }
  .custom-cms-page .col-xl-push-1 {
    left: 8.333333%;
  }
  .custom-cms-page .col-xl-push-2 {
    left: 16.666667%;
  }
  .custom-cms-page .col-xl-push-3 {
    left: 25%;
  }
  .custom-cms-page .col-xl-push-4 {
    left: 33.333333%;
  }
  .custom-cms-page .col-xl-push-5 {
    left: 41.666667%;
  }
  .custom-cms-page .col-xl-push-6 {
    left: 50%;
  }
  .custom-cms-page .col-xl-push-7 {
    left: 58.333333%;
  }
  .custom-cms-page .col-xl-push-8 {
    left: 66.666667%;
  }
  .custom-cms-page .col-xl-push-9 {
    left: 75%;
  }
  .custom-cms-page .col-xl-push-10 {
    left: 83.333333%;
  }
  .custom-cms-page .col-xl-push-11 {
    left: 91.666667%;
  }
  .custom-cms-page .col-xl-push-12 {
    left: 100%;
  }
  .custom-cms-page .col-xl-offset-0 {
    margin-left: 0;
  }
  .custom-cms-page .col-xl-offset-1 {
    margin-left: 8.333333%;
  }
  .custom-cms-page .col-xl-offset-2 {
    margin-left: 16.666667%;
  }
  .custom-cms-page .col-xl-offset-3 {
    margin-left: 25%;
  }
  .custom-cms-page .col-xl-offset-4 {
    margin-left: 33.333333%;
  }
  .custom-cms-page .col-xl-offset-5 {
    margin-left: 41.666667%;
  }
  .custom-cms-page .col-xl-offset-6 {
    margin-left: 50%;
  }
  .custom-cms-page .col-xl-offset-7 {
    margin-left: 58.333333%;
  }
  .custom-cms-page .col-xl-offset-8 {
    margin-left: 66.666667%;
  }
  .custom-cms-page .col-xl-offset-9 {
    margin-left: 75%;
  }
  .custom-cms-page .col-xl-offset-10 {
    margin-left: 83.333333%;
  }
  .custom-cms-page .col-xl-offset-11 {
    margin-left: 91.666667%;
  }
  .custom-cms-page .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.custom-cms-page .text-justify {
  text-align: justify !important;
}
.custom-cms-page .text-nowrap {
  white-space: nowrap !important;
}
.custom-cms-page .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-cms-page .text-left {
  text-align: left !important;
}
.custom-cms-page .text-right {
  text-align: right !important;
}
.custom-cms-page .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .custom-cms-page .text-sm-left {
    text-align: left !important;
  }
  .custom-cms-page .text-sm-right {
    text-align: right !important;
  }
  .custom-cms-page .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .custom-cms-page .text-md-left {
    text-align: left !important;
  }
  .custom-cms-page .text-md-right {
    text-align: right !important;
  }
  .custom-cms-page .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .custom-cms-page .text-lg-left {
    text-align: left !important;
  }
  .custom-cms-page .text-lg-right {
    text-align: right !important;
  }
  .custom-cms-page .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .custom-cms-page .text-xl-left {
    text-align: left !important;
  }
  .custom-cms-page .text-xl-right {
    text-align: right !important;
  }
  .custom-cms-page .text-xl-center {
    text-align: center !important;
  }
}
.custom-cms-page .breadcrumbs {
  display: none !important;
}
.custom-cms-page .page-header {
  margin-bottom: 0;
}
.custom-cms-page .page-main {
  max-width: 100%;
  padding: 0;
}
.custom-cms-page .page-main .column.main {
  font-family: 'Raleway', sans-serif;
}
.custom-cms-page .page-main .column.main *,
.custom-cms-page .page-main .column.main ::after,
.custom-cms-page .page-main .column.main ::before {
  box-sizing: inherit;
}
.custom-cms-page .page-main .column.main strong {
  font-weight: 700;
}
.custom-cms-page .footer-contact {
  display: none;
}
.custom-cms-page .mbr-section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative;
}
.custom-cms-page .mbr-section-full {
  display: table;
  height: 100vh;
  padding-bottom: 0;
  padding-top: 0;
  table-layout: fixed;
  width: 100%;
}
.custom-cms-page .mbr-section-full > .mbr-table-cell {
  width: 100%;
}
.custom-cms-page .mbr-section-nopadding {
  padding-bottom: 0;
  padding-top: 0;
}
.custom-cms-page .mbr-section__container--middle {
  padding-top: 0;
  padding-bottom: 40px;
}
.custom-cms-page .mbr-figure {
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.custom-cms-page .mbr-figure img,
.custom-cms-page .mbr-figure iframe {
  display: block;
  width: 100%;
}
.custom-cms-page .mbr-table-cell {
  display: table-cell;
  float: none;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  vertical-align: middle;
}
.custom-cms-page .lead {
  font-size: 17px;
  font-weight: 300;
}
.custom-cms-page .article .lead p,
.custom-cms-page .article .lead ul,
.custom-cms-page .article .lead ol,
.custom-cms-page .article .lead pre,
.custom-cms-page .article .lead blockquote {
  margin-bottom: 0;
}
.custom-cms-page p.lead,
.custom-cms-page .lead p {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 2.3125rem;
}
.custom-cms-page .margin-bottom-m {
  margin-bottom: 30px;
}
.custom-cms-page .text-center {
  text-align: center;
}
.custom-cms-page .box-module {
  height: 300px;
}
.custom-cms-page .box-module::after {
  background-color: rgba(0, 46, 90, 0.6);
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.custom-cms-page .box-module.fill::after {
  background-color: #002e5a;
}
.custom-cms-page .box-module > div {
  position: relative;
  z-index: 2;
}
.custom-cms-page .box-module h3 {
  color: #ffffff;
  font-family: 'Public Sans', Helvetica, Arial;
  font-size: 28px;
  margin-bottom: .5rem;
  margin-top: 0;
  padding-top: 100px;
}
.custom-cms-page .box-module a {
  color: #ffffff;
  text-decoration: none;
}
.custom-cms-page .box-module ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
}
.custom-cms-page .box-module ul li {
  display: inline-block;
  padding: 0 4px;
}
.custom-cms-page .box-module img.bg {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.custom-cms-page .butcher {
  display: none;
}
.custom-cms-page .clic-mas {
  color: #002e59;
  font-size: 12px;
  font-weight: 300;
}
.custom-cms-page img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
}
.custom-cms-page .btn-comprar {
  background-color: #002e5a;
  color: #ffffff;
  display: inline-block;
  float: right;
  font-size: 12px;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.custom-cms-page .link-comprar a {
  color: #002e5a;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.custom-cms-page .meat-module {
  margin: 15px auto;
}
.custom-cms-page .meat-module area {
  outline: 1px solid #002e5a;
}
.custom-cms-page .meat-module h2 {
  color: #002e5a;
  font-size: 19.2px;
  font-weight: 800;
  margin-top: 20px;
  text-transform: uppercase;
}
.custom-cms-page .nosotros-modulo-texto h1 {
  color: #002e5a;
  font-size: 40px;
  font-weight: 700;
}
.custom-cms-page .nosotros-modulo-texto .text-content {
  padding-left: 40px;
}
.custom-cms-page .nosotros-modulo-texto .text-content p {
  color: #002e5a;
}
.custom-cms-page .nosotros-modulo-texto .text-content .title {
  color: #002e5a;
  font-size: 36px;
  font-weight: 700;
}
.custom-cms-page .nosotros-modulo-texto .text-content .subtitle {
  color: #002e5a;
  font-weight: 700;
}
@media (max-width: 769px) {
  .custom-cms-page .nosotros-modulo-texto .text-content .subtitle {
    font-size: 18px;
  }
  .custom-cms-page .nosotros-modulo-texto h1,
  .custom-cms-page .nosotros-modulo-texto .text-content .title {
    font-size: 26px;
  }
}
.custom-cms-page #content1-4 div,
.custom-cms-page #content1-a div,
.custom-cms-page #content1-c div {
  text-align: center;
}
.custom-cms-page #content1-4 p,
.custom-cms-page #content1-a p,
.custom-cms-page #content1-c p {
  color: #002e59;
  font-size: 20px;
  text-align: center;
}
.custom-cms-page #content1-b p {
  color: #002e59;
  font-size: 24px;
  text-align: center;
}
.custom-cms-page #content1-e p {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
}
.custom-cms-page #content1-j p,
.custom-cms-page #content1-n p {
  color: #ffffff;
  font-family: 'Public Sans', Helvetica, Arial;
  font-size: 22px;
  text-align: center;
}
.custom-cms-page #content1-h p,
.custom-cms-page #content1-q p,
.custom-cms-page #content1-s p {
  color: #002e59;
  font-size: 24px;
}
.custom-cms-page .amform-form {
  max-width: 100%;
}
.custom-cms-page .amform-form .fieldset > .field > .label,
.custom-cms-page .amform-form .fieldset > .fields > .field > .label {
  font-weight: 400;
}
.custom-cms-page .amform-form .amform-layout-three:not(.editing) {
  max-width: 32%;
}
.custom-cms-page .amform-form .amform-layout-three + .amform-layout-three + .amform-layout-three {
  margin-right: 0;
}
.custom-cms-page .amform-form .form-control,
.custom-cms-page .amform-form .form-control:focus {
  border: 1px solid #e8e8e8;
}
.custom-cms-page .amform-form .form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  font-size: 14px;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
.pointofsale-index-index .page-title-wrapper {
  display: none;
}
.pointofsale-index-index .margin-bottom-m .butcher {
  display: block;
}
.pointofsale-index-index .margin-bottom-m .location {
  display: none;
}
#pointofsale_box #pointofsale {
  text-align: center;
}
#pointofsale_box #pointofsale #title {
  color: #002e59;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 1.5625rem;
  margin-top: 0;
  text-transform: uppercase;
}
#pointofsale_box #pointofsale select {
  border: solid 1px #cccccc;
  color: #002e59;
  display: block;
  font-weight: 700;
  height: 40px;
  margin: 0 auto 20px auto;
  outline: none;
  text-align: center;
  width: 320px;
}
/* res fontastic icons */
@font-face {
  font-family: "res";
  src: url('fontastic/fonts/1513179000.eot');
  src: url('fontastic/fonts/1513179000.eot?#iefix') format("embedded-opentype"), url('fontastic/fonts/1513179000.woff') format("woff"), url('fontastic/fonts/1513179000.ttf') format("truetype"), url('fontastic/fonts/1513179000.svg#1513179000') format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "res" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "res" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ticket-discount:before {
  content: "\e000";
}
.icon-shipping:before {
  content: "\e001";
}
.icon-cart:before {
  content: "\e002";
}
.icon-smart-phone:before {
  content: "\e003";
}
.icon-message-ok:before {
  content: "\e004";
}
.icon-message-error:before {
  content: "\e005";
}
.icon-message-warning:before {
  content: "\e006";
}
.icon-search:before {
  content: "\e007";
}
.icon-done:before {
  content: "\e008";
}
.icon-envelope:before {
  content: "\e009";
}
.cms-productos {
  font-family: 'Raleway', sans-serif;
}
.cms-productos .page-wrapper .page-main .column.main .mbr-section .container .meat-module .row .col-md-6 .oink-detail,
.cms-productos .page-wrapper .page-main .column.main .mbr-section .container .meat-module .row .col-md-6 .cow-detail,
.cms-productos .page-wrapper .page-main .column.main .mbr-section .container .meat-module .row .col-md-6 .chicken-detail {
  font-family: 'Public Sans', Helvetica, Arial;
}
.cms-productos .page-wrapper .page-main .column.main .mbr-section .container .meat-module .row .col-md-6 .oink-detail h2,
.cms-productos .page-wrapper .page-main .column.main .mbr-section .container .meat-module .row .col-md-6 .cow-detail h2,
.cms-productos .page-wrapper .page-main .column.main .mbr-section .container .meat-module .row .col-md-6 .chicken-detail h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2rem;
  margin-top: 20px;
}
.cms-productos .page-wrapper .page-main .column.main .mbr-section .container .meat-module .row .col-md-6 .oink-detail h3,
.cms-productos .page-wrapper .page-main .column.main .mbr-section .container .meat-module .row .col-md-6 .cow-detail h3,
.cms-productos .page-wrapper .page-main .column.main .mbr-section .container .meat-module .row .col-md-6 .chicken-detail h3 {
  margin-top: 15px;
  color: #002e5a;
  font-weight: 700;
  font-size: 16px;
}
.cms-productos .page-wrapper .page-main .column.main .mbr-section .container .meat-module .row .col-md-6 .oink-detail p,
.cms-productos .page-wrapper .page-main .column.main .mbr-section .container .meat-module .row .col-md-6 .cow-detail p,
.cms-productos .page-wrapper .page-main .column.main .mbr-section .container .meat-module .row .col-md-6 .chicken-detail p {
  font-size: 12px;
}
#html-body footer .footer-firma {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.footer-bottom .footer-firma {
  display: flex;
  flex-direction: row;
}
.footer-bottom .footer-firma .firma {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 285px;
}
.footer-bottom .footer-firma .firma img {
  height: 23px;
}
@media (max-width: 650px) {
  .header.content {
    padding-bottom: 10px;
  }
  .header.content .logo {
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    position: absolute;
  }
  .page-products .column.main .product-items {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0;
  }
  .page-products .column.main .product-items .product-item {
    margin: 0;
    padding: 0 0 20px;
    border-bottom: inherit;
    width: 100%;
  }
  .page-products .column.main .product-items .product-item-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .page-products .column.main .product-items .product-item-info .product-grid-flags.flags {
    position: absolute;
    right: 0;
    z-index: 9;
  }
  .page-products .column.main .product-items .product-item-link.mobile {
    font-size: 10px;
  }
  .page-products .column.main .product-items .product-item-details {
    width: 90%;
  }
  .page-products .column.main .product-items .product-item-photo {
    width: 70%;
  }
  .page-products .column.main .product-items .product-item .price-final_price {
    position: relative;
  }
  .page-products .column.main .product-items .product-item .price-final_price .cant-min {
    font-size: 11px;
    margin-top: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-index-index .page-header {
    background: #002e59;
  }
  .checkout-index-index .header.content {
    text-align: center;
  }
  .checkout-index-index .header.content .logo {
    left: inherit;
    float: inherit;
    width: auto;
    transform: inherit;
    display: inline-block;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-index-index .page-header {
    background: #002e59;
  }
}
.catalog-category-view .amscroll-navbar,
.catalogsearch-result-index .amscroll-navbar {
  display: none !important;
}
.catalog-category-view .category-cms,
.catalogsearch-result-index .category-cms {
  border-top: 1px solid #f0f0f0;
  padding-top: 35px;
}
@media (max-width: 768px) {
  .catalog-category-view .category-cms,
  .catalogsearch-result-index .category-cms {
    display: none;
  }
}
.catalog-category-view .category-cms .category-view-related,
.catalogsearch-result-index .category-cms .category-view-related {
  max-width: 1280px;
  margin: auto;
}
.catalog-category-view .category-cms .category-view-related h2,
.catalogsearch-result-index .category-cms .category-view-related h2 {
  float: left;
  display: inline-block;
  margin: 0 0 20px 0;
  text-align: left;
  color: #444444;
  font-size: 20px;
  font-weight: normal;
}
.catalog-category-view .category-cms .category-view-related .view-full-category,
.catalogsearch-result-index .category-cms .category-view-related .view-full-category {
  display: inline-block;
  float: right;
  text-align: right;
  color: #444444;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.catalog-category-view .category-cms .category-view-related .view-full-category:hover,
.catalogsearch-result-index .category-cms .category-view-related .view-full-category:hover {
  text-decoration: none;
}
.catalog-category-view .category-cms .category-view-related .view-full-category:after,
.catalogsearch-result-index .category-cms .category-view-related .view-full-category:after {
  font-family: FontAwesome;
  content: "\f061";
  margin-left: 10px;
}
.catalog-category-view .category-cms .category-view-related .block-products-list,
.catalogsearch-result-index .category-cms .category-view-related .block-products-list {
  margin-bottom: 0 !important;
}
.catalog-category-view .category-cms .category-view-related .cant-min,
.catalogsearch-result-index .category-cms .category-view-related .cant-min {
  display: none;
}
.catalog-category-view .category-cms .category-view-related .product-items,
.catalogsearch-result-index .category-cms .category-view-related .product-items {
  display: flex;
  flex-direction: row;
}
.catalog-category-view .category-cms .category-view-related .product-items .product-item,
.catalogsearch-result-index .category-cms .category-view-related .product-items .product-item {
  width: 33.333%;
  margin-right: 15px;
}
.catalog-category-view .category-cms .category-view-related .product-items .product-item .product-item-info,
.catalogsearch-result-index .category-cms .category-view-related .product-items .product-item .product-item-info {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #fff;
  padding: 2px;
  margin: 0 !important;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  height: 150px;
  max-height: 150px;
}
.catalog-category-view .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-photo,
.catalogsearch-result-index .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-photo {
  margin: 0;
  width: 256px;
}
.catalog-category-view .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details,
.catalogsearch-result-index .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details {
  width: 100%;
  padding: 12px 0 18px 22px;
}
.catalog-category-view .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .product-item-name,
.catalogsearch-result-index .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .product-item-name {
  color: #444444;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  margin-left: 0;
}
.catalog-category-view .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.catalogsearch-result-index .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  text-align: left;
  color: #444444;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
}
.catalog-category-view .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover,
.catalogsearch-result-index .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  text-decoration: none;
}
.catalog-category-view .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .price-box,
.catalogsearch-result-index .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .price-box {
  text-align: left;
  margin: 0;
  height: 60px !important;
  max-height: 60px !important;
}
.catalog-category-view .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .price-box .price-container,
.catalogsearch-result-index .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .price-box .price-container {
  float: left;
}
.catalog-category-view .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price,
.catalogsearch-result-index .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price {
  color: #0358c8;
  font-size: 24px;
  font-weight: 700;
}
.catalog-category-view .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .price-box .price-by,
.catalogsearch-result-index .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .price-box .price-by {
  float: left;
  margin: 6px 0 0 5px;
  color: #0358c8;
  font-weight: 700;
  text-transform: none;
  font-size: 18px;
}
.catalog-category-view .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .combo-view,
.catalogsearch-result-index .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .combo-view {
  text-align: left;
  color: #444444;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.catalog-category-view .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .combo-view:hover,
.catalogsearch-result-index .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .combo-view:hover {
  text-decoration: none;
}
.catalog-category-view .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .combo-view:after,
.catalogsearch-result-index .category-cms .category-view-related .product-items .product-item .product-item-info .product-item-details .combo-view:after {
  font-family: FontAwesome;
  content: "\f061";
  margin-left: 10px;
}
@media (max-width: 768px) {
  .catalog-category-view .filter-no-options .filter-title:before,
  .catalogsearch-result-index .filter-no-options .filter-title:before {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .toolbar-sorter,
  .catalogsearch-result-index .toolbar-sorter {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .toolbar select,
  .catalogsearch-result-index .toolbar select {
    max-width: 63%;
  }
}
.catalog-category-view .custom-form-container,
.catalogsearch-result-index .custom-form-container {
  min-height: 72px;
}
@media (max-width: 768px) {
  .catalog-category-view .custom-form-container,
  .catalogsearch-result-index .custom-form-container {
    min-height: auto;
    display: none;
  }
}
.catalog-category-view .category-view,
.catalogsearch-result-index .category-view {
  background: #fff;
}
.catalog-category-view .category-view .category-description,
.catalogsearch-result-index .category-view .category-description {
  margin: 0 auto;
  color: #929292;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.3px;
  max-width: 1280px;
  padding: 0 0 30px 0;
}
@media (max-width: 768px) {
  .catalog-category-view .category-view .category-description,
  .catalogsearch-result-index .category-view .category-description {
    padding: 0 15px 30px 15px;
  }
}
.catalog-category-view .page-header,
.catalogsearch-result-index .page-header {
  margin-bottom: 0;
}
.catalog-category-view .amscroll-load-button,
.catalogsearch-result-index .amscroll-load-button {
  border-radius: unset;
  border: 0;
  background: transparent !important;
  text-transform: uppercase;
  font-weight: 700;
  width: 30%;
  margin: 0 auto;
  background-color: #0358c8 !important;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  border-radius: 5px;
}
.catalog-category-view .amscroll-load-button svg,
.catalogsearch-result-index .amscroll-load-button svg {
  display: none;
}
@media (max-width: 768px) {
  .catalog-category-view .amscroll-load-button,
  .catalogsearch-result-index .amscroll-load-button {
    width: 85%;
  }
}
.catalog-category-view .amscroll-load-button:after,
.catalogsearch-result-index .amscroll-load-button:after {
  font-family: FontAwesome;
  content: "\f063";
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .breadcrumbs,
  .catalogsearch-result-index .breadcrumbs {
    margin-top: 40px;
  }
}
.catalog-category-view .toolbar-products .toolbar-sorter,
.catalogsearch-result-index .toolbar-products .toolbar-sorter {
  display: inline-block !important;
}
.catalog-category-view .filter .filter-current-subtitle:after,
.catalogsearch-result-index .filter .filter-current-subtitle:after {
  display: none;
}
.catalog-category-view .filter .filter-current,
.catalogsearch-result-index .filter .filter-current {
  background: transparent;
  border: 0;
  padding-left: 11px;
  padding-right: 11px;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .filter .filter-current,
  .catalogsearch-result-index .filter .filter-current {
    padding: 10px 30px;
  }
}
.catalog-category-view .filter .filter-current .action.remove:before,
.catalogsearch-result-index .filter .filter-current .action.remove:before {
  color: #0358c8;
}
.catalog-category-view .filter .filter-current .block-subtitle,
.catalogsearch-result-index .filter .filter-current .block-subtitle {
  padding: 8px 0 14px 0;
  color: #929292;
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
}
.catalog-category-view .filter .filter-current .block-subtitle:before,
.catalogsearch-result-index .filter .filter-current .block-subtitle:before {
  display: none;
}
.catalog-category-view .filter .filter-current .items,
.catalogsearch-result-index .filter .filter-current .items {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .filter .filter-current .items,
  .catalogsearch-result-index .filter .filter-current .items {
    display: block !important;
  }
}
.catalog-category-view .filter .filter-current .items .item .filter-label,
.catalogsearch-result-index .filter .filter-current .items .item .filter-label,
.catalog-category-view .filter .filter-current .items .item .filter-value,
.catalogsearch-result-index .filter .filter-current .items .item .filter-value {
  color: #0358c8;
  font-size: 14px;
  font-weight: 600;
}
.catalog-category-view .filter .filter-actions,
.catalogsearch-result-index .filter .filter-actions {
  background: transparent;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .filter .filter-actions,
  .catalogsearch-result-index .filter .filter-actions {
    margin-top: -10px !important;
    display: block !important;
  }
}
.catalog-category-view .filter .filter-actions .filter-clear,
.catalogsearch-result-index .filter .filter-actions .filter-clear {
  border: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  background-color: #d2d2d2;
  color: #666666;
  padding: 11px 13px 11px 15px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .filter .filter-actions .filter-clear,
  .catalogsearch-result-index .filter .filter-actions .filter-clear {
    width: 90%;
  }
}
.catalog-category-view .filter .filter-actions .filter-clear:after,
.catalogsearch-result-index .filter .filter-actions .filter-clear:after {
  color: #666;
  content: '\e616';
  font-family: 'luma-icons';
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 10px;
}
.catalog-category-view input[name="qty"],
.catalogsearch-result-index input[name="qty"] {
  display: none;
}
.catalog-category-view input[name="qty_factor"],
.catalogsearch-result-index input[name="qty_factor"] {
  display: inline-block !important;
  text-align: center;
  width: 46px;
  float: left;
  border-right: 0;
  border-left: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background-color: #f2f2f2;
  padding: 22px 7px;
  color: #929292;
}
.catalog-category-view input[name="qty_factor"]:focus,
.catalogsearch-result-index input[name="qty_factor"]:focus {
  color: black;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view input[name="qty_factor"],
  .catalogsearch-result-index input[name="qty_factor"] {
    display: none !important;
  }
}
.catalog-category-view .action.primary:not(.subscribe),
.catalogsearch-result-index .action.primary:not(.subscribe) {
  background-color: #0358c8;
  border: 0;
  width: auto !important;
  float: right;
  padding: 16px 18px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .action.primary:not(.subscribe),
  .catalogsearch-result-index .action.primary:not(.subscribe) {
    display: none;
  }
}
.catalog-category-view .action.primary:not(.subscribe) span,
.catalogsearch-result-index .action.primary:not(.subscribe) span {
  text-transform: none;
  font-family: 'Work Sans', sans-serif;
}
.catalog-category-view .action.primary:not(.subscribe):hover,
.catalogsearch-result-index .action.primary:not(.subscribe):hover {
  border: 0 !important;
}
.catalog-category-view .mobile-product-link,
.catalogsearch-result-index .mobile-product-link {
  display: none;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .mobile-product-link,
  .catalogsearch-result-index .mobile-product-link {
    display: inline-block;
    float: left;
    clear: both;
    width: 100%;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #0358c8;
    font-weight: 600;
    margin: 12px 0 0 0;
  }
  .catalog-category-view .mobile-product-link:after,
  .catalogsearch-result-index .mobile-product-link:after {
    font-family: FontAwesome;
    content: "\f061";
    margin-left: 10px;
  }
}
.catalog-category-view .sidebar-main,
.catalogsearch-result-index .sidebar-main {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .sidebar-main,
  .catalogsearch-result-index .sidebar-main {
    width: 100%;
  }
  .catalog-category-view .sidebar-main .block.filter .filter-content,
  .catalogsearch-result-index .sidebar-main .block.filter .filter-content {
    width: 100%;
    margin: 46px 0 0 0;
    padding: 5px 22px;
  }
  .catalog-category-view .sidebar-main .block.filter .filter-actions,
  .catalogsearch-result-index .sidebar-main .block.filter .filter-actions {
    margin: -42px 0 0 0;
  }
  .catalog-category-view .sidebar-main .block.filter .filter-actions .filter-clear,
  .catalogsearch-result-index .sidebar-main .block.filter .filter-actions .filter-clear {
    margin: 10px 5%;
  }
}
.catalog-category-view .menu-search-wrapper,
.catalogsearch-result-index .menu-search-wrapper {
  border-bottom: 1px solid #d9d9d9;
}
.catalog-category-view .page-main,
.catalogsearch-result-index .page-main {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
}
.catalog-category-view .page-main .page-title-wrapper,
.catalogsearch-result-index .page-main .page-title-wrapper {
  text-align: center;
  background-color: #fff;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .page-title-wrapper,
  .catalogsearch-result-index .page-main .page-title-wrapper {
    padding: 0 0 10px 0;
  }
}
.catalog-category-view .page-main .page-title-wrapper h1,
.catalogsearch-result-index .page-main .page-title-wrapper h1 {
  margin: 0 0 20px 0;
  text-transform: none;
  color: #0358c8;
  font-weight: 400;
  font-size: 28px;
}
.catalog-category-view .page-main .columns,
.catalogsearch-result-index .page-main .columns {
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns,
  .catalogsearch-result-index .page-main .columns {
    padding: 25px 20px;
    margin-top: 20px;
  }
  .catalog-category-view .page-main .columns .toolbar-sorter,
  .catalogsearch-result-index .page-main .columns .toolbar-sorter {
    top: 7px;
  }
}
.catalog-category-view .page-main .columns .column.main,
.catalogsearch-result-index .page-main .columns .column.main {
  width: 75%;
}
.catalog-category-view .page-main .columns .toolbar-products,
.catalogsearch-result-index .page-main .columns .toolbar-products {
  text-transform: none;
  border: 0;
  margin-top: 15px;
  display: block !important;
}
.catalog-category-view .page-main .columns .toolbar-products .pages,
.catalogsearch-result-index .page-main .columns .toolbar-products .pages,
.catalog-category-view .page-main .columns .toolbar-products .field.limiter,
.catalogsearch-result-index .page-main .columns .toolbar-products .field.limiter {
  display: none;
}
.catalog-category-view .page-main .columns .toolbar-products .toolbar-amount,
.catalogsearch-result-index .page-main .columns .toolbar-products .toolbar-amount {
  font-size: 12px;
  display: block !important;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .toolbar-products .toolbar-amount,
  .catalogsearch-result-index .page-main .columns .toolbar-products .toolbar-amount {
    margin-top: 0;
  }
}
.catalog-category-view .page-main .columns .toolbar-products .toolbar-amount span,
.catalogsearch-result-index .page-main .columns .toolbar-products .toolbar-amount span {
  font-weight: 700;
  color: #444;
  font-size: 12px;
}
.catalog-category-view .page-main .columns .toolbar-products .toolbar-sorter label,
.catalogsearch-result-index .page-main .columns .toolbar-products .toolbar-sorter label {
  color: #929292;
  font-weight: 400;
  font-size: 12px;
}
.catalog-category-view .page-main .columns .toolbar-products .toolbar-sorter .sorter-options,
.catalogsearch-result-index .page-main .columns .toolbar-products .toolbar-sorter .sorter-options {
  border: 0;
  box-shadow: none;
  color: #0358c8;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.catalog-category-view .page-main .columns .toolbar-products .toolbar-sorter .sorter-action:before,
.catalogsearch-result-index .page-main .columns .toolbar-products .toolbar-sorter .sorter-action:before {
  display: none;
}
.catalog-category-view .page-main .columns .block.filter .filter-subtitle,
.catalogsearch-result-index .page-main .columns .block.filter .filter-subtitle {
  color: #929292;
  font-size: 13px;
  padding: 12px 0;
  text-transform: none;
  margin: 15px 0 10px 0;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .block.filter .filter-subtitle,
  .catalogsearch-result-index .page-main .columns .block.filter .filter-subtitle {
    display: none;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .block.filter.active .block-title,
  .catalogsearch-result-index .page-main .columns .block.filter.active .block-title {
    border: 0;
  }
  .catalog-category-view .page-main .columns .block.filter.active .block-title strong,
  .catalogsearch-result-index .page-main .columns .block.filter.active .block-title strong {
    background: transparent;
  }
  .catalog-category-view .page-main .columns .block.filter.active .block-title strong:before,
  .catalogsearch-result-index .page-main .columns .block.filter.active .block-title strong:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .block.filter .filter-title strong,
  .catalogsearch-result-index .page-main .columns .block.filter .filter-title strong {
    margin: 0 0 0 20px;
    border-radius: 5px;
    background-color: #0358c8;
    color: #fff;
    font-weight: 700;
    border: 0;
    padding: 15px 28px 15px 46px;
  }
}
.catalog-category-view .page-main .columns .block.filter .filter-title strong:before,
.catalogsearch-result-index .page-main .columns .block.filter .filter-title strong:before {
  content: '';
  background: url('../images/filter-icon.png') no-repeat 0 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px 0 0 0px;
  position: absolute;
  left: 15px;
}
.catalog-category-view .page-main .columns .block.filter .filter-content,
.catalogsearch-result-index .page-main .columns .block.filter .filter-content {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 22px 10px 22px;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .block.filter .filter-content,
  .catalogsearch-result-index .page-main .columns .block.filter .filter-content {
    float: left;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .block.filter .filter-content .filter-options,
  .catalogsearch-result-index .page-main .columns .block.filter .filter-content .filter-options {
    padding: 0 20px;
  }
}
.catalog-category-view .page-main .columns .block.filter .filter-content .filter-options-item,
.catalogsearch-result-index .page-main .columns .block.filter .filter-content .filter-options-item {
  border-color: #D2D2D2;
}
.catalog-category-view .page-main .columns .block.filter .filter-content .filter-options-item:last-child,
.catalogsearch-result-index .page-main .columns .block.filter .filter-content .filter-options-item:last-child {
  border-bottom: 0;
}
.catalog-category-view .page-main .columns .block.filter .filter-content .filter-options-title,
.catalogsearch-result-index .page-main .columns .block.filter .filter-content .filter-options-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  color: #666;
  padding: 16px 0 5px 0;
}
.catalog-category-view .page-main .columns .block.filter .filter-content .filter-options-title:after,
.catalogsearch-result-index .page-main .columns .block.filter .filter-content .filter-options-title:after {
  margin-top: 12px;
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item {
  width: 32%;
  padding: 0;
  margin-left: 1%;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .page-main .columns .column.main .product-items .product-item,
  .catalogsearch-result-index .page-main .columns .column.main .product-items .product-item {
    width: 95%;
    margin-bottom: 18px;
  }
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item:nth-child(4n + 1),
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item:nth-child(4n + 1) {
  margin-left: 1%;
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info {
  background-color: #fff;
  width: 100%;
  margin: 0;
  border-radius: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-photo,
  .catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-photo {
    width: 100%;
  }
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-photo img,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-photo img {
  border-radius: 5px;
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details {
  padding: 5px 5px 10px 5px;
  height: auto;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details,
  .catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details {
    padding: 14px 14px 35px 14px;
  }
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .product-item-inner,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .product-item-inner {
  display: block !important;
  padding: 10px 0 0 0 !important;
  margin: 0;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .product-item-inner,
  .catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .product-item-inner {
    display: none !important;
  }
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .product-item-inner:before,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .product-item-inner:before {
  display: none;
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .quantity-type-grid,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .quantity-type-grid {
  float: left;
  display: inline-block;
  color: #929292;
  font-size: 1.1rem;
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .aitoc-puq-control-handler,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .aitoc-puq-control-handler {
  float: left;
  border: 1px solid #cccccc;
  border-radius: 0;
  background-color: #f2f2f2;
  box-shadow: none;
  padding: 14px 7px;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .aitoc-puq-control-handler,
  .catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .aitoc-puq-control-handler {
    display: none;
  }
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .aitoc-puq-control-handler.aitoc-puq-control-handler-down,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .aitoc-puq-control-handler.aitoc-puq-control-handler-down {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
  color: #929292;
  clear: both;
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .aitoc-puq-control-handler.aitoc-puq-control-handler-down:hover,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .aitoc-puq-control-handler.aitoc-puq-control-handler-down:hover {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
  color: black;
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .aitoc-puq-control-handler.aitoc-puq-control-handler-up,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .aitoc-puq-control-handler.aitoc-puq-control-handler-up {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
  color: #929292;
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .aitoc-puq-control-handler.aitoc-puq-control-handler-up:hover,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .aitoc-puq-control-handler.aitoc-puq-control-handler-up:hover {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
  color: black;
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .product-item-link,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .product-item-link {
  text-align: left;
  color: #444444;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .product-item-link,
  .catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .product-item-link {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .grid-select,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .grid-select {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  color: #929292;
  font-size: 14px;
  margin: 8px 0;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .grid-select,
  .catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .grid-select {
    display: none;
  }
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box {
  display: flex;
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .special-price,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  clear: both;
  float: left;
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-container .price,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-container .price {
  color: #929292;
  font-size: 15px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-container .price,
  .catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-container .price {
    font-size: 13px;
  }
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .cant-min,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .cant-min {
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .cant-min,
  .catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .cant-min {
    display: none;
  }
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-container,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-container {
  grid-row: 2/2;
  grid-column: 1/2;
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price {
  color: #0358c8;
  font-weight: 600;
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-excluding-tax,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-container .price-excluding-tax {
  white-space: unset;
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-by,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-by {
  float: left;
  color: #0358c8;
  text-transform: none;
  grid-column: 2/2;
  grid-row: 1/2;
}
@media (max-width: 768px) {
  .catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-by,
  .catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info .product-item-details .price-box .price-by {
    font-size: 1.2rem;
    margin: 2px 0 0 6px;
  }
}
.catalog-category-view .page-main .columns .column.main .product-items .product-item .product-item-info:hover,
.catalogsearch-result-index .page-main .columns .column.main .product-items .product-item .product-item-info:hover {
  padding: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
}
.catalog-product-view .product-info-price .price-box .old-price {
  float: left;
}
.catalog-product-view .product-info-price .price-box .old-price .price {
  color: #929292;
  font-size: 18px;
  font-weight: 600;
}
.catalog-product-view .special-price {
  float: left;
  clear: both;
}
.catalog-product-view .pv-promises {
  width: 100%;
  background-color: #f2f2f2;
}
.catalog-product-view .pv-promises ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1280px;
}
.catalog-product-view .pv-promises ul li {
  list-style-type: none;
  flex-basis: 100%;
  padding: 30px 50px 30px 85px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .pv-promises ul li {
    justify-content: space-between;
    padding: 60px 0;
    background-position-x: center !important;
  }
}
.catalog-product-view .pv-promises ul li p {
  font-size: 12px;
  color: #666;
  line-height: 16px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .pv-promises ul li p {
    display: none;
  }
}
.catalog-product-view .pv-promises ul li p:first-child,
.catalog-product-view .pv-promises ul li p a {
  color: #0358c8;
}
.catalog-product-view .pv-promises ul li:nth-child(1) {
  background: url('../images/card-icon.png') no-repeat 0 center;
}
.catalog-product-view .pv-promises ul li:nth-child(2) {
  background: url('../images/delivery-icon.png') no-repeat 0 center;
}
.catalog-product-view .pv-promises ul li:nth-child(3) {
  background: url('../images/store-icon.png') no-repeat 0 center;
}
.catalog-product-view .pv-promises ul li:nth-child(4) {
  background: url('../images/zone-icon.png') no-repeat 0 center;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  color: #0358c8;
  font-size: 28px;
  font-weight: normal;
  text-transform: none;
}
.catalog-product-view .product-info-main .price-legend {
  display: none;
}
.catalog-product-view .product-info-main .product.pricing {
  display: none;
}
.catalog-product-view .product-info-main .aitoc-puq-units {
  display: none;
}
.catalog-product-view .product-info-main .product.attribute.overview {
  color: #929292;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  border-bottom: 1px solid #f0f0f0;
  margin: 28px 0;
  padding: 0 0 30px 0;
}
.catalog-product-view .product-info-main .product-info-price {
  border: 0;
}
.catalog-product-view .product-info-main .product-info-price .price {
  color: #0358c8;
  font-weight: 600;
  font-size: 24px;
}
.catalog-product-view .product-info-main .product-info-price .price-by {
  margin-top: 11px;
  color: #0358c8;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .product-info-price .price-by {
    margin-top: 2px;
  }
}
.catalog-product-view .product-info-main .product-info-price .cant-min {
  color: #929292;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  font-style: italic;
}
.catalog-product-view .product-info-main .product-info-price .price-container {
  position: relative;
}
.catalog-product-view .product-info-main .product-info-price .price-container .price-excluding-tax {
  position: absolute;
  top: 55px;
  left: 0;
}
.catalog-product-view .product-info-main .product-options-wrapper .label {
  color: #0358c8;
}
.catalog-product-view .product-info-main .product-options-wrapper select {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  color: #929292;
  font-size: 14px;
}
.catalog-product-view .product-info-main .product-options-bottom {
  float: left;
  clear: both;
  width: 20%;
  margin: 25px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .product-options-bottom {
    width: 20%;
  }
}
.catalog-product-view .product-info-main .product-options-bottom .label {
  width: 200px;
}
.catalog-product-view .product-info-main .product-options-bottom .qty-input-wrapper {
  border-radius: 2px;
  border-color: #ccc;
  background-color: #f2f2f2;
}
.catalog-product-view .product-info-main .product-options-bottom .qty-input-wrapper button,
.catalog-product-view .product-info-main .product-options-bottom .qty-input-wrapper input {
  background: transparent;
}
.catalog-product-view .product-info-main .product-options-bottom .qty-input-wrapper button {
  padding: 10px 0 14px 0;
}
.catalog-product-view .product-info-main .product-options-bottom .qty-input-wrapper input {
  padding: 23px 0 13px 0;
  color: #929292;
  padding-top: 21px;
}
.catalog-product-view .product-info-main .product-options-bottom .qty-input-wrapper .qty {
  border: 0;
}
.catalog-product-view .product-info-main .product-options-bottom .qty-input-wrapper .qty-increase {
  padding-top: 14px;
}
.catalog-product-view .product-info-main .box-tocart-button-wrapper {
  float: left;
  clear: none;
}
.catalog-product-view .product-info-main .box-tocart-button-wrapper .tocart {
  width: 100%;
  background-color: #0358c8;
  border: 0;
  margin: 33px 0 0 18px;
  padding: 9px 40px 10px 60px;
  position: relative;
}
.catalog-product-view .product-info-main .box-tocart-button-wrapper .tocart:before {
  content: '\E002';
  font-family: 'res';
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  left: 22px;
  top: 13px;
}
.catalog-product-view .product-info-main .box-tocart-button-wrapper .tocart span {
  font-size: 14px;
}
.catalog-product-view .block.related,
.catalog-product-view .block.upsell {
  clear: both;
}
.catalog-product-view .block.related .aitoc-puq-units,
.catalog-product-view .block.upsell .aitoc-puq-units {
  display: none;
}
.catalog-product-view .block.related .block-actions,
.catalog-product-view .block.upsell .block-actions {
  display: none;
}
.catalog-product-view .block.related .block-title strong,
.catalog-product-view .block.upsell .block-title strong {
  color: #444444;
  font-size: 20px;
  font-weight: normal;
  line-height: 14px;
}
.catalog-product-view .block.related .product-item-name,
.catalog-product-view .block.upsell .product-item-name {
  color: #444444;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  margin-left: 0;
}
.catalog-product-view .block.related .grid .price-box,
.catalog-product-view .block.upsell .grid .price-box {
  text-align: left;
}
.catalog-product-view .block.related .grid .price-box .price-container,
.catalog-product-view .block.upsell .grid .price-box .price-container {
  float: left;
}
.catalog-product-view .block.related .grid .price-box .price,
.catalog-product-view .block.upsell .grid .price-box .price {
  color: #444444;
  font-size: 18px;
  font-weight: 600;
}
.catalog-product-view .block.related .grid .price-box .cant-min,
.catalog-product-view .block.upsell .grid .price-box .cant-min {
  display: none;
}
.catalog-product-view .block.related .grid .price-box .price-by,
.catalog-product-view .block.upsell .grid .price-box .price-by {
  text-transform: none;
  float: left;
  color: #444444;
  font-size: 18px;
  font-weight: 600;
  margin-left: 6px;
}
.catalog-product-view .block.related .grid .field.choice.related,
.catalog-product-view .block.upsell .grid .field.choice.related {
  position: relative;
  text-align: left;
}
.catalog-product-view .block.related .grid .field.choice.related label,
.catalog-product-view .block.upsell .grid .field.choice.related label {
  margin: 0 !important;
  position: relative;
  color: #0358c8;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.catalog-product-view .page-bottom {
  background-color: #f2f2f2;
}
.catalog-product-view .page-bottom .content {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
.catalog-product-view .block.related {
  border: 0 !important;
  margin-top: 22px;
}
.catalog-product-view .block.related .block-title strong {
  color: #444444;
  font-size: 20px;
  font-weight: normal;
  line-height: 14px;
}
.catalog-product-view .block.related .product-items .product-item {
  width: auto;
  padding: 0;
  margin: 0;
}
.catalog-product-view .block.related .product-items .product-item .product-item-info {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #fff;
  padding: 2px;
  margin: 0 !important;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  box-sizing: border-box;
  height: auto;
}
.catalog-product-view .block.related .product-items .product-item .product-item-info a {
  margin: 0;
  width: 256px;
}
.catalog-product-view .block.related .product-items .product-item .product-item-info a img {
  height: 100%;
}
.catalog-product-view .block.related .product-items .product-item .product-item-info:hover {
  margin: 0 !important;
  border: 1px solid #3a79cd;
}
.catalog-product-view .block.related .product-items .product-item .product-item-info .product-item-details {
  width: 100%;
  padding: 12px 0 18px 22px;
}
.catalog-product-view .block.upsell {
  clear: both;
}
.catalog-product-view .block.upsell .block-title strong {
  color: #444444;
  font-size: 20px;
  font-weight: normal;
  line-height: 14px;
}
.catalog-product-view .block.upsell .product-item {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .block.upsell .product-item {
    padding: 0 !important;
    margin: 0;
  }
}
.catalog-product-view .block.upsell .product-item-info {
  width: 100%;
  border: 0 !important;
  background: #fff;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .block.upsell .product-item-info a {
    float: none;
    width: 100%;
  }
}
.catalog-product-view .block.upsell .product-item-info a img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.catalog-product-view .block.upsell .product-item-info .product-item-details .price-box {
  text-align: left;
}
.catalog-product-view .block.upsell .product-item-info .product-item-details .price-box .price {
  font-size: 24px;
}
.catalog-product-view .block.upsell .product-item-info .product-item-details .price-box .price-by {
  margin-top: 6px;
}
.catalog-product-view .block.upsell .product-item-info .upsell-view-product a {
  color: #0358c8;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.catalog-product-view .block.upsell .product-item-info .upsell-view-product a:hover {
  text-decoration: none;
}
.catalog-product-view .block.upsell .product-item-info .upsell-view-product a:after {
  font-family: FontAwesome;
  content: "\f061";
  margin-left: 10px;
}
@media (min-width: 768px) {
  #html-body.pointofsale-index-index #pointofsale_box #pointofsale #pointofsale_scroll {
    height: auto;
  }
}
