/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media (max-width: 800px) {
  .checkout-cart-index .page-title-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    margin-bottom: 15px;
  }
}
@media print {
  .requisition-list-requisition-print .table-wrapper table {
    table-layout: auto;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.wrap-text {
  margin-bottom: 30px;
}
.jstree-display-block {
  display: block !important;
}
.form-add-user .field.email .exist-notification-message {
  color: #999999;
  font-size: 12px;
  padding-top: 5px;
}
@media print {
  body {
    min-width: 102.4rem;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.admin__action-group-wrap {
  display: inline-block;
  position: relative;
}
.admin__action-group-wrap .action-select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  font-weight: 400;
  text-align: left;
}
.admin__action-group-wrap .action-select:hover {
  border-color: #adadad;
}
.admin__action-group-wrap .action-select:hover:before {
  border-color: #757575;
}
.admin__action-group-wrap .action-select:before {
  align-items: center;
  content: '\e622';
  display: flex;
  font-size: 24px;
  justify-content: space-around;
  line-height: 1;
  position: absolute;
  right: 0;
  width: 3.2rem;
}
.admin__action-group-wrap .action-select._active:before {
  content: '\e621';
}
.admin__action-group-wrap .action-select[disabled] {
  color: #333333;
}
.admin__action-group-wrap .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._focus .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._active {
  z-index: 500;
}
.admin__action-group-wrap._active .action-select:before {
  content: '\e621';
}
.admin__action-group-wrap._active .action-menu {
  box-shadow: 0 0 3px 1px #00699d;
}
.admin__action-group-wrap .action-menu {
  border: 1px solid #adadad;
  display: none;
  max-height: 45rem;
  overflow-y: auto;
}
.admin__action-group-wrap .action-menu._active {
  display: block;
}
.admin__action-group-wrap .action-menu ._disabled:hover {
  background: #ffffff;
}
.admin__action-group-wrap .action-menu ._disabled .action-menu-item {
  cursor: default;
  opacity: .5;
}
.admin__action-group-wrap .action-menu-items {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.admin__action-group-wrap .action-menu-items > .action-menu {
  min-width: 100%;
  position: static;
}
.admin__action-group-wrap .action-menu-items > .action-menu .action-submenu {
  position: absolute;
  right: -100%;
}
.admin__action-group-wrap .validate-select-field {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-action-reset,
.action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.abs-action-reset:hover,
.action-close:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.action-close {
  display: inline-block;
  text-decoration: none;
}
.action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
}
.action-close:active {
  transform: scale(0.9);
}
.action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-close:before {
  transition: color 0.1s linear;
}
.action-close:hover {
  cursor: pointer;
  text-decoration: none;
}
.admin__action-group-list {
  background-color: #ffffff;
  border: 1px solid #757575;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #333333;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.admin__action-group-list._active {
  display: block;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * 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.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * 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.
 */
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.storepage-title h2 {
  background: #428bca url("../../../../../frontend/Magento/luma/es_MX/Mageants_StoreLocator/images/store.png") no-repeat scroll;
  background-position: 10px 5px;
  background-size: 22px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 8px 15px 8px 40px;
  text-transform: uppercase;
}
.search-button .search-distance {
  background: #428bca url("../../../../../frontend/Magento/luma/es_MX/Mageants_StoreLocator/images/gps-1.png") no-repeat scroll;
  background-position: 7px 6px !important;
  background-size: 22px !important;
  float: left;
}
.search-button .search-area {
  background: #428bca url("../../../../../frontend/Magento/luma/es_MX/Mageants_StoreLocator/images/location.png") no-repeat scroll;
  background-position: 10px 5px !important;
  background-size: 22px !important;
  float: left;
}
.search-store-locator {
  background: #f8f8f8 none repeat scroll 0 0;
  display: inline-block;
  width: 100%;
}
.search-store-locator .storepage-title {
  padding: 0 15px;
}
.aw-storelocator-search-block {
  display: inline-block;
  padding: 0 15px 15px;
  width: 100%;
}
.field-contents .current-div {
  float: left;
  width: 30%;
}
.field-contents .radius-limits {
  float: left;
  margin-left: 15px;
  width: 20%;
}
.field-contents .button-set.slocat {
  float: left;
  text-align: right;
  width: 46%;
}
.dealerinfo {
  display: none;
}
.show {
  display: block !important;
}
.scheduletime {
  display: none;
}
.error {
  border: 1px solid #ed8380 !important;
}
span.requiredInput {
  color: #ff0000;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
[class*='error_msg_'] {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
label {
  display: inline-block;
  font-weight: 600;
  margin: 0 0 8px;
  width: 100%;
}
label > strong {
  border-bottom: 1px solid #888888;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.dealerform .infotab {
  border: 1px solid #dddddd;
  margin-bottom: 5px;
}
.dealerform .infotab:last-child {
  border: 0;
}
.dealerform .infotab .infotitle {
  cursor: pointer;
  display: block;
  font-weight: 700;
  padding: 15px 35px 15px 15px;
  position: relative;
  text-transform: uppercase;
}
.dealerform .infotab .infotitle:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .3s ease 0s;
  background: #6e716e;
  color: inherit;
  color: #ffffff;
  content: '\e622';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  line-height: 20px;
  line-height: 50px;
  overflow: hidden;
  position: absolute;
  right: 0;
  speak: none;
  text-align: center;
  top: 0;
  transition: all .3s ease 0s;
  vertical-align: middle;
  width: 50px;
}
.dealerform .infotab .infotitle.active:after {
  content: '\e621';
}
.dealerform .infotab .dealerinfo {
  background: rgba(221, 221, 221, 0.4);
  border-top: 1px solid #dddddd;
  padding: 15px 15px 20px 15px;
}
.btnsubmit {
  margin-top: 10px;
}
.fieldset > .field .fields.group.group-2 .field {
  width: calc(40%) !important;
}
.fieldset > .field .fields.group.group-2 .field:last-child {
  float: right;
}
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: calc(40%) !important;
}
.fieldset > .fields > .field .fields.group.group-2 .field:last-child {
  float: right;
}
.stores-table {
  margin-top: 20px;
}
.stores-table a.edit-store {
  margin-right: 10px;
}
.stores-table .delete-store {
  cursor: pointer;
}
.delete-store {
  position: relative;
}
.delete-store:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #757575;
  content: '\e604';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.edit-store {
  position: relative;
}
.edit-store:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #757575;
  content: '\e601';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .fieldset > .field .fields.group.group-2 .field {
    width: 100% !important;
  }
  .fieldset > .field .fields.group.group-2 .field:last-child {
    float: left;
  }
  .fieldset > .fields > .field .fields.group.group-2 .field {
    width: 100% !important;
  }
  .fieldset > .fields > .field .fields.group.group-2 .field:last-child {
    float: left;
  }
}
/**
  * Mageants StoreLocator Magento2 Extension
  */
.storelocator-index-index .number-store.pull-right {
  float: right;
  font-size: 11px;
}
.storelocator-index-index .list-store-container.disable-ul {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}
.storelocator-index-index .col-sm-3.col-xs-3.tag-store {
  float: left;
  width: 40%;
}
.storelocator-index-index .col-sm-9.col-xs-9.tag-content {
  float: left;
  padding-left: 15px;
  width: 45%;
}
.storelocator-index-index .loader-image {
  left: 60%;
  position: absolute;
  top: 50%;
  z-index: 2147483647;
}
.storelocator-index-index .map {
  clear: both !important;
  position: relative;
}
.storelocator-index-index .left-active {
  box-shadow: 0 0 5px 4px #68a8e0 !important;
}
/* css for left block*/
.storelocator-index-index .search-store-locator .page-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f8f8f8;
  border-color: #dddddd #dddddd -moz-use-text-color;
  border-image: none;
  float: left;
  padding-bottom: 10px;
  width: 100%;
}
.storelocator-index-index .page-title-wrapper {
  display: none;
}
.storelocator-index-index .store-list .page-title h2 {
  background-color: #1979c3;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 10px 15px;
}
.storelocator-index-index .glyphicon {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 5px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  vertical-align: baseline;
}
.storelocator-index-index .glyphicon-align-justify::before {
  content: ' ';
}
.storelocator-index-index .glyphicon-align-justify::before {
  content: ' ';
}
.storelocator-index-index .list-store.col-xs-12 {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f8f8f8;
  border-color: -moz-use-text-color #dddddd #dddddd;
  overflow-y: auto;
  padding-top: 12px;
}
.storelocator-index-index .show-tag-li {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 5px #d6d6d6, -1px -1px 7px #d6d6d6;
  cursor: pointer;
  display: block;
  float: left;
  margin-bottom: 10px;
  min-height: 97px;
  overflow: auto;
  padding: 10px 0;
  width: 100%;
}
.storelocator-index-index .tag-store {
  text-align: center;
}
.storelocator-index-index .store-item h4 {
  margin: 5px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.storelocator-index-index .store-item {
  cursor: auto;
}
.storelocator-index-index .show-tag-li.store-item.store-40.store-active:hover {
  background-color: #eeeeee;
  cursor: pointer;
}
.storelocator-index-index .store-item p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.storelocator-index-index .store-toolbar {
  margin-left: 33px;
}
.storelocator-index-index .list-store.col-xs-12 {
  height: 534px;
  overflow: auto;
}
/* css for main search-block */
.storelocator-index-index .aw-storelocator-cms-block {
  margin-bottom: 20px;
}
.storelocator-index-index .list-store-container .store-distance {
  clear: both;
}
.storelocator-index-index .aw-storelocator-search-block .padder {
  padding: 20px;
}
.storelocator-index-index form .legend {
  border-bottom: 1px solid #ededed;
  color: #636363;
  font-family: 'Raleway', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 15px;
  padding-bottom: 7px;
  text-rendering: optimizespeed;
  text-transform: uppercase;
}
.storelocator-index-index .storelocator-tabs-radius-contents .form-list select {
  max-width: 80%;
}
.storelocator-index-index .storelocator-tabs-radius-contents .form-list > li {
  margin-bottom: 10px;
  position: relative !important;
}
.storelocator-index-index .page-title h1 {
  background: #428bca url("../Mageants_StoreLocator/images/shop.png") no-repeat scroll 15px center / 18px auto;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 8px 15px 8px 40px;
  text-transform: uppercase;
}
.storelocator-index-index .seach-store-locator {
  flex: 1 0 auto;
  margin-bottom: 10px;
  margin-right: 20px;
  max-width: 100%;
  width: 97%;
}
.storelocator-index-index .buttons-set {
  text-align: center;
}
/*.storelocator-index-index #storelocator_tabs_address_contents .input-text {
    margin-right: 10px;
    max-width: 95%;
}
.storelocator-index-index .aw-storelocator-search-block a:hover {
    text-decoration: none !important;
}
.storelocator-index-index #storelocator_tabs_address_contents .form-list li {
    display: table-cell;
    width: 16%;
}
.storelocator-index-index #storelocator_tabs_address_contents #country {
  margin-top: 4px !important;
  max-width:90%;
}
.storelocator-index-index #map-test > div {
  height: 32px !important;
  width: 95% !important
}
.storelocator-index-index #map-test .gm-style img {
    display: none;
}
.storelocator-index-index #map-test .gmnoprint.gm-style-cc a {
    display: none;
}
.storelocator-index-index #map-test .gmnoprint.gm-style-cc div {
    display: none;
}
.storelocator-index-index #map-test .gm-style-cc div {
    display: none;
}*/
.storelocator-index-index .input-box > div {
  position: unset !important;
}
/*.storelocator-index-index #map-test .gm-style-cc a {
    display: none;
}
.storelocator-index-index #map-test .gm-style-cc span {
    display: none;
}*/
.storelocator-index-index .popup > h2 {
  margin-bottom: 12px;
  margin-top: 0;
  padding: 0;
}
.storelocator-index-index .popup > img {
  height: 100px;
  width: 100px;
}
.storelocator-index-index .columns {
  margin-top: 20px;
}
.store-popup-content legend.legend {
  margin: 10px 1px !important;
}
.store-popup-content {
  background-color: #ffffff;
  height: 79%;
  left: 10% !important;
  padding: 26px;
  position: fixed !important;
  top: 7% !important;
  width: 75%;
}
.store-popup-content .close-rock {
  cursor: pointer;
  float: right;
  position: absolute;
  right: 0%;
  top: 0%;
}
.close-rock > img {
  height: 30px;
}
/*.storelocator-index-index #maincontent {
    clear: both;
    padding-top: 10px;
}*/
@media screen and (max-width: 467px) {
  .storelocator-index-index .reset-map {
    display: none;
  }
  .storelocator-index-index .infotitle span {
    display: none;
  }
  .storelocator-index-index .infotitle:after {
    content: 'Location';
  }
}
.storepage-title h2 {
  background: #428bca url("../Mageants_StoreLocator/images/store.png") no-repeat scroll;
  background-position: 10px 5px;
  background-size: 22px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 8px 15px 8px 40px;
  text-transform: uppercase;
}
.search-button .search-distance {
  background: #428bca url("../Mageants_StoreLocator/images/gps-1.png") no-repeat scroll;
  background-position: 7px 6px !important;
  background-size: 22px !important;
  float: left;
}
.search-button .search-area {
  background: #428bca url("../Mageants_StoreLocator/images/location.png") no-repeat scroll;
  background-position: 10px 5px !important;
  background-size: 22px !important;
  float: left;
}
.search-store-locator {
  background: #f8f8f8 none repeat scroll 0 0;
  border-radius: 5px;
  display: inline-block;
  padding-bottom: 15px;
  width: 100%;
}
.search-store-locator .storepage-title {
  padding: 0 15px;
}
.aw-storelocator-search-block {
  display: inline-block;
  width: 100%;
}
.field-contents .current-div {
  float: left;
  width: 30%;
}
.field-contents .radius-limits {
  float: left;
  margin-top: 5px;
  width: 20%;
}
.field-contents .button-set.slocat {
  float: left;
  text-align: right;
  width: 47%;
}
.storelocator-index-index .sidebar.sidebar-main {
  width: 40% !important;
}
.storelocator-index-index .page-main .column.main {
  width: 60% !important;
}
.sidebar-main .store-list-all {
  background: #f2f2f2 none repeat scroll 0 0;
  display: inline-block;
  height: 550px;
  overflow-y: auto;
  padding: 0 10px;
}
.cols-3 {
  float: left;
  width: 20%;
}
.cols-9 {
  float: left;
  width: 80%;
}
.stores-content .tag-content {
  margin-top: 15px;
  padding-left: 15px;
}
.store-list-all .tag-store {
  margin-top: 10px;
  padding: 0 10px;
}
.storelocator-distance-content {
  display: inline-block;
  width: 100%;
}
.storelocator-distance-content .search-button {
  padding: 0 15px;
}
.storelocator-distance-content .fieldset.field-contents {
  display: inline-block;
  margin-top: 5px;
  padding: 0 15px;
  width: 100%;
}
.searcharea-content .col-6 {
  float: left;
  width: 49%;
}
.stores-content .tag-content h4 {
  margin-bottom: 5px;
}
.tagstore-content {
  margin-top: 3px;
}
.tagstore-content a.btn-link {
  font-weight: 600;
  margin-right: 5px;
}
.searcharea-content {
  margin-top: 3px;
  padding: 0 15px;
}
.searcharea-content .form-group {
  margin-bottom: 10px;
  padding-right: 10px;
}
.searcharea-content .form-group:nth-child(2n) {
  padding-right: 0 !important;
  width: 50% !important;
}
.searcharea-content .form-group.col-12 {
  display: inline-block !important;
  width: 100% !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .storelocator-distance-content .fieldset.field-contents {
    padding: 0 !important;
  }
  .field-contents .radius-limits {
    width: 40% !important;
  }
  .storelocator-distance-content .fieldset.field-contents {
    padding: 0 !important;
  }
  .storelocator-distance-content .field-contents .button-set.slocat {
    width: 27% !important;
  }
  .field-contents .current-div {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .searcharea-content .form-group.col-6 {
    padding: 0 !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .field-contents .current-div,
  .field-contents .radius-limits,
  .field-contents .button-set.slocat {
    float: none !important;
    text-align: left !important;
    width: 100% !important;
  }
  .storelocator-distance-content .fieldset.field-contents {
    padding: 0 !important;
  }
  .storelocator-distance-content .fieldset.field-contents .current-div .current-address {
    padding: 0 15px !important;
  }
  .aw-storelocator-search-block .search-button span {
    font-size: 10px !important;
    font-weight: bold;
  }
  .fieldset.field-contents .button-set.slocat {
    margin: 0 15px !important;
  }
}
.storelocator-store-store .sidebar.sidebar-main {
  width: 34% !important;
}
.storelocator-store-store .column.main {
  width: 66% !important;
}
.storelocator-store-store .sidebar.sidebar-main h2.title {
  margin-top: 0 !important;
}
.storepage-title.opening h2 {
  margin-bottom: 0;
}
.store-timings {
  border: 1px solid #dddddd;
}
.table-time-schedule tr:nth-child(2n + 1) {
  background-color: #f3f3f3;
}
.mainstorlist {
  display: inline-block;
  width: 100%;
}
.mainstorlist .tag-content {
  padding-left: 15px;
}
.mainstores {
  margin-top: 0 !important;
  padding: 0 15px;
}
.allstores-content {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}
.mainstores .tag-content h4 {
  margin: 5px 0;
}
.locator-title h1 {
  color: #343434;
  font-family: 'Ultra', sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 42px;
  margin: 1em 0 .5em 0;
  text-shadow: 0 2px #ffffff, 0 3px #777777;
  text-transform: uppercase;
}
.option-direction.active {
  display: block !important;
}
.option-direction {
  display: none;
}
.custom-popup {
  left: 0;
  margin-top: 5px;
}
.show-tag-li.store-item.store-40.store-active {
  margin-top: 13px;
}
.custom-popup ul.vertical {
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 10px 0;
}
.text-center {
  text-align: center;
}
.custom-popup ul.vertical li span {
  padding: 0 20px 5px 13px;
}
.vertical li.travel {
  display: inline;
}
.store-timings .table-time-schedule i {
  border: solid #000000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.store-timings .table-time-schedule .arrow {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.store-timings .table-time-schedule .down {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BetterPopup
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
#mageplaza-betterpopup-block {
  position: relative;
}
.mp-better-popup-click-trigger {
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.click-trigger {
  background-color: #31B0D5;
  color: white;
  padding: 10px 25px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-color: #46b8da;
}
.click-trigger:hover {
  background-color: #31B0D5;
  color: white;
  border: 1px solid #31B0D5;
}
div#bio_ep_close {
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
#bio_ep {
  text-align: center;
  box-shadow: none !important;
}
.child-label {
  display: block;
  font-size: 25px;
  margin: 20px;
}
#bio_ep_content {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.better-popup-input-email {
  width: 70% !important;
  height: 35px !important;
}
input.better-popup-input-email::placeholder {
  opacity: 0.5;
}
.better-popup-btn-submit {
  width: 70%;
  margin: 10px 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 35px;
}
.mageplaza-betterpopup-content {
  width: 100%;
  height: 100%;
  display: table;
}
.success-title {
  font-size: 22px;
}
.mp-popup-coupon-code {
  width: 70%;
  margin: 0 auto;
}
#mp-coupon-code {
  text-align: center;
  max-width: 100%;
  border: 1px dashed #c1bebe;
  background: 0 0;
  font-size: 25px;
  color: #FFF;
  margin-top: 15px;
  height: 50px;
}
button.btn-copy.primary {
  width: 100%;
  margin: 5px 0 15px 0;
  color: #fff;
  background-color: #006bb4;
  border: none;
  height: 35px;
}
button.btn-copy.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#status {
  color: #e02b27;
  visibility: visible;
  font-size: 13px !important;
}
span.success-lable {
  border: none !important;
  font-size: 16px !important;
}
canvas {
  position: fixed;
  z-index: 10002;
  opacity: 0.5;
  display: none;
  top: 0;
  left: 0;
}
.popup-loader {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 15px;
}
img.loader {
  width: 3%;
}
.tmp3-img-content {
  float: left;
}
.tmp3-text-content {
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  width: calc(100% - 460px);
  height: 321px;
}
.tmp3-title {
  color: #0083d0;
  font-size: 50px;
  margin-top: 30px;
}
.tmp3-sub-title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-top: -12px;
}
.tmp3-text {
  color: #000000;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.714;
  margin-top: 30px;
}
.tmp3-form {
  position: relative;
  margin-top: 30px;
}
.tmp3-input {
  border: none !important;
  border-radius: 17.5px !important;
  background-color: #e5e5e5 !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp3_field_newsletter {
  width: 75%;
  margin: 0 auto;
}
.tmp3-button {
  position: absolute;
  top: 0;
  right: 40px;
  border-radius: 17.5px;
  height: 35px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a2a2a2 !important;
  font-size: 12px !important;
  font-style: italic;
  padding-left: 5px;
}
.tm1-popup-loader {
  margin-top: 10px;
}
.tm1-loader {
  width: 7%;
}
#mp-popup-template4 {
  width: 105%;
  height: 105%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tmp4-text-content {
  width: 50%;
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  margin: 25px 0 0 35px;
}
.tmp4-img-content {
  position: absolute;
  top: 40px;
  right: 10px;
}
.tmp4-title {
  font-size: 50px;
  color: #0083d0;
  line-height: 1.066;
  text-align: left;
}
.tmp4-sub-title {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
}
.tmp4-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.714;
  text-align: left;
  width: 75%;
  margin-top: 20px;
}
.tmp4-form {
  width: 75%;
  margin-left: 9px;
  text-align: left;
}
.tmp4_field_newsletter {
  padding-right: 10%;
}
.tmp4-input {
  background-color: #e5e5e5 !important;
  margin-top: 30px;
  margin-left: 25px;
  border: none !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp4-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  padding-left: 15px;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: left;
}
.tmp4-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 30px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 15px 0 0 25px;
}
.tmp5-img-content {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 35px;
}
.tmp5-img-cap {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
#mp-popup-template5 img {
  max-height: initial;
}
.tmp5-text-content {
  font-family: sans-serif;
  position: absolute;
  z-index: 40;
  top: -55px;
  left: 65px;
  width: 65%;
}
.tmp5-title {
  font-size: 40px;
  color: #0083d0;
  line-height: 1.2;
  text-align: center;
}
.tmp5-sub-title {
  font-size: 12px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
.tmp5-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.286;
  text-align: center;
  margin-top: 15px;
}
.tmp5-form {
  width: 100%;
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: 0;
}
.tmp5-img-email {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.tmp5_field_newsletter {
  position: absolute;
  z-index: 10;
  top: -158px;
  left: 80px;
}
.tmp5-input {
  background-color: #e5e5e5 !important;
  width: 200px !important;
  height: 35px !important;
  border: none !important;
  font-family: sans-serif !important;
  padding-left: 30px !important;
}
.tmp5-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
  padding-right: 25px;
}
.tmp5-button {
  position: absolute;
  z-index: 30;
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 10px;
  top: -125px;
  left: 115px;
}
.tmp5-msg-error {
  margin-top: 30px;
  position: absolute;
  z-index: 60;
  width: 100%;
}
.tmp5_field_newsletter #mp-newsletter-error {
  position: absolute;
}
.tmp5-form .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  top: -100px;
  left: 0;
  z-index: 100;
}
.tmp5-form .popup-loader .loader {
  width: 6%;
}
#mp-popup-template6 {
  font-family: sans-serif;
  height: fit-content;
  width: fit-content;
  margin: auto;
}
.tmp6-left-title {
  width: 350px;
  background-color: #0083d0;
  height: 250px;
  float: left;
}
.tmp6-left-title ul {
  list-style-type: none;
  margin-top: 35px;
}
.tmp6-left-title ul li {
  margin-bottom: -5px;
}
.tmp6-left-title ul li:nth-child(1) {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(2) {
  font-size: 36px;
  color: #ffffff;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(3) {
  font-size: 36px;
  color: #51f5ff;
  text-align: left;
}
.tmp6-text-content {
  background-color: #FFFFFF;
  width: 450px;
  height: 250px;
  float: left;
}
.tmp6-text {
  padding-top: 35px;
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  color: #222222;
  line-height: 1.4;
  text-align: center;
}
.tmp6-form {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.tmp6-input {
  background: #e5e5e5 !important;
  height: 42px !important;
}
.tmp6-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
}
.tmp6-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 20px;
}
.tmp6_field_newsletter #mp-newsletter-error {
  position: absolute;
  top: 57px;
  display: block;
  width: 100%;
}
.tmp6-text-content .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  bottom: 18px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Productslider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-product-slider-content .owl-nav {
  font-size: 80px;
}
.mp-product-slider-content .product-items .product-slider .slider-product-item-details .slider-product-item-actions {
  margin: 15px 0 10px;
}
.mp-product-slider-content .owl-nav button span {
  color: #D6D6D6;
}
.mp-product-slider-content .owl-nav button span:hover {
  color: #869791;
}
.mp-product-slider-content .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 999;
  text-shadow: none;
  background: none;
  border: none;
}
.mp-product-slider-content .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 999;
  text-shadow: none;
  background: none;
  border: none;
}
.owl-item li.product-slider {
  width: 100% !important;
}
.mp-product-slider-title {
  font-size: 3.8rem;
  position: relative;
  z-index: 1;
  margin: 0 0 5px;
  text-align: center;
  display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.mp-product-slider-block {
  margin: 0 !important;
}
.mp-ps-info {
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.slider-product-item-info {
  width: 80% !important;
}
.slider-product-item-actions {
  margin: 0px;
}
.product.details.slider-product-item-details {
  margin-left: 10px;
}
.mp-ps-info {
  color: #bbbbbb;
  margin: -15px 0px 10px 0px;
}
.mp-product-slider-block .owl-carousel .owl-nav button.owl-prev,
.mp-product-slider-block .owl-carousel .owl-nav button.owl-next {
  font-size: 20px;
}
.catalog-category-view .actions-primary + .actions-secondary {
  vertical-align: top;
}
.catalog-category-view button.buynow {
  margin-left: 5px;
}
.catalog-product-view #product-addtocart-button {
  float: left;
}
.buy-now-btn {
  margin-right: 1%;
  width: 49%;
  line-height: 3.6rem;
}
@media (max-width: 767px) {
  .catalog-category-view button.buynow {
    margin-top: 5px;
    margin-left: 0px;
  }
}
table.wrap-home-rme td {
  vertical-align: middle;
}
table.wrap-home-rme td:first-child {
  width: 20%;
}
table.wrap-home-rme td a {
  color: #4d4f5c;
}
.no-padding-content .page-title-wrapper {
  display: none;
}
.receta-buscador-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #84B7EA;
  height: 104px;
}
.receta-buscador-container .receta-buscador {
  width: 80%;
}
.receta-buscador-container .receta-buscador .fieldset {
  display: flex;
  margin: 0 auto;
}
.receta-buscador-container .receta-buscador .fieldset .field.folio {
  width: 75%;
  margin: 0px 0px 0px 12.5%;
}
.receta-buscador-container .receta-buscador .fieldset .field.folio .control {
  display: flex;
  position: relative;
}
.receta-buscador-container .receta-buscador .fieldset .field.folio .control img {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(calc(-100% + 56px), -50%);
}
.receta-buscador-container .receta-buscador .fieldset .field.folio .control span {
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translate(calc(-100% + 115px), -50%);
}
.receta-buscador-container .receta-buscador .fieldset .field.folio #receta-buscador-search {
  background: #fff;
  border: 2px solid #195d8d;
  border-radius: 20px;
  text-align: start;
  font-size: 14px;
  padding-left: 150px;
  height: 56px;
}
.receta-buscador-container .receta-buscador .fieldset .actions {
  width: 180px;
  position: relative;
  left: -180px;
}
.receta-buscador-container .receta-buscador .fieldset .actions .action.search {
  background-color: #195d8d;
  opacity: unset !important;
  width: auto;
  padding: 0 30px;
  border-radius: 20px;
  right: 0;
  height: 36px;
  line-height: 36px;
  margin: 10px 0px 0px 0px;
}
.receta-buscador-container .receta-buscador .fieldset .actions .action.search span {
  color: #fff;
}
.receta-buscador-container .receta-buscador .fieldset .actions .action.search:hover {
  border: none !important;
  background-color: #2976ad !important;
}
.receta-buscador-container .receta-buscador .fieldset .actions .action.search::before {
  content: '\e615';
  font-family: 'luma-icons';
  color: white;
}
.no-padding-content {
  padding: 0px;
}
.no-padding-content .columns {
  display: none;
}
.no-padding-content [data-content-type='row'][data-appearance='contained'] {
  padding: 0px;
}
.wrap-receta-results {
  margin-top: 20px;
}
.wrap-receta-results .receta-products-container .product-items .product-item .product-item-info {
  width: 100% !important;
}
.wrap-receta-results .receta-products-container .product-items .product-item .product-item-actions .actions-primary {
  width: 100%;
}
.wrap-receta-results .receta-products-container .product-items .product-item .product-item-actions .actions-primary .box-tocart .fieldset {
  justify-content: center;
}
.wrap-receta-results .receta-products-container .txt {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
.wrap-receta-results .receta-details-container .actions {
  margin-bottom: 20px;
}
.wrap-receta-results .receta-details-container .actions a {
  width: 100%;
  text-align: center;
}
.wrap-receta-results .receta-details-container .actions-toolbar .primary {
  width: 100%;
}
.wrap-receta-results .receta-details-container .actions-toolbar .primary button {
  width: 100%;
}
.wrap-receta-results .receta-details-container {
  width: 100%;
  background-color: #F3F5FD;
  padding: 16px 0px 0px 16px;
}
.wrap-receta-results .receta-details-container-tarjeta {
  background-color: white;
  border-radius: 16px;
  padding: 16px;
  display: grid;
  grid-template-columns: 10% 90%;
  grid-gap: 24px;
  margin: 5px 24px;
}
.wrap-receta-results .receta-details-container-tarjeta > img {
  align-self: center;
}
.wrap-receta-results .receta-details-container-tarjeta-titulo {
  text-align: center;
  padding: 0px 0px 8px 0px;
}
.wrap-receta-results .receta-details-tarjeta {
  padding-right: 30px;
}
.wrap-receta-results .receta-details-container-tarjeta .action.primary {
  background-color: #27348B;
  border-color: #27348B;
}
.wrap-receta-results .receta-details-tarjeta span {
  position: relative;
}
.wrap-receta-results .receta-details-tarjeta span img {
  position: absolute;
  top: 50%;
  transform: translate(calc(-100% - 8px), -50%);
}
.wrap-receta-blocks .receta-bannerblock {
  width: 100%;
}
.receta-bannerblock img {
  border-radius: 5px;
}
.modal-folio footer.modal-footer,
.modal-folio .modal-content {
  display: none;
}
.modal-folio._show .modal-content,
.modal-folio._show #modalinfofolio {
  display: block !important;
}
.modal-folio .modal-inner-wrap {
  width: fit-content !important;
}
#modalinfofolio {
  display: none;
}
.receta-pdf-modal.modal-popup .modal-inner-wrap {
  height: 90%;
}
.receta-pdf-modal.modal-popup .modal-content,
.receta-pdf-modal.modal-popup .modalDialog,
.receta-pdf-modal.modal-popup #recetaPdfRuleModal-content {
  height: 100%;
}
.rme-index-receta .modals-overlay {
  z-index: 899 !important;
}
.wrap-contact {
  display: flex;
  align-items: center;
}
.wrap-contact img {
  width: 30px;
  height: auto;
}
.wrap-contact a {
  padding: 0 5px;
}
.message.info.empty.wrap-five {
  display: flex;
  align-items: center;
}
.message.info.empty.wrap-five > *:first-child:before {
  top: 32px;
}
@media only screen and (min-width: 769px) {
  .no-padding-content {
    padding: 0px;
  }
  .no-padding-content .columns {
    display: none;
  }
  .no-padding-content [data-content-type='row'][data-appearance='contained'] {
    padding: 0px;
  }
  .wrap-receta-results .receta-products-container {
    width: 90%;
    margin: 0px auto;
  }
  .wrap-receta-results .receta-details-container {
    width: calc(100% - 208px);
    padding: 24px;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    background-color: #F3F5FD;
    border-radius: 32px;
    margin: 0px 80px;
  }
  .wrap-receta-results .receta-details-container-tarjeta {
    background-color: white;
    border-radius: 16px;
    padding: 16px;
    display: grid;
    grid-template-columns: 10% 90%;
    grid-gap: 24px;
    margin: 0px 10px;
  }
  .wrap-receta-results .receta-details-container-tarjeta > img {
    align-self: center;
  }
  .wrap-receta-results .receta-details-container-tarjeta-titulo {
    text-align: center;
    padding: 0px 0px 8px 0px;
  }
  .wrap-receta-results .receta-details-tarjeta {
    padding-right: 30px;
  }
  .wrap-receta-results .receta-details-container-tarjeta .action.primary {
    background-color: #27348B;
    border-color: #27348B;
  }
  .page-layout-1column .receta-container .products-grid .product-item {
    width: 20%;
    margin-right: 4%;
  }
  #shopping-cart-table .qty-field-wrapper div.mage-error {
    position: absolute;
    top: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .receta-buscador-container .receta-buscador {
    width: 80% !important;
  }
  .receta-buscador-container .receta-buscador .fieldset {
    display: grid;
    grid-template-columns: 95% 5%;
  }
  .receta-buscador-container .receta-buscador .fieldset .field.folio {
    width: 100%;
  }
  .receta-buscador-container .receta-buscador .fieldset .field.folio #receta-buscador-search {
    padding-left: 110px;
  }
  .receta-buscador-container .receta-buscador .fieldset .field.folio #receta-buscador-search:placeholder {
    padding-left: 135px;
  }
  .receta-buscador-container .receta-buscador .fieldset .actions {
    left: -65px;
    width: initial;
  }
  .receta-buscador-container .receta-buscador .fieldset .actions .action.search {
    padding: 0 20px;
    margin: 10px 0px 0px 200%;
  }
  .receta-buscador-container .receta-buscador .fieldset .actions .action.search span {
    display: none;
  }
  .wrap-receta-blocks .receta-bannerblock.colizq {
    display: none !important;
  }
  .wrap-receta-blocks .receta-bannerblock [data-content-type='row'][data-appearance='contained'] {
    padding: 0 !important;
  }
  .modal-folio.modal-popup.modal-slide .modal-inner-wrap {
    height: fit-content !important;
  }
  .message.info.empty.wrap-five {
    flex-direction: column;
  }
  #shopping-cart-table .qty-field-wrapper div.mage-error {
    position: absolute;
    top: 188px;
    width: 130px;
    text-wrap: balance;
  }
}
/**
 * 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;
}
@media all and (min-width: 769px), print {
  .modals-wrapper .modal-popup .modal-inner-wrap {
    width: 428px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap {
    max-width: 600px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-header h1,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer {
    border: none;
    padding-top: 10px;
    text-align: left;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer button:not(:last-child),
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-right: 5px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer .action.cancel,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer .action.cancel {
    background: none;
    border: none;
    color: #1979c3;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext {
    font-weight: 700;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext span {
    display: block;
    font-weight: 400;
    padding-top: 10px;
  }
}
@media all and (min-width: 769px), 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,
  .block-requisition-management:before,
  .block-requisition-management: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,
  .block-requisition-management: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,
  .checkout-cart-index .page-title-wrapper,
  .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,
  .checkout-cart-index .page-title-wrapper,
  .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,
  .company-profile-index .column.main .block .box-account-information .box-content,
  .company-profile-index .column.main .block .box-address-information .box-content,
  .company-profile-index .column.main .block .box-contact-information .box-content,
  .account .column.main .block.block-dashboard-info,
  .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 #cccccc;
  }
  .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,
  .checkout-cart-index .page-title-wrapper,
  .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;
  }
  .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: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    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: #ff5501;
    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 #cccccc;
    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: #cccccc;
    color: #cccccc;
    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: #ff5501;
    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;
  }
  .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 #cccccc;
    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: #333333;
    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: #333333;
    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 #cccccc;
  }
  .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;
  }
  .checkout-cart-index .page-title-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    float: none;
    padding-right: 4%;
  }
  .checkout-cart-index .cart-container .block-requisition-list {
    display: none;
  }
  .cart.table-wrapper .cart.item .actions-toolbar > div,
  .cart.table-wrapper .cart.item .actions-toolbar > .action {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list {
    margin-bottom: 0;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list .action {
    padding: 0;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .action.split,
  .cart.table-wrapper .cart.item .actions-toolbar .action.toggle.change {
    float: none;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .requisition-list-action {
    vertical-align: baseline;
  }
  .modal-popup.requisition-popup .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .modal-popup.requisition-popup .modal-footer .secondary {
    line-height: 1.42857143;
    margin: 0;
    padding: 0.7rem 1.5rem;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    font-weight: 400;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:hover,
  .modal-popup.requisition-popup .modal-footer .secondary:active,
  .modal-popup.requisition-popup .modal-footer .secondary:focus {
    background: none;
    border: 0;
  }
  .modal-popup.requisition-popup .modal-footer .secondary.disabled,
  .modal-popup.requisition-popup .modal-footer .secondary[disabled],
  fieldset[disabled] .modal-popup.requisition-popup .modal-footer .secondary {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:active,
  .modal-popup.requisition-popup .modal-footer .secondary:not(:focus) {
    box-shadow: none;
  }
  .modal-popup.requisition-popup .modal-footer .replace {
    margin-left: 10px;
  }
  .modal-popup.requisition-popup .modal-content {
    padding-bottom: 0;
  }
  .modal-popup .fieldset {
    margin-bottom: 0;
  }
  .requisition-list-requisition-index .data-grid > tbody > tr > th:not(:first-child),
  .requisition-list-requisition-index .data-grid > thead > tr > th:not(:first-child),
  .requisition-list-requisition-index .data-grid > tbody > tr > td:not(:first-child),
  .requisition-list-requisition-index .data-grid > thead > tr > td:not(:first-child) {
    padding-left: 5%;
  }
  .requisition-list-requisition-index .data-grid > tbody > tr > th:not(:last-child),
  .requisition-list-requisition-index .data-grid > thead > tr > th:not(:last-child),
  .requisition-list-requisition-index .data-grid > tbody > tr > td:not(:last-child),
  .requisition-list-requisition-index .data-grid > thead > tr > td:not(:last-child) {
    padding-right: 5%;
  }
  .data-grid-wrap .number-field,
  .data-grid-wrap .actions-field {
    text-align: right;
  }
  .data-grid-wrap .list-name-field .cell-label-line-description {
    margin-top: 5px;
  }
  .title-actions-links {
    float: right;
    margin-top: 2rem;
  }
  .block-requisition-management {
    margin-bottom: 10px;
  }
  .block-requisition-management .requisition-list-title h1 {
    font-size: 4rem;
  }
  .block-requisition-management .requisition-info {
    float: left;
  }
  .block-requisition-management .requisition-toolbar {
    float: right;
  }
  .requisition-toolbar-actions {
    margin-right: 10px;
  }
  .requisition-toolbar-actions .mobile-label {
    display: none;
  }
  .requisition-grid table {
    height: 100%;
  }
  .requisition-grid thead .col,
  .requisition-grid .item .col {
    height: 100%;
  }
  .requisition-grid thead .col.item,
  .requisition-grid .item .col.item {
    display: block;
  }
  .requisition-grid thead .col.qty .input-text,
  .requisition-grid .item .col.qty .input-text {
    margin-top: -5px;
  }
  .requisition-grid thead .col.price,
  .requisition-grid .item .col.price,
  .requisition-grid thead .col.stock,
  .requisition-grid .item .col.stock,
  .requisition-grid thead .col.qty,
  .requisition-grid .item .col.qty,
  .requisition-grid thead .col.subtotal,
  .requisition-grid .item .col.subtotal {
    text-align: right;
  }
  .requisition-grid thead .col.subtotal,
  .requisition-grid .item .col.subtotal {
    height: .1rem;
    position: relative;
  }
  .requisition-grid thead .col .product-item-subtotal,
  .requisition-grid .item .col .product-item-subtotal {
    height: 100%;
    position: relative;
  }
  .requisition-grid thead .col.col-checkbox,
  .requisition-grid .item .col.col-checkbox {
    max-width: .2rem;
  }
  .requisition-grid thead .col.col-checkbox input[type='checkbox'],
  .requisition-grid .item .col.col-checkbox input[type='checkbox'] {
    margin: 0;
  }
  .requisition-grid .product-item-image {
    float: left;
    margin-right: 10px;
  }
  .requisition-grid .actions-toolbar {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .requisition-grid .actions-toolbar > .action-delete {
    margin-left: 2rem;
  }
  .requisition-grid .price-excluding-tax {
    margin: 5px 0 3.5rem 0;
  }
  .product-item-description {
    float: right;
    width: calc(100% - 9rem);
  }
  .requisition-view-buttons > .primary {
    display: block;
    float: none;
    text-align: left;
  }
  .requisition-view-buttons .action.delete {
    float: right;
    margin-right: 0;
  }
  .block-requisition-list.update .requisition-list-button {
    float: right;
    margin-right: 0;
  }
  .block-requisition-list.update .requisition-list-button:hover {
    text-decoration: none;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 620px;
    width: 700px;
  }
  .shipping-address-modal .modal-inner-wrap .modal-popup .modal-title,
  .billing-address-modal .modal-inner-wrap .modal-popup .modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
    max-height: 438px;
  }
  .address-loading-mask {
    top: 115px;
  }
  .login-container .block.block-new-company {
    clear: none;
    float: right;
  }
  .login-container .block.block-new-company .actions-toolbar {
    margin-top: 25px;
  }
  .links-container {
    display: inline-block;
    position: relative;
  }
  .links-container:before,
  .links-container:after {
    content: '';
    display: table;
  }
  .links-container:after {
    clear: both;
  }
  .links-container .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    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;
  }
  .links-container .action.switch:hover:after {
    color: inherit;
  }
  .links-container .action.switch:active:after {
    color: inherit;
  }
  .links-container .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    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;
  }
  .links-container .action.switch.active:hover:after {
    color: inherit;
  }
  .links-container .action.switch.active:active:after {
    color: inherit;
  }
  .links-container 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);
  }
  .links-container ul li {
    margin: 0;
    padding: 0;
  }
  .links-container ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .links-container ul:before,
  .links-container ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .links-container ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .links-container ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .links-container ul:before {
    right: 10px;
    top: -12px;
  }
  .links-container ul:after {
    right: 9px;
    top: -14px;
  }
  .links-container.active {
    overflow: visible;
  }
  .links-container.active ul {
    display: block;
  }
  .links-container li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: .8em;
  }
  .links-container li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:active {
    color: #333333;
    text-decoration: none;
  }
  .links-container .customer-menu {
    display: none;
  }
  .links-container .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;
  }
  .links-container .action.switch:focus,
  .links-container .action.switch:active {
    background: none;
    border: none;
  }
  .links-container .action.switch:hover {
    background: none;
    border: none;
  }
  .links-container .action.switch.disabled,
  .links-container .action.switch[disabled],
  fieldset[disabled] .links-container .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .links-container .header.links {
    min-width: 225px;
  }
  .links-container.active .action.switch:after {
    content: '\e621';
  }
  .links-container.active .customer-menu {
    display: block;
  }
  .links-container .greet {
    display: none;
  }
  .customer-register .links-container-title {
    cursor: pointer;
  }
  .manage-company-accounts .message + .actions-toolbar {
    margin-top: 50px;
  }
  .modal-popup .actions-toolbar .secondary .action {
    background: none;
    border: none;
    color: #1979c3;
    font-weight: 400;
    margin: .7rem 1.5rem;
    padding: 0;
  }
  .modal-popup .actions-toolbar .secondary .action:active,
  .modal-popup .actions-toolbar .secondary .action:not(:focus) {
    box-shadow: none;
  }
  .modal-popup input:hover,
  .modal-popup textarea:hover {
    border-color: #68a8e0;
  }
  .modal-popup.popup-tree .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .popup-tree .fieldset {
    margin-bottom: 0;
  }
  .popup-tree .modal-footer .primary {
    margin-right: 10px;
  }
  .popup-tree .modal-footer .secondary {
    background: none;
    border: none;
    color: #1979c3;
    font-weight: 400;
    margin: .7rem 1.5rem;
    padding: 0;
  }
  .popup-tree .modal-footer .secondary:active,
  .popup-tree .modal-footer .secondary:not(:focus) {
    box-shadow: none;
  }
  .page-title .edit-company-profile {
    left: -10px;
    position: relative;
  }
  .company-profile-index .column.main .block .box-account-information .box-content,
  .company-profile-index .column.main .block .box-address-information .box-content,
  .company-profile-index .column.main .block .box-contact-information .box-content {
    line-height: 24px;
  }
  .company-profile-edit .column.main .form-edit-company {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .company-profile-edit .column.main .form-edit-company .fieldset,
  .company-profile-edit .column.main .form-edit-company .actions-toolbar {
    width: 52%;
  }
  .company-account-index .columns .column.main .block:not(.widget) .box-content strong {
    display: inline-block;
    width: 17%;
  }
  .company-account-create .columns .main .form-create-account {
    width: 51%;
  }
  .company-account-create .columns .main .form-create-account .fieldset-fullname .fields .field:last-child {
    margin: 0 0 10px;
  }
  .company-users-index .long-text-field {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .jstree li a {
    position: relative;
  }
  .account .column.main .block.block-dashboard-info {
    line-height: 24px;
  }
  .account .column.main .block.block-dashboard-info .block-content:before,
  .account .column.main .block.block-dashboard-info .block-content:after {
    content: normal;
  }
  .negotiable_quote-quote-view .page-title {
    margin-bottom: .7rem;
    margin-top: 0;
  }
  .negotiable_quote-quote-view .quote-status {
    margin-top: .7rem;
  }
  .order-references {
    margin-top: -1.4rem;
  }
  .negotiable-quote-quote-index .data-grid thead > tr > td,
  .negotiable-quote-quote-index .data-grid thead > tr > th {
    border-bottom: 1px solid #d1d1d1;
  }
  .negotiable-quote-quote-index .pages a.page {
    cursor: pointer;
  }
  .negotiable-quote-quote-index .page-title {
    display: block;
    margin-bottom: 25px;
  }
  .negotiable-quote-quote-view .page-title {
    margin-bottom: 5px;
  }
  .negotiable-quote-quote-view.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: 50%;
  }
  .negotiable-quote-quote-view .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .negotiable-quote-quote-view .quote-table-totals {
    float: right;
    width: 55%;
  }
  .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot > tr:not(.catalog_price_table) > th,
  .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot > tr:not(.catalog_price_table) > td {
    text-decoration: line-through;
  }
  .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot > tr:not(.catalog_price_table):not(.proposed_quote_price) > th,
  .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot > tr:not(.catalog_price_table):not(.proposed_quote_price) > td {
    text-decoration: line-through;
  }
  .quote-details-items thead .col.item,
  .quote-details-items .item .col.item {
    display: block;
  }
  .quote-details-items thead .col.price,
  .quote-details-items .item .col.price,
  .quote-details-items thead .col.stock,
  .quote-details-items .item .col.stock,
  .quote-details-items thead .col.qty,
  .quote-details-items .item .col.qty,
  .quote-details-items thead .col.subtotal,
  .quote-details-items .item .col.subtotal {
    text-align: right;
  }
  .quote-details-items thead .col .price,
  .quote-details-items .item .col .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
  .quote-details-items .content .quote-title {
    display: none;
  }
  .quote-details-items .quote-table-totals-wrap {
    border-bottom: 1px solid #e4e4e4;
  }
  .quote-details-items .quote-table {
    border: 1px solid #e4e4e4;
  }
  .page-main .block.quote-shipping-info {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .page-title-wrapper .page-title {
    display: block;
  }
  .quote-name {
    font-size: 1.6rem;
    margin-bottom: 20px;
    word-wrap: break-word;
  }
  .quote-date {
    float: left;
    margin-bottom: .8rem;
  }
  .quote-sales-rep {
    float: right;
  }
  .mobile-label {
    display: none;
  }
  .admin__data-grid-wrap {
    padding-top: 20px;
  }
  .quote-shipping-info .box-shipping-address .box-content {
    font-size: 1.4rem;
  }
  .quote-shipping-info .box-content .box {
    margin-bottom: 0;
    width: 50%;
  }
  .quote-view-links.quote-view-buttons .action {
    margin-right: 10px;
  }
  .quote-actions-toolbar .print {
    float: right;
    padding-left: 25px;
    padding-right: 0;
  }
  .modal-popup.popup-edit-address .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .popup-edit-address .fieldset {
    margin-bottom: 0;
  }
  .popup-edit-address .modal-footer .primary {
    margin-right: 10px;
  }
  .popup-edit-address .field .control > .field,
  .popup-edit-address .field .control > .fields > .field {
    margin: 0 0 20px;
    margin-bottom: 0;
  }
  .popup-edit-address .field .control > .field > .label,
  .popup-edit-address .field .control > .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .popup-edit-address .field .control > .field:last-child,
  .popup-edit-address .field .control > .fields > .field:last-child {
    margin-bottom: 0;
  }
  .popup-edit-address .field .control > .field > .label,
  .popup-edit-address .field .control > .fields > .field > .label {
    font-weight: 600;
  }
  .popup-edit-address .field .control > .field > .label + br,
  .popup-edit-address .field .control > .fields > .field > .label + br {
    display: none;
  }
  .popup-edit-address .field .control > .field .choice input,
  .popup-edit-address .field .control > .fields > .field .choice input {
    vertical-align: top;
  }
  .popup-edit-address .field .control > .field .fields.group:before,
  .popup-edit-address .field .control > .fields > .field .fields.group:before,
  .popup-edit-address .field .control > .field .fields.group:after,
  .popup-edit-address .field .control > .fields > .field .fields.group:after {
    content: '';
    display: table;
  }
  .popup-edit-address .field .control > .field .fields.group:after,
  .popup-edit-address .field .control > .fields > .field .fields.group:after {
    clear: both;
  }
  .popup-edit-address .field .control > .field .fields.group .field,
  .popup-edit-address .field .control > .fields > .field .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .popup-edit-address .field .control > .field .fields.group.group-2 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-2 .field {
    width: 50% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-3 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-4 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-4 .field {
    width: 25% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-5 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-5 .field {
    width: 20% !important;
  }
  .popup-edit-address .field .control > .field .addon,
  .popup-edit-address .field .control > .fields > .field .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .popup-edit-address .field .control > .field .addon textarea,
  .popup-edit-address .field .control > .fields > .field .addon textarea,
  .popup-edit-address .field .control > .field .addon select,
  .popup-edit-address .field .control > .fields > .field .addon select,
  .popup-edit-address .field .control > .field .addon input,
  .popup-edit-address .field .control > .fields > .field .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;
  }
  .popup-edit-address .field .control > .field .addon .addbefore,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore,
  .popup-edit-address .field .control > .field .addon .addafter,
  .popup-edit-address .field .control > .fields > .field .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', 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;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:disabled,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:disabled,
  .popup-edit-address .field .control > .field .addon .addafter:disabled,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:disabled {
    opacity: 0.5;
  }
  .popup-edit-address .field .control > .field .addon .addbefore::-moz-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore::-moz-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter::-moz-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .popup-edit-address .field .control > .field .addon .addbefore::-webkit-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore::-webkit-input-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter::-webkit-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:-ms-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:-ms-input-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter:-ms-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .popup-edit-address .field .control > .field .addon .addbefore,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .popup-edit-address .field .control > .field .additional,
  .popup-edit-address .field .control > .fields > .field .additional {
    margin-top: 10px;
  }
  .popup-edit-address .field .control > .field.required > .label:after,
  .popup-edit-address .field .control > .fields > .field.required > .label:after,
  .popup-edit-address .field .control > .field._required > .label:after,
  .popup-edit-address .field .control > .fields > .field._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .popup-edit-address .field .control > .field .note,
  .popup-edit-address .field .control > .fields > .field .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .popup-edit-address .field .control > .field .note:before,
  .popup-edit-address .field .control > .fields > .field .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .popup-edit-address .form-quote-popup {
    overflow: hidden;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-title {
    border-bottom: none;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content {
    border-bottom: 20px;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content .attentional-content .with-subtext span {
    display: block;
    padding-top: 10px;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer {
    border-top: none;
    padding-top: 10px;
    text-align: left;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer .action-accept {
    background: #006bb4;
    box-shadow: none;
    color: #ffffff;
  }
  .negotiable-quote-order-information .negotiable-quote-link {
    float: right;
    max-width: 49%;
    text-align: right;
  }
  .negotiable-quote-order-information .order-date {
    float: left;
    max-width: 49%;
  }
  /**
     * @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;
  }
  .form-purchase-order {
    margin-bottom: 0;
  }
  .checkout-agreements-block {
    clear: both;
  }
  .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 #cccccc;
  }
  .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 #cccccc;
  }
  .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: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .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(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    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 #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 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: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    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.6rem;
    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: 'Open Sans', 'Helvetica Neue', 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.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    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: 24px;
    line-height: 12px;
    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 #cccccc;
  }
  .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 #cccccc;
  }
  .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 #cccccc;
    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 #cccccc;
  }
  .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 #cccccc;
    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 #ff5501;
    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;
  }
  .navigation ul {
    text-align: center;
  }
  .header.content {
    padding: 20px;
  }
  .panel.header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .panel.header .header.links {
    float: none;
    margin: 0;
  }
  .header.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .logo {
    margin: -8px 0 0 0;
  }
  .minicart-wrapper {
    order: 2;
  }
  .block-search {
    width: 50%;
    margin: 0 auto;
  }
  .block-search .control:before {
    bottom: 2px;
    left: 25px;
  }
  .wrap-footbtns {
    float: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999999;
  }
  .wrap-footbtns a.btn-foot-whatsapp {
    margin-bottom: 15px;
  }
  .home-tiendas .pagebuilder-column {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .menumobileaccount {
    display: none;
  }
  .form.create.account {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .form.create.account fieldset {
    width: 28%;
    margin-right: 2%;
  }
  .form.create.account fieldset.additional_info {
    width: 20%;
  }
  .field.qty .input-group .quantity-controls {
    padding: 5px;
  }
  .field.qty .input-group .qty-default {
    width: 100px;
  }
}
@media all and (min-width: 1024px), print {
  .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;
  }
}
@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;
  }
}
.store-instore-button {
  background-color: transparent;
  color: #195d8d;
  font-size: 1.5em;
  margin: 0 auto;
  display: block;
  text-decoration: none;
}
.store-instore-button:hover {
  background-color: transparent;
  color: #195d8d;
  font-size: 1.5em;
  margin: 0 auto;
  display: block;
  border: none;
  text-decoration: underline;
}
.link.wishlist .counter {
  display: none;
}
body {
  font-family: 'Roboto', sans-serif;
}
p {
  margin-bottom: 0;
}
a:visited,
.alink:visited {
  color: #195d8d;
}
.page-main > .page-title-wrapper .page-title {
  color: #195d8d;
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 35px;
}
.hidden {
  display: none;
}
h1 {
  color: #195d8d;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: -1px;
}
h2 {
  color: #195d8d;
  font-size: 28px;
  font-weight: 500;
}
h3 {
  color: #195d8d;
  font-size: 20px;
  font-weight: 500;
}
.action.primary,
.action-primary {
  background: #ff7a01;
  border-color: #ff7a01;
  border-radius: 30px !important;
  min-width: 95px;
  height: 45px;
  padding: 5px 15px;
  line-height: 35px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.action.primary:hover,
.action-primary:hover,
.action.primary:active,
.action-primary:active,
.action.primary:focus,
.action-primary:focus {
  background: #f99737;
  border-color: #f99737;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background-color: #f5f5f5;
  border: none;
  border-radius: 8px;
}
select {
  background-color: #f5f5f5;
  border: none;
  border-radius: 8px;
}
.abs-login-block-title,
.login-container .block .block-title,
.fieldset {
  border-color: #f2f2f2;
}
.abs-login-block-title strong,
.login-container .block .block-title strong,
.fieldset strong,
.abs-login-block-title > .legend span,
.login-container .block .block-title > .legend span,
.fieldset > .legend span {
  text-transform: uppercase;
  color: #81828b;
  font-size: 16px;
  font-weight: 500;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 400;
  color: #81828b;
}
.fieldset > .legend {
  border-color: #f2f2f2;
}
button {
  border: none;
}
.password-strong .password-strength-meter:before,
.password-none .password-strength-meter:before,
.password-strength-meter {
  font-size: 12px;
  background-color: transparent;
}
body:not(.checkout-index-index) .page.messages .message {
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 8px;
  padding: 15px 20px 15px 40px !important;
  border-color: transparent !important;
}
body:not(.checkout-index-index) .message.error {
  font-weight: bold;
  border: none !important;
  border-radius: 8px;
  font-size: 1.5rem;
}
button.action-secondary.action-dismiss {
  border-radius: 30px !important;
  min-width: 95px;
  height: 45px;
  padding: 5px 15px;
  line-height: 35px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  border: none;
}
.action.action-login.secondary {
  border-radius: 30px !important;
  border: none;
}
.page-main > .page-title-wrapper .page-title {
  letter-spacing: 0;
}
.page-header {
  border-bottom: none;
}
.page-header .panel.wrapper {
  background-color: #ff7a01;
}
.page-header .panel.header {
  padding: 0;
  color: #fff;
}
.page-header .panel.header .header.links {
  background-color: #195d8d;
  padding: 10px 10px !important;
}
.page-header .panel.header .header.links li a:active,
.page-header .panel.header .header.links li a:hover {
  text-decoration: none;
}
.page-header .panel.header .header.links .greet.welcome {
  display: none !important;
}
.page-header .panel.header .header.links .link.authorization-link {
  margin: 0;
}
.page-header .panel.header .header.links .link.authorization-link:before {
  content: '\e800';
  font-family: 'fontello';
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}
.page-header .panel.header .header.links .link.authorization-link a {
  font-size: 14px;
}
.page-header .panel.header .header.links .customer-menu .header.links {
  background-color: #fff;
  border-radius: 8px;
  border-color: #f4f4f4;
}
.page-header .panel.header .header.links .customer-menu .authorization-link:before {
  content: none;
}
.page-header .panel.header .header.links .customer-menu #invitation-send-link {
  display: none;
}
.page-header .panel.header .header.links .customer-welcome {
  display: flex;
}
.page-header .panel.header .header.links .customer-welcome .action.switch > span {
  position: initial !important;
}
.customer-address-index #minicart-content-wrapper .block-content {
  display: block;
}
.customer-address-index .block-addresses-default .block-content {
  display: flex;
}
.customer-address-index .block-addresses-default .block-content .box-billing-address {
  display: none;
}
.customer-address-index .block-addresses-default .block-content .box-address-billing {
  display: none;
}
.sales-order-view .box-order-billing-address {
  display: none;
}
.sales-order-view .box-order-billing-method {
  display: none;
}
.minicart-wrapper .block-minicart {
  border-radius: 6px;
  border-color: #f1f1f1;
  z-index: 999;
}
.minicart-wrapper .block-minicart .subtitle.empty {
  font-weight: 500;
}
.minicart-wrapper .block-minicart .product-item .product .product-item-details {
  height: auto;
}
.minicart-wrapper .block-minicart .product-item .product .product-item-details .product.actions {
  margin-top: 4px;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  content: '\e801';
  font-family: 'fontello';
  font-size: 40px;
}
.minicart-wrapper .action.showcart .counter.qty {
  display: inline-block;
  position: absolute;
  z-index: 2;
  border-radius: 50% !important;
  top: -15px;
  right: -20px;
  background: #ff7a01;
  color: #F1F1F2 !important;
  width: 10px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
}
.minicart-wrapper .action.showcart .counter.qty.empty .counter-number:before {
  content: '0';
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
  font-size: 12px;
}
.minicart-crosssell {
  background: rgba(245, 245, 245, 0.5);
  border-radius: 16px;
  padding: 24px;
  margin-top: 10px;
}
.minicart-crosssell h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}
.minicart-crosssell .product-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.minicart-crosssell .product-items .product-item {
  width: calc(50% - 4px);
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 16px;
}
.minicart-crosssell .product-items .product-item .product-item-info {
  padding: 0;
}
.minicart-crosssell .product-items .product-item .product-item-info .lealtad-pdp-url {
  text-align: center;
}
.minicart-crosssell .product-items .product-item .product-item-info .lealtad-pdp-url a {
  font-size: 10px;
  text-decoration: underline;
}
.minicart-crosssell .product-items .product-item .product-item-info .product-image-container .product-image-wrapper {
  padding-bottom: 130px !important;
}
.minicart-crosssell .product-items .product-item .product-item-info .product-name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 34px;
}
.minicart-crosssell .product-items .product-item .product-item-info .molecula {
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 8px;
  max-height: 16px;
}
.minicart-crosssell .product-items .product-item .action.tocart.primary {
  background: #fff;
  border: 1px solid #000;
  border-radius: 16px !important;
  color: #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
}
.minicart-crosssell .product-items .product-item .action.tocart.primary span {
  font-size: 16px;
}
.minicart-crosssell .product-items .product-item .action.tocart.primary:hover {
  background: #000;
  color: #fff;
}
.nav-sections,
.navigation {
  background-color: #fff;
}
.store-selector-popup .block-search .control:before {
  bottom: 12px;
  left: 3px;
}
.store-selector-popup .block-search #store-selector-search-input {
  padding-left: 25px;
}
.popup-authentication .block-authentication .action.action-register {
  line-height: 1.8rem;
}
.block-search .control:before {
  content: '\e615';
  font-family: 'luma-icons';
  color: #81828b;
  position: absolute;
  font-size: 18px;
}
.block-search #search {
  border-radius: 15px;
  background: #f5f5f5;
  border: none;
  font-family: Roboto;
  color: #81828b;
  padding-left: 40px;
}
.block-search #search:placeholder {
  color: #81828b;
}
.block-search .actions button.search {
  opacity: unset !important;
  width: auto;
  padding: 0 30px;
  border-radius: 20px;
  right: 0;
  height: 32px;
  line-height: 32px;
}
.block-search .actions button.search span,
.block-search .actions button.search:before {
  color: #fff;
}
.block-search .actions button.search span {
  position: unset;
  margin: 0;
}
.block-search .actions button.search:hover {
  background-color: #ff7a01;
}
.block-search .actions button.search:before {
  content: none;
}
.page-footer {
  background: #fff;
  color: #81828b;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 0;
}
.page-footer a,
.page-footer p a {
  color: #81828b;
  text-decoration: none;
}
.page-footer a:hover,
.page-footer p a:hover,
.page-footer a:active,
.page-footer p a:active {
  color: #ff7a01;
}
.page-footer .pagebuilder-column-group.col-separator .pagebuilder-column:first-child {
  border-left: none;
  padding-left: 0;
}
.page-footer .pagebuilder-column-group.col-separator .pagebuilder-column {
  border-left: 1px solid #f5f5f5;
  padding: 0 20px;
}
.page-footer p {
  margin-bottom: 5px;
}
.page-footer ul.foot-socialmedia {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.page-footer ul.foot-socialmedia li {
  padding: 0 5px;
}
.page-footer ul.foot-socialmedia li a i {
  color: #195d8d;
  font-size: 20px;
}
.page-footer .wrap-footbtns a.btn-foot-contactanos {
  background: #195d8d;
  padding: 15px 40px;
  border-radius: 25px;
  color: #fff;
  font-weight: 500;
}
.page-footer .wrap-footbtns a.btn-foot-contactanos:hover {
  background-color: #195d8d;
}
.page-footer .wrap-footbtns a.btn-foot-whatsapp {
  background: #00d553;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50px;
  display: block;
  text-align: center;
}
.page-footer .wrap-footbtns a.btn-foot-whatsapp i {
  font-size: 35px;
}
.wrap-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.wrap-copy .copy-links a {
  padding-right: 30px;
  color: #81828b;
}
.copyright {
  background: #fff;
  color: #81828b;
}
.pagebuilder-slide-wrapper,
.cms-index-index figure img,
.category-description figure img {
  border-radius: 5px;
}
.btn-vertodo {
  float: right;
}
.blue-btn-link a:visited {
  color: #fff;
}
.official-store-link .pagebuilder-button-link {
  padding: 14px 0px;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 20;
}
.slick-dots {
  position: relative;
  bottom: 50px;
  right: 20px;
  text-align: right;
}
.slick-dots li button {
  border: none;
  width: 15px;
  height: 15px;
}
.slick-dots li.slick-active button {
  background: #ff7a01;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  background-color: #7d9fcc;
  border: none;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 15px;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background-color: #195d8d;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  color: #4d4f5c;
  font-weight: 500;
}
a.pagebuilder-button-secondary {
  border: none;
  padding: 5px 15px;
  font-size: 14px;
}
a.pagebuilder-button-secondary:hover {
  border: none;
  background-color: #ebf3fe;
}
.home-tiendas .pagebuilder-column {
  padding: 10px 20px 0;
  border-radius: 8px;
}
.slick-prev,
.slick-next {
  height: 40px;
  width: 40px;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  border-radius: 45px;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  font-size: 20px;
}
.navigation {
  max-width: 100% !important;
}
.navigation.level0.parent > .level-top {
  padding-right: 15px;
}
.navigation .level0 > .level-top {
  font-size: 14px;
  font-weight: 500;
  color: #4d4f5c;
}
.navigation .level0.active > .level-top,
.navigation .navigation .level0.has-active > .level-top {
  border-color: #ff7a01;
  color: #ff7a01;
}
.breadcrumbs .item:not(:last-child):after {
  content: '/';
}
.widget-product-carousel.slick-slider .product-item-tags {
  display: flex;
  gap: 2px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.widget-product-carousel.slick-slider .product-item-tags > div {
  flex-shrink: 0;
}
.widget-product-carousel.slick-slider .slick-prev,
.block-prodlist .slick-slider .slick-prev,
.widget-product-carousel.slick-slider .slick-next,
.block-prodlist .slick-slider .slick-next {
  background-color: #cadcf5;
}
.widget-product-carousel.slick-slider .slick-prev,
.block-prodlist .slick-slider .slick-prev {
  right: 7rem;
}
.widget-product-carousel.slick-slider .slick-slide,
.block-prodlist .slick-slider .slick-slide {
  margin: 0 10px;
}
.widget-product-carousel.slick-slider .slick-list,
.block-prodlist .slick-slider .slick-list {
  margin: 0 -10px;
}
.minicart-items .product-item-name a {
  color: #4d4f5c;
  font-size: 15px;
  font-weight: 500;
}
.minicart-items .product-item-details .price {
  color: #ff7a01;
  font-size: 17px;
  font-weight: 500;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  font-size: 15px;
  padding: 5px;
}
.block-minicart a.action.viewcart {
  background: #195d8d;
  color: #fff;
  padding: 5px;
  display: none;
  width: 100%;
  border-radius: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
}
.block-minicart a.action.viewcart:hover {
  text-decoration: none;
}
.imageSize {
  width: 280px;
  height: 120px;
  margin: 0 auto;
}
.imageSize img {
  object-fit: contain;
  width: 100% !important;
  height: 100% !important;
}
.program-name {
  text-align: center;
}
.program-description {
  text-align: justify;
}
.program-wrapper {
  padding: 15px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 50px;
}
.content-store-in-store {
  background: #f5f5f5;
}
.pgm-mas-calidad-vida {
  position: absolute;
  z-index: 1003;
  width: 60px;
  top: 44px;
}
.wrap-footbtns {
  bottom: 25px;
  right: 25px;
  z-index: 21;
  position: fixed;
}
.wrap-footbtns .btn-foot-contactanos {
  padding: 10px !important;
  min-width: 30px;
  min-height: 30px;
}
.wrap-footbtns .btn-foot-contactanos img {
  width: 22px;
  padding-left: 4px;
  padding-top: 4px;
}
.wrap-footbtns .btn-foot-contactanos span {
  padding: 4px 10px 0 10px;
  display: block;
}
@media (max-width: 494px) {
  .minicart-wrapper .mage-dropdown-dialog .block-minicart {
    width: 360px;
  }
  .minicart-wrapper .mage-dropdown-dialog .block-minicart .minicart-items-wrapper .minicart-items li.product-item .product-item-box .product-item-details .product-item-name {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 39px !important;
    min-height: 39px;
  }
}
@media (min-width: 495px), print {
  .minicart-wrapper .block-minicart {
    width: 494px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* ipad Mini Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .block-search .control:before {
    left: 25px;
  }
  .block-search .minisearch input#search {
    position: static;
  }
  .block-search .minisearch .label {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .copy-links {
    padding: 10px;
    margin-left: 8px;
  }
}
/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  .wrap-footbtns {
    bottom: 25px;
    right: 25px;
    z-index: 999999;
    position: fixed;
  }
}
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .pagebuilder-slide-wrapper {
    background-size: contain !important;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    margin-top: 0;
  }
  .menumobileaccount {
    clear: both;
  }
  .menumobileaccount:before {
    content: " ";
    height: 50px;
    background-image: url("../images/logotipo_fesa.png");
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
    width: 35%;
    margin-left: 20px;
  }
  .menumobileaccount li {
    text-align: left;
    padding: 10px 20px;
    list-style: none;
    background-color: #195d8d;
  }
  .menumobileaccount a {
    text-align: right;
    color: #fff;
  }
  .menumobileaccount a:before {
    content: '\e800';
    font-family: 'fontello';
    font-size: 22px;
    color: #fff;
    margin-right: 20px;
  }
  .menumobileaccount a:visited {
    color: #fff;
  }
  .wrap-footbtns {
    bottom: 25px;
    right: 25px;
    z-index: 999999;
  }
  .bar-down-slider .pagebuilder-column-group .pagebuilder-column-line.col-bar-first {
    width: 26% !important;
  }
  .bar-down-slider .pagebuilder-column-group .pagebuilder-column-line.col-bar-last {
    width: 30% !important;
  }
  .product-item-actions .actions-primary {
    width: 100%;
  }
  .product-item .box-tocart .fieldset {
    display: block !important;
  }
  .product-item .box-tocart .fieldset .field.qty {
    display: flex;
    justify-content: center;
    margin-bottom: 10px !important;
  }
  .product-item .box-tocart .action.tocart {
    width: 100%;
  }
}
/*
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .wrap-footbtns {
    bottom: 25px;
    right: 25px;
    z-index: 999999;
  }
}
/*
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
@media (max-width: 767px) {
  .widget-product-carousel .slick-track .slick-slide {
    margin: 0 10px !important;
  }
  .widget-product-carousel .slick-track .slick-slide .product-item .product-item-tags {
    padding: 0 10px;
  }
  .widget-product-carousel .slick-track .slick-slide .product-item .product-item-tags .slick-slide {
    margin-right: 10px !important;
  }
  .pgm-mas-calidad-vida {
    margin-left: 10px;
    top: 39px;
  }
  .page-with-filter.page-products.catalog-category-view .products-grid .product-item .pgm-mas-calidad-vida,
  .page-with-filter.page-products.catalogsearch-result-index .products-grid .product-item .pgm-mas-calidad-vida {
    top: 26px !important;
  }
}
@media (max-width: 768px) {
  .header.content .logo {
    margin-bottom: 0;
  }
  .form.minisearch .field.search input.input-text {
    padding-right: 30px;
  }
  .form.minisearch .field.search .control {
    border-top: none;
    position: relative;
  }
  .form.minisearch .field.search .control:before {
    color: #27348B;
    margin: -2px 5px;
    padding: 0;
  }
  .form.minisearch .field.search .control #search {
    color: #27348B;
    border: 2px solid #27348B;
    border-radius: 24px;
    height: 40px;
    font-weight: 600;
    text-align: center;
  }
  .form.minisearch .field.search .control #search::placeholder {
    color: #CCCCCC;
    font-family: 'Roboto';
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
  }
  .form.minisearch .field.search .control #search:focus {
    box-shadow: none;
  }
  .form.minisearch .field.search .control .btn-clear-search {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
    z-index: 10;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    background: #27348B;
    border-radius: 10px;
    font-weight: 300;
  }
  .form.minisearch .field.search .control .btn-clear-search:hover {
    color: #333;
  }
  .form.minisearch .field.search .control #search_autocomplete .popover-container {
    max-width: 100vw;
  }
  .form.minisearch .field.search .control #search_autocomplete .popover-container .livesearch.products-container {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .form.minisearch .field.search .control #search_autocomplete .popover-container .livesearch.products-container .product-link {
    padding: 15px;
    border-bottom: 2px solid #f5f5f5;
  }
  .form.minisearch .field.search .control #search_autocomplete .popover-container .livesearch.products-container .product-link .livesearch.product-result {
    grid-template-areas: "image productName" "image price";
    grid-template-columns: 1fr 4fr;
    grid-template-rows: repeat(2, 1fr);
    column-gap: 16px;
    align-self: center;
    height: 80px;
    min-width: 100%;
    padding: unset;
    box-sizing: inherit;
  }
  .form.minisearch .field.search .control #search_autocomplete .popover-container .livesearch.products-container .product-link .livesearch.product-result .livesearch.product-price {
    color: #FF7A03;
    font-weight: 700;
  }
  .form.minisearch .field.search .control #search_autocomplete .popover-container .livesearch.products-container .product-link .livesearch.product-result .livesearch.product-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
  }
  .slick-slide .product-item .box-tocart .lealtad-pdp-url a {
    font-size: 9px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .wrap-footbtns {
    bottom: 25px;
    right: 25px;
    z-index: 999999;
    flex-direction: column;
  }
  .wrap-footbtns .btn-foot-whatsapp {
    margin-bottom: 10px;
  }
  .wrap-footbtns .btn-foot-contactanos {
    margin-right: 10px;
  }
}
/*
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
@media (min-width: 320px) and (max-width: 480px) {
  .prayment-methods-myaccount {
    width: 100% !important;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
    font-size: 14px !important;
  }
  .checkout-index-index input[type="text"],
  .checkout-index-index input[type="password"],
  .checkout-index-index input[type="url"],
  .checkout-index-index input[type="tel"],
  .checkout-index-index input[type="search"],
  .checkout-index-index input[type="number"],
  .checkout-index-index input[type*="date"],
  .checkout-index-index input[type="email"] {
    background-color: #fff;
    border: none;
    border-radius: 8px;
  }
  .custom-selector-neighborhood {
    background-color: #fff;
  }
  .search-autocomplete {
    margin-top: 0px;
    z-index: 9 !important;
  }
  .block-search #search {
    border: solid 1px #bdbdbd;
  }
  .wrap-footbtns {
    bottom: 25px;
    right: 25px;
    z-index: 999999;
    flex-direction: column;
  }
  .wrap-footbtns .btn-foot-whatsapp {
    margin-bottom: 10px;
  }
  .wrap-footbtns .btn-foot-contactanos {
    margin-right: 10px;
  }
  .home-wrap-special .product-item .product-item-details {
    height: 285px;
  }
  .home-wrap-special .product-item .box-tocart {
    padding: 0 8px;
  }
  .home-wrap-special .product-item .box-tocart .fieldset {
    display: block !important;
  }
  .home-wrap-special .product-item .box-tocart .fieldset .field.qty {
    display: flex;
    justify-content: center;
    margin-bottom: 10px !important;
  }
  .product-item .box-tocart .fieldset {
    display: block !important;
  }
  .product-item .box-tocart .fieldset .field.qty {
    display: flex;
    justify-content: center;
    margin-bottom: 10px !important;
  }
  .product-item .lealtad-dinamica {
    z-index: 9 !important;
    position: relative !important;
  }
  .product-item .product-item .wrap-lealtad-dinamica {
    height: 50px !important;
  }
  .product-item .product-item .lealtad-dinamica {
    height: 35px !important;
    z-index: 9 !important;
    position: relative !important;
  }
}
/* Breakpoints*/
@media (min-width: 639px) and (max-width: 768px) {
  .wrap-footbtns {
    bottom: 25px;
    right: 25px;
    z-index: 999999;
    position: fixed;
  }
  .home-tiendas .pagebuilder-column {
    margin-bottom: 15px;
  }
  .block-search .control {
    display: none;
  }
  .btn-foot-contactanos {
    float: right;
    margin-top: -50px;
  }
}
@media (min-width: 639px) and (max-width: 1268px) {
  [data-content-type='row'][data-appearance='contained'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header.content {
    margin-right: 15px;
  }
  .home-tiendas {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 639px) {
  .page-header {
    z-index: 97;
  }
}
.wrap-nostock {
  margin: 20px 0;
}
.modal-popup.confirm .modal-content {
  padding: 0 3rem;
  box-shadow: none;
  position: initial;
  transform: none;
  text-align: left;
}
a.action.primary.fesa-invoice {
  float: right;
  text-align: center;
  margin-top: -9%;
}
a.action.primary.fesa-invoice-other {
  float: right;
  text-align: center;
}
.slick-slide {
  margin: 0 20px !important;
}
.valores-container {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  padding: 20px 10%;
}
.valores-tarjeta {
  padding: 16px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.valores-tarjeta img {
  display: block;
  margin: 0px auto;
}
.valores-tarjeta-titulo {
  color: #000000;
  font-family: Roboto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0px 8px 0px;
}
.valores-tarjeta-texto {
  font-family: Roboto;
  text-align: center;
  font-size: 14px;
}
.valores-tarjeta-receta {
  background-image: url("../images/Oferta_de_Valor_Doble.png");
  background-color: #ff7a03;
  background-repeat: no-repeat;
  color: #ffffff;
  background-position-x: -4px;
  background-size: 297px 239px;
}
.valores-tarjeta-receta .valores-tarjeta-titulo {
  color: #ffffff;
}
.valores-tarjeta-boton-container a:hover,
.valores-tarjeta-boton-container a:visited,
.valores-tarjeta-boton-container a:link {
  text-decoration: none;
  color: #ffffff;
}
.valores-tarjeta-boton {
  border: 1px solid #ffffff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  width: fit-content;
  padding: 8px 48px;
  margin: 8px auto 0px auto;
}
.valores-tarjeta-boton img {
  vertical-align: middle;
  padding: 0px 0px 0px 4px;
  display: inline;
}
@media only screen and (min-width: 1600px) {
  .valores-container {
    margin: 0px auto;
    width: 1260px;
  }
}
@media screen and (max-width: 750px) {
  .valores-container {
    grid-template-columns: 50% 50%;
    background-color: #f5f5f5;
    padding: 20px 25px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
  }
  .valores-tarjeta {
    background-color: white;
  }
  .valores-tarjeta-receta {
    background-color: #ff7a03;
  }
  .valores-tarjeta-boton {
    padding: 8px 24px;
  }
}
#tit-o {
  border: 0;
  position: absolute;
  z-index: -1;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  display: block;
  margin: 0 -1px -1px 0;
  overflow: hidden;
  padding: 0;
}
.slick-slide {
  margin: 0 20px !important;
}
.wrap-nostock {
  margin: 20px 0;
}
.modal-popup.confirm .modal-content {
  padding: 0 3rem;
  box-shadow: none;
  position: initial;
  transform: none;
  text-align: left;
}
a.action.primary.fesa-invoice {
  float: right;
  text-align: center;
  margin-top: -9%;
}
a.action.primary.fesa-invoice-other {
  float: right;
  text-align: center;
}
.noProdDispZona-img {
  text-align: center;
}
.noProdDispZona-titulo {
  font-family: Roboto;
  text-align: center;
}
.noProdDispZona-titulo .noProdDispZona-titulo1 {
  font-size: 34px;
  font-weight: 600;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 {
  font-size: 18px;
  font-weight: 400;
  padding: 0px 0px 8px 0px;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 .control {
  display: flex;
  width: 400px;
  margin: 16px auto 280px auto;
  border: 1px solid #CCC;
  border-radius: 40px;
  flex-wrap: wrap;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 .control input {
  display: none;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 .control label {
  border-radius: 40px;
  margin: 0px;
  padding: 10px 0px;
  flex: 1;
  z-index: 1;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 .control #control_no_disponibles {
  width: 100%;
  position: relative;
  height: 0px;
  display: none;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 .control #control_no_disponibles .tarjeta {
  padding: 42px 0px 0px 0px;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 .control #control_no_disponibles .tarjeta img {
  width: 80px;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 .control #control_disponibles {
  width: initial;
  position: absolute;
  height: 0px;
  display: none;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 .control #control_disponibles .tarjeta {
  padding: 84px 0px 0px 0px;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 .control #control_disponibles .tarjeta img {
  width: 80px;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 .control input:checked + label {
  background-color: #003480;
  color: #FFF;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 .control input:checked + label + #control_no_disponibles {
  display: flex;
  width: inherit;
  z-index: 0;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 .control input:checked + label + #control_disponibles {
  display: flex;
  width: inherit;
  z-index: 0;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 .control img {
  width: 16px;
  margin: 0px 8px 0px 0px;
  vertical-align: middle;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 .continuar {
  padding: 10px 24px;
  border-radius: 16px;
  border: 1px solid #FFF;
  background-color: #0095FF;
  color: #FFF;
  font-size: 18px;
  width: fit-content;
  margin: auto;
  position: relative;
  bottom: 28px;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 .continuar img:first-child {
  vertical-align: middle;
  width: 18px;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 .continuar img {
  vertical-align: sub;
  width: initial;
}
.noProdDispZona-titulo .noProdDispZona-titulo2 .continuar:hover {
  background-color: #36c47f;
  cursor: pointer;
}
.noProdDispZona-titulo .noProdDispZona-btnBack-container {
  color: black;
  padding: 10px 10px;
  display: block;
}
.noProdDispZona-titulo .noProdDispZona-btnBack-container img {
  vertical-align: sub;
}
.noProdDispZona-titulo .noProdDispZona-btnBack-container:hover {
  background: black;
  color: white;
  border-radius: 16px;
  width: fit-content;
  margin: 0px auto;
}
.noProdDispZona-info {
  border-radius: 16px;
  background: #f6fbf4;
  font-family: Roboto;
  padding: 32px 16px;
  text-align: center;
  margin: 16px 0px 0px 0px;
}
.noProdDispZona-info .noProdDispZona-info-img img {
  margin: 0px auto;
  display: block;
}
.noProdDispZona-info .noProdDispZona-info-txt1 {
  font-size: 16px;
  font-weight: 500;
  width: fit-content;
  border-bottom: solid 1px black;
  margin: 0px auto;
  padding: 8px 0px;
}
.noProdDispZona-info .noProdDispZona-info-txt2 {
  font-size: 16px;
  font-weight: 600;
  padding: 8px 0px;
}
.noProdDispZona-info .noProdDispZona-button {
  border-radius: 16px;
  border: 1px solid black;
  background: white;
  width: fit-content;
  margin: 8px auto;
  padding: 10px 24px;
}
.noProdDispZona-info .noProdDispZona-button:hover {
  background: black;
  color: white;
}
button.action.edit-address-link {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button.action.edit-address-link:hover {
  background: #dddddd;
  color: #000000;
  border-color: #999999;
}
button.action.edit-address-link:focus,
button.action.edit-address-link:active {
  background: #eeeeee;
  color: #333333;
  border-color: #cccccc;
}
@media (min-width: 769px) {
  .btn-clear-search {
    display: none;
  }
}
.prayment-methods-myaccount {
  width: 60%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.prayment-methods-myaccount .principal-text-methods {
  font-weight: bold;
  color: #5c5c5c;
  text-align: justify;
  font-size: 18px;
  margin: 9px 0;
}
.prayment-methods-myaccount .description-text-methods {
  color: #5c5c5c;
  text-align: justify;
  font-size: 14px;
  margin: 9px 0;
}
.prayment-methods-myaccount img {
  width: 50%;
  margin: 10px auto;
}
.product-items .slick-slide > div {
  padding: 5px 0;
  margin-bottom: 10px;
}
.product-items .product-item {
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 16px;
}
.product-items .product-item .box-tocart,
.product-items .product-item .box-tocart .fieldset {
  margin-bottom: 10px !important;
}
.product-items .product-item .product-item-info {
  padding: 0 5px 10px;
}
.product-items .product-item .product-image-container {
  border: none;
}
.products-grid .product-items .product-item {
  padding: 0 5px;
}
.products-grid .product-items .product-item .product-item-info {
  margin: 0 -5px;
}
.no-stock-wrapper {
  margin: 0 0 23px 0;
}
.category-title {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #27348B;
}
.category-title .category-icon {
  background: #27348B;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin-right: 4px;
}
.category-title .category-icon img {
  height: 12px;
}
.molecula {
  font-size: 16px;
  font-weight: 300;
  height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 18px;
}
.product-item .product-item-tags,
.wrap-share .product-item-tags {
  cursor: pointer;
  height: 25px;
}
.product-item .product-item-tags .slick-slide,
.wrap-share .product-item-tags .slick-slide {
  margin-right: 2px !important;
  margin-left: 0 !important;
}
.product-item .product-item-tags .slick-slide div,
.wrap-share .product-item-tags .slick-slide div {
  padding: 0;
}
.product-item .product-item-tags .slick-list,
.wrap-share .product-item-tags .slick-list {
  height: 20px !important;
  margin: 0;
}
.product-item .lealtad-dinamica,
.wrap-share .lealtad-dinamica,
.product-item .requiere-receta,
.wrap-share .requiere-receta,
.product-item .nombre-programa,
.wrap-share .nombre-programa {
  color: #fff;
  border-radius: 8px 8px 8px 0;
  padding: 0px 8px !important;
  text-align: center;
  font-size: 10px;
  height: 18px;
  z-index: 9;
  margin: 0;
  width: fit-content;
  display: flex;
  line-height: 18px;
}
.product-item .requiere-receta,
.wrap-share .requiere-receta {
  background: #E20613;
  width: fit-content !important;
}
.product-item .nombre-programa,
.wrap-share .nombre-programa {
  background: #F6C27C;
  width: fit-content !important;
}
.product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.wrap-share .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  padding-bottom: calc(100% + 2px) !important;
}
.product-item .product-item-details,
.wrap-share .product-item-details {
  display: flex;
  flex-direction: column;
  height: 275px;
}
.product-item .product-item-details .lealtad-mensaje-precio,
.wrap-share .product-item-details .lealtad-mensaje-precio,
.product-item .product-item-details .lealtad-desc-beneficio,
.wrap-share .product-item-details .lealtad-desc-beneficio {
  display: none;
}
.product-item .product-item-details .product-item-inner,
.wrap-share .product-item-details .product-item-inner {
  margin-top: auto !important;
}
.product-item .product-item-details .product-item-inner:hover,
.wrap-share .product-item-details .product-item-inner:hover {
  margin-top: auto !important;
}
.product-item .product-item-details .product-name-price .product-item-name,
.wrap-share .product-item-details .product-name-price .product-item-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
}
.products-grid .product-item-info:hover .product-item-inner,
.products-grid .product-item-info.active .product-item-inner {
  margin-top: auto !important;
}
.page-with-filter.page-products .product-item-details {
  height: 272px;
}
.page-with-filter.page-products .product-item-details .product-item-inner .product-item-actions {
  margin: 0;
}
.page-with-filter.page-products .product-item-details .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
  padding: 0;
}
.catalog-product-view .products-related {
  margin: 0px;
}
.catalog-product-view .products-related .product-items {
  margin: 0px;
}
.catalog-product-view .products-related .slick-list {
  margin: 0px;
}
.catalog-product-view .products-related .slick-track {
  width: fit-content;
}
.catalog-product-view .products-related .slick-slide {
  width: 170px;
  margin: 0 4px !important;
}
.catalog-product-view .products-related .product-item-tags .slick-slide {
  width: initial;
  margin: 0px;
}
.catalog-product-view .products-related .product-item .price-box.box-special-employee-price.linethrough {
  height: 48px;
  gap: 8px;
  margin: 5px 0 0;
  justify-content: center;
}
.catalog-product-view .products-related .product-item .price-box.box-special-employee-price.linethrough .price {
  font-size: 14px;
  min-width: 60px;
}
.catalog-product-view .products-related .product-item .price-box.box-special-employee-price.linethrough .price .currency {
  font-size: 12px;
}
.catalog-product-view .products-related .product-item .price-box.box-special-employee-price.linethrough .price .decimals {
  font-size: 8px;
  font-weight: 700;
  vertical-align: super;
}
.catalog-product-view .products-related .product-item .price-box.box-special-employee-price.linethrough .price:before {
  padding: 2px 8px;
}
.catalog-product-view .products-related .product-item .price-box.box-special-employee-price.linethrough .program-info .price-employees {
  font-size: 14px;
  padding: 4px 8px;
}
.catalog-product-view .products-related .product-item .price-box.box-special-employee-price.linethrough .program-info .price-employees .currency {
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
}
.catalog-product-view .products-related .product-item .price-box.box-special-employee-price.linethrough .program-info .price-employees .decimals {
  font-size: 8px;
  font-weight: 700;
  vertical-align: super;
}
.catalog-product-view .products-related .product-item .price-box.box-special-employee-price.linethrough .program-info .program-info-title {
  padding: 2px 8px;
}
.catalog-product-view .products-related .product-item .price-box.box-special-employee-price.linethrough .program-info .program-info-title:before {
  padding: 2px 8px;
  top: -9px;
}
.catalog-product-view .products-related .product-item .price-box.box-special-employee-price.linethrough .program-info .program-info-title:after {
  display: none;
}
.catalog-product-view .products-related .product-item .price-box.box-special-employee-price .price-carousel {
  margin-left: 5px;
  font-weight: 500;
}
.catalog-product-view .products-related .product-item .product-item-info .product-item-tags {
  padding: 0px;
}
.catalog-product-view .products-related .product-item .product-item-info .product-item-details {
  height: 177px;
}
.catalog-product-view .products-related .product-item .product-item-info .product-item-details .product-item-name {
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
  font-size: 14px;
  font-family: 'Roboto';
}
.catalog-product-view .products-related .product-item .product-item-info .product-item-details .product-item-actions {
  margin-bottom: 0;
  margin-top: auto;
}
.catalog-product-view .products-related .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable {
  padding-top: 0;
  padding-bottom: 0;
}
.catalog-product-view .products-related .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable .no-stock-wrapper {
  margin: 0px;
}
.catalog-product-view .products-related .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable .no-stock-text {
  height: fit-content;
  margin: -8px 0px 0px 0px;
  padding: 0px;
}
.catalog-product-view .products-related .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable .option {
  height: fit-content;
  padding: 0px;
  margin-top: 0px;
}
.catalog-product-view .products-related .product-item .product-item-info .product-item-details .product-item-actions .box-tocart {
  margin-bottom: 0 !important;
}
.catalog-product-view .products-related .product-item .product-item-info .product-item-details .product-item-actions .box-tocart .lealtad-pdp-url a {
  font-size: 10px;
  margin-left: -1px;
}
.catalog-product-view .products-related .product-item .product-item-info .product-item-details .product-item-actions .box-tocart .fieldset .actions .action.tocart.primary {
  height: 38px;
  font-size: 14px !important;
}
.catalog-product-view .products-related .product-item .product-item-info .product-item-details .molecula {
  font-size: 12px;
  font-family: 'Roboto';
}
.catalog-product-view .products-related .product-item .product-item-info .product-item-details .price {
  font-family: 'Roboto';
}
.catalog-product-view #cancel-alert ~ .product.alert.stock {
  display: none;
}
.catalog-product-view .action.primary.cancel-alert {
  background: #195d8d;
  border: none;
  color: #fff;
  height: auto;
}
.catalog-product-view .action.primary.cancel-alert:before {
  content: '\e616';
  font-family: 'luma-icons';
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  margin-right: 10px;
}
.lealtad-mensaje-precio,
.lealtad.lealtad-leyenda-detalle {
  margin-bottom: 5px;
  color: #666666;
  font-weight: 500;
  text-align: justify;
}
.lealtad-desc-beneficio {
  margin-bottom: 3px;
  color: #195d8d;
  font-weight: 500;
}
.lealtad-desc-beneficio,
.lealtad-mensaje-precio {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 34px;
  min-height: 34px;
}
.catalog-product-view .action.primary,
.catalog-product-view .action-primary {
  background: #0095FF;
  border-color: #0095FF;
  border-radius: 30px !important;
  min-width: 95px;
  height: 69px;
  padding: 5px 15px !important;
  line-height: 35px;
  font-size: 16px !important;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  line-height: 3rem !important;
}
.catalog-product-view .action.primary:hover,
.catalog-product-view .action-primary:hover,
.catalog-product-view .action.primary:active,
.catalog-product-view .action-primary:active,
.catalog-product-view .action.primary:focus,
.catalog-product-view .action-primary:focus {
  background: #195d8d;
  border-color: #195d8d;
  opacity: 0.8;
}
.catalog-product-view .product-info-main .programas-lealtad {
  background: url('../images/membresia.svg') no-repeat 0 0 !important;
  background-size: 35px !important;
  padding: 0 0 0 50px;
  font-weight: 500;
  color: #666;
  font-family: Roboto;
  background: #F3F5Fd !important;
  padding: 16px 16px;
  border-radius: 16px;
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .programas-lealtad .lealtad-mensaje-precio {
  display: none;
}
.catalog-product-view .product-info-main .programas-lealtad .lealtad-dinamica {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #0095FF;
  margin: 0px;
  text-align: right;
  display: grid;
  grid-template-columns: 55% 45%;
  justify-content: flex-end;
  overflow: hidden;
  white-space: nowrap;
}
.catalog-product-view .product-info-main .programas-lealtad .lealtad-dinamica:before {
  content: '¡Ahorra mas con nosotros!';
  color: #27348B;
  font-weight: 600;
  justify-self: start;
}
.catalog-product-view .product-info-main .programas-lealtad .lealtad-desc-beneficio:before {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  content: '';
  background: url(https://www.farmaciasespecializadas.com/media/wysiwyg/ofertas/Contorno.png) no-repeat 50% 50% !important;
  background-size: 100px 100px !important;
  top: -85px;
  left: calc(50% - 50px);
}
.catalog-product-view .product-info-main .programas-lealtad .lealtad-desc-beneficio {
  background-color: #FFF;
  border-radius: 8px;
  margin: 8px 0px;
  padding: 16px;
  display: block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  overflow: initial;
  text-overflow: initial;
  max-height: initial;
  min-height: initial;
  position: relative;
}
.catalog-product-view .product-info-main .programas-lealtad .lealtad-leyenda-detalle {
  background-color: #FFF;
  border-radius: 16px;
  border: 1px solid #CCC;
  color: #000;
  padding: 16px;
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
}
.catalog-product-view .product-info-main .wrap-share .lealtad-dinamica {
  color: #fff;
}
.catalog-product-view .block-prodlist {
  position: relative;
  bottom: 270px;
  margin-bottom: -270px;
  width: calc(60% - 56px);
  background-color: white;
  border-radius: 16px 16px 0px 16px;
  padding: 16px;
  clear: both;
  margin-top: 20px;
}
.catalog-product-view .block-prodlist .title strong {
  color: #27348b;
  font-weight: 600;
  font-size: 16px;
}
.catalog-product-view .block-prodlist .product-item-name {
  margin-left: 0px !important;
}
.catalog-product-view .block-prodlist button.action.tocart.primary {
  font-size: 0;
}
.catalog-product-view .block-prodlist .wrap-lealtad-dinamica {
  min-height: 35px;
}
.catalog-product-view .block-prodlist .product-item-info {
  width: 90%;
}
.catalog-product-view .block-prodlist .product-item .product-image-container {
  width: 100% !important;
}
.catalog-product-view .block-prodlist .control-qty {
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-main .product-info-price .price-box.linethrough .price {
  text-decoration: line-through;
  font-size: 20px;
  font-weight: 300 !important;
  color: #81828b !important;
  margin-right: 8px;
}
.product-item .product-item-info .wrap-lealtad-dinamica {
  max-height: 18px;
}
a:has(.wrap-lealtad-dinamica):hover {
  text-decoration: none;
}
@media (max-width: 1023px) {
  .cms-page-view .products-store-in-store {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cms-page-view .products-store-in-store .block.widget.block-products-list .products-grid .product-items .product-item {
    padding-top: 0;
    padding-bottom: 16px;
    margin-bottom: 10px;
  }
  .cms-page-view .products-store-in-store .product-items.widget-product-carousel .product-item {
    padding-top: 0;
    padding-bottom: 16px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .cms-page-view .products-store-in-store .block.widget.block-products-list .products-grid .product-items .product-item {
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .cms-page-view .products-store-in-store .product-items.widget-product-carousel .product-item {
    padding-top: 16px;
    padding-bottom: 8px;
  }
}
.storelocator-index-index .action.primary.tocart:before {
  display: none;
}
.wishlist-index-index .action.primary.tocart:before {
  content: '\e801';
  font-family: 'fontello';
  font-size: 38px;
  display: inline-block;
  font-weight: 400;
  padding: 5px;
}
.action.primary.tocart:after {
  content: '\e801';
  font-family: 'fontello';
  display: inline-block;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: -0.015em;
  line-height: 3rem;
  margin-left: 5px;
}
.product-item .product-item-name {
  height: 40px;
}
.product-item .product-image-container {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
}
.product-item .product-item-link {
  color: #000;
  font-size: 16px;
  font-weight: 600 !important;
}
.product-item .price-box {
  margin: 10px 0;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item .price-box .price {
  color: #ff7a01;
  font-size: 20px;
  font-weight: 500;
}
.product-item .price-box .price .currency {
  font-size: 10px;
  font-weight: 700;
  vertical-align: middle;
}
.product-item .price-box .price .decimals {
  font-size: 10px;
  font-weight: 700;
  vertical-align: super;
}
.product-item .product-item-description {
  margin: 15px 0;
  font-size: 12px;
}
.product-item .price-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.product-item .price-box .special-price {
  margin-left: 8px;
}
.product-item .price-box .old-price {
  margin: 0;
}
.product-item .price-box .old-price .price-label {
  display: none;
}
.product-item .price-box .old-price .price {
  text-decoration: line-through;
  font-size: 14px;
  color: #81828b;
  font-weight: 300;
}
.product-item .box-tocart .lealtad-pdp-url,
.product-item .box-tocart .wrap-lealtad-condiciones {
  text-align: center;
}
.product-item .box-tocart .lealtad-pdp-url a,
.product-item .box-tocart .wrap-lealtad-condiciones a,
.product-item .box-tocart .lealtad-pdp-url a:visited,
.product-item .box-tocart .wrap-lealtad-condiciones a:visited,
.product-item .box-tocart .lealtad-pdp-url a:focus,
.product-item .box-tocart .wrap-lealtad-condiciones a:focus {
  color: #0000C9;
  font-size: 12px;
  text-decoration: underline;
  margin-top: -8px;
  display: block;
}
.product-item .box-tocart .action.tocart {
  height: 40px;
  padding: 10px 0;
}
.product-item .box-tocart .action.tocart span {
  font-size: 0;
}
.product-item .box-tocart .fieldset {
  display: flex;
  align-items: center;
}
.product-item .box-tocart .fieldset .field.qty {
  margin: 0;
}
.product-item .box-tocart.nocart {
  position: relative;
  z-index: -1;
}
.product-item .box-tocart.nocart .action.tocart {
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.product-item .box-tocart.nocart .field.qty {
  z-index: -1;
}
.control-qty .qty-default,
.input-group .qty-default {
  background-color: #f5f5f5;
  border: none;
  border-radius: 20px;
  color: #888;
  font-weight: 600;
  height: 40px;
  width: 60px;
  text-align: center;
}
.control-qty .quantity-controls,
.input-group .quantity-controls {
  font-weight: 600;
  color: #888;
  padding: 5px 10px;
  font-size: 15px;
  cursor: pointer;
}
.control-qty .quantity-controls:hover,
.input-group .quantity-controls:hover,
.control-qty .quantity-controls:active,
.input-group .quantity-controls:active {
  color: #2e3133;
}
.control-qty .quantity-controls button,
.input-group .quantity-controls button {
  background: transparent;
  border: none;
  font-size: 18px;
}
.btn-dis {
  text-align: center;
}
.btn-dis:hover {
  text-decoration: none;
}
.btn-dis .action.disable {
  background-color: #efefef;
  color: #666;
  border-radius: 10px;
}
.btn-dis .action.disable:hover {
  text-decoration: none;
  background-color: #efefef;
  color: #666;
}
.btn-dis .moreinfo {
  color: #666;
  font-size: 12px;
  padding-top: 5px;
}
.btn-dis .moreinfo:hover {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .catalog-category-view.page-layout-2columns-left .main,
  .catalogsearch-result-index.page-layout-2columns-left .main {
    padding-left: 0;
  }
  .catalog-category-view .page-main,
  .catalogsearch-result-index .page-main {
    padding: 0;
  }
  .catalog-category-view .wrap-top-toolbar,
  .catalogsearch-result-index .wrap-top-toolbar {
    background: #f5f5f5;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 16px 0;
    width: 100vw;
    margin-left: calc(((100vw - 1280px) / 2) * -1);
  }
  .catalog-category-view .wrap-top-toolbar .toolbar-products,
  .catalogsearch-result-index .wrap-top-toolbar .toolbar-products {
    background: #fff;
    border-radius: 40px;
    padding: 10px 24px;
    max-width: 1200px;
    margin: auto;
  }
  .catalog-category-view .wrap-top-toolbar .toolbar-products .limiter,
  .catalogsearch-result-index .wrap-top-toolbar .toolbar-products .limiter {
    margin-top: 6px;
  }
  .catalog-category-view .wrap-top-toolbar .toolbar-products .modes,
  .catalogsearch-result-index .wrap-top-toolbar .toolbar-products .modes {
    display: none;
  }
  .catalog-category-view .wrapper-sorter-cat,
  .catalogsearch-result-index .wrapper-sorter-cat {
    display: flex;
    justify-content: space-between;
    width: 70%;
  }
  .catalog-category-view .wrapper-sorter-cat .toolbar-sorter,
  .catalogsearch-result-index .wrapper-sorter-cat .toolbar-sorter {
    margin-top: 6px;
  }
  .catalog-category-view .wrapper-sorter-cat .block.filter .filter-content .filter-options,
  .catalogsearch-result-index .wrapper-sorter-cat .block.filter .filter-content .filter-options {
    display: flex;
  }
  .catalog-category-view .wrapper-sorter-cat .block.filter .filter-content .filter-options .filter-options-item,
  .catalogsearch-result-index .wrapper-sorter-cat .block.filter .filter-content .filter-options .filter-options-item {
    min-width: 250px;
    text-align: left;
  }
  .catalog-category-view .products-grid,
  .catalogsearch-result-index .products-grid {
    background: #f5f5f5;
    margin-top: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding-left: 0;
    padding-right: 0;
    width: 100vw;
    margin-left: calc(((100vw - 1280px) / 2) * -1);
  }
  .catalog-category-view .products-grid .product-items,
  .catalogsearch-result-index .products-grid .product-items {
    max-width: 1280px;
    margin: auto;
  }
  .catalog-category-view .products-grid .product-items .product-item,
  .catalogsearch-result-index .products-grid .product-items .product-item {
    background: #fff;
  }
  body.catalog-category-view,
  body.catalogsearch-result-index {
    overflow-x: hidden;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .catalog-category-view .wrap-top-toolbar,
  .catalogsearch-result-index .wrap-top-toolbar {
    width: 100vw;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-category-view .products-grid,
  .catalogsearch-result-index .products-grid {
    margin-left: 0px !important;
    padding-left: 0 !important;
    padding-right: 0;
  }
}
.toolbar .sorter {
  float: left;
}
.toolbar .toolbar-amount {
  float: right;
}
.toolbar .toolbar-sorter {
  display: flex;
  align-items: baseline;
}
.toolbar .toolbar-sorter label {
  text-transform: uppercase;
  font-weight: 500;
  color: #4d4f5c;
}
.toolbar label {
  text-transform: uppercase;
  font-weight: 500;
  color: #4d4f5c;
}
.toolbar select {
  background: #f5f5f5 url('../images/select-bg.svg') no-repeat 100% 45% !important;
  border: none;
  border-radius: 15px;
  box-shadow: none;
  color: #999;
}
.toolbar .limiter-text {
  display: none;
}
.toolbar .limiter {
  float: right;
  display: flex !important;
  align-items: baseline;
}
.toolbar .pages .item .action {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
}
.toolbar .pages .item .action.next:before,
.toolbar .pages .item .action.previous:before {
  color: #006bb4;
}
.toolbar .pages .item .action.next.disabled::before,
.toolbar .pages .item .action.previous.disabled::before {
  color: #d3d3d3;
}
.toolbar .pages .item .page.last:before,
.toolbar .pages .item .page.last:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #006bb4;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.toolbar .pages .item .page.last:after {
  margin-left: -7px;
}
.toolbar .pages .item .page.last.disabled:before {
  color: #d3d3d3;
}
.toolbar .pages .item .page.last.disabled:after {
  color: #d3d3d3;
  margin-left: -4px;
}
.toolbar .pages .item .page.first:before,
.toolbar .pages .item .page.first:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #006bb4;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.toolbar .pages .item .page.first:after {
  margin-left: -7px;
  margin-right: 3px;
}
.toolbar .pages .item .page.first.disabled:before {
  color: #d3d3d3;
}
.toolbar .pages .item .page.first.disabled:after {
  color: #d3d3d3;
  margin-left: -4px;
}
.toolbar .pages .item strong.page {
  color: #7d7d7d;
  background: none;
}
.modes {
  float: right;
}
.modes .modes-mode {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.modes .modes-mode.active:before {
  color: #ff7a01;
}
.modes .modes-mode:before {
  color: #81828b;
}
.products.wrapper ~ .toolbar.toolbar-products .pages {
  float: none;
}
.products.wrapper ~ .toolbar.toolbar-products .pages .pages-items {
  display: inline-flex;
  align-items: center;
  gap: 32px;
}
.products.wrapper ~ .toolbar.toolbar-products .pages .pages-items .item {
  color: #000;
  font-size: 14px;
  width: 24px;
}
.products.wrapper ~ .toolbar.toolbar-products .pages .pages-items .item.current {
  width: 24px;
  height: 24px;
  background: #FF7A03;
  border-radius: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products.wrapper ~ .toolbar.toolbar-products .pages .pages-items .item.current strong.page {
  color: #fff;
  font-size: 14px;
}
.products.wrapper ~ .toolbar.toolbar-products .pages .pages-items .item a.page:hover,
.products.wrapper ~ .toolbar.toolbar-products .pages .pages-items .item a.page:visited {
  color: #000;
}
.products.wrapper ~ .toolbar.toolbar-products .pages .pages-items .item .page.first,
.products.wrapper ~ .toolbar.toolbar-products .pages .pages-items .item.pages-item-previous,
.products.wrapper ~ .toolbar.toolbar-products .pages .pages-items .item.pages-item-next,
.products.wrapper ~ .toolbar.toolbar-products .pages .pages-items .item .page.last {
  display: none;
}
.sidebar .block.block-wishlist {
  display: none;
}
.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 500;
  color: #4d4f5c;
}
.filter-options-title {
  text-transform: none;
  font-weight: 500;
  font-size: 15px;
  color: #4d4f5c;
}
.filter-options-item {
  border-color: #ddd;
}
.filter .block-subtitle {
  display: none;
}
.filter-options-content a {
  color: #999;
}
.filter-options-content a:hover {
  background-color: transparent;
  color: #195d8d;
}
.product-items .product-item {
  padding: 0;
}
.product-items .product-item .product-item-info .product-item-actions .actions-primary {
  width: 100%;
}
.product-items .product-item .product-item-info .product-item-actions .actions-primary .box-tocart .fieldset {
  display: flex;
  flex-direction: column;
}
.product-items .product-item .product-item-info .product-item-actions .actions-primary .box-tocart .fieldset .actions {
  width: 100%;
}
.product-items .product-item .product-item-info .product-item-actions .actions-primary .box-tocart .fieldset .actions .action.tocart.primary {
  background: #fff;
  border: 1px solid #000;
  border-radius: 16px !important;
  color: #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
.product-items .product-item .product-item-info .product-item-actions .actions-primary .box-tocart .fieldset .actions .action.tocart.primary span {
  font-size: 16px;
}
.product-items .product-item .product-item-info .product-item-actions .actions-primary .box-tocart .fieldset .actions .action.tocart.primary:hover {
  background: #000;
  color: #fff;
}
.product-items .product-item .product-item-info .product-item-actions .actions-primary .box-tocart .fieldset .control-qty {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  margin-top: 8px;
}
.product-items .product-item .product-item-info .product-item-actions .actions-primary .box-tocart .fieldset .control-qty .qty-default {
  width: 40px !important;
  border-radius: 0;
  background: rgba(204, 204, 204, 0.2);
  color: #000;
  font-weight: 300;
}
.product-items .product-item .product-item-info .product-item-actions .actions-primary .box-tocart .fieldset .control-qty .quantity-controls {
  border: 1px solid #000;
  font-size: 0;
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  position: relative;
}
.product-items .product-item .product-item-info .product-item-actions .actions-primary .box-tocart .fieldset .control-qty .quantity-controls.quantity-minus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/Restar.svg) no-repeat;
  background-size: 10px 10px;
  height: 10px;
  width: 10px;
}
.product-items .product-item .product-item-info .product-item-actions .actions-primary .box-tocart .fieldset .control-qty .quantity-controls.quantity-plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/Sumar.svg) no-repeat;
  background-size: 10px 10px;
  height: 10px;
  width: 10px;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 20px;
}
.catalog-product-view .product-info-main .solo_receta_detalle_contenedor ~ .product-add-form .box-tocart .field.qty {
  top: -274px;
}
.catalog-product-view .product-info-main .programas-lealtad ~ .product-add-form .box-tocart .field.qty {
  position: absolute;
  top: 354px;
  left: calc(58% + 292px);
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  display: none;
}
.catalog-product-view .product-info-main .product-info-stock-sku:has(~ .product-add-form form .box-tocart) {
  display: inline-block;
}
.catalog-product-view .product-info-main .product-info-stock-sku:has(.stock.unavailable):has( ~ div:not(.wrap-nostock) .msgphone) {
  display: none;
}
.page-with-filter.page-products.catalog-category-view .products-grid .product-item,
.page-with-filter.page-products.catalogsearch-result-index .products-grid .product-item {
  position: relative;
}
.page-with-filter.page-products.catalog-category-view .products-grid .product-item .pgm-mas-calidad-vida,
.page-with-filter.page-products.catalogsearch-result-index .products-grid .product-item .pgm-mas-calidad-vida {
  top: 38px;
  z-index: 98;
}
.catalog-product-view {
  background-color: #F5F5F5;
}
.catalog-product-view .sections.nav-sections {
  margin-bottom: 15px;
}
.catalog-product-view .product.media {
  background: white;
}
.catalog-product-view .page-header {
  background-color: white;
}
.catalog-product-view h1.page-title {
  color: #000;
  margin: 8px 0px;
}
.catalog-product-view h1.page-title .base {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 600;
}
.catalog-product-view .product-info-main .wrap-categoriasku {
  display: grid;
  grid-template-columns: 65% 35%;
}
.catalog-product-view .product-info-main .wrap-titulo-comercial .product.attribute.overview .value {
  display: none;
  color: #4d4f5c;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0px;
  letter-spacing: -1px;
}
.catalog-product-view .product-info-main .wrap-titulo-comercial .product.attribute.overview .nuevTitul {
  display: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.available {
  color: black;
  text-transform: none;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.unavailable {
  color: #ff7a01;
}
.catalog-product-view .product-info-main .product-info-stock-sku:has(.stock.unavailable) {
  display: block;
}
.catalog-product-view .product-info-main .product.attribute.sku {
  color: #ccc;
  font-weight: 400;
  justify-self: end;
}
.catalog-product-view .product-info-main .product.attribute.sku .type {
  font-weight: 300;
}
.catalog-product-view .product-info-main .product.attribute.sku .type:after {
  content: ':';
}
.catalog-product-view .product-info-main .wrap-labsku {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.catalog-product-view .product-info-main .wrap-lab {
  font-weight: 300;
  color: #000;
  width: 100%;
  font-size: 12px;
  font-family: 'Roboto';
}
.catalog-product-view .product-info-main .wrap-lab span {
  color: #27348B;
  font-weight: 600;
}
.catalog-product-view .product-info-main .wrap-ingrediente {
  font-weight: 500;
  color: #000;
  width: 50%;
  margin-right: 3%;
  margin-top: 0px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  float: none;
  padding: 10px 0;
}
.catalog-product-view .product-info-main .product.attribute.overview {
  margin: 0 0 4px 0;
  /*[itemprop="description"]{
        display: none;
      }*/
}
.catalog-product-view .product-info-main .product-info-price {
  border: none;
  margin: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  display: flex;
  flex-direction: initial;
  justify-content: flex-start;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price {
  margin-left: 20px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price {
  color: #ff7a01;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price span.price-label {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price {
  text-decoration: line-through;
  color: #81828b !important;
  font-weight: 300;
}
.catalog-product-view .product-info-main .wrap-share {
  display: grid;
  grid-template-columns: 80% 10%;
  justify-content: space-between;
  font-weight: 500;
  color: #4d4f5c;
  font-size: 13px;
  align-items: center;
}
.catalog-product-view .product-info-main .wrap-share a {
  font-weight: 500;
  color: #4d4f5c;
  font-size: 13px;
}
.catalog-product-view .product-info-main .wrap-share a:hover {
  color: #ff7a01;
}
.catalog-product-view .product-info-main .wrap-share .wrap-consulte {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-main .wrap-share .wrap-consulte div {
  background: #195d8d;
  padding-top: 5px;
  border-radius: 20px;
  color: #fff;
  width: 40px;
  height: 35px;
  text-align: center;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .wrap-share .wrap-consulte div img {
  width: 65%;
  height: auto;
  padding-top: 2px;
}
.catalog-product-view .product-info-main .wrap-share .wrap-lealtad-dinamica {
  font-size: 10px;
}
.catalog-product-view .product-info-main .wrap-share-two {
  display: flex;
  font-weight: 500;
  color: #4d4f5c;
  font-size: 13px;
  margin: 0px 0;
  position: relative;
  height: 1px;
  right: -26px;
  top: -28px;
  justify-content: end;
}
.catalog-product-view .product-info-main .wrap-share-two .wrap-sharein {
  list-style: none;
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-main .wrap-share-two .wrap-sharein span {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 12px;
  color: #CCC;
}
.catalog-product-view .product-info-main .wrap-share-two .wrap-sharein ul {
  list-style: none;
  display: flex;
  margin: 0 0 0 -30px;
}
.catalog-product-view .product-info-main .wrap-share-two .wrap-sharein ul li {
  margin: 0;
}
.catalog-product-view .product-info-main .wrap-share-two .wrap-sharein ul li i {
  font-size: 20px;
  color: #81828b;
}
.catalog-product-view .product-info-main .wrap-share-two .wrap-sharein ul li i:hover {
  color: #81828b;
}
.catalog-product-view .product-info-main .wrap-share-two .wrap-sharein ul li i:before {
  display: none;
}
.catalog-product-view .product-info-main .wrap-share-two .wrap-sharein ul li i img {
  width: 34px;
}
.catalog-product-view .product-info-main .product-social-links {
  margin-bottom: 0;
  width: fit-content;
  margin-left: auto;
}
.catalog-product-view .product-info-main .product-social-links .wishlist.split.button {
  margin-right: 0px;
}
.catalog-product-view .product-info-main .product-social-links .wishlist.split.button .action.split span {
  display: none;
  line-height: 20px;
}
.catalog-product-view .product-info-main .product-social-links .wishlist.split.button .action.toggle {
  display: none;
}
.catalog-product-view .product-info-main .product-social-links .action.towishlist {
  text-transform: none;
  font-weight: 500;
  letter-spacing: inherit;
  margin-right: 0px;
}
.catalog-product-view .product-info-main .product-social-links .action.towishlist:before {
  background: white;
  padding: 0px;
  border-radius: 5px;
  -webkit-text-stroke: 1px black;
  color: white;
  width: 26px;
  height: 26px;
  font-size: 20px;
  line-height: 26px;
  margin-right: 0px;
}
.catalog-product-view .product-info-main .product-social-links .action.towishlist span {
  display: none;
}
.catalog-product-view .product-info-main .box-tocart .field.qty {
  position: relative;
  top: -168px;
  width: fit-content;
  margin: 0px 0px 0px auto;
  height: 1px;
}
.catalog-product-view .product-info-main .box-tocart .field.qty label.label {
  display: none;
  margin: 0;
}
.catalog-product-view .product-info-main .box-tocart .field.qty label.label span {
  color: #4d4f5c;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .quantity-controls {
  border: 1px solid #000;
  font-size: 0;
  width: 38px;
  height: 38px;
  display: block;
  padding: 0;
  position: relative;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .quantity-controls .input-group__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/Restar.svg) no-repeat;
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .quantity-controls .input-group__button .input-group__icon {
  display: none;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .quantity-controls .input-group__button.input-group__button--increase::before {
  background: url(../images/Sumar.svg) no-repeat;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .qty-default {
  width: 40px !important;
  height: 40px;
  border-radius: 0;
  background: rgba(204, 204, 204, 0.2);
  color: #000;
  font-weight: 400;
  margin: 0px 16px;
  font-size: 15px;
  font-family: 'Roboto';
}
.catalog-product-view .product-info-main #product-addtocart-button {
  background-color: white;
  border-color: #000;
  color: #000;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-info-main #product-addtocart-button span {
  font-size: 16px;
}
.catalog-product-view .product-info-main #product-addtocart-button:before {
  content: none;
}
.catalog-product-view .product-info-main #product-addtocart-button:hover {
  opacity: 0.8;
}
.catalog-product-view .product-info-main #buy-now {
  color: white;
  background-color: #0095FF;
  border-color: #0095FF;
}
.catalog-product-view .product-info-main #buy-now span {
  font-size: 16px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-container .price {
  color: #ff7a01;
  font-size: 21px;
  font-family: 'Roboto';
  font-weight: 500;
}
.catalog-product-view .product-info-main .product-info-price .price-box span.price-employees {
  font-size: 21px;
}
.catalog-product-view .product-info-main .product.alert.stock a.action.alert {
  background: #195d8d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 16px;
}
.catalog-product-view .product-info-main .product.alert.stock a.action.alert:hover {
  background-color: #ebf3fe;
  text-decoration: none;
}
.catalog-product-view .product-info-main .product.alert.stock a.action.alert:before {
  content: '\e803';
  font-family: 'fontello';
  font-size: 22px;
  display: inline-block;
  font-weight: 400;
  margin-right: 15px;
}
.catalog-product-view .product.media .fotorama__stage {
  max-height: 600px;
}
.catalog-product-view .product.media .fotorama__thumb {
  width: 98%;
}
.catalog-product-view .product.media .fotorama__thumb-border,
.catalog-product-view .product.media .fotorama__thumb {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
}
.catalog-product-view .product.media .fotorama__stage__frame {
  border-radius: 8px;
  width: 95%;
  max-height: 550px;
}
.catalog-product-view .product.media .fotorama__stage__frame .fotorama__img {
  top: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
  position: static;
  margin-top: auto !important;
}
.catalog-product-view .product.media [data-content-type='row'][data-appearance='contained'] {
  font-weight: 500;
  font-size: 12px;
}
.catalog-product-view .fotorama__thumb-border {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
}
.catalog-product-view .wishlist.split.button > .action.split {
  text-transform: none;
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: 500;
  letter-spacing: normal;
}
.products-related.products-grid .product-items .product-item .product-item-info {
  width: 100%;
}
.products-related.products-grid .product-items .product-item .product-item-info .control-qty-cart {
  display: none;
}
.products-related.products-grid .product-items .product-item .product-item-info .box-tocart {
  margin-top: 8px;
}
.catalogsearch-result-index .block dd.item {
  display: inline;
}
.catalogsearch-result-index .block dd.item:after {
  content: ", ";
}
.catalogsearch-result-index .block dd.item:last-child:after {
  display: none;
}
.product-item .price-box.box-special-employee-price {
  flex-direction: row;
  justify-content: flex-start;
}
.product-item .price-box.box-special-employee-price.linethrough {
  height: 48px;
  gap: 8px;
  margin: 5px 0 0;
  justify-content: center;
}
.product-item .price-box.box-special-employee-price.linethrough .price {
  font-size: 20px;
  font-weight: 500;
  color: #FF7A03;
  margin-top: 10px;
  min-width: 78px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.product-item .price-box.box-special-employee-price.linethrough .price .currency {
  font-size: 10px;
  font-weight: 700;
  vertical-align: middle;
}
.product-item .price-box.box-special-employee-price.linethrough .price .decimals {
  font-size: 10px;
  font-weight: 700;
  vertical-align: super;
}
.product-item .price-box.box-special-employee-price.linethrough .price:before {
  content: "Precio regular";
  position: absolute;
  background: #FF7A03;
  border-radius: 8px;
  color: #fff;
  font-size: 8px;
  line-height: 12px;
  padding: 2px 14px;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
}
.product-item .price-box.box-special-employee-price.linethrough .program-info {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-item .price-box.box-special-employee-price.linethrough .program-info .program-info-link {
  font-size: 0;
}
.product-item .price-box.box-special-employee-price.linethrough .program-info .price-border {
  display: inline-block;
  padding: 1px;
  border-radius: 8px;
  background: linear-gradient(360deg, #cccccc 0%, #ffffff 100%);
}
.product-item .price-box.box-special-employee-price.linethrough .program-info .price-employees {
  color: #27348B;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  background: #fff;
}
.product-item .price-box.box-special-employee-price.linethrough .program-info .price-employees .currency {
  font-size: 10px;
  font-weight: 700;
  vertical-align: middle;
}
.product-item .price-box.box-special-employee-price.linethrough .program-info .price-employees .decimals {
  font-size: 10px;
  font-weight: 700;
  vertical-align: super;
}
.product-item .price-box.box-special-employee-price.linethrough .program-info .program-info-title {
  position: relative;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  color: #27348B;
}
.product-item .price-box.box-special-employee-price.linethrough .program-info .program-info-title:before {
  content: "Con Programa";
  position: absolute;
  top: -10px;
  padding: 2px 19px 3px 8px;
  background: #27348B;
  color: #fff;
  border-radius: 8px;
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.product-item .price-box.box-special-employee-price.linethrough .program-info .program-info-title:after {
  content: "i";
  position: absolute;
  top: -8px;
  left: calc(50% + 30px);
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #fff;
  color: #27348B;
  border-radius: 50%;
  text-align: center;
  line-height: 12px;
  font-size: 8px;
  font-weight: 700;
}
.product-item .price-box.box-special-employee-price .price-carousel {
  margin-left: 5px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .product-items .product-item .product-item-info {
    margin: 0 !important;
  }
  .product-items .product-item .product-item-info .product-item-details .product-name-price {
    padding: 0 8px;
  }
  .catalogsearch-result-index .page-title-wrapper .page-title {
    color: #27348B;
    font-size: 22px;
    margin: 20px 0 0 0;
  }
  .page-with-filter .product-item .box-tocart .lealtad-pdp-url a {
    font-size: 10px;
  }
  .page-with-filter .wrap-footbtns {
    z-index: 999;
  }
  .page-with-filter #custom-sorter-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  .page-with-filter #custom-sorter-modal {
    position: fixed;
    bottom: 0%;
    z-index: 1001;
    background: white;
    width: 100%;
    border-radius: 16px;
    box-shadow: -2px 24px 32px 0px #000000 66;
    display: none;
    font-family: inherit;
  }
  .page-with-filter #custom-sorter-modal h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-left: 24px;
  }
  .page-with-filter #custom-sorter-modal .radio-options {
    background: #F3F5FD;
    padding: 24px 16px;
  }
  .page-with-filter #custom-sorter-modal .radio-options .radio-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 24px;
  }
  .page-with-filter #custom-sorter-modal .radio-options .radio-option label {
    font-weight: 400;
  }
  .page-with-filter #custom-sorter-modal .radio-options .radio-option label:has(input[type="radio"]:checked ) {
    font-weight: 600;
  }
  .page-with-filter #custom-sorter-modal .radio-options .radio-option:last-child {
    padding-bottom: 0;
  }
  .page-with-filter #custom-sorter-modal .radio-option input[type="radio"] {
    margin-right: 10px;
    accent-color: #FF6700;
  }
  .page-with-filter #custom-sorter-modal #custom-sorter-form .btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: none;
    margin: 10px 5px 0 0;
  }
  .page-with-filter #custom-sorter-modal .btn-sort-footer {
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    width: calc(100% - 32px);
  }
  .page-with-filter #custom-sorter-modal .apply-filter {
    background-color: #0095FF;
    color: #fff;
    margin: 16px;
  }
  .page-with-filter #custom-sorter-modal .btn-cancel {
    background-color: #fff;
    color: #000;
    margin: 0 16px 30px 16px;
  }
  .page-with-filter #custom-sorter-modal #custom-sorter-modal.fade-in {
    animation: fadeIn 0.3s ease-out forwards;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translate(-50%, -45%);
    }
    to {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
  }
  .page-with-filter input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 4px solid #ccc;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
  }
  .page-with-filter input[type="radio"]:checked {
    background-color: #FF6700;
    border-color: white;
  }
  .page-with-filter input[type="radio"]:focus {
    outline: none;
    box-shadow: none;
  }
  .page-with-filter .toolbar.toolbar-products .pages .pages-items {
    padding: 2px 0 0;
  }
  .page-with-filter .wrap-top-toolbar {
    align-items: center;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block .filter-title strong {
    background-color: #F3F5FD;
    box-shadow: none;
    border: none;
    color: #00355D;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    top: 11px;
    margin-left: 8px;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block .filter-title strong:before {
    content: "";
    background: url(../images/filter-cat.svg) no-repeat;
    background-size: 14px 14px;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 4px;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block .filter-title .qty-prod-filter {
    display: none;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block .filter-current.active {
    display: none;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .m-filter-actions {
    position: absolute;
    bottom: 50px;
    width: calc(100% - 28px);
    padding: 0 14px;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .m-filter-actions .m-btn {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 10px;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .m-filter-actions .m-apply {
    background: #0095FF;
    border-radius: 16px;
    color: #fff;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .m-filter-actions .m-cancel {
    background: #fff;
    color: #000000;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-title {
    height: 90px;
    border-bottom: none;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-title .qty-prod-filter {
    font-size: 14px;
    font-weight: 500;
    color: #00355D;
    text-align: left;
    display: block;
    margin-left: 24px;
    margin-top: 20px;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-title strong {
    background-color: #fff;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-title strong::after {
    color: #000;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-title strong[data-role="title"] {
    font-size: 0;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-title strong[data-role="title"]::before {
    display: none !important;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-title strong[data-role="title"]::after {
    font-size: initial;
    display: inline-block;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-content strong {
    text-align: left;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-left: 14px;
    margin-top: 40px;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-content .filter-options {
    top: 100px;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-content .filter-options .filter-options-item {
    padding-bottom: 0;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-content .filter-options .filter-options-item:first-of-type {
    border-bottom: none;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-content .filter-options .filter-options-item.active .filter-options-title:after {
    color: #000;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-content .filter-options .filter-options-item .filter-options-title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    padding: 24px 52px 24px 24px;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-content .filter-options .filter-options-item .filter-options-title:after {
    color: #FF7A03;
    font-size: 12px;
    top: 24px;
    right: 24px;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-content .filter-options .filter-options-item .filter-options-content {
    background: #F3F5FD;
    color: #000;
    font-size: 14px;
    font-weight: 400px;
    padding: 5px 24px;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-content .filter-options .filter-options-item .filter-options-content a,
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-content .filter-options .filter-options-item .filter-options-content label,
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-content .filter-options .filter-options-item .filter-options-content .count {
    color: #000;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-content .filter-current.active {
    display: block;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-content .filter-current .items {
    padding: 5px 25px;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .filter-content .filter-current .filter-current-subtitle {
    display: block;
    width: calc(100% - 50px);
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .m-mobile-filter-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .page-with-filter .wrap-top-toolbar #layered-filter-block.active .m-mobile-filter-group .m-filter-radio {
    display: flex;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
  }
  .page-with-filter .wrap-top-toolbar .toolbar-sorter select#sorter {
    display: none;
    background: transparent url('../images/select-flechas-blue.svg') no-repeat calc(100% - 10px) 55% !important;
    border-radius: 0;
    box-shadow: none;
    color: #00355D;
    font-weight: 600;
  }
  .page-with-filter .wrap-top-toolbar .toolbar-sorter #sorter-trigger {
    cursor: pointer;
    border-radius: 0;
    box-shadow: none;
    color: #00355D;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 5px;
    margin-right: 10px;
    min-width: fit-content;
  }
  .page-with-filter .wrap-top-toolbar .toolbar-sorter #sorter-trigger:after {
    content: "";
    background: url(../images/select-flechas-blue.svg) no-repeat;
    background-size: 12px 12px;
    display: inline-block;
    height: 12px;
    width: 12px;
  }
  .page-with-filter .wrap-top-toolbar .toolbar-sorter .sorter-label {
    color: #000;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-transform: none;
  }
  .page-with-filter .wrap-top-toolbar .toolbar-sorter a.sorter-action:before {
    display: none;
  }
  .page-with-filter .wrap-top-toolbar .toolbar-products:has(.filter.active .filter-current) {
    width: 100%;
  }
  .page-with-filter.catalog-category-view .page-wrapper {
    background: #f5f5f5;
  }
  .page-with-filter.catalog-category-view .page-wrapper #maincontent:has(.wrap-top-toolbar) {
    margin-top: 235px;
  }
  .page-with-filter.catalog-category-view .page-wrapper .category-view {
    margin-top: 235px;
  }
  .page-with-filter.catalog-category-view .page-wrapper .category-view ~ #maincontent {
    margin-top: 0;
  }
  .page-with-filter .page-wrapper {
    background: #f5f5f5;
  }
  .page-with-filter .page-wrapper #maincontent:has(.wrap-top-toolbar) {
    margin-top: 210px;
  }
  .page-with-filter .page-wrapper #maincontent .columns .wrap-top-toolbar {
    background: #F3F5FD;
    display: flex;
    flex-direction: row-reverse;
    position: fixed;
    width: 100%;
    height: 48px;
    z-index: 99;
    top: 168px;
    margin-left: -16px;
    box-shadow: 0px 2px 2px 0px #0000001A;
  }
  .page-with-filter .page-wrapper #maincontent .columns .wrap-top-toolbar .toolbar-products .field.limiter .label {
    display: none;
  }
  .page-with-filter .page-wrapper #maincontent .columns .wrap-top-toolbar .toolbar-products .control {
    display: none;
  }
  .page-with-filter .page-wrapper #maincontent .columns .wrap-top-toolbar .toolbar-products .wrapper-sorter-cat .toolbar-sorter.sorter {
    margin-top: 0;
  }
  .page-with-filter .page-wrapper #maincontent .columns .wrap-top-toolbar .toolbar-products .wrapper-sorter-cat .filter-no-options .filter-title strong {
    top: 8px;
    left: 16px;
  }
  .page-with-filter .wrap-copy {
    background: #fff;
  }
}
@media (min-width: 769px), print {
  .page-layout-1column .product.media {
    width: calc(60% - 56px);
    border-radius: 16px;
    /*border: solid 1px #CCC;*/
    padding: 16px;
    margin: 0px;
  }
  .page-layout-1column .product-info-main {
    width: calc(40% - 50px);
    border-radius: 16px;
    border: solid 1px #CCC;
    padding: 8px 24px 24px 24px;
    background-color: white;
    margin-bottom: 390px;
  }
  .page-with-filter #sorter-trigger {
    display: none;
  }
  .page-with-filter.page-products .products-grid .product-item:first-child {
    margin-left: 0;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(5n+1) {
    margin-left: 0 !important;
  }
  .page-products .products-grid .product-item:nth-child(6n + 1) {
    margin-left: 2%;
  }
  .page-with-filter.page-products.catalog-category-view .products-grid .product-item,
  .page-with-filter.page-products.catalogsearch-result-index .products-grid .product-item {
    width: calc(92% / 5);
  }
  .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .page-products .product-item-actions .actions-primary form:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
  }
  .catalog-product-view .product-add-form {
    padding-top: 0px;
    display: grid;
    align-items: center;
    gap: 8px;
  }
  .catalog-product-view .product-add-form form {
    order: 2;
  }
  .catalog-product-view .product-add-form form,
  .catalog-product-view .product-add-form .buynow-button {
    width: 100%;
  }
  .catalog-product-view .product-add-form form button.action.primary,
  .catalog-product-view .product-add-form .buynow-button button.action.primary {
    width: 100%;
    border-radius: 16px !important;
  }
  .page-layout-2columns-left.catalog-category-view .columns .column.main {
    width: 100%;
  }
  .page-layout-2columns-left.catalogsearch-result-index .columns .column.main {
    width: 100%;
  }
}
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .control-qty {
    display: flex;
  }
  .control-qty .quantity-controls {
    padding: 10px 10px;
  }
  .product-info-main .wrap-labsku {
    justify-content: space-between !important;
  }
  .product-info-main .wrap-lab {
    width: 60% !important;
  }
}
/*
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .catalog-product-view h1.page-title {
    font-size: 24px;
  }
  .catalog-product-view .product-info-main .wrap-labsku {
    justify-content: space-between;
  }
  .catalog-product-view .product-info-main .wrap-lab {
    width: 60%;
  }
  .wrap-share {
    /*border: 1px solid lime;*/
  }
  .wrap-share .product-social-links .wishlist .label.split {
    font-size: 11px;
  }
}
/*
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
@media (max-width: 767px) {
  .catalog-product-view {
    background-color: white;
  }
  .catalog-product-view .column .product-info-main .programas-lealtad {
    margin: 20px 0px 0px 0px;
  }
  .catalog-product-view .block-prodlist {
    position: relative;
    bottom: -442px;
    margin-bottom: 30px;
    width: 95%;
  }
  .catalog-product-view .page-footer {
    padding: 300px 0 20px 0;
  }
  .page-products.catalog-category-view .products-grid .product-items .product-item {
    margin-bottom: 10px;
  }
  .page-products.catalog-category-view .products-grid .product-items .product-item .product-item-info {
    padding: 0 0px 10px;
  }
  .page-products.catalog-category-view .products-grid .product-items .product-item .product-item-info .product-item-tags {
    padding: 0 10px;
  }
  .page-products.catalog-category-view .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
    min-height: 40px;
  }
  .catalogsearch-result-index .products-grid .product-items .product-item {
    margin-bottom: 10px;
  }
  .catalogsearch-result-index .products-grid .product-items .product-item .product-item-info {
    padding: 0 0px 10px;
  }
  .catalogsearch-result-index .products-grid .product-items .product-item .product-item-info .product-item-tags {
    padding: 0 10px;
  }
  .catalogsearch-result-index .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
    min-height: 40px;
  }
  .catalogsearch-result-index .products-grid .product-items .product-item .product-item-info .product-item-tags,
  .page-products.catalog-category-view .products-grid .product-items .product-item .product-item-info .product-item-tags {
    padding-top: 5px;
  }
}
/*
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
@media (min-width: 320px) and (max-width: 480px) {
  .catalog-product-view .products-related .product-item .product-item-info .product-item-details {
    height: fit-content;
    width: 146px;
  }
  .catalog-product-view .products-related .product-item .product-item-info .product-item-details .product-item-name {
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
    white-space: nowrap;
    max-height: initial;
    min-height: initial;
    height: 20px;
  }
  .catalog-product-view .products-related .molecula {
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
    white-space: nowrap;
  }
  .catalog-product-view .products-related .slick-slider .slick-list {
    margin: 0px;
  }
  .catalog-product-view .product-info-main .wrap-share-two {
    height: fit-content;
    position: initial;
  }
  .catalog-product-view .product-info-main .wrap-categoriasku {
    grid-template-columns: 64% 36%;
  }
  .catalog-product-view .product-info-main .product-add-form .buynow-button {
    position: absolute;
    width: 90%;
    height: 1px;
    z-index: 1;
    bottom: 146px;
  }
  .catalog-product-view .product-info-main .product-add-form .buynow-button #buy-now {
    position: fixed;
    width: 90%;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart {
    height: fit-content;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty {
    top: -105px;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
    position: absolute;
    bottom: 72px;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .tocart#product-addtocart-button {
    position: fixed;
    width: 90%;
    z-index: 2;
  }
  .lealtad-desc-beneficio {
    margin-bottom: 5px;
    color: #195d8d;
    font-weight: 500;
    height: 65px;
  }
}
/* Breakpoints */
@media screen and (max-width: 443px) {
  .sorter {
    margin-top: 0;
  }
}
@media (min-width: 444px) and (max-width: 639px) {
  .sorter {
    margin-top: 30px;
  }
}
@media screen and (max-width: 410px) {
  .product-items .product-item .product-item-info .product-item-actions .actions-primary .box-tocart .fieldset .control-qty {
    gap: 8px;
  }
  .product-items .product-item .product-item-info {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .product-items .product-item .price-box .price {
    font-size: 14px;
    min-width: 60px;
  }
  .product-items .product-item .price-box .price .currency {
    font-size: 12px;
  }
  .product-items .product-item .price-box .price .decimals {
    font-size: 8px;
    font-weight: 700;
    vertical-align: super;
  }
  .product-items .product-item .price-box .price:before {
    padding: 2px 8px;
  }
  .product-items .product-item .product-item-info {
    padding-top: 12px;
  }
  .product-item .price-box.box-special-employee-price.linethrough {
    height: 48px;
    gap: 8px;
    margin: 5px 0 0;
    justify-content: center;
  }
  .product-item .price-box.box-special-employee-price.linethrough .price {
    font-size: 14px;
    min-width: 60px;
  }
  .product-item .price-box.box-special-employee-price.linethrough .price .currency {
    font-size: 12px;
  }
  .product-item .price-box.box-special-employee-price.linethrough .price .decimals {
    font-size: 8px;
    font-weight: 700;
    vertical-align: super;
  }
  .product-item .price-box.box-special-employee-price.linethrough .price:before {
    padding: 2px 8px;
  }
  .product-item .price-box.box-special-employee-price.linethrough .program-info .price-employees {
    font-size: 14px;
    padding: 4px 8px;
  }
  .product-item .price-box.box-special-employee-price.linethrough .program-info .price-employees .currency {
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
  }
  .product-item .price-box.box-special-employee-price.linethrough .program-info .price-employees .decimals {
    font-size: 8px;
    font-weight: 700;
    vertical-align: super;
  }
  .product-item .price-box.box-special-employee-price.linethrough .program-info .program-info-title {
    padding: 2px 8px;
  }
  .product-item .price-box.box-special-employee-price.linethrough .program-info .program-info-title:before {
    padding: 2px 8px;
  }
  .product-item .price-box.box-special-employee-price.linethrough .program-info .program-info-title:after {
    display: none;
  }
  .product-item .price-box.box-special-employee-price .price-carousel {
    margin-left: 5px;
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) {
  .category-title {
    margin-left: 20px;
  }
  .page-products.catalog-category-view .products-grid .product-item,
  .page-products.catalogsearch-result-index .products-grid .product-item {
    width: 20%;
  }
  .page-products.catalog-category-view .products-grid .product-item .product-item-info,
  .page-products.catalogsearch-result-index .products-grid .product-item .product-item-info {
    width: auto;
    padding: 16px;
  }
  .page-products.catalog-category-view .products-grid .product-item .product-item-info .product-item-details,
  .page-products.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details {
    padding: 0;
  }
  .cms-index-index .product-item .product-item-info,
  .cms-home-fesa .product-item .product-item-info {
    padding: 16px;
  }
  .products-related.products-grid .product-items .slick-slide > div {
    margin-bottom: 0px;
  }
  .products-related.products-grid .product-items .product-item {
    padding: 12px 10px 0;
    margin: 0px;
  }
  .products-related.products-grid .product-items .product-item .price-box .price {
    font-size: 16px;
  }
  .products-related.products-grid .product-items .product-item .product-item-info {
    width: 100%;
  }
  .products-related.products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper {
    padding-bottom: calc(100% - 40px) !important;
  }
  .products-related.products-grid .product-items .product-item .product-item-info .price-box.price-final_price {
    margin: -5px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    background: white;
  }
  .products-related.products-grid .product-items .product-item .product-item-info .product-item-actions {
    margin-top: 0px;
  }
}
.page-layout-1column .block.widget.block-products-list .products-grid .product-item {
  margin-left: 1%;
  padding: 0 5px;
}
.page-layout-1column .block.widget.block-products-list .products-grid .product-item:nth-child(5n + 1) {
  margin-left: 1%;
}
ol.product-items.widget-product-grid {
  display: flex;
  flex-wrap: wrap;
}
ol.product-items.widget-product-grid .product-item-info.select_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}
ol.product-items.widget-product-grid .product-item-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  justify-content: space-between;
}
ol.product-items.widget-product-grid .product-item-info.select_item:hover {
  padding: 0;
}
ol.product-items.widget-product-grid .product-item-info:hover .product-item-inner {
  position: relative;
  padding: 0;
  margin: 9px 0 -1px -1px !important;
}
.page-products .product-item-info {
  margin: -10px;
  padding: 9px;
}
span.price-carousel {
  color: #ff7a01;
  font-size: 20px;
  font-weight: 400;
}
span.price-employees {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  color: #ff7a01;
}
.price-box.box-special-employee-price {
  flex-direction: row;
  justify-content: flex-start;
}
.price-box.box-special-employee-price.linethrough .price {
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 300;
  color: #81828b;
}
.price-box.box-special-employee-price .price-carousel {
  margin-left: 5px;
  font-weight: 500;
}
.special-employee-price.info-text {
  display: none;
}
.checkout-cart-index .page-wrapper {
  background: rgba(245, 245, 245, 0.8);
}
.checkout-cart-index .page-wrapper .page-header {
  background: #fff;
}
.checkout-cart-index .cart-container .form-cart {
  background: #fff;
  border-radius: 16px;
  padding-bottom: 16px !important;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table {
  margin-top: 16px;
  border-spacing: 0;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart:nth-of-type(odd) {
  background: rgba(245, 245, 245, 0.8);
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart:nth-of-type(odd):before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FF7A03;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart:nth-of-type(even) {
  background-color: white;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart:nth-of-type(even):before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FF7A03;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart:nth-of-type(odd):first-of-type::before {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart tr {
  background: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table tbody.cart tr td.col.item {
  padding: 0 8px 5px 0;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper #shopping-cart-table .product-image-wrapper {
  border: 1px solid #F5F5F5;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table thead {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .col.price {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .product-item-name {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .item-actions {
  display: none !important;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .actions-toolbar {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 16px;
  width: 160px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .actions-toolbar .wishlist.split.button,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .actions-toolbar .action-towishlist {
  margin-right: 0;
  color: #000;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 500;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .actions-toolbar .wishlist.split.button button.action.split,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .actions-toolbar .action-towishlist button.action.split {
  color: #000;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 500;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .actions-toolbar .wishlist.split.button button.action.toggle,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .actions-toolbar .action-towishlist button.action.toggle {
  margin-left: 20px;
  margin-top: -2px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .actions-toolbar .wishlist.split.button button.action.toggle:after,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .actions-toolbar .action-towishlist button.action.toggle:after {
  color: #000;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .actions-toolbar .wishlist.split.button span:after,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .actions-toolbar .action-towishlist span:after {
  content: "";
  position: absolute;
  background: url(../images/icon-heart.png) no-repeat;
  background-size: 16px 16px;
  height: 16px;
  margin-left: 5px;
  width: 16px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .actions-toolbar .action-edit {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .actions-toolbar .action.action-delete {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  width: -webkit-fill-available;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .actions-toolbar .action.action-delete:before {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .actions-toolbar .action.action-delete span {
  border: 0;
  clip: auto;
  overflow: visible;
  padding: 0;
  position: absolute;
  width: fit-content;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .actions-toolbar .action.action-delete span:after {
  content: "";
  position: absolute;
  background: url(../images/icon-trash.svg) no-repeat;
  background-size: 16px 16px;
  height: 16px;
  margin-left: 5px;
  width: 16px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .product-item-tags-cart {
  cursor: pointer;
  height: 25px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .product-item-tags-cart .slick-slide {
  margin-right: 4px !important;
  margin-left: 0 !important;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .product-item-tags-cart .slick-slide:last-child {
  margin-right: 0;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .product-item-tags-cart .slick-slide:first-child {
  margin-left: 20px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .product-item-tags-cart .slick-slide div {
  padding: 0;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .product-item-tags-cart .slick-list {
  height: 20px !important;
  margin: 0;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .lealtad-dinamica,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .requiere-receta,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .nombre-programa,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .program-tag {
  color: #fff;
  border-radius: 8px 8px 8px 0;
  padding: 0px 8px !important;
  text-align: center;
  font-size: 10px;
  height: 18px;
  z-index: 9;
  margin: 0;
  width: fit-content;
  display: flex;
  line-height: 18px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .requiere-receta {
  background: #E20613;
  width: fit-content !important;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .nombre-programa,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .program-tag {
  background: #F6C27C;
  width: fit-content !important;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .message.program-wrap .program-msg {
  display: block;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .message.program-wrap {
  background: rgba(250, 224, 189, 0.2);
  border: 1px solid #F6C27C;
  border-radius: 8px;
  padding: 8px 16px;
  margin-top: 11px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .message.program-wrap .program-note {
  display: flex;
  align-items: center;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .message.program-wrap .program-note:after {
  content: "";
  background: url(../images/flecha-accordeon-afiliate.svg) no-repeat;
  background-size: 16px 16px;
  display: block;
  height: 16px;
  position: absolute;
  right: 16px;
  width: 16px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .message.program-wrap .program-note.active:after {
  transform: rotate(180deg);
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .message.program-wrap .program-note:before {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .message.program-wrap .program-note img {
  background: white;
  border-radius: 4px;
  height: 36px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  margin-right: 8px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .message.program-wrap .program-note .program-name {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-left: 4px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .message.program-wrap .program-msg {
  color: #333333;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  border-top: 1px solid #F6C27C;
  margin-top: 8px;
  padding-top: 16px;
  padding-bottom: 8px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar {
  align-items: center;
  background: rgba(250, 224, 189, 0.2);
  border: 1px solid #F6C27C;
  border-radius: 8px;
  padding: 8px 16px;
  margin-top: 11px;
  margin-bottom: 5px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar .section {
  width: 100%;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar .section .title-program {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar .section .title-program:after {
  content: "";
  background: url(../images/flecha-accordeon-afiliate.svg) no-repeat;
  background-size: 16px 16px;
  display: block;
  height: 16px;
  width: 16px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar .section .title-program .program-title {
  cursor: pointer;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar .section .title-program .program-container {
  display: flex;
  align-items: center;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar .section .title-program .program-container p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-left: 4px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar .section.active .title-program:after {
  transform: rotate(180deg);
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar.is-exclusive-0.has-benefits-card-0 {
  display: flex;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar.is-exclusive-0.has-benefits-card-0 .action.primary {
  height: 40px !important;
  border-radius: 18px !important;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar.is-exclusive-1.has-benefits-card-0 {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar.is-exclusive-0.has-benefits-card-1 {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar.is-exclusive-1.has-benefits-card-1 {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar .wrap-afiliar .title {
  border-top: 1px solid #F6C27C;
  margin-top: 8px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar .wrap-afiliar .title:after {
  content: "i";
  display: inline-block;
  background-color: black;
  color: white;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  min-width: 14px;
  text-align: center;
  line-height: 16px;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 10px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar .item-afiliar {
  border: 1px solid #ccc;
  border-radius: 40px;
  background: white;
  padding: 8px;
  display: flex;
  align-items: center;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar .item-afiliar:before {
  content: "";
  background: url(../images/icon-msg-notify.svg) no-repeat;
  background-size: 40px 40px;
  height: 40px;
  width: 40px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar .item-afiliar .card-input {
  width: calc(100% - 145px) !important;
  height: 40px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .accordeon-afiliar .item-afiliar .card-input:not([disabled]):focus {
  box-shadow: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info img.img-program {
  background: white;
  border-radius: 4px;
  height: 36px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  margin-right: 8px;
}
.checkout-cart-index .cart-container .form-cart .control.qty .qty-field-wrapper {
  gap: 16px;
}
.checkout-cart-index .cart-container .form-cart .control.qty .qty-field-wrapper .input-text.qty {
  width: 40px !important;
  border-radius: 0;
  background: rgba(204, 204, 204, 0.2);
  color: #000;
  font-weight: 300;
}
.checkout-cart-index .cart-container .form-cart .control.qty .qty-field-wrapper .decreaseQty {
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: block;
  padding: 0;
  position: relative;
}
.checkout-cart-index .cart-container .form-cart .control.qty .qty-field-wrapper .decreaseQty::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/Restar.svg) no-repeat;
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
}
.checkout-cart-index .cart-container .form-cart .control.qty .qty-field-wrapper .increaseQty {
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: block;
  padding: 0;
  position: relative;
}
.checkout-cart-index .cart-container .form-cart .control.qty .qty-field-wrapper .increaseQty::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/Sumar.svg) no-repeat;
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
}
.checkout-cart-index .cart-container .item-info table tbody {
  display: flex;
  flex-direction: column;
}
.checkout-cart-index .cart-container .item-info table tbody .data-item-cart {
  order: 1;
}
.checkout-cart-index .cart-container .item-info table tbody .tr-lealtad-condiciones {
  order: 2;
}
.checkout-cart-index .cart-container .item-info table tbody .tr-lealtad-condiciones .wrap-lealtad-condiciones {
  line-height: 12px;
  margin-top: -10px;
  margin-bottom: -5px;
}
.checkout-cart-index .cart-container .item-info table tbody .item-actions {
  order: 3;
}
.checkout-cart-index .cart-container .item-info table tbody .message-error {
  order: 4;
}
.checkout-cart-index .cart-container .item-info table tbody .message-success {
  order: 5;
}
.checkout-cart-index .cart-container tr.item-info tr:has(.wrap-lealtad-condiciones) {
  display: flex;
  justify-content: flex-end !important;
}
.checkout-cart-index .cart-container tr.item-info tr:has(.wrap-lealtad-condiciones) td {
  padding: 0 15px;
  width: 100%;
}
.checkout-cart-index .cart-container tr.item-info tr:has(.wrap-lealtad-condiciones) a {
  font-size: 12px;
}
.checkout-cart-index .cart-container .cart-summary {
  background: transparent;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
  margin-top: 16px;
}
.checkout-cart-index .cart-container .cart-summary .content-summary {
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 16px;
  padding: 24px 16px 24px 16px;
}
.checkout-cart-index .cart-container .cart-summary .content-summary .benefit-summary {
  border: 1px solid#F6C27C;
  border-radius: 8px;
  display: none;
  align-items: center;
  padding: 8px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  gap: 4px;
  margin-top: 16px;
}
.checkout-cart-index .cart-container .cart-summary .content-summary .benefit-summary:before {
  content: "";
  background: url(../images/icon-msg-notify.svg) no-repeat;
  background-size: 40px 40px;
  height: 40px;
  width: 40px;
}
.checkout-cart-index .cart-container .cart-summary .content-summary .benefit-summary span {
  color: #fff;
  background: #F6C27C;
  border-radius: 8px 8px 8px 0;
  padding: 0px 8px !important;
  text-align: center;
  font-size: 10px;
  height: 18px;
  z-index: 9;
  margin: 0;
  width: fit-content;
  display: flex;
  line-height: 18px;
}
.checkout-cart-index .cart-container .cart-summary .summary.title {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item .action.primary.checkout {
  background-color: #0095FF;
  border-color: #0095FF;
  border-radius: 16px !important;
  height: 66px;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item .action.primary.checkout span {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item .action.primary.checkout span:after {
  content: ' ';
  background: url(../images/Flechas.svg) no-repeat 0 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  margin-left: 16px;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item .action.primary.checkout:hover {
  opacity: .8;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item .action.primary.checkout:hover span {
  transform: translateX(-5px);
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item .action.primary.checkout:hover span:after {
  transform: translateX(10px);
}
.checkout-cart-index .cart-container .cart-summary .block-envio-cart {
  display: flex;
  gap: 5px;
}
.checkout-cart-index .cart-container .cart-summary .block-envio-cart .option-envio {
  box-shadow: 0px 2px 2px 0px #0000001A;
  border-radius: 8px;
  display: flex;
  width: 50%;
  padding: 8px;
}
.checkout-cart-index .cart-container .cart-summary .block-envio-cart .option-envio .icon-envio-cart {
  width: 36px;
  height: 36px;
  margin-right: 5px;
}
.checkout-cart-index .cart-container .cart-summary .block-envio-cart .option-envio .title {
  font-weight: 600;
}
.checkout-cart-index .cart-container .cart-summary .block-envio-cart .option-envio .text {
  font-weight: 300;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals {
  border-top: none;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals table {
  background: #F3F5FD;
  border-radius: 8px;
  width: 100%;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals tr {
  display: contents;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals tr.grand.totals {
  grid-column: span 2;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals tr:not(.grand.totals) {
  /*grid-column: span 1;
                    display: grid;
                    grid-auto-flow: column;*/
  display: flex;
  justify-content: space-between;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals tr:not(.grand.totals) th {
  font-size: 14px;
  font-weight: 500;
  margin-left: 16px;
  padding: 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals tr:not(.grand.totals) td.amount {
  font-weight: 300;
  text-align: left;
  padding: 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals tr:not(.grand.totals):first-of-type {
  margin-top: 16px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand.totals th {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand.totals td.amount {
  border-top: none;
  text-align: right;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 65%;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand.totals td.amount:before {
  content: 'Total';
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  background: #fff;
  width: 50%;
  text-align: center;
  margin-right: 16px;
  margin-left: auto;
  padding-top: 8px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  position: relative;
  height: fit-content;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand.totals td.amount strong {
  display: inline-block;
  font-weight: 600;
  line-height: normal;
  padding: 0 0 8px;
  width: 50%;
  background: white;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  text-align: center;
  right: 16px;
  position: relative;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand.totals td.amount .price {
  color: #00355D;
  font-size: 22px;
  font-weight: 600;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell {
  display: block !important;
  background: #F3F5FD;
  border-radius: 16px;
  margin-top: 16px;
  padding: 16px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-title {
  border-top: none;
  padding: 0;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-title strong {
  color: #27348B;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-title:after {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content {
  display: block;
  padding-bottom: 0;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item {
  background: #fff;
  margin-bottom: 0;
  padding: 12px 12px 6px 12px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-image-wrapper {
  padding-bottom: 130px !important;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-image-wrapper .product-image-photo {
  margin: auto;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-link {
  font-size: 14px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .price-box .price {
  font-size: 14px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-info {
  padding: 0;
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item.no-benefits-lealtad .actions-primary .box-tocart {
  margin-top: 64px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .box-tocart {
  margin-bottom: 0 !important;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .box-tocart .fieldset {
  margin-bottom: 0 !important;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .box-tocart .lealtad-pdp-url a {
  font-size: 9px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details {
  height: 182px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .product-item-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 32px;
  min-height: 32px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .molecula {
  font-size: 12px;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 16px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .box-special-employee-price.linethrough {
  height: 48px;
  gap: 8px;
  margin: 5px 0 0;
  justify-content: center;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .box-special-employee-price.linethrough .price-employees {
  font-size: 11px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .box-special-employee-price.linethrough .price {
  font-size: 11px;
  min-width: 60px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .box-special-employee-price.linethrough .price .currency {
  font-size: 10px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .box-special-employee-price.linethrough .price .decimals {
  font-size: 6px;
  font-weight: 700;
  vertical-align: super;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .box-special-employee-price.linethrough .price:before {
  padding: 2px 4px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .box-special-employee-price.linethrough .program-info .price-employees {
  font-size: 11px;
  padding: 4px 8px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .box-special-employee-price.linethrough .program-info .price-employees .currency {
  font-size: 10px;
  font-weight: 700;
  vertical-align: middle;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .box-special-employee-price.linethrough .program-info .price-employees .decimals {
  font-size: 6px;
  font-weight: 700;
  vertical-align: super;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .box-special-employee-price.linethrough .program-info .program-info-title {
  padding: 2px 4px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .box-special-employee-price.linethrough .program-info .program-info-title:before {
  padding: 2px 4px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .box-special-employee-price.linethrough .program-info .program-info-title:after {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .product-item-actions {
  margin-top: auto;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .product-item-actions .box-tocart .field.qty {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .product-item-actions .secondary-addto-links {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .lealtad-mensaje-precio,
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-details .lealtad-desc-beneficio {
  font-size: 12px;
  max-height: 28px;
  min-height: 28px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-info .product-item-actions .actions-primary .box-tocart .fieldset .actions .action.tocart.primary {
  height: 38px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .products-crosssell .product-items .product-item .product-item-info .product-item-actions .actions-primary .box-tocart .fieldset .actions .action.tocart.primary span {
  font-size: 14px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .price-box.box-special-employee-price .price-carousel {
  font-size: 14px;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .block-content .price-box.box-special-employee-price.linethrough .price {
  font-size: 11px !important;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .slick-slider .slick-track {
  width: auto;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .slick-slider .slick-slide {
  margin: 0 4px !important;
}
.checkout-cart-index .cart-container .cart-summary .block.crosssell .slick-slider .slick-prev:before,
.checkout-cart-index .cart-container .cart-summary .block.crosssell .slick-slider .slick-next:before,
.checkout-cart-index .cart-container .cart-summary .block.crosssell .slick-slider .slick-prev:after,
.checkout-cart-index .cart-container .cart-summary .block.crosssell .slick-slider .slick-next:after {
  color: #0095FF;
}
@media (min-width: 769px) {
  .checkout-cart-index .cart-container .form-cart {
    background: #fff;
    border-radius: 16px;
    padding-bottom: 16px !important;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info table tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info table tr td.col.item {
    display: flex;
    align-items: center;
    width: 58%;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info table tr td.col.item .product-item-photo {
    width: min-content;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info table tr td.col.subtotal {
    text-align: end !important;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info table tr td.col.subtotal .price-including-tax {
    margin-top: -5px;
  }
  .checkout-cart-index .cart-container .cart-summary {
    width: 38.5%;
  }
  .checkout-cart-index .cart-container .cart-summary .block.crosssell {
    width: 100%;
  }
  .checkout-cart-index .cart-container .cart-summary .block.crosssell .products-grid .product-items {
    display: flex;
    gap: 8px;
  }
  .checkout-cart-index .cart-container .cart-summary .block.crosssell .products-grid .product-items .product-item {
    width: 40%;
  }
  .checkout-cart-index .cart-container .form-cart {
    width: 61.5%;
    padding: 0 16px !important;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .col.qty .input-text {
    width: 70px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .form-cart {
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .col.subtotal {
    text-align: end !important;
    width: calc(100% - 160px);
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .col.qty {
    text-align: center;
    width: 150px;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .product-item-name {
    width: calc(100vw - 185px);
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.table .cart.item .item-info .actions-toolbar {
    margin-left: 5px;
  }
}
.totals.shipping.excl {
  display: none !important;
}
#shopping-cart-table .product-image-wrapper {
  background-color: white;
  border-radius: 15px;
  width: 120px;
  height: 120px;
  display: flex;
}
#shopping-cart-table .product-image-container {
  width: 120px !important;
  height: 120px !important;
}
#shopping-cart-table .product-image-photo {
  max-width: 100% !important;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.6rem;
  display: block;
  margin: 0;
  width: 280px;
}
.cart.table-wrapper .control.qty {
  display: flex;
  align-items: center;
}
.cart.table-wrapper .control.qty label {
  margin-bottom: 0;
}
.cart.table-wrapper .control.qty button {
  background-color: transparent;
  border: none;
  height: 36px;
  font-weight: bold;
  font-size: 16px;
  color: #666;
  position: relative;
  top: -4px;
}
.cart.table-wrapper .actions-toolbar > .action-edit {
  padding-right: 10px;
}
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 0px;
  width: 120px;
  text-align: center !important;
}
.product-image-wrapper {
  display: flex;
}
.product-image-photo {
  max-width: 80% !important;
}
.minicart-wrapper .block-minicart {
  position: fixed;
  top: -4px;
  right: 0;
  height: 100vh;
  z-index: 9999;
  overflow-y: auto;
  min-width: auto;
}
.minicart-wrapper .block-minicart .minicart-scroller {
  max-height: calc(100vh - 230px);
  overflow-y: auto;
  margin-top: 30px;
}
.minicart-wrapper .block-minicart .minicart-scroller.minicart-clicked .minicart-items li.product-item:first-child {
  background: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 5px 0 0 0 !important;
}
.minicart-wrapper .block-minicart .minicart-scroller.minicart-clicked .minicart-items li.product-item:not(:first-child) {
  display: block !important;
}
.minicart-wrapper .block-minicart .minicart-scroller.minicart-clicked .minicart-items li.product-item .product .ready {
  display: none;
}
.minicart-wrapper .block-minicart .minicart-scroller.minicart-clicked .minicart-items li.product-item .product .product-item-box .qty-detail {
  display: none;
}
.minicart-wrapper .block-minicart .minicart-scroller.minicart-clicked .minicart-items li.product-item .product .product-item-box .product-item-pricing {
  display: block !important;
}
.minicart-wrapper .block-minicart .minicart-scroller.minicart-clicked .minicart-items .product-image-container {
  width: 112px !important;
  box-shadow: none !important;
  border: 1px solid #CCCCCC !important;
  border-radius: 16px;
  background: #fff;
}
.minicart-wrapper .block-minicart .minicart-scroller.minicart-clicked .minicart-items .product.actions {
  display: block !important;
}
.minicart-wrapper .block-minicart .minicart-scroller.minicart-clicked:not(:first-child) {
  display: none;
}
.minicart-wrapper .block-minicart .minicart-scroller.minicart-clicked .subtotal {
  display: block !important;
  position: absolute;
  top: 12px;
  z-index: 8;
  right: 32px;
}
.minicart-wrapper .block-minicart .wrap-qty-minicart {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.minicart-wrapper .block-minicart .wrap-qty-minicart .more,
.minicart-wrapper .block-minicart .wrap-qty-minicart .less {
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 9px;
}
.minicart-wrapper .block-minicart .wrap-qty-minicart .item-qty.cart-item-qty {
  border-radius: 30px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content {
  display: flex;
  flex-direction: column;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content #btn-minicart-close {
  order: 1;
  top: 22px;
  right: 16px;
  z-index: 20;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content #btn-minicart-close:before {
  color: #000;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .items-total {
  order: 2;
  margin: 0;
  position: absolute;
  top: 0;
  background: #fff;
  width: calc(100% - 32px);
  z-index: 7;
  padding-top: 24px;
  padding-bottom: 24px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .subtotal {
  order: 3;
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .strong {
  font-weight: 700;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
  order: 4;
  height: fit-content !important;
  border: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li.product-item:first-child {
  background: #CCEBC233;
  border: 1px solid #CCCCCC;
  border-radius: 16px;
  padding: 24px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li.product-item .ready {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li.product-item .ready span {
  font-size: 14px;
  font-weight: 300;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li.product-item:not(:first-child) {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li.product-item .product-item-box {
  display: flex;
  align-items: center;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li.product-item .product-item-box .product-item-details {
  padding-left: 16px;
  width: -webkit-fill-available;
  /*.product-item-pricing, .product.actions { display: none;}*/
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li.product-item .product-item-box .product-item-details .product-item-name {
  font-size: 16px;
  color: #000;
  height: auto;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 19px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li.product-item .product-item-box .product-item-details .molecula {
  font-size: 14px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li.product-item .product-item-box .product-item-details .qty-detail {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 8px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li.product-item .product-item-box .product-item-details .qty-detail span {
  color: #000;
  padding: 4px 8px;
  background: #F5F5F5;
  font-weight: 300;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li.product-item .product-item-box .product-item-details .product-item-pricing {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li.product-item .product-item-box .product-image-container {
  width: 112px !important;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid #2DB674;
  border-radius: 16px;
  background: #fff;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li.product-item .product-item-box .product-image-container .product-image-photo {
  border-radius: 16px;
  max-width: 100% !important;
  margin: 0;
  width: 100% !important;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .product.actions {
  position: relative;
  left: calc(100% - 40px);
  top: -47px;
  display: none;
  width: auto;
  height: 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .actions {
  order: 5;
  position: absolute;
  bottom: 0;
  padding-top: 16px;
  background: #fff;
  width: calc(100% - 32px);
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .actions .primary {
  margin: 0 0 8px 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .actions .primary #top-cart-btn-checkout {
  height: 66px;
  color: #fff;
  font-size: 16px !important;
  font-weight: 500;
  border-radius: 16px !important;
  background: #0095FF;
  border: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .actions .primary #top-cart-btn-checkout:after {
  content: '\e801';
  font-family: 'fontello';
  font-size: 20px;
  margin-left: 16px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .actions .close-minicart {
  margin-bottom: 16px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .actions .close-minicart #continue-shopping {
  border: 1px solid #000;
  background: #fff;
  height: 66px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border-radius: 16px;
  width: 100%;
}
.cartloading {
  display: none;
}
body.ajax-loading .block-minicart #minicart-content-wrapper .cartloading {
  width: calc(100% - 32px);
  position: absolute;
  z-index: 1;
  top: 0;
  text-align: center;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
#checkoutSteps #shipping {
  display: none !important;
}
#checkoutSteps #checkout-shipping-method-load {
  display: none;
}
.btn-next {
  font-size: 1.8rem !important;
}
@media (min-width: 320px) and (max-width: 480px) {
  .cart.table-wrapper .product-item-name {
    font-size: 1.5rem;
    display: block;
    margin: 5px 5px;
    width: fit-content;
  }
}
@media (max-width: 494px) {
  .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .items-total {
    position: absolute;
    top: -12px;
    background: #fff;
    z-index: 7;
    padding-top: 24px;
    padding-bottom: 0;
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cart-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .cart-container .cart-summary {
    width: 100%;
  }
  .cart-container .form-cart {
    width: 100%;
    padding: 0;
  }
  #shopping-cart-table .product-image-wrapper {
    z-index: 0;
  }
}
#delivery-method-selector {
  flex-direction: column;
}
#delivery-method-selector button {
  width: 50%;
}
#delivery-method-selector .action {
  background: #ebf3fe;
  color: #888;
}
#delivery-method-selector .action.selected {
  background: #195d8d;
  color: #FFF;
}
#delivery-method-selector .option {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#delivery-method-selector .option img {
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
.payment-method-billing-address {
  display: none;
}
.opc-payment-additional {
  display: none;
}
.checkout-index-index .methods-shipping .action.primary {
  line-height: 1.8rem;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details {
  height: auto;
}
.wishlist li.product-item:hover {
  height: 529px;
}
button[name="save_and_share"] {
  display: none;
}
button.action.secondary.action-hide-popup {
  padding: 4px !important;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
  padding-bottom: 14px;
}
.products-grid.wishlist li.product-item {
  padding: 0px 3px 0px 3px;
}
#shopping-cart-table {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-top: -40px;
}
#shopping-cart-table .control.qty {
  display: flex;
  align-items: center;
}
#shopping-cart-table .control.qty .qty-field-wrapper {
  display: flex;
  align-items: center;
}
#shopping-cart-table tbody tr {
  background: #f5f5f5;
}
.product-image-photo {
  max-width: 70%;
}
#shopping-cart-table tbody .cart .item {
  border-bottom: none;
}
#shopping-cart-table > tbody > tr.item-info > td.col.item > a > span {
  vertical-align: middle;
  padding-left: 20px;
}
#shopping-cart-table > thead {
  height: 2px;
  line-height: 2px;
  background-color: #f5f5f5;
  border-bottom: none;
}
.subtotal .cart-price {
  color: #ff7a01;
}
#shopping-cart-table-head tbody .cart .item {
  border-bottom: none;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 99px;
  background-color: #ffff;
  border-radius: 35px;
}
/*progress bar*/
ul.opc-progress-bar {
  background-color: #ebf3fe;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  justify-content: space-around;
  height: 80px;
  align-items: center;
  margin-bottom: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.opc-progress-bar-item._active:before {
  background: none;
  border: none !important;
}
/* @media (min-width: 769px), print */
.opc-progress-bar-item._active > span:before {
  background: none;
  border: none !important;
}
.opc-progress-bar-item:before {
  background: none;
  border: none !important;
}
.opc-progress-bar-item > span:after {
  background: blue;
  color: white;
}
.opc-progress-bar-item > span:before {
  background: none;
  border: none !important;
  height: 38px;
  margin-left: -19px;
  transition: background 0.3s;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 1%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span {
  display: flex;
  padding-top: 10px;
  width: 100%;
  word-wrap: break-word;
  color: #666666;
  font-weight: 300;
  font-size: 1.6rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: 85px;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item._active > span:before {
  background: #005e90;
  height: 26px;
  margin-left: 5px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:after,
.opc-progress-bar-item._active > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: '\e601';
  counter-increment: i 0;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:after {
  background: none;
  border: none !important;
  height: 38px;
  /* margin-left: -19px; */
  transition: background 0.3s;
  width: 38px;
  border-radius: 50%;
  left: 55px;
  position: absolute;
  top: 0;
  font-size: 2.5rem;
  font-family: "fontello";
  content: '\e801';
}
.opc-progress-bar-item:nth-child > span:after {
  font-family: "fontello";
  content: '\e801';
}
.opc-progress-bar-item._active > span:after {
  border: none !important;
  background: none;
  top: 2px;
  font-family: "fontello";
  content: '\e801';
  font-size: 2.5rem;
}
.opc-progress-bar-item:nth-child(2) > span:after {
  font-family: "fontello";
  content: '\e805';
}
.opc-progress-bar-item:nth-child(3) > span:after {
  font-family: "fontello";
  content: '\e80a';
}
.step-title {
  visibility: hidden;
  position: relative;
}
#co-payment-form hr {
  border-top: 1px solid #ebe9e9 !important;
}
label[for="argenmagento"] {
  margin-left: 0 !important;
  margin-bottom: 0;
}
label[for="argenmagento"]:before {
  position: relative;
  padding-left: 20px;
  font-family: "fontello";
  font-size: 30px;
  content: '\e80a';
  margin-right: 5px;
  padding-left: 5px;
  vertical-align: top;
}
label[for="argenmagento"] span {
  display: inline-block;
  margin-top: 3px;
}
label[for="cashondelivery"] {
  margin-left: 0 !important;
  margin-bottom: 0;
}
label[for="cashondelivery"]:before {
  position: relative;
  padding-left: 20px;
  font-family: "fontello";
  font-size: 30px;
  content: '\e809';
  margin-right: 5px;
  padding-left: 5px;
  vertical-align: top;
}
label[for="cashondelivery"] span {
  display: inline-block;
  margin-top: 3px;
}
label[for="cashondeliverycard"] {
  margin-left: 0 !important;
  margin-bottom: 0;
}
label[for="cashondeliverycard"]:before {
  position: relative;
  padding-left: 20px;
  font-family: "fontello";
  font-size: 30px;
  content: '\e80a';
  margin-right: 5px;
  padding-left: 5px;
  vertical-align: top;
}
label[for="cashondeliverycard"] span {
  display: inline-block;
  margin-top: 3px;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: none !important;
}
.payment-method-title.field.choice {
  display: flex;
  margin-left: 0px;
}
.payment-method-title.field.choice label {
  margin-left: 50px;
}
.page-main .cart-summary .block {
  margin-bottom: 0 !important;
  display: none !important;
}
.page-main .cart-summary .checkout-methods-items .action.primary.checkout {
  line-height: 1.8rem;
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1024px) and (orientation: portrait) {
  ul.opc-progress-bar {
    background-color: #040404;
  }
}
@media (min-width: 769px) and (max-width: 835px) {
  .cart-summary .checkout-methods-items .action.primary.checkout {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 769px) {
  #checkout-step-store-selector .form-continue .actions-toolbar .primary {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cart.table-wrapper .towishlist {
    width: 30%;
  }
  .cart.table-wrapper .towishlist:before {
    display: none;
  }
  .cart.table-wrapper .towishlist span {
    position: relative;
  }
  .cart-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .cart-container .form-cart {
    margin-bottom: 0;
  }
  #checkoutSteps .btn-next {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .minicart-wrapper .product .actions {
    float: right;
    margin: -28px 0 0;
  }
}
.checkout-onepage-success .action.print {
  display: none;
}
.sales-order-view ul.order-links li:not(.current) {
  display: none;
}
.block-collapsible-nav .content {
  /*background-color: transparent; */
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  color: #81828b;
  font-weight: 500;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff7a01;
  color: #81828b;
  font-weight: 500;
}
.block-collapsible-nav .item .delimiter {
  border-color: #f2f2f2;
}
.customer-account-create .actions-toolbar .primary .action {
  margin: 0px !important;
}
.account .column.main .block:not(.widget) .block-title {
  border-color: #f2f2f2;
}
.account .column.main .block:not(.widget) .block-title > strong {
  text-transform: uppercase;
  color: #81828b;
  font-size: 16px;
  font-weight: 500;
}
.account a,
.account .alink {
  color: #ff7a01;
}
.abs-account-blocks .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.5rem;
  font-weight: 400;
  color: #81828b;
}
.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.4rem;
}
.title.block-collapsible-nav-title:after {
  font-size: 17px;
}
.block-collapsible-nav .title {
  background-color: #e1e1e1;
}
.customer-account-index #minicart-content-wrapper .block-content {
  display: block;
}
.customer-account-index .box-billing-address {
  display: none;
}
.customer-account-index .box-address-billing {
  display: none;
}
.field-terms_conditions {
  display: none;
}
.terms-checkbox {
  color: #195d8d;
  font-weight: 400;
}
.terms-checkbox a {
  color: #195d8d;
  text-decoration: underline;
}
.account .order-products-toolbar .pages .pages-items .item .page.next.jump {
  margin-right: 10px;
}
.account .order-products-toolbar .pages .pages-items .item .page.last span {
  margin-left: -37px;
  padding-right: 24px;
}
@media only screen and (max-width: 768px) {
  .sections.nav-sections .loggedout .greet.welcome {
    list-style: none;
    display: none;
  }
  .sections.nav-sections .not-logged-in {
    display: none;
  }
  .sections.nav-sections .loggedin li:first-child {
    display: none;
  }
  .sections.nav-sections .loggedin .greet.welcome {
    list-style: none;
  }
  .sections.nav-sections .loggedin .greet.welcome span {
    color: #fff;
  }
}
.assistance_allowed_checkbox {
  display: none;
}
.products-grid.wishlist ol.product-items li.product-item .fieldset .field.qty {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.products-grid.wishlist ol.product-items li.product-item .product-item-info:hover,
.products-grid.wishlist ol.product-items li.product-item .product-item-info.active {
  padding: 0;
  margin: 0;
}
.block-wishlist-management .wishlist-toolbar-select {
  display: flex;
  align-items: center;
}
.block-wishlist-management .wishlist-toolbar-select label {
  margin: 0;
}
.block-wishlist-management .wishlist-toolbar-select input[type="checkbox"] {
  top: -2px;
}
.form-wishlist-items .actions-toolbar .action.tocart {
  display: none;
}
.field[name="shippingAddress.company"] {
  display: none;
}
.checkout-success .success-order-information {
  border-bottom: solid 2px #195d8d;
}
.checkout-success .success-order-information #encuesta-satisfaccion {
  text-align: right;
  padding: 8px;
  align-items: center;
  border-radius: 40px;
  background: linear-gradient(85deg, #003480 0.6%, #00abe7 100%);
  display: grid;
  grid-template-columns: 10% 90%;
  width: 372px;
  margin: 0px 0px 0px auto;
  position: relative;
  top: -60px;
}
.checkout-success .success-order-information #encuesta-satisfaccion .encuesta-satisfaccion-img-container img {
  display: block;
  margin: 0px auto 0px 0px;
}
.checkout-success .success-order-information #encuesta-satisfaccion .encuesta-satisfaccion-txt-container {
  font-family: Roboto;
  color: white;
  font-weight: 500;
  margin: 0px 0px 0px 16px;
  width: fit-content;
}
.checkout-success .success-order-information #encuesta-satisfaccion .encuesta-satisfaccion-txt-container .encuesta-satisfaccion-txt1 {
  font-size: 18px;
  line-height: 22px;
  width: fit-content;
}
.checkout-success .success-order-information #encuesta-satisfaccion .encuesta-satisfaccion-txt2-container {
  display: grid;
  grid-template-columns: 40% 60%;
}
.checkout-success .success-order-information #encuesta-satisfaccion .encuesta-satisfaccion-txt2-container .encuesta-satisfaccion-txt2 {
  font-size: 14px;
  line-height: 18px;
  width: fit-content;
  position: relative;
}
.checkout-success .success-order-information #encuesta-satisfaccion .encuesta-satisfaccion-txt2-container .encuesta-satisfaccion-txt2 img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.checkout-success .success-order-information #encuesta-satisfaccion .encuesta-satisfaccion-txt2-img {
  width: fit-content;
  justify-self: end;
}
.checkout-success .success-order-resume {
  border-bottom: solid 2px #195d8d;
  padding: 30px 0;
}
.checkout-success .success-order-totals {
  border-bottom: solid 2px #195d8d;
  padding: 30px 0;
}
.checkout-success .pannel-information {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 2px #195d8d;
  padding: 30px 0;
}
.checkout-success .pannel-information .shipping-information {
  width: 33%;
}
.checkout-success .pannel-information .shipping-information.success-billing-address {
  display: none;
}
.checkout-success .order-details-items .table-order-items tbody td.qty {
  text-align: center;
}
@media (max-width: 768px) {
  .checkout-index-index .modal-popup input[type="text"],
  .modal-popup input[type="text"],
  .checkout-index-index .modal-popup input[type="password"],
  .modal-popup input[type="password"],
  .checkout-index-index .modal-popup input[type="url"],
  .modal-popup input[type="url"],
  .checkout-index-index .modal-popup input[type="tel"],
  .modal-popup input[type="tel"],
  .checkout-index-index .modal-popup input[type="search"],
  .modal-popup input[type="search"],
  .checkout-index-index .modal-popup input[type="number"],
  .modal-popup input[type="number"],
  .checkout-index-index .modal-popup input[type*="date"],
  .modal-popup input[type*="date"],
  .checkout-index-index .modal-popup input[type="email"],
  .modal-popup input[type="email"],
  .checkout-index-index .modal-popup select,
  .modal-popup select {
    background-color: #fff !important;
  }
  ul.formulario-options {
    padding-left: 0px;
  }
  .checkout-success .success-order-information #encuesta-satisfaccion {
    position: initial;
    margin: 36px 0px 0px 0px;
  }
}
.item-afiliar.is-exclusive-0.has-benefits-card-0 {
  display: flex;
}
.item-afiliar.is-exclusive-0.has-benefits-card-0 .card-input {
  background-color: #fff;
}
.item-afiliar.is-exclusive-0.has-benefits-card-0 .action.primary {
  line-height: 0px !important;
  height: 30px !important;
  margin-left: 10px !important;
}
.item-afiliar.is-exclusive-1.has-benefits-card-0 {
  display: none;
}
.item-afiliar.is-exclusive-1.has-benefits-card-0 .card-input {
  background-color: #fff;
}
.item-afiliar.is-exclusive-1.has-benefits-card-0 .action.primary {
  line-height: 0px !important;
  height: 30px !important;
  margin-left: 10px !important;
}
.item-afiliar.is-exclusive-0.has-benefits-card-1 {
  display: none;
}
.item-afiliar.is-exclusive-0.has-benefits-card-1 .card-input {
  background-color: #fff;
}
.item-afiliar.is-exclusive-0.has-benefits-card-1 .action.primary {
  line-height: 0px !important;
  height: 30px !important;
  margin-left: 10px !important;
}
.item-afiliar.is-exclusive-1.has-benefits-card-1 {
  display: none;
}
.item-afiliar.is-exclusive-1.has-benefits-card-1 .card-input {
  background-color: #fff;
}
.item-afiliar.is-exclusive-1.has-benefits-card-1 .action.primary {
  line-height: 0px !important;
  height: 30px !important;
  margin-left: 10px !important;
}
.cart.table-wrapper .item .col.item {
  display: inherit;
}
.cart.table-wrapper .product-item-details {
  display: contents;
}
.cart-discount {
  display: none;
}
.custom-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  z-index: 9999;
}
.custom-loader::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 4px solid #3498db;
  border-top: 4px solid transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.msg-whatsapp {
  font-size: 0;
  background: #00d553;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 20px;
}
.msg-whatsapp:before {
  content: '\f232';
  font-family: 'fontello';
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding: 0;
  position: relative;
  left: 5px;
  top: -1px;
}
.msg-whatsapp:hover {
  text-decoration: none;
  opacity: 0.8;
}
select {
  border: none !important;
  font-family: 'Roboto', sans-serif;
}
select:disabled {
  background-color: #f5f5f5 !important;
}
.field.company {
  display: none;
}
#region_id {
  display: none !important;
}
#region {
  display: block !important;
}
.field.choice.set.billing {
  display: none;
}
#shipping-new-address-form {
  display: flex;
  flex-direction: column;
}
#shipping-new-address-form [name='shippingAddress.postcode'] {
  order: 1;
}
#shipping-new-address-form [name='shippingAddress.custom_attributes.alias'] {
  order: 2;
}
#shipping-new-address-form [name='shippingAddress.firstname'] {
  order: 3;
}
#shipping-new-address-form [name='shippingAddress.lastname'] {
  order: 4;
}
#shipping-new-address-form fieldset.street {
  order: 5;
}
#shipping-new-address-form [name='shippingAddress.country_id'] {
  order: 6;
}
#shipping-new-address-form [name='shippingAddress.region_id'] {
  order: 7;
}
#shipping-new-address-form [name='shippingAddress.municipality'] {
  order: 8;
}
#shipping-new-address-form [name='shippingAddress.city'] {
  order: 9;
}
#shipping-new-address-form [name='shippingAddress.telephone'] {
  order: 10;
}
#shipping-new-address-form [name='shippingAddress.reference'] {
  order: 11;
}
#shipping-new-address-form .field.choice {
  order: 12;
}
