/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.agrega-dashboard-menu {
  margin: 0 0 20px;
}
.agrega-dashboard-menu > ul {
  border-bottom: 2px solid #D4DDDB;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.agrega-dashboard-menu > ul > li {
  margin: 0;
}
.agrega-dashboard-menu > ul .dashboard-tab {
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  color: #6A7B79;
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: -2px;
  padding: 12px 24px;
  text-decoration: none;
}
.agrega-dashboard-menu > ul .dashboard-tab.active {
  border-color: #2B6961;
  font-weight: 700;
}
.agrega-dashboard-menu > ul .dashboard-tab:hover {
  border-color: #2B6961;
}
@media (max-width: 1024px) {
  .agrega-dashboard-menu > ul {
    -ms-overflow-style: none;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .agrega-dashboard-menu > ul::-webkit-scrollbar {
    display: none;
  }
  .agrega-dashboard-menu > ul > li {
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .agrega-dashboard-menu > ul .dashboard-tab.active {
    background: #E6EEEC;
    color: #2B6961;
  }
}
.period-filter {
  margin: 0 0 20px;
}
.period-filter > .title {
  color: #4D4D4D;
  font-weight: 700;
}
.period-filter > .fields {
  display: flex;
  gap: 10px;
  max-width: 100%;
  width: 100%;
}
.period-filter > .fields > .field {
  max-width: 220px;
  position: relative;
  width: 100%;
}
.period-filter > .fields > .field::before {
  background: url('../../../../../frontend/Magento/luma/pt_BR/Agrega_AdvancedDashboard/images/icon/calendar-with-bg.svg');
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 50px;
  border-radius: 0 10px 10px 0;
}
.period-filter > .fields > .field > input[type="date"] {
  border-color: #B3B3B3;
  border-radius: 8px 20px 20px 8px;
  padding: 10px 50px 10px 10px;
  height: 40px;
}
.period-filter > .fields > .field > input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  color: transparent;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.period-filter > .fields > .field:hover::before {
  filter: brightness(0.9);
}
.period-filter > .fields > .statusFilter {
  display: flex;
  align-content: center;
  align-items: center;
}
.period-filter > .fields > .actions {
  display: flex;
  gap: 10px;
}
.period-filter > .fields > .actions > button {
  align-items: center;
  background: #358278;
  border-radius: 10px;
  border: 0;
  color: #FFFFFF;
  display: flex;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  text-align: center;
  width: auto;
}
.period-filter > .fields > .actions > button:hover {
  background: #24564D;
}
@media (max-width: 767px) {
  .period-filter > .fields {
    flex-direction: column;
  }
}
.period-filter.bills {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  margin: 0 0 0 auto;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .period-filter.bills {
    align-items: flex-start;
    flex-direction: column;
    margin-left: auto;
  }
  .period-filter.bills > .fields {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .period-filter.bills {
    margin: 0;
  }
}
.period-filter.orders {
  margin: 0;
}
.period-filter.orders > .fields {
  flex-direction: column;
}
.period-filter.orders > .fields > .field {
  max-width: 170px;
}
.dashboard-header {
  margin: 0 0 30px;
}
.dashboard-header > .title {
  color: #24564D;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 42px;
  margin: 0;
}
.dashboard-header.credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .dashboard-header.credit {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.cards-container {
  display: flex;
  gap: 14px;
  margin: 0 0 20px;
}
.cards-container > .card {
  background: #EBF0EF;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 26px 20px;
  width: 33.33%;
}
.cards-container > .card > .header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.cards-container > .card > .header > .title {
  align-items: center;
  color: #24564D;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
}
.cards-container > .card > .header > .link {
  color: #00188D;
  font-size: 1.3rem;
}
.cards-container > .card > .content > .title {
  color: #808080;
  margin: 0;
}
.cards-container > .card > .content > .text {
  color: #4D4D4D;
}
.cards-container > .card > .content > .value {
  color: #4D4D4D;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 42px;
}
.cards-container > .card > .content > .value.danger {
  color: #DC260F;
}
.cards-container > .card > .content > .action {
  align-items: center;
  background: #358278;
  border-radius: 10px;
  color: #FFFFFF;
  display: flex;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  max-width: 210px;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
.cards-container > .card > .content > .action:hover {
  background: #24564D;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .cards-container {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .cards-container::-webkit-scrollbar {
    height: 4px;
  }
  .cards-container::-webkit-scrollbar-track {
    background: #F8F8F8;
    border-radius: 4px;
  }
  .cards-container::-webkit-scrollbar-thumb {
    background: #BDBDBD;
    border-radius: 4px;
  }
  .cards-container > .card {
    flex-shrink: 0;
    min-width: 330px;
  }
}
@media (max-width: 767px) {
  .cards-container > .card {
    min-width: 260px;
  }
}
.cards-container.bill > .card {
  width: calc(25% - 11px);
}
.cards-container.bill > .card > .header > .title {
  color: #4D4D4D;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .cards-container.bill > .card > .content > .value {
    font-size: 2.2rem;
  }
}
@media (max-width: 1250px) {
  .cards-container.bill > .card > .content > .value {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .cards-container.bill > .card {
    min-width: unset;
    width: calc(50% - 7px);
  }
  .cards-container.bill > .card > .content > .value {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .cards-container.bill > .card {
    width: 100%;
  }
}
.dashboard-graphs {
  display: flex;
  gap: 20px;
}
.dashboard-graphs > .container {
  background: #FFFFFF;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 20px;
  width: 50%;
}
.dashboard-graphs > .container > .title {
  color: #24564D;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 14px;
  text-align: center;
}
@media (max-width: 1024px) {
  .dashboard-graphs {
    flex-direction: column;
  }
  .dashboard-graphs > .container {
    width: 100%;
  }
}
.dashboard-table {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
}
.dashboard-table > .table {
  border-collapse: collapse;
  border-spacing: 0;
  border-style: hidden;
  width: 100%;
}
.dashboard-table > .table tr > th,
.dashboard-table > .table tr > td {
  font-size: 1.3rem;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
}
.dashboard-table > .table tr > th {
  border-bottom: 1px solid #E0E0E0;
  color: #24564D;
  font-weight: 700;
}
.dashboard-table > .table tr td {
  border: 0;
  color: #4D4D4D;
}
.dashboard-table.bills > .table tr > td {
  background: #FFFFFF;
}
.dashboard-table.orders {
  overflow-x: auto;
}
.dashboard-table.orders > .table {
  white-space: nowrap;
}
.dashboard-table.orders > .table tr > td {
  background: #FFFFFF;
}
@media (max-width: 1024px) {
  .dashboard-table {
    overflow-x: auto;
  }
  .dashboard-table > .table {
    white-space: nowrap;
  }
}
.table-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}
.table-bottom .pagination-order-history {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.table-bottom .pagination-order-history > .pagination-btn {
  align-items: center;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #24564D;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 30px;
}
.table-bottom .pagination-order-history > .pagination-btn.active {
  background: #24564D;
  color: #FFFFFF;
  cursor: unset;
  pointer-events: none;
}
.table-bottom .total-items {
  color: #4D4D4D;
  display: inline-block;
}
.dashboard-table-container > .header {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.dashboard-table-container > .header > .title {
  color: #24564D;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .dashboard-table-container > .header {
    flex-direction: column;
    align-items: flex-start;
  }
  .dashboard-table-container > .header > .title {
    margin: 0 0 20px;
  }
}
.dashboard-table-container.credit > .header > .title {
  margin: 0;
}
.credit-resume {
  display: flex;
  gap: 20px;
  margin: 0 0 60px;
}
.credit-resume > .card {
  box-sizing: border-box;
  width: 33.33%;
}
.credit-resume > .card > .title {
  color: #24564D;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}
.credit-resume > .card > canvas {
  height: auto !important;
  margin: 0 auto;
  max-width: 100%;
}
.credit-resume > .card:not(.resume) {
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  padding: 20px;
}
@media (max-width: 1024px) {
  .credit-resume {
    flex-direction: column;
    margin: 0 0 40px;
  }
  .credit-resume > .card {
    width: 100%;
  }
}
.resume-content {
  background: #E4EAE9;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  padding: 20px;
}
.resume-content > .title {
  color: #24564D;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 20px;
}
.resume-content > .title > .line {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 4px;
}
.resume-content > .title > .line > strong {
  color: #4D4D4D;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
}
.resume-content > .title > .line > span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
}
.resume-content > .title > .line.normal {
  margin: 14px 0 0;
}
.resume-content > .title > .line.normal > strong {
  color: #4D4D4D;
  font-size: 1.6rem;
  font-weight: 400;
}
.resume-content > .title > .line.normal > span {
  color: #4D4D4D;
  font-size: 1.6rem;
  font-weight: 400;
}
.gauge-container {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.gauge-container > canvas {
  height: auto !important;
  max-width: 100%;
}
.gauge-container > .highlight {
  margin: -40px 0 4px;
}
.gauge-container > .highlight > span {
  color: #24564D;
  font-size: 3.4rem;
  font-weight: 800;
}
.gauge-container > .legend {
  border: 0;
  margin: 0;
  max-width: 270px;
  padding: 0;
  width: 100%;
}
.gauge-container > .legend > .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gauge-container > .legend > .line > .title,
.gauge-container > .legend > .line > .value {
  color: #4D4D4D;
  font-size: 1.1rem;
}
.gauge-container > .legend > .line > .title {
  font-weight: 700;
}
.gauge-container > .legend > .line > .value {
  font-weight: 900;
}
.orders-top {
  display: flex;
  gap: 60px;
  margin: 0 0 60px;
}
.orders-top > .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 32%;
}
.orders-top > .chart {
  width: 68%;
}
.orders-top > .chart > canvas {
  height: auto !important;
  max-width: 100%;
}
@media (max-width: 1440px) {
  .orders-top {
    gap: 20px;
    flex-direction: column;
  }
  .orders-top > .container {
    width: 100%;
  }
  .orders-top > .chart {
    width: 100%;
  }
  .orders-top > .chart > canvas {
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .orders-top {
    margin: 0 0 40px;
  }
}
.order-card {
  background: #E4EAE9;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  padding: 20px;
}
.order-card > .title {
  color: #24564D;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 20px;
}
.order-card > .line {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 4px;
}
.order-card > .line > span {
  color: #4D4D4D;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
}
.order-card > .line:last-child {
  margin: 0;
}
.orders-block-head {
  margin: 0 0 20px;
}
.orders-block-head > .title {
  color: #24564D;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 20px;
}
.orders-block-head > .filters {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.orders-block-head > .filters > .field {
  max-width: 190px;
  width: 100%;
}
.orders-block-head > .filters > .field > .label {
  color: #4D4D4D;
  display: inline-block;
  font-weight: 700;
}
.orders-block-head > .filters > .field select {
  background-color: transparent;
  border-radius: 8px;
  color: #808080;
  height: 40px;
}
.orders-block-head > .filters #filter-history-btn {
  align-items: center;
  background: #358278;
  border-radius: 10px;
  border: 0;
  color: #FFFFFF;
  display: flex;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  margin: 20px 0 0;
  max-width: 210px;
  padding: 0 40px;
  text-align: center;
  width: auto;
}
.orders-block-head > .filters #filter-history-btn:hover {
  background: #24564D;
}
@media (max-width: 450px) {
  .orders-block-head > .filters #filter-history-btn {
    margin: 0;
  }
}
.orders-map > .map {
  margin: 20px 0 0;
}
.orders-map #product-composition-pie-chart {
  max-width: 100%;
  max-height: 750px;
}
.agrega-culture {
  position: relative;
  margin-right: 20px;
}
.agrega-culture > label {
  align-items: center;
  background: #347A6C;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  height: 52px;
  justify-content: center;
  padding: 14px 12px;
}
.agrega-culture > label:hover {
  background: #358278;
}
.agrega-culture > .select2.select2-container {
  display: none;
}
.agrega-culture > .select2-container--open {
  top: 100% !important;
  left: 0 !important;
}
.agrega-culture .select2-results__options .select2-results__option:last-child {
  margin: 0;
}
.agrega-culture .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #358278;
}
@media (max-width: 1024px) {
  .agrega-culture {
    display: none;
  }
}
.agrega-culture {
  position: relative;
  margin-right: 20px;
}
.agrega-culture > label {
  align-items: center;
  background: #347A6C;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  height: 52px;
  justify-content: center;
  padding: 14px 12px;
}
.agrega-culture > label:hover {
  background: #358278;
}
.agrega-culture > .select2.select2-container {
  display: none;
}
.agrega-culture > .select2-container--open {
  top: 100% !important;
  left: 0 !important;
}
.agrega-culture .select2-results__options .select2-results__option:last-child {
  margin: 0;
}
.agrega-culture .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #358278;
}
@media (max-width: 1024px) {
  .agrega-culture {
    display: none;
  }
}
.modal-popup.modal-vehicle-selector > .modal-inner-wrap > .modal-header {
  display: none;
}
#vehicle-modal > .vehicle-modal-content > .header {
  align-items: center;
  display: flex;
  margin: 0 0 20px;
  gap: 20px;
}
#vehicle-modal > .vehicle-modal-content > .header > .text {
  text-align: left;
}
#vehicle-modal > .vehicle-modal-content > .header > .text > h2 {
  color: #24564D;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 5px;
}
#vehicle-modal > .vehicle-modal-content > .header > .text > p {
  color: #4D4D4D;
  font-size: 1.3rem;
  margin: 0;
}
#vehicle-modal > .vehicle-modal-content > .cards {
  max-height: 350px;
  overflow-y: auto;
}
#vehicle-modal > .vehicle-modal-content > .table-container {
  background: #F5F9F8;
  padding: 10px;
  margin: 0 0 20px;
}
#vehicle-modal > .vehicle-modal-content > .table-container > .vehicle-table {
  table-layout: fixed;
}
#vehicle-modal > .vehicle-modal-content > .table-container > .vehicle-table > thead > tr > th {
  color: #24564D;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0 5px 10px;
  text-align: center;
  vertical-align: middle;
}
#vehicle-modal > .vehicle-modal-content > .table-container > .vehicle-table > tbody > tr > td {
  border-bottom: 1px solid #E0E0E0;
  border-top: 0;
  color: #808080;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 14px 5px;
  text-align: center;
  vertical-align: middle;
}
#vehicle-modal > .vehicle-modal-content > .table-container > .vehicle-table select {
  border: 1px solid #B3B3B3;
  color: #808080;
  font-size: 1.3rem;
  height: 40px;
}
#vehicle-modal > .vehicle-modal-content > .actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}
#vehicle-modal > .vehicle-modal-content > .actions > .primary,
#vehicle-modal > .vehicle-modal-content > .actions > .secondary {
  align-items: center;
  border-radius: 8px;
  border: 0;
  box-sizing: border-box;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  max-width: 210px;
  text-align: center;
  width: 100%;
}
#vehicle-modal > .vehicle-modal-content > .actions > .primary {
  background: #358278;
  color: #FFF;
}
#vehicle-modal > .vehicle-modal-content > .actions > .primary:hover {
  background: #24564D;
}
#vehicle-modal > .vehicle-modal-content > .actions > .secondary {
  background: #FFFFFF;
  border: 1px solid #24564D;
  color: #24564D;
}
#vehicle-modal > .vehicle-modal-content > .actions > .secondary:hover {
  background: #24564D;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  #vehicle-modal > .vehicle-modal-content > .cards {
    max-height: 270px;
  }
  #vehicle-modal > .vehicle-modal-content > .table-container {
    overflow-x: auto;
  }
  #vehicle-modal > .vehicle-modal-content > .table-container > .vehicle-table {
    min-width: 600px;
  }
}
.localapplication > .container > .description {
  font-size: 1.6rem;
  margin: 0 0 20px;
}
.localapplication .radio-options > label {
  align-items: center;
  display: flex;
  gap: 6px;
  margin: 0 0 10px;
}
.localapplication .radio-options > label:last-child {
  margin: 0;
}
.localapplication .address-list {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0 0 20px;
  overflow-x: auto;
  padding: 0 0 10px;
  padding: 0;
}
.localapplication .address-list::-webkit-scrollbar {
  height: 4px;
}
.localapplication .address-list::-webkit-scrollbar-track {
  background: #F8F8F8;
  border-radius: 4px;
}
.localapplication .address-list::-webkit-scrollbar-thumb {
  background: #BDBDBD;
  border-radius: 4px;
}
.localapplication .address-list > .local-address {
  border-radius: 10px;
  border: 1px solid #B3B3B3;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  padding: 20px;
  position: relative;
  width: calc(50% - 15px);
}
.localapplication .address-list > .local-address.active {
  border-color: #358278;
}
.localapplication .address-list > .local-address.active::after {
  align-items: center;
  background: #358278;
  border-radius: 0 6px 0 0;
  color: white;
  content: '\e610';
  display: flex;
  font-family: 'luma-icons';
  font-size: 1.6rem;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.localapplication .address-list .use-address {
  align-items: center;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #24564D;
  box-sizing: border-box;
  color: #24564D;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  margin-top: 10px;
  max-width: 120px;
  padding: 10px;
  width: 100%;
}
.localapplication .address-list .use-address:hover {
  background: #24564D;
  color: #FFF;
}
.localapplication .address-list .address-content p {
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1024px) {
  .localapplication .address-list > .local-address {
    width: 75%;
  }
}
.modal-popup.application-new-address-modal > .modal-inner-wrap,
.modal-popup.application-map-modal > .modal-inner-wrap {
  left: 50%;
  margin: 0 !important;
  max-width: 490px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px) !important;
}
.modal-popup.application-new-address-modal > .modal-inner-wrap > .modal-header,
.modal-popup.application-map-modal > .modal-inner-wrap > .modal-header {
  padding: 20px 20px 30px;
}
.modal-popup.application-new-address-modal > .modal-inner-wrap > .modal-header > .modal-title,
.modal-popup.application-map-modal > .modal-inner-wrap > .modal-header > .modal-title {
  color: #24564D;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: left;
}
.modal-popup.application-new-address-modal > .modal-inner-wrap > .modal-content,
.modal-popup.application-map-modal > .modal-inner-wrap > .modal-content {
  padding: 0 20px 20px;
}
.modal-popup.application-new-address-modal > .modal-inner-wrap > .modal-content .actions,
.modal-popup.application-map-modal > .modal-inner-wrap > .modal-content .actions {
  display: flex;
  gap: 30px;
  width: 100%;
}
.modal-popup.application-new-address-modal > .modal-inner-wrap > .modal-content .actions > .primary,
.modal-popup.application-map-modal > .modal-inner-wrap > .modal-content .actions > .primary {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #FFF;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  padding: 10px;
  width: calc(50% - 15px);
}
.modal-popup.application-new-address-modal > .modal-inner-wrap > .modal-content .actions > .primary:hover,
.modal-popup.application-map-modal > .modal-inner-wrap > .modal-content .actions > .primary:hover {
  background: #24564D;
}
.modal-popup.application-new-address-modal > .modal-inner-wrap > .modal-content .actions > .secondary,
.modal-popup.application-map-modal > .modal-inner-wrap > .modal-content .actions > .secondary {
  align-items: center;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #24564D;
  box-sizing: border-box;
  color: #24564D;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  padding: 10px;
  width: calc(50% - 15px);
}
.modal-popup.application-new-address-modal > .modal-inner-wrap > .modal-content .actions > .secondary:hover,
.modal-popup.application-map-modal > .modal-inner-wrap > .modal-content .actions > .secondary:hover {
  background: #24564D;
  color: #FFF;
}
.modal-popup.application-new-address-modal #new-application-address-form,
.modal-popup.application-map-modal #new-application-address-form {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.modal-popup.application-new-address-modal #new-application-address-form > .field,
.modal-popup.application-map-modal #new-application-address-form > .field {
  width: 100%;
}
.modal-popup.application-new-address-modal #new-application-address-form > .field.street,
.modal-popup.application-map-modal #new-application-address-form > .field.street {
  width: calc(70% - 7px);
}
.modal-popup.application-new-address-modal #new-application-address-form > .field.number,
.modal-popup.application-map-modal #new-application-address-form > .field.number {
  width: calc(30% - 7px);
}
.modal-popup.application-new-address-modal #new-application-address-form > .field.region,
.modal-popup.application-map-modal #new-application-address-form > .field.region {
  width: calc(50% - 7px);
}
.modal-popup.application-new-address-modal #new-application-address-form > .field.city,
.modal-popup.application-map-modal #new-application-address-form > .field.city {
  width: calc(50% - 7px);
}
.modal-popup.application-new-address-modal .map-instructions,
.modal-popup.application-map-modal .map-instructions {
  font-size: 1.4rem;
  margin: 0 0 20px;
  text-align: left;
}
.modal-popup.application-new-address-modal #google-map,
.modal-popup.application-map-modal #google-map {
  margin: 0 0 20px;
}
.masked {
  margin: 0 5px;
}
.expiratedate {
  margin-left: 5px;
  color: red;
  font-size: 1.4rem;
}
.catalog-product-view .quote-header,
.catalog-product-view .quote-row {
  display: flex;
  padding: 2px 5px;
}
.catalog-product-view .quote-header > div:nth-child(1),
.catalog-product-view .quote-row > div:nth-child(1),
.catalog-product-view .quote-header > div:nth-child(3),
.catalog-product-view .quote-row > div:nth-child(3) {
  width: 30%;
}
.catalog-product-view .quote-header > div:nth-child(2),
.catalog-product-view .quote-row > div:nth-child(2) {
  width: 40%;
}
.catalog-product-view .quote-table {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.catalog-product-view .quote-header {
  font-weight: 600;
}
.catalog-product-view .quote-row {
  background-color: #eee;
}
.widget-product-carousel .campaign-image,
.block.upsell .campaign-image,
.block.related .campaign-image {
  max-width: 75px;
}
@media only screen and (max-width: 768px) {
  .widget-product-carousel .campaign-image,
  .block.upsell .campaign-image,
  .block.related .campaign-image {
    max-width: 60px;
  }
}
.widget-product-carousel .campaign-image.sc-discount,
.block.upsell .campaign-image.sc-discount,
.block.related .campaign-image.sc-discount {
  max-width: 75px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .widget-product-carousel .campaign-image.sc-discount,
  .block.upsell .campaign-image.sc-discount,
  .block.related .campaign-image.sc-discount {
    max-width: 70px;
  }
}
.widget-product-carousel .campaign-image.sc-discount .discount-label,
.block.upsell .campaign-image.sc-discount .discount-label,
.block.related .campaign-image.sc-discount .discount-label {
  min-height: 75px;
}
@media only screen and (max-width: 768px) {
  .widget-product-carousel .campaign-image.sc-discount .discount-label,
  .block.upsell .campaign-image.sc-discount .discount-label,
  .block.related .campaign-image.sc-discount .discount-label {
    min-height: 70px;
  }
}
.widget-product-carousel .campaign-image.sc-discount .discount-label__wrapper,
.block.upsell .campaign-image.sc-discount .discount-label__wrapper,
.block.related .campaign-image.sc-discount .discount-label__wrapper {
  justify-content: center;
  gap: 1rem;
}
.widget-product-carousel .campaign-image.sc-discount .discount-label__title,
.block.upsell .campaign-image.sc-discount .discount-label__title,
.block.related .campaign-image.sc-discount .discount-label__title {
  height: 25px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .widget-product-carousel .campaign-image.sc-discount .discount-label__title,
  .block.upsell .campaign-image.sc-discount .discount-label__title,
  .block.related .campaign-image.sc-discount .discount-label__title {
    font-size: 1rem;
    height: 18px;
  }
}
.widget-product-carousel .campaign-image.sc-discount .discount-label__discount,
.block.upsell .campaign-image.sc-discount .discount-label__discount,
.block.related .campaign-image.sc-discount .discount-label__discount {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .widget-product-carousel .campaign-image.sc-discount .discount-label__discount,
  .block.upsell .campaign-image.sc-discount .discount-label__discount,
  .block.related .campaign-image.sc-discount .discount-label__discount {
    font-size: 1.4rem;
  }
}
.widget-product-carousel .campaign-image.sc-discount .discount-label__discount .percent,
.block.upsell .campaign-image.sc-discount .discount-label__discount .percent,
.block.related .campaign-image.sc-discount .discount-label__discount .percent {
  font-size: 1rem;
  right: -8px;
  top: 2px;
}
@media only screen and (max-width: 768px) {
  .widget-product-carousel .campaign-image.sc-discount .discount-label__discount .percent,
  .block.upsell .campaign-image.sc-discount .discount-label__discount .percent,
  .block.related .campaign-image.sc-discount .discount-label__discount .percent {
    top: 1px;
  }
}
.widget-product-carousel .campaign-image.sc-discount .discount-label__text,
.block.upsell .campaign-image.sc-discount .discount-label__text,
.block.related .campaign-image.sc-discount .discount-label__text {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .widget-product-carousel .campaign-image.sc-discount .discount-label__text,
  .block.upsell .campaign-image.sc-discount .discount-label__text,
  .block.related .campaign-image.sc-discount .discount-label__text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1201px) {
  .widget-product-carousel .salescampaign-bottom-right,
  .block.upsell .salescampaign-bottom-right,
  .block.related .salescampaign-bottom-right,
  .widget-product-carousel .salescampaign-top-right,
  .block.upsell .salescampaign-top-right,
  .block.related .salescampaign-top-right {
    right: -28px;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .widget-product-carousel .salescampaign-bottom-right,
  .block.upsell .salescampaign-bottom-right,
  .block.related .salescampaign-bottom-right,
  .widget-product-carousel .salescampaign-top-right,
  .block.upsell .salescampaign-top-right,
  .block.related .salescampaign-top-right {
    right: -10px;
  }
}
@media only screen and (max-width: 1100px) {
  .widget-product-carousel .salescampaign-bottom-right,
  .block.upsell .salescampaign-bottom-right,
  .block.related .salescampaign-bottom-right,
  .widget-product-carousel .salescampaign-top-right,
  .block.upsell .salescampaign-top-right,
  .block.related .salescampaign-top-right {
    right: 0;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1026px) {
  .widget-product-carousel .salescampaign-bottom-right,
  .block.upsell .salescampaign-bottom-right,
  .block.related .salescampaign-bottom-right,
  .widget-product-carousel .salescampaign-top-right,
  .block.upsell .salescampaign-top-right,
  .block.related .salescampaign-top-right {
    right: -18px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .widget-product-carousel .salescampaign-bottom-right,
  .block.upsell .salescampaign-bottom-right,
  .block.related .salescampaign-bottom-right,
  .widget-product-carousel .salescampaign-top-right,
  .block.upsell .salescampaign-top-right,
  .block.related .salescampaign-top-right {
    right: 0;
  }
}
@media only screen and (max-width: 769px) {
  .widget-product-carousel .salescampaign-bottom-right,
  .block.upsell .salescampaign-bottom-right,
  .block.related .salescampaign-bottom-right,
  .widget-product-carousel .salescampaign-top-right,
  .block.upsell .salescampaign-top-right,
  .block.related .salescampaign-top-right {
    right: -40px;
  }
}
@media only screen and (max-width: 650px) {
  .widget-product-carousel .salescampaign-bottom-right,
  .block.upsell .salescampaign-bottom-right,
  .block.related .salescampaign-bottom-right,
  .widget-product-carousel .salescampaign-top-right,
  .block.upsell .salescampaign-top-right,
  .block.related .salescampaign-top-right {
    right: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .widget-product-carousel .salescampaign-bottom-right,
  .block.upsell .salescampaign-bottom-right,
  .block.related .salescampaign-bottom-right,
  .widget-product-carousel .salescampaign-top-right,
  .block.upsell .salescampaign-top-right,
  .block.related .salescampaign-top-right {
    right: 0;
  }
}
@media only screen and (min-width: 1201px) {
  .widget-product-carousel .salescampaign-bottom-right.sc-discount,
  .block.upsell .salescampaign-bottom-right.sc-discount,
  .block.related .salescampaign-bottom-right.sc-discount,
  .widget-product-carousel .salescampaign-top-right.sc-discount,
  .block.upsell .salescampaign-top-right.sc-discount,
  .block.related .salescampaign-top-right.sc-discount {
    right: -20px;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .widget-product-carousel .salescampaign-bottom-right.sc-discount,
  .block.upsell .salescampaign-bottom-right.sc-discount,
  .block.related .salescampaign-bottom-right.sc-discount,
  .widget-product-carousel .salescampaign-top-right.sc-discount,
  .block.upsell .salescampaign-top-right.sc-discount,
  .block.related .salescampaign-top-right.sc-discount {
    right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .widget-product-carousel .salescampaign-bottom-right.sc-discount,
  .block.upsell .salescampaign-bottom-right.sc-discount,
  .block.related .salescampaign-bottom-right.sc-discount,
  .widget-product-carousel .salescampaign-top-right.sc-discount,
  .block.upsell .salescampaign-top-right.sc-discount,
  .block.related .salescampaign-top-right.sc-discount {
    right: 10px;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1026px) {
  .widget-product-carousel .salescampaign-bottom-right.sc-discount,
  .block.upsell .salescampaign-bottom-right.sc-discount,
  .block.related .salescampaign-bottom-right.sc-discount,
  .widget-product-carousel .salescampaign-top-right.sc-discount,
  .block.upsell .salescampaign-top-right.sc-discount,
  .block.related .salescampaign-top-right.sc-discount {
    right: -15px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .widget-product-carousel .salescampaign-bottom-right.sc-discount,
  .block.upsell .salescampaign-bottom-right.sc-discount,
  .block.related .salescampaign-bottom-right.sc-discount,
  .widget-product-carousel .salescampaign-top-right.sc-discount,
  .block.upsell .salescampaign-top-right.sc-discount,
  .block.related .salescampaign-top-right.sc-discount {
    right: 5px;
  }
}
@media only screen and (max-width: 769px) {
  .widget-product-carousel .salescampaign-bottom-right.sc-discount,
  .block.upsell .salescampaign-bottom-right.sc-discount,
  .block.related .salescampaign-bottom-right.sc-discount,
  .widget-product-carousel .salescampaign-top-right.sc-discount,
  .block.upsell .salescampaign-top-right.sc-discount,
  .block.related .salescampaign-top-right.sc-discount {
    right: -30px;
  }
}
@media only screen and (max-width: 650px) {
  .widget-product-carousel .salescampaign-bottom-right.sc-discount,
  .block.upsell .salescampaign-bottom-right.sc-discount,
  .block.related .salescampaign-bottom-right.sc-discount,
  .widget-product-carousel .salescampaign-top-right.sc-discount,
  .block.upsell .salescampaign-top-right.sc-discount,
  .block.related .salescampaign-top-right.sc-discount {
    right: -10px;
  }
}
@media only screen and (max-width: 575px) {
  .widget-product-carousel .salescampaign-bottom-right.sc-discount,
  .block.upsell .salescampaign-bottom-right.sc-discount,
  .block.related .salescampaign-bottom-right.sc-discount,
  .widget-product-carousel .salescampaign-top-right.sc-discount,
  .block.upsell .salescampaign-top-right.sc-discount,
  .block.related .salescampaign-top-right.sc-discount {
    right: 10px;
  }
}
@media only screen and (min-width: 1201px) {
  .widget-product-carousel .salescampaign-bottom-left,
  .block.upsell .salescampaign-bottom-left,
  .block.related .salescampaign-bottom-left,
  .widget-product-carousel .salescampaign-top-left,
  .block.upsell .salescampaign-top-left,
  .block.related .salescampaign-top-left {
    left: -28px;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .widget-product-carousel .salescampaign-bottom-left,
  .block.upsell .salescampaign-bottom-left,
  .block.related .salescampaign-bottom-left,
  .widget-product-carousel .salescampaign-top-left,
  .block.upsell .salescampaign-top-left,
  .block.related .salescampaign-top-left {
    left: -10px;
  }
}
@media only screen and (max-width: 1100px) {
  .widget-product-carousel .salescampaign-bottom-left,
  .block.upsell .salescampaign-bottom-left,
  .block.related .salescampaign-bottom-left,
  .widget-product-carousel .salescampaign-top-left,
  .block.upsell .salescampaign-top-left,
  .block.related .salescampaign-top-left {
    left: 0;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1026px) {
  .widget-product-carousel .salescampaign-bottom-left,
  .block.upsell .salescampaign-bottom-left,
  .block.related .salescampaign-bottom-left,
  .widget-product-carousel .salescampaign-top-left,
  .block.upsell .salescampaign-top-left,
  .block.related .salescampaign-top-left {
    left: -18px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .widget-product-carousel .salescampaign-bottom-left,
  .block.upsell .salescampaign-bottom-left,
  .block.related .salescampaign-bottom-left,
  .widget-product-carousel .salescampaign-top-left,
  .block.upsell .salescampaign-top-left,
  .block.related .salescampaign-top-left {
    left: 0;
  }
}
@media only screen and (max-width: 769px) {
  .widget-product-carousel .salescampaign-bottom-left,
  .block.upsell .salescampaign-bottom-left,
  .block.related .salescampaign-bottom-left,
  .widget-product-carousel .salescampaign-top-left,
  .block.upsell .salescampaign-top-left,
  .block.related .salescampaign-top-left {
    left: -40px;
  }
}
@media only screen and (max-width: 650px) {
  .widget-product-carousel .salescampaign-bottom-left,
  .block.upsell .salescampaign-bottom-left,
  .block.related .salescampaign-bottom-left,
  .widget-product-carousel .salescampaign-top-left,
  .block.upsell .salescampaign-top-left,
  .block.related .salescampaign-top-left {
    left: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .widget-product-carousel .salescampaign-bottom-left,
  .block.upsell .salescampaign-bottom-left,
  .block.related .salescampaign-bottom-left,
  .widget-product-carousel .salescampaign-top-left,
  .block.upsell .salescampaign-top-left,
  .block.related .salescampaign-top-left {
    left: 0;
  }
}
@media only screen and (min-width: 1201px) {
  .widget-product-carousel .salescampaign-bottom-left.sc-discount,
  .block.upsell .salescampaign-bottom-left.sc-discount,
  .block.related .salescampaign-bottom-left.sc-discount,
  .widget-product-carousel .salescampaign-top-left.sc-discount,
  .block.upsell .salescampaign-top-left.sc-discount,
  .block.related .salescampaign-top-left.sc-discount {
    left: -15px;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .widget-product-carousel .salescampaign-bottom-left.sc-discount,
  .block.upsell .salescampaign-bottom-left.sc-discount,
  .block.related .salescampaign-bottom-left.sc-discount,
  .widget-product-carousel .salescampaign-top-left.sc-discount,
  .block.upsell .salescampaign-top-left.sc-discount,
  .block.related .salescampaign-top-left.sc-discount {
    left: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .widget-product-carousel .salescampaign-bottom-left.sc-discount,
  .block.upsell .salescampaign-bottom-left.sc-discount,
  .block.related .salescampaign-bottom-left.sc-discount,
  .widget-product-carousel .salescampaign-top-left.sc-discount,
  .block.upsell .salescampaign-top-left.sc-discount,
  .block.related .salescampaign-top-left.sc-discount {
    left: 10px;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1026px) {
  .widget-product-carousel .salescampaign-bottom-left.sc-discount,
  .block.upsell .salescampaign-bottom-left.sc-discount,
  .block.related .salescampaign-bottom-left.sc-discount,
  .widget-product-carousel .salescampaign-top-left.sc-discount,
  .block.upsell .salescampaign-top-left.sc-discount,
  .block.related .salescampaign-top-left.sc-discount {
    left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .widget-product-carousel .salescampaign-bottom-left.sc-discount,
  .block.upsell .salescampaign-bottom-left.sc-discount,
  .block.related .salescampaign-bottom-left.sc-discount,
  .widget-product-carousel .salescampaign-top-left.sc-discount,
  .block.upsell .salescampaign-top-left.sc-discount,
  .block.related .salescampaign-top-left.sc-discount {
    left: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .widget-product-carousel .salescampaign-bottom-left.sc-discount,
  .block.upsell .salescampaign-bottom-left.sc-discount,
  .block.related .salescampaign-bottom-left.sc-discount,
  .widget-product-carousel .salescampaign-top-left.sc-discount,
  .block.upsell .salescampaign-top-left.sc-discount,
  .block.related .salescampaign-top-left.sc-discount {
    left: -30px;
  }
}
@media only screen and (max-width: 650px) {
  .widget-product-carousel .salescampaign-bottom-left.sc-discount,
  .block.upsell .salescampaign-bottom-left.sc-discount,
  .block.related .salescampaign-bottom-left.sc-discount,
  .widget-product-carousel .salescampaign-top-left.sc-discount,
  .block.upsell .salescampaign-top-left.sc-discount,
  .block.related .salescampaign-top-left.sc-discount {
    left: -10px;
  }
}
@media only screen and (max-width: 575px) {
  .widget-product-carousel .salescampaign-bottom-left.sc-discount,
  .block.upsell .salescampaign-bottom-left.sc-discount,
  .block.related .salescampaign-bottom-left.sc-discount,
  .widget-product-carousel .salescampaign-top-left.sc-discount,
  .block.upsell .salescampaign-top-left.sc-discount,
  .block.related .salescampaign-top-left.sc-discount {
    left: 10px;
  }
}
.catalog-category-view .product-item-photo,
.catalogsearch-result-index .product-item-photo {
  display: block;
}
.catalog-category-view .campaign-image,
.catalogsearch-result-index .campaign-image {
  max-width: 70px;
}
@media only screen and (max-width: 768px) {
  .catalog-category-view .campaign-image,
  .catalogsearch-result-index .campaign-image {
    max-width: 60px;
  }
}
.catalog-category-view .salescampaign-bottom-right,
.catalogsearch-result-index .salescampaign-bottom-right,
.catalog-category-view .salescampaign-top-right,
.catalogsearch-result-index .salescampaign-top-right {
  right: 0;
}
.catalog-category-view .salescampaign-bottom-right.sc-discount,
.catalogsearch-result-index .salescampaign-bottom-right.sc-discount,
.catalog-category-view .salescampaign-top-right.sc-discount,
.catalogsearch-result-index .salescampaign-top-right.sc-discount {
  right: 10px;
}
.catalog-category-view .salescampaign-bottom-left,
.catalogsearch-result-index .salescampaign-bottom-left,
.catalog-category-view .salescampaign-top-left,
.catalogsearch-result-index .salescampaign-top-left {
  left: 0;
}
.catalog-category-view .salescampaign-bottom-left.sc-discount,
.catalogsearch-result-index .salescampaign-bottom-left.sc-discount,
.catalog-category-view .salescampaign-top-left.sc-discount,
.catalogsearch-result-index .salescampaign-top-left.sc-discount {
  left: 10px;
}
.gallery-placeholder .campaign-image,
.fotorama--fullscreen .campaign-image {
  display: block;
  max-width: 110px;
}
@media only screen and (max-width: 768px) {
  .gallery-placeholder .campaign-image,
  .fotorama--fullscreen .campaign-image {
    max-width: 80px;
  }
}
.gallery-placeholder .campaign-image.sc-discount,
.fotorama--fullscreen .campaign-image.sc-discount {
  max-width: 120px;
  width: 100%;
  height: 120px;
}
.gallery-placeholder .salescampaign-bottom-right,
.fotorama--fullscreen .salescampaign-bottom-right,
.gallery-placeholder .salescampaign-bottom-left,
.fotorama--fullscreen .salescampaign-bottom-left {
  bottom: 0;
}
.gallery-placeholder .salescampaign-top-right,
.fotorama--fullscreen .salescampaign-top-right,
.gallery-placeholder .salescampaign-top-left,
.fotorama--fullscreen .salescampaign-top-left {
  top: 0;
}
.gallery-placeholder .salescampaign-bottom-right,
.fotorama--fullscreen .salescampaign-bottom-right,
.gallery-placeholder .salescampaign-top-right,
.fotorama--fullscreen .salescampaign-top-right {
  right: 0;
}
.gallery-placeholder .salescampaign-bottom-left,
.fotorama--fullscreen .salescampaign-bottom-left,
.gallery-placeholder .salescampaign-top-left,
.fotorama--fullscreen .salescampaign-top-left {
  left: 0;
}
.fotorama--fullscreen .salescampaign-bottom-right.sc-discount,
.fotorama--fullscreen .salescampaign-bottom-left.sc-discount {
  bottom: 0;
}
.fotorama--fullscreen .salescampaign-top-right.sc-discount,
.fotorama--fullscreen .salescampaign-top-left.sc-discount {
  top: 25px;
}
.fotorama--fullscreen .salescampaign-bottom-right.sc-discount,
.fotorama--fullscreen .salescampaign-top-right.sc-discount {
  right: 25px;
}
.fotorama--fullscreen .salescampaign-bottom-left.sc-discount,
.fotorama--fullscreen .salescampaign-top-left.sc-discount {
  left: 25px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amcompany-tree-line.-vertical {
  border-left: 1px dashed #cfcfcf;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.amcompany-tree-line.-horizontal {
  border-top: 1px dashed #cfcfcf;
  content: '';
  left: -18px;
  position: absolute;
  right: 0;
  width: 15px;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.buzz-hideprice-message,
.buzz-hideprice-message:link,
.buzz-hideprice-message:visited,
.buzz-hideprice-message:hover,
.buzz-hideprice-message:focus,
.buzz-hideprice-message:active {
  text-decoration: none;
  display: block;
  color: inherit;
}
.buzz-hideprice-message {
  font-weight: 500;
  text-align: center;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-decoration: none;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px;
}
.buzz-hideprice-message:hover {
  background: #333333;
  color: #eeeeee;
  border-color: #333333;
  text-decoration: none;
  cursor: pointer;
}
.buzz-guest .buzz-price-wrapper .price,
.buzz-guest .buzz-price-wrapper .price-box,
.buzz-guest .buzz-price-wrapper .price-final_price {
  display: none !important;
}
.buzz-guest .buzz-hideprice-message {
  display: block !important;
}
.buzz-logged-in .buzz-price-wrapper .price,
.buzz-logged-in .buzz-price-wrapper .price-box,
.buzz-logged-in .buzz-price-wrapper .price-final_price {
  display: block !important;
}
.buzz-logged-in .buzz-hideprice-message {
  display: none !important;
}
@media (min-width: 992px) {
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    display: table;
    content: '';
    clear: both;
  }
  .sw-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .sw-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 0;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1::before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2::before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3::before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li > a > span {
    position: relative;
  }
  .sw-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: -10px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -4px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    right: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 15px 10px 0;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .sw-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: .2s opacity;
  }
  .sw-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .sw-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .sw-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    color: #777;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul:before,
  .sw-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 10px;
    left: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 0;
    text-transform: uppercase;
    color: #696969;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block {
    padding-left: 0;
    padding-right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.classic .submenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    padding: 5px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 6;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a > span {
    margin-right: auto;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic .submenu,
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0.staticwidth .submenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0 > em,
  .sw-megamenu.navigation li.level0 i {
    color: inherit;
    margin-right: .5rem;
  }
  .sw-megamenu.navigation.side-megamenu {
    padding: 0;
  }
  .sw-megamenu.navigation.side-megamenu li {
    margin: 0;
    position: relative;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
    margin-top: 1px;
    float: none !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
    margin-right: -2px;
    line-height: inherit;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e819';
    margin-left: -2px;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e819';
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
    padding: 5px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu .subchildmenu .subchildmenu {
    padding: 5px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 1024px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    margin-left: 16px;
    margin-right: 18px;
    padding: 14px 12px 14px 5px;
    color: inherit;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    flex: 1;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    order: 2;
    text-align: right;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    color: inherit;
    margin-right: .5rem;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    margin-left: .5rem;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child {
    margin-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    color: inherit;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    content: '';
    position: absolute;
    border-right: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -12px;
    top: 11.5px;
    z-index: 112;
    width: auto;
    height: auto;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    border-left: 12px solid #fff;
    border-right: none;
    right: -12px;
    left: auto;
  }
  .sw-megamenu.navigation.side-megamenu li.active {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation.side-megamenu li.active + .level0 > a {
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .sw-megamenu.navigation.side-megamenu {
    display: none;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
    float: none !important;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
}
/**
 * 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%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@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;
}
.box-frenet-quote h4 {
  align-items: center;
  color: #616161;
  display: flex;
  gap: 1rem;
  margin: 4rem 0 1rem;
  font-size: 1.3rem;
}
.box-frenet-quote .field {
  width: 100% !important;
}
.box-frenet-quote .field .control {
  display: flex;
  gap: 1rem;
  height: 40px;
}
.box-frenet-quote .field .control input {
  height: 100%;
}
.box-frenet-quote .field .control button {
  background-color: #888;
  border: 0;
  border-radius: 8px;
  font-size: 1.3rem;
}
.default-scrollbar::-webkit-scrollbar,
.minicart-wrapper .block-minicart .minicart-items-wrapper::-webkit-scrollbar,
.checkout-index-index .items-in-cart .minicart-items-wrapper::-webkit-scrollbar,
.catalog-category-view .filter-content::-webkit-scrollbar,
.catalogsearch-result-index .filter-content::-webkit-scrollbar {
  width: 4px;
}
.default-scrollbar::-webkit-scrollbar-track,
.minicart-wrapper .block-minicart .minicart-items-wrapper::-webkit-scrollbar-track,
.checkout-index-index .items-in-cart .minicart-items-wrapper::-webkit-scrollbar-track,
.catalog-category-view .filter-content::-webkit-scrollbar-track,
.catalogsearch-result-index .filter-content::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 4px;
}
.default-scrollbar::-webkit-scrollbar-thumb,
.minicart-wrapper .block-minicart .minicart-items-wrapper::-webkit-scrollbar-thumb,
.checkout-index-index .items-in-cart .minicart-items-wrapper::-webkit-scrollbar-thumb,
.catalog-category-view .filter-content::-webkit-scrollbar-thumb,
.catalogsearch-result-index .filter-content::-webkit-scrollbar-thumb {
  background: #BDBDBD;
  border-radius: 4px;
}
.default-scrollbar-horizontal::-webkit-scrollbar,
ul.opc-progress-bar::-webkit-scrollbar,
.checkout-index-index .opc-wrapper .shipping-address-items::-webkit-scrollbar {
  height: 4px;
}
.default-scrollbar-horizontal::-webkit-scrollbar-track,
ul.opc-progress-bar::-webkit-scrollbar-track,
.checkout-index-index .opc-wrapper .shipping-address-items::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 4px;
}
.default-scrollbar-horizontal::-webkit-scrollbar-thumb,
ul.opc-progress-bar::-webkit-scrollbar-thumb,
.checkout-index-index .opc-wrapper .shipping-address-items::-webkit-scrollbar-thumb {
  background: #BDBDBD;
  border-radius: 4px;
}
.store-switcher,
.page-header > .panel.wrapper .switcher {
  align-items: center;
  display: flex;
  float: none;
  margin: 0;
  order: unset;
}
.store-switcher > .text,
.page-header > .panel.wrapper .switcher > .text {
  font-size: 11px;
  line-height: 1.2;
  margin-right: 6px;
}
.store-switcher > .text strong,
.page-header > .panel.wrapper .switcher > .text strong {
  font-weight: 400;
}
.store-switcher .switcher-options,
.page-header > .panel.wrapper .switcher .switcher-options {
  align-items: center;
  background: #347a6c;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  font-size: 14px;
  height: 32px;
  justify-content: center;
  padding: 0 10px;
  width: 154px;
  font-weight: 300;
}
.store-switcher .switcher-options > ul.switcher-dropdown,
.page-header > .panel.wrapper .switcher .switcher-options > ul.switcher-dropdown {
  border-radius: 4px;
  font-size: 12px;
  min-width: unset;
  width: 100%;
}
.store-switcher .switcher-options > ul.switcher-dropdown::before,
.page-header > .panel.wrapper .switcher .switcher-options > ul.switcher-dropdown::before {
  right: 13px;
}
.store-switcher .switcher-options > ul.switcher-dropdown::after,
.page-header > .panel.wrapper .switcher .switcher-options > ul.switcher-dropdown::after {
  right: 12px;
}
.store-switcher .switcher-trigger,
.page-header > .panel.wrapper .switcher .switcher-trigger {
  align-items: center;
  display: flex !important;
  justify-content: center;
  line-height: 1;
}
.store-switcher .switcher-trigger strong,
.page-header > .panel.wrapper .switcher .switcher-trigger strong {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-right: 8px;
}
.store-switcher .switcher-trigger::after,
.page-header > .panel.wrapper .switcher .switcher-trigger::after {
  color: #ffffff;
}
.store-switcher.store,
.page-header > .panel.wrapper .switcher.store {
  margin-right: 45px;
}
.store-switcher.store .switcher-trigger::before,
.page-header > .panel.wrapper .switcher.store .switcher-trigger::before {
  background-color: #24564d;
  content: "";
  display: block;
  height: 20px;
  margin-right: 0px;
  width: 20px;
  -webkit-mask: url("../images/icon/svg/location-pin.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/location-pin.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 2px;
}
.store-switcher.currency .switcher-options,
.page-header > .panel.wrapper .switcher.currency .switcher-options {
  width: 84px;
}
.store-switcher.currency .switcher-trigger::before,
.page-header > .panel.wrapper .switcher.currency .switcher-trigger::before {
  background-color: #24564d;
  content: "";
  display: block;
  height: 20px;
  margin-right: 0px;
  width: 20px;
  -webkit-mask: url("../images/icon/svg/money.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/money.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 2px;
}
.custom-checkbox {
  display: flex !important;
  align-items: center;
}
.custom-checkbox > input {
  display: none;
}
.custom-checkbox .customcheckbox {
  align-items: center;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  display: flex;
  height: 20px;
  justify-content: center;
  margin: 0 8px 0 0;
  width: 20px;
}
.custom-checkbox .checkbox:checked ~ .customcheckbox {
  background-color: #ffffff;
}
.custom-checkbox .checkbox:checked ~ .customcheckbox::after {
  background-color: #89ba43;
  content: '';
  height: 12px;
  width: 12px;
  border-radius: 2px;
  box-sizing: border-box;
}
.custom-checkbox > .text {
  color: #6e6e6e;
  font-size: 16px;
}
.custom-checkbox-02 {
  display: flex !important;
  align-items: center;
}
.custom-checkbox-02 > input {
  display: none;
}
.custom-checkbox-02 .customcheckbox {
  align-items: center;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #87898b;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  height: 16px;
  justify-content: center;
  margin: 0 8px 0 0;
  width: 16px;
}
.custom-checkbox-02 .checkbox:checked ~ .customcheckbox {
  background-color: #ffffff;
}
.custom-checkbox-02 .checkbox:checked ~ .customcheckbox::after {
  background-color: #358278;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 2px;
  box-sizing: border-box;
}
.custom-checkbox-02 > .text {
  color: #000000;
  font-size: 14px;
}
.custom-checkbox-03 {
  align-items: center;
  display: flex !important;
}
.custom-checkbox-03 > input {
  display: none;
}
.custom-checkbox-03 .customcheckbox {
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #87898b;
  box-sizing: border-box;
  display: flex;
  height: 20px;
  justify-content: center;
  margin: 0 8px 0 0;
  width: 20px;
}
.custom-checkbox-03 .checkbox:checked ~ .customcheckbox {
  background: #ffffff;
}
.custom-checkbox-03 .checkbox:checked ~ .customcheckbox::after {
  background: #358278;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  height: 14px;
  width: 14px;
}
.custom-show-password {
  position: absolute;
  right: 10px;
  top: 12px;
}
.custom-show-password > .label {
  display: block;
}
.custom-show-password > .label > .icon {
  display: flex;
  align-items: center;
}
.custom-show-password > .label > .icon::before {
  background-color: #939598;
  content: "";
  display: block;
  height: 20px;
  margin-right: 0px;
  width: 20px;
  -webkit-mask: url("../images/icon/svg/visibility.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/visibility.svg") no-repeat center;
  mask-size: 100%;
}
.custom-show-password > .label > input {
  display: none;
}
.custom-show-password > .label.visible > .icon::before {
  background-color: #939598;
  content: "";
  display: block;
  height: 20px;
  margin-right: 0px;
  width: 20px;
  -webkit-mask: url("../images/icon/svg/visibility-off.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/visibility-off.svg") no-repeat center;
  mask-size: 100%;
}
.mobile-only {
  display: none !important;
}
@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  color: #2a2a2a;
  background: #eef6f3;
}
body,
button,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"],
.action.primary,
.action-primary {
  font-family: 'Heebo', sans-serif, sans-serif;
}
a,
.alink,
a:visited,
.alink:visited {
  color: #000000;
}
a:hover,
.alink:hover,
a:visited:hover,
.alink:visited:hover {
  color: #000000;
  text-decoration: underline;
}
select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
.select2-selection[role="combobox"] {
  align-items: center;
  border-radius: 8px;
  border: 1px solid #b3b3b3;
  box-shadow: none !important;
  box-sizing: border-box;
  color: #2a2a2a;
  display: flex;
  font-size: 1.4rem;
  height: 44px;
  margin: 0;
  padding: 10px 12px;
}
select::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type*="date"]::placeholder,
.select2-selection[role="combobox"]::placeholder {
  color: rgba(133, 167, 173, 0.5);
  font-style: normal;
  font-weight: 400;
  font-size: inherit !important;
}
select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type*="date"]:focus,
.select2-selection[role="combobox"]:focus,
select:focus-within,
input[type="text"]:focus-within,
input[type="email"]:focus-within,
input[type="password"]:focus-within,
input[type="url"]:focus-within,
input[type="tel"]:focus-within,
input[type="search"]:focus-within,
input[type="number"]:focus-within,
input[type*="date"]:focus-within,
.select2-selection[role="combobox"]:focus-within {
  border-color: #358278;
}
textarea {
  align-items: center;
  border-radius: 8px;
  border: 1px solid #bebebf;
  box-shadow: none !important;
  box-sizing: border-box;
  color: #504b43;
  display: flex;
  font-size: 1.4rem;
  height: 46px;
  line-height: 1;
  margin: 0;
  padding: 10px 12px;
}
textarea::placeholder {
  color: #504b43;
  font-style: normal;
  font-weight: 400;
}
textarea:focus,
textarea:focus-within {
  border-color: #89ba43;
}
.action.primary,
.action-primary {
  background-color: #358278;
  border-color: #358278;
  border-radius: 8px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
  height: 40px;
  padding: 10px 20px;
}
.action.primary:hover,
.action-primary:hover,
.action.primary:active,
.action-primary:active,
.action.primary:focus,
.action-primary:focus {
  background-color: #347a6c;
  border-color: #347a6c;
}
.fieldset > .field > .label {
  font-weight: 400;
}
.field .control {
  position: relative;
}
._keyfocus *,
._keyfocus *:focus {
  box-shadow: unset;
}
.field.password .control .input-text {
  z-index: unset;
}
.limiter-options {
  min-width: 60px;
}
.nav-sections .navigation > ul,
.breadcrumbs > .items,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-bottom > .content,
.block.category.event,
.top-container,
.page-main,
.copyright-container > .content,
div[data-content-type="row"] > .row-full-width-inner,
div[data-content-type='row'][data-appearance='contained'],
div[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin: 0 auto !important;
  max-width: 1920px;
  padding: 0 20px;
  width: 100%;
}
.page-wrapper > .page-bottom {
  max-width: unset;
  padding: 0;
  width: 100%;
}
.page-main {
  padding: 40px 20px;
  width: 100% !important;
}
.slick-slider {
  z-index: unset;
}
.slick-slider .slick-arrow {
  align-items: center;
  border-radius: 50%;
  border: 1px solid #bebebf;
  display: flex;
  height: 22px;
  justify-content: center;
  line-height: 1;
  width: 22px;
  z-index: 1;
}
.slick-slider .slick-arrow::before {
  color: #000000;
  font-size: 12px;
  padding: 0;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.slick-slider .slick-arrow:hover {
  filter: brightness(0.9);
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 1;
}
.custom-overlay {
  background-color: #000;
  display: none;
  height: 100%;
  opacity: 0.75;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.nav-open .custom-overlay {
  display: block;
}
.amgdprcookie-bar-container .action-close {
  top: 10px !important;
  position: absolute !important;
}
.amgdprcookie-button.-settings {
  display: none !important;
}
.customer-account-logoutsuccess .sections.nav-sections {
  margin-bottom: 60px;
}
.buzz-hideprice-message {
  color: #358278 !important;
  align-items: center;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #358278;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.buzz-hideprice-message:hover {
  background-color: transparent;
  border-color: #347a6c;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 7px 0px;
  cursor: pointer;
  text-decoration: none;
}
.customer-account-logoutsuccess .page-main {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .agrega-impersonation-right .select2 .selection .select2-selection {
    height: 32px;
    padding: 0;
  }
  .agrega-impersonation-right .select2-container--default .select2-selection--single .select2-selection__rendered {
    box-sizing: border-box;
    padding: 10px 20px 10px 10px;
    margin: 0 !important;
    line-height: 1;
  }
}
@media (max-width: 542px) {
  .buzz-hideprice-message {
    padding: 5px;
    font-size: 1.3rem;
    width: 93%;
  }
  .catalog-product-view .product-info-main > .product-add-form .box-tocart .tocart {
    font-size: 1.6rem;
    height: 42px;
    padding: 8px 8px;
  }
  /*Checkout Scheduling */
  .schedule-wrapper .products-table .item__wrapper .card .message {
    text-align: center;
  }
  .schedule-wrapper .products-table .item__wrapper .item-footer .add-new-shipment {
    margin-top: 5%;
  }
}
@media (max-width: 768px) {
  .customer-wrapper {
    order: 1;
  }
}
.customer-container {
  margin-right: 20px;
  max-width: 192px;
  position: relative;
}
.customer-container > .wrapper {
  align-items: center;
  background: #347a6c;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 52px;
  padding: 8px 10px;
}
.customer-container > .wrapper > .icon::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 30px;
  margin-right: 0px;
  width: 30px;
  -webkit-mask: url("../images/icon/svg/user.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/user.svg") no-repeat center;
  mask-size: 100%;
}
.customer-container > .wrapper > .message {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-sizing: border-box;
  color: #ffffff;
  display: -webkit-box;
  font-size: 1.1rem;
  font-weight: 500;
  max-width: 116px;
  overflow: hidden;
  padding: 0 6px;
}
.customer-container > .wrapper > .message b,
.customer-container > .wrapper > .message strong {
  color: #ffffff;
  font-weight: 800;
}
.customer-container > .wrapper > .expand {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.customer-container > .wrapper > .expand::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 24px;
  margin-right: 0px;
  width: 24px;
  -webkit-mask: url("../images/icon/svg/angle-down.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/angle-down.svg") no-repeat center;
  mask-size: 100%;
}
.customer-container > .wrapper > .company {
  margin-top: 6px;
  width: 100%;
}
.customer-container > .wrapper > .company > span {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  background-color: #89ba43;
  border-radius: 4px;
  box-sizing: border-box;
  color: #24564d;
  display: -webkit-box;
  font-size: 1.1rem;
  font-weight: 500;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
  text-overflow: ellipsis;
}
.customer-container > .links {
  background: #ffffff;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #b3cbde;
  box-sizing: border-box;
  display: none;
  filter: drop-shadow(0px 4px 4px #161616);
  list-style: none;
  margin: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.customer-container > .links > .item {
  margin-bottom: 6px;
}
.customer-container > .links > .item:last-child {
  margin-bottom: 0;
}
.customer-container > .links > .item > .link {
  border-radius: 5px;
  border: 1px solid #24564d;
  color: #24564d;
  display: block;
  font-size: 1.2rem;
  padding: 8px 10px;
  text-align: center;
}
.customer-container > .links > .item > .link:hover {
  background: #24564d;
  border-color: #24564d;
  color: #ffffff;
  text-decoration: none;
}
.customer-container > .links > .item.highlight > .link {
  background: #347a6c;
  border-color: #347a6c;
  color: #ffffff;
}
.customer-container > .links > .item.highlight > .link:hover {
  background: #24564d;
  border-color: #24564d;
  color: #ffffff;
}
.customer-container:hover > .wrapper {
  background: #358278;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.customer-container:hover > .links {
  display: block;
}
.customer-container.unlogged {
  display: none;
}
.customer-container.unlogged.show {
  display: block;
}
.customer-container.logged > .wrapper {
  padding-right: 30px;
}
.customer-container.logged > .wrapper > .icon::before {
  height: 14px;
  width: 14px;
}
.customer-container.logged > .wrapper > .message {
  -webkit-line-clamp: 1;
  max-width: 130px;
  padding-right: 0;
}
.customer-container.logged > .wrapper > .expand {
  position: absolute;
  right: 5px;
}
@media (max-width: 768px) {
  .customer-container {
    margin: 0;
  }
  .customer-container > .wrapper > .icon {
    margin: 0;
  }
  .customer-container > .wrapper > .message,
  .customer-container > .wrapper > .expand {
    display: none;
  }
  .customer-container > .links {
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
  }
}
.customer-container.mobile {
  max-width: unset;
  width: 100%;
}
.customer-container.mobile > .wrapper {
  align-items: center;
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  display: flex;
  flex-wrap: nowrap;
  height: auto;
  padding: 18px 16px;
}
.customer-container.mobile > .wrapper > .icon::before {
  background-color: #24564d;
  height: 32px;
  width: 32px;
}
.customer-container.mobile > .wrapper > .text {
  padding-left: 10px;
  flex-grow: 1;
}
.customer-container.mobile > .wrapper > .text > .message {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #358278;
  display: -webkit-box;
  font-size: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customer-container.mobile > .wrapper > .text > .message b {
  font-weight: 700;
}
.customer-container.mobile > .wrapper > .text > .expand {
  display: none;
}
.customer-container.mobile > .wrapper > .text > .company {
  margin-top: 6px;
  width: 100%;
}
.customer-container.mobile > .wrapper > .text > .company > span {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  background-color: #89ba43;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  display: -webkit-box;
  font-size: 1.1rem;
  font-weight: 500;
  overflow: hidden;
  padding: 3px 20px;
  text-align: center;
  text-overflow: ellipsis;
}
.customer-container.mobile > .links {
  border: 0;
  display: block;
  filter: unset;
  padding: 0;
  position: static;
  transform: none;
  width: 100%;
}
.customer-container.mobile > .links > .item {
  margin: 0;
}
.customer-container.mobile > .links > .item > .link {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  color: #808080;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 16px;
  text-align: left;
}
.customer-container.mobile > .links > .item > .link:hover {
  background-color: #f2f2f2;
  border-color: #e0e0e0;
  color: #808080;
}
.customer-container.mobile.unlogged > .wrapper > .text > .message {
  -webkit-line-clamp: unset;
  display: block;
  max-width: 170px;
}
@media (max-width: 768px) {
  .header.content > .customer-wrapper {
    display: none;
  }
}
.page-footer {
  background: #347a6c;
  padding: 0;
}
.page-footer p,
.page-footer a,
.page-footer strong,
.page-footer .links a {
  color: #ffffff !important;
  font-weight: 400;
}
.page-footer .footer-row {
  padding: 60px 0;
}
.page-footer .footer-row .row-full-width-inner {
  padding: 0 !important;
}
.page-footer .footer-row.bottom {
  padding: 40px 0;
}
.page-footer .footer-column {
  padding-right: 20px;
}
.page-footer .footer-column p {
  font-size: 1.3rem;
  margin-bottom: 9px;
}
.page-footer .footer-column p > strong {
  color: #ffffff !important;
  font-size: 1.8rem;
  font-weight: 500;
}
.page-footer .footer-column .links {
  display: block;
  padding: 0;
}
.page-footer .footer-column .links > p {
  margin-bottom: 8px;
}
.page-footer .footer-column .links > p:last-child {
  margin-bottom: 0;
}
.page-footer .footer-column.rights p {
  color: #8c8282;
  margin: 0;
}
.page-footer .store-info p {
  line-height: 1.2;
  margin: 0 0 8px;
}
.page-footer .store-info p:last-child {
  margin-bottom: 0;
}
.page-footer .store-info .link {
  color: #e39c1b !important;
}
.page-footer .social-media {
  align-items: center;
  display: flex;
  gap: 20px;
}
.page-footer .social-media > .link {
  display: inline-block;
}
.page-footer .safety-stamps {
  margin: 0 0 40px;
}
.page-footer .safety-stamps > .list {
  display: flex;
  gap: 20px;
  padding: 0;
}
.page-footer .payment-methods > .title {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 20px;
}
.page-footer .payment-methods > .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}
.page-footer .payment-methods > .list img {
  display: block;
}
.page-footer hr {
  margin: 30px 0;
}
@media (max-width: 1024px) {
  .page-footer {
    margin-top: 0;
  }
  .page-footer .footer.content {
    padding: 50px 20px;
  }
  .page-footer .footer.content .links a {
    padding: 0;
  }
  .page-footer .footer-row {
    padding: 0;
  }
  .page-footer .footer-row div[data-content-type="divider"] {
    display: none;
  }
  .page-footer .footer-row .pagebuilder-column-line {
    flex-wrap: wrap !important;
  }
  .page-footer .footer-row .footer-column {
    padding: 0 !important;
    width: 100% !important;
    margin: 0 0 60px !important;
  }
  .page-footer .footer-row .footer-column.rights {
    border-top: 1px solid #ffffff;
    margin: 0 !important;
    order: 2;
    padding-top: 20px !important;
  }
  .page-footer .footer-row.bottom {
    padding: 0;
  }
  .page-footer .footer-row.bottom .footer-column {
    margin: 0 !important;
  }
  .page-footer .footer-row.bottom .footer-column.rights {
    margin: 0 !important;
  }
  .page-footer .safety-stamps {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .page-footer .footer-row .footer-column {
    margin: 0 0 24px !important;
  }
}
.copyright-container {
  background: #ffffff;
}
.copyright-container > .content {
  display: flex;
  justify-content: center;
  padding: 36px 20px;
}
.agrega-powered {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.agrega-powered > .text {
  color: #8c8282;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.agrega-powered > .image {
  display: block;
  max-width: 150px;
}
.page-header {
  background: linear-gradient(90deg, #358278 0%, #25b07e 100%);
}
.page-header > .panel.wrapper {
  background: #347a6c;
  border: 0;
  display: none;
}
.page-header > .panel.wrapper .action.skip {
  display: none;
}
.page-header > .panel.wrapper > .panel.header {
  align-items: center;
  background: transparent;
  box-sizing: border-box;
  display: flex;
  height: auto;
  justify-content: space-between;
  padding: 10px 20px;
}
.page-header > .panel.wrapper .switchers {
  align-items: center;
  display: flex;
  width: auto;
}
.page-header > .panel.wrapper .panel-message-container {
  margin: 0 20px;
}
.page-header > .content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: auto;
  padding: 16px 20px;
}
.page-header > .content .line-breaker {
  display: none;
  order: 1;
}
.page-header .nav-toggle {
  order: 2;
  padding: 6px;
}
.page-header .nav-toggle::before {
  color: #ffffff;
}
.page-header .nav-toggle:hover {
  background: #347a6c;
}
.page-header .nav-toggle:hover::before {
  color: #ffffff;
}
@media (max-width: 1440px) {
  .page-header > .panel.wrapper .switchers.store {
    margin-left: 20px;
  }
  .page-header > .panel.wrapper .panel-message-container {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .page-header > .content {
    flex-wrap: wrap;
  }
  .page-header > .content > .nav-sections {
    padding-top: 30px;
    order: 1;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .page-header > .panel.wrapper .switchers {
    width: auto;
  }
  .page-header > .content {
    flex-wrap: wrap;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header > .panel.wrapper > .panel.header {
    justify-content: center;
  }
  .page-header > .panel.wrapper .switchers {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  .page-header > .panel.wrapper .switcher {
    margin: 0;
  }
  .page-header > .panel.wrapper .switcher > .text {
    display: none;
  }
  .page-header > .panel.wrapper .switcher .switcher-options {
    width: 144px;
  }
  .page-header > .panel.wrapper .panel-menu {
    display: none;
  }
  .page-header > .content {
    height: auto;
    padding: 15px 20px;
  }
  .page-header > .content .line-breaker {
    display: block;
    flex-basis: 100%;
    height: 20px;
  }
  .page-header .nav-toggle {
    align-items: center;
    background: transparent;
    box-sizing: border-box;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
    position: static;
    width: 34px;
  }
  .page-header .nav-toggle::before {
    color: #ffffff;
    font-size: 24px;
  }
  .page-header .nav-toggle::after {
    display: none !important;
  }
  .page-header .nav-toggle:hover {
    filter: brightness(0.9);
  }
}
.panel-message {
  padding: 0;
}
.panel-message p {
  margin: 0;
  font-size: 1.4rem;
}
@media (max-width: 1440px) {
  .panel-message p {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .panel-message {
    display: none;
  }
}
.panel.header .menu > .list {
  display: flex;
  gap: 60px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.panel.header .menu > .list .item {
  margin: 0;
}
.panel.header .menu > .list a {
  color: #ffffff;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .panel.header {
    width: auto;
  }
  .panel.header .menu > .list {
    gap: unset;
    justify-content: center;
  }
  .panel.header .menu > .list a {
    padding: 8px 15px;
    font-size: 1.2rem;
  }
}
.logo {
  display: block;
  float: none;
  margin: 0 50px 0 0;
  z-index: unset;
}
@media (min-width: 1440px) {
  .logo {
    margin-top: -26px;
  }
}
@media (max-width: 1024px) {
  .logo {
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  .logo {
    display: flex;
    justify-content: center;
    margin: 0 auto !important;
  }
}
.agrega-culture > label {
  gap: 6px;
}
.agrega-culture > label::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 22px;
  margin-right: 0px;
  width: 22px;
  -webkit-mask: url("../images/icon/svg/plant.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/plant.svg") no-repeat center;
  mask-size: 100%;
}
.agrega-culture > label::after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 22px;
  margin-right: 0px;
  width: 22px;
  -webkit-mask: url("../images/icon/svg/angle-down.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/angle-down.svg") no-repeat center;
  mask-size: 100%;
}
.breadcrumbs {
  background: #eef6f3;
  margin: 0;
  max-width: unset;
  padding: 10px 0;
}
.breadcrumbs > .items {
  display: flex;
  padding: 0 20px;
}
.breadcrumbs > .items > .item {
  align-items: center;
  display: flex;
}
.breadcrumbs > .items > .item a,
.breadcrumbs > .items > .item strong {
  color: #8c8282;
  font-size: 1.3rem;
}
.breadcrumbs > .items > .item::after {
  color: #8c8282;
  font-size: 10px;
  margin: 0 18px;
}
.breadcrumbs > .items > .item.home a {
  font-size: 0;
}
.breadcrumbs > .items > .item.home a::before {
  background-color: #8c8282;
  content: "";
  display: block;
  height: 16px;
  margin-right: 0px;
  width: 16px;
  -webkit-mask: url("../images/icon/svg/home.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/home.svg") no-repeat center;
  mask-size: 100%;
}
@media (max-width: 768px) {
  .breadcrumbs {
    display: block;
    padding: 20px 30px;
  }
  .breadcrumbs > .items {
    padding: 0;
  }
}
.showcase-title {
  margin-bottom: 30px;
}
.showcase-title > .title {
  margin: 0;
  color: #24564d;
  font-weight: 700;
  font-size: 3.4rem;
}
.showcase-title > .subtitle {
  align-items: center;
  color: #87898b;
  display: flex;
  font-size: 1.6rem;
}
.showcase-title.carousel {
  text-align: center;
}
.showcase-title.carousel > .subtitle {
  display: block;
  color: #24564d;
}
@media (max-width: 768px) {
  .showcase-title > .title {
    font-size: 2.8rem;
  }
}
.product-items > .slick-list {
  margin: 0 -10px;
  padding-right: 140px;
}
.product-items .slick-slide {
  margin: 0 10px;
  opacity: 0.5;
}
.product-items .slick-slide.slick-active {
  opacity: 1;
}
.product-items .slick-dots {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
  position: static;
}
.product-items .slick-dots > li {
  align-items: center;
  border-radius: 50%;
  border: 1px solid #bebebf;
  box-sizing: border-box;
  display: flex;
  height: 15px;
  justify-content: center;
  width: 15px;
}
.product-items .slick-dots > li > button {
  background-color: transparent;
  border: 0;
  height: 7px;
  width: 7px;
}
.product-items .slick-dots > li.slick-active > button {
  background-color: #89ba43;
}
.product-items .product-item > .product-item-info {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  box-shadow: unset !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  transition: all 0.5s ease;
  width: 100%;
}
.product-items .product-item > .product-item-info > .product-item-photo {
  display: block;
  text-align: center;
  padding: 10px;
}
.product-items .product-item > .product-item-info > .product-item-details {
  background: transparent;
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #e6e6e6;
  padding: 10px;
  transition: all 0.5s ease;
}
.product-items .product-item > .product-item-info .product-item-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 38px;
  line-height: 1.2;
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-items .product-item > .product-item-info .product-item-name > .product-item-link {
  color: #2a2a2a;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  height: 100%;
  hyphens: unset !important;
}
.product-items .product-item > .product-item-info .product-item-inner {
  background: unset !important;
  border: 0 !important;
  box-shadow: unset !important;
  clip: unset !important;
  display: block !important;
  height: auto !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  position: static !important;
  width: 100% !important;
}
.product-items .product-item > .product-item-info .product-item-inner::before {
  display: none;
}
.product-items .product-item > .product-item-info:hover {
  border-color: #358278;
}
.product-items .product-item > .product-item-info:hover > .product-item-details {
  border-color: #358278;
}
.product-items .product-item .price-box {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
}
.product-items .product-item .price-box .price-container .price-label {
  display: none;
}
.product-items .product-item .price-box .price-container.price-final_price .price {
  color: #358278;
  font-size: 1.6rem;
  font-weight: 700;
}
.product-items .product-item .price-box > .old-price {
  margin: 0;
}
.product-items .product-item .price-box > .old-price .price {
  color: #b3b3b3 !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  text-decoration: line-through;
}
.product-items .product-item .price-box > .special-price .price {
  font-weight: 700;
}
.product-items .product-item .price-box .incrementUnit {
  color: #2a2a2a;
  font-size: 1.6rem;
  font-weight: 700;
}
.product-items .product-item .prices-div {
  align-items: flex-start;
  flex-direction: column;
  margin: 0;
}
.product-items .product-item .prices-div .old-price {
  font-size: 1.1rem;
}
.product-items .product-item .prices-div .regular-price,
.product-items .product-item .prices-div .special-price {
  color: #358278;
  font-weight: 800;
  font-size: 1.6rem;
}
.product-items .product-item .best-installment {
  color: #87898b;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}
.product-items .product-item .best-installment strong {
  color: inherit;
  font-weight: 400;
}
.product-items .product-item .discounts .item {
  color: #87898b;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}
.product-items .product-item .discounts .item strong {
  font-weight: 400;
}
.product-items .product-item .product-item-actions {
  display: block;
  margin: 0;
  width: 100%;
}
.product-items .product-item .product-item-actions .actions-primary {
  display: none;
  width: 100%;
}
.product-items .product-item .product-item-actions .tocart {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: unset;
  color: #ffffff;
  display: flex;
  font-size: 1.1rem;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
.product-items .product-item .product-item-actions .tocart::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 19px;
  margin-right: 0px;
  width: 16px;
  -webkit-mask: url("../images/icon/svg/shopping-bag2.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/shopping-bag2.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 8px;
}
.product-items .product-item .product-item-actions .tocart:hover {
  background: #347a6c;
}
.product-items .product-item .product-item-actions .actions-secondary {
  display: none;
}
@media (max-width: 768px) {
  .product-items > .slick-list {
    padding-right: 0;
  }
  .product-items .slick-slide {
    margin: 0 11px;
  }
  .product-items .product-item > .product-item-info > .product-item-details {
    padding: 12px 10px;
  }
  .product-items .product-item > .product-item-info .product-item-name {
    height: 32px;
  }
  .product-items .product-item > .product-item-info .product-item-name > .product-item-link {
    font-size: 1.4rem;
  }
  .product-items .product-item .product-item-actions .tocart {
    font-size: 1.1rem !important;
    padding: 5px;
  }
  .product-items .product-item .product-item .price-box .price-container.price-final_price .price {
    font-size: 1.8rem;
  }
}
@media (max-width: 550px) {
  .product-items .product-item .product-item-actions .tocart {
    font-size: 1rem !important;
  }
}
.products-list .product-items .product-item > .product-item-info {
  flex-direction: row;
}
.products-list .product-items .product-item > .product-item-info > .product-item-photo {
  width: 165px;
}
.products-list .product-items .product-item > .product-item-info > .product-item-details {
  display: flex;
  flex-direction: column;
  border-radius: 0 8px 8px 0;
  flex-grow: 1;
}
.products-list .product-items .product-item > .product-item-info > .product-item-details .product-item-description {
  display: none;
}
.products-list .product-items .product-item > .product-item-info > .product-item-details > .product-item-inner {
  margin: auto 0 0 !important;
}
.block.widget.grid .products-grid .widget-product-grid.product-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  overflow: hidden;
}
.block.widget.grid .products-grid .widget-product-grid.product-items > .product-item {
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 0 10px;
  width: 25% !important;
}
@media (max-width: 1024px) {
  .block.widget.grid .products-grid .widget-product-grid.product-items > .product-item > .product-item-info .product-item-name > .product-item-link {
    font-size: 1.4rem;
  }
  .block.widget.grid .products-grid .widget-product-grid.product-items > .product-item > .product-item-info .price-box .price-container.price-final_price .price {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .block.widget.grid .products-grid .widget-product-grid.product-items > .product-item {
    width: 50% !important;
  }
}
.sidebar-additional .product-items .product-item > .product-item-info > .product-item-details {
  border: 0;
}
.wishlist-toolbar .pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wishlist-toolbar .pager .limiter {
  align-items: center;
  display: flex;
  gap: 6px;
  z-index: unset;
}
.wishlist-toolbar .pager .limiter .limiter-text {
  display: none;
}
.wishlist-toolbar .pager .limiter .limiter-options {
  background-color: #ffffff;
  background-position: 100% 50%;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  box-shadow: unset;
  box-sizing: border-box;
  color: #2a2a2a;
  font-size: 1.2rem;
  font-weight: 500;
  height: auto;
  margin: 0;
  padding: 7px 10px;
  width: 66px;
}
.wishlist-toolbar:last-child .toolbar-amount,
.wishlist-toolbar:last-child .limiter {
  display: none;
}
.products-grid.wishlist > .product-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.products-grid.wishlist > .product-items > .product-item {
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 0 10px;
  width: 25%;
}
.products-grid.wishlist > .product-items > .product-item > .product-item-info > .product-item-photo {
  border-bottom: 1px solid #e6e6e6;
}
.products-grid.wishlist > .product-items > .product-item > .product-item-info > .product-item-name {
  padding: 0 10px;
  text-align: left;
}
.products-grid.wishlist > .product-items > .product-item > .product-item-info > .price-box {
  padding: 0 10px;
}
.products-grid.wishlist > .product-items > .product-item > .product-item-info > .price-box .price-as-configured {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
}
.products-grid.wishlist > .product-items > .product-item > .product-item-info > .price-box .price-container .price {
  color: #2a2a2a;
  font-size: 1.6rem;
}
.products-grid.wishlist > .product-items > .product-item > .product-item-info > .price-box .old-price .price {
  color: #e6e6e6 !important;
  font-size: 1.1rem !important;
  font-weight: 400;
  text-decoration: line-through;
}
.products-grid.wishlist > .product-items > .product-item > .product-item-info .product-item-inner {
  background: transparent !important;
  box-sizing: border-box;
  display: block !important;
  padding: 10px !important;
  position: static !important;
}
.products-grid.wishlist > .product-items > .product-item > .product-item-info .product-item-inner .box-tocart {
  margin: 0;
  float: unset !important;
}
.products-grid.wishlist > .product-items > .product-item > .product-item-info .product-item-inner .box-tocart .product-item-actions {
  display: block;
}
.products-grid.wishlist > .product-items > .product-item > .product-item-info .product-item-inner .box-tocart .action.tocart {
  color: #ffffff;
}
.products-grid.wishlist > .product-items > .product-item > .product-item-info .product-item-inner .fieldset {
  margin: 0;
}
.products-grid.wishlist > .product-items > .product-item > .product-item-info .product-item-inner .field.comment-box,
.products-grid.wishlist > .product-items > .product-item > .product-item-info .product-item-inner .field.qty {
  display: none !important;
}
.products-grid.wishlist > .product-items > .product-item > .product-item-info .product-item-inner > .product-item-actions {
  display: flex;
  gap: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
}
.products-grid.wishlist > .product-items > .product-item > .product-item-info .product-item-inner > .product-item-actions > .action {
  margin: 0;
}
@media (max-width: 1024px) {
  .products-grid.wishlist > .product-items > .product-item {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .products-grid.wishlist > .product-items .product-item-photo {
    float: unset;
  }
  .products-grid.wishlist > .product-items .price-box {
    margin: 0;
  }
  .products-grid.wishlist > .product-items .product-image-container {
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .products-grid.wishlist > .product-items > .product-item {
    width: 50%;
  }
}
.form-wishlist-items .actions-toolbar > .primary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form-wishlist-items .actions-toolbar .action {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
}
.form-wishlist-items .actions-toolbar .action:hover {
  filter: brightness(0.95);
}
.minicart-wrapper {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  float: none;
  justify-content: center;
  margin: 0 !important;
  width: auto;
}
.minicart-wrapper::before,
.minicart-wrapper::after {
  display: none;
}
.minicart-wrapper .action.showcart {
  align-items: center;
  background: #347a6c;
  border-radius: 4px;
  cursor: pointer;
  display: flex !important;
  height: 52px;
  justify-content: center;
  padding: 0 12px;
}
.minicart-wrapper .action.showcart .counter.qty {
  align-items: center;
  background: #89ba43;
  border-radius: 50%;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  height: 16px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  min-width: unset;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 6px;
  width: 16px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: flex;
}
.minicart-wrapper .action.showcart > .text {
  display: none !important;
}
.minicart-wrapper .action.showcart > .expand {
  align-items: center;
  display: flex;
  height: 14px;
  justify-content: center;
  overflow: hidden;
  width: 14px;
}
.minicart-wrapper .action.showcart > .expand::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 12px;
  margin-right: 0px;
  width: 12px;
  -webkit-mask: url("../images/icon/svg/angle-down.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/angle-down.svg") no-repeat center;
  mask-size: 100%;
}
.minicart-wrapper .action.showcart::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 32px;
  margin-right: 0px;
  width: 32px;
  -webkit-mask: url("../images/icon/svg/shipping.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/shipping.svg") no-repeat center;
  mask-size: 100%;
}
.minicart-wrapper .action.showcart.active::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 32px;
  margin-right: 0px;
  width: 32px;
  -webkit-mask: url("../images/icon/svg/shipping.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/shipping.svg") no-repeat center;
  mask-size: 100%;
}
.minicart-wrapper .action.showcart.active:hover::before {
  color: #ffffff;
}
.minicart-wrapper .action.showcart:hover {
  background: #358278;
}
.minicart-wrapper .action.showcart:hover::before {
  color: #ffffff;
}
.minicart-wrapper .action.close {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.minicart-wrapper .action.close::before {
  color: #1b1d2e;
}
.minicart-wrapper .action.close > span {
  display: none;
}
.minicart-wrapper .block-minicart {
  border-radius: 8px;
  border: 1px solid #bebebf;
  box-shadow: unset;
  padding: 25px;
  right: 0px;
  top: 56px;
  width: 320px;
}
.minicart-wrapper .block-minicart::before {
  border-color: transparent transparent #ffffff transparent;
  border-width: 8px;
  right: 12px;
  top: -15px;
}
.minicart-wrapper .block-minicart::after {
  border-color: transparent transparent #bebebf transparent;
  border-width: 0;
  right: 5px;
  top: -18px;
}
.minicart-wrapper .block-minicart .block-content .items-empty {
  color: #1b1d2e;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.minicart-wrapper .block-minicart .block-content .subtitle.empty {
  color: #404041;
  font-size: 1.4rem;
  padding: 0;
  text-align: left;
}
.minicart-wrapper .block-minicart .block-content .subtitle.empty + .subtotal {
  display: none !important;
}
.minicart-wrapper .block-minicart .block-content > .actions {
  margin: 0;
}
.minicart-wrapper .block-minicart .block-content > .actions > .secondary {
  margin: 0 0 10px;
}
.minicart-wrapper .block-minicart .block-content > .actions > .secondary > .action.viewcart {
  align-items: center;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #24564d;
  color: #ffffff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
.minicart-wrapper .block-minicart .block-content > .actions > .secondary > .action.viewcart:hover {
  background: #24564d;
}
.minicart-wrapper .block-minicart .block-content > .actions > .secondary > .action.viewcart:hover {
  color: #ffffff;
}
.minicart-wrapper .block-minicart .block-content > .actions > .primary {
  margin: 0;
}
.minicart-wrapper .block-minicart .block-content > .actions > .primary > .action.checkout {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.minicart-wrapper .block-minicart .block-content > .actions > .primary > .action.checkout:hover {
  background: #24564d;
}
.minicart-wrapper .block-minicart .block-content > .minicart-widgets {
  margin: 0;
}
.minicart-wrapper .block-minicart .items-total {
  float: none;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper {
  border-color: #f1f2f2;
  margin: 0 0 40px;
  padding: 20px 5px 20px 0;
  max-height: 230px;
}
.minicart-wrapper .block-minicart .subtotal {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}
.minicart-wrapper .block-minicart .subtotal .label {
  color: #000000;
  font-size: 1.3rem;
}
.minicart-wrapper .block-minicart .subtotal > .amount .price-wrapper > .price {
  color: #358278;
  font-weight: 700;
  font-size: 1.4rem;
}
.minicart-wrapper .minicart-items > .product-item {
  border: 1px solid #f1f2f2;
  border-left: 0;
  border-right: 0;
  margin-bottom: 20px;
}
.minicart-wrapper .minicart-items > .product-item .product-item-photo {
  align-items: center;
  border-radius: 8px;
  border: 1px solid #bebebf;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 4px;
}
.minicart-wrapper .minicart-items > .product-item:first-child {
  border-top: 0;
}
.minicart-wrapper .minicart-items > .product-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.minicart-wrapper .minicart-items .product-item-details {
  padding-left: 80px;
  position: relative;
}
.minicart-wrapper .minicart-items .product-item-details > .product-item-name {
  margin: 0 0 6px;
}
.minicart-wrapper .minicart-items .product-item-details > .product-item-name > a {
  color: #404041;
  font-size: 1.2rem;
  font-weight: 400;
}
.minicart-wrapper .minicart-items .product-item-details > .product-item-pricing .price-container {
  margin-bottom: 10px;
}
.minicart-wrapper .minicart-items .product-item-details > .product-item-pricing .price-container .price-excluding-tax {
  margin: 0;
}
.minicart-wrapper .minicart-items .product-item-details > .product-item-pricing .price-container .price {
  color: #404041;
  font-size: 1.2rem;
  font-weight: 700;
}
.minicart-wrapper .minicart-items .product-item-details > .product-item-pricing .details-qty {
  align-items: center;
  display: flex;
  margin: 0;
}
.minicart-wrapper .minicart-items .product-item-details > .product-item-pricing .details-qty .minus,
.minicart-wrapper .minicart-items .product-item-details > .product-item-pricing .details-qty .plus {
  align-items: center;
  background-color: #89ba43;
  color: #ffffff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  height: 26px;
  justify-content: center;
  width: 20px;
}
.minicart-wrapper .minicart-items .product-item-details > .product-item-pricing .details-qty .minus:hover,
.minicart-wrapper .minicart-items .product-item-details > .product-item-pricing .details-qty .plus:hover {
  filter: brightness(0.9);
}
.minicart-wrapper .minicart-items .product-item-details > .product-item-pricing .details-qty .minus {
  border-radius: 8px 0 0 8px;
}
.minicart-wrapper .minicart-items .product-item-details > .product-item-pricing .details-qty .plus {
  border-radius: 0 8px 8px 0;
}
.minicart-wrapper .minicart-items .product-item-details > .product-item-pricing .details-qty .item-qty {
  background-color: #f1f2f2;
  border-radius: 0;
  border: 0;
  color: #79797a;
  font-size: 1.2rem;
  height: 26px;
  width: 40px;
  padding: 6px;
}
.minicart-wrapper .minicart-items .product-item-details .product.actions {
  float: none;
  margin: 0;
  right: 0;
  position: absolute;
  bottom: 8px;
}
.minicart-wrapper .minicart-items .product-item-details .product.actions .primary {
  display: none;
}
.minicart-wrapper .minicart-items .product-item-details .product.actions .action.delete {
  align-items: center;
  display: flex;
  line-height: 1;
}
.minicart-wrapper .minicart-items .product-item-details .product.actions .action.delete::before {
  color: #89ba43;
  line-height: 1;
  margin-right: 4px;
}
.minicart-wrapper .minicart-items .product-item-details .product.actions .action.delete > span {
  clip: unset;
  color: #6e6e6e;
  display: none;
  font-size: 1.2rem;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}
.minicart-wrapper .minicart-items .product-item-details .product.actions .action.delete:hover {
  filter: brightness(0.5);
}
.minicart-wrapper .minicart-items .product.options {
  display: none;
}
@media (max-width: 768px) {
  .minicart-wrapper {
    height: auto;
    order: 4;
    padding: 0;
    margin-left: 20px !important;
  }
  .minicart-wrapper .action.showcart {
    background: transparent;
    box-sizing: border-box;
    height: 52px;
    width: 52px;
  }
  .minicart-wrapper .action.showcart::before {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .minicart-wrapper .action.showcart > .expand {
    display: none;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    right: 6px;
    top: 10px;
  }
  .minicart-wrapper .block-minicart {
    top: 40px;
    right: -7px;
  }
}
.block-search {
  float: none !important;
  margin: 0 30px 0 auto !important;
  padding: 0 !important;
  width: auto !important;
  z-index: unset !important;
}
.block-search #search_mini_form {
  float: none;
  width: auto;
}
.block-search #search_mini_form.active .field .label {
  display: none;
}
.block-search #search_mini_form.active .field .control {
  height: auto;
  max-width: 270px;
}
.block-search #search_mini_form.active .actions {
  display: block;
}
.block-search .field .label {
  clip: unset;
  cursor: pointer;
  height: auto;
  margin: unset;
  overflow: unset;
  position: static;
  width: auto;
}
.block-search .field .label::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 24px;
  margin-right: 0px;
  width: 22px;
  -webkit-mask: url("../images/icon/svg/search.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/search.svg") no-repeat center;
  mask-size: 100%;
  margin: 0;
}
.block-search .field .control {
  max-width: 0px;
  overflow: hidden;
  transition: max-width 0.5s ease-in-out;
  height: 0px;
}
.block-search .input-text {
  align-items: center;
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #358278;
  display: flex;
  font-size: 1.4rem;
  height: 38px;
  padding: 10px 40px 10px 12px;
  width: 100%;
}
.block-search .actions {
  display: none;
}
.block-search .actions .action.search {
  align-items: center;
  background: transparent;
  border-left: 0;
  border-radius: 15px;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  right: 0;
  width: 38px;
}
.block-search .actions .action.search::before {
  background-color: #358278;
  content: "";
  display: block;
  height: 24px;
  margin-right: 0px;
  width: 22px;
  -webkit-mask: url("../images/icon/svg/search.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/search.svg") no-repeat center;
  mask-size: 100%;
}
.block-search .actions .action.search:hover {
  background: transparent;
}
.block-search .autocomplete-suggestions {
  border: 1px solid #e6e6e6;
}
.block-search .autocomplete-suggestions .product-name {
  color: #358278;
}
@media (max-width: 1024px) {
  .block-search {
    margin: 0 15px 0 auto !important;
  }
}
@media (max-width: 768px) {
  .block-search {
    flex-grow: 1;
    flex: 1;
    margin: 0 0 0 auto !important;
    width: auto;
    order: 3;
  }
  .block-search .form.minisearch {
    display: flex;
    position: relative;
    justify-content: flex-end;
  }
  .block-search #search_mini_form.active .field .control {
    max-width: 250px;
  }
  .block-search .control {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .block-search .input-text {
    height: 38px;
    padding: 10px;
    position: static;
    width: 100%;
  }
  .block-search .actions {
    height: 100%;
  }
  .block-search .actions .action.search {
    padding: 0;
    position: absolute;
  }
  .block-search .actions .action.search span {
    display: none;
  }
}
.sections.nav-sections {
  background: transparent;
  border-top: 0;
  margin: 0;
}
.sections.nav-sections .highlight-item .link {
  align-items: center;
  background: #89ba43;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 47px;
  justify-content: center;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.sections.nav-sections .highlight-item .link:hover {
  background: #a8cd74;
  text-decoration: none;
}
.sections.nav-sections nav.sw-megamenu.navigation {
  background: unset;
  max-width: unset;
  position: static;
  z-index: unset;
}
.sections.nav-sections nav.sw-megamenu.navigation div[data-content-type='row'][data-appearance='contained'] {
  padding: 0;
}
.sections.nav-sections nav.sw-megamenu.navigation > ul {
  align-items: center;
  display: flex;
  position: static;
  padding: 0;
}
.sections.nav-sections nav.sw-megamenu.navigation > ul > div {
  margin-left: auto;
}
.sections.nav-sections nav.sw-megamenu.navigation > ul > .level0 {
  position: relative;
}
.sections.nav-sections nav.sw-megamenu.navigation > ul > .level0 > .open-children-toggle {
  display: none;
}
.sections.nav-sections nav.sw-megamenu.navigation > ul > .level0 .subchildmenu > .level1.parent > a {
  border-bottom: 1px solid transparent;
  margin-bottom: 8px;
  padding: 8px 0 16px;
}
.sections.nav-sections nav.sw-megamenu.navigation > ul > .level0.parent .level-top::after {
  content: '\e622';
  font-family: 'luma-icons';
  font-size: 12px;
  line-height: 12px;
  margin-left: 8px;
  margin-top: 2px;
}
.sections.nav-sections nav.sw-megamenu.navigation .menu-thumb-icon {
  display: block;
  margin-right: 8px;
  max-width: 24px;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 {
  margin: 0;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 > .level-top {
  align-items: center;
  border-bottom: 1px solid transparent;
  color: #ffffff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 4px 18px;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 .submenu {
  min-width: unset;
  z-index: 2;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 > .submenu {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 0;
  box-sizing: border-box;
  max-width: unset;
  min-width: 500px;
  padding: 0;
  width: max-content;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 > .submenu .subchildmenu {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 20px;
  height: auto;
  justify-content: flex-start;
  max-height: 300px;
  min-width: unset;
  padding: 0;
  width: auto;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 > .submenu .subchildmenu .subchildmenu {
  flex-direction: column;
  gap: 0;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 > .submenu .subchildmenu img {
  display: block;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 > .submenu .subchildmenu .level1 > a {
  align-items: center;
  color: #b3b3b3;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  height: 100%;
  line-height: 1;
  padding: 0;
  text-transform: none;
  width: auto;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 > .submenu .subchildmenu .level1 > a:hover {
  color: #2a2a2a;
  background-color: transparent;
  text-decoration: underline;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 > .submenu .subchildmenu .level1.parent {
  display: flex;
  flex-direction: column;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 > .submenu .subchildmenu .level1.parent > a {
  font-weight: 700;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 > .submenu .subchildmenu .ui-menu-item {
  float: unset !important;
  padding: 0 !important;
  width: auto !important;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 > .submenu .subchildmenu .ui-menu-item a {
  color: #b3b3b3;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 > .submenu .subchildmenu .ui-menu-item:hover a {
  color: #2a2a2a;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 > .submenu .container {
  padding: 0;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 > .submenu .row {
  display: flex;
  padding: 16px;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 > .submenu .menu-right-block {
  box-sizing: border-box;
  margin-left: auto;
  max-height: unset;
  max-width: unset;
  padding-left: 20px;
  width: auto !important;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0 > .submenu .menu-right-block figure {
  text-align: right !important;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0:not(.submenu):hover {
  background-color: transparent;
}
.sections.nav-sections nav.sw-megamenu.navigation .level0:not(.submenu):hover > .level-top {
  background: #358278;
  border-color: transparent;
  color: #ffffff;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .sections.nav-sections nav.sw-megamenu.navigation .level0:not(.submenu):hover > .level-top {
    filter: brightness(0.95);
  }
}
@media (min-width: 1024px) {
  .sections.nav-sections nav.sw-megamenu.navigation .level0 > .submenu .subchildmenu .level1 > a {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .sections.nav-sections {
    background: #ffffff;
    border: 0;
  }
  .sections.nav-sections .nav-sections-item-title {
    align-items: center;
    background: #358278;
    border: 1px solid #358278;
    display: flex;
    height: 60px;
    justify-content: center;
    padding: 0;
    width: 50%;
  }
  .sections.nav-sections .nav-sections-item-title .nav-sections-item-switch {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 1.2rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
  }
  .sections.nav-sections .nav-sections-item-title.menu .nav-sections-item-switch::before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 24px;
    margin-right: 0px;
    width: 24px;
    -webkit-mask: url("../images/icon/svg/menu.svg") no-repeat center;
    -webkit-mask-size: 100%;
    mask: url("../images/icon/svg/menu.svg") no-repeat center;
    mask-size: 100%;
    margin-right: 4px;
  }
  .sections.nav-sections .nav-sections-item-title.links {
    border-left: 0;
    border-right: 0;
  }
  .sections.nav-sections .nav-sections-item-title.links .nav-sections-item-switch::before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 18px;
    margin-right: 0px;
    width: 18px;
    -webkit-mask: url("../images/icon/svg/user.svg") no-repeat center;
    -webkit-mask-size: 100%;
    mask: url("../images/icon/svg/user.svg") no-repeat center;
    mask-size: 100%;
    margin-right: 4px;
  }
  .sections.nav-sections .nav-sections-item-title.active {
    background: #347a6c;
    border: 1px solid #347a6c !important;
  }
  .sections.nav-sections .nav-sections-item-title.active .nav-sections-item-switch {
    color: #ffffff;
  }
  .sections.nav-sections .nav-sections-item-title.active .nav-sections-item-switch::before {
    background-color: #ffffff;
  }
  .sections.nav-sections .nav-sections-item-content {
    margin-top: 60px;
  }
  .sections.nav-sections .nav-sections-item-content.menu {
    padding: 0;
  }
  .sections.nav-sections .nav-sections-item-content.menu .customer-menu {
    display: none;
  }
  .sections.nav-sections .nav-sections-item-content.links {
    padding: 0;
  }
  .sections.nav-sections .nav-sections-item-content.settings {
    padding: 20px;
  }
  .sections.nav-sections .nav-sections-item-content.settings > .switcher {
    border-radius: 4px;
    border: 1px solid #bebebf;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    padding: 20px;
  }
  .sections.nav-sections .nav-sections-item-content.settings > .switcher > .text {
    margin-bottom: 10px;
  }
  .sections.nav-sections .nav-sections-item-content.settings > .switcher > .text br {
    display: none;
  }
  .sections.nav-sections .nav-sections-item-content.settings > .switcher > .text strong {
    font-weight: 400;
  }
  .sections.nav-sections .nav-sections-item-content.settings > .switcher > .label {
    font-weight: 400;
    margin: 0 0 0 4px;
  }
  .sections.nav-sections .nav-sections-item-content.settings > .switcher > .label span {
    text-transform: lowercase;
  }
  .sections.nav-sections .nav-sections-item-content.settings > .switcher > .label span::after {
    content: ':';
    display: inline-block;
  }
  .sections.nav-sections .nav-sections-item-content.settings > .switcher > .switcher-options {
    width: 100%;
  }
  .sections.nav-sections .nav-sections-item-content.settings > .switcher > .switcher-options strong::after {
    right: 0;
  }
  .sections.nav-sections .nav-sections-item-content.settings > .switcher.store {
    margin-bottom: 20px;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu {
    background-color: transparent;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu .menu-thumb-icon {
    display: none;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu > ul {
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu > ul > div {
    display: block;
    margin: 0;
    width: 100%;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu > ul .ui-menu-item.parent .level-top::after {
    color: #b3b3b3;
    font-size: 1.4rem;
    right: 20px;
    top: 18px;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu > ul > .level0 {
    position: relative !important;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu > ul > .level0 > .level-top {
    border-bottom: 1px solid #d3cccc !important;
    font-weight: 400;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu > ul > .level0 > .open-children-toggle {
    display: block;
    width: 52px;
    height: 52px;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu .level0 {
    border-bottom: 1px solid #d3cccc;
    border: 0;
    font-size: 1.4rem;
    width: 100%;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu .level0 > .level-top {
    background: #ffffff !important;
    box-sizing: border-box;
    color: #b3b3b3;
    padding: 18px 10px;
    text-transform: none;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu .level0 > .submenu {
    border: 0;
    box-shadow: unset;
    min-width: unset !important;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu .level0 > .submenu li.ui-menu-item {
    width: 100% !important;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu .level0 > .submenu .open-children-toggle {
    display: none;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu .level0 > .submenu .subchildmenu {
    display: flex;
    flex-direction: column;
    gap: unset;
    padding: 5px 20px;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu .level0 > .submenu .subchildmenu .level1 > a {
    background: #ffffff !important;
    border-color: #d3cccc;
    color: #b3b3b3;
    font-weight: 400 !important;
    padding: 18px 10px;
    width: auto;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu .level0 > .submenu .subchildmenu .level1 > a:hover {
    color: #2a2a2a;
    filter: brightness(0.95);
    text-decoration: none;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu .level0 > .submenu .subchildmenu .level2 a {
    padding: 18px 10px;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu .level0 > .submenu .row {
    display: block;
    padding: 0;
  }
  .sections.nav-sections .nav-sections-item-content .navigation.sw-megamenu .level0:hover > .level-top {
    color: #2a2a2a !important;
  }
  .sections.nav-sections .highlight-item .link {
    padding: 18px 10px;
    justify-content: flex-start;
  }
}
.block.newsletter {
  background: #d3e7e0;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  max-width: unset !important;
  padding: 80px 0;
  width: 100% !important;
}
.block.newsletter > .wrapper {
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #358278;
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
  max-width: 1240px !important;
  padding: 20px;
  width: 100%;
}
.block.newsletter > .wrapper > .text {
  color: #24564d;
  display: flex;
  margin-right: 25px;
  align-items: center;
}
.block.newsletter > .wrapper > .text p,
.block.newsletter > .wrapper > .text strong {
  color: inherit !important;
}
.block.newsletter > .wrapper > .text p {
  font-weight: 400;
}
.block.newsletter > .wrapper > .text strong {
  font-weight: 600;
}
.block.newsletter > .wrapper > .text > .icon {
  margin-right: 24px;
}
.block.newsletter > .wrapper > .text > .icon::before {
  background-color: #358278;
  content: "";
  display: block;
  height: 35px;
  margin-right: 0px;
  width: 35px;
  -webkit-mask: url("../images/icon/svg/newsletter.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/newsletter.svg") no-repeat center;
  mask-size: 100%;
}
.block.newsletter > .wrapper > .text > .content {
  max-width: 480px;
}
.block.newsletter > .wrapper > .text > .content > .title {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.block.newsletter > .wrapper > .text > .content > .subtitle {
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0;
}
.block.newsletter > .wrapper > .form.subscribe {
  align-items: center;
  display: flex;
  margin-left: auto;
  width: auto;
}
.block.newsletter > .wrapper > .form.subscribe input {
  background: #ffffff;
  border-color: #b3b3b3;
  height: 52px;
  margin: 0;
  padding: 10px 12px;
  width: 250px;
}
.block.newsletter > .wrapper > .form.subscribe input::placeholder {
  color: #8c8282;
}
.block.newsletter > .wrapper > .form.subscribe > .field {
  margin-right: 10px;
}
.block.newsletter > .wrapper > .form.subscribe > .field .control::before {
  display: none;
}
.block.newsletter > .wrapper > .form.subscribe > .actions {
  display: block;
  float: none;
  width: auto;
}
.block.newsletter > .wrapper > .form.subscribe > .actions > .subscribe {
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  height: 52px;
  padding: 6px 8px;
  text-transform: uppercase;
  width: 200px;
}
.block.newsletter > .wrapper > .form.subscribe > .actions > .subscribe:hover {
  background: #347a6c;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .block.newsletter {
    padding: 60px 20px;
  }
  .block.newsletter > .wrapper {
    flex-direction: column;
    padding: 20px;
  }
  .block.newsletter > .wrapper > .text {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 20px;
    max-width: 500px;
    text-align: left;
  }
  .block.newsletter > .wrapper > .text > .icon {
    margin: 0 0 12px;
  }
  .block.newsletter > .wrapper > .text > .content {
    max-width: unset;
  }
  .block.newsletter > .wrapper > .text > .content > .title {
    margin: 0 0 12px;
  }
  .block.newsletter > .wrapper > .form.subscribe {
    flex-direction: column;
    margin: 0;
    max-width: 500px;
    width: 100%;
  }
  .block.newsletter > .wrapper > .form.subscribe > .field {
    margin: 0 0 15px;
    width: 100%;
  }
  .block.newsletter > .wrapper > .form.subscribe > .field input {
    border-radius: 8px !important;
    width: 100% !important;
  }
  .block.newsletter > .wrapper > .form.subscribe > .field.email {
    margin: 0 0 15px;
  }
  .block.newsletter > .wrapper > .form.subscribe > .actions {
    width: 100%;
  }
  .block.newsletter > .wrapper > .form.subscribe > .actions > .subscribe {
    border-radius: 8px;
    width: 100%;
  }
}
.swatch-attribute {
  margin: 1px;
}
.swatch-attribute .swatch-option {
  border-radius: 4px;
  border: 5px solid #ffffff !important;
  box-sizing: border-box;
  font-size: 16px;
  height: 38px;
  margin: 0;
  max-width: unset;
  min-width: unset;
  outline: 1px solid #8c8282 !important;
  width: 38px;
}
.swatch-attribute .swatch-option.text {
  align-items: center;
  background: #ffffff;
  color: #89ba43;
  display: flex;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  padding: 0;
}
.swatch-attribute .swatch-option:focus {
  box-shadow: unset;
}
.swatch-attribute .swatch-option:hover {
  outline-color: #89ba43 !important;
}
.swatch-attribute .swatch-option.selected {
  outline-color: #e39c1b !important;
  filter: drop-shadow(0 0 3px #e39c1b);
}
.swatch-attribute .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.product-item .swatch-attribute .swatch-option {
  height: 26px;
  width: 26px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0);
  outline: 0 !important;
  border: 0 !important;
}
.product-item .swatch-attribute .swatch-option:hover {
  background: rgba(255, 255, 255, 0.5);
}
.product-item .swatch-attribute .swatch-option.selected {
  background: #ffffff;
}
.product-item .swatch-attribute .swatch-attribute-options {
  justify-content: center;
}
.modal-popup > .modal-inner-wrap {
  background: #ffffff;
  border-radius: 10px;
  left: 50%;
  margin: 0 !important;
  max-width: 600px;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  width: calc(100% - 40px) !important;
}
.modal-popup > .modal-inner-wrap > .modal-header {
  padding: 20px 20px 0;
}
.modal-popup > .modal-inner-wrap > .modal-header .action-close {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 0;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 40px;
}
.modal-popup > .modal-inner-wrap > .modal-header .action-close::before {
  color: #2a2a2a;
  font-weight: 600;
}
.modal-popup > .modal-inner-wrap > .modal-header > .modal-title {
  border: 0;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.modal-popup > .modal-inner-wrap > .modal-content {
  font-size: 1.6rem;
  padding: 20px;
  text-align: center;
}
.modal-popup > .modal-inner-wrap > .modal-footer {
  align-items: center;
  border: 0 !important;
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 0 20px 20px;
}
.modal-popup > .modal-inner-wrap > .modal-footer > button {
  width: 50%;
}
.modal-popup > .modal-inner-wrap > .modal-footer > button.primary,
.modal-popup > .modal-inner-wrap > .modal-footer > button.action-primary {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: calc(50% - 15px);
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin: 0;
}
.modal-popup > .modal-inner-wrap > .modal-footer > button.primary:hover,
.modal-popup > .modal-inner-wrap > .modal-footer > button.action-primary:hover {
  background: #24564d;
}
.modal-popup > .modal-inner-wrap > .modal-footer > button.secondary,
.modal-popup > .modal-inner-wrap > .modal-footer > button.action-secondary {
  align-items: center;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #24564d;
  color: #24564d;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: calc(50% - 15px);
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin: 0;
}
.modal-popup > .modal-inner-wrap > .modal-footer > button.secondary:hover,
.modal-popup > .modal-inner-wrap > .modal-footer > button.action-secondary:hover {
  background: #24564d;
}
.modal-popup > .modal-inner-wrap > .modal-footer > button.secondary:hover,
.modal-popup > .modal-inner-wrap > .modal-footer > button.action-secondary:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  .modal-popup > .modal-inner-wrap {
    max-height: 90%;
    overflow-y: auto;
  }
}
.advanced-search-wrapper {
  display: flex;
  gap: 130px;
}
.advanced-search-wrapper > .search {
  max-width: 465px;
  position: relative;
  width: 100%;
}
.advanced-search-wrapper > .search input {
  border-radius: 15px;
  border: 1px solid #b3b3b3;
  height: 40px;
  width: 100%;
  padding: 10px 40px 10px 10px;
}
.advanced-search-wrapper > .search button {
  align-items: center;
  background: unset;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}
.advanced-search-wrapper > .search button::before {
  background-color: #358278;
  content: "";
  display: block;
  height: 20px;
  margin-right: 0px;
  width: 18px;
  -webkit-mask: url("../images/icon/svg/search.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/search.svg") no-repeat center;
  mask-size: 100%;
}
.advanced-search-wrapper > .wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
}
.advanced-search-wrapper > .wrapper > .field {
  flex: 1;
}
.advanced-search-wrapper .select2 textarea {
  color: #87898b;
}
.advanced-search-wrapper .select2-selection[role="combobox"] {
  background: #ffffff url('../images/select-bg.svg') no-repeat 100% 45%;
  border-color: #b3b3b3;
  color: #87898b;
  height: 40px;
  padding: 10px 40px 10px 10px;
}
.advanced-search-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0;
}
.advanced-search-wrapper .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
.cms-home .advanced-search-wrapper {
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .cms-home .advanced-search-wrapper {
    gap: 20px;
  }
  .cms-home .advanced-search-wrapper > .search {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .cms-home .advanced-search-wrapper {
    gap: 10px;
    flex-direction: column;
  }
  .cms-home .advanced-search-wrapper > .search {
    max-width: unset;
  }
  .cms-home .advanced-search-wrapper > .wrapper {
    flex-direction: column;
    gap: 10px;
  }
}
.amcompany-button.-fill.-primary:not(.-disabled),
.amcompany-customer-account .page-main .action.primary {
  background: #358278;
  border-color: #358278;
}
.amcompany-button.-fill.-primary:not(.-disabled):hover,
.amcompany-customer-account .page-main .action.primary:hover,
.amcompany-button.-fill.-primary:not(.-disabled):active,
.amcompany-customer-account .page-main .action.primary:active,
.amcompany-button.-fill.-primary:not(.-disabled):focus,
.amcompany-customer-account .page-main .action.primary:focus {
  background: #24564d;
  border-color: #24564d;
}
.amcompany-customer-account .page-main a.action.view {
  color: #00188d;
}
.amcompany-customer-account .page-main a.action.view:hover,
.amcompany-customer-account .page-main a.action.view:active,
.amcompany-customer-account .page-main a.action.view:focus {
  color: #00188d;
}
.product-item .amcompany-customer-account .page-main a.action.view {
  color: #ffffff;
}
.product-item .amcompany-customer-account .page-main a.action.view:hover {
  color: #ffffff;
}
body.account .page-main .sidebar.sidebar-main {
  padding: 0;
  margin: 0 0 30px;
  width: 16%;
}
body.account .sidebar-additional {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  margin: 0;
  padding: 20px;
  width: 16% !important;
}
body.account .page-title-wrapper {
  margin: 0 0 20px;
}
body.account .page-title-wrapper > .page-title {
  color: #24564d;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 42px;
  margin: 0;
}
body.account .page-wrapper .column.main {
  box-sizing: border-box;
  padding-left: 50px;
  width: 84%;
}
body.account .page-wrapper .column.main .block {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  padding: 20px;
}
body.account .page-wrapper .column.main .block > .block-title {
  align-items: center;
  border: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0;
}
body.account .page-wrapper .column.main .block > .block-title > strong {
  color: #24564d;
  font-weight: 600;
  font-size: 2.4rem;
}
body.account .page-wrapper .column.main .block > .block-title > .action {
  color: #00188d;
  float: unset;
  font-size: 1.6rem;
}
body.account .page-wrapper .column.main .block > .block-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
body.account .page-wrapper .column.main .block > .block-content::before,
body.account .page-wrapper .column.main .block > .block-content::after {
  display: none;
}
body.account .page-wrapper .column.main .block > .block-content > .box {
  background: transparent;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  float: unset !important;
  padding: 20px;
  width: auto;
}
body.account .page-wrapper .column.main .block > .block-content > .box > .box-title {
  color: #24564d;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
body.account .page-wrapper .column.main .block > .block-content > .box > .box-title > span {
  font-size: 1.6rem;
}
body.account .page-wrapper .column.main .block > .block-content > .box > .box-content {
  color: #87898b;
  font-size: 1.5rem;
  margin-bottom: 18px;
}
body.account .page-wrapper .column.main .block > .block-content > .box > .box-actions {
  column-gap: 14px;
  display: flex;
  margin: 0;
}
body.account .page-wrapper .column.main .block > .block-content > .box > .box-actions .action {
  align-items: center;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #24564d;
  color: #24564d;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
body.account .page-wrapper .column.main .block > .block-content > .box > .box-actions .action:hover {
  background: transparent;
}
body.account .page-wrapper .column.main .block > .block-content > .box > .box-actions .action.edit::before {
  background-color: #24564d;
  content: "";
  display: block;
  height: 20px;
  margin-right: 0px;
  width: 20px;
  -webkit-mask: url("../images/icon/svg/edit-square.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/edit-square.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 6px;
}
body.account .page-wrapper .column.main .block > .block-content > .box > .box-actions .action.edit::after {
  display: none;
}
body.account .page-wrapper .column.main .block > .block-content > .box > .box-actions .action.change-password {
  max-width: 144px;
}
body.account .page-wrapper .column.main .block > .block-content > .box > .box-actions .action.change-password::before {
  background-color: #24564d;
  content: "";
  display: block;
  height: 20px;
  margin-right: 0px;
  width: 20px;
  -webkit-mask: url("../images/icon/svg/lock-open.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/lock-open.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 6px;
}
body.account .page-wrapper .column.main .block-dashboard-info {
  margin-bottom: 30px;
}
body.account .page-wrapper .column.main .block-dashboard-info > .block-content > .box {
  min-width: 400px;
}
body.account .page-wrapper .column.main .block-dashboard-addresses > .block-content > .box {
  max-width: 270px;
  min-width: 270px;
}
body.account .page-wrapper .column.main .block-addresses-list .additional-addresses {
  border-radius: 8px;
  border: 1px solid #bebebf;
  overflow: hidden;
  width: 100%;
}
body.account .page-wrapper .column.main .block-addresses-list .customer-addresses-toolbar {
  display: none;
  width: 100%;
}
body.account .page-wrapper .column.main .block-addresses-list .customer-addresses-toolbar::before,
body.account .page-wrapper .column.main .block-addresses-list .customer-addresses-toolbar::after {
  display: none;
}
body.account .page-wrapper .column.main .block-addresses-list .customer-addresses-toolbar > .pager {
  align-items: center;
  display: none;
  justify-content: space-between;
}
body.account .page-wrapper .column.main .block-addresses-list .customer-addresses-toolbar > .pager > .toolbar-amount,
body.account .page-wrapper .column.main .block-addresses-list .customer-addresses-toolbar > .pager > .limiter {
  float: unset;
}
body.account .page-wrapper .column.main .block-addresses-list .actions-toolbar {
  padding: 0;
}
body.account .page-wrapper .column.main .block-addresses-list .actions-toolbar > .primary {
  padding: 0;
}
body.account .orders-history,
body.account .orders-recent {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #bebebf;
  overflow: hidden;
  width: 95%;
}
body.account .orders-history table > tbody > tr td,
body.account .orders-recent table > tbody > tr td {
  vertical-align: middle;
}
body.account .orders-history table > tbody > tr > .actions,
body.account .orders-recent table > tbody > tr > .actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
}
body.account .orders-history table > tbody > tr > .actions > .view,
body.account .orders-recent table > tbody > tr > .actions > .view {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  line-height: 1;
  max-width: 40px;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
body.account .orders-history table > tbody > tr > .actions > .view::after,
body.account .orders-recent table > tbody > tr > .actions > .view::after {
  display: none !important;
}
body.account .orders-history table > tbody > tr > .actions > .view:hover,
body.account .orders-recent table > tbody > tr > .actions > .view:hover {
  background: #24564d;
}
body.account .orders-history table > tbody > tr > .actions > .order,
body.account .orders-recent table > tbody > tr > .actions > .order {
  align-items: center;
  background: #89ba43;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  line-height: 1;
  max-width: 90px;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
body.account .orders-history table > tbody > tr > .actions > .order:hover,
body.account .orders-recent table > tbody > tr > .actions > .order:hover {
  background: #a8cd74;
}
body.account .order-products-toolbar {
  margin: 0;
}
body.account .order-products-toolbar > .pager {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
body.account .block-collapsible-nav .content {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  padding: 20px;
}
body.account .block-collapsible-nav .content .item {
  margin: 0 0 10px;
}
body.account .block-collapsible-nav .content .item > a,
body.account .block-collapsible-nav .content .item > strong {
  border: 0;
  color: #87898b;
  font-weight: 700;
  padding: 4px 10px;
  font-size: 1.3rem;
}
body.account .block-collapsible-nav .content .item .delimiter {
  border-color: #e6e6e6;
  margin: 15px 0;
}
body.account .block-collapsible-nav .content .item.current > a,
body.account .block-collapsible-nav .content .item.current > strong {
  border: 0;
  border-left: 2px solid #89ba43;
  color: #24564d;
}
body.account .block-collapsible-nav .content .item:last-child {
  margin: 0;
}
body.account .block-dashboard-orders .actions a {
  color: #89ba43;
}
body.account .block-dashboard-orders .actions a:hover {
  color: #1e57b2;
}
body.account .toolbar .limiter {
  display: flex;
  align-items: center;
}
body.account .order-status {
  font-size: 1.3rem;
}
body.account .items.order-links {
  margin-top: 20px;
}
body.account .items.order-links .item:first-child a,
body.account .items.order-links .item:first-child strong {
  border-radius: 10px 0 0 0;
}
body.account .items.order-links .item:last-child a,
body.account .items.order-links .item:last-child strong {
  border-radius: 0 10px 0 0;
}
body.account .items.order-links .item a,
body.account .items.order-links .item strong {
  border: 1px solid #e6e6e6;
}
body.account .order-details-items {
  background-color: #ffffff;
  border-color: #e6e6e6;
  border-radius: 0 10px 10px 10px;
}
body.account .order-details-items.ordered,
body.account .order-details-items.invoice {
  margin-bottom: 40px !important;
}
body.account .order-details-items.invoice > .actions-toolbar {
  margin: 0 0 20px;
  padding: 0;
}
body.account .order-details-items.invoice > .actions-toolbar > .action {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.3rem;
  font-weight: 400;
  height: 30px;
  justify-content: center;
  line-height: 1;
  max-width: 180px;
  text-align: center;
  width: 100%;
  margin: 0;
  text-decoration: none;
}
body.account .order-details-items.invoice > .actions-toolbar > .action:hover {
  background: #24564d;
}
body.account .order-details-items .order-title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.account .order-details-items .order-title strong {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}
body.account .order-details-items .order-title > .action {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.3rem;
  font-weight: 400;
  height: 30px;
  justify-content: center;
  line-height: 1;
  max-width: 100px;
  text-align: center;
  width: 100%;
  margin: 0;
  text-decoration: none;
}
body.account .order-details-items .order-title > .action:hover {
  background: #24564d;
}
body.account .order-details-items .table-wrapper {
  border: 0;
  margin: 0;
}
body.account .order-details-items .table-wrapper .product-item-name {
  font-size: 1.3rem;
}
body.account .order-details-items .table-wrapper .table > thead > tr > th {
  font-size: 1.3rem;
}
body.account .order-details-items .table-wrapper .table > tbody > tr > td {
  font-size: 1.3rem;
}
body.account .order-details-items .table-wrapper .table > tbody > tr > td .price {
  font-size: 1.3rem;
}
body.account .order-details-items .table-wrapper .table > tfoot {
  background-color: #f8f8f8;
}
body.account .order-details-items .table-wrapper .table > tfoot > tr > th,
body.account .order-details-items .table-wrapper .table > tfoot > tr > td {
  font-size: 1.3rem;
}
body.account .block-order-details-view > .block-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
body.account .block-order-details-view > .block-content > .box {
  width: calc(50% - 10px) !important;
}
body.account .block-order-details-view .box-order-billing-method > .box-content {
  margin: 0;
}
body.account .block-order-details-view .payment-method {
  margin: 0;
}
body.account .block-order-details-view .payment-method tr > th,
body.account .block-order-details-view .payment-method tr > td {
  font-size: 1.3rem;
}
body.account .block-order-details-view .payment-method tr > th {
  padding-left: 0;
}
body.account .block-order-details-view .payment-method tr > td {
  padding-right: 0;
}
@media (max-width: 1440px) {
  body.account .page-wrapper .column.main {
    width: 75%;
  }
  body.account .page-main .sidebar.sidebar-main,
  body.account .page-main .sidebar-additional {
    width: 25% !important;
  }
}
@media (max-width: 768px) {
  body.account .page-main {
    padding: 110px 20px 40px;
  }
  body.account .page-main .sidebar-additional {
    width: 100%;
  }
  body.account .page-wrapper .column.main {
    padding: 0;
    width: 100%;
  }
  body.account .page-wrapper .column.main .block > .block-title {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }
  body.account .page-wrapper .column.main .block > .block-title > strong {
    display: block;
    font-size: 2.2rem;
  }
  body.account .page-wrapper .column.main .block > .block-title > .action {
    margin: 0;
  }
  body.account .page-wrapper .column.main .block > .block-title::before,
  body.account .page-wrapper .column.main .block > .block-title::after {
    display: none;
  }
  body.account .page-wrapper .column.main .block > .block-content {
    flex-direction: column;
    gap: 20px;
  }
  body.account .page-wrapper .column.main .block > .block-content > .box {
    margin: 0;
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
  body.account .block-collapsible-nav {
    left: 20px;
    top: 30px;
    width: calc(100% - 40px);
    z-index: unset;
  }
  body.account .block-collapsible-nav > .title {
    align-items: center;
    background: #24564d;
    border-radius: 8px;
    border: 0;
    box-sizing: border-box;
    display: flex;
    height: 52px;
  }
  body.account .block-collapsible-nav > .title::before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 24px;
    margin-right: 0px;
    width: 24px;
    -webkit-mask: url("../images/icon/svg/menu.svg") no-repeat center;
    -webkit-mask-size: 100%;
    mask: url("../images/icon/svg/menu.svg") no-repeat center;
    mask-size: 100%;
    margin-right: 10px;
  }
  body.account .block-collapsible-nav > .title > strong {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    text-transform: unset;
    margin: 0;
  }
  body.account .block-collapsible-nav > .title::after {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  body.account .block-collapsible-nav > .title.active {
    border-radius: 8px 8px 0 0;
  }
  body.account .block-collapsible-nav > .content {
    border-radius: 0 0 8px 8px;
  }
  body.account .block-order-details-view > .block-content {
    gap: 0;
  }
  body.account .block-order-details-view > .block-content > .box {
    margin-bottom: 20px;
    width: 100% !important;
  }
  body.account .order-details-items {
    border-radius: 0 0 10px 10px;
  }
  body.account .items.order-links .item:first-child a,
  body.account .items.order-links .item:first-child strong {
    border-radius: 10px 10px 0 0;
  }
  body.account .items.order-links .item:last-child a,
  body.account .items.order-links .item:last-child strong {
    border-radius: 0;
  }
}
.block-wishlist .product-item-details .product-item-actions .tocart {
  color: #ffffff;
}
.wishlist-toolbar .pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wishlist-toolbar .pager .limiter {
  align-items: center;
  display: flex;
  gap: 6px;
  z-index: 0;
}
.wishlist-toolbar .pager .limiter .limiter-text {
  display: none;
}
.wishlist-toolbar .pager .limiter .limiter-options {
  background-color: #ffffff;
  background-position: 100% 50%;
  border-radius: 4px;
  border: 1px solid #6e6e6e;
  box-shadow: unset;
  box-sizing: border-box;
  color: #89ba43;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  margin: 0;
  padding: 7px 10px;
  width: 66px;
}
.wishlist-toolbar:last-child .toolbar-amount,
.wishlist-toolbar:last-child .limiter {
  display: none !important;
}
.form-wishlist-items .actions-toolbar > .primary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form-wishlist-items .actions-toolbar .action {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #89ba43;
  color: #89ba43;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.form-wishlist-items .actions-toolbar .action:hover {
  filter: brightness(0.95);
}
.customer-address-index .block-addresses-default .block-content {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .customer-address-index .block-addresses-default .block-content {
    flex-direction: column;
  }
  .customer-address-index .block-addresses-default .block-content > .box {
    width: 100%;
  }
}
.customer-account-index .page-title-wrapper,
.customer-address-form .page-title-wrapper {
  display: none;
}
.block-subsidiaries-list .table-wrapper {
  border-radius: 10px 10px 0 0;
  border: 1px solid #b3b3b3;
  margin: 0 0 20px;
  overflow: hidden;
}
.block-subsidiaries-list .table-wrapper table > thead > tr > th,
.block-subsidiaries-list .table-wrapper table > tbody > tr > th,
.block-subsidiaries-list .table-wrapper table > thead > tr > td,
.block-subsidiaries-list .table-wrapper table > tbody > tr > td {
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
}
.block-subsidiaries-list .table-wrapper table > thead > tr > th {
  background: #e6e6e6;
  font-weight: 600;
  padding: 14px 16px;
}
.block-subsidiaries-list .table-wrapper table > tbody > tr > td {
  padding: 16px;
}
.block-subsidiaries-list .table-wrapper table > tbody > tr > td.actions a {
  align-items: center;
  background: #89ba43;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.3rem;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: 80px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  width: 80px;
}
.block-subsidiaries-list .table-wrapper table > tbody > tr > td.actions a:hover {
  background: #a8cd74;
}
@media (max-width: 768px) {
  .block-subsidiaries-list .table-wrapper table > thead > tr > th,
  .block-subsidiaries-list .table-wrapper table > tbody > tr > th,
  .block-subsidiaries-list .table-wrapper table > thead > tr > td,
  .block-subsidiaries-list .table-wrapper table > tbody > tr > td {
    text-align: left;
  }
  .block-subsidiaries-list .table-wrapper table > tbody > tr > td.actions a {
    display: inline-flex;
    margin: 0;
  }
}
.form-address-edit > .fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 30px;
}
.form-address-edit > .fieldset > .legend {
  border-bottom: 1px solid #e6e6e6;
  float: unset;
  line-height: 1;
  margin: 0 0 8px;
  padding: 0 0 8px;
}
.form-address-edit > .fieldset > .legend > span {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}
.form-address-edit > .fieldset .fullname .field.checkbox {
  margin: 0;
}
.form-address-edit > .fieldset fieldset {
  margin: 0;
}
.form-address-edit > .fieldset .fields {
  margin: 0 0 14px;
}
.form-address-edit > .fieldset .fields > .field {
  margin: 0 0 14px;
}
.form-address-edit > .fieldset .fields > .field:last-child {
  margin: 0;
}
.form-address-edit > .fieldset .fields > .field > .label {
  font-weight: 400;
}
.form-address-edit > .fieldset > .field {
  margin: 0;
  box-sizing: border-box;
  width: calc(100% - 7px);
}
.form-address-edit > .fieldset > .field:last-child {
  margin: 0;
}
.form-address-edit > .fieldset > .field.field-name-firstname,
.form-address-edit > .fieldset > .field.field-name-lastname,
.form-address-edit > .fieldset > .field.telephone,
.form-address-edit > .fieldset > .field.fax,
.form-address-edit > .fieldset > .field.taxvat,
.form-address-edit > .fieldset > .field.city,
.form-address-edit > .fieldset > .field.region,
.form-address-edit > .fieldset > .field.country {
  width: calc(50% - 7px);
}
.form-address-edit > .fieldset > .street {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.form-address-edit > .fieldset > .street > .field {
  margin: 0;
}
.form-address-edit > .fieldset > .street > .field > .label {
  clip: unset;
  display: inline-block;
  font-weight: 400;
  height: unset;
  margin: 0 0 8px;
  overflow: unset;
  position: unset;
  width: unset;
}
.form-address-edit > .fieldset > .street > .field.address {
  width: calc(70% - 7px);
}
.form-address-edit > .fieldset > .street > .field.number {
  width: calc(30% - 7px);
}
.form-address-edit > .fieldset > .street > .field.neighborhood,
.form-address-edit > .fieldset > .street > .field.complement {
  width: calc(50% - 7px);
}
.form-address-edit > .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  padding: 0 !important;
}
.form-address-edit > .actions-toolbar::before,
.form-address-edit > .actions-toolbar::after {
  display: none;
}
.form-address-edit > .actions-toolbar > .primary {
  margin: 0 !important;
  padding: 0 !important;
  width: 48%;
}
.form-address-edit > .actions-toolbar > .primary > .action {
  margin: 0 !important;
  width: 100%;
}
.form-address-edit > .actions-toolbar > .secondary {
  display: none;
}
.sales-actions > .return {
  align-items: center;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #24564d;
  color: #24564d;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: 100px;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
.sales-actions > .return:hover {
  background: #24564d;
}
.sales-actions > .return::before {
  background-color: #24564d;
  content: "";
  display: block;
  height: 18px;
  margin-right: 0px;
  width: 18px;
  -webkit-mask: url("../images/icon/svg/angle-left.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/angle-left.svg") no-repeat center;
  mask-size: 100%;
  margin-top: -2px;
}
.sales-actions > .return:hover {
  color: #ffffff;
}
.sales-actions > .return:hover::before {
  background-color: #ffffff;
}
.sales-order-view .page-main .page-title-wrapper .order-placed,
.sales-order-invoice .page-main .page-title-wrapper .order-placed,
.deliveryschedule-index-customer .page-main .page-title-wrapper .order-placed {
  margin: 0 0 10px;
}
.sales-order-view .page-main .page-title-wrapper .order-date,
.sales-order-invoice .page-main .page-title-wrapper .order-date,
.deliveryschedule-index-customer .page-main .page-title-wrapper .order-date {
  margin: 0 0 20px !important;
}
.sales-order-view .page-main .page-title-wrapper .actions-toolbar,
.sales-order-invoice .page-main .page-title-wrapper .actions-toolbar,
.deliveryschedule-index-customer .page-main .page-title-wrapper .actions-toolbar {
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .sales-order-view .page-main .page-title-wrapper .order-status,
  .sales-order-invoice .page-main .page-title-wrapper .order-status,
  .deliveryschedule-index-customer .page-main .page-title-wrapper .order-status {
    margin: 0 0 10px !important;
  }
}
.gdpr-customer-settings .amgdpr-settings-container > .amgdpr-checkbox-container .amgdpr-label {
  background-color: #85a7ad;
}
.gdpr-customer-settings .amgdpr-settings-container > .amgdpr-checkbox-container .amgdpr-label > .amgdpr-title {
  color: #ffffff;
}
.gdpr-customer-settings .amgdpr-settings-container > .amgdpr-checkbox-container .amgdpr-label:hover {
  border-color: #85a7ad;
  box-shadow: 0 5px 10px #85a7ad;
}
.gdpr-customer-settings .amgdpr-settings-container > .amgdpr-checkbox-container .amgdpr-checkbox:checked + .amgdpr-label {
  background-color: #358278 !important;
  border-color: #358278 !important;
  box-shadow: 0 5px 10px #358278 !important;
}
.linked-profile-card__mobile > .action::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 18px;
  margin-right: 0px;
  width: 18px;
  -webkit-mask: url("../images/icon/svg/whatsapp.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/whatsapp.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 8px;
  margin-top: -2px;
}
.linked-profile-card__item {
  align-items: center;
  box-sizing: border-box;
  width: calc(33.33% - 14px);
}
@media (max-width: 1440px) {
  .linked-profile-card__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1024px) {
  .linked-profile-card__item {
    width: 100%;
  }
}
#linked-customers-table .person input {
  border: 0;
  font-size: 1.3rem;
  padding: 0;
  text-align: center;
}
.customer-account-create {
  background: #ffffff;
}
.customer-account-create .page-title-wrapper {
  margin: 0 0 30px;
  text-align: center;
}
.customer-account-create .page-title-wrapper .page-title {
  color: #2a2a2a;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.customer-account-create .form-create-account {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 880px;
  min-width: unset !important;
  width: 100% !important;
}
.customer-account-create .form-create-account > .fieldset {
  border-radius: 10px;
  border: 1px solid #d3cccc;
  box-sizing: border-box;
  padding: 20px;
  width: 48%;
}
.customer-account-create .form-create-account > .fieldset .legend {
  border: 0;
  color: #000000;
  margin-bottom: 30px;
  padding: 0;
}
.customer-account-create .form-create-account > .fieldset .legend > span {
  font-size: 1.8rem;
  font-weight: 400;
}
.customer-account-create .form-create-account > .fieldset .legend + br {
  display: none;
}
.customer-account-create .form-create-account > .fieldset > .field {
  margin: 0 0 15px;
}
.customer-account-create .form-create-account > .fieldset > .field > .label {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
}
.customer-account-create .form-create-account > .fieldset > .field > .label::after {
  display: none;
}
.customer-account-create .form-create-account > .fieldset > .field:last-child {
  margin-bottom: 0;
}
.customer-account-create .form-create-account > .fieldset::after {
  display: none !important;
}
.customer-account-create .form-create-account > .fieldset #password-strength-meter-container {
  display: none;
}
.customer-account-create .form-create-account .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.customer-account-create .form-create-account .actions-toolbar::before,
.customer-account-create .form-create-account .actions-toolbar::after {
  display: none !important;
}
.customer-account-create .form-create-account .actions-toolbar .primary {
  display: block;
  float: unset;
  margin: 0;
  width: 48%;
}
.customer-account-create .form-create-account .actions-toolbar .secondary {
  display: none;
}
.customer-account-create .form-create-account .actions-toolbar .action.submit {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: unset;
  text-align: center;
  text-decoration: none;
  width: 100%;
  float: none;
  letter-spacing: 2px;
  margin: 0;
}
.customer-account-create .form-create-account .actions-toolbar .action.submit:hover {
  background: #24564d;
}
@media (max-width: 768px) {
  .customer-account-create .page-header {
    margin: 0 0 40px;
  }
  .customer-account-create .form-create-account {
    flex-direction: column;
    align-items: flex-end;
  }
  .customer-account-create .form-create-account > .fieldset {
    margin: 0 0 30px;
    width: 100%;
  }
  .customer-account-create .form-create-account .actions-toolbar .primary {
    width: 100%;
  }
}
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-createpassword .page-title-wrapper {
  text-align: center;
}
.customer-account-forgotpassword .page-title-wrapper > .page-title,
.customer-account-createpassword .page-title-wrapper > .page-title {
  color: #2a2a2a;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 30px;
}
.customer-account-forgotpassword .form.forget,
.customer-account-createpassword .form.forget,
.customer-account-forgotpassword .form.reset,
.customer-account-createpassword .form.reset {
  border-radius: 8px;
  border: 1px solid #d3cccc;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 430px;
  min-width: unset;
  padding: 30px 20px;
}
.customer-account-forgotpassword .form.forget .fieldset::after,
.customer-account-createpassword .form.forget .fieldset::after,
.customer-account-forgotpassword .form.reset .fieldset::after,
.customer-account-createpassword .form.reset .fieldset::after {
  display: none;
}
.customer-account-forgotpassword .form.forget .actions-toolbar::before,
.customer-account-createpassword .form.forget .actions-toolbar::before,
.customer-account-forgotpassword .form.reset .actions-toolbar::before,
.customer-account-createpassword .form.reset .actions-toolbar::before,
.customer-account-forgotpassword .form.forget .actions-toolbar::after,
.customer-account-createpassword .form.forget .actions-toolbar::after,
.customer-account-forgotpassword .form.reset .actions-toolbar::after,
.customer-account-createpassword .form.reset .actions-toolbar::after {
  display: none;
}
.customer-account-forgotpassword .form.forget .actions-toolbar div.primary,
.customer-account-createpassword .form.forget .actions-toolbar div.primary,
.customer-account-forgotpassword .form.reset .actions-toolbar div.primary,
.customer-account-createpassword .form.reset .actions-toolbar div.primary {
  display: block;
  float: unset;
  text-align: left;
}
.customer-account-forgotpassword .form.forget .actions-toolbar div.primary .action,
.customer-account-createpassword .form.forget .actions-toolbar div.primary .action,
.customer-account-forgotpassword .form.reset .actions-toolbar div.primary .action,
.customer-account-createpassword .form.reset .actions-toolbar div.primary .action {
  background: #89ba43;
  border-radius: 8px;
  border: unset;
  float: unset;
  margin: 0;
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
}
.customer-account-forgotpassword .form.forget .actions-toolbar div.primary .action:hover,
.customer-account-createpassword .form.forget .actions-toolbar div.primary .action:hover,
.customer-account-forgotpassword .form.reset .actions-toolbar div.primary .action:hover,
.customer-account-createpassword .form.reset .actions-toolbar div.primary .action:hover {
  background: #a8cd74;
}
.customer-account-forgotpassword .form.forget .actions-toolbar .secondary,
.customer-account-createpassword .form.forget .actions-toolbar .secondary,
.customer-account-forgotpassword .form.reset .actions-toolbar .secondary,
.customer-account-createpassword .form.reset .actions-toolbar .secondary {
  display: none;
}
.customer-account-login .page-title-wrapper {
  display: none;
}
.customer-account-login .page-main {
  padding: 0 20px;
}
.customer-account-login .column.main {
  padding: 0;
}
.customer-account-login .login-container {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}
.customer-account-login .login-container > .block {
  box-sizing: border-box;
  float: unset !important;
  margin: 0;
  padding: 160px 40px;
  width: 50%;
}
@media (max-width: 1024px) {
  .customer-account-login .page-main {
    padding: 0;
  }
  .customer-account-login .login-container {
    flex-direction: column;
    padding: 0;
  }
  .customer-account-login .login-container > .block {
    padding: 80px 40px;
    width: 100%;
  }
}
.block-customer-login > .block-content {
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid ;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 340px;
  padding: 30px 40px;
}
.block-customer-login > .block-content > .title {
  color: #24564d;
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.block-customer-login .fieldset {
  margin: 0;
}
.block-customer-login .fieldset::after {
  display: none;
}
.block-customer-login .fieldset > .field {
  margin: 0 0 10px;
  position: relative;
}
.block-customer-login .fieldset > .field > .control {
  width: 100% !important;
}
.block-customer-login .fieldset > .field.password {
  margin: 0 0 4px;
}
.block-customer-login .fieldset > .field.persistent {
  margin: 0 0 30px;
}
.block-customer-login .forgot-password {
  margin: 0 0 20px;
}
.block-customer-login .forgot-password > .action {
  color: #00188d;
  font-size: 1.3rem;
}
.block-customer-login .actions-toolbar::before,
.block-customer-login .actions-toolbar::after {
  display: none;
}
.block-customer-login .actions-toolbar > .primary {
  display: block;
  float: unset;
}
.block-customer-login .actions-toolbar > .primary > .action {
  float: unset;
  margin: 0;
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: unset;
  text-align: center;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
}
.block-customer-login .actions-toolbar > .primary > .action:hover {
  background: #24564d;
}
.block-new-customer {
  background: #358278;
}
.block-new-customer > .content > .subtitle {
  display: inline-block;
  position: relative;
}
.block-new-customer > .content > .subtitle > .text {
  color: #ffffff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.block-new-customer > .content > .subtitle > .border {
  background: #89ba43;
  bottom: 4px;
  height: 4px;
  position: absolute;
  width: 100%;
}
.block-new-customer > .content > .title {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0 0 30px;
}
.block-new-customer > .content > .action {
  align-items: center;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
}
.block-new-customer > .content > .action:hover {
  background: #24564d;
}
.block-new-customer .list {
  border-left: 1px solid #85a7ad;
  border-left-style: dashed;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 0 30px;
  padding-left: 20px;
}
.block-new-customer .list > .item {
  align-items: center;
  color: #ffffff;
  display: flex;
  margin: 0 0 14px;
}
.block-new-customer .list > .item::before {
  flex-shrink: 0;
}
.block-new-customer .list > .item.disponibilidade::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 34px;
  margin-right: 0px;
  width: 34px;
  -webkit-mask: url("../images/icon/svg/24hours7days.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/24hours7days.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 10px;
}
.block-new-customer .list > .item.servicos::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 34px;
  margin-right: 0px;
  width: 34px;
  -webkit-mask: url("../images/icon/svg/agriculture.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/agriculture.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 10px;
}
.block-new-customer .list > .item.callcenter::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 34px;
  margin-right: 0px;
  width: 34px;
  -webkit-mask: url("../images/icon/svg/callcenter.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/callcenter.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 10px;
}
.block-new-customer .list > .item.rapidez::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 34px;
  margin-right: 0px;
  width: 34px;
  -webkit-mask: url("../images/icon/svg/fast.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/fast.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 10px;
}
.block-new-customer .list > .item:last-child {
  margin: 0;
}
.cards-container > .card > .header > .title.credit::before,
.cards-container > .card > .header > .title.bills::before {
  background-color: #347a6c;
  content: "";
  display: block;
  height: 30px;
  margin-right: 0px;
  width: 30px;
  -webkit-mask: url("../images/icon/svg/credit.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/credit.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 4px;
}
.cards-container > .card > .header > .title.orders::before {
  background-color: #347a6c;
  content: "";
  display: block;
  height: 24px;
  margin-right: 0px;
  width: 24px;
  -webkit-mask: url("../images/icon/svg/shipping.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/shipping.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 4px;
}
.orders-container {
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  margin: 0 0 30px;
  padding: 20px;
}
.order-item {
  border-radius: 8px;
  border: 1px solid #B3B3B3;
  margin: 0 0 10px;
  overflow: hidden;
}
.order-item > .content {
  align-items: center;
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  padding: 10px;
}
.order-item > .actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 10px;
}
.order-item > .actions > .view {
  order: 2;
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.3rem;
  font-weight: 400;
  height: 34px;
  justify-content: center;
  line-height: 1;
  max-width: 170px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.order-item > .actions > .view:hover {
  background: #24564d;
}
.order-item > .actions > .order,
.order-item > .actions > .cancel-order {
  align-items: center;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #24564d;
  color: #24564d;
  display: flex;
  font-size: 1.3rem;
  font-weight: 400;
  height: 34px;
  justify-content: center;
  line-height: 1;
  max-width: 170px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.order-item > .actions > .order:hover,
.order-item > .actions > .cancel-order:hover {
  background: #24564d;
}
.order-item > .actions > .order:hover,
.order-item > .actions > .cancel-order:hover {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .order-item > .content {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .order-item > .actions {
    flex-wrap: wrap;
  }
  .order-item > .actions > .view {
    max-width: unset;
    width: 100%;
  }
  .order-item > .actions > .order,
  .order-item > .actions > .cancel-order {
    flex: 1;
    max-width: unset;
  }
}
.progress-bar {
  flex-grow: 1;
}
.progress-bar > .steps {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.progress-bar > .steps > .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  z-index: 1;
}
.progress-bar > .steps > .container > .step {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #B3B3B3;
  box-sizing: border-box;
  color: #B3B3B3;
  display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  height: 22px;
  justify-content: center;
  width: 22px;
}
.progress-bar > .steps > .container > .title {
  color: #B3B3B3;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.1;
  max-width: 110px;
  position: absolute;
  top: calc(100% + 6px);
}
.progress-bar > .steps > .bar {
  background-color: #B3B3B3;
  height: 2px;
  position: absolute;
  top: 10px;
  width: calc(100% - 2px);
  z-index: 0;
}
.progress-bar > .steps > .bar > .progress {
  display: block;
  height: 2px;
}
.progress-bar.order {
  padding: 10px 20px 30px;
}
.progress-bar.order[data-step="pending"] > .steps > .container > .one,
.progress-bar.order[data-step="pending_payment"] > .steps > .container > .one {
  background-color: #358278;
  border-color: #358278;
  color: #FFFFFF;
}
.progress-bar.order[data-step="processing"] > .steps > .container > .one,
.progress-bar.order[data-step="processing"] > .steps > .container > .two {
  background-color: #358278;
  border-color: #358278;
  color: #FFFFFF;
}
.progress-bar.order[data-step="processing"] > .steps > .bar > .progress {
  background-color: #358278;
  width: 17%;
}
.progress-bar.order[data-step="separate_order"] > .steps > .container > .one,
.progress-bar.order[data-step="separate_order"] > .steps > .container > .two,
.progress-bar.order[data-step="separate_order"] > .steps > .container > .three {
  background-color: #358278;
  border-color: #358278;
  color: #FFFFFF;
}
.progress-bar.order[data-step="separate_order"] > .steps > .bar > .progress {
  background-color: #358278;
  width: 34%;
}
.progress-bar.order[data-step="full_billing"] > .steps > .container > .one,
.progress-bar.order[data-step="partial_billing"] > .steps > .container > .one,
.progress-bar.order[data-step="full_billing"] > .steps > .container > .two,
.progress-bar.order[data-step="partial_billing"] > .steps > .container > .two,
.progress-bar.order[data-step="full_billing"] > .steps > .container > .three,
.progress-bar.order[data-step="partial_billing"] > .steps > .container > .three,
.progress-bar.order[data-step="full_billing"] > .steps > .container > .four,
.progress-bar.order[data-step="partial_billing"] > .steps > .container > .four {
  background-color: #358278;
  border-color: #358278;
  color: #FFFFFF;
}
.progress-bar.order[data-step="full_billing"] > .steps > .bar > .progress,
.progress-bar.order[data-step="partial_billing"] > .steps > .bar > .progress {
  background-color: #358278;
  width: 51%;
}
.progress-bar.order[data-step="order_shipped"] > .steps > .container > .one,
.progress-bar.order[data-step="order_shipped"] > .steps > .container > .two,
.progress-bar.order[data-step="order_shipped"] > .steps > .container > .three,
.progress-bar.order[data-step="order_shipped"] > .steps > .container > .four,
.progress-bar.order[data-step="order_shipped"] > .steps > .container > .five {
  background-color: #358278;
  border-color: #358278;
  color: #FFFFFF;
}
.progress-bar.order[data-step="order_shipped"] > .steps > .bar > .progress {
  background-color: #358278;
  width: 66%;
}
.progress-bar.order[data-step="order_intransport"] > .steps > .container > .one,
.progress-bar.order[data-step="awaiting_pickup"] > .steps > .container > .one,
.progress-bar.order[data-step="order_intransport"] > .steps > .container > .two,
.progress-bar.order[data-step="awaiting_pickup"] > .steps > .container > .two,
.progress-bar.order[data-step="order_intransport"] > .steps > .container > .three,
.progress-bar.order[data-step="awaiting_pickup"] > .steps > .container > .three,
.progress-bar.order[data-step="order_intransport"] > .steps > .container > .four,
.progress-bar.order[data-step="awaiting_pickup"] > .steps > .container > .four,
.progress-bar.order[data-step="order_intransport"] > .steps > .container > .five,
.progress-bar.order[data-step="awaiting_pickup"] > .steps > .container > .five,
.progress-bar.order[data-step="order_intransport"] > .steps > .container > .six,
.progress-bar.order[data-step="awaiting_pickup"] > .steps > .container > .six {
  background-color: #358278;
  border-color: #358278;
  color: #FFFFFF;
}
.progress-bar.order[data-step="order_intransport"] > .steps > .bar > .progress,
.progress-bar.order[data-step="awaiting_pickup"] > .steps > .bar > .progress {
  background-color: #358278;
  width: 83%;
}
.progress-bar.order[data-step="awaiting_pickup"] > .steps > .container > .six + .title {
  font-size: 0;
}
.progress-bar.order[data-step="awaiting_pickup"] > .steps > .container > .six + .title::before {
  content: 'Aguardando Retirada';
  display: inline-block;
  font-size: 1.1rem;
}
.progress-bar.order[data-step="complete"] > .steps > .container > .one,
.progress-bar.order[data-step="order_partial_delivered"] > .steps > .container > .one,
.progress-bar.order[data-step="complete"] > .steps > .container > .two,
.progress-bar.order[data-step="order_partial_delivered"] > .steps > .container > .two,
.progress-bar.order[data-step="complete"] > .steps > .container > .three,
.progress-bar.order[data-step="order_partial_delivered"] > .steps > .container > .three,
.progress-bar.order[data-step="complete"] > .steps > .container > .four,
.progress-bar.order[data-step="order_partial_delivered"] > .steps > .container > .four,
.progress-bar.order[data-step="complete"] > .steps > .container > .five,
.progress-bar.order[data-step="order_partial_delivered"] > .steps > .container > .five,
.progress-bar.order[data-step="complete"] > .steps > .container > .six,
.progress-bar.order[data-step="order_partial_delivered"] > .steps > .container > .six,
.progress-bar.order[data-step="complete"] > .steps > .container > .seven,
.progress-bar.order[data-step="order_partial_delivered"] > .steps > .container > .seven {
  background-color: #358278;
  border-color: #358278;
  color: #FFFFFF;
}
.progress-bar.order[data-step="complete"] > .steps > .bar > .progress,
.progress-bar.order[data-step="order_partial_delivered"] > .steps > .bar > .progress {
  background-color: #358278;
  width: 100%;
}
.progress-bar.order[data-step="order_partial_delivered"] > .steps > .container > .eight + .title {
  font-size: 0;
}
.progress-bar.order[data-step="order_partial_delivered"] > .steps > .container > .eight + .title::before {
  content: 'Entregue Parcialmente';
  display: inline-block;
  font-size: 1.1rem;
}
.progress-bar.order[data-step="canceled"] > .steps > .container > .one {
  background-color: #ef7c74;
  border-color: #ef7c74;
  color: #FFFFFF;
}
.progress-bar.order[data-step="canceled"] > .steps > .container > .one + .title {
  font-size: 0;
}
.progress-bar.order[data-step="canceled"] > .steps > .container > .one + .title::before {
  content: 'Cancelado';
  display: inline-block;
  font-size: 1.1rem;
}
.progress-bar.order[data-step="canceled"] > .steps > .bar > .progress {
  width: unset;
}
@media (max-width: 1024px) {
  .progress-bar.order {
    order: 2;
    overflow-x: auto;
    width: 100%;
  }
  .progress-bar.order .steps {
    min-width: 520px;
  }
  .progress-bar.order .steps > .container > .title {
    font-size: 1rem;
  }
}
.info-item {
  margin: 0 0 4px;
}
.info-item > strong {
  color: #383838;
  font-size: 1.3rem;
  font-weight: 500;
}
.info-item > span {
  color: #383838;
  font-size: 1.3rem;
}
.info-item:last-child {
  margin: 0;
}
.order-products-toolbar .pager {
  flex-wrap: wrap;
}
.order-products-toolbar .pager > .pages {
  order: -1;
  position: static !important;
}
.order-products-toolbar .pager .pages-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-products-toolbar .pager .item {
  margin-right: 10px;
}
.order-products-toolbar .pager .item:last-child {
  margin-right: 0;
}
.order-products-toolbar .pager .page {
  align-items: center;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  color: #b3b3b3;
  display: flex;
  font-size: 1.3rem;
  font-weight: 400;
  height: 30px;
  justify-content: center;
  width: 40px;
}
.order-products-toolbar .pager .page:hover {
  border-color: #b3b3b3;
  color: #2a2a2a;
}
.order-products-toolbar .pager .current > .page {
  background: #347a6c;
  border-color: #358278;
  color: #ffffff;
}
.order-products-toolbar .pager .action {
  align-items: center;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  box-shadow: unset;
  box-sizing: border-box;
  display: flex;
  height: 30px;
  justify-content: center;
  margin: 0;
  width: 40px;
}
.order-products-toolbar .pager .action::before {
  color: #b3b3b3;
}
.order-products-toolbar .pager .action.previous > span,
.order-products-toolbar .pager .action.next > span {
  clip: unset;
  color: #b3b3b3;
  display: none;
  font-size: 1.3rem;
  height: auto;
  margin: 0;
  position: static;
  width: auto;
}
.order-products-toolbar .pager .action.previous > span.label,
.order-products-toolbar .pager .action.next > span.label {
  display: none;
}
.order-products-toolbar .pager .action.previous::before,
.order-products-toolbar .pager .action.next::before {
  font-size: 1.3rem;
}
.order-products-toolbar .pager .action.previous > span {
  margin-left: 14px;
}
.order-products-toolbar .pager .action.next {
  flex-direction: row-reverse;
}
.order-products-toolbar .pager .action.next > span {
  margin-right: 14px;
}
.order-products-toolbar .pager .action:hover {
  border-color: #b3b3b3;
}
.order-products-toolbar .pager .action:hover::before {
  color: #2a2a2a;
}
.order-products-toolbar .pager .action:hover.previous > span,
.order-products-toolbar .pager .action:hover.next > span {
  color: #2a2a2a;
}
.checkout-cart-index .page-main {
  max-width: 1280px;
}
.checkout-cart-index .sections.nav-sections {
  margin-bottom: 0;
}
.checkout-cart-index .column.main {
  padding-bottom: 60px;
}
.checkout-cart-index .page-title-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
  padding: 30px 0;
}
.checkout-cart-index .page-title-wrapper > .page-title {
  color: #404041;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.checkout-cart-index .form-cart {
  float: unset !important;
  padding-right: 0 !important;
  width: 100% !important;
}
.checkout-cart-index .cart-container {
  display: flex;
  flex-wrap: wrap;
}
.checkout-cart-index .cart-container::before,
.checkout-cart-index .cart-container::after {
  display: none !important;
}
.checkout-cart-index .left-container {
  box-sizing: border-box;
  padding-right: 30px;
  width: 74%;
}
.checkout-cart-index .right-container {
  width: 26%;
}
.checkout-cart-index .cart.table-wrapper thead > tr > th.col {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #85a7ad;
  color: #24564d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 16px;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
}
.checkout-cart-index .cart.table-wrapper thead > tr > th.item {
  text-align: left;
}
.checkout-cart-index .cart.table-wrapper thead > tr > th.qty {
  text-transform: uppercase;
}
.checkout-cart-index .cart.table-wrapper thead > tr > th.price > span {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.checkout-cart-index .cart.table-wrapper thead > tr > th.actions {
  font-size: 0;
  padding: 20px;
}
.checkout-cart-index .cart.table-wrapper thead > tr > th:first-child {
  border-radius: 10px 0 0 0;
}
.checkout-cart-index .cart.table-wrapper thead > tr > th:last-child {
  border-radius: 0 10px 0 0;
}
.checkout-cart-index .cart.table-wrapper tbody {
  border: 0 !important;
}
.checkout-cart-index .cart.table-wrapper tbody:last-child {
  border: 0;
}
.checkout-cart-index .cart.table-wrapper tbody .separator > td {
  background: transparent;
  padding: 5px 0;
}
.checkout-cart-index .cart.table-wrapper tbody .item-info > td.col {
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  color: #4d4d4d;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
}
.checkout-cart-index .cart.table-wrapper tbody .item-info > td.item {
  min-height: 80px;
  text-align: left;
}
.checkout-cart-index .cart.table-wrapper tbody .item-info > td.price .price,
.checkout-cart-index .cart.table-wrapper tbody .item-info > td.subtotal .price {
  color: #4d4d4d;
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  min-width: 100px;
}
.checkout-cart-index .cart.table-wrapper tbody .item-info > td.actions {
  padding: 20px;
}
.checkout-cart-index .cart.table-wrapper tbody .item-info > td.actions .actions-toolbar {
  min-height: unset;
  padding: 0;
  text-align: center;
}
.checkout-cart-index .cart.table-wrapper tbody .item-info > td.actions .towishlist,
.checkout-cart-index .cart.table-wrapper tbody .item-info > td.actions .action-edit {
  display: none;
}
.checkout-cart-index .cart.table-wrapper tbody .item-info > td.actions .action-delete {
  display: block;
  position: static;
}
.checkout-cart-index .cart.table-wrapper tbody .item-info > td.actions .action-delete::before {
  color: #89ba43;
}
.checkout-cart-index .cart.table-wrapper tbody .item-info > td.actions .action-delete:hover::before {
  filter: brightness(0.9);
}
.checkout-cart-index .cart.table-wrapper .product-item-photo {
  display: block;
  float: left;
  margin-right: 10px;
  padding: 0;
  width: 76px;
}
.checkout-cart-index .cart.table-wrapper .product-item-photo .product-image-photo {
  border-radius: 8px;
  border: 1px solid #bebebf;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding: 5px;
  width: auto;
}
.checkout-cart-index .cart.table-wrapper .product-item-photo .product-image-wrapper {
  z-index: unset;
}
.checkout-cart-index .cart.table-wrapper .product-item-details {
  padding: 0;
  width: auto;
}
.checkout-cart-index .cart.table-wrapper .product-item-details > .product-item-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.checkout-cart-index .cart.table-wrapper .product-item-details > .product-item-name > a {
  color: #4d4d4d;
}
.checkout-cart-index .cart.table-wrapper .product-item-details > .item-options {
  margin: 0;
}
.checkout-cart-index .cart.table-wrapper .product-item-details > .item-options > dt {
  color: #6e6e6e;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.checkout-cart-index .cart.table-wrapper .product-item-details > .item-options > dd {
  color: #6e6e6e;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.checkout-cart-index .cart.table-wrapper .field.qty .wrapper {
  align-items: center;
  border-radius: 10px;
  border: 1px solid #bebebf;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 116px;
}
.checkout-cart-index .cart.table-wrapper .field.qty div.mage-error {
  bottom: -40px;
  font-size: 1.2rem;
  font-weight: 300;
  position: absolute;
  width: 200px;
}
.checkout-cart-index .cart.table-wrapper .field.qty .minus,
.checkout-cart-index .cart.table-wrapper .field.qty .plus {
  align-items: center;
  background: #f1f2f2;
  box-sizing: border-box;
  color: #4d4d4d;
  cursor: pointer;
  display: flex;
  font-size: 2rem;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  width: 36px;
}
.checkout-cart-index .cart.table-wrapper .field.qty .minus:hover,
.checkout-cart-index .cart.table-wrapper .field.qty .plus:hover {
  filter: brightness(0.9);
}
.checkout-cart-index .cart.table-wrapper .field.qty .minus {
  border-right: 1px solid #f1f2f2;
  border-radius: 10px 0 0 10px;
  font-size: 3rem;
}
.checkout-cart-index .cart.table-wrapper .field.qty .plus {
  border-left: 1px solid #f1f2f2;
  border-radius: 0 10px 10px 0;
}
.checkout-cart-index .cart.table-wrapper .field.qty .input-text {
  align-items: center;
  background: #ffffff;
  border: 0;
  box-shadow: none !important;
  color: #4d4d4d;
  display: flex;
  font-size: 1.6rem;
  height: 50px;
  justify-content: center;
  margin: 0;
  width: 44px;
}
.checkout-cart-index .cart.main.actions {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.checkout-cart-index .cart.main.actions > .action {
  background: unset;
  border: 0;
  color: #00188d;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  height: auto;
  padding: 0;
}
.checkout-cart-index .cart.main.actions > .action:hover {
  filter: brightness(0.9);
  text-decoration: none;
}
.checkout-cart-index .cart.main.actions > .continue {
  align-items: center;
  display: flex;
  line-height: 1;
}
.checkout-cart-index .cart.main.actions > .continue::before {
  background-color: #00188d;
  content: "";
  display: block;
  height: 20px;
  margin-right: 0px;
  width: 20px;
  -webkit-mask: url("../images/icon/svg/angle-left.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/angle-left.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 5px;
}
.checkout-cart-index .cart-summary {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 1px 1px 5px 0px rgba(118, 118, 118, 0.25);
  box-sizing: border-box;
  float: unset;
  margin-bottom: 30px;
  padding: 15px 20px;
  top: 0 !important;
  width: 100%;
}
.checkout-cart-index .cart-summary > .title {
  color: #358278;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.checkout-cart-index .cart-summary > #block-shipping > .title {
  border: 0;
  margin: 0 0 10px;
  padding: 0;
}
.checkout-cart-index .cart-summary > #block-shipping > .title strong {
  color: #4d4d4d;
  font-size: 1.6rem;
  font-weight: 400;
}
.checkout-cart-index .cart-summary > #block-shipping > .title::after {
  display: none;
}
.checkout-cart-index .cart-summary > #block-shipping > .content {
  display: block !important;
  padding: 0;
}
.checkout-cart-index .cart-summary > #block-shipping > .content .field.note {
  display: none;
}
.checkout-cart-index .cart-summary > #block-shipping > .content .field input[type="text"],
.checkout-cart-index .cart-summary > #block-shipping > .content .field select {
  border-radius: 8px;
  border: 1px solid #bebebf;
  height: 40px;
}
.checkout-cart-index .cart-summary > #block-shipping .fieldset.rate {
  margin: 20px 0;
}
.checkout-cart-index .cart-summary > #block-shipping .fieldset.estimate {
  margin-bottom: 0;
}
.checkout-cart-index .cart-summary .cart-totals .table.totals tbody > tr th {
  padding: 5px 10px 5px 0;
  vertical-align: middle;
}
.checkout-cart-index .cart-summary .cart-totals .table.totals tbody > tr td {
  padding: 5px 0 5px 10px;
  vertical-align: middle;
}
.checkout-cart-index .cart-summary .cart-totals .table.totals tbody > tr .mark {
  color: #4d4d4d;
  font-size: 1.3rem;
}
.checkout-cart-index .cart-summary .cart-totals .table.totals tbody > tr .amount .price {
  color: #4d4d4d;
  font-size: 1.3rem;
  font-weight: 400;
}
.checkout-cart-index .cart-summary .cart-totals .table.totals tbody > tr.grand th {
  padding: 6px 10px 6px 0;
}
.checkout-cart-index .cart-summary .cart-totals .table.totals tbody > tr.grand td {
  padding: 6px 0 6px 10px;
}
.checkout-cart-index .cart-summary .cart-totals .table.totals tbody > tr.grand strong {
  padding: 0;
}
.checkout-cart-index .cart-summary .cart-totals .table.totals tbody > tr.grand .mark {
  color: #2a2a2a;
  font-size: 1.6rem;
  font-weight: 700;
}
.checkout-cart-index .cart-summary .cart-totals .table.totals tbody > tr.grand .amount .price {
  font-size: 1.6rem;
  font-weight: 700;
}
.checkout-cart-index .cart-summary .checkout-methods-items {
  margin-top: 20px;
}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: unset;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background: #24564d;
}
.checkout-cart-index #block-discount {
  margin-bottom: 30px;
  width: 100%;
  z-index: 2;
}
.checkout-cart-index #block-discount > .title {
  align-items: center;
  background: #89ba43;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}
.checkout-cart-index #block-discount > .title > .text {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
}
.checkout-cart-index #block-discount > .title > .text > strong {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.checkout-cart-index #block-discount > .title::after {
  color: #FFF !important;
  font-weight: 700;
  margin: 0 0 0 6px;
  position: static;
}
.checkout-cart-index #block-discount > .title:hover {
  background: #a8cd74;
}
.checkout-cart-index #block-discount > .content {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 28px 18px;
}
.checkout-cart-index #block-discount > .content .fieldset {
  margin-bottom: 0;
}
.checkout-cart-index #block-discount > .content .field {
  margin-bottom: 0;
}
.checkout-cart-index #block-discount > .content .control {
  display: flex;
}
.checkout-cart-index #block-discount > .content .control > .input-text {
  border-radius: 8px 0 0 8px;
  border: 1px solid #d4d4d4;
  border-right: 0;
  box-shadow: unset;
  box-sizing: border-box;
  color: #504b43;
  font-size: 1.6rem;
  font-weight: 300;
  height: 52px;
  padding: 12px;
}
.checkout-cart-index #block-discount > .content .control > .input-text::-webkit-input-placeholder {
  color: #504b43 !important;
  font-size: 1.6rem !important;
  font-style: normal;
  opacity: 0.5;
  padding: 0;
}
.checkout-cart-index #block-discount > .content .control > .action {
  align-items: center;
  border-radius: 0 8px 8px 0;
  border: 0;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  padding: 0;
}
.checkout-cart-index #block-discount > .content .control > .action.apply {
  background: #ffffff;
  border: 1px solid #358278;
  color: #24564d;
  width: 114px;
}
.checkout-cart-index #block-discount > .content .control > .action.cancel {
  background-color: #ef7c74;
  width: 134px;
}
.checkout-cart-index #block-discount > .content .control > .action:hover {
  filter: brightness(0.9);
}
.checkout-cart-index #block-discount > .content .control > .action:hover.apply {
  background: #358278;
  color: #ffffff;
  filter: unset;
}
.checkout-cart-index #block-discount.active > .title {
  border-radius: 10px 10px 0 0;
}
.checkout-cart-index .cart-discount {
  box-sizing: border-box;
  float: unset;
  padding: 0;
  width: 100%;
}
.checkout-cart-index #block-reward {
  float: unset;
  width: 100%;
}
.checkout-cart-index #block-reward > .title {
  align-items: center;
  background-color: #89ba43;
  border-radius: 10px;
  border: 0;
  display: flex;
  height: 50px;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}
.checkout-cart-index #block-reward > .title strong {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.checkout-cart-index #block-reward > .title::after {
  display: none;
}
.checkout-cart-index #block-reward > .content {
  background-color: #f1f2f2;
  border-radius: 0 0 10px 10px;
  padding: 28px 18px;
  max-width: unset;
}
.checkout-cart-index #block-reward > .content .amrewards-discount-form {
  max-width: unset;
}
.checkout-cart-index #block-reward > .content .fieldset {
  position: relative;
  margin-bottom: 0;
}
.checkout-cart-index #block-reward > .content .field {
  margin-bottom: 0;
}
.checkout-cart-index #block-reward > .content .control {
  display: flex;
}
.checkout-cart-index #block-reward > .content .control > .input-text {
  border-radius: 8px;
  border-right: 0;
  border: 1px solid #d4d4d4;
  box-shadow: unset;
  box-sizing: border-box;
  color: #504b43;
  font-size: 1.6rem;
  font-weight: 300;
  height: 52px;
  padding-right: 130px;
  padding: 12px;
}
.checkout-cart-index #block-reward > .content .control > .input-text::-webkit-input-placeholder {
  color: #504b43 !important;
  font-size: 1.6rem !important;
  font-style: normal;
  opacity: 0.5;
  padding: 0;
}
.checkout-cart-index #block-reward > .content .actions-toolbar {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.checkout-cart-index #block-reward > .content .actions-toolbar .action {
  align-items: center;
  border-radius: 0 8px 8px 0;
  border: 0;
  box-sizing: border-box;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  padding: 0;
}
.checkout-cart-index #block-reward > .content .actions-toolbar .action.primary {
  background: #89ba43;
  color: #ffffff;
  width: 114px;
}
.checkout-cart-index #block-reward > .content .actions-toolbar .action#cancel-amreward {
  background-color: #ef7c74;
  width: 134px;
}
.checkout-cart-index #block-reward > .content .actions-toolbar .action:hover {
  filter: brightness(0.9);
}
.checkout-cart-index #block-reward.active > .title {
  border-radius: 10px 10px 0 0;
}
.checkout-cart-index .block.crosssell {
  box-sizing: border-box;
  float: unset;
  margin: 40px 0 0;
  padding: 30px 40px;
  position: relative;
  width: 100%;
}
.checkout-cart-index .block.crosssell::before {
  background: #D4E8E1;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.checkout-cart-index .block.crosssell .block-title {
  margin: 0;
}
.checkout-cart-index .block.crosssell .block-title > strong {
  color: #1b1d2e;
  font-size: 1.8rem;
}
.checkout-cart-index .block.crosssell .products-crosssell {
  margin: 0;
}
.checkout-cart-index .block.crosssell .product-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.checkout-cart-index .block.crosssell .product-items > .slick-list {
  padding: 0 120px 0 0;
}
.checkout-cart-index .block.crosssell .product-items .product-item {
  box-sizing: border-box;
  margin: 0;
  max-width: unset;
  padding: 0;
  width: 25%;
}
.checkout-cart-index .block.crosssell .product-items .product-item .product-item-actions {
  margin: 10px 0 0;
}
@media (max-width: 1024px) {
  .checkout-cart-index .left-container {
    padding: 0;
    width: 100%;
  }
  .checkout-cart-index .right-container {
    margin-bottom: 0;
    order: -1;
    width: 100%;
  }
  .checkout-cart-index .form-cart {
    padding: 0;
    width: 100%;
  }
  .checkout-cart-index .cart-summary {
    width: 100%;
  }
  .checkout-cart-index .block.crosssell {
    width: 100%;
  }
  .checkout-cart-index .block.crosssell .product-items > .product-item {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .page-title-wrapper {
    margin-bottom: 10px;
  }
  .checkout-cart-index .column.main {
    padding: 0 20px 40px;
  }
  .checkout-cart-index .form-cart {
    margin: 0;
  }
  .checkout-cart-index .cart-summary {
    position: relative;
  }
  .checkout-cart-index .cart-summary > .title {
    display: block;
  }
  .checkout-cart-index .cart-summary .cart-totals {
    padding: 10px 0;
  }
  .checkout-cart-index .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .checkout-cart-index .cart.table-wrapper {
    border: 0;
    margin: 0 0 30px;
  }
  .checkout-cart-index .cart.table-wrapper .cart.table {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .checkout-cart-index .cart.table-wrapper thead > tr th.actions {
    display: none;
  }
  .checkout-cart-index .cart.table-wrapper tbody {
    background: #ffffff;
    border: 1px solid #e6e6e6 !important;
    margin-bottom: 20px;
    padding: 20px 10px;
  }
  .checkout-cart-index .cart.table-wrapper tbody .separator {
    display: none;
  }
  .checkout-cart-index .cart.table-wrapper tbody:last-child {
    margin-bottom: 0;
  }
  .checkout-cart-index .cart.table-wrapper tbody .item-info {
    display: block;
  }
  .checkout-cart-index .cart.table-wrapper tbody .item-info > td::before {
    align-items: center;
    border-bottom: 1px solid #85a7ad;
    box-sizing: border-box;
    color: #358278;
    display: flex;
    font-size: 1.3rem;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    margin: 0 0 10px;
    text-transform: uppercase;
    white-space: normal;
  }
  .checkout-cart-index .cart.table-wrapper tbody .item-info > td.col {
    border: 0;
    box-sizing: border-box;
    color: #4d4d4d;
    font-size: 1.3rem;
    padding: 0;
  }
  .checkout-cart-index .cart.table-wrapper tbody .item-info > td.qty,
  .checkout-cart-index .cart.table-wrapper tbody .item-info > td.price,
  .checkout-cart-index .cart.table-wrapper tbody .item-info > td.subtotal {
    width: 33.3333%;
  }
  .checkout-cart-index .cart.table-wrapper tbody .item-info > td.qty .field.qty .input-text {
    width: 90px;
  }
  .checkout-cart-index .cart.table-wrapper tbody .item-info > td.price .price,
  .checkout-cart-index .cart.table-wrapper tbody .item-info > td.subtotal .price {
    align-items: center;
    color: #4d4d4d;
    display: flex;
    height: 46px;
    justify-content: center;
    text-align: center;
    font-weight: 400;
  }
  .checkout-cart-index .cart.table-wrapper tbody .item-info > td.actions {
    box-sizing: border-box;
    float: left;
    padding-top: 20px;
    width: 100%;
  }
  .checkout-cart-index .cart.table-wrapper tbody .item-info > td.actions .action-delete {
    align-items: center;
    background: #ffffff;
    display: flex;
    height: 30px;
    justify-content: center;
  }
  .checkout-cart-index .cart.table-wrapper tbody .item-info > td.actions .action-delete > span {
    clip: unset;
    color: #89ba43;
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    height: auto;
    margin: unset;
    margin-left: 10px;
    overflow: unset;
    position: static;
    text-transform: uppercase;
    width: auto;
  }
  .checkout-cart-index .cart.table-wrapper tbody .item-info > td.actions .action-delete:hover {
    filter: brightness(0.95);
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    left: 0;
    margin: 0;
    max-width: unset;
    top: 0;
    width: auto;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-details {
    padding: 10px 0 40px 90px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-details > .product-item-name {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-details .item-options > dt,
  .checkout-cart-index .cart.table-wrapper .product-item-details .item-options > dd {
    font-size: 1.1rem;
  }
  .checkout-cart-index .cart.table-wrapper .field.qty .wrapper {
    border: 0;
    flex-direction: column;
    width: auto;
  }
  .checkout-cart-index .cart.table-wrapper .field.qty .minus,
  .checkout-cart-index .cart.table-wrapper .field.qty .plus {
    display: none;
  }
  .checkout-cart-index .cart.table-wrapper .field.qty .input-text {
    border: 1px solid #cecece;
    border-radius: 8px;
    color: #1b1d2e;
    font-size: 1.2rem;
  }
  .checkout-cart-index .cart.table-wrapper .field.qty div.mage-error {
    position: static;
    white-space: normal;
    width: auto;
  }
  .checkout-cart-index .cart.main.actions > .action {
    font-size: 1.3rem;
    font-weight: 400;
  }
  .checkout-cart-index .block.crosssell .product-items > .product-item {
    width: 33.3333%;
  }
}
@media (max-width: 550px) {
  .checkout-cart-index .block.crosssell .product-items > .product-item {
    width: 50%;
  }
}
.checkout-index-index input[type="radio"],
.checkout-onepage-success input[type="radio"] {
  accent-color: #358278;
  height: 16px;
  margin: 1px 0 0;
  width: 16px;
}
.checkout-index-index .page-header,
.checkout-onepage-success .page-header {
  margin-bottom: 70px;
}
.checkout-index-index .page-header .header.content,
.checkout-onepage-success .page-header .header.content {
  height: auto;
  justify-content: space-between;
  padding: 26px 20px;
}
.checkout-index-index .page-header .header.content::before,
.checkout-onepage-success .page-header .header.content::before,
.checkout-index-index .page-header .header.content::after,
.checkout-onepage-success .page-header .header.content::after {
  display: none;
}
.checkout-index-index .safe-environment,
.checkout-onepage-success .safe-environment {
  display: flex;
  align-items: center;
}
.checkout-index-index .safe-environment::before,
.checkout-onepage-success .safe-environment::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 32px;
  margin-right: 0px;
  width: 32px;
  -webkit-mask: url("../images/icon/svg/security.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/security.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 10px;
}
.checkout-index-index .safe-environment > span,
.checkout-onepage-success .safe-environment > span {
  color: #ffffff;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1;
}
.checkout-index-index .page-main,
.checkout-onepage-success .page-main {
  max-width: 1440px;
}
.checkout-index-index .page-footer,
.checkout-onepage-success .page-footer {
  background: transparent;
  border-top: 1px solid #347a6c;
  padding: 10px 0;
}
.checkout-index-index .page-footer .checkout-links,
.checkout-onepage-success .page-footer .checkout-links {
  display: flex;
  justify-content: space-between;
}
.checkout-index-index .page-footer .checkout-links .link,
.checkout-onepage-success .page-footer .checkout-links .link {
  color: #24564d !important;
  font-size: 1.6rem;
  line-height: 1;
  padding: 20px;
}
@media (max-width: 1440px) {
  .checkout-index-index .page-footer .checkout-links .link,
  .checkout-onepage-success .page-footer .checkout-links .link {
    padding: 34px 22px;
  }
}
@media (max-width: 1024px) {
  .checkout-index-index .page-footer .checkout-links .link,
  .checkout-onepage-success .page-footer .checkout-links .link {
    padding: 30px 10px;
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .checkout-index-index .page-header,
  .checkout-onepage-success .page-header {
    margin: 0 0 30px;
    position: relative;
  }
  .checkout-index-index .page-header .header.content,
  .checkout-onepage-success .page-header .header.content {
    height: 128px;
    padding-top: 48px;
  }
  .checkout-index-index .logo-container,
  .checkout-onepage-success .logo-container {
    margin: 0 auto;
  }
  .checkout-index-index .safe-environment,
  .checkout-onepage-success .safe-environment {
    background: transparent;
    height: 40px;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
  }
  .checkout-index-index .safe-environment::before,
  .checkout-onepage-success .safe-environment::before {
    height: 22px;
    width: 22px;
  }
  .checkout-index-index .safe-environment > span,
  .checkout-onepage-success .safe-environment > span {
    font-size: 1.2rem;
  }
  .checkout-index-index .opc-wrapper .methods-shipping,
  .checkout-onepage-success .opc-wrapper .methods-shipping {
    background: unset;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .checkout-index-index .page-footer,
  .checkout-onepage-success .page-footer {
    padding: 0;
  }
  .checkout-index-index .page-footer .footer.content,
  .checkout-onepage-success .page-footer .footer.content {
    padding: 0;
  }
  .checkout-index-index .page-footer .checkout-links,
  .checkout-onepage-success .page-footer .checkout-links {
    flex-direction: column;
    padding: 40px;
  }
  .checkout-index-index .page-footer .checkout-links .link,
  .checkout-onepage-success .page-footer .checkout-links .link {
    padding: 5px;
    font-size: 1.6rem;
  }
}
.checkout-index-index {
  background: #f8f8f8;
}
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap {
  background: #ffffff;
  border-radius: 10px;
  left: 50%;
  margin: 0;
  max-width: 500px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px) !important;
}
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-header {
  padding: 50px 20px 26px;
}
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-header .action-close {
  box-shadow: unset;
  position: absolute !important;
}
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-content {
  padding: 0 20px;
}
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-footer {
  border: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 30px 20px 50px;
}
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-footer > .action,
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-footer button {
  align-items: center;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 68px;
  justify-content: center;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: calc(50% - 10px);
}
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-footer > .action.primary,
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-footer button.primary,
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-footer > .action.action-primary,
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-footer button.action-primary {
  background: #80c354;
  border: 0;
  color: #ffffff;
}
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-footer > .action.primary:hover,
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-footer button.primary:hover,
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-footer > .action.action-primary:hover,
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-footer button.action-primary:hover {
  background: #429942;
}
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-footer > .action.secondary,
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-footer button.secondary,
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-footer > .action.action-secondary,
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap > .modal-footer button.action-secondary {
  border: 2px solid #79797a;
  color: #79797a;
}
.checkout-index-index .modal-popup:not(.agreements-modal) :not(.popup-authentication) :not(.application-new-address-modal) > .modal-inner-wrap .modal-title {
  border: 0;
  color: #404041;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 0;
}
.checkout-index-index .opc-wrapper {
  width: 68%;
}
.checkout-index-index .opc-wrapper .step-title {
  align-items: center;
  border: 0;
  display: flex;
  margin: 0;
  padding: 20px;
}
.checkout-index-index .opc-wrapper .step-title > .title {
  color: #24564d;
  font-size: 1.8rem;
  font-weight: 700;
}
.checkout-index-index .opc-wrapper .step-title > .icon {
  margin-left: auto;
}
.checkout-index-index .opc-wrapper .step-title > .icon::before {
  background-color: #358278;
  content: "";
  display: block;
  height: 28px;
  margin-right: 0px;
  width: 28px;
  -webkit-mask: url("../images/icon/svg/angle-down.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/angle-down.svg") no-repeat center;
  mask-size: 100%;
}
.checkout-index-index .opc-wrapper #checkoutSteps > .step {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0 0 20px;
}
.checkout-index-index .opc-wrapper #checkoutSteps > .step:last-child {
  margin: 0;
}
.checkout-index-index .opc-wrapper #checkoutSteps > .step > .step-title {
  cursor: pointer;
}
.checkout-index-index .opc-wrapper #checkoutSteps > .step > .step-content {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px 0;
  transition: all 0.25s;
}
.checkout-index-index .opc-wrapper #checkoutSteps > .step.show > .step-content {
  padding: 0 20px 20px;
  max-height: 4000px;
}
.checkout-index-index .opc-wrapper .form-shipping-address {
  margin: 0;
  max-width: 450px;
}
.checkout-index-index .checkout-shipping-method .actions-toolbar::before,
.checkout-index-index .checkout-shipping-method .actions-toolbar::after {
  display: none;
}
.checkout-index-index .opc-sidebar {
  margin: 0;
  width: 32%;
}
.checkout-index-index .opc-block-summary {
  background: #ffffff;
  border-radius: 15px;
  border: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 20px;
}
.checkout-index-index .opc-block-summary > .title {
  color: #24564d;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  padding: 0;
}
.checkout-index-index .opc-block-summary .table-totals th,
.checkout-index-index .opc-block-summary .table-totals td {
  color: #4d4d4d;
  font-size: 1.3rem;
  vertical-align: middle;
}
.checkout-index-index .opc-block-summary .table-totals .totals th {
  padding: 7px 0;
}
.checkout-index-index .opc-block-summary .table-totals .totals td {
  padding: 7px 0 0 7px;
}
.checkout-index-index .opc-block-summary .table-totals .totals.grand th,
.checkout-index-index .opc-block-summary .table-totals .totals.grand td {
  border-color: #d3cccc;
}
.checkout-index-index .opc-block-summary .table-totals .totals.grand th strong,
.checkout-index-index .opc-block-summary .table-totals .totals.grand td strong {
  padding: 0;
  color: #24564d;
  font-size: 1.6rem;
}
.checkout-index-index .opc-block-summary .table-totals .totals.grand th strong {
  font-weight: 700;
}
.checkout-index-index .opc-block-summary .table-totals .totals.grand td strong {
  font-weight: 400;
}
.checkout-index-index .opc-block-summary .table-totals .totals.shipping th,
.checkout-index-index .opc-block-summary .table-totals .totals.shipping td {
  padding-top: 0;
}
.checkout-index-index .opc-block-summary .table-totals .totals-tax th {
  padding: 14px 0 14px 0;
}
.checkout-index-index .opc-block-summary .table-totals .totals-tax td {
  padding: 14px 0 14px 10px;
}
.checkout-index-index .items-in-cart {
  margin: 0 0 10px;
}
.checkout-index-index .items-in-cart > .title {
  border-color: #d4d4d4;
  padding: 0 0 16px;
}
.checkout-index-index .items-in-cart > .title > strong {
  color: #625656;
  font-size: 12px;
  font-weight: 400;
}
.checkout-index-index .items-in-cart > .title::after {
  display: none;
}
.checkout-index-index .items-in-cart > .minicart-items {
  display: block !important;
}
.checkout-index-index .items-in-cart > .minicart-items .product-item {
  border: 0;
  padding: 14px 0;
  margin: 0 0 14px;
}
.checkout-index-index .items-in-cart > .minicart-items .product-item .product.options {
  display: none;
}
.checkout-index-index .items-in-cart > .minicart-items .product-item .delete {
  background: unset;
  border: 0;
  height: auto;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.checkout-index-index .items-in-cart > .minicart-items .product-item .delete::before {
  background-color: #358278;
  content: "";
  display: block;
  height: 26px;
  margin-right: 0px;
  width: 26px;
  -webkit-mask: url("../images/icon/svg/thrash.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/thrash.svg") no-repeat center;
  mask-size: 100%;
}
.checkout-index-index .items-in-cart > .minicart-items .product-item .delete:hover::before {
  filter: brightness(0.9);
}
.checkout-index-index .items-in-cart > .minicart-items .product-item .subtotal {
  color: #000000;
  font-weight: 700;
}
.checkout-index-index .items-in-cart > .minicart-items .product-image-container {
  border-radius: 8px;
  border: 0;
  box-sizing: border-box;
  height: auto !important;
  margin-left: 0;
  overflow: hidden;
  padding: 0;
  width: auto !important;
}
.checkout-index-index .items-in-cart > .minicart-items .product-image-container img {
  display: block;
}
.checkout-index-index .items-in-cart > .minicart-items .product-item-details {
  max-width: unset;
  padding-left: 90px;
}
.checkout-index-index .items-in-cart > .minicart-items .product-item-details .product-item-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  color: inherit;
  font-weight: 400;
  margin: 0 0 8px;
  max-height: 36px;
  overflow: hidden;
  pointer-events: none;
}
.checkout-index-index .items-in-cart > .minicart-items .product-item-details .details-qty {
  margin: 0 0 8px;
}
.checkout-index-index .items-in-cart > .minicart-items .product-item-details .details-qty .label {
  text-transform: uppercase;
  font-weight: 700;
}
.checkout-index-index .items-in-cart > .minicart-items .product-item-details .details-qty .label,
.checkout-index-index .items-in-cart > .minicart-items .product-item-details .details-qty .value {
  color: #625656;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper {
  max-height: 222px;
  padding: 0;
}
.checkout-index-index .items-in-cart .product-item-inner {
  margin: 0;
}
.checkout-index-index .items-in-cart .product-item-name-block {
  padding: 0;
}
.checkout-index-index .items-in-cart .product-item-name {
  color: #404041;
  font-size: 14px;
  font-weight: 700;
}
.checkout-index-index .items-in-cart .details-qty {
  color: #6e6e6e;
  font-size: 13px;
  margin: 0 0 10px;
}
.checkout-index-index .items-in-cart .price-excluding-tax {
  margin: 0;
}
.checkout-index-index .items-in-cart .price-excluding-tax .price {
  color: #6e6e6e;
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .checkout-index-index .checkout-shipping-method .actions-toolbar {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .checkout-index-index .checkout-shipping-method .actions-toolbar > .primary,
  .checkout-index-index .checkout-shipping-method .actions-toolbar > .secondary {
    width: 100%;
  }
  .checkout-index-index .checkout-shipping-method .actions-toolbar > .primary > .action.continue,
  .checkout-index-index .checkout-shipping-method .actions-toolbar > .secondary > .action.continue,
  .checkout-index-index .checkout-shipping-method .actions-toolbar > .primary > .link.return,
  .checkout-index-index .checkout-shipping-method .actions-toolbar > .secondary > .link.return {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .checkout-index-index .checkout-container {
    display: flex;
    flex-direction: column;
  }
  .checkout-index-index .opc-wrapper {
    padding: 0;
    width: 100%;
  }
  .checkout-index-index .opc-sidebar {
    margin: 0 0 20px;
    order: -1;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-container {
    margin: 0;
  }
  .checkout-index-index .checkout-container .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index .opc-wrapper {
    margin: 0;
    width: 100%;
  }
  .checkout-index-index .methods-shipping {
    border: 0;
    margin: 0;
    padding: 0;
  }
}
.progress-container {
  background: #ffffff;
  border-bottom: 1px solid #b3b3b3;
}
@media (max-width: 768px) {
  .progress-container {
    overflow: hidden;
  }
}
ul.opc-progress-bar {
  align-items: center;
  box-sizing: border-box;
  color: #79797a;
  display: flex;
  font-size: 1.6rem;
  gap: 70px;
  height: 114px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
  padding: 20px;
}
ul.opc-progress-bar > .item {
  align-items: center;
  display: flex;
  max-width: 190px;
}
ul.opc-progress-bar > .item .wrapper {
  border-radius: 50%;
  border: 2px solid transparent;
  display: block;
  flex-shrink: 0;
  height: 56px;
  width: 56px;
}
ul.opc-progress-bar > .item .wrapper > .icon {
  align-items: center;
  background: #b3b3b3;
  border-radius: 50%;
  border: 2px solid #bebebf;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
ul.opc-progress-bar > .item .wrapper > .icon.shipping::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 36px;
  margin-right: 0px;
  width: 36px;
  -webkit-mask: url("../images/icon/svg/shipping.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/shipping.svg") no-repeat center;
  mask-size: 100%;
}
ul.opc-progress-bar > .item .wrapper > .icon.payment::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 36px;
  margin-right: 0px;
  width: 36px;
  -webkit-mask: url("../images/icon/svg/payment.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/payment.svg") no-repeat center;
  mask-size: 100%;
}
ul.opc-progress-bar > .item .wrapper > .icon.success::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 36px;
  margin-right: 0px;
  width: 36px;
  -webkit-mask: url("../images/icon/svg/event-finished.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/event-finished.svg") no-repeat center;
  mask-size: 100%;
}
ul.opc-progress-bar > .item .title {
  color: #b3b3b3;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-left: 10px;
}
ul.opc-progress-bar > .item._active .wrapper {
  border-color: #24564d;
}
ul.opc-progress-bar > .item._active .wrapper .icon {
  border-color: #ffffff;
  background: #89ba43;
}
ul.opc-progress-bar > .item._active .title {
  color: #358278;
}
ul.opc-progress-bar > .item._complete .wrapper {
  border-color: #bebebf;
}
ul.opc-progress-bar > .item._complete .wrapper .icon {
  border-color: #bebebf;
  background: #bebebf;
}
ul.opc-progress-bar > .item._complete .title {
  color: #bebebf;
}
@media (max-width: 1024px) {
  ul.opc-progress-bar {
    gap: 130px;
  }
}
@media (max-width: 768px) {
  ul.opc-progress-bar {
    gap: 100px;
    justify-content: flex-start;
    overflow-x: auto;
  }
  ul.opc-progress-bar > .item {
    min-width: 190px;
  }
  ul.opc-progress-bar > .item:first-child {
    margin-left: 23vw;
  }
}
.navigate-actions {
  margin: 0 0 20px !important;
}
.navigate-actions > .return {
  align-items: center;
  background: #89ba43;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.3rem;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  line-height: 1;
  max-width: 180px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.navigate-actions > .return:hover {
  background: #a8cd74;
}
.navigate-actions > .return::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 16px;
  margin-right: 0px;
  width: 16px;
  -webkit-mask: url("../images/icon/svg/angle-left.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/angle-left.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 6px;
}
.checkout-onepage-success {
  background: #f8f8f8;
}
.checkout-onepage-success .column.main {
  padding-bottom: 80px;
}
.checkout-onepage-success .checkout-success {
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.21);
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 80px 40px;
}
.checkout-onepage-success .checkout-success > .icon {
  margin-bottom: 30px;
}
.checkout-onepage-success .checkout-success > .icon img {
  display: block;
}
.checkout-onepage-success .checkout-success > .page-title {
  color: #404041;
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 28px;
}
.checkout-onepage-success .checkout-success > p {
  color: #6e6e6e;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.checkout-onepage-success .checkout-success > p a {
  color: inherit;
}
.checkout-onepage-success .checkout-success > p:last-child {
  margin-bottom: 0;
}
.checkout-onepage-success .checkout-success strong {
  font-weight: 700;
}
.checkout-onepage-success .checkout-success .actions-toolbar .action.continue {
  border-radius: 8px;
  font-size: 1.8rem;
  margin: 0;
  padding: 20px 40px;
  background: #89ba43;
}
.checkout-onepage-success .checkout-success .actions-toolbar .action.continue:hover {
  background: #1e57b2;
}
.checkout-onepage-success .order-details-items {
  border-radius: 8px;
  margin: 0;
}
.checkout-onepage-success .order-details-items .table-wrapper {
  border: 0;
}
.checkout-onepage-success .order-details-items tfoot {
  background: transparent;
}
.checkout-onepage-success .order-details-items tfoot td {
  background: transparent;
}
.checkout-onepage-success .delivery-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.checkout-onepage-success .delivery-item {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.21);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 0 24px;
  padding: 40px;
  width: 60%;
}
.checkout-onepage-success .delivery-item > .products {
  margin: 0;
}
.checkout-onepage-success .delivery-item > .products > .title {
  color: #24564d;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.checkout-onepage-success .delivery-item > .products > .product {
  align-items: center;
  display: flex;
  margin: 0 0 30px;
}
.checkout-onepage-success .delivery-item > .products > .product > .image img {
  border-radius: 8px;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
  padding: 10px;
}
.checkout-onepage-success .delivery-item > .products > .product > .text {
  color: #4d4d4d;
  padding-left: 20px;
}
.checkout-onepage-success .delivery-item > .products > .product > .text > p {
  margin: 0 0 4px;
}
.checkout-onepage-success .delivery-item > .products > .product > .text > .name {
  font-size: 1.3rem;
  font-weight: 700;
}
.checkout-onepage-success .delivery-item > .products > .product > .text > .sku,
.checkout-onepage-success .delivery-item > .products > .product > .text > .additional {
  font-size: 1.1rem;
}
.checkout-onepage-success .delivery-item .table-wrapper {
  background: #EDF4F3;
  border-radius: 10px;
  border: 0;
  color: #000000;
  font-size: 1.3rem;
  margin: 0 0 40px;
  padding: 10px;
}
.checkout-onepage-success .delivery-item .table-wrapper table tbody tr th,
.checkout-onepage-success .delivery-item .table-wrapper table tbody tr td {
  padding: 7px 10px;
}
.checkout-onepage-success .delivery-item .table-wrapper table tbody tr th {
  text-transform: uppercase;
  text-align: left;
}
.checkout-onepage-success .delivery-item .table-wrapper table tbody tr td {
  text-align: right;
}
.checkout-onepage-success .delivery-item .table-wrapper:last-child {
  margin-bottom: 0;
}
.checkout-onepage-success .address-container {
  box-sizing: border-box;
  color: #4d4d4d;
  font-size: 1.4rem;
  padding-right: 30px;
}
.checkout-onepage-success .address-container > .title {
  color: #24564d;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 20px;
}
.checkout-onepage-success .address-container > .name {
  font-weight: 600;
  margin-bottom: 10px;
}
.checkout-onepage-success .address-container > .vat {
  margin: 0;
}
.checkout-onepage-success .address-container > .address {
  margin: 0;
}
.checkout-onepage-success .address-container > .address a {
  color: inherit;
}
.checkout-onepage-success .resume-container {
  box-sizing: border-box;
  padding-left: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
}
.checkout-onepage-success .resume-container > .resume {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.21);
  padding: 20px;
}
.checkout-onepage-success .resume-container > .resume > .title {
  color: #358278;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 20px;
}
.checkout-onepage-success .resume-container > .resume > .wrapper {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin: 0 0 18px;
  padding: 10px 0;
}
.checkout-onepage-success .resume-container > .resume .row {
  color: #4d4d4d;
  display: flex;
  font-size: 1.3rem;
  justify-content: space-between;
  padding: 4px 0;
}
.checkout-onepage-success .resume-container > .resume .row.total {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
}
.checkout-onepage-success .actions-toolbar.return::before,
.checkout-onepage-success .actions-toolbar.return::after {
  display: none;
}
.checkout-onepage-success .actions-toolbar.return > .primary {
  display: flex;
  float: unset;
}
.checkout-onepage-success .actions-toolbar.return .action.primary {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  line-height: 1;
  max-width: 210px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.checkout-onepage-success .actions-toolbar.return .action.primary:hover {
  background: #24564d;
}
.checkout-onepage-success .pagbank-payment-success-details {
  margin: 0;
  text-align: center;
}
.checkout-onepage-success .pagbank-payment-success-details .pagbank-payment-boleto-copy .field {
  padding-top: 6px;
}
.checkout-onepage-success .pagbank-payment-success-details .pagbank-payment-boleto-copy .field > .control {
  display: flex;
}
.checkout-onepage-success .pagbank-payment-success-details .pagbank-payment-boleto-copy .field > .control > .input-text {
  border-radius: 8px 0 0 8px;
  height: 40px;
  margin: 0;
  max-width: 230px;
  min-width: unset;
  width: 100%;
}
.checkout-onepage-success .pagbank-payment-success-details .pagbank-payment-boleto-copy .field > .control > .field-tooltip {
  position: static;
}
.checkout-onepage-success .pagbank-payment-success-details .pagbank-payment-boleto-copy .field #copy-code {
  background: transparent;
  border-radius: 0 8px 8px 0;
  border: 1px solid #358278;
  color: #358278;
  height: 40px;
  position: static;
}
.checkout-onepage-success .pagbank-payment-success-details .pagbank-payment-boleto-copy .field #copy-code:hover {
  background: #f8f8f8;
  border-color: #358278;
  color: #358278;
  text-decoration: none;
}
.checkout-onepage-success .pagbank-payment-success-details .pagbank-payment-boleto-link {
  display: flex;
  justify-content: center;
}
.checkout-onepage-success .pagbank-payment-success-details .pagbank-payment-boleto-link > .action {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: 160px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.checkout-onepage-success .pagbank-payment-success-details .pagbank-payment-boleto-link > .action:hover {
  background: #24564d;
}
@media (max-width: 1024px) {
  .checkout-onepage-success .delivery-item {
    width: 100%;
  }
  .checkout-onepage-success .resume-container {
    margin: 0 0 60px;
    padding: 0;
    position: static;
    width: 100%;
  }
  .checkout-onepage-success .actions-toolbar.return {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .checkout-onepage-success .checkout-success > .page-title {
    text-align: center;
    font-size: 3rem;
  }
  .checkout-onepage-success .checkout-success > p {
    text-align: center;
  }
  .checkout-onepage-success .delivery-item {
    flex-direction: column;
  }
  .checkout-onepage-success .address-container {
    padding: 0;
    margin: 0 0 30px;
  }
}
.schedule-wrapper {
  margin-top: 20px;
}
.schedule-wrapper > .step-title {
  color: #24564d;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 20px !important;
  padding: 0 !important;
}
.schedule-wrapper > .description {
  font-size: 1.6rem;
  margin: 0 0 20px;
}
.schedule-wrapper > .container {
  display: flex;
}
.schedule-wrapper > .container .delivery-methods-options {
  display: flex;
  flex-direction: column;
  padding: 0 15px 0 0;
  box-sizing: border-box;
  width: 50%;
}
.schedule-wrapper > .container .delivery-methods-options > .label {
  align-items: center;
  box-sizing: border-box;
  color: #4d4d4d;
  display: flex;
  gap: 6px;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}
.schedule-wrapper > .container .delivery-methods-options > .label:last-child {
  margin: 0;
}
.schedule-wrapper > .container .delivery-methods-options > .label input[type="radio"] {
  flex-shrink: 0;
  margin: 0;
}
.schedule-wrapper > .container .one-date-form {
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 50%;
}
.schedule-wrapper > .container .one-date-form > span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.schedule-wrapper > .container .one-date-form .date-field {
  position: relative;
  width: 100%;
}
.schedule-wrapper > .container .one-date-form .date-field #one-date {
  border-radius: 10px;
  font-size: 1.6rem;
  height: 52px;
  padding-right: 70px;
  width: 100%;
}
.schedule-wrapper > .container .one-date-form .date-field #one-date::placeholder,
.schedule-wrapper > .container .one-date-form .date-field #one-date::-webkit-input-placeholder {
  font-size: 1.6rem !important;
}
.schedule-wrapper > .container .one-date-form .date-field button {
  align-items: center;
  background: #358278;
  border-radius: 0 10px 10px 0;
  box-sizing: border-box;
  display: flex;
  height: 52px;
  justify-content: center;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0px;
  width: 70px;
}
.schedule-wrapper > .container .one-date-form .date-field button::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 26px;
  margin-right: 0px;
  width: 22px;
  -webkit-mask: url("../images/icon/svg/calendar.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/calendar.svg") no-repeat center;
  mask-size: 100%;
}
.schedule-wrapper > .container .one-date-form .date-field button:hover {
  background: #a8cd74;
}
.schedule-wrapper .products-table {
  margin-top: 30px;
}
.schedule-wrapper .products-table .item__wrapper {
  background: #E4EEED;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.schedule-wrapper .products-table .item__wrapper:last-child {
  margin-bottom: 0;
}
.schedule-wrapper .products-table .item__wrapper .card {
  align-items: center;
  background: #D0E2DF;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.schedule-wrapper .products-table .item__wrapper .card .prod {
  align-items: center;
  display: flex;
}
.schedule-wrapper .products-table .item__wrapper .card .prod .image {
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
  display: flex;
  height: 80px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  width: 80px;
}
.schedule-wrapper .products-table .item__wrapper .card .prod .image img {
  max-width: 100%;
}
.schedule-wrapper .products-table .item__wrapper .card .prod .name_and_info {
  padding-left: 12px;
  color: #24564d;
}
.schedule-wrapper .products-table .item__wrapper .card .prod .name_and_info .name {
  font-size: 1.3rem;
  font-weight: 700;
}
.schedule-wrapper .products-table .item__wrapper .card .prod .name_and_info .info-extra-btn {
  display: none;
}
.schedule-wrapper .products-table .item__wrapper .card .prod .name_and_info .info-extra {
  display: block !important;
  font-size: 1.1rem;
}
.schedule-wrapper .products-table .item__wrapper .card .prod .name_and_info .info-extra .line {
  display: flex;
  gap: 4px;
}
.schedule-wrapper .products-table .item__wrapper .card .total {
  margin-left: auto;
}
.schedule-wrapper .products-table .item__wrapper .card .total span {
  color: #24564d;
  font-size: 1.8rem;
  font-weight: 600;
}
.schedule-wrapper .products-table .item__wrapper .card .message {
  color: #6e6e6e;
  font-size: 1.2rem;
  margin-top: 10px;
  width: 100%;
}
.schedule-wrapper .products-table .item__wrapper .item-head {
  background: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #24564d;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.schedule-wrapper .products-table .item__wrapper .item-head .remove {
  width: 5%;
}
.schedule-wrapper .products-table .item__wrapper .item-head .shipment_number,
.schedule-wrapper .products-table .item__wrapper .item-head .type,
.schedule-wrapper .products-table .item__wrapper .item-head .qty,
.schedule-wrapper .products-table .item__wrapper .item-head .culture,
.schedule-wrapper .products-table .item__wrapper .item-head .service_branch {
  box-sizing: border-box;
  padding: 0 5px;
  width: 14.07%;
}
.schedule-wrapper .products-table .item__wrapper .item-head .date_schedule {
  box-sizing: border-box;
  padding: 0 5px;
  width: 24.64%;
}
.schedule-wrapper .products-table .item__wrapper .item-head .date_schedule .field-tooltip {
  display: none;
}
.schedule-wrapper .products-table .item__wrapper .item-head .unity {
  box-sizing: border-box;
  display: none;
  padding: 0 5px;
  width: 8.57% !important;
}
.schedule-wrapper .products-table .item__wrapper .item-head .shipment_edit_status {
  display: none;
}
.schedule-wrapper .products-table .item__wrapper .item {
  background: unset;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  width: 100%;
}
.schedule-wrapper .products-table .item__wrapper .item select {
  padding: 8px;
  height: 40px;
}
.schedule-wrapper .products-table .item__wrapper .item .remove {
  width: 5%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.schedule-wrapper .products-table .item__wrapper .item .remove button {
  align-items: center;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  display: flex;
  height: 22px;
  justify-content: center;
  padding: 0;
  width: 22px;
}
.schedule-wrapper .products-table .item__wrapper .item .remove button::before {
  background-color: #ef7c74;
  content: "";
  display: block;
  height: 26px;
  margin-right: 0px;
  width: 26px;
  -webkit-mask: url("../images/icon/svg/thrash.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/thrash.svg") no-repeat center;
  mask-size: 100%;
}
.schedule-wrapper .products-table .item__wrapper .item .shipment_number {
  box-sizing: border-box;
  color: #24564d;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 5px;
  width: 14.07%;
}
.schedule-wrapper .products-table .item__wrapper .item .type {
  box-sizing: border-box;
  padding: 0 5px;
  width: 14.07%;
}
.schedule-wrapper .products-table .item__wrapper .item .type .shipment-type-select {
  margin: 0 auto;
  width: 70px;
}
.schedule-wrapper .products-table .item__wrapper .item .qty {
  box-sizing: border-box;
  padding: 0 5px;
  width: 14.07%;
}
.schedule-wrapper .products-table .item__wrapper .item .qty .qty-input-container {
  border-radius: 10px;
  border: 1px solid #b3b3b3;
  margin: 0 auto;
  overflow: hidden;
  width: fit-content;
}
.schedule-wrapper .products-table .item__wrapper .item .qty .qty-input-container .wrapper {
  display: flex;
}
.schedule-wrapper .products-table .item__wrapper .item .qty .qty-input-container button {
  align-items: center;
  background: #eef6f3 !important;
  border: 0;
  color: #4d4d4d;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  height: 40px !important;
  justify-content: center;
  max-width: unset;
  padding: 0;
  width: 26px !important;
}
.schedule-wrapper .products-table .item__wrapper .item .qty .qty-input-container input {
  border: 0;
  color: #4d4d4d;
  display: block;
  font-size: 1.4rem;
  height: 40px;
  width: 36px;
}
.schedule-wrapper .products-table .item__wrapper .item .unity {
  box-sizing: border-box;
  color: #347a6c;
  display: none !important;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 5px;
  text-transform: uppercase;
  width: 8.57%;
}
.schedule-wrapper .products-table .item__wrapper .item .culture {
  box-sizing: border-box;
  padding: 0 5px;
  width: 14.07%;
}
.schedule-wrapper .products-table .item__wrapper .item .service_branch {
  box-sizing: border-box;
  padding: 0 5px;
  width: 14.07%;
}
.schedule-wrapper .products-table .item__wrapper .item .date_schedule {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 0 5px;
  width: 24.64%;
}
.schedule-wrapper .products-table .item__wrapper .item .date_schedule .field.date {
  position: relative;
  width: fit-content;
  padding: 0;
  margin: 0;
}
.schedule-wrapper .products-table .item__wrapper .item .date_schedule .field.date .input-text {
  height: 40px !important;
  margin: 0;
  padding: 0 30px 0 5px !important;
  text-align: left;
  text-overflow: ellipsis;
  width: 100% !important;
  border-radius: 10px;
  font-size: 1.2rem;
}
.schedule-wrapper .products-table .item__wrapper .item .date_schedule .field.date button {
  align-items: center;
  background: #358278;
  border-radius: 0 10px 10px 0 !important;
  display: flex;
  height: 40px !important;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px !important;
}
.schedule-wrapper .products-table .item__wrapper .item .date_schedule .field.date button::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 22px;
  margin-right: 0px;
  width: 18px;
  -webkit-mask: url("../images/icon/svg/calendar.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/calendar.svg") no-repeat center;
  mask-size: 100%;
}
.schedule-wrapper .products-table .item__wrapper .item .date_schedule .field.date button:hover {
  background: #a8cd74;
}
.schedule-wrapper .products-table .item__wrapper .item .shipment_edit_status {
  align-items: center;
  display: none;
  flex-direction: column;
}
.schedule-wrapper .products-table .item__wrapper .item .shipment_edit_status .edit-shipment {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 0px;
  font-weight: 400;
  height: 30px;
  justify-content: center;
  line-height: 1;
  max-width: 30px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
  margin: 0 auto;
}
.schedule-wrapper .products-table .item__wrapper .item .shipment_edit_status .edit-shipment:hover {
  background: #24564d;
}
.schedule-wrapper .products-table .item__wrapper .item .shipment_edit_status .edit-shipment::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 18px;
  margin-right: 0px;
  width: 18px;
  -webkit-mask: url("../images/icon/svg/edit-square.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/edit-square.svg") no-repeat center;
  mask-size: 100%;
}
.schedule-wrapper .products-table .item__wrapper .item-footer {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: unset;
  margin: 12px 0 0;
  padding: 0 10px 10px;
}
.schedule-wrapper .products-table .item__wrapper .item-footer .add-new-shipment {
  box-sizing: border-box;
  cursor: pointer;
  margin-left: auto;
  order: 1;
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: 170px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.schedule-wrapper .products-table .item__wrapper .item-footer .add-new-shipment:hover {
  background: #24564d;
}
.schedule-wrapper .products-table .item__wrapper .item-footer .add-new-shipment::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 22px;
  margin-right: 0px;
  width: 22px;
  -webkit-mask: url("../images/icon/svg/add-circle.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/add-circle.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 10px;
}
.schedule-wrapper .products-table .item__wrapper .item-footer .add-new-shipment.inactive {
  pointer-events: none;
}
.schedule-wrapper .products-table .item__wrapper .item-footer > .copy-all > button {
  align-items: center;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #24564d;
  color: #24564d;
  display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  line-height: 1;
  max-width: 140px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
}
.schedule-wrapper .products-table .item__wrapper .item-footer > .copy-all > button:hover {
  background: #24564d;
}
.schedule-wrapper .products-table .item__wrapper .item-footer > .copy-all > button:hover {
  color: #ffffff;
}
.schedule-wrapper .products-table .item__wrapper .item-footer > .copy-all > button:hover::before {
  background-color: #ffffff !important;
}
.schedule-wrapper .products-table .item__wrapper .item-footer > .copy-culture > button::before {
  background-color: #24564d;
  content: "";
  display: block;
  height: 12px;
  margin-right: 0px;
  width: 12px;
  -webkit-mask: url("../images/icon/svg/leaf.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/leaf.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 6px;
  margin-top: -2px;
}
.schedule-wrapper .products-table .item__wrapper .item-footer > .copy-date > button::before {
  background-color: #24564d;
  content: "";
  display: block;
  height: 14px;
  margin-right: 0px;
  width: 14px;
  -webkit-mask: url("../images/icon/svg/calendar.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/calendar.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 8px;
  margin-top: -2px;
}
@media (max-width: 1440px) {
  .schedule-wrapper .products-table .item__wrapper .item .qty .qty-input-container input {
    font-size: 1.3rem;
    width: 40px;
  }
}
@media (max-width: 768px) {
  .schedule-wrapper .container {
    flex-wrap: wrap;
  }
  .schedule-wrapper .container .delivery-methods-options {
    padding: 0;
    width: 100%;
  }
  .schedule-wrapper .container .one-date-form {
    margin-top: 20px;
    width: 100%;
  }
  .schedule-wrapper .products-table {
    margin: 20px 0 0;
  }
  .schedule-wrapper .products-table .item__wrapper {
    margin: 0 0 10px;
  }
  .schedule-wrapper .products-table .item__wrapper .card {
    padding: 10px;
  }
  .schedule-wrapper .products-table .item__wrapper .item-head {
    display: none;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail {
    flex-wrap: wrap;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail .remove {
    position: absolute;
    top: 20px;
    right: 10px;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail .shipment_number {
    background: #CFE2DF;
    border-radius: 5px;
    margin: 0 0 10px;
    order: -2;
    padding: 5px 10px;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail .shipment_number::before {
    display: none;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail .type {
    margin: 0 0 10px;
    order: -1;
    width: 50% !important;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail .type::before {
    color: #24564d;
    content: attr(data-label);
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail .qty {
    margin: 0 0 10px;
    padding: 0 5px;
    width: 50% !important;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail .qty::before {
    color: #24564d;
    content: 'QTD';
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail .qty input {
    height: 40px !important;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail .unity {
    margin: 0 0 10px;
    padding: 0 5px;
    width: 50% !important;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail .unity::before {
    color: #24564d;
    content: 'UND';
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail .culture {
    margin: 0 0 10px;
    order: -1;
    padding: 0 5px;
    width: 50% !important;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail .culture::before {
    color: #24564d;
    content: 'Cultura';
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail .service_branch {
    margin: 0 0 10px;
    order: -1;
    padding: 0 5px;
    width: 50% !important;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail .service_branch::before {
    color: #24564d;
    content: 'Filial';
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail .date_schedule {
    display: block;
    margin: 0;
    padding: 0 5px;
    width: 50% !important;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail .date_schedule::before {
    color: #24564d;
    content: 'Data';
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .schedule-wrapper .products-table .item__wrapper .item .detail .date_schedule .field.date {
    margin: 0 auto;
  }
  .schedule-wrapper .products-table .item__wrapper .item-footer {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
  }
  .schedule-wrapper .products-table .item__wrapper .item-footer > .add-new-shipment {
    margin: 0;
  }
  .schedule-wrapper .products-table .item__wrapper .item-footer > .copy-all {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .schedule-wrapper .products-table .item__wrapper .item-footer > .copy-all > button {
    max-width: 170px;
  }
}
@media (max-width: 768px) {
  .schedule-wrapper .products-table .item__wrapper .item .detail {
    align-items: center;
    display: flex;
    gap: unset;
  }
}
#culture-container > .container > .description {
  margin: 0 0 20px;
}
#culture-container .culture-wrapper {
  background: #F5F9F8;
  padding: 10px;
}
#culture-container .culture-wrapper > .table {
  table-layout: fixed;
}
#culture-container .culture-wrapper > .table > thead > tr > th {
  color: #24564d;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0 10px 10px;
  text-align: center;
}
#culture-container .culture-wrapper > .table > tbody > tr > td {
  border-bottom: 1px solid #e6e6e6;
  border-top: 0;
  color: #87898b;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 14px 10px;
  text-align: center;
  vertical-align: middle;
}
#culture-container .culture-wrapper > .table select {
  border: 1px solid #b3b3b3;
  color: #87898b;
  font-size: 1.3rem;
  height: 40px;
}
@media (max-width: 768px) {
  #culture-container .culture-wrapper > .table > thead {
    display: none;
  }
  #culture-container .culture-wrapper > .table > tbody {
    display: block;
  }
  #culture-container .culture-wrapper > .table > tbody > tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #culture-container .culture-wrapper > .table > tbody > tr > td {
    align-items: center;
    border: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
  }
  #culture-container .culture-wrapper > .table > tbody > tr > td::before {
    color: #24564d;
    content: attr(data-th);
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 8px;
    text-align: center;
  }
}
.schedule-resume > .title {
  margin: 0 0 25px;
}
.schedule-resume > .title span {
  color: #24564d;
  font-size: 1.8rem;
  font-weight: 600;
}
.schedule-resume .list-head {
  border-bottom: 1px solid #85a7ad;
  display: flex;
}
.schedule-resume .list-head > div {
  box-sizing: border-box;
  color: #24564d;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 10px;
  text-transform: unset;
}
.schedule-resume .list-head .name {
  text-align: left;
  width: 15%;
}
.schedule-resume .list-head .unity,
.schedule-resume .list-head .qty,
.schedule-resume .list-head .culture {
  text-align: center;
  width: 15%;
}
.schedule-resume .list-head .price {
  text-align: center;
  width: 10%;
}
.schedule-resume .list-head .sub_price,
.schedule-resume .list-head .date_schedule {
  text-align: center;
  width: 15%;
}
.schedule-resume .listing > .item {
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.schedule-resume .listing > .item .detail > div {
  box-sizing: border-box;
  color: #4d4d4d;
  font-size: 1.3rem;
  padding: 10px;
}
.schedule-resume .listing > .item .detail .name {
  text-align: left;
  width: 15%;
}
.schedule-resume .listing > .item .detail .name a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  max-height: 18px;
  overflow: hidden;
  pointer-events: none;
  color: inherit;
}
.schedule-resume .listing > .item .detail .unity,
.schedule-resume .listing > .item .detail .qty,
.schedule-resume .listing > .item .detail .culture {
  text-align: center;
  width: 15%;
}
.schedule-resume .listing > .item .detail .price {
  text-align: center;
  width: 10%;
}
.schedule-resume .listing > .item .detail .sub_price,
.schedule-resume .listing > .item .detail .date_schedule {
  text-align: center;
  width: 15%;
}
.modal-vehicle-selector.modal-popup > .modal-inner-wrap {
  max-width: 700px;
}
#vehicle-modal > .vehicle-modal-content > .header > .icon {
  background-image: url('../images/modal-truck.png');
  background-position: center;
  flex-shrink: 0;
  height: 60px;
  width: 60px;
}
.checkout-index-index .opc-wrapper .shipping-address-items {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  padding: 0 0 10px;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  border-radius: 10px;
  border: 1px solid #b3b3b3;
  color: #4d4d4d;
  flex-shrink: 0;
  font-size: 1.3rem;
  line-height: 15px;
  margin: 0;
  padding: 20px 30px 20px 20px;
  width: calc(50% - 15px);
}
.checkout-index-index .opc-wrapper .shipping-address-item::before {
  display: none !important;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #358278;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item::after {
  align-items: center;
  background: #358278;
  border-radius: 0 8px 0 0;
  display: flex;
  font-size: 1.6rem;
  height: 30px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 30px;
}
.checkout-index-index .opc-wrapper .shipping-address-item .action-select-shipping-item {
  align-items: center;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #24564d;
  color: #24564d;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: 120px;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
.checkout-index-index .opc-wrapper .shipping-address-item .action-select-shipping-item:hover {
  background: #24564d;
}
.checkout-index-index .opc-wrapper .shipping-address-item .action-select-shipping-item:hover {
  color: #ffffff;
}
.checkout-index-index .opc-wrapper .shipping-address-item .custom-attributes p {
  margin: 0;
}
.checkout-index-index .opc-wrapper .shipping-address-item .custom-attributes .agrega_is_application,
.checkout-index-index .opc-wrapper .shipping-address-item .custom-attributes .agrega_coordinates {
  display: none;
}
.checkout-index-index .opc-wrapper .fieldset.address {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.checkout-index-index .opc-wrapper .fieldset.address > .field {
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 0 7px;
}
.checkout-index-index .opc-wrapper .fieldset.address > .field:last-child {
  margin: 0;
}
.checkout-index-index .opc-wrapper .fieldset.address > .field > .label {
  color: #79797a;
  font-weight: 500;
}
.checkout-index-index .opc-wrapper .fieldset.address > .field input[type="text"],
.checkout-index-index .opc-wrapper .fieldset.address > .field select {
  border-color: #b3b3b3;
  color: #2a2a2a;
}
.checkout-index-index .opc-wrapper .fieldset.address > .field input[type="text"]::placeholder,
.checkout-index-index .opc-wrapper .fieldset.address > .field select::placeholder {
  color: #b3b3b3;
}
.checkout-index-index .opc-wrapper .fieldset.address > .field .field-tooltip {
  display: none !important;
}
.checkout-index-index .opc-wrapper .fieldset.address > .field.street {
  margin: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper .fieldset.address > .field.street .control {
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px;
}
.checkout-index-index .opc-wrapper .fieldset.address > .field.street .control > .field {
  margin: 0 0 15px;
}
.checkout-index-index .opc-wrapper .fieldset.address > .field.street .control > .field > .label {
  color: #79797a;
  font-weight: 500;
}
.checkout-index-index .opc-wrapper .fieldset.address > .field.street .control > .field[name="shippingAddress.street.0"] {
  width: calc(70% - 7px);
}
.checkout-index-index .opc-wrapper .fieldset.address > .field.street .control > .field[name="shippingAddress.street.1"] {
  width: calc(30% - 7px);
}
.checkout-index-index .opc-wrapper .fieldset.address > .field.street .control > .field[name="shippingAddress.street.2"],
.checkout-index-index .opc-wrapper .fieldset.address > .field.street .control > .field[name="shippingAddress.street.3"] {
  width: calc(50% - 7px);
}
.checkout-index-index .opc-wrapper .fieldset.address > .field[name="shippingAddress.firstname"],
.checkout-index-index .opc-wrapper .fieldset.address > .field[name="shippingAddress.lastname"],
.checkout-index-index .opc-wrapper .fieldset.address > .field[name="shippingAddress.postcode"],
.checkout-index-index .opc-wrapper .fieldset.address > .field[name="shippingAddress.country_id"],
.checkout-index-index .opc-wrapper .fieldset.address > .field[name="shippingAddress.region_id"],
.checkout-index-index .opc-wrapper .fieldset.address > .field[name="shippingAddress.city"],
.checkout-index-index .opc-wrapper .fieldset.address > .field[name="shippingAddress.telephone"],
.checkout-index-index .opc-wrapper .fieldset.address > .field[name="shippingAddress.company"],
.checkout-index-index .opc-wrapper .fieldset.address > .field[name="shippingAddress.agrega_taleao"] {
  width: 50%;
}
.checkout-index-index .opc-wrapper .fieldset.address > .field[name="shippingAddress.agrega_is_application"],
.checkout-index-index .opc-wrapper .fieldset.address > .field[name="shippingAddress.agrega_coordinates"] {
  width: 100%;
}
.checkout-index-index .opc-wrapper .fieldset.address > .field[name="shippingAddress.telephone"] .input-text {
  margin: 0;
  width: 100%;
}
.checkout-index-index .table-checkout-shipping-method {
  max-width: unset;
  width: 100%;
}
.checkout-index-index .table-checkout-shipping-method tbody td {
  border: 0;
  padding: 0 0 10px;
}
.checkout-index-index .table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 2px 0 0 0;
}
.checkout-index-index .table-checkout-shipping-method tbody td.col-method,
.checkout-index-index .table-checkout-shipping-method tbody td.col-carrier {
  padding: 0 10px 10px;
}
.checkout-index-index .table-checkout-shipping-method tbody td.col-price {
  color: #24564d;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right;
}
.checkout-index-index #shipping-method-buttons-container {
  display: none;
}
.checkout-index-index .new-shipping-address-modal .form-shipping-address {
  text-align: left;
  max-width: unset !important;
}
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field[name="shippingAddress.firstname"],
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field[name="shippingAddress.lastname"],
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field[name="shippingAddress.postcode"],
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field[name="shippingAddress.country_id"],
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field[name="shippingAddress.region_id"],
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field[name="shippingAddress.city"],
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field[name="shippingAddress.street.0"],
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field[name="shippingAddress.street.1"],
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field[name="shippingAddress.telephone"],
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field[name="shippingAddress.company"],
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field[name="shippingAddress.agrega_taleao"] {
  width: calc(50% - 5px);
}
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field[name="shippingAddress.agrega_is_application"],
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field[name="shippingAddress.agrega_coordinates"] {
  width: 100%;
}
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field[name="shippingAddress.telephone"] .input-text {
  margin: 0;
  width: 100%;
}
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field .field-tooltip {
  display: none;
}
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field.save {
  display: flex;
  align-items: center;
}
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field.save .label {
  display: flex !important;
  font-size: 1.6rem;
}
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field.save input[type="checkbox"] {
  height: 20px;
  height: auto;
  margin: 0 8px 0 0;
  position: static;
  width: 20px;
  position: absolute;
  opacity: 0;
  margin: 0;
}
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field.save .customcheckbox {
  align-items: center;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
  display: flex;
  height: 20px;
  justify-content: center;
  margin: 0 8px 0 0;
  width: 20px;
}
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field.save .checkbox:checked ~ .customcheckbox {
  background: #ffffff;
}
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field.save .checkbox:checked ~ .customcheckbox::after {
  background: #358278;
  content: '';
  height: 12px;
  width: 12px;
  border-radius: 2px;
  box-sizing: border-box;
}
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field.street {
  width: 100%;
}
.checkout-index-index .new-shipping-address-modal .form-shipping-address > .fieldset .field:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .checkout-index-index .opc-wrapper .shipping-address-item {
    width: 75%;
  }
}
.new-address-popup {
  margin-top: 30px;
}
.new-address-popup > .action {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: 250px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin: 0;
}
.new-address-popup > .action:hover {
  background: #24564d;
}
.new-address-popup > .action > span {
  align-items: center;
  display: flex;
  justify-content: center;
}
.new-address-popup > .action > span::before {
  font-size: 2.2rem;
  font-weight: 400;
  padding-right: 10px;
}
.shipping-actions {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
.shipping-actions > .continue {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: 210px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
}
.shipping-actions > .continue:hover {
  background: #24564d;
}
.shipping-actions > .link {
  align-items: center;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #24564d;
  color: #24564d;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: 280px;
  text-align: center;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
}
.shipping-actions > .link:hover {
  background: #24564d;
}
.shipping-actions > .link:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  .shipping-actions {
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .shipping-actions > .continue,
  .shipping-actions > .link {
    max-width: unset;
    width: 100%;
  }
}
.checkout-index-index .payment-container {
  background: #ffffff;
  border-radius: 15px;
  box-sizing: border-box;
  margin: 0 0 40px !important;
  padding: 30px;
}
.checkout-index-index .payment-container .step-title {
  color: #24564d;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 25px;
  padding: 0;
}
.checkout-index-index .payment-container .step-content {
  margin: 0;
}
.checkout-index-index .payment-container:last-child {
  margin: 0 !important;
}
.checkout-index-index .opc-block-shipping-information {
  display: none;
}
.checkout-index-index #co-payment-form > .fieldset {
  margin: 0;
}
.checkout-index-index .checkout-payment-method .payment-group .payment-method.form-pagbank .form-pay .field .control,
.checkout-index-index .checkout-payment-method .payment-group .payment-method.form-pagbank .form-pay .fields .control {
  display: flex;
  flex-direction: column;
}
.checkout-index-index .checkout-payment-method .payment-group .payment-method.form-pagbank .form-pay .field .label,
.checkout-index-index .checkout-payment-method .payment-group .payment-method.form-pagbank .form-pay .fields .label {
  display: inline-block !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  margin: 0 0 6px !important;
  order: -1 !important;
  padding: 0 !important;
}
.checkout-index-index .checkout-payment-method .payment-group .payment-method.form-pagbank .form-pay .field .field-tooltip,
.checkout-index-index .checkout-payment-method .payment-group .payment-method.form-pagbank .form-pay .fields .field-tooltip {
  padding: 0;
  top: 35px;
}
.checkout-index-index .checkout-payment-method .payment-group .payment-method.form-pagbank .form-pay .field.choice .label,
.checkout-index-index .checkout-payment-method .payment-group .payment-method.form-pagbank .form-pay .fields.choice .label {
  display: flex !important;
}
.checkout-index-index .checkout-payment-method .payment-group .payment-method.form-pagbank .form-pay .field.choice .label > .text,
.checkout-index-index .checkout-payment-method .payment-group .payment-method.form-pagbank .form-pay .fields.choice .label > .text {
  font-weight: 400;
}
.checkout-index-index .checkout-payment-method .payment-group .payment-method .checkout-billing-address {
  margin: 0 0 30px;
}
.checkout-index-index .checkout-payment-method .payment-group .payment-method .billing-address-details {
  background: #f9f9f9;
  border-radius: 6px;
  box-sizing: border-box;
  display: inline-block;
  padding: 20px;
  word-break: break-word;
}
.checkout-index-index .checkout-payment-method .discount-code {
  margin: 0 0 30px;
}
.checkout-index-index .checkout-payment-method .discount-code > .payment-option-title {
  border: 0;
  margin: 0 0 25px;
  padding: 0;
}
.checkout-index-index .checkout-payment-method .discount-code > .payment-option-title > .action {
  color: #24564d;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  padding: 0;
}
.checkout-index-index .checkout-payment-method .discount-code > .payment-option-title > .action::after {
  display: none;
}
.checkout-index-index .checkout-payment-method .discount-code > .payment-option-content {
  display: block !important;
  padding: 0;
}
.checkout-index-index .checkout-payment-method .discount-code .form-discount {
  display: flex;
}
.checkout-index-index .checkout-payment-method .discount-code .form-discount > .payment-option-inner {
  margin: 0;
}
.checkout-index-index .checkout-payment-method .discount-code .form-discount > .payment-option-inner .field {
  margin: 0;
}
.checkout-index-index .checkout-payment-method .discount-code .form-discount > .payment-option-inner .field .label {
  display: none !important;
}
.checkout-index-index .checkout-payment-method .discount-code .form-discount > .payment-option-inner input[type="text"] {
  align-items: center;
  border-radius: 8px 0 0 8px;
  border: 1px solid #b3b3b3;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  height: 40px;
  outline: 0;
  padding: 12px 14px;
  width: 220px;
}
.checkout-index-index .checkout-payment-method .discount-code .form-discount > .actions-toolbar {
  display: block;
  width: auto;
}
.checkout-index-index .checkout-payment-method .discount-code .form-discount > .actions-toolbar .primary {
  float: none;
  margin: 0;
}
.checkout-index-index .checkout-payment-method .discount-code .form-discount > .actions-toolbar .primary .action {
  align-items: center;
  border-radius: 0 8px 8px 0;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  padding: 12px 14px;
  width: 170px;
}
.checkout-index-index .checkout-payment-method .discount-code .form-discount > .actions-toolbar .primary .action:hover {
  filter: brightness(0.9);
}
.checkout-index-index .checkout-payment-method .discount-code .form-discount > .actions-toolbar .primary .action.action-cancel {
  background: #ef7c74;
}
.checkout-index-index .checkout-payment-method .discount-code .form-discount > .actions-toolbar .primary .action.action-apply {
  background: #358278;
}
.checkout-index-index .checkout-payment-method .discount-code .form-discount > .actions-toolbar .primary .action.action-apply:hover {
  filter: unset;
  background: #24564d;
}
.checkout-index-index .payment-methods .payment-group > .payment-method > .payment-method-title {
  align-items: center;
  border: 0;
  display: flex;
  margin-bottom: 14px;
  padding: 0;
}
.checkout-index-index .payment-methods .payment-group > .payment-method > .payment-method-title input[type="radio"] {
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  height: 16px;
  margin: 0 10px 0 0;
  width: 16px;
}
.checkout-index-index .payment-methods .payment-group > .payment-method > .payment-method-title .label {
  align-items: center;
  color: #79797a;
  display: flex !important;
  font-size: 1.6rem;
  font-weight: 400 !important;
}
.checkout-index-index .payment-methods .payment-group > .payment-method > .payment-method-title .label > .icon {
  display: inline-block;
  margin: 0 8px 0 0;
}
.checkout-index-index .payment-methods .payment-group > .payment-method > .payment-method-content {
  padding: 0;
  margin: 0 0 20px;
}
.checkout-index-index .payment-methods .payment-group > .payment-method .actions-toolbar {
  margin-top: 20px;
}
.checkout-index-index .payment-methods .payment-group > .payment-method .actions-toolbar .primary {
  display: flex;
  float: unset;
  justify-content: flex-end;
  padding: 0;
}
.checkout-index-index .payment-methods .payment-group > .payment-method .actions-toolbar .action.checkout {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: 210px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
}
.checkout-index-index .payment-methods .payment-group > .payment-method .actions-toolbar .action.checkout:hover {
  background: #24564d;
}
@media (max-width: 1024px) {
  .checkout-index-index .payment-container {
    padding: 20px;
  }
  .checkout-index-index #scheduled_items .list-head {
    display: none;
  }
  .checkout-index-index #scheduled_items .listing > .item {
    padding: 0;
    margin-bottom: 30px;
  }
  .checkout-index-index #scheduled_items .listing > .item > .detail {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: unset;
    width: 100%;
  }
  .checkout-index-index #scheduled_items .listing > .item > .detail > div {
    display: flex !important;
    justify-content: space-between;
    padding: 0 0 15px;
    text-align: left !important;
    width: 100% !important;
    font-size: 1.3rem !important;
  }
  .checkout-index-index #scheduled_items .listing > .item > .detail > div::before {
    color: #24564d;
    content: attr(data-label);
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    text-transform: unset;
  }
  .checkout-index-index #scheduled_items .listing > .item > .detail > div:last-child {
    padding: 0;
  }
  .checkout-index-index #scheduled_items .listing > .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .checkout-index-index .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-index-index .checkout-payment-method .discount-code .form-discount > .payment-option-inner input[type="text"] {
    width: 100%;
  }
  .checkout-index-index .checkout-payment-method .discount-code .form-discount > .actions-toolbar .primary .action-apply {
    width: 130px;
  }
  .checkout-index-index .payment-methods .payment-group > .payment-method .actions-toolbar .action.checkout {
    max-width: unset;
    width: 100%;
  }
}
.checkout-agreements {
  margin: 0 0 30px;
}
.agreements-container > .title {
  color: #24564d;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 25px;
}
.agreements-container .field.choice .text {
  color: #003ef4;
}
.catalog-category-view,
.catalogsearch-result-index {
  background: #ffffff;
}
.catalog-category-view .sections.nav-sections,
.catalogsearch-result-index .sections.nav-sections {
  margin-bottom: 0;
}
.catalog-category-view .page-title-wrapper,
.catalogsearch-result-index .page-title-wrapper {
  display: none;
}
.catalog-category-view .category-image,
.catalogsearch-result-index .category-image {
  margin-bottom: 20px;
}
.catalog-category-view .column.main,
.catalogsearch-result-index .column.main {
  float: none;
  padding: 0 !important;
  width: 100% !important;
  z-index: unset !important;
}
.catalog-category-view .column.main > .toolbar.top,
.catalogsearch-result-index .column.main > .toolbar.top {
  display: none !important;
}
.catalog-category-view .category-header,
.catalogsearch-result-index .category-header {
  display: flex;
  gap: 10px;
  margin: 0 0 50px;
}
.catalog-category-view .category-header > form,
.catalogsearch-result-index .category-header > form {
  flex-grow: 1;
}
.catalog-category-view .category-header .toolbar-products,
.catalogsearch-result-index .category-header .toolbar-products {
  width: auto !important;
}
.catalog-category-view .products-grid,
.catalogsearch-result-index .products-grid {
  margin: 0;
}
.catalog-category-view .products-grid > .product-items,
.catalogsearch-result-index .products-grid > .product-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 40px !important;
}
.catalog-category-view .products-grid > .product-items > .product-item,
.catalogsearch-result-index .products-grid > .product-items > .product-item {
  box-sizing: border-box;
  margin: 0 0 20px !important;
  padding: 0 10px;
  width: 16.66% !important;
}
.catalog-category-view .products-list > .product-items,
.catalogsearch-result-index .products-list > .product-items {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.catalog-category-view .products-list > .product-items > .product-item,
.catalogsearch-result-index .products-list > .product-items > .product-item {
  box-sizing: border-box;
  margin: 0 0 40px;
  padding: 0 20px;
  width: 50%;
}
.catalog-category-view .products-list > .product-items > .product-item .product-item-actions .tocart,
.catalogsearch-result-index .products-list > .product-items > .product-item .product-item-actions .tocart {
  font-size: 1.2rem;
}
.catalog-category-view .toolbar-products .pages .pages-items,
.catalogsearch-result-index .toolbar-products .pages .pages-items {
  display: flex;
  align-items: center;
}
.catalog-category-view .toolbar-products .pages .item,
.catalogsearch-result-index .toolbar-products .pages .item {
  margin-right: 10px;
}
.catalog-category-view .toolbar-products .pages .item:last-child,
.catalogsearch-result-index .toolbar-products .pages .item:last-child {
  margin-right: 0;
}
.catalog-category-view .toolbar-products .pages .page,
.catalogsearch-result-index .toolbar-products .pages .page {
  align-items: center;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  color: #b3b3b3;
  display: flex;
  font-size: 1.3rem;
  font-weight: 400;
  height: 30px;
  justify-content: center;
  width: 40px;
}
.catalog-category-view .toolbar-products .pages .page:hover,
.catalogsearch-result-index .toolbar-products .pages .page:hover {
  border-color: #b3b3b3;
  color: #2a2a2a;
}
.catalog-category-view .toolbar-products .pages .current > .page,
.catalogsearch-result-index .toolbar-products .pages .current > .page {
  background: #347a6c;
  border-color: #358278;
  color: #ffffff;
}
.catalog-category-view .toolbar-products .pages .action,
.catalogsearch-result-index .toolbar-products .pages .action {
  align-items: center;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  box-shadow: unset;
  box-sizing: border-box;
  display: flex;
  height: 30px;
  justify-content: center;
  margin: 0;
  width: 40px;
}
.catalog-category-view .toolbar-products .pages .action::before,
.catalogsearch-result-index .toolbar-products .pages .action::before {
  color: #b3b3b3;
}
.catalog-category-view .toolbar-products .pages .action.previous > span,
.catalogsearch-result-index .toolbar-products .pages .action.previous > span,
.catalog-category-view .toolbar-products .pages .action.next > span,
.catalogsearch-result-index .toolbar-products .pages .action.next > span {
  clip: unset;
  color: #b3b3b3;
  display: none;
  font-size: 1.3rem;
  height: auto;
  margin: 0;
  position: static;
  width: auto;
}
.catalog-category-view .toolbar-products .pages .action.previous > span.label,
.catalogsearch-result-index .toolbar-products .pages .action.previous > span.label,
.catalog-category-view .toolbar-products .pages .action.next > span.label,
.catalogsearch-result-index .toolbar-products .pages .action.next > span.label {
  display: none;
}
.catalog-category-view .toolbar-products .pages .action.previous::before,
.catalogsearch-result-index .toolbar-products .pages .action.previous::before,
.catalog-category-view .toolbar-products .pages .action.next::before,
.catalogsearch-result-index .toolbar-products .pages .action.next::before {
  font-size: 1.3rem;
}
.catalog-category-view .toolbar-products .pages .action.previous > span,
.catalogsearch-result-index .toolbar-products .pages .action.previous > span {
  margin-left: 14px;
}
.catalog-category-view .toolbar-products .pages .action.next,
.catalogsearch-result-index .toolbar-products .pages .action.next {
  flex-direction: row-reverse;
}
.catalog-category-view .toolbar-products .pages .action.next > span,
.catalogsearch-result-index .toolbar-products .pages .action.next > span {
  margin-right: 14px;
}
.catalog-category-view .toolbar-products .pages .action:hover,
.catalogsearch-result-index .toolbar-products .pages .action:hover {
  border-color: #b3b3b3;
}
.catalog-category-view .toolbar-products .pages .action:hover::before,
.catalogsearch-result-index .toolbar-products .pages .action:hover::before {
  color: #2a2a2a;
}
.catalog-category-view .toolbar-products .pages .action:hover.previous > span,
.catalogsearch-result-index .toolbar-products .pages .action:hover.previous > span,
.catalog-category-view .toolbar-products .pages .action:hover.next > span,
.catalogsearch-result-index .toolbar-products .pages .action:hover.next > span {
  color: #2a2a2a;
}
.catalog-category-view .toolbar-products.top,
.catalogsearch-result-index .toolbar-products.top {
  align-items: center;
  background: transparent;
  border-radius: 8px;
  display: flex;
  margin: 0 0 0 auto;
  padding: 0;
  position: static;
}
.catalog-category-view .toolbar-products.top .modes,
.catalogsearch-result-index .toolbar-products.top .modes {
  display: none;
  float: none;
  margin: 0 0 0 20px;
  order: 2;
}
.catalog-category-view .toolbar-products.top .modes .mode-grid,
.catalogsearch-result-index .toolbar-products.top .modes .mode-grid {
  margin-right: 10px;
}
.catalog-category-view .toolbar-products.top .modes .mode-grid,
.catalogsearch-result-index .toolbar-products.top .modes .mode-grid,
.catalog-category-view .toolbar-products.top .modes .mode-list,
.catalogsearch-result-index .toolbar-products.top .modes .mode-list {
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  border: 0;
  box-shadow: unset !important;
  box-sizing: border-box;
  display: flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  width: 38px;
}
.catalog-category-view .toolbar-products.top .modes .mode-grid::before,
.catalogsearch-result-index .toolbar-products.top .modes .mode-grid::before,
.catalog-category-view .toolbar-products.top .modes .mode-list::before,
.catalogsearch-result-index .toolbar-products.top .modes .mode-list::before {
  color: #79797a;
  font-size: 20px;
}
.catalog-category-view .toolbar-products.top .modes .mode-grid.active::before,
.catalogsearch-result-index .toolbar-products.top .modes .mode-grid.active::before,
.catalog-category-view .toolbar-products.top .modes .mode-list.active::before,
.catalogsearch-result-index .toolbar-products.top .modes .mode-list.active::before {
  color: #358278;
}
.catalog-category-view .toolbar-products.top .modes .mode-grid:hover::before,
.catalogsearch-result-index .toolbar-products.top .modes .mode-grid:hover::before,
.catalog-category-view .toolbar-products.top .modes .mode-list:hover::before,
.catalogsearch-result-index .toolbar-products.top .modes .mode-list:hover::before {
  color: #358278;
}
.catalog-category-view .toolbar-products.top .sorter,
.catalogsearch-result-index .toolbar-products.top .sorter {
  align-items: center;
  display: flex;
  float: none;
  margin: 0 0 0 auto;
}
.catalog-category-view .toolbar-products.top .sorter .sorter-label,
.catalogsearch-result-index .toolbar-products.top .sorter .sorter-label {
  color: #87898b;
  font-size: 1.6rem;
  font-weight: 400;
}
.catalog-category-view .toolbar-products.top .sorter .sorter-action,
.catalogsearch-result-index .toolbar-products.top .sorter .sorter-action {
  display: none;
}
.catalog-category-view .toolbar-products.top .sorter .sorter-options,
.catalogsearch-result-index .toolbar-products.top .sorter .sorter-options {
  background-color: #ffffff;
  background-position: 100% 47%;
  border-radius: 8px;
  border: 1px solid #b3b3b3;
  box-shadow: unset;
  box-sizing: border-box;
  color: #87898b;
  font-size: 1.3rem;
  height: 40px;
  margin: 0 0 0 7px;
  width: 190px;
}
.catalog-category-view .toolbar-products.top .field.limiter,
.catalogsearch-result-index .toolbar-products.top .field.limiter {
  display: block;
  margin-left: 16px;
  order: 1;
}
.catalog-category-view .toolbar-products.top .field.limiter .label,
.catalogsearch-result-index .toolbar-products.top .field.limiter .label {
  color: #87898b;
  font-size: 1.6rem;
  font-weight: 400;
}
.catalog-category-view .toolbar-products.top .field.limiter .limiter-text,
.catalogsearch-result-index .toolbar-products.top .field.limiter .limiter-text {
  display: none;
}
.catalog-category-view .toolbar-products.top .field.limiter .limiter-options,
.catalogsearch-result-index .toolbar-products.top .field.limiter .limiter-options {
  background-color: #ffffff;
  background-position: 100% 47%;
  border-radius: 8px;
  border: 1px solid #b3b3b3;
  box-shadow: unset;
  box-sizing: border-box;
  color: #87898b;
  font-size: 1.3rem;
  height: 40px;
  margin-right: 0;
  width: 80px;
}
.catalog-category-view .toolbar-products.top .toolbar-amount,
.catalogsearch-result-index .toolbar-products.top .toolbar-amount {
  display: none;
}
.catalog-category-view .toolbar-products.bottom,
.catalogsearch-result-index .toolbar-products.bottom {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.catalog-category-view .toolbar-products.bottom .field.limiter,
.catalogsearch-result-index .toolbar-products.bottom .field.limiter {
  display: none;
}
.catalog-category-view .open-filters,
.catalogsearch-result-index .open-filters {
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  box-shadow: unset;
  color: #2a2a2a;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  height: 38px;
  justify-content: center;
  margin: 0 auto 0 0;
  order: -1;
  width: 150px;
}
.catalog-category-view .open-filters::before,
.catalogsearch-result-index .open-filters::before {
  background-color: #2a2a2a;
  content: "";
  display: block;
  height: 26px;
  margin-right: 0px;
  width: 26px;
  -webkit-mask: url("../images/icon/svg/filter-list.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/filter-list.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 10px;
}
.catalog-category-view .open-filters:hover,
.catalogsearch-result-index .open-filters:hover {
  filter: brightness(0.9);
}
.catalog-category-view .sidebar.sidebar-main,
.catalogsearch-result-index .sidebar.sidebar-main {
  border-radius: 4px;
  padding-right: 20px;
  width: 22% !important;
}
.catalog-category-view .sidebar.sidebar-main > .block,
.catalogsearch-result-index .sidebar.sidebar-main > .block {
  background: #eef6f3;
  padding: 20px 20px 40px;
}
.catalog-category-view .sidebar-additional,
.catalogsearch-result-index .sidebar-additional {
  display: none;
}
.catalog-category-view .filter-title,
.catalogsearch-result-index .filter-title {
  display: none;
  margin-bottom: 10px;
}
.catalog-category-view .filter-title > strong,
.catalogsearch-result-index .filter-title > strong {
  background-color: unset;
  border-radius: unset;
  border: none;
  box-shadow: unset;
  color: #89ba43;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  position: static;
}
.catalog-category-view .filter-subtitle,
.catalogsearch-result-index .filter-subtitle {
  border: 0;
  color: #2a2a2a;
  display: block !important;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
}
.catalog-category-view .layered-filter-block-container,
.catalogsearch-result-index .layered-filter-block-container {
  height: 100%;
}
.catalog-category-view .block.filter,
.catalogsearch-result-index .block.filter {
  display: none;
  height: 100%;
  margin: 0;
}
.catalog-category-view .no-filters,
.catalogsearch-result-index .no-filters {
  display: none !important;
}
.catalog-category-view .filter-content,
.catalogsearch-result-index .filter-content {
  height: calc(100% - 60px);
  overflow-y: auto;
}
.catalog-category-view .filter-content > .filter-subtitle,
.catalogsearch-result-index .filter-content > .filter-subtitle {
  display: none;
}
.catalog-category-view .filter-content .item,
.catalogsearch-result-index .filter-content .item {
  margin: 0 0 8px;
}
.catalog-category-view .filter-content .item:last-child,
.catalogsearch-result-index .filter-content .item:last-child {
  margin-bottom: 0;
}
.catalog-category-view .filter-current,
.catalogsearch-result-index .filter-current {
  margin-top: 20px;
}
.catalog-category-view .filter-current .block-subtitle,
.catalogsearch-result-index .filter-current .block-subtitle {
  padding: 0;
  margin-bottom: 10px;
  color: #504b43;
}
.catalog-category-view .filter-current .items,
.catalogsearch-result-index .filter-current .items {
  padding: 0;
}
.catalog-category-view .filter-current .items > .item,
.catalogsearch-result-index .filter-current .items > .item {
  margin-bottom: 10px;
}
.catalog-category-view .filter-current .items > .item > .remove,
.catalogsearch-result-index .filter-current .items > .item > .remove {
  color: #504b43;
  left: 0;
}
.catalog-category-view .filter-current .items > .item > .filter-value,
.catalogsearch-result-index .filter-current .items > .item > .filter-value {
  color: #79797a;
}
.catalog-category-view .filter-current .items > .item:last-child,
.catalogsearch-result-index .filter-current .items > .item:last-child {
  margin-bottom: 0;
}
.catalog-category-view .filter-actions,
.catalogsearch-result-index .filter-actions {
  padding: 0;
  margin: 20px 0 0;
}
.catalog-category-view .filter-actions > .action.clear,
.catalogsearch-result-index .filter-actions > .action.clear {
  color: #504b43;
}
.catalog-category-view .filter-options-item,
.catalogsearch-result-index .filter-options-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
}
.catalog-category-view .filter-options-title,
.catalogsearch-result-index .filter-options-title {
  align-items: center;
  color: #2a2a2a;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  justify-content: space-between;
  padding: 0;
}
.catalog-category-view .filter-options-title::after,
.catalogsearch-result-index .filter-options-title::after {
  color: #358278;
  font-size: 16px;
  font-weight: 500;
  position: static;
}
.catalog-category-view .filter-options-content,
.catalogsearch-result-index .filter-options-content {
  padding: 10px 0;
}
.catalog-category-view .filter-options-content a,
.catalogsearch-result-index .filter-options-content a {
  margin: 0;
  padding: 0;
  color: #79797a;
  font-size: 1.4rem;
}
.catalog-category-view .filter-options-content .count,
.catalogsearch-result-index .filter-options-content .count {
  font-weight: 400;
  color: #79797a;
}
.catalog-category-view .amshopby-slider-container .am-slider .ui-slider-handle,
.catalogsearch-result-index .amshopby-slider-container .am-slider .ui-slider-handle {
  background: #358278;
}
.catalog-category-view .product-items > .slick-list,
.catalogsearch-result-index .product-items > .slick-list {
  margin: 0 -20px;
}
.catalog-category-view .product-items .slick-slide,
.catalogsearch-result-index .product-items .slick-slide {
  margin: 0 20px;
}
.catalog-category-view .product-items .slick-dots > li,
.catalogsearch-result-index .product-items .slick-dots > li {
  border-color: #ffffff;
}
.catalog-category-view .product-items .slick-dots > li.slick-active > button,
.catalogsearch-result-index .product-items .slick-dots > li.slick-active > button {
  background-color: #ffffff;
}
.catalog-category-view .page-bottom,
.catalogsearch-result-index .page-bottom {
  background-color: #f1f2f2;
  padding: 80px 0;
}
.catalog-category-view .row-sponsored .text,
.catalogsearch-result-index .row-sponsored .text {
  padding-right: 50px;
}
.catalog-category-view .row-sponsored .text > .title,
.catalogsearch-result-index .row-sponsored .text > .title {
  color: #4d8a22;
  font-weight: 700;
  font-size: 3.2rem;
  margin: 0 0 25px;
}
.catalog-category-view .row-sponsored .text > .description,
.catalogsearch-result-index .row-sponsored .text > .description {
  color: #79797a;
  font-size: 2rem;
  margin: 0 0 25px;
  line-height: 24px;
}
.catalog-category-view .row-sponsored .text > .link,
.catalogsearch-result-index .row-sponsored .text > .link {
  align-items: center;
  background-color: #f4803a;
  border-radius: 10px;
  color: #ffffff;
  display: flex;
  font-size: 1.6rem;
  height: 48px;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 260px;
}
.catalog-category-view .row-sponsored .text > .link:hover,
.catalogsearch-result-index .row-sponsored .text > .link:hover {
  filter: brightness(0.9);
}
@media (max-width: 1440px) {
  .catalog-category-view .advanced-search-wrapper,
  .catalogsearch-result-index .advanced-search-wrapper {
    margin-top: 23px;
    gap: 20px;
  }
  .catalog-category-view .toolbar-products.top .sorter,
  .catalogsearch-result-index .toolbar-products.top .sorter {
    align-items: flex-start;
    flex-direction: column;
  }
  .catalog-category-view .toolbar-products.top .sorter .sorter-options,
  .catalogsearch-result-index .toolbar-products.top .sorter .sorter-options {
    margin: 0;
  }
  .catalog-category-view .toolbar-products.top .field.limiter,
  .catalogsearch-result-index .toolbar-products.top .field.limiter {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .catalog-category-view .toolbar-products.top .field.limiter .limiter-options,
  .catalogsearch-result-index .toolbar-products.top .field.limiter .limiter-options {
    margin: 0;
  }
  .catalog-category-view .products-grid > .product-items > .product-item,
  .catalogsearch-result-index .products-grid > .product-items > .product-item {
    width: 20% !important;
  }
}
@media (max-width: 1024px) {
  .catalog-category-view .page-bottom,
  .catalogsearch-result-index .page-bottom {
    display: none;
  }
  .catalog-category-view .category-header,
  .catalogsearch-result-index .category-header {
    background: #eef6f3;
    flex-direction: column-reverse;
    padding: 10px;
    margin: 0 0 30px;
  }
  .catalog-category-view .advanced-search-wrapper,
  .catalogsearch-result-index .advanced-search-wrapper {
    flex-direction: column;
    gap: 10px;
    margin: 0;
  }
  .catalog-category-view .advanced-search-wrapper > .search,
  .catalogsearch-result-index .advanced-search-wrapper > .search {
    max-width: unset;
  }
  .catalog-category-view .advanced-search-wrapper > .wrapper,
  .catalogsearch-result-index .advanced-search-wrapper > .wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .catalog-category-view .toolbar-products.top::before,
  .catalogsearch-result-index .toolbar-products.top::before,
  .catalog-category-view .toolbar-products.top::after,
  .catalogsearch-result-index .toolbar-products.top::after {
    display: none !important;
  }
  .catalog-category-view .toolbar-products.top .sorter,
  .catalogsearch-result-index .toolbar-products.top .sorter {
    margin: 0;
  }
  .catalog-category-view .products-grid > .product-items > .product-item,
  .catalogsearch-result-index .products-grid > .product-items > .product-item {
    width: 33.33% !important;
  }
  .catalog-category-view .products-list > .product-items > .product-item,
  .catalogsearch-result-index .products-list > .product-items > .product-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    padding: 0;
  }
  .catalog-category-view .category-image,
  .catalogsearch-result-index .category-image {
    margin-bottom: 20px;
  }
  .catalog-category-view .sidebar.sidebar-main,
  .catalogsearch-result-index .sidebar.sidebar-main {
    background: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
    float: none;
    height: 100vh;
    max-width: 315px;
    padding: 0;
    position: fixed;
    right: -200%;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 80% !important;
    z-index: 9999;
  }
  .catalog-category-view .sidebar.sidebar-main.active,
  .catalogsearch-result-index .sidebar.sidebar-main.active {
    right: 0;
  }
  .catalog-category-view .filter-title > strong,
  .catalogsearch-result-index .filter-title > strong {
    font-size: 2rem;
  }
  .catalog-category-view .filter-options,
  .catalogsearch-result-index .filter-options {
    display: block;
  }
  .catalog-category-view .filter-options-title,
  .catalogsearch-result-index .filter-options-title {
    font-size: 1.8rem;
  }
  .catalog-category-view .open-filters,
  .catalogsearch-result-index .open-filters {
    display: flex;
  }
  .catalog-category-view .toolbar-products.top,
  .catalogsearch-result-index .toolbar-products.top {
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 10px;
  }
  .catalog-category-view .toolbar-products.top .modes,
  .catalogsearch-result-index .toolbar-products.top .modes {
    display: none;
  }
  .catalog-category-view .toolbar-products.top .sorter,
  .catalogsearch-result-index .toolbar-products.top .sorter {
    position: static;
    margin: 0;
    width: 70%;
  }
  .catalog-category-view .toolbar-products.top .sorter .sorter-label,
  .catalogsearch-result-index .toolbar-products.top .sorter .sorter-label {
    font-size: 1.4rem;
  }
  .catalog-category-view .toolbar-products.top .sorter .sorter-options,
  .catalogsearch-result-index .toolbar-products.top .sorter .sorter-options {
    font-size: 1.4rem;
    width: 100%;
  }
  .catalog-category-view .toolbar-products.top .field.limiter,
  .catalogsearch-result-index .toolbar-products.top .field.limiter {
    margin: 0;
    width: calc(30% - 10px);
  }
  .catalog-category-view .toolbar-products.top .field.limiter .label,
  .catalogsearch-result-index .toolbar-products.top .field.limiter .label,
  .catalog-category-view .toolbar-products.top .field.limiter .limiter-options,
  .catalogsearch-result-index .toolbar-products.top .field.limiter .limiter-options {
    font-size: 1.4rem;
  }
  .catalog-category-view .toolbar-products.top .field.limiter .control,
  .catalogsearch-result-index .toolbar-products.top .field.limiter .control {
    width: 100%;
  }
  .catalog-category-view .toolbar-products.top .field.limiter .limiter-options,
  .catalogsearch-result-index .toolbar-products.top .field.limiter .limiter-options {
    width: 100%;
  }
  .catalog-category-view .toolbar-products .pages .pages-item-previous,
  .catalogsearch-result-index .toolbar-products .pages .pages-item-previous,
  .catalog-category-view .toolbar-products .pages .pages-item-next,
  .catalogsearch-result-index .toolbar-products .pages .pages-item-next {
    position: static;
  }
  .catalog-category-view .toolbar-products .pages .action > span,
  .catalogsearch-result-index .toolbar-products .pages .action > span {
    display: none;
  }
  .catalog-category-view .products-grid > .product-items,
  .catalogsearch-result-index .products-grid > .product-items {
    margin-bottom: 20px;
  }
  .catalog-category-view .products-grid > .product-items > .product-item,
  .catalogsearch-result-index .products-grid > .product-items > .product-item {
    margin-bottom: 60px;
    width: 50% !important;
  }
  .catalog-category-view .products-list > .product-items > .product-item,
  .catalogsearch-result-index .products-list > .product-items > .product-item {
    margin-bottom: 60px;
  }
}
@media (max-width: 400px) {
  .catalog-category-view .toolbar-products.top .sorter .sorter-label,
  .catalogsearch-result-index .toolbar-products.top .sorter .sorter-label,
  .catalog-category-view .toolbar-products.top .sorter .sorter-label,
  .catalogsearch-result-index .toolbar-products.top .sorter .sorter-label,
  .catalog-category-view .toolbar-products.top .field.limiter .label,
  .catalogsearch-result-index .toolbar-products.top .field.limiter .label,
  .catalog-category-view .toolbar-products.top .field.limiter .label,
  .catalogsearch-result-index .toolbar-products.top .field.limiter .label {
    display: none;
  }
}
.page-products .columns,
.page-products .sorter {
  z-index: unset !important;
}
.catalog-product-view .sections.nav-sections {
  margin-bottom: 0;
}
.catalog-product-view .column.main {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .fotorama__thumb-border {
  border-color: #89ba43;
  border-radius: 0;
}
.catalog-product-view .product-top {
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  margin: 0 0 100px;
  padding: 20px 90px;
  width: 100%;
}
.catalog-product-view .product-category {
  border-radius: 20px;
  border: 1px solid #85a7ad;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 10px;
  padding: 8px 30px;
  text-align: center;
}
.catalog-product-view .product-category > .name {
  color: #2a2a2a;
  font-size: 1.3rem;
  font-weight: 700;
}
.catalog-product-view .product.media {
  box-sizing: border-box;
  float: unset;
  margin-bottom: 0;
  padding-right: 50px;
  position: relative;
  width: 54% !important;
}
.catalog-product-view .product.media .fotorama__stage {
  border-radius: 4px;
  border: 0;
  max-height: 620px;
  width: auto !important;
}
.catalog-product-view .product.media .fotorama__stage__shaft {
  box-sizing: border-box;
  overflow: hidden;
}
.catalog-product-view .product.media .fotorama__dot {
  border-color: #bebebf;
  border-radius: 50%;
  box-sizing: border-box;
  height: 14px;
  width: 14px;
}
.catalog-product-view .product.media .fotorama__active .fotorama__dot {
  border-color: #ff8010;
  background-color: #ff8010;
}
.catalog-product-view .product.media .fotorama__wrap .fotorama__arr {
  background: transparent;
}
.catalog-product-view .product.media .fotorama__wrap .fotorama__arr .fotorama__arr__arr {
  align-items: center;
  background: rgba(217, 217, 217, 0.15) !important;
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.catalog-product-view .product.media .fotorama__wrap .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr::before {
  background-color: #89ba43;
  content: "";
  display: block;
  height: 38px;
  margin-right: 0px;
  width: 38px;
  -webkit-mask: url("../images/icon/svg/angle-left.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/angle-left.svg") no-repeat center;
  mask-size: 100%;
}
.catalog-product-view .product.media .fotorama__wrap .fotorama__arr.fotorama__arr--next .fotorama__arr__arr::before {
  background-color: #89ba43;
  content: "";
  display: block;
  height: 38px;
  margin-right: 0px;
  width: 38px;
  -webkit-mask: url("../images/icon/svg/angle-right.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/angle-right.svg") no-repeat center;
  mask-size: 100%;
}
.catalog-product-view .product.media > .product-social-links {
  height: 100%;
  left: 15px;
  margin: 0;
  position: absolute;
  top: 15px;
}
.catalog-product-view .product.media > .product-social-links > .product-addto-links {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 20px;
}
.catalog-product-view .product.media > .product-social-links .action {
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #bebebf;
  box-sizing: border-box;
  color: #1b1d2e;
  display: flex;
  height: 46px;
  justify-content: center;
  margin: 0 0 10px;
  padding: 0;
  width: 46px;
}
.catalog-product-view .product.media > .product-social-links .action > span {
  display: none;
}
.catalog-product-view .product.media > .product-social-links .action::before {
  height: auto;
  line-height: 1;
  margin: 0;
  width: auto;
}
.catalog-product-view .product.media > .product-social-links .action:last-child {
  margin-bottom: 0;
}
.catalog-product-view .product.media > .product-social-links .action:hover {
  filter: brightness(0.9);
}
.catalog-product-view .product.media > .product-social-links .towishlist::before {
  font-size: 20px;
}
.catalog-product-view .product.media > .product-social-links .tocompare::before {
  font-size: 16px;
}
.catalog-product-view .product.media > .product-social-links .print::before {
  background-color: #1b1d2e;
  content: "";
  display: block;
  height: 26px;
  margin-right: 0px;
  width: 26px;
  -webkit-mask: url("../images/icon/svg/print.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/print.svg") no-repeat center;
  mask-size: 100%;
}
.catalog-product-view .product-info-main {
  background: transparent;
  box-sizing: border-box;
  float: unset;
  margin-bottom: 0;
  padding: 30px 40px;
  width: 46% !important;
  max-width: 567px;
}
.catalog-product-view .product-info-main > .product-info-stock-sku {
  float: unset;
  margin: 0 0 4px;
  padding: 0;
  text-align: left;
}
.catalog-product-view .product-info-main > .product-info-stock-sku > .stock {
  display: none;
}
.catalog-product-view .product-info-main > .product-info-stock-sku > .sku {
  color: #b3b3b3;
  font-size: 1.1rem;
  font-weight: 500;
}
.catalog-product-view .product-info-main > .product-info-stock-sku > .sku .type {
  color: #2a2a2a;
  margin: 0;
}
.catalog-product-view .product-info-main > .product-info-stock-sku > .sku .type::after {
  content: ':';
}
.catalog-product-view .product-info-main > .page-title-wrapper {
  margin: 0 0 4px;
}
.catalog-product-view .product-info-main > .page-title-wrapper > .page-title {
  color: #24564d;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.catalog-product-view .product-info-main > .product-reviews-summary {
  float: unset;
  margin: 0 0 30px;
  position: relative;
}
.catalog-product-view .product-info-main > .product-reviews-summary .reviews-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.catalog-product-view .product-info-main > .product-reviews-summary .reviews-actions > .stars {
  align-items: center;
  display: flex;
  margin-right: 10px;
}
.catalog-product-view .product-info-main > .product-reviews-summary .reviews-actions > .stars > .star {
  align-items: center;
  display: flex;
}
.catalog-product-view .product-info-main > .product-reviews-summary .reviews-actions > .stars > .star::before {
  background-color: #c3c5c9;
  content: "";
  display: block;
  height: 20px;
  margin-right: 0px;
  width: 20px;
  -webkit-mask: url("../images/icon/svg/star.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/star.svg") no-repeat center;
  mask-size: 100%;
}
.catalog-product-view .product-info-main > .product-reviews-summary .reviews-actions > .action.add {
  color: #999999;
  font-size: 1.4rem;
}
.catalog-product-view .product-info-main > .product-reviews-summary .reviews-actions > .action.view {
  color: #ff8010;
  font-size: 1.4rem;
  margin: 0 10px 0 0;
}
.catalog-product-view .product-info-main > .product-attributes {
  margin: 0 0 30px;
}
.catalog-product-view .product-info-main > .product-attributes > .attribute {
  font-size: 1.3rem;
  margin: 0 0 8px;
}
.catalog-product-view .product-info-main > .product-attributes > .attribute .type {
  color: #4d4d4d;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.catalog-product-view .product-info-main > .product-attributes > .attribute .type::after {
  content: ':' !important;
  display: inline-block;
}
.catalog-product-view .product-info-main > .product-attributes > .attribute .value {
  color: #87898b;
  display: inline-block;
  font-weight: 400;
}
.catalog-product-view .product-info-main > .product-attributes > .attribute:last-child {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main > .product.overview {
  background: transparent;
  border: 0;
  margin: 0 0 30px;
  padding: 0;
}
.catalog-product-view .product-info-main > .product.overview > .type {
  color: #24564d;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.catalog-product-view .product-info-main > .product.overview > .value {
  color: #79797a;
  font-size: 1.6rem;
}
.catalog-product-view .product-info-main > .product.overview p:last-child {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main > .installments {
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main > .product-info-price {
  border: 0;
  margin: 0 0 25px;
}
.catalog-product-view .product-info-main > .product-info-price .price-label {
  display: none !important;
}
.catalog-product-view .product-info-main > .product-info-price .price-wrapper {
  margin: 0 !important;
}
.catalog-product-view .product-info-main > .product-info-price .price-wrapper .price {
  color: #358278;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.catalog-product-view .product-info-main > .product-info-price > .price-box {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0;
}
.catalog-product-view .product-info-main > .product-info-price > .price-box > span {
  display: block !important;
}
.catalog-product-view .product-info-main > .product-info-price > .price-box .price-label {
  display: none !important;
}
.catalog-product-view .product-info-main > .product-info-price > .price-box > .normal-price {
  display: inline-block;
}
.catalog-product-view .product-info-main > .product-info-price > .price-box > .normal-price > span {
  display: inline-block !important;
}
.catalog-product-view .product-info-main > .product-info-price > .price-box > .wrapper > span {
  display: inline-block !important;
}
.catalog-product-view .product-info-main > .product-info-price > .price-box > .old-price {
  display: block;
  margin-right: 8px;
}
.catalog-product-view .product-info-main > .product-info-price > .price-box > .old-price .price {
  color: #b3b3b3;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: line-through;
}
.catalog-product-view .product-info-main > .product-info-price .incrementUnit {
  color: #358278;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.catalog-product-view .product-info-main > .product-info-price .prices-div .old-price {
  font-size: 1.1rem;
}
.catalog-product-view .product-info-main > .product-info-price .prices-div .regular-price,
.catalog-product-view .product-info-main > .product-info-price .prices-div .special-price {
  color: #358278;
  font-weight: 700;
  font-size: 2rem;
}
.catalog-product-view .product-info-main > .product-info-price .best-installment strong {
  color: #358278;
}
.catalog-product-view .product-info-main .product-options-wrapper {
  margin: 0 0 25px;
}
.catalog-product-view .product-info-main .product-options-wrapper .fieldset {
  margin: 0;
}
.catalog-product-view .product-info-main .swatch-opt {
  margin: 0;
}
.catalog-product-view .product-info-main .swatch-opt > .swatch-attribute {
  margin: 0 0 25px;
}
.catalog-product-view .product-info-main .swatch-opt > .swatch-attribute:last-child {
  margin: 0;
}
.catalog-product-view .product-info-main .swatch-opt .swatch-attribute-label {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
}
.catalog-product-view .product-info-main .swatch-opt .swatch-attribute-label::after {
  content: ':';
}
.catalog-product-view .product-info-main .swatch-opt .swatch-attribute-options {
  margin: 10px 0 0;
}
.catalog-product-view .product-info-main .swatch-opt .swatch-attribute-selected-option {
  padding-left: 6px;
}
.catalog-product-view .product-info-main > .product-add-form {
  margin: 0 0 40px;
  padding: 0;
}
.catalog-product-view .product-info-main > .product-add-form .login-warning > .text {
  font-size: 1.4rem;
  height: 40px;
}
.catalog-product-view .product-info-main > .product-add-form .product-options-wrapper .field .control {
  width: 100%;
}
.catalog-product-view .product-info-main > .product-add-form .product-options-wrapper select {
  border-radius: 8px;
  border: 1px solid #bebebf;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart {
  margin: 0;
  padding-top: 25px;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .control,
.catalog-product-view .product-info-main > .product-add-form .box-tocart .select-qty,
.catalog-product-view .product-info-main > .product-add-form .box-tocart .input-qty {
  height: 100%;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .select-qty,
.catalog-product-view .product-info-main > .product-add-form .box-tocart .input-qty {
  border-radius: 8px;
  font-size: 1.6rem;
  padding: 0 2rem;
  text-align: center;
  width: 100px;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .select-qty option {
  text-align: start;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart > .fieldset {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  margin: 0;
  height: 100%;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .field.qty {
  height: 100%;
  margin: 0;
  max-width: 180px;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .field.qty .label {
  display: none;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .field.qty .input-text {
  align-items: center;
  border: 0;
  box-shadow: none !important;
  display: flex;
  font-size: 1.6rem;
  height: 40px;
  justify-content: center;
  width: 70px;
  border-top: 1px solid #eef6f3;
  border-bottom: 1px solid #eef6f3;
  border-radius: 0;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .field.qty div.mage-error {
  position: absolute;
  text-align: center;
  top: 100%;
  color: #e02b27;
  font-size: 1.2rem;
  background: #fff;
  border: solid 1px red;
  border-radius: 5px;
  padding: 0.8em 2em;
  width: 15em;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .minus,
.catalog-product-view .product-info-main > .product-add-form .box-tocart .plus {
  align-items: center;
  background: #358278;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 2.2rem;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  width: 54px;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .minus:hover,
.catalog-product-view .product-info-main > .product-add-form .box-tocart .plus:hover {
  filter: brightness(0.9);
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .minus {
  border-right: 1px solid #eef6f3;
  border-radius: 8px 0 0 8px;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .plus {
  border-left: 1px solid #eef6f3;
  border-radius: 0 8px 8px 0;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .wrapper {
  align-items: center;
  border-radius: 0;
  border: 0;
  display: flex;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .actions {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .tocart {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 1px solid #358278;
  color: #ffffff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 10px;
  width: 100%;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .tocart::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 20px;
  margin-right: 0px;
  width: 20px;
  -webkit-mask: url("../images/icon/svg/shipping.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/shipping.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 8px;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .tocart:hover {
  background: #347a6c;
  border-color: #347a6c;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .towishlist {
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #358278;
  box-sizing: border-box;
  color: #358278;
  display: flex;
  font-size: 0;
  height: 52px;
  justify-content: center;
  text-decoration: none;
  width: 60px;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .towishlist::before {
  background-color: #358278;
  content: "";
  display: block;
  height: 30px;
  margin-right: 0px;
  width: 30px;
  -webkit-mask: url("../images/icon/svg/heart.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/heart.svg") no-repeat center;
  mask-size: 100%;
}
.catalog-product-view .product-info-main > .product-add-form .box-tocart .towishlist:hover {
  filter: brightness(0.98);
}
.catalog-product-view .product.pricing {
  color: #24564d;
  font-size: 1.3rem;
}
.catalog-product-view .product.pricing > span {
  font-weight: 700;
}
.catalog-product-view .box-frenet-quote .fieldset {
  margin: 0;
}
.catalog-product-view .box-frenet-quote .fieldset .field {
  margin: 0;
  max-width: 470px;
}
.catalog-product-view .box-frenet-quote .fieldset .field .control {
  gap: 0;
  height: auto;
}
.catalog-product-view .box-frenet-quote .fieldset .field .control input {
  background: #e6e6e6;
  border-color: #b3b3b3;
  border-radius: 8px 0 0 8px;
  color: #87898b;
  font-size: 1.6rem;
  height: 52px;
}
.catalog-product-view .box-frenet-quote .fieldset .field .control input::placeholder,
.catalog-product-view .box-frenet-quote .fieldset .field .control input::-webkit-input-placeholder {
  color: inherit;
  font-size: 1.6rem !important;
}
.catalog-product-view .box-frenet-quote .fieldset .field .control button {
  background: #358278;
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #358278;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
  height: 52px;
  opacity: 1;
  padding: 10px 65px;
  pointer-events: unset;
  white-space: nowrap;
}
.catalog-product-view .box-frenet-quote .fieldset .field .control button:hover {
  background: #347a6c;
}
.catalog-product-view .box-frenet-quote h4 {
  color: #b3b3b3;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 0 10px;
}
.catalog-product-view .box-frenet-quote h4::before {
  display: none;
}
.catalog-product-view .product.info.detailed {
  box-sizing: border-box;
  margin: 0 auto 50px;
  max-width: 1240px;
  width: 100%;
}
.catalog-product-view .product.data.items {
  margin: 0;
}
.catalog-product-view .product.data.items > .item.title > .switch {
  background: transparent !important;
  border: 0;
  border-bottom: 4px solid transparent;
  color: #347a6c !important;
  font-size: 1.6rem;
  font-weight: 400;
  height: 56px;
  line-height: 56px;
  padding: 2px 45px 2px 45px;
  box-sizing: border-box;
}
.catalog-product-view .product.data.items > .item.title.active > .switch {
  background: transparent !important;
  border-color: #358278;
  font-weight: 700;
}
.catalog-product-view .product.data.items > .item.content {
  background: #ffffff;
  border-color: #85a7ad;
  margin-top: 56px;
  border-radius: 0 0 10px 10px;
}
.catalog-product-view .review-form .action.submit.primary {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #89ba43;
  color: #89ba43;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 10px 30px;
}
.catalog-product-view .review-form .action.submit.primary:hover {
  filter: brightness(0.95);
}
.catalog-product-view .block.listing {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}
.catalog-product-view .block.related,
.catalog-product-view .block.upsell {
  box-sizing: border-box;
  width: 100%;
}
.catalog-product-view .block.related .products-items,
.catalog-product-view .block.upsell .products-items {
  margin: 0;
}
.catalog-product-view .block.related .products-grid,
.catalog-product-view .block.upsell .products-grid {
  margin: 0;
}
.catalog-product-view .block.related .products-grid .product-item,
.catalog-product-view .block.upsell .products-grid .product-item {
  margin-bottom: 0;
}
.catalog-product-view .block.related .product-items .product-item > .product-item-info .choice.related {
  align-items: center;
  display: flex;
  left: 14px;
  top: 14px;
  z-index: 1;
}
.catalog-product-view .block.related .product-items .product-item > .product-item-info .choice.related input[type="checkbox"] {
  accent-color: #358278;
  border-radius: 4px;
  box-sizing: border-box;
  height: 22px;
  margin: 0;
  position: static;
  width: 22px;
}
.catalog-product-view .block.related .product-items .product-item > .product-item-info .choice.related .customcheckbox {
  height: 16px;
  width: 16px;
}
.catalog-product-view .block.related .product-items .product-item > .product-item-info .choice.related .text {
  background: #89ba43;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 2px 8px;
  text-transform: uppercase;
}
.catalog-product-view .block.related .showcase-title .subtitle::before {
  background-color: #89ba43;
  content: "";
  display: block;
  height: 24px;
  margin-right: 0px;
  width: 24px;
  -webkit-mask: url("../images/icon/svg/add-circle.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/add-circle.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 10px;
}
.catalog-product-view .block-title {
  text-align: center;
  margin: 0 0 40px;
}
.catalog-product-view .block-title strong {
  font-weight: 400;
}
@media (max-width: 1440px) {
  .catalog-product-view .product.media > .product-social-links {
    height: auto;
    left: 15px;
    top: 15px;
  }
  .catalog-product-view .box-frenet-quote .fieldset .field .control button {
    padding: 10px 40px;
  }
}
@media (max-width: 1024px) {
  .catalog-product-view .product-top {
    padding: 10px;
    margin: 0 0 50px;
  }
  .catalog-product-view .product-info-main > .product-add-form .box-tocart .minus,
  .catalog-product-view .product-info-main > .product-add-form .box-tocart .plus {
    width: 40px;
  }
  .catalog-product-view .product-info-main > .product-add-form .box-tocart .field.qty .input-text {
    width: 68px;
  }
  .catalog-product-view .product-info-main > .product-reviews-summary .reviews-actions > .stars {
    display: none;
  }
  .catalog-product-view .box-frenet-quote .fieldset .field .control button {
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .product-top {
    flex-direction: column;
  }
  .catalog-product-view .fotorama__arr {
    width: 40px;
  }
  .catalog-product-view .product.media {
    margin-bottom: 50px;
    padding: 0;
    width: 100% !important;
  }
  .catalog-product-view .product.media .fotorama__arr {
    display: block !important;
  }
  .catalog-product-view .product.media > .product-social-links {
    left: 0;
    top: 0;
  }
  .catalog-product-view .product.media > .product-social-links .action {
    height: 30px;
    margin: 0 0 6px;
    width: 30px;
  }
  .catalog-product-view .product.media > .product-social-links .action::before {
    font-size: 14px;
  }
  .catalog-product-view .product-info-main {
    padding: 0;
    margin-bottom: 0;
    width: 100% !important;
  }
  .catalog-product-view .product-info-main > .page-title-wrapper > .page-title {
    color: #2a2a2a;
    font-size: 2.8rem;
  }
  .catalog-product-view .product-info-main > .product.overview > .type {
    font-size: 1.6rem;
  }
  .catalog-product-view .product-info-main > .product.overview > .value {
    font-size: 1.4rem;
  }
  .catalog-product-view .product-info-main > .product-info-price {
    margin: 0 0 25px;
    width: auto;
  }
  .catalog-product-view .product-info-main > .product-info-price .prices-div .regular-price,
  .catalog-product-view .product-info-main > .product-info-price .prices-div .special-price {
    color: #2a2a2a;
  }
  .catalog-product-view .product-info-main > .product-info-price .best-installment strong {
    color: #2a2a2a;
  }
  .catalog-product-view .product-info-main > .product-info-price .installments {
    padding: 0 !important;
  }
  .catalog-product-view .product-info-main > .product-reviews-summary .reviews-actions {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .catalog-product-view .product-info-main > .product-reviews-summary .reviews-actions > .stars {
    display: flex;
  }
  .catalog-product-view .product-info-main > .product.pricing {
    margin: 0 0 20px;
  }
  .catalog-product-view .product-info-main > .product-add-form .box-tocart {
    position: relative;
    margin-bottom: 0;
    padding: 0;
  }
  .catalog-product-view .product-info-main > .product-add-form .box-tocart .minus,
  .catalog-product-view .product-info-main > .product-add-form .box-tocart .plus {
    width: 36px;
  }
  .catalog-product-view .product-info-main > .product-add-form .box-tocart .field.qty .input-text {
    width: 48px;
  }
  .catalog-product-view .product-info-main > .product-add-form .box-tocart .towishlist {
    bottom: -70px;
    font-size: 1.2rem;
    left: 0;
    padding: 10px;
    position: absolute;
    width: auto;
  }
  .catalog-product-view .product-info-main > .product-add-form .box-tocart .towishlist::before {
    font-size: 22px;
    line-height: 22px;
    margin-right: 8px;
  }
  .catalog-product-view .product-info-main > .product-add-form .box-tocart .tocart {
    font-size: 1.3rem;
    padding: 14px 8px;
  }
  .catalog-product-view .product-info-main > .product-add-form .box-tocart .tocart::before {
    display: none;
  }
  .catalog-product-view .product.data.items {
    border: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .catalog-product-view .product.data.items > .item.title {
    order: 0;
  }
  .catalog-product-view .product.data.items > .item.title > .switch {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    color: #347a6c;
    font-weight: 400;
  }
  .catalog-product-view .product.data.items > .item.title > .switch::after {
    display: none;
  }
  .catalog-product-view .product.data.items > .item.title.active > .switch {
    background: transparent;
    border-color: #358278;
    border-width: 4px;
    font-weight: 700;
  }
  .catalog-product-view .product.data.items #tab-label-description > .switch {
    border-radius: 8px 8px 0 0;
  }
  .catalog-product-view .product.data.items #tab-label-reviews > .switch {
    border-radius: 0 0 8px 8px;
  }
  .catalog-product-view .product.data.items #tab-label-reviews.active > .switch {
    border-radius: 0;
  }
  .catalog-product-view .product.data.items > .item.content {
    border-radius: 0 0 10px 10px;
    border: 1px solid #85a7ad;
    margin-top: 0;
    order: 1;
    padding: 40px 28px;
  }
}
.cms-index-index .sections.nav-sections {
  margin: 0;
}
.cms-index-index .page-main {
  max-width: unset;
  padding: 0;
}
.cms-index-index .page-wrapper .column.main {
  padding-bottom: 0;
}
.row-slideshow figure img {
  display: block;
}
.banner-principal {
  margin-bottom: 20px;
  min-height: unset !important;
}
.banner-principal .slick-dots {
  align-items: center;
  bottom: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  position: absolute;
}
.banner-principal .slick-dots > li {
  align-items: center;
  border-radius: 50%;
  border: unset;
  box-sizing: border-box;
  display: flex;
  height: auto;
  justify-content: center;
  margin: 0 8px;
  width: auto;
}
.banner-principal .slick-dots > li > button {
  background-color: #d3cccc;
  border: 0;
  height: 12px;
  transition: width 0.5s ease-in-out;
  width: 12px;
}
.banner-principal .slick-dots > li.slick-active > button {
  background-color: #fcf6f6;
  width: 60px;
}
.row-showcase .ui-tabs > .tabs-navigation {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 !important;
}
.row-showcase .ui-tabs > .tabs-navigation > .tab-header {
  border: 0 !important;
  border-bottom: 4px solid transparent !important;
  background: transparent;
}
.row-showcase .ui-tabs > .tabs-navigation > .tab-header > .tab-title {
  color: #24564d;
  font-size: 1.6rem;
  font-weight: 400;
}
.row-showcase .ui-tabs > .tabs-navigation > .tab-header:hover {
  border-color: #358278 !important;
}
.row-showcase .ui-tabs > .tabs-navigation > .tab-header.ui-state-active {
  background: transparent;
  border-color: #358278 !important;
}
.row-showcase .ui-tabs > .tabs-navigation > .tab-header.ui-state-active > .tab-title {
  color: #347a6c;
  font-weight: 700;
}
.row-showcase .ui-tabs > .tabs-content {
  border: 0;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .row-showcase .ui-tabs > .tabs-navigation {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
  }
  .row-showcase .ui-tabs > .tabs-navigation > .tab-header > .tab-title {
    font-size: 1.4rem;
  }
  .row-showcase .ui-tabs > .tabs-content {
    padding-top: 20px;
  }
}
.benefits-block {
  background: #d3e7e0;
  display: flex;
  padding: 20px;
}
.benefits-block > .item {
  align-items: center;
  border-right: 1px solid #ffffff;
  box-sizing: border-box;
  display: flex;
  padding: 30px;
  width: 25%;
}
.benefits-block > .item > .text {
  color: #24564d;
  padding-left: 15px;
}
.benefits-block > .item > .text > strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
}
.benefits-block > .item > .text > span {
  font-size: 1.6rem;
}
.benefits-block > .item:last-child {
  border-color: transparent;
}
@media (max-width: 1440px) {
  .benefits-block > .item {
    padding: 20px;
  }
  .benefits-block > .item > .text > strong {
    font-size: 1.6rem;
  }
  .benefits-block > .item > .text > span {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .benefits-block {
    overflow-x: auto;
  }
  .benefits-block > .item {
    border: 0;
    flex-shrink: 0;
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .benefits-block {
    padding: 0;
  }
  .benefits-block > .item {
    width: 100%;
  }
}
[data-appearance="full-width"].small-grid > .row-full-width-inner {
  max-width: 1760px !important;
}
.row-cultures > .row-full-width-inner {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .row-cultures > .row-full-width-inner > figure {
    display: none;
  }
  .row-cultures > .row-full-width-inner > figure:first-child {
    display: block;
  }
}
.cms-index-defaultnoroute .page-title-wrapper {
  display: none;
}
.not-found {
  padding: 50px 0;
  text-align: center;
}
.not-found > .image {
  display: inline-block;
  margin: 0 0 40px;
}
.not-found > .title {
  color: #24564d;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 40px;
}
.not-found > .text {
  color: #87898b;
  margin: 0 0 40px;
}
.not-found > .link {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: 210px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
}
.not-found > .link:hover {
  background: #24564d;
}
@media (max-width: 768px) {
  .not-found {
    padding: 30px 0;
  }
  .not-found > .image,
  .not-found > .title,
  .not-found > .text {
    margin: 0 0 20px;
  }
}
.cms-page-view div[data-content-type='row'][data-appearance='contained'] {
  max-width: 1280px;
}
.cms-page-view .breadcrumbs {
  display: none;
}
.quem-somos-banner figure img {
  display: block;
}
.regua-info {
  background: #3F6044;
  margin: 0 0 50px;
}
.regua-info > .wrapper {
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
  max-width: 1240px;
  padding: 50px 10px;
  width: 100%;
}
.regua-info > .wrapper > .item {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 0 10px;
  width: 33.3333%;
}
.regua-info > .wrapper > .item > .text {
  padding-left: 15px;
}
.regua-info > .wrapper > .item > .text > strong {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0 0 6px;
}
.regua-info > .wrapper > .item > .text > p {
  color: #ffffff;
  margin: 0;
}
@media (max-width: 1440px) {
  .regua-info > .wrapper > .item > .text > strong {
    font-size: 2.4rem;
  }
  .regua-info > .wrapper > .item > .text > p {
    font-size: 1.4rem;
  }
}
@media (max-width: 1440px) {
  .regua-info > .wrapper {
    flex-wrap: wrap;
    gap: 40px;
    padding: 50px 20px;
  }
  .regua-info > .wrapper > .item {
    padding: 0;
    width: 100%;
  }
  .regua-info > .wrapper > .item > .text > strong {
    font-size: 2.2rem;
    font-weight: 600;
  }
  .regua-info > .wrapper > .item > .text > p {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .regua-info > .wrapper {
    padding: 40px 20px;
  }
}
.about-container {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}
.about-container > img {
  display: block;
  max-width: 50%;
}
.about-container > .text {
  padding-right: 50px;
}
.about-container > .text > .title {
  font-size: 2.8rem;
  color: #24564d;
  margin: 0 0 20px;
}
.about-container > .text > p {
  color: #4d4d4d;
  margin: 0 0 14px;
}
.about-container > .text > p:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
  }
  .about-container > img {
    max-width: 100%;
  }
  .about-container > .text {
    margin: 0 0 50px;
    padding: 0;
  }
}
.about-grid {
  display: flex;
  gap: 50px;
}
.about-grid > .container {
  width: 50%;
}
.about-grid > .container > .block img {
  display: block;
}
.about-grid > .container > .block > .text {
  border-radius: 0 0 10px 10px;
  border: 1px solid #e6e6e6;
  padding: 20px;
}
.about-grid > .container > .block > .text > .title {
  color: #24564d;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 14px;
}
.about-grid > .container > .block > .text p {
  color: #4d4d4d;
  font-size: 1.6rem;
  margin: 0 0 14px;
}
.about-grid > .container > .block > .text p:last-child {
  margin: 0;
}
.about-grid > .container > .block.horizontal {
  display: flex;
}
.about-grid > .container > .block.horizontal > .text {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1024px) {
  .about-grid {
    flex-direction: column;
  }
  .about-grid > .container {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
  }
}
.about-actions {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  margin: 50px 0 0;
}
.about-actions > .primary {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: 330px;
  text-align: center;
  width: 100%;
  margin: 0;
  text-decoration: none;
}
.about-actions > .primary:hover {
  background: #24564d;
}
.about-actions > .primary::before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 20px;
  margin-right: 0px;
  width: 18px;
  -webkit-mask: url("../images/icon/svg/fuel.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/fuel.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 8px;
}
.about-actions > .secondary {
  align-items: center;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #24564d;
  color: #24564d;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: 330px;
  text-align: center;
  width: 100%;
  margin: 0;
  text-decoration: none;
}
.about-actions > .secondary:hover {
  background: #24564d;
}
.about-actions > .secondary::before {
  background-color: #24564d;
  content: "";
  display: block;
  height: 24px;
  margin-right: 0px;
  width: 24px;
  -webkit-mask: url("../images/icon/svg/cana.svg") no-repeat center;
  -webkit-mask-size: 100%;
  mask: url("../images/icon/svg/cana.svg") no-repeat center;
  mask-size: 100%;
  margin-right: 8px;
}
.about-actions > .secondary:hover {
  color: #ffffff;
}
.about-actions > .secondary:hover::before {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .about-actions {
    flex-direction: column;
  }
  .about-actions > .primary,
  .about-actions > .secondary {
    max-width: 100%;
    width: 100%;
  }
}
.contact-index-index .form.contact .field:last-child,
.contact-index-index .form.contact .field:last-of-type {
  margin-bottom: 0;
}
.contact-index-index .form.contact textarea {
  min-height: 100px;
}
.contact-index-index .actions-toolbar::before,
.contact-index-index .actions-toolbar::after {
  display: none;
}
.contact-index-index .actions-toolbar > .primary {
  display: block;
  float: unset;
}
.contact-index-index .actions-toolbar > .primary > .action {
  align-items: center;
  background: #358278;
  border-radius: 8px;
  border: 0;
  color: #ffffff !important;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  width: 100%;
  float: unset;
}
.contact-index-index .actions-toolbar > .primary > .action:hover {
  background: #24564d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@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;
  }
  .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,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .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),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .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),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .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) + *,
  .magento-payments-review-discount .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 .magento-payments-review .actions-toolbar,
  .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,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form: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 {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form: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 {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-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;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .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,
  .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,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .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;
  }
  .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;
  }
  /**
     * @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;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #cccccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .form-pagbank .legend .credit-card-types .item img {
    width: 32px;
  }
  .pagbank-payment-success-details .pagbank-payment-deep-link-image {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .pagbank-payment-success-details .pagbank-payment-deep-link-url {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .discount-label {
    min-height: 75px;
  }
  .discount-label__title {
    font-size: 0.9rem;
  }
  .discount-label__discount {
    font-size: 1.3rem;
  }
  .discount-label__text {
    font-size: 1.2rem;
  }
  .gallery-placeholder .campaign-image.sc-discount .discount-label,
  .fotorama--fullscreen .campaign-image.sc-discount .discount-label {
    min-height: 120px;
  }
  .gallery-placeholder .campaign-image.sc-discount .discount-label__title,
  .fotorama--fullscreen .campaign-image.sc-discount .discount-label__title {
    font-size: 1.3rem;
    height: 30px;
  }
  .gallery-placeholder .campaign-image.sc-discount .discount-label__wrapper,
  .fotorama--fullscreen .campaign-image.sc-discount .discount-label__wrapper {
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
  }
  .gallery-placeholder .campaign-image.sc-discount .discount-label__discount,
  .fotorama--fullscreen .campaign-image.sc-discount .discount-label__discount {
    font-size: 2.2rem;
  }
  .gallery-placeholder .campaign-image.sc-discount .discount-label__discount .percent,
  .fotorama--fullscreen .campaign-image.sc-discount .discount-label__discount .percent {
    font-size: 1.4rem;
    right: -12px;
    top: 6px;
  }
  .gallery-placeholder .campaign-image.sc-discount .discount-label__text,
  .fotorama--fullscreen .campaign-image.sc-discount .discount-label__text {
    font-size: 2rem;
  }
  .amcompany-button:not(.-regular) {
    width: auto;
  }
  .amcompany-popup-block .modal-inner-wrap .modal-footer {
    border-top: none;
  }
  .amcompany-paycard-block {
    max-width: 370px;
    min-height: 230px;
  }
  .amcompany-customer-account .page-main .actions-toolbar > .primary,
  .amcompany-customer-account .page-main .actions-toolbar > .secondary {
    width: auto;
  }
  .amgdprcookie-main-wrapper {
    padding: 0;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 34px;
    line-height: normal;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    padding: 17px 46px;
    box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
    text-transform: none;
    font-size: 20px;
  }
  .amgdprcookie-cookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-caption {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-text {
    font-size: 14px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
    display: inline-block;
    background: inherit;
    font-size: 14px;
  }
  .amgdprcookie-groups-modal .amgdprcookie-cookie-container,
  .amgdprcookie-groups-modal .amgdprcookie-header,
  .amgdprcookie-groups-modal .amgdprcookie-text {
    padding: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap {
    background: #fff;
    min-width: 400px;
    right: unset;
    width: 21%;
  }
  .amgdprcookie-table .amgdprcookie-cell.desc,
  .amgdprcookie-table .amgdprcookie-title.-wide {
    width: 30%;
  }
  .amgdprcookie-table .amgdprcookie-cell,
  .amgdprcookie-table .amgdprcookie-title {
    width: 15%;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    flex-direction: row;
    margin-bottom: 5px;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
  }
  .amgdpr-modal-container .modal-header {
    padding: 40px 50px 20px;
  }
  .amgdpr-modal-container .modal-header .modal-title {
    font-size: 30px;
  }
  .amgdpr-modal-container .modal-content {
    padding: 0 30px 0 50px;
  }
  .amgdpr-modal-container .modal-footer {
    padding: 30px 50px 50px;
  }
  .amgdpr-modal-container .action.action-primary {
    width: auto;
  }
  .amrelated-cart-bundle {
    padding: 0;
    width: 73%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    background: #ffffff;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    position: unset;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    font-size: 50px;
    line-height: 100px;
    padding: 10px 5px;
    text-align: center;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    min-width: 120px;
    padding: 10px;
    text-align: center;
    width: 14%;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    display: block;
    margin-top: 16px;
    padding: 0;
    position: relative;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    padding: 5px;
    right: unset;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    border: 3px dashed #e9f6ff;
    border-bottom: none;
    box-sizing: border-box;
    height: 95px;
    margin: 0;
    width: 100%;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 0;
    z-index: 2;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    left: unset;
    right: 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    opacity: 1;
    width: 100%;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    max-width: initial;
    min-width: 700px;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .amrelated-info.-top .amrelated-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .amrelated-info.-bottom .product-add-form {
    margin: 0;
    padding: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-left: 27px;
    margin-right: 27px;
  }
  .amrewards-pointsleft,
  .amrewards-info-table .amrewards-table-header .col.left {
    text-align: right;
  }
  .amrewards-qty-info {
    display: inline-flex;
  }
  .amrewards-general,
  .amrewards-description {
    margin-bottom: 0;
  }
  .amrewards-qty-info .amrewards-general {
    padding-bottom: 15px;
    min-width: 460px;
  }
  .amrewards-balance-container {
    padding: 0 5px;
  }
  .amrewards-balance-container .amrewards-amount {
    display: inherit;
  }
  .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: #ffffff;
    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%;
  }
  .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;
  }
  html,
  body {
    height: 100%;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .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;
  }
  .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 .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;
  }
  .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;
  }
  .terms__sidebar {
    max-width: 300px;
    padding: 20px;
  }
  .terms__sidebar h2 {
    font-size: 24px;
  }
  .terms__tabs li a {
    padding: 10px 15px;
  }
  .terms__content {
    flex: 3;
    padding: 20px;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 1024px), print {
  .amcompany-tree-block .jstree-checkbox:hover {
    background: #3f6ad8;
    border-color: #3f6ad8;
  }
  .amgdprcookie-groups-modal .amgdprcookie-form {
    padding: 0 20px;
  }
  .checkout-index-index .modal-popup.amgdprcookie-modal-container .modal-inner-wrap {
    left: unset;
    margin-left: unset;
    width: 21%;
  }
  .amgroupassign-groupcode {
    max-width: 105px;
    margin: 0 16px 0 0;
  }
  .amgroupassign-li-nav {
    align-items: center;
    flex-direction: row;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    font-size: 90px;
    padding: 10px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .ampromo-popup-wrapper {
    max-width: 960px;
    width: 100%;
  }
  .ampromo-popup-wrapper .slick-dotted.slick-slider {
    margin-bottom: 3rem;
  }
  .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 {
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    max-width: 66%;
    position: relative;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .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;
  }
}
