/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Colors: */
#shopping-cart-table .mark.minus {
  margin-right: 0;
}
#shopping-cart-table .mark.plus {
  margin-left: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.storefront__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .storefront__actions-switch {
  line-height: 3.2rem;
}
.storefront__actions-switch + .admin__field-service {
  min-width: 34rem;
}
input[type='checkbox'].storefront__actions-switch-checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._disabled input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label,
input[type='checkbox'].storefront__actions-switch-checkbox.disabled + .storefront__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:before {
  left: 15px;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:after {
  background: #79a22e;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label .storefront__actions-switch-text:before {
  content: attr(data-text-on);
}
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:before,
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:after {
  border-color: #007bdb;
}
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:before,
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:after {
  border-color: #e22626;
}
.storefront__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.storefront__actions-switch-label:before,
.storefront__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.storefront__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.storefront__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.storefront__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Gdpr
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-gdpr-delete-account {
  margin-top: 50px;
}
.mp-gdpr-delete-account .legend span {
  color: #db3b21;
  font-weight: 500;
}
.mp-gdpr-delete-account .actions-toolbar {
  margin-top: 25px;
}
.mp-gdpr-delete-account .actions-toolbar .action-delete {
  background-color: #db3b21;
  border-color: #db3b21;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mp-gdpr-delete-account .actions-toolbar .action-delete:hover {
  background-color: #ba4000;
  border-color: #b84002;
}
.rewardssocial-buttons {
  order: -2;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}
.rewardssocial-buttons > div {
  margin-bottom: 5px;
}
.rewardssocial-buttons #facebook-message,
.rewardssocial-buttons #facebook-share-message,
.rewardssocial-buttons #twitter-message,
.rewardssocial-buttons #referral-message,
.rewardssocial-buttons #pinterest-message {
  display: none;
  position: absolute;
  background: #333;
  padding: 2px 5px;
  color: #fff;
  margin-top: -25px;
}
.rewardssocial-buttons .buttons-facebook-like:hover #facebook-message {
  display: block;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span {
  width: 80px !important;
  height: 20px !important;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span iframe {
  width: 100% !important;
  height: 100% !important;
}
.rewardssocial-buttons .buttons-pinterest-pin:hover #pinterest-message {
  display: block;
}
.rewardssocial-buttons .buttons-twitter-like:hover #twitter-message {
  margin-top: -50px;
  display: block;
}
.rewardssocial-buttons .buttons-referral-like > a {
  text-decoration: none;
  line-height: 18px;
  border-radius: 2px;
  padding: 0px 3px;
  font-weight: bold;
  color: #333;
  font-size: 11px;
  border: 1px solid #ccc;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
}
.rewardssocial-buttons .buttons-referral-like:hover #referral-message {
  display: block;
}
.rewardssocial-buttons .fb_iframe_widget {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .mst-rewardssocial-tweet {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .referral {
  display: block;
  float: left;
}
.rewardssocial-buttons .status-message {
  float: left;
  margin-left: 10px;
  color: #666;
}
.rewardssocial-buttons .buttons-pinterest-pin > a {
  margin-right: 10px;
  float: left;
}
.rewards-notification-message {
  border-style: solid !important;
  border-width: 1px !important;
  min-height: 24px !important;
  padding: 8px 8px 6px 32px !important;
  color: #3d6611;
  border-color: #446423;
  background-color: #eff5ea;
  margin-bottom: 10px;
}
.rewards-notification-message li {
  margin-top: 2px;
}
.rewards-social-buttons {
  display: inline-block;
  float: left;
}
.rewards-social-buttons > .fb {
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
.rewards-social-buttons > .tw {
  position: relative;
  display: inline-block;
  padding-top: 15px;
}
.rewards-social-buttons > .gp {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.block-rewards-referral-list div.rewards-social-buttons {
  height: 20px;
}
.block-rewards-referral-list div.rewards-social-buttons div.tw {
  padding-top: 0px;
  position: relative;
  top: -2px;
}
.block-rewards-referral-list div.rewards-social-buttons div.fb {
  position: relative;
  top: -6px;
}
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-twitter-like {
  height: 20px;
}
div.rewardssocial-buttons div.buttons-facebook-like,
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-referral-like {
  float: left;
}
div.rewardssocial-buttons div.buttons-twitter-like {
  float: left;
  margin-right: 10px;
}
div.rewardssocial-buttons div.buttons-twitter-like img {
  width: 20px;
  height: 20px;
}
div.rewardssocial-buttons div.buttons-fb-share {
  float: left;
  margin-right: 10px;
  height: 20px !important;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share {
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  padding: 0 10px 0 10px;
  background: #4267b2;
  border: 0px solid #4267b2;
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -webkit-user-select: none;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg {
  vertical-align: text-top;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg img {
  margin-top: -10px;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share .title {
  vertical-align: top;
}
div.rewardssocial-buttons div.buttons-fb-share:hover #facebook-share-message {
  display: block;
  margin-top: -45px;
}
.green {
  color: #1AA941;
}
.red {
  color: #BB1212;
}
.yellow {
  color: #bbaa00;
}
.form-discount .checkbox-group {
  margin-bottom: 10px;
}
.rewards-message-block {
  float: left;
  display: inline-block;
  width: 100%;
}
.rewards__checkout-cart-usepoints {
  margin-bottom: 1.5rem;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount {
  border: 0;
  border-bottom: 1px solid silver;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus {
  border-bottom: 1px solid black;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus + label,
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:valid + label {
  top: -12px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .button {
  background-color: black;
  color: white;
  margin: 5px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box label {
  position: absolute;
  top: 5px;
  color: #898989;
}
.rewards__checkout-cart-usepoints .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints .input-box label {
  position: absolute;
  top: 5px;
  left: 3px;
  color: #898989;
}
.rewards__checkout-cart-usepoints #points_amount:focus + label,
.rewards__checkout-cart-usepoints #points_amount:valid + label {
  top: -18px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints .discount-form p {
  margin-bottom: 15px;
}
.rewards__checkout-cart-usepoints .discount-form .buttons-container {
  margin-top: 5px;
}
.rewards__checkout-cart-usepoints .discount-form .checkbox-group {
  clear: both;
  padding-top: 10px;
}
.rewards__checkout-cart-usepoints .amount {
  display: table;
  width: 100%;
  margin-bottom: .5rem;
}
.rewards__checkout-cart-usepoints .amount .field {
  display: table-cell;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.rewards__checkout-cart-usepoints label.magestore-onestepcheckout-lab-fix {
  top: -2px !important;
  left: inherit;
  font-size: 14px !important;
  color: #898989 !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix {
  padding: 0 5px;
  width: 105px;
  height: 35px;
  background-color: black !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix span {
  color: white;
}
.checkbox-group label span.checkout-rewards-all-block {
  position: inherit;
  margin-left: 25px;
}
.checkbox-group label span.checkout-rewards-all-block span {
  position: inherit;
  display: inline-block;
}
.checkbox-group label span.checkout-rewards-all-block b {
  position: inherit;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block {
  max-width: inherit !important;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary button {
  width: 49% !important;
}
.checkout-payment-method .payment-option-content .actions-toolbar.rewards-checkout-buttons-block {
  display: inline;
  width: inherit;
}
.checkout-payment-method .payment-option-content .actions-toolbar.rewards-checkout-buttons-block .button {
  margin-right: 10px;
}
.catalog-product-view .rewards__product-points {
  display: inline-block;
  font-size: 12px;
  color: #F96B25;
}
.catalog-product-view .rewards__product-points .price {
  font-size: 12px !important;
  line-height: 1em !important;
}
.product-items .product-item-info .rewards__product-points {
  font-size: 12px;
  color: #000;
  margin-top: -10px;
}
.product-items .product-item-info .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.rewards__product-earn-points.rewards__product-points .points-loader.loader {
  position: absolute;
  height: 17px;
}
.block-products-list .rewards__product-points {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.product-info-main .product-info-price {
  position: relative;
}
.product-info-main .product-info-price .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.product-info-main .product-info-price .product-info-stock-sku .stock {
  margin-top: 15px;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points,
.widget-product-grid .product-item-details .rewards__product-points {
  display: block;
  width: 100%;
  margin-top: 0px;
  font-size: 12px;
  color: #F96B25;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points .price,
.widget-product-grid .product-item-details .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.rewards-account__tiers {
  margin-bottom: 3rem;
}
.rewards-account__tiers .tier-progress-bar {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
  height: 0.5rem;
  background: #ccc;
  border-radius: 100px;
}
.rewards-account__tiers .tier-progress-bar .points {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point {
  width: 3rem;
  height: 3rem;
  border: solid 5px #ffffff;
  background: #ccc;
  border-radius: 100%;
  margin-top: -1.25rem;
  position: relative;
  z-index: 1;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point.closed {
  background: #fe5503;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .tier-logo {
  position: absolute;
  left: 50%;
  top: -6rem;
  color: #727272;
  margin-left: -1.5rem;
  width: 3rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label {
  position: absolute;
  left: 0;
  top: -3rem;
  color: #727272;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: -4.5rem;
  width: 11rem;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label[data-description]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number {
  position: absolute;
  left: 0;
  top: 2.5rem;
  margin-left: -3rem;
  width: 8rem;
  text-align: center;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number > span {
  display: inline-block;
  background: #006558;
  color: #ffffff;
  border-radius: 12px;
  font-size: 1.1rem;
  padding: 0.1rem .5rem;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .closers {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .closers .closer {
  position: absolute;
  left: 0;
  top: 0;
  height: .5rem;
  padding: 0 2px;
  box-sizing: border-box;
}
.rewards-account__tiers .tier-progress-bar .closers .closer .progress {
  height: .5rem;
  background: #fe5503;
}
.rewards-account__tiers .to-next {
  margin-top: .5rem;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0;
}
.rewards-account__tiers .to-next .open-popup {
  color: #727272;
  cursor: pointer;
}
.rewards-links {
  display: flex;
  margin-bottom: 30px;
}
.rewards-links li {
  padding: 20px 35px;
  border: solid 1px #EBEBEB;
  background-color: #F7F7F7;
  border-right: none;
}
.rewards-links li a,
.rewards-links li strong {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.rewards-links li.current {
  background-color: #FFFFFF;
}
.rewards-links li:last-child {
  border-right: solid 1px #EBEBEB;
}
@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;
  }
}
/**
 * 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%;
  }
}
.page-print .quote-status {
  border: 1px solid #9c9c9c;
  border-radius: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}
.page-print .quote-details-items thead .col.item,
.page-print .quote-details-items .item .col.item {
  display: table-cell;
}
.page-print .quote-price-block .quote-block-title {
  font-weight: 700;
  font-size: 18px;
  text-align: right;
}
.page-print .quote-details-items .product-item-name {
  font-size: 1.4rem;
}
.page-print .quote-details-items .product-item-name a {
  text-decoration: none !important;
}
.page-print .quote-details-items .quote-table {
  padding: 0;
  border: 0;
}
.page-print .quote-details-items .quote-table .quote-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}
.page-print .quote-details-items .quote-table .table.quote-table-items {
  margin-bottom: 20px;
}
.page-print .quote-details-items .quote-table .table.quote-table-items > thead > tr > th,
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody > tr > th,
.page-print .quote-details-items .quote-table .table.quote-table-items > thead > tr > td,
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody > tr > td {
  text-align: left !important;
}
.page-print .quote-details-items .quote-table .table.quote-table-items > thead > tr > th.item,
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody > tr > th.item,
.page-print .quote-details-items .quote-table .table.quote-table-items > thead > tr > td.item,
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody > tr > td.item {
  padding-left: 0;
}
.page-print .quote-details-items .quote-table .table.quote-table-items > thead > tr > th.subtotal,
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody > tr > th.subtotal,
.page-print .quote-details-items .quote-table .table.quote-table-items > thead > tr > td.subtotal,
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody > tr > td.subtotal {
  padding-right: 0 !important;
}
.page-print .quote-details-items .quote-table .table.quote-table-items > thead > tr > th.actions,
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody > tr > th.actions,
.page-print .quote-details-items .quote-table .table.quote-table-items > thead > tr > td.actions,
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody > tr > td.actions {
  display: none;
}
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody.item > tr.item-info {
  border-bottom: 1px solid #ebebeb !important;
}
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody.item > tr.item-info > td {
  border-bottom: 1px solid #ebebeb !important;
}
.page-print .quote-details-items .quote-table .table.quote-table-items > tbody.item > tr.item-info:nth-child(2) {
  display: none;
}
.page-print .quote-details-items .quote-table .table.quote-table-totals tr {
  border-bottom: 0;
}
.page-print .quote-details-items .quote-table .table.quote-table-totals tr th {
  width: 75%;
  padding-right: 0;
  padding-bottom: 0;
}
.page-print .quote-details-items .quote-table .table.quote-table-totals tr td {
  width: 25%;
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.page-print .quote-details-items .quote-price-block .catalog-price .quote-table-totals tbody tr th,
.page-print .quote-details-items .quote-price-block .negotiated-price .quote-table-totals tbody tr th,
.page-print .quote-details-items .quote-price-block .catalog-price .quote-table-totals tbody tr td,
.page-print .quote-details-items .quote-price-block .negotiated-price .quote-table-totals tbody tr td {
  padding-top: 5px !important;
}
.page-print .quote-details-items .quote-price-block .catalog-price .quote-table-totals tbody tr:first-child th,
.page-print .quote-details-items .quote-price-block .negotiated-price .quote-table-totals tbody tr:first-child th,
.page-print .quote-details-items .quote-price-block .catalog-price .quote-table-totals tbody tr:first-child td,
.page-print .quote-details-items .quote-price-block .negotiated-price .quote-table-totals tbody tr:first-child td {
  padding-top: 20px !important;
}
.page-print .quote-details-items .negotiated-price {
  margin-top: 30px;
}
.page-print .quote-details-items .negotiated-price .quote-table-totals tbody tr:last-child th,
.page-print .quote-details-items .negotiated-price .quote-table-totals tbody tr:last-child td {
  padding-top: 20px !important;
}
.page-print .quote-comments-block {
  display: none !important;
}
.page-print.account .table.quote-table-totals:not(.cart):not(.totals) > tbody > tr > td {
  padding-right: 0 !important;
  padding-bottom: 0;
  border-bottom: 0;
}
.page-print .copyright {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
/**
 * Copyright © 2025 PT Kemana Teknologi Solusi. All rights reserved.
 * http://www.kemana.com
 */
/**
 * @category Kemana
 * @package  Kemana_MultishipmentRma
 * @license  http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 *
 *
 * @author   Evander Reinhart Mulyono <ermulyono@kemana.com>
 */
@media print {
  .specform-index-printform .page-title-wrapper .page-title {
    text-align: center;
  }
  .specform-index-printform .page-title-wrapper .page-title span {
    color: #00491e !important;
  }
  .specform-index-printform h1,
  .specform-index-printform h2,
  .specform-index-printform h3 {
    color: #00491e !important;
  }
  .specform-index-printform .specform-container {
    margin-top: 0;
  }
  .specform-index-printform .specform-container ul li {
    border: 1px solid #ebebeb !important;
    margin-bottom: 0 !important;
  }
  .specform-index-printform .button-wrapper {
    display: none;
  }
  .specform-index-printform .page-footer .footer.bottom {
    display: none;
  }
}
.admin-sub-row {
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.admin__action-group-wrap {
  display: inline-block;
  position: relative;
}
.admin__action-group-wrap .action-select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  font-weight: 400;
  text-align: left;
}
.admin__action-group-wrap .action-select:hover {
  border-color: #adadad;
}
.admin__action-group-wrap .action-select:hover:before {
  border-color: #757575;
}
.admin__action-group-wrap .action-select:before {
  align-items: center;
  content: '\e622';
  display: flex;
  font-size: 24px;
  justify-content: space-around;
  line-height: 1;
  position: absolute;
  right: 0;
  width: 3.2rem;
}
.admin__action-group-wrap .action-select._active:before {
  content: '\e621';
}
.admin__action-group-wrap .action-select[disabled] {
  color: #000000;
}
.admin__action-group-wrap .action-select._mage-error {
  border: 1px solid #f70000;
}
.admin__action-group-wrap._focus .action-select._mage-error {
  border: 1px solid #f70000;
}
.admin__action-group-wrap._active {
  z-index: 500;
}
.admin__action-group-wrap._active .action-select:before {
  content: '\e621';
}
.admin__action-group-wrap._active .action-menu {
  box-shadow: 0 0 3px 1px #00699d;
}
.admin__action-group-wrap .action-menu {
  border: 1px solid #adadad;
  display: none;
  max-height: 45rem;
  overflow-y: auto;
}
.admin__action-group-wrap .action-menu._active {
  display: block;
}
.admin__action-group-wrap .action-menu ._disabled:hover {
  background: #ffffff;
}
.admin__action-group-wrap .action-menu ._disabled .action-menu-item {
  cursor: default;
  opacity: .5;
}
.admin__action-group-wrap .action-menu-items {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.admin__action-group-wrap .action-menu-items > .action-menu {
  min-width: 100%;
  position: static;
}
.admin__action-group-wrap .action-menu-items > .action-menu .action-submenu {
  position: absolute;
  right: -100%;
}
.admin__action-group-wrap .validate-select-field {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-action-reset,
.action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.abs-action-reset:hover,
.action-close:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.action-close {
  display: inline-block;
  text-decoration: none;
}
.action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: '\e616';
  font-family: 'icomoon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-close:before {
  transition: color 0.1s linear;
}
.action-close:hover {
  cursor: pointer;
  text-decoration: none;
}
.admin__action-group-list {
  background-color: #ffffff;
  border: 1px solid #757575;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #000000;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.admin__action-group-list._active {
  display: block;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.wrap-text {
  margin-bottom: 30px;
}
.jstree-display-block {
  display: block !important;
}
.form-add-user .field.email .exist-notification-message {
  color: #999999;
  font-size: 12px;
  padding-top: 5px;
}
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
@media print {
  body {
    min-width: 102.4rem;
  }
}
/**
 * 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 (max-width: 1024px) and (min-width: 768px) {
  .purchase-order-data-items.product.data.items > .item.title > .switch {
    padding: 1px 15px 1px 15px;
  }
}
/* Checkout Available Credit */
/* Checkout Available Credit */
@media (max-width: 800px) {
  .checkout-cart-index .page-title-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    margin-bottom: 15px;
  }
}
@media print {
  .requisition-list-requisition-print .table-wrapper table {
    table-layout: auto;
  }
}
.sales-order-print .page-title-wrapper > .page-title,
.sales-order-printinvoice .page-title-wrapper > .page-title,
.sales-order-printshipment .page-title-wrapper > .page-title,
.sales-order-printcreditmemo .page-title-wrapper > .page-title {
  display: none !important;
}
.sales-order-print .page-title-wrapper .sales-order-page-title,
.sales-order-printinvoice .page-title-wrapper .sales-order-page-title,
.sales-order-printshipment .page-title-wrapper .sales-order-page-title,
.sales-order-printcreditmemo .page-title-wrapper .sales-order-page-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 20px 0;
}
.sales-order-print .page-title-wrapper .sales-order-page-title .page-title,
.sales-order-printinvoice .page-title-wrapper .sales-order-page-title .page-title,
.sales-order-printshipment .page-title-wrapper .sales-order-page-title .page-title,
.sales-order-printcreditmemo .page-title-wrapper .sales-order-page-title .page-title {
  display: inline-block;
  margin-bottom: 0;
}
.sales-order-print .page-title-wrapper .sales-order-page-title .order-status,
.sales-order-printinvoice .page-title-wrapper .sales-order-page-title .order-status,
.sales-order-printshipment .page-title-wrapper .sales-order-page-title .order-status,
.sales-order-printcreditmemo .page-title-wrapper .sales-order-page-title .order-status {
  border: 1px solid #9c9c9c;
  border-radius: 5px;
  padding: 3px 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sales-order-print .page-title-wrapper .sales-order-details-info > div,
.sales-order-printinvoice .page-title-wrapper .sales-order-details-info > div,
.sales-order-printshipment .page-title-wrapper .sales-order-details-info > div,
.sales-order-printcreditmemo .page-title-wrapper .sales-order-details-info > div {
  margin-bottom: 10px;
}
.sales-order-print .page-title-wrapper .sales-order-payment-info .sales-order-payment-due-detail,
.sales-order-printinvoice .page-title-wrapper .sales-order-payment-info .sales-order-payment-due-detail,
.sales-order-printshipment .page-title-wrapper .sales-order-payment-info .sales-order-payment-due-detail,
.sales-order-printcreditmemo .page-title-wrapper .sales-order-payment-info .sales-order-payment-due-detail {
  margin-bottom: 10px;
}
.sales-order-print .page-title-wrapper .sales-order-payment-info + .sales-order-payment-info .sales-order-payment-due-detail,
.sales-order-printinvoice .page-title-wrapper .sales-order-payment-info + .sales-order-payment-info .sales-order-payment-due-detail,
.sales-order-printshipment .page-title-wrapper .sales-order-payment-info + .sales-order-payment-info .sales-order-payment-due-detail,
.sales-order-printcreditmemo .page-title-wrapper .sales-order-payment-info + .sales-order-payment-info .sales-order-payment-due-detail {
  margin-bottom: 0;
}
.sales-order-print .order-status,
.sales-order-printinvoice .order-status,
.sales-order-printshipment .order-status,
.sales-order-printcreditmemo .order-status {
  margin-bottom: 0;
}
.sales-order-print .order-date,
.sales-order-printinvoice .order-date,
.sales-order-printshipment .order-date,
.sales-order-printcreditmemo .order-date {
  display: none;
}
.sales-order-print .order-details-items,
.sales-order-printinvoice .order-details-items,
.sales-order-printshipment .order-details-items,
.sales-order-printcreditmemo .order-details-items {
  margin-top: 20px;
}
.sales-order-print .order-details-items .order-title,
.sales-order-printinvoice .order-details-items .order-title,
.sales-order-printshipment .order-details-items .order-title,
.sales-order-printcreditmemo .order-details-items .order-title {
  display: none;
}
.sales-order-print .order-details-items .table-order-items,
.sales-order-printinvoice .order-details-items .table-order-items,
.sales-order-printshipment .order-details-items .table-order-items,
.sales-order-printcreditmemo .order-details-items .table-order-items {
  width: 100%;
}
.sales-order-print .order-details-items .table-order-items .col .cart-price .price,
.sales-order-printinvoice .order-details-items .table-order-items .col .cart-price .price,
.sales-order-printshipment .order-details-items .table-order-items .col .cart-price .price,
.sales-order-printcreditmemo .order-details-items .table-order-items .col .cart-price .price {
  word-break: break-all;
}
.sales-order-print .order-details-items .table-order-items .col.name .product-item-container,
.sales-order-printinvoice .order-details-items .table-order-items .col.name .product-item-container,
.sales-order-printshipment .order-details-items .table-order-items .col.name .product-item-container,
.sales-order-printcreditmemo .order-details-items .table-order-items .col.name .product-item-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sales-order-print .order-details-items .table-order-items .col.name .product-item-container .product-item-photo,
.sales-order-printinvoice .order-details-items .table-order-items .col.name .product-item-container .product-item-photo,
.sales-order-printshipment .order-details-items .table-order-items .col.name .product-item-container .product-item-photo,
.sales-order-printcreditmemo .order-details-items .table-order-items .col.name .product-item-container .product-item-photo {
  width: 70px;
  margin-right: 10px;
}
.sales-order-print .order-details-items .table-order-items .col.name .product-item-container .product-item-details,
.sales-order-printinvoice .order-details-items .table-order-items .col.name .product-item-container .product-item-details,
.sales-order-printshipment .order-details-items .table-order-items .col.name .product-item-container .product-item-details,
.sales-order-printcreditmemo .order-details-items .table-order-items .col.name .product-item-container .product-item-details {
  width: calc(100% - 80px);
}
.sales-order-print .order-details-items .table-order-items tfoot,
.sales-order-printinvoice .order-details-items .table-order-items tfoot,
.sales-order-printshipment .order-details-items .table-order-items tfoot,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot {
  width: 100%;
}
.sales-order-print .order-details-items .table-order-items tfoot > tr .order-items-footer,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr .order-items-footer,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr .order-items-footer,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr .order-items-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sales-order-print .order-details-items .table-order-items tfoot > tr .order-items-footer > div,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr .order-items-footer > div,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr .order-items-footer > div,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr .order-items-footer > div {
  color: #000000;
  padding: 10px 0;
  width: 100%;
}
.sales-order-print .order-details-items .table-order-items tfoot > tr .order-items-footer > div.mark,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr .order-items-footer > div.mark,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr .order-items-footer > div.mark,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr .order-items-footer > div.mark {
  text-align: left;
}
.sales-order-print .order-details-items .table-order-items tfoot > tr .order-items-footer > div.amount,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr .order-items-footer > div.amount,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr .order-items-footer > div.amount,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr .order-items-footer > div.amount {
  text-align: right;
}
.sales-order-print .order-details-items .table-order-items tfoot > tr > th,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr > th,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr > th,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr > th,
.sales-order-print .order-details-items .table-order-items tfoot > tr > td,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr > td,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr > td,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr > td {
  padding: 0 !important;
}
.sales-order-print .order-details-items .table-order-items tfoot > tr:first-child .order-items-footer > div,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr:first-child .order-items-footer > div,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr:first-child .order-items-footer > div,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr:first-child .order-items-footer > div {
  padding-top: 20px;
}
.sales-order-print .order-details-items .table-order-items tfoot > tr:last-child .order-items-footer > div,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr:last-child .order-items-footer > div,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr:last-child .order-items-footer > div,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr:last-child .order-items-footer > div {
  padding-bottom: 20px;
}
.sales-order-print .order-details-items .table-order-items tfoot > tr.grand_total .order-items-footer > div,
.sales-order-printinvoice .order-details-items .table-order-items tfoot > tr.grand_total .order-items-footer > div,
.sales-order-printshipment .order-details-items .table-order-items tfoot > tr.grand_total .order-items-footer > div,
.sales-order-printcreditmemo .order-details-items .table-order-items tfoot > tr.grand_total .order-items-footer > div {
  color: #00491e;
  font-weight: 700;
  line-height: 22px;
  font-size: 1.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-bottom: 0;
}
.sales-order-print .order-details-items.creditmemo .table-order-items thead,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items thead,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items thead,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items thead,
.sales-order-print .order-details-items.invoice .table-order-items thead,
.sales-order-printinvoice .order-details-items.invoice .table-order-items thead,
.sales-order-printshipment .order-details-items.invoice .table-order-items thead,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items thead,
.sales-order-print .order-details-items.ordered .table-order-items thead,
.sales-order-printinvoice .order-details-items.ordered .table-order-items thead,
.sales-order-printshipment .order-details-items.ordered .table-order-items thead,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items thead,
.sales-order-print .order-details-items.creditmemo .table-order-items tbody,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items tbody,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items tbody,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items tbody,
.sales-order-print .order-details-items.invoice .table-order-items tbody,
.sales-order-printinvoice .order-details-items.invoice .table-order-items tbody,
.sales-order-printshipment .order-details-items.invoice .table-order-items tbody,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items tbody,
.sales-order-print .order-details-items.ordered .table-order-items tbody,
.sales-order-printinvoice .order-details-items.ordered .table-order-items tbody,
.sales-order-printshipment .order-details-items.ordered .table-order-items tbody,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items tbody {
  width: 100%;
}
.sales-order-print .order-details-items.creditmemo .table-order-items thead tr .col.name,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items thead tr .col.name,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items thead tr .col.name,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items thead tr .col.name,
.sales-order-print .order-details-items.invoice .table-order-items thead tr .col.name,
.sales-order-printinvoice .order-details-items.invoice .table-order-items thead tr .col.name,
.sales-order-printshipment .order-details-items.invoice .table-order-items thead tr .col.name,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items thead tr .col.name,
.sales-order-print .order-details-items.ordered .table-order-items thead tr .col.name,
.sales-order-printinvoice .order-details-items.ordered .table-order-items thead tr .col.name,
.sales-order-printshipment .order-details-items.ordered .table-order-items thead tr .col.name,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items thead tr .col.name,
.sales-order-print .order-details-items.creditmemo .table-order-items tbody tr .col.name,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items tbody tr .col.name,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items tbody tr .col.name,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items tbody tr .col.name,
.sales-order-print .order-details-items.invoice .table-order-items tbody tr .col.name,
.sales-order-printinvoice .order-details-items.invoice .table-order-items tbody tr .col.name,
.sales-order-printshipment .order-details-items.invoice .table-order-items tbody tr .col.name,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items tbody tr .col.name,
.sales-order-print .order-details-items.ordered .table-order-items tbody tr .col.name,
.sales-order-printinvoice .order-details-items.ordered .table-order-items tbody tr .col.name,
.sales-order-printshipment .order-details-items.ordered .table-order-items tbody tr .col.name,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items tbody tr .col.name {
  width: 30%;
}
.sales-order-print .order-details-items.creditmemo .table-order-items thead tr .col.sku,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items thead tr .col.sku,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items thead tr .col.sku,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items thead tr .col.sku,
.sales-order-print .order-details-items.invoice .table-order-items thead tr .col.sku,
.sales-order-printinvoice .order-details-items.invoice .table-order-items thead tr .col.sku,
.sales-order-printshipment .order-details-items.invoice .table-order-items thead tr .col.sku,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items thead tr .col.sku,
.sales-order-print .order-details-items.ordered .table-order-items thead tr .col.sku,
.sales-order-printinvoice .order-details-items.ordered .table-order-items thead tr .col.sku,
.sales-order-printshipment .order-details-items.ordered .table-order-items thead tr .col.sku,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items thead tr .col.sku,
.sales-order-print .order-details-items.creditmemo .table-order-items tbody tr .col.sku,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items tbody tr .col.sku,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items tbody tr .col.sku,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items tbody tr .col.sku,
.sales-order-print .order-details-items.invoice .table-order-items tbody tr .col.sku,
.sales-order-printinvoice .order-details-items.invoice .table-order-items tbody tr .col.sku,
.sales-order-printshipment .order-details-items.invoice .table-order-items tbody tr .col.sku,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items tbody tr .col.sku,
.sales-order-print .order-details-items.ordered .table-order-items tbody tr .col.sku,
.sales-order-printinvoice .order-details-items.ordered .table-order-items tbody tr .col.sku,
.sales-order-printshipment .order-details-items.ordered .table-order-items tbody tr .col.sku,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items tbody tr .col.sku {
  width: 20%;
}
.sales-order-print .order-details-items.creditmemo .table-order-items thead tr .col.qty,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items thead tr .col.qty,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items thead tr .col.qty,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items thead tr .col.qty,
.sales-order-print .order-details-items.invoice .table-order-items thead tr .col.qty,
.sales-order-printinvoice .order-details-items.invoice .table-order-items thead tr .col.qty,
.sales-order-printshipment .order-details-items.invoice .table-order-items thead tr .col.qty,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items thead tr .col.qty,
.sales-order-print .order-details-items.ordered .table-order-items thead tr .col.qty,
.sales-order-printinvoice .order-details-items.ordered .table-order-items thead tr .col.qty,
.sales-order-printshipment .order-details-items.ordered .table-order-items thead tr .col.qty,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items thead tr .col.qty,
.sales-order-print .order-details-items.creditmemo .table-order-items tbody tr .col.qty,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items tbody tr .col.qty,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items tbody tr .col.qty,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items tbody tr .col.qty,
.sales-order-print .order-details-items.invoice .table-order-items tbody tr .col.qty,
.sales-order-printinvoice .order-details-items.invoice .table-order-items tbody tr .col.qty,
.sales-order-printshipment .order-details-items.invoice .table-order-items tbody tr .col.qty,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items tbody tr .col.qty,
.sales-order-print .order-details-items.ordered .table-order-items tbody tr .col.qty,
.sales-order-printinvoice .order-details-items.ordered .table-order-items tbody tr .col.qty,
.sales-order-printshipment .order-details-items.ordered .table-order-items tbody tr .col.qty,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items tbody tr .col.qty {
  width: 12%;
}
.sales-order-print .order-details-items.creditmemo .table-order-items thead tr .col.price,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items thead tr .col.price,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items thead tr .col.price,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items thead tr .col.price,
.sales-order-print .order-details-items.invoice .table-order-items thead tr .col.price,
.sales-order-printinvoice .order-details-items.invoice .table-order-items thead tr .col.price,
.sales-order-printshipment .order-details-items.invoice .table-order-items thead tr .col.price,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items thead tr .col.price,
.sales-order-print .order-details-items.ordered .table-order-items thead tr .col.price,
.sales-order-printinvoice .order-details-items.ordered .table-order-items thead tr .col.price,
.sales-order-printshipment .order-details-items.ordered .table-order-items thead tr .col.price,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items thead tr .col.price,
.sales-order-print .order-details-items.creditmemo .table-order-items tbody tr .col.price,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items tbody tr .col.price,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items tbody tr .col.price,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items tbody tr .col.price,
.sales-order-print .order-details-items.invoice .table-order-items tbody tr .col.price,
.sales-order-printinvoice .order-details-items.invoice .table-order-items tbody tr .col.price,
.sales-order-printshipment .order-details-items.invoice .table-order-items tbody tr .col.price,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items tbody tr .col.price,
.sales-order-print .order-details-items.ordered .table-order-items tbody tr .col.price,
.sales-order-printinvoice .order-details-items.ordered .table-order-items tbody tr .col.price,
.sales-order-printshipment .order-details-items.ordered .table-order-items tbody tr .col.price,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items tbody tr .col.price {
  width: 18%;
}
.sales-order-print .order-details-items.creditmemo .table-order-items thead tr .col.subtotal,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items thead tr .col.subtotal,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items thead tr .col.subtotal,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items thead tr .col.subtotal,
.sales-order-print .order-details-items.invoice .table-order-items thead tr .col.subtotal,
.sales-order-printinvoice .order-details-items.invoice .table-order-items thead tr .col.subtotal,
.sales-order-printshipment .order-details-items.invoice .table-order-items thead tr .col.subtotal,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items thead tr .col.subtotal,
.sales-order-print .order-details-items.ordered .table-order-items thead tr .col.subtotal,
.sales-order-printinvoice .order-details-items.ordered .table-order-items thead tr .col.subtotal,
.sales-order-printshipment .order-details-items.ordered .table-order-items thead tr .col.subtotal,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items thead tr .col.subtotal,
.sales-order-print .order-details-items.creditmemo .table-order-items tbody tr .col.subtotal,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items tbody tr .col.subtotal,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items tbody tr .col.subtotal,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items tbody tr .col.subtotal,
.sales-order-print .order-details-items.invoice .table-order-items tbody tr .col.subtotal,
.sales-order-printinvoice .order-details-items.invoice .table-order-items tbody tr .col.subtotal,
.sales-order-printshipment .order-details-items.invoice .table-order-items tbody tr .col.subtotal,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items tbody tr .col.subtotal,
.sales-order-print .order-details-items.ordered .table-order-items tbody tr .col.subtotal,
.sales-order-printinvoice .order-details-items.ordered .table-order-items tbody tr .col.subtotal,
.sales-order-printshipment .order-details-items.ordered .table-order-items tbody tr .col.subtotal,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items tbody tr .col.subtotal {
  width: 20%;
  padding-right: 0 !important;
}
.sales-order-print .order-details-items.creditmemo .table-order-items thead tr .col .price-including-tax,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items thead tr .col .price-including-tax,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items thead tr .col .price-including-tax,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items thead tr .col .price-including-tax,
.sales-order-print .order-details-items.invoice .table-order-items thead tr .col .price-including-tax,
.sales-order-printinvoice .order-details-items.invoice .table-order-items thead tr .col .price-including-tax,
.sales-order-printshipment .order-details-items.invoice .table-order-items thead tr .col .price-including-tax,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items thead tr .col .price-including-tax,
.sales-order-print .order-details-items.ordered .table-order-items thead tr .col .price-including-tax,
.sales-order-printinvoice .order-details-items.ordered .table-order-items thead tr .col .price-including-tax,
.sales-order-printshipment .order-details-items.ordered .table-order-items thead tr .col .price-including-tax,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items thead tr .col .price-including-tax,
.sales-order-print .order-details-items.creditmemo .table-order-items tbody tr .col .price-including-tax,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items tbody tr .col .price-including-tax,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items tbody tr .col .price-including-tax,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items tbody tr .col .price-including-tax,
.sales-order-print .order-details-items.invoice .table-order-items tbody tr .col .price-including-tax,
.sales-order-printinvoice .order-details-items.invoice .table-order-items tbody tr .col .price-including-tax,
.sales-order-printshipment .order-details-items.invoice .table-order-items tbody tr .col .price-including-tax,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items tbody tr .col .price-including-tax,
.sales-order-print .order-details-items.ordered .table-order-items tbody tr .col .price-including-tax,
.sales-order-printinvoice .order-details-items.ordered .table-order-items tbody tr .col .price-including-tax,
.sales-order-printshipment .order-details-items.ordered .table-order-items tbody tr .col .price-including-tax,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items tbody tr .col .price-including-tax,
.sales-order-print .order-details-items.creditmemo .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items thead tr .col .price-excluding-tax,
.sales-order-print .order-details-items.invoice .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printinvoice .order-details-items.invoice .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printshipment .order-details-items.invoice .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items thead tr .col .price-excluding-tax,
.sales-order-print .order-details-items.ordered .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printinvoice .order-details-items.ordered .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printshipment .order-details-items.ordered .table-order-items thead tr .col .price-excluding-tax,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items thead tr .col .price-excluding-tax,
.sales-order-print .order-details-items.creditmemo .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printinvoice .order-details-items.creditmemo .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printshipment .order-details-items.creditmemo .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printcreditmemo .order-details-items.creditmemo .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-print .order-details-items.invoice .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printinvoice .order-details-items.invoice .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printshipment .order-details-items.invoice .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printcreditmemo .order-details-items.invoice .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-print .order-details-items.ordered .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printinvoice .order-details-items.ordered .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printshipment .order-details-items.ordered .table-order-items tbody tr .col .price-excluding-tax,
.sales-order-printcreditmemo .order-details-items.ordered .table-order-items tbody tr .col .price-excluding-tax {
  font-size: 1.6rem;
}
.sales-order-print .order-details-items.shipments .table-order-items thead tr .col,
.sales-order-printinvoice .order-details-items.shipments .table-order-items thead tr .col,
.sales-order-printshipment .order-details-items.shipments .table-order-items thead tr .col,
.sales-order-printcreditmemo .order-details-items.shipments .table-order-items thead tr .col,
.sales-order-print .order-details-items.shipments .table-order-items tbody tr .col,
.sales-order-printinvoice .order-details-items.shipments .table-order-items tbody tr .col,
.sales-order-printshipment .order-details-items.shipments .table-order-items tbody tr .col,
.sales-order-printcreditmemo .order-details-items.shipments .table-order-items tbody tr .col {
  width: 25%;
}
.sales-order-print .order-details-items.shipments .table-order-items thead tr .col.name,
.sales-order-printinvoice .order-details-items.shipments .table-order-items thead tr .col.name,
.sales-order-printshipment .order-details-items.shipments .table-order-items thead tr .col.name,
.sales-order-printcreditmemo .order-details-items.shipments .table-order-items thead tr .col.name,
.sales-order-print .order-details-items.shipments .table-order-items tbody tr .col.name,
.sales-order-printinvoice .order-details-items.shipments .table-order-items tbody tr .col.name,
.sales-order-printshipment .order-details-items.shipments .table-order-items tbody tr .col.name,
.sales-order-printcreditmemo .order-details-items.shipments .table-order-items tbody tr .col.name {
  width: 50%;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_GdprPro
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.message.global.gdpr-cookie {
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.gdpr-cookie.bottom {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.gdpr-cookie .actions {
  margin-top: 10px;
}
.message.global.gdpr-cookie {
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.gdpr-cookie.top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 9999;
}
.message.global.gdpr-cookie .actions {
  margin-top: 10px;
}
.field.register-tac-container .control {
  border: 1px solid #ddd;
  padding: 10px;
  background: #eee;
}
.mp-gdpr-pro-download-personal-data {
  margin-top: 50px;
}
.mp-gdpr-pro-download-personal-data .legend span {
  font-weight: 500;
}
.mp-gdpr-pro-download-personal-data .mp-gdpr-pro-file-type {
  margin-top: 25px;
}
.mp-gdpr-pro-download-personal-data .mp-gdpr-pro-file-type select:hover {
  cursor: pointer;
}
.mp-gdpr-pro-download-personal-data .actions-toolbar {
  margin-top: 25px;
}
@media (max-width: 480px) {
  .mp-gdpr-pro-download-personal-data .actions-toolbar {
    margin-top: 5px;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-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-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 150%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .block-collapsible-nav .title,
  .modes-label,
  .dashboard-welcome-toggler {
    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,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar: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,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .login-container:before,
  .login-container: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,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .block-requisition-management:before,
  .block-requisition-management:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .account .page-title-wrapper:after,
  .block-requisition-management:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    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,
  .product-add-form .fieldset > .field,
  .product-add-form .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,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .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,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .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,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 10px;
    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,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .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 {
    position: relative;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    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: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    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;
  }
  .table-wrapper .data.table:not(.cart):not(.totals):not(.additional-attributes) thead th {
    color: #9c9c9c;
  }
  .table-wrapper .data.table:not(.cart):not(.totals):not(.additional-attributes) th:first-child,
  .table-wrapper .data.table:not(.cart):not(.totals):not(.additional-attributes) td:first-child {
    padding-left: 0;
  }
  .table-wrapper .data.table:not(.cart):not(.totals):not(.additional-attributes) th:last-child,
  .table-wrapper .data.table:not(.cart):not(.totals):not(.additional-attributes) td:last-child {
    padding-right: 0;
  }
  .account .table:not(.cart):not(.totals) > thead > tr > th {
    border-top: 1px solid #ebebeb;
  }
  .account .table:not(.cart):not(.totals) > thead > tr > th.front-grid {
    background-color: transparent;
  }
  .account .table:not(.cart):not(.totals) > tbody > tr > td {
    border-bottom: 1px solid #ebebeb;
  }
  .account .data-grid th,
  .account .table th {
    color: #9c9c9c;
    background-color: transparent;
    vertical-align: top;
  }
  .account .data-grid th span,
  .account .table th span {
    color: #9c9c9c;
  }
  .account .data-grid th._sortable:focus,
  .account .table th._sortable:focus,
  .account .data-grid th._sortable:hover,
  .account .table th._sortable:hover {
    background-color: inherit;
  }
  .account .data-grid thead tr th:first-child,
  .account .table thead tr th:first-child,
  .account .data-grid tbody tr th:first-child,
  .account .table tbody tr th:first-child,
  .account .data-grid thead tr td:first-child,
  .account .table thead tr td:first-child,
  .account .data-grid tbody tr td:first-child,
  .account .table tbody tr td:first-child {
    padding-left: 0;
  }
  .account .data-grid thead tr th:last-child,
  .account .table thead tr th:last-child,
  .account .data-grid tbody tr th:last-child,
  .account .table tbody tr th:last-child,
  .account .data-grid thead tr td:last-child,
  .account .table thead tr td:last-child,
  .account .data-grid tbody tr td:last-child,
  .account .table tbody tr td:last-child {
    padding-right: 0;
  }
  .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-size: 14px;
    font-weight: 600;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 15px 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: #000000;
    line-height: 35px;
    padding: 0 15px;
    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: #000000;
    text-decoration: underline;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: transparent;
    border-style: none;
    border-width: 0;
    color: #000000;
    text-decoration: underline;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 0;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    display: none;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 0 none transparent;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 10px 0;
    border-radius: 0px 0px 5px 5px;
    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: transparent;
    color: transparent;
    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: #000000;
    padding: 10px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #ebebeb;
    color: #000000;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #000000;
    border-style: none;
    border-width: 0 0 0 3px;
  }
  .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: 'icomoon';
    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: 'icomoon';
    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;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
    margin-bottom: 20px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 0 0 10px 0;
    width: 100%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 0 0 10px 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 0 0 10px 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    display: none;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .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 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 700;
    line-height: 20px;
    font-size: 1.4rem;
    color: #000000;
    text-decoration: none;
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #000000;
    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: #000000;
    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: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #ebebeb;
  }
  .product.data.items > .item.title.quote-title > .switch {
    border-top-left-radius: 5px;
  }
  .product.data.items > .item.title.quote-history-log > .switch {
    border-top-right-radius: 5px;
  }
  .product.data.items > .item.content {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .account .toolbar .toolbar-amount {
    padding-top: 10px;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .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 5px 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;
  }
  .modal-popup._show .modal-inner-wrap {
    max-width: 570px;
    max-height: 700px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .modal-popup._show .modal-header {
    padding: 30px 30px 0;
  }
  .modal-popup._show .modal-content,
  .modal-popup._show .modal-body {
    padding: 0 20px 0 30px;
    margin-right: 10px;
    width: calc(100% - 10px);
    margin-bottom: 30px;
    max-height: 70vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .modal-popup._show .modal-content::-webkit-scrollbar,
  .modal-popup._show .modal-body::-webkit-scrollbar {
    width: 12px;
    border-radius: 10px;
  }
  .modal-popup._show .modal-content::-webkit-scrollbar-track,
  .modal-popup._show .modal-body::-webkit-scrollbar-track {
    background: #ebebeb;
  }
  .modal-popup._show .modal-content::-webkit-scrollbar-thumb,
  .modal-popup._show .modal-body::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    border-radius: 8px;
    border: 3.5px solid #ebebeb;
  }
  .modal-popup._show .modal-footer {
    padding: 0 30px 30px;
    text-align: right;
  }
  .modal-popup._show .modal-footer .action-secondary {
    margin-right: 10px;
  }
  .modal-custom .action-close,
  .modal-popup .action-close,
  .modal-slide .action-close {
    right: -15px;
  }
  .form-purchase-order {
    margin-bottom: 0;
  }
  .checkout-agreements-block {
    clear: both;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .col-150-max {
    max-width: 150px;
  }
  .form-create-purchase-order-rule .field .control {
    max-width: 500px;
  }
  .form-create-purchase-order-rule .field-condition-order-total > .control {
    display: flex;
  }
  .form-create-purchase-order-rule .field-condition-order-total > .control > .control {
    max-width: 46%;
    width: 100%;
  }
  .form-create-purchase-order-rule .field-condition-order-total .additional {
    margin-left: 10px;
    margin-top: 0;
  }
  .form-create-purchase-order-rule .field-tooltip-content {
    width: 458px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .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%;
  }
  .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;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #9c9c9c;
  }
  .block-search input:-moz-placeholder {
    color: #9c9c9c;
  }
  .block-search input::-moz-placeholder {
    color: #9c9c9c;
  }
  .block-search input:-ms-input-placeholder {
    color: #9c9c9c;
  }
  .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;
    padding: 5px 0;
    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: 14px;
    line-height: 14px;
    color: #000000;
    content: '\e615';
    font-family: 'icomoon';
    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: inherit;
  }
  .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;
  }
  .cart-container .form-cart .cart.table-wrapper {
    border-radius: 5px;
    padding: 30px;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    border-radius: 5px;
    padding: 30px;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .items .item-info .col {
    padding-bottom: 30px;
  }
  .cart.table-wrapper .items .item-info .col.item {
    width: 50%;
    padding-left: 0;
  }
  .cart.table-wrapper .items .item-info .col.price {
    width: 30%;
  }
  .cart.table-wrapper .items .item-info .col.qty {
    width: 20%;
    padding-top: 10px;
  }
  .cart.table-wrapper .items .item-info.multiple-item-info + .multiple-item-info .col.item {
    padding-top: 0;
  }
  .cart.table-wrapper .items .item-info.multiple-item-info + .multiple-item-info .col.price {
    padding-top: 10px;
  }
  .cart.table-wrapper .items .item-info.multiple-item-info + .multiple-item-info .col.qty {
    padding-top: 0;
  }
  .cart.table-wrapper .items .col.qty {
    text-align: center;
  }
  .cart.table-wrapper .items .col.subtotal {
    display: none;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .block.crosssell .products-grid .product-items {
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .block.crosssell .products-grid .product-items .product-item {
    transition: all 0.5s ease;
  }
  .block.crosssell .products-grid .product-items .product-item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  .checkout-cart-index .popup-request-quote-discounts .modal-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .checkout-cart-index .popup-request-quote-discounts .modal-footer .action.cancel,
  .checkout-cart-index .popup-request-quote-discounts .modal-footer .action.request-quote {
    margin-right: 10px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minicart-items-wrapper {
    height: 100% !important;
    max-height: 482px;
  }
  .checkout-index-index .header.content {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .opc-wrapper {
    padding-right: 20px;
    width: calc(100% - 400px);
    float: left;
  }
  .opc-wrapper .opc {
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .checkout-container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .checkout-onepage-success .checkout-success {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
  }
  .opc-progress-bar {
    right: 33px;
    top: 12px;
  }
  .opc-progress-bar-item {
    width: 140px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .opc-sidebar {
    width: 400px;
    float: right;
  }
  .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header {
    display: none;
  }
  .opc-block-shipping-information .shipping-information {
    border-radius: 5px;
    border: 1px solid #ebebeb;
  }
  .opc-block-summary {
    border-radius: 5px;
    border: 1px solid #ebebeb;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.4rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .payment-method-title > input#cc {
    top: 20px;
  }
  .checkout-payment-method .payment-method-title > .label[for="cc"]:before {
    top: 20px;
  }
  .checkout-payment-method .payment-method-title > .label[for="cc"]:after {
    top: 25px;
  }
  .checkout-payment-method .payment-method-title > .label > .xendit-payment-icon-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    width: 100%;
  }
  .checkout-payment-method .payment-method-title > .label > .xendit-payment-icon-list .xendit-payment-icon {
    float: none;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 0 10px 0 0;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 0 0 10px 0;
    width: 100%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 0 0 10px 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 0 0 10px 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .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%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 10px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .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 #ffffff;
    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 {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #ebebeb;
  }
  .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 .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .bank-information-index .bank-info .fieldset {
    max-width: 360px;
  }
  .financial-information-index .my-account-my-batumbu-banner {
    max-width: 460px;
  }
  .financial-information-index .kemana-credit-limit .kemana-credit-limit-companies .select-company-vendor,
  .financial-information-index .my-batumbu-form .kemana-credit-limit-companies .select-company-vendor,
  .financial-information-index .kemana-credit-limit .kemana-credit-limit-batumbu-companies .select-company-vendor,
  .financial-information-index .my-batumbu-form .kemana-credit-limit-batumbu-companies .select-company-vendor {
    max-width: 340px;
  }
  .financial-information-index .kemana-credit-limit .kemana-credit-limit-companies .detail-usage-container,
  .financial-information-index .my-batumbu-form .kemana-credit-limit-companies .detail-usage-container,
  .financial-information-index .kemana-credit-limit .kemana-credit-limit-batumbu-companies .detail-usage-container,
  .financial-information-index .my-batumbu-form .kemana-credit-limit-batumbu-companies .detail-usage-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .financial-information-index .kemana-credit-limit .kemana-credit-limit-companies .detail-usage-container .detail-usage.used-limit,
  .financial-information-index .my-batumbu-form .kemana-credit-limit-companies .detail-usage-container .detail-usage.used-limit,
  .financial-information-index .kemana-credit-limit .kemana-credit-limit-batumbu-companies .detail-usage-container .detail-usage.used-limit,
  .financial-information-index .my-batumbu-form .kemana-credit-limit-batumbu-companies .detail-usage-container .detail-usage.used-limit {
    padding-right: 66px;
  }
  .financial-information-index .kemana-credit-limit .kemana-credit-limit-companies .credit-limit-items-wrapper,
  .financial-information-index .my-batumbu-form .kemana-credit-limit-companies .credit-limit-items-wrapper,
  .financial-information-index .kemana-credit-limit .kemana-credit-limit-batumbu-companies .credit-limit-items-wrapper,
  .financial-information-index .my-batumbu-form .kemana-credit-limit-batumbu-companies .credit-limit-items-wrapper {
    overflow-x: auto;
  }
  .financial-information-index .kemana-credit-limit .kemana-credit-limit-companies .credit-limit-items-wrapper .table-wrapper,
  .financial-information-index .my-batumbu-form .kemana-credit-limit-companies .credit-limit-items-wrapper .table-wrapper,
  .financial-information-index .kemana-credit-limit .kemana-credit-limit-batumbu-companies .credit-limit-items-wrapper .table-wrapper,
  .financial-information-index .my-batumbu-form .kemana-credit-limit-batumbu-companies .credit-limit-items-wrapper .table-wrapper {
    width: 942px;
  }
  .financial-information-index .kemana-credit-limit .table:not(.cart):not(.totals) > thead > tr > th,
  .financial-information-index .my-batumbu-form .table:not(.cart):not(.totals) > thead > tr > th {
    border-top: 0;
  }
  .account.bixbox-credit-index .product.data.items > .item.title > .switch {
    font-weight: 400;
    height: auto;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .account.bixbox-credit-index .product.data.items > .item.content {
    margin-top: 38px;
  }
  .modal-popup._show.business-unit-modal .modal-inner-wrap {
    max-width: 592px;
  }
  .modal-popup.business-unit-modal .search-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .modal-popup.business-unit-modal .search-list .search-list-item {
    padding: 20px 5px;
    transition: all 0.5s ease;
  }
  .modal-popup.business-unit-modal .search-list .search-list-item .icon-image {
    margin-bottom: 20px;
  }
  .modal-popup.business-unit-modal .search-list .search-list-item:not(.modal-popup.business-unit-modal .search-list .search-list-item.active):hover {
    border-color: #000000;
  }
  .compare-quotation .compare-quotation-card-container .compare-quotation-print {
    width: 200px;
    margin-right: 10px;
  }
  .compare-quotation .compare-quotation-card-container .compare-quotation-item-parent {
    width: calc(100% - 200px);
  }
  .compare-quotation .compare-quotation-card-container .compare-quotation-item {
    width: calc(337px + 20px);
  }
  .compare-quotation .quote-table-comparison.quote-count-2 {
    width: 980px;
  }
  .compare-quotation .quote-table-comparison.quote-count-3 {
    width: 1290px;
  }
  .compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container.mobile-only {
    display: none;
  }
  .compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container .title-column {
    width: 200px;
  }
  .compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container .title-column .quote-label {
    padding-left: 20px;
    padding-right: 20px;
  }
  .compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container .attribute-column-wrapper {
    width: calc(100% - 200px);
  }
  .compare-quotation .quote-table-comparison .quote-table-wrapper .quote-table-container .attribute-column .attribute {
    padding-left: 20px;
    padding-right: 20px;
  }
  .register_container .cust-register {
    max-width: 640px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .register_container .cust-register .register-sections .register_header ul.type_reg {
    gap: 20px;
  }
  .password-strength-meter {
    line-height: 20px;
  }
  .bixbox-account-quote-detail-title .quote-date > div:last-child {
    margin-bottom: 0;
  }
  .bixbox-account-quote-detail-title .quote-references + .quote-details-top .quote-sales-rep {
    margin-top: -30px;
  }
  .account.negotiable_quote-quote-view .quote-details-items {
    overflow-x: hidden;
  }
  .account.negotiable_quote-quote-view .quote-details-items thead .col.sku,
  .account.negotiable_quote-quote-view .quote-details-items .item .col.sku {
    width: 15%;
  }
  .account.negotiable_quote-quote-view .quote-details-items thead .col.price,
  .account.negotiable_quote-quote-view .quote-details-items .item .col.price,
  .account.negotiable_quote-quote-view .quote-details-items thead .col.qty,
  .account.negotiable_quote-quote-view .quote-details-items .item .col.qty,
  .account.negotiable_quote-quote-view .quote-details-items thead .col.subtotal,
  .account.negotiable_quote-quote-view .quote-details-items .item .col.subtotal {
    width: 15%;
  }
  .account.negotiable_quote-quote-view .quote-details-items thead .col.qty,
  .account.negotiable_quote-quote-view .quote-details-items .item .col.qty {
    text-align: center;
  }
  .account.negotiable_quote-quote-view .table-wrapper .data.table:not(.cart):not(.totals) > tbody > tr:first-child > td {
    border-top: 0;
  }
  .account.negotiable_quote-quote-view .table-wrapper .data.table:not(.cart):not(.totals) > tbody > tr:last-child > td {
    border-top: 0;
  }
  .account.negotiable_quote-quote-view .table-wrapper .data.table:not(.cart):not(.totals) > tbody > tr > td {
    border-top: 1px solid #ebebeb;
  }
  .account.negotiable_quote-quote-view .table-wrapper .data.table:not(.cart):not(.totals) > tbody > tr > td.bixbox-quote-totals {
    background: #f7f7f7;
  }
  .account.negotiable_quote-quote-view .table-wrapper .data.table:not(.cart):not(.totals) > tbody > tr > td.bixbox-quote-totals h5 {
    margin-bottom: 0;
  }
  .account.negotiable_quote-quote-view .table-wrapper .data.table:not(.cart):not(.totals):not(.additional-attributes) tbody td:last-child {
    padding-right: 0;
  }
  .account.negotiable_quote-quote-view .table-wrapper .data.table:not(.cart):not(.totals):not(.additional-attributes) tbody td.bixbox-quote-totals {
    padding-left: 20px;
    padding-right: 20px;
  }
  .account.negotiable_quote-quote-view .product.data.items > .item.content.quote-table {
    padding-top: 0;
    overflow-x: auto;
  }
  .account.negotiable_quote-quote-view .product.data.items > .item.content.quote-table #quote-items {
    width: 942px;
  }
  .account.negotiable_quote-quote-view .quote-view-buttons .action.free-sample {
    margin-right: 10px;
  }
  .account.negotiable_quote-quote-index .table-wrapper .table thead th:nth-child(9) > span,
  .account.negotiable_quote-quote-index .table-wrapper .table thead th:nth-child(10) > span {
    display: none;
  }
  .account.negotiable_quote-quote-index thead > tr th,
  .account.negotiable_quote-quote-index tbody > tr th,
  .account.negotiable_quote-quote-index tfoot > tr th,
  .account.negotiable_quote-quote-index thead > tr td,
  .account.negotiable_quote-quote-index tbody > tr td,
  .account.negotiable_quote-quote-index tfoot > tr td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table .col:nth-child(1) {
    width: 3%;
    padding-right: 0;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table .col:nth-child(2) {
    width: 35%;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table .col:nth-child(3) {
    width: 15%;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table .col:nth-child(4) {
    width: 10%;
    min-width: auto;
    max-width: none;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table .col:nth-child(5) {
    width: 15%;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table .col:nth-child(6) {
    width: 25%;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table .col .order_qty {
    max-width: 100px;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #shipments-item-table .col .wk-reason {
    min-width: 150px;
  }
  .modal-popup .wk-supplier-btn-wrapper {
    width: 100%;
    text-align: right;
  }
  .modal-popup .wk-supplier-btn-wrapper .wk-btn:not(:first-child) {
    margin-left: 8px;
  }
  .account.specform-index-index .table.specification-form-orders thead th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .account.specform-index-index .table.specification-form-orders .col.id {
    width: 5%;
  }
  .account.specform-index-index .table.specification-form-orders .col.title {
    width: 20%;
  }
  .account.specform-index-index .table.specification-form-orders .col.category {
    width: 12%;
  }
  .account.specform-index-index .table.specification-form-orders .col.model {
    width: 15%;
  }
  .account.specform-index-index .table.specification-form-orders .col.action {
    width: 20%;
  }
  .account.specform-index-form {
    background: #f7f7f7;
  }
  .account.specform-index-form .page-main .column.main {
    max-width: 640px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }
  .account.specform-index-form .specform .fieldset .field.customized_box_img_container {
    grid-column-gap: 20px;
    grid-template-columns: 280px 1fr;
    margin-bottom: 30px;
  }
  .account.specform-index-form .specform .fieldset .field.dimension_type_container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .account.specform-index-form .specform .fieldset .field.dimension_type_container .field {
    margin-bottom: 0;
  }
  .account.specform-index-form .specform .fieldset .field.dimension_type_container .control select {
    background-position: 94% 11px;
  }
  .account.specform-index-form .specform .fieldset .field.partition_length_container {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .account.specform-index-form .specform .fieldset .field.partition_length_container .field {
    margin-bottom: 0;
  }
  .modal-popup._show.cms-block-modal .modal-inner-wrap {
    max-width: 770px;
  }
  .fieldset > .field:not(.choice) > .label .tooltips .tooltip-content {
    width: 468px;
    left: -40px;
  }
  .fieldset > .field:not(.choice) > .label .tooltips .tooltip-content:before {
    left: 46px;
    margin-left: -5px;
  }
  .fieldset > .field:not(.choice) > .label .tooltips .tooltip-content:after {
    left: 39px;
    margin-left: 2px;
  }
  ._hastooltip .tooltips .tooltip-content {
    width: 468px;
    left: -40px;
  }
  ._hastooltip .tooltips .tooltip-content:before {
    left: 46px;
    margin-left: -5px;
  }
  ._hastooltip .tooltips .tooltip-content:after {
    left: 39px;
    margin-left: 2px;
  }
  .ui-datepicker {
    max-width: 340px;
  }
  .table-wrapper .data.table:not(.cart):not(.totals):not(.additional-attributes) td:last-child {
    padding-left: 1em;
    padding-right: 1em;
  }
  .table:not(.cart):not(.totals) > thead.bixbox-myquote-detail-head > tr > th.col {
    border-top: none;
  }
  .table:not(.cart):not(.totals) > tbody > tr > td.bixbox-quote-totals {
    border-bottom: none;
    background-color: #ebebeb;
  }
  .table:not(.cart):not(.totals) > tbody > tr > td.bixbox-quote-totals .bixbox-quote-main {
    display: flex;
    justify-content: space-between;
  }
  .bixbox-quote-totals {
    border-bottom: none;
  }
  .modal-popup.overdue-notice-popup._show .modal-footer,
  .modal-popup.overlimit-popup._show .modal-footer {
    text-align: center;
  }
  .page-products .products-grid .product-item {
    margin-left: 20px;
    padding: 0;
    width: calc((100% - 40px) / 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%;
  }
  .fotorama__nav--thumbs {
    height: 72px !important;
    margin-top: 20px;
  }
  .fotorama__nav--thumbs:before,
  .fotorama__nav--thumbs:after {
    display: none;
  }
  .fotorama__nav--thumbs .fotorama__thumb__arr {
    display: none !important;
  }
  .product-main-details-wrapper .product-info-main .product-add-form .specform-details .specform-new-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: inherit;
  }
  .product-main-details-wrapper .product-info-main .product-add-form .specform-details .field {
    max-width: 310px;
  }
  .product-main-details-wrapper .product-info-main .product-add-form .specform-details .link-new-form-area {
    padding-left: 10px;
    padding-top: 38px;
  }
  .product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery-section {
    width: 100%;
  }
  .product-main-details-wrapper .product-info-main .product-add-form .specform-details .delivery-section .delivery_date {
    max-width: 220px;
  }
  .product-main-details-wrapper .product-info-main .product-add-form .box-tocart .actions .tocart {
    max-width: 221px;
  }
  .product-main-details-wrapper .product-info-main .product-social-links .action.towishlist:hover,
  .product-main-details-wrapper .product-info-main .product-social-links .action.tocompare:hover {
    color: #000000;
  }
  .product-main-details-wrapper .product-info-main .product-social-links .action.towishlist:hover span,
  .product-main-details-wrapper .product-info-main .product-social-links .action.tocompare:hover span {
    text-decoration: underline;
  }
  .page-product-configurable .product-options-wrapper .fieldset {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-product-configurable .product-options-wrapper .fieldset .field {
    max-width: 310px;
  }
  .fotorama__fullscreen .fotorama__nav {
    margin-top: -50px;
    padding: 20px;
    background-color: #ffffff;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #4a4a4a;
    border: 1px solid #ebebeb;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #4a4a4a;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #ebebeb;
  }
  .modes-mode.active {
    color: #737373;
  }
  .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: 24px;
    line-height: inherit;
    color: #4a4a4a;
    content: '\e60d';
    font-family: 'icomoon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #4a4a4a;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .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;
  }
  .product.info.detailed .additional-attributes > tbody > tr > th {
    width: 280px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .catalog-product-view.page-layout-1column .product.media {
    max-width: 510px;
    margin-bottom: 20px;
  }
  .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%;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 620px;
    width: 700px;
  }
  .shipping-address-modal .modal-inner-wrap .modal-popup .modal-title,
  .billing-address-modal .modal-inner-wrap .modal-popup .modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
    max-height: 438px;
  }
  .address-loading-mask {
    top: 115px;
  }
  .login-container .block.block-new-company {
    clear: none;
    float: right;
  }
  .login-container .block.block-new-company .actions-toolbar {
    margin-top: 25px;
  }
  .links-container {
    display: inline-block;
    position: relative;
  }
  .links-container:before,
  .links-container:after {
    content: '';
    display: table;
  }
  .links-container:after {
    clear: both;
  }
  .links-container .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    color: inherit;
    content: '\e622';
    font-family: 'icomoon';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .links-container .action.switch:hover:after {
    color: inherit;
  }
  .links-container .action.switch:active:after {
    color: inherit;
  }
  .links-container .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    color: inherit;
    content: '\e621';
    font-family: 'icomoon';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .links-container .action.switch.active:hover:after {
    color: inherit;
  }
  .links-container .action.switch.active:active:after {
    color: inherit;
  }
  .links-container ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: none;
    margin-top: 4px;
    min-width: 146px;
    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.16);
  }
  .links-container ul li {
    margin: 0;
    padding: 0;
  }
  .links-container ul li:hover {
    background: #ebebeb;
    cursor: pointer;
  }
  .links-container.active {
    overflow: visible;
  }
  .links-container.active ul {
    display: block;
  }
  .links-container li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: .8em;
  }
  .links-container li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:active {
    color: #333333;
    text-decoration: none;
  }
  .links-container .customer-menu {
    display: none;
  }
  .links-container .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .links-container .action.switch:focus,
  .links-container .action.switch:active {
    background: none;
    border: none;
  }
  .links-container .action.switch:hover {
    background: none;
    border: none;
  }
  .links-container .action.switch.disabled,
  .links-container .action.switch[disabled],
  fieldset[disabled] .links-container .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .links-container .header.links {
    min-width: 225px;
  }
  .links-container.active .action.switch:after {
    content: '\e621';
  }
  .links-container.active .customer-menu {
    display: block;
  }
  .links-container .greet {
    display: none;
  }
  .customer-register .links-container-title {
    cursor: pointer;
  }
  .manage-company-accounts .message + .actions-toolbar {
    margin-top: 50px;
  }
  .modal-popup .actions-toolbar .secondary .action {
    background-image: none;
    background: #00ca87;
    border: 1px solid #00ca87;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 11px 20px 12px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
  }
  .modal-popup .actions-toolbar .secondary .action:focus,
  .modal-popup .actions-toolbar .secondary .action:active {
    background: #00ca87;
    border: 1px solid #00ca87;
    color: #ffffff;
  }
  .modal-popup .actions-toolbar .secondary .action:hover {
    background: #009665;
    border: 1px solid #009665;
    color: #ffffff;
  }
  .modal-popup .actions-toolbar .secondary .action.disabled,
  .modal-popup .actions-toolbar .secondary .action[disabled],
  fieldset[disabled] .modal-popup .actions-toolbar .secondary .action {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
  }
  .modal-popup .actions-toolbar .secondary .action:focus,
  .modal-popup .actions-toolbar .secondary .action:active {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
  }
  .modal-popup .actions-toolbar .secondary .action:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
  }
  .modal-popup .actions-toolbar .secondary .action:active,
  .modal-popup .actions-toolbar .secondary .action:not(:focus) {
    box-shadow: none;
  }
  .modal-popup input:hover,
  .modal-popup textarea:hover {
    border-color: #000000;
  }
  .modal-popup.popup-tree .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .popup-tree .fieldset {
    margin-bottom: 0;
  }
  .popup-tree .modal-footer .primary {
    margin-right: 10px;
  }
  .popup-tree .modal-footer .secondary {
    background-image: none;
    background: #00ca87;
    border: 1px solid #00ca87;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 11px 20px 12px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
  }
  .popup-tree .modal-footer .secondary:focus,
  .popup-tree .modal-footer .secondary:active {
    background: #00ca87;
    border: 1px solid #00ca87;
    color: #ffffff;
  }
  .popup-tree .modal-footer .secondary:hover {
    background: #009665;
    border: 1px solid #009665;
    color: #ffffff;
  }
  .popup-tree .modal-footer .secondary.disabled,
  .popup-tree .modal-footer .secondary[disabled],
  fieldset[disabled] .popup-tree .modal-footer .secondary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
  }
  .popup-tree .modal-footer .secondary:focus,
  .popup-tree .modal-footer .secondary:active {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
  }
  .popup-tree .modal-footer .secondary:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
  }
  .popup-tree .modal-footer .secondary:active,
  .popup-tree .modal-footer .secondary:not(:focus) {
    box-shadow: none;
  }
  .popup-tree .modal-footer .action {
    margin-right: 10px;
  }
  .popup-tree .modal-footer .action.cancel {
    margin-right: 0;
  }
  .page-title .edit-company-profile {
    left: -10px;
    position: relative;
  }
  .company-profile-index .column.main .block .box-account-information .box-content,
  .company-profile-index .column.main .block .box-address-information .box-content,
  .company-profile-index .column.main .block .box-contact-information .box-content {
    line-height: 24px;
  }
  .company-profile-edit .column.main .form-edit-company {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .company-profile-edit .column.main .form-edit-company .fieldset,
  .company-profile-edit .column.main .form-edit-company .actions-toolbar {
    width: 52%;
  }
  .company-account-index .columns .column.main .block:not(.widget) .box-content strong {
    display: inline-block;
    width: 17%;
  }
  .company-account-create .columns .main .form-create-account {
    width: 51%;
  }
  .company-account-create .columns .main .form-create-account .fieldset-fullname .fields .field:last-child {
    margin: 0 0 10px;
  }
  .company-users-index .long-text-field {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .jstree li a {
    position: relative;
  }
  .account .column.main .block.block-dashboard-info {
    line-height: 24px;
  }
  .account .column.main .block.block-dashboard-info .block-content:before,
  .account .column.main .block.block-dashboard-info .block-content:after {
    content: normal;
  }
  .company-profile-index .column.main .block:not(.widget) .block-content .box.box-contact-information,
  .company-index-index .column.main .block:not(.widget) .block-content .box.box-contact-information,
  .company-profile-index .column.main .block:not(.widget) .block-content .box.box-contact-information,
  .company-index-index .column.main .block:not(.widget) .block-content .box.box-contact-information {
    margin-bottom: 0;
  }
  .company-users-index .table:not(.cart):not(.totals) > thead > tr > th,
  .company-role-index .table:not(.cart):not(.totals) > thead > tr > th {
    border-top: 0;
  }
  .company-users-index .data-grid-wrap.table-wrapper .data-grid .data-grid-th._draggable,
  .company-role-index .data-grid-wrap.table-wrapper .data-grid .data-grid-th._draggable {
    background: transparent;
  }
  .company-role-edit .form-edit-role .role-information .field {
    max-width: 360px;
  }
  .login-container .block {
    width: 45%;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
    font-weight: 700;
  }
  .login-container .block ul > li {
    font-weight: bold;
  }
  .login-container .fieldset {
    padding: 0px;
  }
  .fieldset .fullname .field .label {
    padding: 0 0 10px 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 100%;
    float: left;
  }
  .form.send.confirmation,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .form.password.forget,
  .form.password.reset {
    min-width: 600px;
    width: 100%;
  }
  .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 .product.data.items > .item.title > .switch {
    height: 58px;
    line-height: normal;
  }
  .account .product.data.items > .item.content {
    margin-top: 57px;
    padding: 20px;
  }
  .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.8%;
  }
  .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: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .account .column.main .storecredit .balance-history .data.table.table-balance-history .actions {
    width: 30%;
  }
  .account .column.main .giftcard-account .form.form-giftcard-redeem {
    max-width: 500px;
  }
  .opc-wrapper .form-giftcard-account {
    max-width: 500px;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .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;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .negotiable_quote-quote-view .page-title {
    margin-bottom: .7rem;
    margin-top: 0;
  }
  .order-references {
    margin-top: -1.4rem;
  }
  .negotiable_quote-quote-index .table-wrapper {
    overflow-x: auto;
  }
  .negotiable_quote-quote-index .table-wrapper .table .admin-sub-row td:nth-child(1) .data-grid-cell-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .negotiable-quote-quote-index .data-grid thead > tr > td,
  .negotiable-quote-quote-index .data-grid thead > tr > th {
    border-bottom: 1px solid #d1d1d1;
  }
  .negotiable-quote-quote-index .pages a.page {
    cursor: pointer;
  }
  .negotiable-quote-quote-index .page-title {
    display: block;
    margin-bottom: 25px;
  }
  .negotiable-quote-quote-view .page-title {
    margin-bottom: 5px;
  }
  .negotiable-quote-quote-view.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: 50%;
  }
  .negotiable-quote-quote-view .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .negotiable-quote-quote-view .quote-table-totals {
    float: right;
    width: 55%;
  }
  .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot > tr:not(.catalog_price_table) > th,
  .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot > tr:not(.catalog_price_table) > td {
    text-decoration: line-through;
  }
  .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot > tr:not(.catalog_price_table):not(.proposed_quote_price) > th,
  .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot > tr:not(.catalog_price_table):not(.proposed_quote_price) > td {
    text-decoration: line-through;
  }
  .quote-details-items thead .col.item,
  .quote-details-items .item .col.item {
    display: block;
  }
  .quote-details-items thead .col.price,
  .quote-details-items .item .col.price,
  .quote-details-items thead .col.stock,
  .quote-details-items .item .col.stock,
  .quote-details-items thead .col.qty,
  .quote-details-items .item .col.qty,
  .quote-details-items thead .col.subtotal,
  .quote-details-items .item .col.subtotal,
  .quote-details-items thead .col.actions,
  .quote-details-items .item .col.actions {
    text-align: right;
  }
  .quote-details-items thead .col.sku,
  .quote-details-items .item .col.sku {
    width: 65px;
  }
  .quote-details-items thead .col.discount,
  .quote-details-items .item .col.discount {
    width: 90px;
    text-align: right;
  }
  .quote-details-items thead .col.discount span,
  .quote-details-items .item .col.discount span {
    color: #333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.42857143;
    font-size: 1.4rem;
  }
  .quote-details-items thead .col.notes,
  .quote-details-items .item .col.notes {
    border-top: hidden;
  }
  .quote-details-items thead .col .price,
  .quote-details-items .item .col .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
  .quote-details-items .content .quote-title {
    display: none;
  }
  .quote-details-items .quote-table-totals-wrap {
    border-bottom: 1px solid #e4e4e4;
  }
  .quote-details-items .quote-table {
    border: 1px solid #e4e4e4;
  }
  .page-title-wrapper .page-title {
    display: block;
  }
  .quote-name {
    margin-bottom: 20px;
    word-wrap: break-word;
  }
  .quote-date {
    float: left;
    margin-bottom: .8rem;
  }
  .quote-sales-rep {
    float: right;
  }
  .mobile-label {
    display: none;
  }
  .admin__data-grid-wrap {
    padding-top: 20px;
  }
  .quote-shipping-info .box-shipping-address .box-content {
    font-size: 1.4rem;
  }
  .quote-shipping-info .box-content .box {
    margin-bottom: 0;
    width: 50%;
  }
  .quote-view-links.quote-view-buttons {
    display: flex;
    justify-content: space-between;
  }
  .quote-view-links.quote-view-buttons .action {
    margin-right: 10px;
  }
  .quote-actions-toolbar .print {
    float: right;
    padding-left: 25px;
    padding-right: 0;
  }
  .modal-popup.popup-edit-address .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .popup-edit-address .fieldset {
    margin-bottom: 0;
  }
  .popup-edit-address .modal-footer .primary {
    margin-right: 10px;
  }
  .popup-edit-address .field .control > .field,
  .popup-edit-address .field .control > .fields > .field {
    margin: 0 0 20px;
    margin-bottom: 0;
  }
  .popup-edit-address .field .control > .field > .label,
  .popup-edit-address .field .control > .fields > .field > .label {
    margin: 0 0 10px;
    display: inline-block;
  }
  .popup-edit-address .field .control > .field:last-child,
  .popup-edit-address .field .control > .fields > .field:last-child {
    margin-bottom: 0;
  }
  .popup-edit-address .field .control > .field > .label,
  .popup-edit-address .field .control > .fields > .field > .label {
    font-weight: 700;
  }
  .popup-edit-address .field .control > .field > .label + br,
  .popup-edit-address .field .control > .fields > .field > .label + br {
    display: none;
  }
  .popup-edit-address .field .control > .field .choice input,
  .popup-edit-address .field .control > .fields > .field .choice input {
    vertical-align: top;
  }
  .popup-edit-address .field .control > .field .fields.group:before,
  .popup-edit-address .field .control > .fields > .field .fields.group:before,
  .popup-edit-address .field .control > .field .fields.group:after,
  .popup-edit-address .field .control > .fields > .field .fields.group:after {
    content: '';
    display: table;
  }
  .popup-edit-address .field .control > .field .fields.group:after,
  .popup-edit-address .field .control > .fields > .field .fields.group:after {
    clear: both;
  }
  .popup-edit-address .field .control > .field .fields.group .field,
  .popup-edit-address .field .control > .fields > .field .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .popup-edit-address .field .control > .field .fields.group.group-2 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-2 .field {
    width: 50% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-3 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-4 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-4 .field {
    width: 25% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-5 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-5 .field {
    width: 20% !important;
  }
  .popup-edit-address .field .control > .field .addon,
  .popup-edit-address .field .control > .fields > .field .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .popup-edit-address .field .control > .field .addon textarea,
  .popup-edit-address .field .control > .fields > .field .addon textarea,
  .popup-edit-address .field .control > .field .addon select,
  .popup-edit-address .field .control > .fields > .field .addon select,
  .popup-edit-address .field .control > .field .addon input,
  .popup-edit-address .field .control > .fields > .field .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .popup-edit-address .field .control > .field .addon .addbefore,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore,
  .popup-edit-address .field .control > .field .addon .addafter,
  .popup-edit-address .field .control > .fields > .field .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    color: #000000;
    font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857143;
    padding: 10px 15px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:focus,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:focus,
  .popup-edit-address .field .control > .field .addon .addafter:focus,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:focus {
    border: 1px solid #000000;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:disabled,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:disabled,
  .popup-edit-address .field .control > .field .addon .addafter:disabled,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:disabled {
    background: #ebebeb;
    color: #9c9c9c;
  }
  .popup-edit-address .field .control > .field .addon .addbefore::-moz-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore::-moz-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter::-moz-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter::-moz-placeholder {
    color: #9c9c9c;
  }
  .popup-edit-address .field .control > .field .addon .addbefore::-webkit-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore::-webkit-input-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter::-webkit-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter::-webkit-input-placeholder {
    color: #9c9c9c;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:-ms-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:-ms-input-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter:-ms-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:-ms-input-placeholder {
    color: #9c9c9c;
  }
  .popup-edit-address .field .control > .field .addon .addbefore,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .popup-edit-address .field .control > .field .additional,
  .popup-edit-address .field .control > .fields > .field .additional {
    margin-top: 10px;
  }
  .popup-edit-address .field .control > .field.required > .label:after,
  .popup-edit-address .field .control > .fields > .field.required > .label:after,
  .popup-edit-address .field .control > .field._required > .label:after,
  .popup-edit-address .field .control > .fields > .field._required > .label:after {
    content: '*';
    color: #f70000;
    font-size: 1.2rem;
    margin: 0;
  }
  .popup-edit-address .field .control > .field .note,
  .popup-edit-address .field .control > .fields > .field .note {
    font-size: 1.4rem;
    margin: 0 0 20px;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .popup-edit-address .field .control > .field .note:before,
  .popup-edit-address .field .control > .fields > .field .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 14px;
    font-family: 'icomoon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .popup-edit-address .form-quote-popup {
    overflow: hidden;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-title {
    border-bottom: none;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content {
    border-bottom: 20px;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content .attentional-content .with-subtext span {
    display: block;
    padding-top: 10px;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer {
    border-top: none;
    padding-top: 10px;
    text-align: left;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer .action-accept {
    background: #006bb4;
    box-shadow: none;
    color: #ffffff;
  }
  .negotiable-quote-order-information .negotiable-quote-link {
    float: right;
    max-width: 49%;
    text-align: right;
  }
  .negotiable-quote-order-information .order-date {
    float: left;
    max-width: 49%;
  }
  .my-orders-search-advanced .field-50 {
    float: left;
    position: relative;
    width: 48%;
  }
  .my-orders-search-advanced .field-50:nth-child(odd) {
    clear: both;
    margin-right: 2%;
  }
  .my-orders-search-advanced .field-50:nth-child(even) {
    margin-left: 2%;
  }
  .purchaseorder-purchaseorder-view .page-title {
    margin-bottom: .7rem;
    margin-top: 0;
  }
  .purchaseorder-purchaseorder-view .purchase-order-status {
    margin-top: .7rem;
  }
  .purchase-order-totals-wrap .purchase-order-totals {
    float: right;
    width: 55%;
  }
  .multiple-skus-item .field.qty .label {
    visibility: hidden;
  }
  .account .toolbar .limiter {
    float: right;
  }
  .purchaseorder-actions-toolbar {
    float: right;
  }
  .cart.table-wrapper .cart.item .actions-toolbar > div {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .modal-popup.requisition-popup .modal-footer .replace {
    margin-left: 10px;
  }
  .modal-popup.requisition-popup .modal-footer .primary {
    float: right;
    margin-left: 10px;
  }
  .requisition-list-requisition-index .data-grid > tbody > tr > th:not(:first-child),
  .requisition-list-requisition-index .data-grid > thead > tr > th:not(:first-child),
  .requisition-list-requisition-index .data-grid > tbody > tr > td:not(:first-child),
  .requisition-list-requisition-index .data-grid > thead > tr > td:not(:first-child) {
    padding-left: 5%;
  }
  .requisition-list-requisition-index .data-grid > tbody > tr > th:not(:last-child),
  .requisition-list-requisition-index .data-grid > thead > tr > th:not(:last-child),
  .requisition-list-requisition-index .data-grid > tbody > tr > td:not(:last-child),
  .requisition-list-requisition-index .data-grid > thead > tr > td:not(:last-child) {
    padding-right: 5%;
  }
  .data-grid-wrap .number-field,
  .data-grid-wrap .actions-field {
    text-align: right;
  }
  .data-grid-wrap .list-name-field .cell-label-line-description {
    margin-top: 5px;
  }
  .title-actions-links {
    float: right;
    margin-top: 2rem;
  }
  .block-requisition-management {
    margin-bottom: 10px;
  }
  .block-requisition-management .requisition-list-title h1 {
    font-size: 4rem;
  }
  .block-requisition-management .requisition-info {
    float: left;
  }
  .block-requisition-management .requisition-toolbar {
    float: right;
  }
  .requisition-toolbar-actions {
    margin-right: 10px;
  }
  .requisition-toolbar-actions .mobile-label {
    display: none;
  }
  .requisition-grid table {
    height: 100%;
  }
  .requisition-grid thead .col,
  .requisition-grid .item .col {
    height: 100%;
  }
  .requisition-grid thead .col.item,
  .requisition-grid .item .col.item {
    display: block;
  }
  .requisition-grid thead .col.qty .input-text,
  .requisition-grid .item .col.qty .input-text {
    margin-top: -5px;
  }
  .requisition-grid thead .col.price,
  .requisition-grid .item .col.price,
  .requisition-grid thead .col.stock,
  .requisition-grid .item .col.stock,
  .requisition-grid thead .col.qty,
  .requisition-grid .item .col.qty,
  .requisition-grid thead .col.subtotal,
  .requisition-grid .item .col.subtotal {
    text-align: right;
  }
  .requisition-grid thead .col.subtotal,
  .requisition-grid .item .col.subtotal {
    height: .1rem;
    position: relative;
  }
  .requisition-grid thead .col .product-item-subtotal,
  .requisition-grid .item .col .product-item-subtotal {
    height: 100%;
    position: relative;
  }
  .requisition-grid thead .col.col-checkbox,
  .requisition-grid .item .col.col-checkbox {
    max-width: .2rem;
  }
  .requisition-grid thead .col.col-checkbox input[type='checkbox'],
  .requisition-grid .item .col.col-checkbox input[type='checkbox'] {
    margin: 0;
  }
  .requisition-grid .product-item-image {
    float: left;
    margin-right: 10px;
  }
  .requisition-grid .actions-toolbar {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .requisition-grid .actions-toolbar > .action-delete {
    margin-left: 2rem;
  }
  .requisition-grid .price-excluding-tax {
    margin: 5px 0 3.5rem 0;
  }
  .product-item-description {
    float: right;
    width: calc(100% - 9rem);
  }
  .requisition-view-buttons > .primary {
    display: block;
    float: none;
    text-align: left;
  }
  .requisition-view-buttons .action.delete {
    float: right;
    margin-right: 0;
  }
  .block-requisition-list.update .requisition-list-button {
    float: right;
    margin-right: 0;
  }
  .block-requisition-list.update .requisition-list-button:hover {
    text-decoration: none;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .block.review-list .review-items .review-item {
    flex-direction: row;
  }
  .block.review-list .review-items .review-item .review-ratings {
    min-width: 170px;
  }
  .fieldset.review-fieldset p.fieldset-title {
    margin-bottom: 5px;
  }
  .fieldset.review-fieldset h5 {
    margin-bottom: 20px;
  }
  .fieldset.review-fieldset > .field {
    margin-bottom: 10px;
  }
  .fieldset.review-fieldset > .field:not(.choice) > .label,
  .fieldset.review-fieldset > .field:not(.choice) > .control {
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    padding: 0;
  }
  .fieldset.review-fieldset > .field:not(.choice) > .control {
    max-width: 390px;
  }
  .column form.review-form .actions-toolbar.review-form-actions {
    margin: 0;
  }
  .sales-order-history .fieldset.info .search-sku .control {
    max-width: 340px;
  }
  .sales-order-view .sales-order-details-info,
  .sales-order-invoice .sales-order-details-info,
  .sales-order-shipment .sales-order-details-info,
  .sales-order-creditmemo .sales-order-details-info {
    width: 50%;
    float: left;
  }
  .sales-order-view .sales-order-payment-info,
  .sales-order-invoice .sales-order-payment-info,
  .sales-order-shipment .sales-order-payment-info,
  .sales-order-creditmemo .sales-order-payment-info,
  .sales-order-view .order-date,
  .sales-order-invoice .order-date,
  .sales-order-shipment .order-date,
  .sales-order-creditmemo .order-date,
  .sales-order-view .order-references,
  .sales-order-invoice .order-references,
  .sales-order-shipment .order-references,
  .sales-order-creditmemo .order-references {
    width: 50%;
    float: right;
  }
  .sales-order-view .sales-order-payment-info .sales-order-payment-due-detail,
  .sales-order-invoice .sales-order-payment-info .sales-order-payment-due-detail,
  .sales-order-shipment .sales-order-payment-info .sales-order-payment-due-detail,
  .sales-order-creditmemo .sales-order-payment-info .sales-order-payment-due-detail,
  .sales-order-view .order-date .sales-order-payment-due-detail,
  .sales-order-invoice .order-date .sales-order-payment-due-detail,
  .sales-order-shipment .order-date .sales-order-payment-due-detail,
  .sales-order-creditmemo .order-date .sales-order-payment-due-detail,
  .sales-order-view .order-references .sales-order-payment-due-detail,
  .sales-order-invoice .order-references .sales-order-payment-due-detail,
  .sales-order-shipment .order-references .sales-order-payment-due-detail,
  .sales-order-creditmemo .order-references .sales-order-payment-due-detail {
    text-align: right;
  }
  .sales-order-view .order-references .order-reference-content,
  .sales-order-invoice .order-references .order-reference-content,
  .sales-order-shipment .order-references .order-reference-content,
  .sales-order-creditmemo .order-references .order-reference-content {
    width: 100%;
    text-align: right;
    padding-right: 0;
  }
  .sales-order-view .order-date,
  .sales-order-invoice .order-date,
  .sales-order-shipment .order-date,
  .sales-order-creditmemo .order-date {
    text-align: right;
  }
  .sales-order-view .order-actions-toolbar,
  .sales-order-invoice .order-actions-toolbar,
  .sales-order-shipment .order-actions-toolbar,
  .sales-order-creditmemo .order-actions-toolbar {
    width: 50%;
    float: right;
  }
  .sales-order-view .order-actions-toolbar .actions,
  .sales-order-invoice .order-actions-toolbar .actions,
  .sales-order-shipment .order-actions-toolbar .actions,
  .sales-order-creditmemo .order-actions-toolbar .actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }
  .sales-order-view .order-actions-toolbar .actions > .action,
  .sales-order-invoice .order-actions-toolbar .actions > .action,
  .sales-order-shipment .order-actions-toolbar .actions > .action,
  .sales-order-creditmemo .order-actions-toolbar .actions > .action {
    margin-right: 0;
  }
  .sales-order-view .order-actions-toolbar .actions > .action:last-child,
  .sales-order-invoice .order-actions-toolbar .actions > .action:last-child,
  .sales-order-shipment .order-actions-toolbar .actions > .action:last-child,
  .sales-order-creditmemo .order-actions-toolbar .actions > .action:last-child {
    margin-right: 0;
  }
  .sales-order-view .order-actions-toolbar .actions .proof-print-buttons,
  .sales-order-invoice .order-actions-toolbar .actions .proof-print-buttons,
  .sales-order-shipment .order-actions-toolbar .actions .proof-print-buttons,
  .sales-order-creditmemo .order-actions-toolbar .actions .proof-print-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
  }
  .sales-order-view .order-actions-toolbar .actions .print,
  .sales-order-invoice .order-actions-toolbar .actions .print,
  .sales-order-shipment .order-actions-toolbar .actions .print,
  .sales-order-creditmemo .order-actions-toolbar .actions .print {
    display: inline-block;
    float: none;
  }
  .sales-order-view .order-links,
  .sales-order-invoice .order-links,
  .sales-order-shipment .order-links,
  .sales-order-creditmemo .order-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sales-order-view .order-links .nav.item,
  .sales-order-invoice .order-links .nav.item,
  .sales-order-shipment .order-links .nav.item,
  .sales-order-creditmemo .order-links .nav.item {
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    font-weight: 700;
    border-bottom: 0;
    margin-right: -1px;
    position: relative;
  }
  .sales-order-view .order-links .nav.item strong,
  .sales-order-invoice .order-links .nav.item strong,
  .sales-order-shipment .order-links .nav.item strong,
  .sales-order-creditmemo .order-links .nav.item strong,
  .sales-order-view .order-links .nav.item a,
  .sales-order-invoice .order-links .nav.item a,
  .sales-order-shipment .order-links .nav.item a,
  .sales-order-creditmemo .order-links .nav.item a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 35px;
    color: #000000;
  }
  .sales-order-view .order-links .nav.item strong:hover,
  .sales-order-invoice .order-links .nav.item strong:hover,
  .sales-order-shipment .order-links .nav.item strong:hover,
  .sales-order-creditmemo .order-links .nav.item strong:hover,
  .sales-order-view .order-links .nav.item a:hover,
  .sales-order-invoice .order-links .nav.item a:hover,
  .sales-order-shipment .order-links .nav.item a:hover,
  .sales-order-creditmemo .order-links .nav.item a:hover {
    text-decoration: none;
  }
  .sales-order-view .order-links .nav.item.current,
  .sales-order-invoice .order-links .nav.item.current,
  .sales-order-shipment .order-links .nav.item.current,
  .sales-order-creditmemo .order-links .nav.item.current {
    background: #ffffff;
  }
  .sales-order-view .order-links .nav.item.current:after,
  .sales-order-invoice .order-links .nav.item.current:after,
  .sales-order-shipment .order-links .nav.item.current:after,
  .sales-order-creditmemo .order-links .nav.item.current:after {
    content: '';
    position: absolute;
    display: inline-block;
    background: #ffffff;
    height: 4px;
    bottom: -2px;
    left: 0;
    width: 100%;
  }
  .sales-order-view .order-links .nav.item:first-child,
  .sales-order-invoice .order-links .nav.item:first-child,
  .sales-order-shipment .order-links .nav.item:first-child,
  .sales-order-creditmemo .order-links .nav.item:first-child {
    border-top-left-radius: 5px;
  }
  .sales-order-view .order-links .nav.item:last-child,
  .sales-order-invoice .order-links .nav.item:last-child,
  .sales-order-shipment .order-links .nav.item:last-child,
  .sales-order-creditmemo .order-links .nav.item:last-child {
    border-top-right-radius: 5px;
  }
  .sales-order-view .order-details-items,
  .sales-order-invoice .order-details-items,
  .sales-order-shipment .order-details-items,
  .sales-order-creditmemo .order-details-items {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-right-radius: 5px;
    overflow-x: auto;
  }
  .sales-order-view .order-details-items .table-wrapper,
  .sales-order-invoice .order-details-items .table-wrapper,
  .sales-order-shipment .order-details-items .table-wrapper,
  .sales-order-creditmemo .order-details-items .table-wrapper {
    width: 942px;
  }
  .sales-order-view .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
  .sales-order-invoice .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
  .sales-order-shipment .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
  .sales-order-creditmemo .order-details-items .table-wrapper.table-order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
  .sales-order-view .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
  .sales-order-invoice .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
  .sales-order-shipment .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
  .sales-order-creditmemo .order-details-items .table-wrapper.order-items .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
  .sales-order-view .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
  .sales-order-invoice .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
  .sales-order-shipment .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
  .sales-order-creditmemo .order-details-items .table-wrapper.order-items-shipment .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
  .sales-order-view .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
  .sales-order-invoice .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
  .sales-order-shipment .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer,
  .sales-order-creditmemo .order-details-items .table-wrapper.order-items-creditmemo .table:not(.cart):not(.totals) > tfoot > tr .order-items-footer {
    max-width: 320px;
    float: right;
  }
  .sales-order-view .order-details-items.shipments .table:not(.cart):not(.totals) > tbody > tr:last-child,
  .sales-order-invoice .order-details-items.shipments .table:not(.cart):not(.totals) > tbody > tr:last-child,
  .sales-order-shipment .order-details-items.shipments .table:not(.cart):not(.totals) > tbody > tr:last-child,
  .sales-order-creditmemo .order-details-items.shipments .table:not(.cart):not(.totals) > tbody > tr:last-child {
    border-bottom: 0;
  }
  .sales-order-view .order-details-items.shipments .table:not(.cart):not(.totals) > tbody > tr:last-child > td,
  .sales-order-invoice .order-details-items.shipments .table:not(.cart):not(.totals) > tbody > tr:last-child > td,
  .sales-order-shipment .order-details-items.shipments .table:not(.cart):not(.totals) > tbody > tr:last-child > td,
  .sales-order-creditmemo .order-details-items.shipments .table:not(.cart):not(.totals) > tbody > tr:last-child > td {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sales-order-view .order-details-items.shipments .table:not(.cart):not(.totals) .col.name,
  .sales-order-invoice .order-details-items.shipments .table:not(.cart):not(.totals) .col.name,
  .sales-order-shipment .order-details-items.shipments .table:not(.cart):not(.totals) .col.name,
  .sales-order-creditmemo .order-details-items.shipments .table:not(.cart):not(.totals) .col.name {
    width: 50%;
  }
  .sales-order-view .order-details-items.shipments .table:not(.cart):not(.totals) .col.sku,
  .sales-order-invoice .order-details-items.shipments .table:not(.cart):not(.totals) .col.sku,
  .sales-order-shipment .order-details-items.shipments .table:not(.cart):not(.totals) .col.sku,
  .sales-order-creditmemo .order-details-items.shipments .table:not(.cart):not(.totals) .col.sku {
    width: 30%;
  }
  .sales-order-view .order-details-items.shipments .table:not(.cart):not(.totals) .col.qty,
  .sales-order-invoice .order-details-items.shipments .table:not(.cart):not(.totals) .col.qty,
  .sales-order-shipment .order-details-items.shipments .table:not(.cart):not(.totals) .col.qty,
  .sales-order-creditmemo .order-details-items.shipments .table:not(.cart):not(.totals) .col.qty {
    text-align: center;
  }
  .sales-order-view .block.proofprint-cointainer .control,
  .sales-order-invoice .block.proofprint-cointainer .control,
  .sales-order-shipment .block.proofprint-cointainer .control,
  .sales-order-creditmemo .block.proofprint-cointainer .control {
    max-width: 510px;
  }
  .shipping-tracking-popup .page-main {
    padding-left: 90px;
    padding-right: 90px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .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;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .opc-wrapper .form-discount {
    max-width: 500px;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .wishlist-index-index .products-grid .product-items .product-item {
    padding: 10px 10px 15px 10px;
  }
  .wishlist-index-index .products-grid .product-item {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    margin-left: 20px;
    padding: 0px;
    width: calc((100% - 40px) / 3);
  }
  .wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .wishlist-index-index .products-grid .product-item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  .social-share .social-share-title:hover span {
    text-decoration: underline;
  }
  .social-share .social-share-items .rewardssocial-buttons .buttons-fb-share:hover,
  .social-share .social-share-items .rewardssocial-buttons .buttons-twitter-like:hover {
    border-color: #000000;
  }
  .bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
  }
  .bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-mp-login-content {
    width: 100%;
    margin: 0 auto;
    max-width: 580px;
  }
  .bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-signup-step-personal-info,
  .bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .wk-signup-step-final {
    padding-bottom: 40px;
  }
  .bixbox-b2bmarketplace-create .bixbox-b2bmarketplace-create-wrapper .bixbox-b2bmarketplace-create-main .file-uploader-area label {
    padding: 7px 20px;
  }
  .bixbox-b2bmarketplace-supplier-login-wrapper {
    min-height: 100vh;
    background-size: cover;
  }
  .bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main {
    max-width: 1050px;
  }
  .bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-banner,
  .bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-section {
    width: 50%;
    background-color: #ffffff;
    padding: 50px;
  }
  .bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-banner .bixbox-login-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    color: #00491e;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
  .bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-section {
    padding-left: 20px;
  }
  .bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-section .page-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    color: #00491e;
    letter-spacing: 0;
  }
  .bixbox-b2bmarketplace-supplier-login-wrapper .bixbox-b2bmarketplace-supplier-login-main .bixbox-b2bmarketplace-supplier-login-content .bixbox-b2bmarketplace-supplier-login-section .wk-supplier-login .bixbox-b2bmarketplace-signup-link {
    text-align: left;
  }
  .account[class*=' marketplace-'] .order-items .table thead tr th,
  .account[class*=' marketplace-'] .order-items .table tbody tr th,
  .account[class*=' marketplace-'] .order-items .table thead tr td,
  .account[class*=' marketplace-'] .order-items .table tbody tr td {
    text-align: left;
  }
  .account[class*=' marketplace-'] .order-items .table thead tr th:first-child,
  .account[class*=' marketplace-'] .order-items .table tbody tr th:first-child,
  .account[class*=' marketplace-'] .order-items .table thead tr td:first-child,
  .account[class*=' marketplace-'] .order-items .table tbody tr td:first-child {
    border-left: 0;
  }
  .account[class*=' marketplace-'] .order-items .table thead tr th:last-child,
  .account[class*=' marketplace-'] .order-items .table tbody tr th:last-child,
  .account[class*=' marketplace-'] .order-items .table thead tr td:last-child,
  .account[class*=' marketplace-'] .order-items .table tbody tr td:last-child {
    border-right: 0;
    text-align: right;
  }
  .account[class*=' marketplace-'] .order-items .table:not(.cart):not(.totals):not(.additional-attributes) td:last-child {
    padding-right: 0;
  }
  .marketplace-transaction-history .wk-mp-tr-amount-wrapper .wk-mp-tr-amount-total-desc {
    padding-left: 40px;
  }
  .mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-actions-wrap .admin__action-dropdown-wrap {
    margin-left: 10px;
  }
  .mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters div.admin__form-field {
    width: 50%;
    display: inline-block;
  }
  .mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters fieldset.admin__form-field {
    width: 100%;
  }
  .mprmasystem-customer-allrma .admin__data-grid-header .admin__data-grid-header-row:not(.row-gutter) .admin__data-grid-filters-wrap .admin__data-grid-filters .admin__form-field .admin__form-field {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
  }
  .mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid .data-grid-th:first-child {
    width: 22%;
  }
  .mprmasystem-customer-allrma .admin__data-grid-wrap .data-grid .data-grid-th:last-child {
    width: 18%;
  }
  .mprmasystem-customer-rma .rma-return-images #preview {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mprmasystem-customer-rma .rma-return-images #preview .wk-showcase-block {
    max-width: 148px;
  }
  .mprmasystem-customer-rma .rma-return-images #preview .wk-showcase-block img {
    object-fit: cover;
  }
  .mprmasystem-customer-rma .rma-return-order-details .wk_new_rma_form .fieldset .field.rma-order-id,
  .mprmasystem-customer-rma .rma-return-order-details .wk_new_rma_form .fieldset .field.rma-status {
    margin-bottom: 50px;
  }
  .mprmasystem-customer-rma .rma-return-order-details .wk_new_rma_form .fieldset .field.rma-resolution {
    margin-bottom: 0;
  }
  .mprmasystem-customer-rma .rma-returned-items .wk-table-wrapper .table:not(.cart):not(.totals) > thead > tr > th {
    border-top: 0;
    padding-top: 0;
  }
  .mprmasystem-customer-rma .rma-returned-items .wk-table-wrapper .table:not(.cart):not(.totals) > tbody > tr > td {
    border-top: 0;
    border-bottom: 0;
  }
  .mprmasystem-customer-rma .rma-returned-items .wk-table-wrapper .table:not(.cart):not(.totals) thead th {
    width: 17.66%;
  }
  .mprmasystem-customer-rma .rma-returned-items .wk-table-wrapper .table:not(.cart):not(.totals) thead th:first-child {
    width: 25%;
  }
  .mprmasystem-customer-rma .rma-returned-items .wk-table-wrapper .table:not(.cart):not(.totals) thead th:last-child {
    width: 22%;
  }
  .mprmasystem-customer-rma .rma-submit-comment {
    margin-bottom: 20px;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset.wk-mprma-fieldset .field.wk-orders,
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset.wk-mprma-fieldset .field.wk-resolution-field {
    max-width: 510px;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset.wk-mprma-fieldset .field.comment-box .control {
    max-width: 510px;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-order-items-container {
    overflow-x: auto;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-order-items-container .table-order-wrapper {
    width: 942px;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table .col:nth-child(1) {
    width: 3%;
    padding-right: 0;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table .col:nth-child(2) {
    width: 35%;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table .col:nth-child(3) {
    width: 15%;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table .col:nth-child(4) {
    width: 10%;
    min-width: auto;
    max-width: none;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table .col:nth-child(5) {
    width: 15%;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table .col:nth-child(6) {
    width: 25%;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table .col .order_qty {
    max-width: 100px;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-wrapper #orders-item-table .col .wk-reason {
    min-width: 150px;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 20px;
    width: calc((100% - 40px) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 20px;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 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;
  }
  .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;
  }
  .block.related .block-content .products-grid .product-items,
  .block.upsell .block-content .products-grid .product-items {
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .block.related .block-content .products-grid .product-items .product-item,
  .block.upsell .block-content .products-grid .product-items .product-item {
    transition: all 0.5s ease;
  }
  .block.related .block-content .products-grid .product-items .product-item:hover,
  .block.upsell .block-content .products-grid .product-items .product-item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  .product-main-details-wrapper {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    width: 100%;
    display: flex;
  }
  .product-info-details-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-info-details-wrapper .product.info.detailed {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    width: 100%;
  }
  .product.data.items > .item.content {
    margin-top: 60px;
    padding: 30px;
    border-color: #ebebeb;
  }
  .product.data.items > .item.title {
    margin-right: -1px;
  }
  .product.data.items > .item.title > .switch {
    border-color: #ebebeb;
    background-color: #f7f7f7;
    padding: 20px 35px;
  }
  .product.data.items > .item.title:not(.disabled) > .switch,
  .product.data.items > .item.title.active > .switch {
    padding-bottom: 20px;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:hover,
  .product.data.items > .item.title.active > .switch:hover,
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch:active {
    padding-bottom: 20px;
  }
  .product.data.items > .item.title.active > .switch {
    background-color: #ffffff;
  }
  .product.data.items > .item.title:not(.active) > .switch:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #ebebeb;
    left: 0;
  }
  .page-main > .page-title-wrapper .page-title {
    color: #00491e;
    font-weight: 700;
    line-height: 30px;
    font-size: 2.4rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  button,
  .primary-white {
    background-image: none;
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: 'Plus Jakarta Sans', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 11px 20px 12px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    min-height: 31px;
    text-transform: uppercase;
  }
  button:focus,
  .primary-white:focus,
  button:active,
  .primary-white:active {
    background: #00ca87;
    border: 1px solid #00ca87;
    color: #ffffff;
  }
  button:hover,
  .primary-white:hover {
    background: #ffffff;
    border: 1px solid #666666;
    color: #666666;
  }
  button.disabled,
  .primary-white.disabled,
  button[disabled],
  .primary-white[disabled],
  fieldset[disabled] button,
  fieldset[disabled] .primary-white {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
  }
  .logo {
    max-width: unset;
  }
  .page-header {
    top: -36px;
  }
  .page-header .header.panel {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
    height: 35px;
  }
  .page-header .header.panel .header.links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 200px);
  }
  .page-header .header.panel .header.links .link.login-merchant,
  .page-header .header.panel .header.links .link.register-merchant {
    display: none;
  }
  .page-header .header.panel .header.links .link.register-vendor {
    margin-left: 0;
  }
  .page-header .header.panel .header.links .link.register-vendor:before {
    display: none;
  }
  .page-header .header.panel .header.links a {
    line-height: 2rem;
  }
  .page-header .header.panel .header.links .contact-bock {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .page-header .header.panel .header.links .contact-bock li {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .page-header .header.panel .header.links .contact-bock li.help {
    display: none;
  }
  .page-header .header.panel .header.links .contact-bock li:before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 1px;
    margin-right: 5px;
    background-color: #00ca87;
  }
  .page-header .header.panel .header.links .contact-bock li.phone,
  .page-header .header.panel .header.links .contact-bock li.whatsapp {
    display: none;
  }
  .page-header .header.panel .header.links .contact-bock li.phone > a:before,
  .page-header .header.panel .header.links .contact-bock li.whatsapp > a:before {
    color: #ffffff;
  }
  .page-header .account-detail__content {
    top: 57px;
    left: -70px;
  }
  .header.content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header.content:before,
  .header.content:after {
    display: none;
  }
  .header.panel > .header.links > li {
    margin-left: 5px;
  }
  .header.panel > .header.links > li:before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 1px;
    margin-right: 5px;
    background-color: #00ca87;
  }
  .header.panel > .header.links > li:first-child:before {
    display: none;
  }
  .header.panel > .header.links a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .header.panel > .header.links a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  .header.panel > .header.links a * {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .block-search {
    width: 100%;
  }
  .block-search .control {
    padding: 0;
  }
  .block-search .action.search {
    padding: 0 0 0 20px;
  }
  .header-center.wrapper .block-search input {
    padding: 0 40px 0 20px;
  }
  .minicart-wrapper {
    display: flex;
    margin-left: 0;
  }
  .logo {
    margin-bottom: 0;
  }
  .nav-sections-item-content > .navigation ul li.link.compare {
    float: right;
    line-height: 25px;
    margin: 0;
    padding: 5px 12px;
  }
  .nav-sections-item-content > .navigation ul li.link.compare .action.compare {
    display: block;
    background-color: #00ca87;
    border: solid 1px #00ca87;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    line-height: 23px;
    padding: 0 13px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    display: inline-flex;
    text-decoration: none;
  }
  .nav-sections-item-content > .navigation ul li.link.compare .action.compare:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    content: "\e917";
    font-family: 'icomoon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections-item-content > .navigation ul li.link.compare .action.compare:hover:before {
    color: #ffffff;
  }
  .nav-sections-item-content > .navigation ul li.link.compare .action.compare:hover {
    border-color: #009665;
    background-color: #009665;
  }
  .header-left.wrapper .switcher-store {
    margin-left: 25px;
    height: 100%;
    display: inline-flex;
    text-decoration: none;
  }
  .header-left.wrapper .switcher-store:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: inherit;
    color: #ffffff;
    content: "\e933";
    font-family: 'icomoon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .header-left.wrapper .switcher-store:before {
    margin-right: 10px;
    color: #000000;
  }
  .header-left.wrapper .switcher-store > div {
    display: inline-block;
  }
  .header-left.wrapper .switcher-store strong.switcher-label {
    color: #707070;
    display: block;
  }
  .header-left.wrapper .switcher-store .switcher-options .switcher-trigger {
    color: #000000;
  }
  .header-right.wrapper {
    gap: 10px;
    margin-top: 13px;
  }
  .header-right.wrapper .header-my-account,
  .header-right.wrapper .header-inbox,
  .header-right.wrapper .header-quotation {
    flex-direction: column;
    justify-content: end;
  }
  .header-right.wrapper .minicart-wrapper .action.showcart {
    flex-direction: column;
  }
  .header-right.wrapper .minicart-wrapper .action.showcart .text {
    display: none;
  }
  .page-footer {
    border-top: 1px solid #ebebeb;
  }
  .page-footer .footer-main-content .footer-section {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-footer .footer-main-content .footer-section > div {
    flex-basis: calc(50% - 10px);
    order: 0;
  }
  .page-footer .footer-main-content .footer-section > div.menu-section {
    order: 1;
  }
  .footer.content .block.newsletter {
    float: unset;
    max-width: unset;
    width: 100%;
  }
  .footer.content .address-section > div {
    display: flex;
    align-items: flex-start;
  }
  .footer.content .address-section .help-whatsapp,
  .footer.content .address-section .help-phone {
    display: flex;
    justify-content: flex-start;
  }
  .footer.bottom > div {
    text-align: left;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    flex-direction: column;
  }
  .footer.bottom > div .copyright {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .footer.bottom > div .footer-payment {
    margin-bottom: 11px;
  }
  .footer .menu-section {
    border: 0 !important;
  }
  .footer .menu-section .title {
    border: 0;
    line-height: normal;
  }
  .footer .menu-section .title:after {
    display: none;
  }
  .footer .menu-section ul {
    max-height: unset;
    overflow: unset;
  }
  #html-body.cms-index-index div[data-content-type='row'] .pagebuilder-column-group {
    margin-left: 0;
    margin-right: 0;
  }
  #html-body.cms-index-index [data-pb-style=HMCXDO1] .pb-colum-tabs-navigation .pb-tabs-navigation button.slick-prev {
    left: 0;
  }
  #html-body.cms-index-index [data-pb-style=HMCXDO1] .pb-colum-tabs-navigation .pb-tabs-navigation button.slick-next {
    right: 0;
  }
  #html-body.cms-index-index [data-pb-style=HMCXDO1] div[data-content-type='tabs'] .tabs-navigation {
    margin-left: 0;
    margin-right: 0;
  }
  #html-body.cms-index-index [data-pb-style=HMCXDO1] div[data-content-type='tabs'] .slick-slider .slick-prev {
    left: 0;
  }
  #html-body.cms-index-index [data-pb-style=HMCXDO1] div[data-content-type='tabs'] .slick-slider .slick-next {
    right: 0;
  }
  .mobile-view {
    display: none !important;
  }
  .col-lg-10 .pagebuilder-column-line {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333% !important;
  }
  .col-lg-2 {
    width: calc(20% - 20px) !important;
  }
  .col-lg-3 {
    width: calc(25% - 5px) !important;
  }
  .col-lg-10 {
    width: calc(83.33333333% - 5px) !important;
  }
  .wk-supplier-profile-block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .wk-supplier-rating-big-container,
  .wk-supplier-profile-block,
  .wk-supplier-contact-block {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
  }
  .wk-supplier-collection-header-box,
  .wk-supplier-collection-container,
  .wk-mp-collection-container,
  .wk-supplier-menu-ul {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    padding-left: 33px;
    padding-right: 33px;
    width: 100%;
  }
  .wk-supplier-collection-header-box {
    display: flex;
    justify-content: space-between;
  }
  .wk-supplier-profile-block.wk-supplier-products-recently-added {
    margin-top: 0;
    margin-bottom: 50px;
    padding: 0;
    border: none;
  }
  .wk-supplier-aboutus-data div {
    gap: 30px 0;
    justify-content: space-around;
  }
  .wk-supplier-aboutus-data table > tbody > tr > td {
    padding: 10px 20px;
  }
  .page-products .products-grid .product-items.six-row .product-item {
    flex-basis: calc((100% - 40px) /3);
  }
  .wk-supplier-msg-top-right {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .wk-supplier-menu-li:first-child {
    padding-left: 0;
  }
  .wk-supplier-menu-li:last-child {
    padding-right: 0;
  }
}
@media all and (min-width: 769px), print {
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap {
    max-width: 600px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-header h1,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer {
    border: none;
    padding-top: 10px;
    text-align: left;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer button:not(:last-child),
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-right: 5px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer .action.cancel,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer .action.cancel {
    background: none;
    border: none;
    color: #00ca87;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap {
    max-width: 600px;
    width: 600px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .item-info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col-proposed-price {
    width: 95px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.item {
    width: 200px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.price,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.stock,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.qty,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.subtotal,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.discount {
    text-align: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.qty .input-text {
    text-align: center;
    width: 47px;
    margin-top: -5px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .actions-toolbar {
    text-align: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .actions-toolbar .primary {
    float: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer {
    border: none;
    padding-top: 10px;
    text-align: left;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-right: 5px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer .action.cancel {
    background: none;
    border: none;
    color: #00ca87;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext {
    font-weight: 700;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext span {
    display: block;
    font-weight: 400;
    padding-top: 10px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .actions-toolbar {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .actions-toolbar .primary .action {
    margin-right: 0;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .actions-toolbar .secondary {
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px), print {
  .cart-container {
    grid-template-columns: 1fr 420px;
  }
  .block.crosssell .products-grid .product-items {
    grid-template-columns: repeat(6, 1fr);
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-items {
    grid-template-columns: repeat(2, 1fr);
    padding-right: 28px;
  }
  .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;
  }
  .checkout-payment-method .payment-method-title > input#cc {
    top: 31px;
  }
  .checkout-payment-method .payment-method-title > .label[for="cc"]:before {
    top: 31px;
  }
  .checkout-payment-method .payment-method-title > .label[for="cc"]:after {
    top: 36px;
  }
  .checkout-payment-method .payment-method-title > .label > .xendit-payment-icon-list {
    display: inline-block;
    margin-top: 0;
    width: auto;
  }
  .checkout-payment-method .payment-method-title > .label > .xendit-payment-icon-list .xendit-payment-icon {
    float: right;
  }
  .checkout-payment-method .payment-method-title > .label > .xendit-payment-icon-list .xendit-payment-icon:first-child {
    margin-right: 0;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .checkout-payment-method .payment-option-content .form.form-discount {
    flex-direction: inherit;
    max-width: inherit;
  }
  .checkout-payment-method .payment-option-content .form.form-discount .payment-option-inner {
    width: 100%;
    max-width: 340px;
    padding-right: 10px;
    margin-bottom: 0;
  }
  .checkout-payment-method .payment-option-content .form.form-discount .actions-toolbar {
    width: calc(100% - 380px);
  }
  .compare-quotation .quote-table-comparison.quote-count-2 {
    width: 100%;
  }
  .account.negotiable_quote-quote-view .quote-view-buttons .action.send-for-review {
    margin-bottom: 0;
  }
  .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;
    display: flex;
    flex-wrap: wrap;
  }
  .page-products .products-grid .product-item {
    margin-left: 20px;
    padding: 0;
    width: calc((100% - 60px) / 4);
    margin-bottom: 1.7em;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 20px;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products .products-grid .product-item .product-item-name {
    margin-bottom: 10px;
  }
  .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;
  }
  .product-main-details-wrapper .product-info-main .product-add-form .specform-details .link-new-form-area {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
  .catalog-product-view.page-layout-1column .product-main-details {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .catalog-product-view.page-layout-1column .product-info-main {
    width: calc(100% - 510px);
    padding-left: 40px;
  }
  .header .header-right .quotation .header-quotation.quotes-available:after {
    right: 16px;
  }
  .quote-comments-block .comments-block-list .comments-block-item {
    max-width: 620px;
  }
  .quote-comments-block .comments-block-list .comments-block-item:nth-child(odd) {
    float: right;
  }
  .quote-comments-block .comments-block-list .comments-block-item:nth-child(even) {
    float: left;
  }
  .field-date .control .sub-label,
  .field-order-total .control .sub-label {
    width: 20%;
  }
  .field-date .control input,
  .field-order-total .control input {
    width: 55%;
  }
  .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
    margin-top: .6rem;
  }
  .grid-content {
    padding: 0 !important;
  }
  .sales-order-view .order-details-items.shipments > .order-title a.print-all,
  .sales-order-invoice .order-details-items.shipments > .order-title a.print-all,
  .sales-order-shipment .order-details-items.shipments > .order-title a.print-all,
  .sales-order-creditmemo .order-details-items.shipments > .order-title a.print-all {
    border-right: 0;
    margin-right: 0;
  }
  .sales-order-view .order-details-items.shipments > .order-title a.track,
  .sales-order-invoice .order-details-items.shipments > .order-title a.track,
  .sales-order-shipment .order-details-items.shipments > .order-title a.track,
  .sales-order-creditmemo .order-details-items.shipments > .order-title a.track {
    float: right;
  }
  .sales-order-view .column.main .block:not(.widget).block-order-details-view .block-content,
  .sales-order-invoice .column.main .block:not(.widget).block-order-details-view .block-content,
  .sales-order-shipment .column.main .block:not(.widget).block-order-details-view .block-content,
  .sales-order-creditmemo .column.main .block:not(.widget).block-order-details-view .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sales-order-view .column.main .block:not(.widget).block-order-details-view .block-content > .box,
  .sales-order-invoice .column.main .block:not(.widget).block-order-details-view .block-content > .box,
  .sales-order-shipment .column.main .block:not(.widget).block-order-details-view .block-content > .box,
  .sales-order-creditmemo .column.main .block:not(.widget).block-order-details-view .block-content > .box {
    width: 25%;
    float: none;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .wishlist-index-index .products-grid .product-items .product-item {
    padding: 10px 10px 15px 10px;
  }
  .wishlist-index-index .products-grid .product-item {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    margin-left: 20px;
    padding: 0;
    width: calc((100% - 60px) / 4);
    margin-bottom: 1.7em;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 20px;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .wishlist-index-index .products-grid .product-item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  .wishlist-index-index .products-grid .product-item:hover > .product-item-info > .product-item-inner > .product-item-actions {
    display: block;
  }
  .marketplace-transaction-history .wk-mp-tr-amount-wrapper .wk-mp-tr-amount-total {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .marketplace-transaction-history .wk-mp-tr-amount-wrapper .wk-mp-tr-amount-total-desc {
    padding-left: 40px;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 20px;
    width: calc((100% - 100px) / 6);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 20px;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(6n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.related .block-content .products-grid .product-items,
  .block.upsell .block-content .products-grid .product-items {
    grid-template-columns: repeat(6, 1fr);
  }
  .product-info-details-wrapper {
    margin: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .product-info-details-wrapper:before {
    left: -100%;
    right: -100%;
  }
  .page-header .header.panel .header.links .contact-bock li.phone,
  .page-header .header.panel .header.links .contact-bock li.whatsapp {
    display: inline-block;
  }
  .panel.wrapper .header.panel > .header.links > li {
    margin-left: 10px;
  }
  .header-right.wrapper {
    gap: 30px;
  }
  .header-right.wrapper .header-my-account,
  .header-right.wrapper .header-inbox,
  .header-right.wrapper .header-quotation {
    font-size: 12px;
    justify-content: center;
    gap: 11px;
  }
  .header-right.wrapper .minicart-wrapper .action.showcart {
    font-size: 12px;
    justify-content: center;
    gap: 11px;
  }
  .header-right.wrapper .minicart-wrapper .action.showcart .text {
    display: block;
    clip: unset;
    height: auto;
    width: auto;
    position: relative;
    margin: 0;
  }
  .header-left.wrapper .switcher-store {
    margin-left: 37px;
  }
  .header-left.wrapper #switcher-store-trigger.switcher-trigger strong span {
    width: auto;
  }
  .page-footer .footer-main-content .footer-section > div {
    flex-basis: calc(25% - 20px);
    order: unset;
  }
  .page-footer .footer-main-content .footer-section > div.menu-section {
    order: unset;
  }
  .footer.content .block.newsletter {
    float: unset;
    max-width: unset;
    width: 100%;
  }
  .footer.bottom > div {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
  }
  .footer.bottom > div .copyright {
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer.bottom > div .footer-payment {
    margin-bottom: 0;
    padding: 13px 0 9px;
  }
  .wk-supplier-aboutus-data div {
    justify-content: space-between;
    column-gap: unset;
  }
  .wk-supplier-aboutus-data div img {
    max-width: calc(25% - 15px);
  }
  .page-products .products-grid .product-items.six-row .product-item {
    flex-basis: calc((100% - 100px) /6);
  }
}
@media all and (min-width: 1340px), print {
  .block.crosssell .products-grid .product-items .product-item .product-item-info .product-image-photo {
    width: 100%;
    height: 180px;
    object-fit: contain;
  }
  .financial-information-index .kemana-credit-limit .kemana-credit-limit-companies .credit-limit-items-wrapper .table-wrapper {
    width: 100%;
  }
  .account.negotiable_quote-quote-view .product.data.items > .item.content.quote-table #quote-items {
    width: 100%;
  }
  .account.specform-index-index .table.specification-form-orders .col.id {
    width: 5%;
  }
  .account.specform-index-index .table.specification-form-orders .col.title {
    width: 30%;
  }
  .account.specform-index-index .table.specification-form-orders .col.category {
    width: 15%;
  }
  .account.specform-index-index .table.specification-form-orders .col.model {
    width: 22%;
  }
  .account.specform-index-index .table.specification-form-orders .col.action {
    width: 28%;
  }
  .product-main-details-wrapper .product-info-main .product-add-form .specform-details .link-new-form-area {
    width: auto;
    padding-left: 10px;
    padding-top: 38px;
  }
  .sales-order-view .order-details-items .table-wrapper,
  .sales-order-invoice .order-details-items .table-wrapper,
  .sales-order-shipment .order-details-items .table-wrapper,
  .sales-order-creditmemo .order-details-items .table-wrapper {
    width: 100%;
  }
  .mprmasystem-customer-newrma .wk-mprma-container .fieldset .table-order-items-container .table-order-wrapper {
    width: 100%;
  }
}
@media all and (min-width: 1440px), print {
  .compare-quotation {
    width: 100%;
    margin-right: 0;
  }
  .compare-quotation .quote-table-comparison.quote-count-3 {
    width: 100%;
  }
  .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;
  }
  .nav-sections-item-content > .navigation ul {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer.content .newsletter-section .social {
    margin-right: 20px;
  }
  .footer.bottom > div {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    padding-left: 33px;
    padding-right: 33px;
    width: auto;
  }
  #html-body.cms-index-index div[data-content-type='row'] .pagebuilder-column-group {
    margin-left: -10px;
    margin-right: -10px;
  }
  #html-body.cms-index-index [data-pb-style=HMCXDO1] .pb-colum-tabs-navigation .pb-tabs-navigation button.slick-prev {
    left: -10px;
  }
  #html-body.cms-index-index [data-pb-style=HMCXDO1] .pb-colum-tabs-navigation .pb-tabs-navigation button.slick-next {
    right: -10px;
  }
  #html-body.cms-index-index [data-pb-style=HMCXDO1] div[data-content-type='tabs'] .tabs-navigation {
    margin-left: -1px;
    margin-right: -1px;
  }
  #html-body.cms-index-index [data-pb-style=HMCXDO1] div[data-content-type='tabs'] .slick-slider .slick-prev {
    left: -10px;
  }
  #html-body.cms-index-index [data-pb-style=HMCXDO1] div[data-content-type='tabs'] .slick-slider .slick-next {
    right: -10px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    padding-left: 33px;
    padding-right: 33px;
    width: 100%;
  }
  body.account.marketplace-account-dashboard .page-header .header.panel {
    max-width: 100%;
    padding-right: 2rem;
  }
  body.account.marketplace-account-dashboard .page-header .panel.wrapper .switcher {
    margin-right: 0;
  }
}
