/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #999999;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
/*
 * Shipper HQ
 *
 * @category ShipperHQ
 * @package ShipperHQ_Calendar
 * @copyright Copyright (c) 2020 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @author ShipperHQ Team sales@shipperhq.com
 */
.shq-calendar-box,
.form.methods-shipping select.shq-timeslot-drop {
  background-position: 10px 12px, right 16px;
  background-repeat: no-repeat;
  background-size: 18px, 22px 12px;
  padding: 10px 28px 10px 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #4a90e2;
  color: #ffffff;
  border-radius: 3px;
  min-height: 42px;
  line-height: 22px;
  font-size: 13px;
  transition: all 0.4s ease;
}
.shq-calendar-box:hover,
.form.methods-shipping select.shq-timeslot-drop:hover {
  background-color: #3074c4;
  cursor: pointer;
}
.form.methods-shipping select.shq-timeslot-drop option {
  background-color: #ffffff;
  color: #333333;
  margin-top: 5px;
  margin-bottom: 5px;
}
.shq-calendar-box {
  position: relative;
  background-image: url('../ShipperHQ_Calendar/images/ico-cal.svg'), url('../ShipperHQ_Calendar/images/ico-dn.svg');
}
.form.methods-shipping select.shq-timeslot-drop {
  border: none;
  margin-top: 0;
  background-image: url('../ShipperHQ_Calendar/images/ico-time.svg'), url('../ShipperHQ_Calendar/images/ico-dn.svg');
}
.shq-calendar-change {
  position: absolute;
  top: 14px;
  left: 10px;
}
.shq-calendar-change .ui-datepicker-trigger:before {
  color: #ffffff;
  font-size: 20px;
}
.shq_datepicker_inline {
  position: relative;
}
.shq_datepicker_inline .ui-datepicker-inline {
  position: absolute;
  display: block;
  top: 44px;
  width: 49%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .shq_datepicker_inline .ui-datepicker-inline {
    width: 100%;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@font-face {
  font-family: 'tp-icon';
  src: url('../../../../../frontend/Totalpack/tp-theme/default/fonts/tp-icon.eot?g9r8s0');
  src: url('../../../../../frontend/Totalpack/tp-theme/default/fonts/tp-icon.eot?g9r8s0#iefix') format('embedded-opentype'), url('../../../../../frontend/Totalpack/tp-theme/default/fonts/tp-icon.ttf?g9r8s0') format('truetype'), url('../../../../../frontend/Totalpack/tp-theme/default/fonts/tp-icon.woff?g9r8s0') format('woff'), url('../../../../../frontend/Totalpack/tp-theme/default/fonts/tp-icon.svg?g9r8s0#tp-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.tp-,
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tp-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrow-up:before {
  content: "\e903";
}
.icon-cart:before {
  content: "\e904";
}
.icon-cart-add:before {
  content: "\e905";
}
.icon-check:before {
  content: "\e906";
}
.icon-close:before {
  content: "\e907";
}
.icon-coin:before {
  content: "\e908";
}
.icon-credit-card:before {
  content: "\e909";
}
.icon-edit:before {
  content: "\e90a";
}
.icon-facebook:before {
  content: "\e90b";
}
.icon-faq:before {
  content: "\e90c";
}
.icon-hamburger-menu:before {
  content: "\e90d";
}
.icon-home:before {
  content: "\e90e";
}
.icon-instagram:before {
  content: "\e90f";
}
.icon-linkedin:before {
  content: "\e910";
}
.icon-minus:before {
  content: "\e911";
}
.icon-no-user:before {
  content: "\e912";
}
.icon-phone-forward:before {
  content: "\e913";
}
.icon-plus:before {
  content: "\e914";
}
.icon-pms:before {
  content: "\e915";
}
.icon-remove:before {
  content: "\e916";
}
.icon-save:before {
  content: "\e917";
}
.icon-search:before {
  content: "\e918";
}
.icon-star-empty:before {
  content: "\e919";
}
.icon-star-full:before {
  content: "\e91a";
}
.icon-twitter:before {
  content: "\e91b";
}
.icon-update:before {
  content: "\e91c";
}
.icon-upload:before {
  content: "\e91d";
}
.icon-user:before {
  content: "\e91e";
}
.icon-wishlist:before {
  content: "\e91f";
}
.icon-yelp:before {
  content: "\e920";
}
.icon-youtube:before {
  content: "\e921";
}
.icon-wishlist:before {
  content: "\e91f";
}
.icon-yelp:before {
  content: "\e920";
}
.icon-youtube:before {
  content: "\e921";
}
.hide-styles {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.show-hidden {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: visible;
  position: initial;
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #bbbbbb;
  border-radius: 0px;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444444;
  height: 38px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #f8f8f8;
  color: #bbbbbb;
  text-align: center;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbbbbb;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #888888;
}
.selectric-hover .selectric {
  border-color: #a2a2a2;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #a2a2a2;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  *font-family: a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #a2a2a2;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.selectric-wrapper select {
  padding: 0 12px;
  width: 100%;
  min-height: 43px;
  height: 38px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  font-style: normal;
  color: #191919;
  background-color: #fff;
  border: 1px solid #c1c2c5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-clip: border-box;
}
.selectric-wrapper .selectric {
  padding: 0 12px;
  width: 100%;
  height: 38px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  font-style: normal;
  color: #191919;
  background-color: #fff;
  border: 1px solid #c1c2c5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-clip: border-box;
}
.selectric-wrapper .selectric > .button {
  height: 36px;
  font-size: 0rem;
  background-color: transparent;
}
.selectric-wrapper .selectric > .button:after {
  width: 30px;
  height: 30px;
  content: '';
  position: absolute;
  content: "\e900";
  font-family: 'tp-icon';
  font-size: 2rem;
  line-height: 3rem;
  font-weight: normal;
  color: #c1c2c5;
  bottom: initial;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.selectric-wrapper .selectric > span.label {
  margin: 0 !important;
  padding: 8px 0;
  font-size: 1.4rem !important;
  line-height: 2rem !important;
  font-weight: 400 !important;
}
.selectric-wrapper .selectric > span.label .default {
  color: #c1c2c5;
}
.selectric-wrapper .selectric > span.label:before,
.selectric-wrapper .selectric > span.label:after {
  display: none;
}
.selectric-wrapper.selectric-open {
  z-index: 99;
}
.selectric-wrapper.selectric-open .selectric {
  border-bottom: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectric-wrapper.selectric-open .selectric > .button:after {
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.selectric-wrapper.selectric-focus .selectric {
  border-color: #0098ff;
}
.selectric-wrapper .selectric-items {
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(25, 25, 25, 0.3);
  -moz-box-shadow: 0 4px 14px 0 rgba(25, 25, 25, 0.3);
  box-shadow: 0 4px 14px 0 rgba(25, 25, 25, 0.3);
}
.selectric-wrapper .selectric-items .selectric-scroll {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  /* Define the scrollbar style */
  /* Define the track style */
  /* Define the thumb style */
}
.selectric-wrapper .selectric-items .selectric-scroll::-webkit-scrollbar {
  width: 5px;
  height: 0;
}
.selectric-wrapper .selectric-items .selectric-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.selectric-wrapper .selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
  background: #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.selectric-wrapper .selectric-items .selectric-scroll::-webkit-scrollbar-thumb:hover {
  background: #004b7e;
  cursor: pointer;
}
.selectric-wrapper .selectric-items ul {
  background-color: #ffffff;
  border: none;
  overflow: hidden;
}
.selectric-wrapper .selectric-items li {
  padding: 4px 40px 4px 10px;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: left;
  color: #191919;
}
.selectric-wrapper .selectric-items li:nth-child(odd) {
  background-color: #f5f5fa;
}
.selectric-wrapper .selectric-items li.selected,
.selectric-wrapper .selectric-items li.highlighted {
  color: #ffffff;
  background-color: #004b7e;
}
.selectric-wrapper .selectric-items li:hover {
  color: #ffffff;
  background-color: #006bb4;
}
.field._error .selectric-wrapper .selectric {
  border-color: #eb002a;
}
form {
  width: 100%;
}
/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select,
  select:focus,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select,
  select:focus,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
  select,
  select:focus,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
  select,
  select:focus,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill {
  border: 1px solid #006bb4;
  -webkit-text-fill-color: #006bb4;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
/* INPUTS */
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  width: 100%;
  height: 38px;
  padding: 0 12px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #191919;
  background-color: #fff;
  border: 1px solid #c1c2c5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-clip: border-box;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
  text-transform: none;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
  text-transform: none;
  opacity: 1;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
  text-transform: none;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
  text-transform: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
  color: #191919;
  border-color: #0098ff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled,
input[type="text"].disabled,
input[type="password"].disabled,
input[type="url"].disabled,
input[type="tel"].disabled,
input[type="search"].disabled,
input[type="number"].disabled,
input[type="datetime"].disabled,
input[type="email"].disabled {
  background-color: #d8d9dc;
  border: 1px solid #c1c2c5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
input[type="text"].mage-error,
input[type="password"].mage-error,
input[type="url"].mage-error,
input[type="tel"].mage-error,
input[type="search"].mage-error,
input[type="number"].mage-error,
input[type="datetime"].mage-error,
input[type="email"].mage-error {
  border: 1px solid #eb002a;
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="checkbox"] {
  position: initial;
  margin: 0;
  padding: 0;
  height: 2rem;
  width: 2rem;
  background-color: #fff;
  border: 1px solid #c1c2c5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="checkbox"]:hover {
  border: 2px solid #004b7e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="checkbox"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="checkbox"]:before {
  display: inline-block;
  padding: 0 0 0 2px;
  margin: -1px 0 0;
  content: "\e906";
  font-family: 'tp-icon';
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: normal;
  color: #ffffff;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
input[type="checkbox"]:checked {
  background-color: #0098ff;
  border: 1px solid #0098ff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="checkbox"]:checked:before {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border: 1px solid #c1c2c5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
input[type="checkbox"].mage-error {
  border: 1px solid #eb002a;
}
input[type="radio"] {
  margin: 0;
  padding: 0;
  height: 2rem;
  width: 2rem;
  background-color: #fff;
  border: 1px solid #c1c2c5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="radio"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="radio"]:hover {
  border: 2px solid #004b7e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="radio"]:checked {
  border: 6px solid #0098ff;
  animation: border-checked;
  animation-duration: 0.1s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: linear;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="radio"]:disabled,
input[type="radio"].disabled {
  background-color: #d8d9dc;
  border: 1px solid #c1c2c5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
input[type="radio"].mage-error {
  border: 1px solid #eb002a;
}
@keyframes border-checked {
  0% {
    border-width: 1px;
  }
  100% {
    border-width: 6px;
  }
}
/* TEXTAREA */
textarea {
  width: 100%;
  max-width: 100%;
  padding: 8px 12px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #191919;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #c1c2c5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-clip: border-box;
  resize: vertical;
}
textarea::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
}
textarea:-moz-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
  opacity: 1;
}
textarea::-moz-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
}
textarea:focus,
textarea:not(:disabled):focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #0098ff;
  color: #191919;
}
textarea:disabled,
textarea.disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border: 1px solid #c1c2c5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
textarea.mage-error {
  border: 1px solid #eb002a;
}
/* SELECT */
select {
  width: 100%;
  height: 38px;
  padding: 0 12px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #191919;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #c1c2c5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-clip: border-box;
  resize: vertical;
}
select::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
  opacity: 0.3;
}
select:-moz-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
  opacity: 0.3;
  opacity: 1;
}
select::-moz-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
  opacity: 0.3;
  opacity: 1;
}
select:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
  opacity: 0.3;
}
select:focus,
select:not(:disabled):focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #0098ff;
  color: #191919;
}
select:disabled,
select.disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border: 1px solid #c1c2c5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
select.mage-error {
  border: 1px solid #eb002a;
}
input[type="file"] {
  position: relative;
  font-size: 0;
  width: 100%;
  background-color: #006bb4;
  border: 2px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"]::file-selector-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 400px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #006bb4;
  border: 2px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: solid transparent;
  -webkit-appearance: solid transparent;
  -moz-appearance: solid transparent;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  height: 40px;
  font-size: 0rem;
  border: none;
  cursor: pointer;
}
input[type="file"]::file-selector-button:hover {
  color: #004b7e;
  text-decoration: none;
  background-color: transparent;
  border-color: #004b7e;
}
input[type="file"]::file-selector-button:active,
input[type="file"]::file-selector-button:focus {
  color: #ffffff;
  background-color: #004b7e;
  border-color: #004b7e;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
input[type="file"]::file-selector-button.disabled,
input[type="file"]::file-selector-button:disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border-color: #c1c2c5;
}
input[type="file"]:after {
  content: '';
  position: absolute;
  content: "UPLOAD FILE";
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding-right: 25px;
}
input[type="file"]:before {
  content: '';
  position: absolute;
  content: "\e91d";
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-left: 109px;
  font-family: 'tp-icon';
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: normal;
  color: #ffffff;
}
input[type="file"]:hover {
  background-color: transparent;
  border-color: #004b7e;
}
input[type="file"]:hover:after,
input[type="file"]:hover:before {
  color: #004b7e;
}
input[type="file"]:active,
input[type="file"]:focus {
  background-color: #004b7e;
  border-color: #004b7e;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
input[type="file"]:active:after,
input[type="file"]:focus:after,
input[type="file"]:active:before,
input[type="file"]:focus:before {
  color: #ffffff;
}
input[type="file"].disabled,
input[type="file"]:disabled {
  background-color: #d8d9dc;
  border-color: #c1c2c5;
}
input[type="file"].disabled:after,
input[type="file"]:disabled:after,
input[type="file"].disabled:before,
input[type="file"]:disabled:before {
  color: #c1c2c5;
}
/* INPUT + BUTTON block */
.input-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.input-button-block > .field.newsletter,
.input-button-block > .field {
  flex-grow: 1;
}
.input-button-block > .field.newsletter input,
.input-button-block > .field input {
  height: 38px;
  padding: 0 115px 0 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.input-button-block > .actions,
.input-button-block > .actions-toolbar {
  width: 115px;
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  overflow: hidden;
}
.input-button-block > .actions button,
.input-button-block > .actions-toolbar button {
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #004b7e;
}
.input-button-block > .actions button:hover,
.input-button-block > .actions-toolbar button:hover {
  background-color: #006bb4;
}
.input-button-block > .actions button:active,
.input-button-block > .actions-toolbar button:active,
.input-button-block > .actions button:focus,
.input-button-block > .actions-toolbar button:focus {
  background-color: #006bb4;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
.input-button-block > .actions button:disabled,
.input-button-block > .actions-toolbar button:disabled,
.input-button-block > .actions button.disabled,
.input-button-block > .actions-toolbar button.disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
}
/* tooltip */
.field .control._with-tooltip input {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
/* error massage */
div.mage-error,
.field-error,
.message.error {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #eb002a;
  background: none;
}
div.mage-error > *:first-child:before,
.field-error > *:first-child:before,
.message.error > *:first-child:before {
  display: none;
}
div.mage-error:before,
.field-error:before,
.message.error:before {
  display: none;
}
.field._error .label {
  color: #eb002a !important;
}
.field._error .label:after {
  color: #eb002a !important;
}
.field._error .control input {
  border-color: #eb002a;
}
.block.widget.block-products-list {
  margin: 0;
  padding: 24px 0 12px;
}
.block.widget.block-products-list:last-child {
  padding: 24px 0 28px;
}
.block.widget.block-products-list .block-title {
  margin: 0 0 12px;
}
.block.widget.block-products-list .block-title,
.block.widget.block-products-list .block-title strong {
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #006bb4;
  text-align: center;
  text-transform: uppercase;
}
.block.widget.block-products-list .pager {
  display: none;
}
.block.widget.block-products-list .view-all button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 400px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #006bb4;
  border: 2px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: solid transparent;
  -webkit-appearance: solid transparent;
  -moz-appearance: solid transparent;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.block.widget.block-products-list .view-all button:hover {
  color: #004b7e;
  text-decoration: none;
  background-color: transparent;
  border-color: #004b7e;
}
.block.widget.block-products-list .view-all button:active,
.block.widget.block-products-list .view-all button:focus {
  color: #ffffff;
  background-color: #004b7e;
  border-color: #004b7e;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
.block.widget.block-products-list .view-all button.disabled,
.block.widget.block-products-list .view-all button:disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border-color: #c1c2c5;
}
.block.widget.block-products-list .products-grid,
.page-products .products-grid.grid {
  margin: 0;
}
.block.widget.block-products-list .products-grid .product-items,
.page-products .products-grid.grid .product-items {
  margin: 0 -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block.widget.block-products-list .products-grid .product-items .product-item,
.page-products .products-grid.grid .product-items .product-item {
  padding: 0 8px;
  margin: 0 0 28px !important;
  width: calc(50%);
}
.block.widget.block-products-list .products-grid .product-items .product-item-info,
.page-products .products-grid.grid .product-items .product-item-info {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  background: transparent;
}
.block.widget.block-products-list .products-grid .product-items .product-item-info:hover,
.page-products .products-grid.grid .product-items .product-item-info:hover,
.block.widget.block-products-list .products-grid .product-items .product-item-info.active,
.page-products .products-grid.grid .product-items .product-item-info.active {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0 auto;
  padding: 0;
}
.block.widget.block-products-list .products-grid .product-items .product-item-info:hover .product-item-name a,
.page-products .products-grid.grid .product-items .product-item-info:hover .product-item-name a,
.block.widget.block-products-list .products-grid .product-items .product-item-info.active .product-item-name a,
.page-products .products-grid.grid .product-items .product-item-info.active .product-item-name a {
  text-decoration: underline;
}
.block.widget.block-products-list .products-grid .product-items .product-item-info:hover .product-item-inner,
.page-products .products-grid.grid .product-items .product-item-info:hover .product-item-inner,
.block.widget.block-products-list .products-grid .product-items .product-item-info.active .product-item-inner,
.page-products .products-grid.grid .product-items .product-item-info.active .product-item-inner {
  display: none;
}
.block.widget.block-products-list .products-grid .product-items .product-item-info .product-item-inner,
.page-products .products-grid.grid .product-items .product-item-info .product-item-inner {
  display: none;
}
.block.widget.block-products-list .products-grid .product-items .product-item-info a.product-item-photo,
.page-products .products-grid.grid .product-items .product-item-info a.product-item-photo {
  display: block;
  background-color: #ffffff;
  margin-bottom: 8px;
  position: relative;
}
.block.widget.block-products-list .products-grid .product-items .product-item-info a.product-item-photo > *,
.page-products .products-grid.grid .product-items .product-item-info a.product-item-photo > * {
  vertical-align: top;
  width: 100% !important;
}
.block.widget.block-products-list .products-grid .product-items .product-item-info .product-image-wrapper,
.page-products .products-grid.grid .product-items .product-item-info .product-image-wrapper {
  padding-bottom: 100% !important;
}
.block.widget.block-products-list .products-grid .product-items .product-item-info .product-image-photo,
.page-products .products-grid.grid .product-items .product-item-info .product-image-photo {
  content: '';
  position: absolute;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.block.widget.block-products-list .products-grid .product-items .product-item-info .product-item-name,
.page-products .products-grid.grid .product-items .product-item-info .product-item-name {
  margin: 0 0 11px;
}
.block.widget.block-products-list .products-grid .product-items .product-item-info .product-item-name a,
.page-products .products-grid.grid .product-items .product-item-info .product-item-name a {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.179rem;
  font-weight: 400;
  color: #191919;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-height: 22px;
  max-height: calc(66px);
  min-height: calc(66px);
}
.block.widget.block-products-list .products-grid .product-items .product-item-info .product-item-name a:hover,
.page-products .products-grid.grid .product-items .product-item-info .product-item-name a:hover {
  text-decoration: none;
}
.block.widget.block-products-list .products-grid .product-items .product-item-info .price-box,
.page-products .products-grid.grid .product-items .product-item-info .price-box {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
.block.widget.block-products-list .products-grid .product-items .product-item-info .price-box .price,
.page-products .products-grid.grid .product-items .product-item-info .price-box .price,
.block.widget.block-products-list .products-grid .product-items .product-item-info .price-box .price-label,
.page-products .products-grid.grid .product-items .product-item-info .price-box .price-label {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #191919;
}
.block.widget.block-products-list .products-grid .product-items .product-item-info .minimal-price-link,
.page-products .products-grid.grid .product-items .product-item-info .minimal-price-link {
  margin: 0;
}
.block.widget.block-products-list .products-grid .product-items .product-item-info .minimal-price-link span:nth-child(2),
.page-products .products-grid.grid .product-items .product-item-info .minimal-price-link span:nth-child(2) {
  color: #006bb4;
}
.block.widget.block-products-list .products-grid .product-items .product-item-info .minimal-price-link:hover,
.page-products .products-grid.grid .product-items .product-item-info .minimal-price-link:hover {
  text-decoration: none;
}
.breadcrumbs {
  display: none;
}
.volume-pricing {
  align-self: end;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #191919;
}
.volume-pricing .volume-pricing.title {
  line-height: 3.7rem;
  font-weight: 700;
  color: #006bb4;
  text-decoration: underline;
}
.volume-pricing .volume-pricing.title:hover {
  text-decoration: none;
  cursor: pointer;
}
.volume-pricing .volume-pricing.title.active {
  text-decoration: none;
}
.volume-pricing .volume-pricing.title.active span:after {
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.volume-pricing .volume-pricing.title span {
  padding-right: 24px;
  position: relative;
}
.volume-pricing .volume-pricing.title span:after {
  content: '';
  position: absolute;
  content: "\e900";
  right: 0;
  top: 55%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'tp-icon';
  font-size: 2rem;
  color: #006bb4;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.volume-pricing .volume-pricing.content span {
  display: inline-block;
}
.volume-pricing .volume-pricing.content .prices-tier.items .price-wrapper .price,
.volume-pricing .volume-pricing.content .price-wrapper .price {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #191919;
}
body .cart-discount .block.discount {
  margin: 0;
  padding: 0;
}
body .cart-discount .block.discount .title {
  padding: 0;
  margin: 0 0 7px;
  border: none;
}
body .cart-discount .block.discount .title:after {
  display: none;
}
body .cart-discount .block.discount .title strong {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #006bb4;
  text-decoration: underline;
  padding-right: 24px;
  position: relative;
}
body .cart-discount .block.discount .title strong:after {
  content: '';
  position: absolute;
  content: "\e900";
  right: 0;
  top: 55%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'tp-icon';
  font-size: 2rem;
  color: #006bb4;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
body .cart-discount .block.discount .title:hover strong {
  text-decoration: none;
  cursor: pointer;
}
body .cart-discount .block.discount .title:hover strong:after {
  color: #006bb4;
}
body .cart-discount .block.discount.active .title {
  text-decoration: none;
}
body .cart-discount .block.discount.active .title strong:after {
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
body .cart-discount .block.discount .content {
  padding: 0;
}
body .cart-discount .block.discount .content .coupon-content-text {
  padding: 0;
  margin: 0 0 2px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #191919;
  text-transform: capitalize;
}
body .cart-discount .block.discount .content .input-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  position: relative;
}
body .cart-discount .block.discount .content .input-button-block > .field {
  margin: 0;
}
body .cart-discount .block.discount .content .input-button-block > .field input {
  padding: 0 76px 0 12px;
}
body .cart-discount .block.discount .content .input-button-block > .field input::-webkit-input-placeholder {
  font-size: 1.4rem;
}
body .cart-discount .block.discount .content .input-button-block > .field input:-moz-placeholder {
  font-size: 1.4rem;
  opacity: 1;
}
body .cart-discount .block.discount .content .input-button-block > .field input::-moz-placeholder {
  font-size: 1.4rem;
  opacity: 1;
}
body .cart-discount .block.discount .content .input-button-block > .field input:-ms-input-placeholder {
  font-size: 1.4rem;
}
body .cart-discount .block.discount .content .input-button-block .actions-toolbar {
  width: auto;
  min-width: 61px;
  height: 36px;
}
body .cart-discount .block.discount .content .input-button-block .actions-toolbar .primary {
  float: none;
  width: 100%;
  height: 100%;
}
body .cart-discount .block.discount .content .input-button-block .actions-toolbar button {
  padding: 0 10px;
  margin: 0;
  font-size: 1.4rem;
  line-height: 3.6rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #006bb4;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body .cart-discount .block.discount .content .input-button-block .actions-toolbar button:hover {
  background-color: #004b7e;
}
body .cart-discount .block.discount .content .input-button-block .actions-toolbar button:focus,
body .cart-discount .block.discount .content .input-button-block .actions-toolbar button:active {
  color: #ffffff;
  background-color: #004b7e;
  border: none;
}
body .payment-discount .discount-code {
  margin: 0;
  padding: 0;
}
body .payment-discount .discount-code .title {
  padding: 0;
  margin: 0 0 7px !important;
  border: none;
}
body .payment-discount .discount-code .title:after {
  display: none;
}
body .payment-discount .discount-code .title strong {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #0098ff;
  text-decoration: underline;
  padding-right: 24px;
  position: relative;
}
body .payment-discount .discount-code .title strong:after {
  content: '';
  position: absolute;
  content: "\e900";
  right: 0;
  top: 55%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'tp-icon';
  font-size: 2rem;
  color: #0098ff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
body .payment-discount .discount-code .title:hover strong {
  text-decoration: none;
  cursor: pointer;
}
body .payment-discount .discount-code .title:hover strong:after {
  color: #0098ff;
}
body .payment-discount .discount-code._active .title {
  text-decoration: none;
}
body .payment-discount .discount-code._active .title strong:after,
body .payment-discount .discount-code._active .title strong.action-toggle:after {
  content: "\e900";
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
body .payment-discount .discount-code .content {
  padding: 0;
}
body .payment-discount .discount-code .content .coupon-content-text {
  padding: 0;
  margin: 0 0 2px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #191919;
  text-transform: capitalize;
}
body .payment-discount .discount-code .content .input-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  position: relative;
}
body .payment-discount .discount-code .content .input-button-block > .field {
  margin: 0;
}
body .payment-discount .discount-code .content .input-button-block > .field input {
  padding: 0 60px 0 12px;
}
body .payment-discount .discount-code .content .input-button-block > .field input::-webkit-input-placeholder {
  font-size: 1.4rem;
}
body .payment-discount .discount-code .content .input-button-block > .field input:-moz-placeholder {
  font-size: 1.4rem;
  opacity: 1;
}
body .payment-discount .discount-code .content .input-button-block > .field input::-moz-placeholder {
  font-size: 1.4rem;
  opacity: 1;
}
body .payment-discount .discount-code .content .input-button-block > .field input:-ms-input-placeholder {
  font-size: 1.4rem;
}
body .payment-discount .discount-code .content .input-button-block .actions-toolbar {
  width: auto;
  min-width: 61px;
  height: 36px;
}
body .payment-discount .discount-code .content .input-button-block .actions-toolbar .primary {
  float: none;
  width: 100%;
  height: 100%;
}
body .payment-discount .discount-code .content .input-button-block .actions-toolbar .primary button {
  padding: 0 10px;
  margin: 0;
  font-size: 1.4rem;
  line-height: 3.6rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background-color: #006bb4;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
body .payment-discount .discount-code .content .input-button-block .actions-toolbar .primary button:hover {
  color: #ffffff;
  background-color: #004b7e;
  border: none;
}
body .payment-discount .discount-code .content .input-button-block .actions-toolbar .primary button:focus,
body .payment-discount .discount-code .content .input-button-block .actions-toolbar .primary button:active {
  color: #ffffff;
  background-color: #004b7e;
  border: none;
}
.page-header {
  margin: 0;
  padding: 24px 0 0;
  background-color: #004b7e;
  border: none;
}
.page-header .header.content {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 100;
}
.page-header .header-first {
  background-color: #006bb4;
}
.page-header .header-second {
  background-color: #004b7e;
}
.page-header .header-first,
.page-header .header-second {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header .header-first .header-container,
.page-header .header-second .header-container {
  padding: 0 15px;
  max-width: 1084px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.page-header .logo {
  float: none;
  display: block;
  margin: 0 0 24px 73px;
  width: 181px;
  height: 34px;
}
.page-header .logo img {
  width: 100%;
}
.page-header .logo-additional {
  display: none;
}
.page-header .number {
  width: 100%;
}
.page-header .number a {
  display: block;
  font-size: 2.3rem;
  line-height: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
.page-header .number a:hover {
  text-decoration: underline;
}
.page-header .header.links {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.page-header .header.links li.wishlist {
  display: none;
}
.page-header .header.links li {
  margin: 0;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.page-header .header.links li:after {
  content: '';
  position: absolute;
  right: -4px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "|";
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
}
.page-header .header.links li a {
  font-size: 1.6rem;
  line-height: 2.179rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: underline;
}
.page-header .header.links li a:hover {
  text-decoration: none;
}
.page-header .minicart-wrapper {
  margin: 0;
  float: none;
}
.page-header .minicart-wrapper a.action.showcart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-header .minicart-wrapper a.action.showcart:before {
  display: none;
}
.page-header .minicart-wrapper a.action.showcart:hover span.text {
  text-decoration: none;
}
.page-header .minicart-wrapper a.action.showcart span.text {
  overflow: visible;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2.179rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: underline;
}
.page-header .minicart-wrapper a.action.showcart span.counter {
  margin: 4px 0 0 4px;
  padding: 0 2px;
  width: auto;
  min-width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 700;
  color: #004b7e;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.page-header .minicart-wrapper a.action.showcart span.counter span {
  text-shadow: none;
}
.page-header .minicart-wrapper .block-minicart {
  margin: 0;
  top: 100%;
  padding: 34px 24px 24px;
  background-color: #f5f5fa;
  border: none;
  -webkit-box-shadow: 0 4px 14px 0 rgba(25, 25, 25, 0.3);
  -moz-box-shadow: 0 4px 14px 0 rgba(25, 25, 25, 0.3);
  box-shadow: 0 4px 14px 0 rgba(25, 25, 25, 0.3);
}
.page-header .minicart-wrapper .block-minicart:after {
  display: none;
}
.page-header .minicart-wrapper .block-minicart:before {
  left: 215px;
  top: -18px;
  border: 10px solid;
  border-color: transparent transparent #f5f5fa transparent;
}
.page-header .minicart-wrapper .block-minicart .block-content {
  position: relative;
}
.page-header .minicart-wrapper .block-minicart .block-content .action.close {
  content: '';
  position: absolute;
  right: 0;
  top: -26px;
  height: auto;
  width: auto;
  padding-right: 24px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #006bb4;
  text-transform: uppercase;
}
.page-header .minicart-wrapper .block-minicart .block-content .action.close:before {
  content: '';
  position: absolute;
  right: 4px;
  top: 2px;
  content: "\e907";
  font-family: 'tp-icon';
  font-size: 1.4rem;
  font-weight: 700;
  color: #006bb4;
}
.page-header .minicart-wrapper .block-minicart .block-content .action.close > span {
  overflow: visible;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
}
.page-header .minicart-wrapper .block-minicart .block-content .action.close:hover {
  color: #004b7e;
}
.page-header .minicart-wrapper .block-minicart .block-content .action.close:hover:before {
  color: #004b7e;
}
.page-header .minicart-wrapper .block-minicart .block-content .subtitle.empty {
  padding: 30px 0 50px;
  color: #191919;
}
.page-header .minicart-wrapper .block-minicart .block-content .items-total {
  float: none;
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 4.7rem;
  font-weight: 600;
  color: #000;
}
.page-header .minicart-wrapper .block-minicart .block-content .items-total .count {
  margin-right: 3px;
}
.page-header .minicart-wrapper .block-minicart .block-content .subtotal {
  margin: 5px 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  line-height: 21px;
}
.page-header .minicart-wrapper .block-minicart .block-content .subtotal .label:before,
.page-header .minicart-wrapper .block-minicart .block-content .subtotal .label:before {
  margin-left: -3px;
  margin-right: 2px;
}
.page-header .minicart-wrapper .block-minicart .block-content .subtotal .amount .price-wrapper:first-child .price {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
}
.page-header .minicart-wrapper .block-minicart .block-content .actions {
  margin: 0;
}
.page-header .minicart-wrapper .block-minicart .block-content .actions > .primary {
  margin: 0;
}
.page-header .minicart-wrapper .block-minicart .block-content .actions > .primary button {
  padding: 10px 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #006bb4;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.page-header .minicart-wrapper .block-minicart .block-content .actions > .primary button:before {
  margin-right: 8px;
  content: "\e905";
  font-family: 'tp-icon';
  font-size: 1.8rem;
  font-weight: normal;
  color: #ffffff;
}
.page-header .minicart-wrapper .block-minicart .block-content .actions > .primary button:after {
  margin-left: 8px;
  content: "\e900";
  font-family: 'tp-icon';
  font-size: 1.8rem;
  font-weight: normal;
  color: #ffffff;
}
.page-header .minicart-wrapper .block-minicart .block-content .actions > .primary button:hover {
  color: #004b7e;
  background-color: transparent;
  border-color: #004b7e;
}
.page-header .minicart-wrapper .block-minicart .block-content .actions > .primary button:hover:before,
.page-header .minicart-wrapper .block-minicart .block-content .actions > .primary button:hover:after {
  color: #004b7e;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  border: none;
  margin: 0 -15px 10px;
  padding: 0 15px;
  max-height: 60vh;
  /* Define the scrollbar style */
  /* Define the track style */
  /* Define the thumb style */
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 0;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb:hover {
  background: #004b7e;
  cursor: pointer;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li {
  margin: 0;
  padding: 16px 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product-item-photo {
  width: 100px;
  background-color: #ffffff;
  position: relative;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product-item-photo > * {
  vertical-align: top;
  width: 100% !important;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product-item-photo .product-image-wrapper {
  padding-bottom: 100% !important;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product-item-photo .product-image-photo {
  content: '';
  position: absolute;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product-item-details {
  padding-left: 109px;
  position: relative;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product-item-details .options span.toggle {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: #191919;
  position: relative;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product-item-details .options span.toggle:after {
  content: "\e900";
  font-family: 'tp-icon';
  font-size: 1.8rem;
  font-weight: normal;
  color: #006bb4;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product-item-details .options span.toggle:hover:after {
  color: #004b7e;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product-item-details .options.active span.toggle:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product-item-details .options .content {
  color: #191919;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product-item-name {
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 2.179rem;
  font-weight: 400;
  color: #191919;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 22px;
  max-height: calc(44px);
  min-height: calc(44px);
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product-item-name a {
  color: #191919;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product-item-pricing span {
  margin: 0;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product-item-pricing span.price {
  font-size: 1.6rem;
  line-height: 1.28rem;
  font-weight: 700;
  color: #191919;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .details-qty {
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .details-qty label {
  margin-right: 10px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #191919;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .details-qty input {
  width: 40px;
  height: 28px;
  padding: 0;
  border-color: #006bb4;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .details-qty button {
  display: block;
  width: 50px;
  height: 22px;
  padding: 0;
  margin-left: 5px;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #ffffff;
  text-transform: uppercase;
  vertical-align: middle;
  background: #006bb4;
  background-image: none;
  border: 1px solid #006bb4;
  z-index: 1;
  cursor: pointer;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .details-qty button:hover {
  color: #004b7e;
  background-color: #ffffff;
  border-color: #004b7e;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product.actions a {
  margin: 0;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product.actions a span {
  overflow: visible;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #006bb4;
  text-decoration: underline;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product.actions a:before {
  display: none;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product.actions a:hover span {
  text-decoration: none;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product.actions .primary {
  padding-right: 12px;
  position: relative;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product.actions .primary:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -2px;
  content: "|";
  font-size: 1.6rem;
  font-weight: 400;
  color: #006bb4;
}
.page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product.actions .secondary {
  padding-left: 12px;
}
.page-header .minicart-wrapper .block-minicart .block-content .actions .secondary a {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
}
.page-header .minicart-wrapper .block-minicart .block-content .actions .secondary a:hover {
  text-decoration: none;
}
.page-header .minicart-wrapper #minicart-widgets {
  margin: 0;
}
.page-header .block-search {
  float: none;
  flex-grow: 1;
}
.page-header .block-search .block-title {
  display: none;
}
.page-header .block-search .block-content {
  width: 100%;
  max-width: 416px;
}
.page-header .block-search .block-content form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.page-header .block-search .block-content form > .field.search {
  flex-grow: 1;
}
.page-header .block-search .block-content form > .field.search .control {
  border: none;
  margin: 0;
  padding: 0;
}
.page-header .block-search .block-content form > .field.search input {
  height: 38px;
  margin: 0;
  padding: 0 38px 0 12px;
  border-right: none;
  border-radius: 4px;
}
.page-header .block-search .block-content form > .field.search input::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
}
.page-header .block-search .block-content form > .field.search input:-moz-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
  opacity: 1;
}
.page-header .block-search .block-content form > .field.search input::-moz-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
  opacity: 1;
}
.page-header .block-search .block-content form > .field.search input:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
}
.page-header .block-search .block-content form > .actions button {
  display: block;
  position: static;
  padding: 0;
  height: 38px;
  width: 38px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  background-color: #006bb4;
  border: 1px solid #c1c2c5;
  border-left: none;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
}
.page-header .block-search .block-content form > .actions button span {
  display: none;
}
.page-header .block-search .block-content form > .actions button:before {
  display: inline-block;
  margin: 0;
  content: "\e918";
  font-family: 'tp-icon';
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: normal;
  color: #ffffff;
  vertical-align: top;
  overflow: hidden;
  speak: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-header .block-search .block-content form > .actions button:hover {
  background-color: #004b7e;
  border: 1px solid #c1c2c5;
  border-left: none;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.page-header .block-search .block-content form > .actions button:hover span {
  color: #ffffff;
}
.page-header .block-search .block-content form > .actions button.disabled,
.page-header .block-search .block-content form > .actions button:disabled,
.page-header .block-search .block-content form > .actions button[disabled] {
  opacity: 1;
  background-color: #d8d9dc;
  color: #c1c2c5;
}
.page-header .block-search .block-content form > .actions button.disabled:before,
.page-header .block-search .block-content form > .actions button:disabled:before,
.page-header .block-search .block-content form > .actions button[disabled]:before {
  color: #c1c2c5;
}
.page-header .block-search .block-content form.active > .actions button {
  border-color: #0098ff;
}
.page-header .block-search .block-content form.active > .actions button.disabled,
.page-header .block-search .block-content form.active > .actions button:disabled,
.page-header .block-search .block-content form.active > .actions button[disabled] {
  border-color: #0098ff;
}
.page-header .block-search .search-autocomplete {
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(25, 25, 25, 0.3);
  -moz-box-shadow: 0 4px 14px 0 rgba(25, 25, 25, 0.3);
  box-shadow: 0 4px 14px 0 rgba(25, 25, 25, 0.3);
}
.page-header .block-search .search-autocomplete ul {
  background-color: #ffffff;
  border: none;
  overflow: hidden;
}
.page-header .block-search .search-autocomplete li {
  padding: 4px 40px 4px 10px;
}
.page-header .block-search .search-autocomplete li:nth-child(odd) {
  background-color: #f5f5fa;
}
.page-header .block-search .search-autocomplete li.selected {
  background-color: #004b7e;
}
.page-header .block-search .search-autocomplete li.selected span {
  color: #ffffff;
}
.page-header .block-search .search-autocomplete li.selected span .amount {
  color: #999999;
}
.page-header .block-search .search-autocomplete li span {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .nav-sections .navigation ul li.level0 > a,
  li.level0.active > a,
  li.level0.has-active > a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.page-footer {
  background-color: #004b7e;
  padding: 30px 0;
  margin: 0;
}
.footer.content {
  padding-top: 0;
  border-top: none;
}
.footer h3 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 18px 0;
}
.footer-logo {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 22px;
}
.footer-description {
  display: none;
}
.footer .footer-links {
  margin-bottom: 35px;
}
.footer .footer-links ul.useful-links {
  padding: 0 18px;
  column-width: 140px;
  column-gap: 25px;
}
.footer .footer-links ul.useful-links li {
  padding: 0;
  margin-bottom: 12px;
}
.footer .footer-links ul.useful-links li a {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #ffffff;
  text-decoration: none;
}
.footer .footer-links ul.useful-links li a:hover {
  color: #f26101;
  text-decoration: none;
}
.footer .footer-links ul.useful-links li span {
  display: none;
}
.footer.content .payment-container {
  margin-bottom: 35px;
}
.footer.content .payment-container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.footer.content .payment-container li {
  height: 32px;
  padding-right: 10px;
}
.footer.content .payment-container li:last-child {
  padding-right: 0;
}
.footer.content .payment-container li img {
  max-height: 100%;
  width: auto;
}
.footer.content .social-container {
  width: 580px;
  max-width: 100%;
  margin: 0 auto 29px;
}
.footer.content .social-container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
.footer.content .social-container ul li:not(:last-child) a {
  margin-right: 8px;
}
.footer.content .social-container ul li a {
  display: block;
  height: 30px;
  width: 24px;
  background: none;
  position: relative;
}
.footer.content .social-container ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'tp-icon';
  font-size: 2.3rem;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.footer.content .social-container ul li a:hover:before {
  color: #f26101;
}
.footer.content .social-container ul li a.fb-icon:before {
  content: "\e90b";
}
.footer.content .social-container ul li a.tw-icon:before {
  content: "\e91b";
  font-size: 2.6rem;
}
.footer.content .social-container ul li a.yl-icon:before {
  content: "\e920";
}
.footer.content .social-container ul li a.yu-icon:before {
  content: "\e921";
  font-size: 2.2rem;
}
.footer.content .social-container ul li a.ins-icon:before {
  content: "\e90f";
  font-size: 2.1rem;
}
.footer.content .social-container ul li a.li-icon:before {
  content: "\e910";
  font-size: 2.1rem;
}
.footer.content .social-container ul li a.gp-icon:before {
  content: "\e90b";
}
.footer.content .social-container ul li a.az-icon:before {
  content: "\e90b";
}
.footer.content .social-container.webenc {
  width: 130px;
  margin: 0 auto;
}
.copyright {
  background-color: #ffffff;
  padding: 24px 0;
}
.copyright p {
  margin: 0;
  color: #191919;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.copyright span {
  font-weight: bold;
}
.copyright span.line {
  display: none;
}
.blocks-promo {
  padding: 12px 0;
}
.hp-banner a {
  display: block;
  width: 100%;
  height: auto;
}
.hp-banner img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.block-promo-hp {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}
.block-promo-hp img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.block-promo-hp a {
  border: 1px dashed darkblue;
}
.block-promo-hp-left {
  width: 38%;
}
.block-promo-hp-right {
  width: 58%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-promo-hp-right > a {
  max-width: 30%;
}
.section-catalog {
  background-color: #f5f5fa;
  position: relative;
}
.section-catalog:before,
.section-catalog:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5fa;
}
.section-catalog:before {
  left: -100%;
  right: 100%;
}
.section-catalog:after {
  left: 100%;
  right: 200%;
}
.section-catalog .section-title {
  margin: 0 0 -12px;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #006bb4;
  text-align: center;
  text-transform: uppercase;
}
.section.newsletter {
  display: none;
}
.page-products .page-title-wrapper,
.catalog-category-view .page-title-wrapper {
  text-align: center;
}
.page-products .page-title-wrapper h1,
.catalog-category-view .page-title-wrapper h1 {
  margin: 12px 0;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #006bb4;
  text-align: center;
  text-transform: uppercase;
}
.page-products .columns,
.catalog-category-view .columns {
  padding: 0;
}
.page-products .sidebar,
.catalog-category-view .sidebar,
.page-products .sidebar-main,
.catalog-category-view .sidebar-main,
.page-products .toolbar,
.catalog-category-view .toolbar,
.page-products .toolbar-products,
.catalog-category-view .toolbar-products {
  display: none;
}
.page-products .block.widget.block-products-list .product-items .product-item-info .product-item-name,
.catalog-category-view .block.widget.block-products-list .product-items .product-item-info .product-item-name,
.page-products .products-grid.grid .product-items .product-item-info .product-item-name,
.catalog-category-view .products-grid.grid .product-items .product-item-info .product-item-name {
  margin: 0;
}
.page-products .block.widget.block-products-list .product-items .product-item-info .product-item-name a,
.catalog-category-view .block.widget.block-products-list .product-items .product-item-info .product-item-name a,
.page-products .products-grid.grid .product-items .product-item-info .product-item-name a,
.catalog-category-view .products-grid.grid .product-items .product-item-info .product-item-name a {
  min-height: initial;
  max-height: initial;
}
.page-products .block.widget.block-products-list .product-items .product-item-info .price-box,
.catalog-category-view .block.widget.block-products-list .product-items .product-item-info .price-box,
.page-products .products-grid.grid .product-items .product-item-info .price-box,
.catalog-category-view .products-grid.grid .product-items .product-item-info .price-box {
  display: none;
}
.fotorama .fotorama__nav-wrap .fotorama__nav .fotorama__thumb-border {
  margin-top: 16px;
  background: none;
  border: 1px solid #006bb4;
}
.fotorama .fotorama__nav-wrap .fotorama__nav .fotorama__nav__frame.fotorama__active .fotorama__thumb {
  border: none;
}
.fotorama .fotorama__nav-wrap .fotorama__nav .fotorama__thumb {
  background: none;
  background-color: transparent;
  border: 1px solid #e8e8e8;
  position: relative;
  padding-bottom: 83px;
}
.fotorama__fullscreen .fotorama.fotorama--fullscreen {
  padding: 16px;
  right: 16px;
  bottom: 16px;
}
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__stage {
  height: calc(100vh - 32px - 105px) !important;
}
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__arr {
  display: block !important;
}
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__arr__arr {
  background: none;
  position: relative;
}
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__arr__arr:before {
  content: "\e900";
  font-family: 'tp-icon';
  font-size: 4.4rem;
  line-height: 4.4rem;
  color: #006bb4;
  position: absolute;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__arr__arr:hover:before {
  color: #004b7e;
}
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__arr--prev .fotorama__arr__arr:before {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__arr--next .fotorama__arr__arr:before {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__zoom-out {
  background: none;
}
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__zoom-in:before,
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__zoom-out:before {
  font-family: 'tp-icon';
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #006bb4;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__zoom-in:hover:before,
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__zoom-out:hover:before {
  color: #004b7e;
}
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__zoom-in:before {
  content: "\e914";
}
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__zoom-out:before {
  content: "\e911";
}
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__fullscreen-icon {
  background: none;
}
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__fullscreen-icon:before {
  content: "\e907";
  font-family: 'tp-icon';
  font-size: 4.4rem;
  line-height: 4.4rem;
  color: #006bb4;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fotorama__fullscreen .fotorama.fotorama--fullscreen .fotorama__fullscreen-icon:hover:before {
  color: #004b7e;
}
.product-table-details {
  padding: 12px 0;
  width: 100%;
}
.product-table-details table {
  table-layout: fixed;
  width: 100%;
}
.product-table-details table > tbody > tr > td {
  padding: 6px 9px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #191919;
  position: relative;
}
.product-table-details table > tbody > tr > td:first-child {
  padding-top: 5px;
  width: 80px;
  font-weight: 700;
  color: #006bb4;
  text-decoration: underline;
  background-color: #f5f5fa;
}
.product-table-details table > tbody > tr > td:last-child {
  padding-left: 6px;
  padding-right: 0;
  width: 116px;
}
.product-table-details table > tbody > tr > td span {
  display: block;
  color: #006bb4;
}
.product-table-details table > tbody > tr > td:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: initial;
  height: 1px;
  background-color: #e8e8e8;
}
.product-table-details table > tbody > tr:first-child td:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: initial;
  height: 1px;
  background-color: #e8e8e8;
}
.product-table-details table .input-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.product-table-details table .input-button-block input {
  width: 100%;
  height: 36px;
  padding: 0 67px 0 6px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #006bb4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.product-table-details table .input-button-block button {
  width: 61px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  padding: 0;
  font-size: 1.3rem;
  line-height: 3.6rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #006bb4;
}
.product-table-details table .input-button-block button:hover {
  background-color: #004b7e;
}
.product-reviews-summary {
  float: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  margin-bottom: 6px;
}
.product-reviews-summary .rating-summary {
  margin-right: 3px;
}
.product-reviews-summary .rating-result {
  width: 90px;
  position: relative;
}
.product-reviews-summary .rating-result:before {
  color: #f26101;
  content: "\e91a" "\e91a" "\e91a" "\e91a" "\e91a";
  font-family: 'tp-icon';
  font-size: 1.6rem;
  line-height: 1.6rem;
  height: 16px;
  letter-spacing: 2px;
}
.product-reviews-summary .rating-result:after {
  color: #fff;
  content: "\e91a" "\e91a" "\e91a" "\e91a" "\e91a";
  font-family: 'tp-icon';
  font-size: 1.1rem;
  line-height: 1.1rem;
  height: 11px;
  letter-spacing: 7px;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
}
.product-reviews-summary .rating-result > span:before {
  color: #f26101;
  content: "\e91a" "\e91a" "\e91a" "\e91a" "\e91a";
  font-family: 'tp-icon';
  font-size: 1.6rem;
  line-height: 1.6rem;
  height: 16px;
  letter-spacing: 2px;
}
.product-reviews-summary .reviews-actions {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #006bb4;
  text-transform: capitalize;
  vertical-align: sub;
}
.product-reviews-summary .reviews-actions .action {
  text-decoration: none;
}
.product-reviews-summary .reviews-actions .action.view {
  margin-right: 20px;
  position: relative;
}
.product-reviews-summary .reviews-actions .action.view:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 1px;
  background-color: #006bb4;
}
.product-info-main .page-title-wrapper.product {
  margin: 0;
  padding: 0;
}
.product-info-main .page-title-wrapper.product h1 {
  margin: 0;
  margin-bottom: 6px;
  padding: 0;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #191919;
}
.product-info-main .product-info-price {
  margin: 0 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
}
.product-info-main .product-info-price span {
  margin: 0;
  padding: 0;
}
.product-info-main .product-info-price .price-box {
  padding: 0;
  margin: 0 20px 0 0;
}
.product-info-main .product-info-price .price-box .price-wrapper {
  margin: 0;
  padding: 0;
}
.product-info-main .product-info-price .price-box .price-container .price-label {
  display: none !important;
}
.product-info-main .product-info-price .price-box .price-container span {
  margin: 0;
  padding: 0;
}
.product-info-main .product-info-price .price-box .price-container .price {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #006bb4;
}
.product-info-main .product.info.custom {
  margin-bottom: 16px;
}
.product-info-main .product.info.custom .product:not(:last-child) {
  margin-bottom: 8px;
}
.product-info-main .product.info.custom span {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #191919;
}
.product-info-main .product.info.custom span:first-child {
  color: #006bb4;
}
.product-info-main .product-add-form .box-tocart {
  margin: 16px 0;
}
.product-info-main .product-add-form .box-tocart .fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.product-info-main .product-add-form .box-tocart .fieldset > * {
  margin: 0;
}
.product-info-main .product-add-form .box-tocart .field.qty {
  width: calc(35% - 16px);
  margin-right: 16px;
}
.product-info-main .product-add-form .box-tocart .field.qty .label {
  display: none;
}
.product-info-main .product-add-form .box-tocart .field.qty .control {
  padding: 0 16px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.product-info-main .product-add-form .box-tocart .field.qty .control input {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.product-info-main .product-add-form .box-tocart .field.qty .control input.qty-btn-minus,
.product-info-main .product-add-form .box-tocart .field.qty .control input.qty-btn-plus {
  padding: 0;
  margin: 0;
  width: 16px;
  height: 20px;
  font-size: 2rem;
  line-height: 2rem;
  color: #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.product-info-main .product-add-form .box-tocart .field.qty .control input.input-text {
  padding: 0;
  width: 40px;
  color: #191919;
}
.product-info-main .product-add-form .box-tocart .actions {
  flex-grow: 1;
  width: 65%;
}
.product-info-main .product-add-form .box-tocart .actions button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 400px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #006bb4;
  border: 2px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: solid transparent;
  -webkit-appearance: solid transparent;
  -moz-appearance: solid transparent;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  max-width: none;
}
.product-info-main .product-add-form .box-tocart .actions button:hover {
  color: #004b7e;
  text-decoration: none;
  background-color: transparent;
  border-color: #004b7e;
}
.product-info-main .product-add-form .box-tocart .actions button:active,
.product-info-main .product-add-form .box-tocart .actions button:focus {
  color: #ffffff;
  background-color: #004b7e;
  border-color: #004b7e;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
.product-info-main .product-add-form .box-tocart .actions button.disabled,
.product-info-main .product-add-form .box-tocart .actions button:disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border-color: #c1c2c5;
}
.product-info-main .product-add-form .box-tocart .actions button span {
  padding-right: 27px;
  position: relative;
}
.product-info-main .product-add-form .box-tocart .actions button span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e904";
  font-family: 'tp-icon';
  font-size: 1.6rem;
  font-weight: normal;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.product-info-main .product-add-form .box-tocart .actions button:hover span:after {
  color: #004b7e;
}
.product-info-main .product-add-form .box-tocart .actions button:active span:after,
.product-info-main .product-add-form .box-tocart .actions button:focus span:after {
  color: #ffffff;
}
.product-info-main .product-add-form .box-tocart .actions button:disabled span:after,
.product-info-main .product-add-form .box-tocart .actions button.disabled span:after {
  color: #c1c2c5;
}
.product-info-main .product-add-form .box-tocart .actions button:not(:last-child) {
  margin: 0;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn {
  flex-grow: 1;
  width: 100%;
  margin-top: 16px;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 400px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #006bb4;
  border: 2px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: solid transparent;
  -webkit-appearance: solid transparent;
  -moz-appearance: solid transparent;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background-color: #f26101;
  border-color: #f26101;
  max-width: 100%;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn button:hover {
  color: #004b7e;
  text-decoration: none;
  background-color: transparent;
  border-color: #004b7e;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn button:active,
.product-info-main .product-add-form .box-tocart .wishlist-btn button:focus {
  color: #ffffff;
  background-color: #004b7e;
  border-color: #004b7e;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn button.disabled,
.product-info-main .product-add-form .box-tocart .wishlist-btn button:disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border-color: #c1c2c5;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn button span {
  padding-right: 27px;
  position: relative;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn button span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e917";
  font-family: 'tp-icon';
  font-size: 1.6rem;
  font-weight: normal;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn button:hover span:after {
  color: #004b7e;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn button:active span:after,
.product-info-main .product-add-form .box-tocart .wishlist-btn button:focus span:after {
  color: #ffffff;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn button:disabled span:after,
.product-info-main .product-add-form .box-tocart .wishlist-btn button.disabled span:after {
  color: #c1c2c5;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn button:hover {
  color: #f26101;
  text-decoration: none;
  background-color: transparent;
  border-color: #f26101;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn button:hover span:after {
  color: #f26101;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn button:active,
.product-info-main .product-add-form .box-tocart .wishlist-btn button:focus {
  color: #ffffff;
  background-color: #f26101;
  border-color: #f26101;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn button:active span:after,
.product-info-main .product-add-form .box-tocart .wishlist-btn button:focus span:after {
  color: #ffffff;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn button a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn button:hover a {
  color: #f26101;
  text-decoration: none;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn button:active a,
.product-info-main .product-add-form .box-tocart .wishlist-btn button:focus a {
  color: #ffffff;
}
.product-info-main .product-add-form .box-tocart .wishlist-btn button span:after {
  font-size: 1.7rem;
}
.product-add-form {
  padding: 0 !important;
  margin: 0;
}
.product-add-form .product-options-wrapper .fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}
.product-add-form .product-options-wrapper .fieldset > * {
  margin: 10px 0 0;
}
.product-add-form .product-options-wrapper .fieldset .label,
.product-add-form .product-options-wrapper .fieldset .swatch-attribute-label {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #191919;
  text-transform: none;
}
.product-add-form .product-options-wrapper .fieldset .label:after,
.product-add-form .product-options-wrapper .fieldset .swatch-attribute-label:after {
  margin: 0;
  color: #191919;
}
.product-add-form .product-options-wrapper .fieldset .field.configurable {
  width: 100%;
}
.product-add-form .product-options-wrapper .fieldset .field.configurable .control {
  width: 100%;
}
.product-add-form .product-options-wrapper .fieldset .field.configurable .selectric .label {
  text-transform: none;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute-options {
  margin: 10px 0 0;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute {
  width: 100%;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor {
  margin-top: 16px;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor .swatch-attribute-options {
  margin: 8px 0;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor .message_ink {
  margin: -8px -5px -11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  max-height: 112px;
  overflow: hidden;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor .message_ink li,
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor .message_ink .inkcolor_li {
  margin: 6px;
  padding: 6px;
  height: 44px !important;
  width: 44px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  float: none;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor .message_ink li.active,
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor .message_ink .inkcolor_li.active {
  border: 2px solid #006bb4 !important;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor .message_ink li a,
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor .message_ink .inkcolor_li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor .message_ink.show {
  max-height: none;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor .show-all-colors {
  display: block;
  padding: 0;
  margin: 17px 5px 0;
  font-size: 1.3rem;
  line-height: 1.77rem;
  font-weight: 700;
  color: #006bb4;
  text-decoration: underline;
  border: none;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor .show-all-colors span {
  padding-right: 24px;
  position: relative;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor .show-all-colors span:after {
  content: '';
  position: absolute;
  content: "\e900";
  right: 0;
  top: 55%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'tp-icon';
  font-size: 2rem;
  color: #006bb4;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor .show-all-colors:hover span {
  text-decoration: none;
  cursor: pointer;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor .show-all-colors:hover span:after {
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.pmscolors .swatch-attribute-options {
  margin: 8px 0;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.pmscolors .pmscolor_pdf {
  margin-left: 8px;
  font-size: 1.3rem;
  line-height: 1.77rem;
  font-weight: 700;
  color: #006bb4;
  text-decoration: underline;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.pmscolors .pmscolor_pdf:hover {
  text-decoration: none;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.pmscolors .swatch-attribute-options {
  margin: 3px 0;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.pmscolors .input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.pmscolors .input-wrap label {
  min-width: max-content;
  margin-right: 9px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #191919;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.pmscolors .input-wrap input {
  margin-bottom: 6px;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.productiontime .options-list,
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.reprint .options-list {
  margin-bottom: 0;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.productiontime .options-list li,
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.reprint .options-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.productiontime .options-list li:not(:last-child),
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.reprint .options-list li:not(:last-child) {
  margin: 0 0 9px;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.productiontime .options-list li input,
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.reprint .options-list li input {
  margin-right: 7px;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.productiontime .options-list li input:checked + .label,
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.reprint .options-list li input:checked + .label {
  font-weight: 700;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.productiontime .options-list li .label,
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.reprint .options-list li .label {
  font-weight: 400;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.productiontime .options-list li .label .price-notice,
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.reprint .options-list li .label .price-notice {
  display: inline-block;
  margin-left: 5px;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.uploadedimage {
  margin-top: 13px;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.uploadedimage .swatch-attribute-options {
  margin-bottom: 0;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.uploadedimage .swatch-attribute-options span,
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.uploadedimage .swatch-attribute-options p {
  display: none;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.uploadedimage .browse-sec {
  width: 100%;
  background-color: #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.uploadedimage .browse-sec input[type="file"] {
  vertical-align: top;
  background-color: transparent;
  z-index: 2;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.uploadedimage .browse-sec input[type="file"]::file-selector-button {
  background-color: transparent;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.uploadedimage .browse-sec input[type="file"]:after,
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.uploadedimage .browse-sec input[type="file"]:before {
  display: none;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.uploadedimage .browse-sec:after {
  content: '';
  position: absolute;
  content: "UPLOAD FILE";
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-wrap: nowrap;
  padding-right: 28px;
  z-index: 1;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.uploadedimage .browse-sec:before {
  content: '';
  position: absolute;
  content: "\e91d";
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-left: 109px;
  font-family: 'tp-icon';
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: normal;
  color: #ffffff;
  z-index: 1;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.uploadedimage .browse-sec:hover {
  background-color: transparent;
  border-color: #004b7e;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.uploadedimage .browse-sec:hover:after,
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.uploadedimage .browse-sec:hover:before {
  color: #004b7e;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.comments .swatch-attribute-selected-option {
  position: absolute;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.comments .swatch-attribute-label {
  display: none;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.comments .swatch-attribute-options {
  margin-top: 0;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.comments textarea#comments {
  width: 100%;
  max-width: none;
  min-height: 70px;
  padding: 10px 12px;
  margin: 0;
  color: #191919;
  text-indent: 0;
  border: 1px solid #c1c2c5;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.comments textarea#comments::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.comments textarea#comments:-moz-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
  opacity: 1;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.comments textarea#comments::-moz-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
  opacity: 1;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.comments textarea#comments:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #c1c2c5;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.comments textarea#comments:focus,
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.comments textarea#comments:not([disabled]):focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #0098ff;
  color: #191919;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.comments textarea#comments[disabled] {
  opacity: 0.6;
}
.product-add-form .product-options-wrapper .fieldset .swatch-attribute.comments textarea#comments.mage-error {
  border: 1px solid #eb002a;
}
.product-add-form .product-options-bottom .box-tocart {
  margin: 13px 0 16px;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 0;
  width: 100%;
}
.product.info.detailed .product.data.items {
  margin: 0;
  border: none;
}
.product.info.detailed .product.data.items > .data.item.title {
  float: none;
  margin: 0;
  padding: 16px 24px;
  background-color: #f5f5fa;
  border: none;
  border-bottom: 1px solid #006bb4;
}
.product.info.detailed .product.data.items > .data.item.title > a {
  display: inline;
  padding: 0 35px 0 0;
  margin: 0;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  color: #006bb4;
  text-transform: capitalize;
  text-decoration: none;
  background: none;
  border: none;
  position: relative;
}
.product.info.detailed .product.data.items > .data.item.title > a .counter {
  margin-left: 5px;
  color: #006bb4;
  font-weight: 400;
}
.product.info.detailed .product.data.items > .data.item.title > a:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e900";
  font-family: 'tp-icon';
  font-size: 2.6rem;
  line-height: 2rem;
  color: #006bb4;
}
.product.info.detailed .product.data.items > .data.item.title > a:hover {
  text-decoration: underline;
}
.product.info.detailed .product.data.items > .data.item.title.active {
  background-color: #006bb4;
}
.product.info.detailed .product.data.items > .data.item.title.active > a {
  color: #ffffff;
}
.product.info.detailed .product.data.items > .data.item.title.active > a .counter {
  color: #ffffff;
}
.product.info.detailed .product.data.items > .data.item.title.active > a:after {
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  color: #ffffff;
}
.product.info.detailed .product.data.items > .data.item.title.active > a:hover {
  color: #ffffff;
}
.product.info.detailed .product.data.items > .data.item.content {
  float: none;
  margin: 0 0 10px 0;
  padding: 19px 24px 24px;
  background-color: #f5f5fa;
  border: none;
}
.product.info.detailed .product.data.items > .data.item.content#description {
  padding: 19px 24px 4px 24px;
}
.product.info.detailed .product.attribute {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #191919;
}
.product.info.detailed .product.attribute strong {
  font-weight: 700;
}
.product.info.detailed .product.attribute p {
  margin-bottom: 20px;
}
.product.info.detailed .product.attribute h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #191919;
}
.product.info.detailed .product.attribute h3 + ul {
  margin: -20px 0 20px 0;
}
.product.info.detailed .product.attribute ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 0 24px;
}
.product.info.detailed .product.attribute li {
  margin: 0;
  padding: 0;
  position: relative;
}
.product.info.detailed .product.attribute li:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 8px;
  width: 3px;
  height: 3.5px;
  background-color: #191919;
  border-radius: 50%;
}
.product.info.detailed .product.attribute a {
  color: #006bb4;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  cursor: pointer;
}
.product.info.detailed .product.attribute a.show-more,
.product.info.detailed .product.attribute a.show-more-link {
  padding-right: 24px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  position: relative;
}
.product.info.detailed .product.attribute a.show-more:after,
.product.info.detailed .product.attribute a.show-more-link:after {
  content: '';
  position: absolute;
  content: "\e900";
  font-family: 'tp-icon';
  font-size: 2.1rem;
  font-weight: 400;
  color: #006bb4;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.product.info.detailed .product.attribute a.show-more:hover,
.product.info.detailed .product.attribute a.show-more-link:hover {
  text-decoration: none;
}
.product.info.detailed .block.review-list .block-content .review-ratings .rating-summary .rating-result {
  position: relative;
}
.product.info.detailed .block.review-list .block-content .review-ratings .rating-summary .rating-result:before {
  color: #f26101;
  content: "\e91a" "\e91a" "\e91a" "\e91a" "\e91a";
  font-family: 'tp-icon';
  font-size: 2rem;
  line-height: 2rem;
  height: 20px;
  letter-spacing: 2px;
}
.product.info.detailed .block.review-list .block-content .review-ratings .rating-summary .rating-result:after {
  color: #f5f5fa;
  content: "\e91a" "\e91a" "\e91a" "\e91a" "\e91a";
  font-family: 'tp-icon';
  font-size: 1.2rem;
  line-height: 1.2rem;
  height: 12px;
  letter-spacing: 10px;
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 1;
}
.product.info.detailed .block.review-list .block-content .review-ratings .rating-summary .rating-result > span:before {
  color: #f26101;
  content: "\e91a" "\e91a" "\e91a" "\e91a" "\e91a";
  font-family: 'tp-icon';
  font-size: 2rem;
  line-height: 2rem;
  height: 20px;
  letter-spacing: 2px;
}
.product.info.detailed .block.review-add .block-title {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  color: #006bb4;
}
.product.info.detailed .block.review-add .block-content .review-form {
  max-width: initial;
}
.product.info.detailed .block.review-add .block-content .review-fieldset {
  margin: 0;
}
.product.info.detailed .block.review-add .block-content .review-fieldset .review-field-rating .review-control-vote {
  overflow: initial;
  position: relative;
}
.product.info.detailed .block.review-add .block-content .review-fieldset .review-field-rating .review-control-vote:before {
  color: #f26101;
  content: "\e91a" "\e91a" "\e91a" "\e91a" "\e91a";
  font-family: 'tp-icon';
  font-size: 3.2rem;
  line-height: 3.2rem;
  height: 32px;
  letter-spacing: 10px;
}
.product.info.detailed .block.review-add .block-content .review-fieldset .review-field-rating .review-control-vote:after {
  color: #f5f5fa;
  content: "\e91a" "\e91a" "\e91a" "\e91a" "\e91a";
  font-family: 'tp-icon';
  font-size: 2.4rem;
  line-height: 2.4rem;
  height: 24px;
  letter-spacing: 18px;
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 1;
}
.product.info.detailed .block.review-add .block-content .review-fieldset .review-field-rating .review-control-vote label:before {
  color: #f26101;
  font-family: 'tp-icon';
  font-size: 3.2rem;
  line-height: 3.2rem;
  height: 32px;
  letter-spacing: 10px;
  opacity: 0;
}
.product.info.detailed .block.review-add .block-content .review-fieldset .review-field-rating .review-control-vote label.rating-1:before {
  content: "\e91a";
}
.product.info.detailed .block.review-add .block-content .review-fieldset .review-field-rating .review-control-vote label.rating-2:before {
  content: "\e91a" "\e91a";
}
.product.info.detailed .block.review-add .block-content .review-fieldset .review-field-rating .review-control-vote label.rating-3:before {
  content: "\e91a" "\e91a" "\e91a";
}
.product.info.detailed .block.review-add .block-content .review-fieldset .review-field-rating .review-control-vote label.rating-4:before {
  content: "\e91a" "\e91a" "\e91a" "\e91a";
}
.product.info.detailed .block.review-add .block-content .review-fieldset .review-field-rating .review-control-vote label.rating-5:before {
  content: "\e91a" "\e91a" "\e91a" "\e91a" "\e91a";
}
.product.info.detailed .block.review-add .block-content .review-fieldset .review-field-rating .review-control-vote input[type="radio"]:hover + label:before,
.product.info.detailed .block.review-add .block-content .review-fieldset .review-field-rating .review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.product.info.detailed .block.review-add .block-content .review-legend.legend {
  margin: 0 0 24px 0;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #191919;
}
.product.info.detailed .block.review-add .block-content .review-legend.legend strong {
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
}
.product.info.detailed .block.review-add .block-content .field {
  margin-bottom: 20px;
}
.product.info.detailed .block.review-add .block-content .field .label {
  margin: 0 0 8px 0;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #191919;
  font-weight: 700;
}
.product.info.detailed .block.review-add .block-content .field .label:after {
  color: #eb002a;
}
.product.info.detailed .block.review-add .block-content .review-form .action.submit.primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 400px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #006bb4;
  border: 2px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: solid transparent;
  -webkit-appearance: solid transparent;
  -moz-appearance: solid transparent;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.product.info.detailed .block.review-add .block-content .review-form .action.submit.primary:hover {
  color: #004b7e;
  text-decoration: none;
  background-color: transparent;
  border-color: #004b7e;
}
.product.info.detailed .block.review-add .block-content .review-form .action.submit.primary:active,
.product.info.detailed .block.review-add .block-content .review-form .action.submit.primary:focus {
  color: #ffffff;
  background-color: #004b7e;
  border-color: #004b7e;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
.product.info.detailed .block.review-add .block-content .review-form .action.submit.primary.disabled,
.product.info.detailed .block.review-add .block-content .review-form .action.submit.primary:disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border-color: #c1c2c5;
}
.block.related {
  display: none;
}
.page-product-configurable .product-info-price {
  margin: 0;
}
.page-product-configurable .product.info.custom {
  display: none;
}
.catalog-product-view .page-main {
  margin-top: 16px;
}
.catalog-product-view .product-media-wrap {
  margin-bottom: 7px;
}
.catalog-product-view .product-media-wrap .page-title,
.catalog-product-view .product-media-wrap .product-reviews-summary {
  display: block;
  float: none;
}
.catalog-product-view .product-info-main .page-title,
.catalog-product-view .product-info-main .product-reviews-summary {
  display: none;
  float: none;
}
.catalog-product-view .page-title {
  margin-bottom: 14px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #191919;
}
.catalog-product-view .product.attribute.overview {
  margin: -7px 0;
}
.catalog-product-view .product.attribute.overview p {
  margin-bottom: 20px;
}
.catalog-product-view .product.attribute.overview ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
.catalog-product-view .product.attribute.overview li {
  margin: 0;
  padding: 0;
  position: relative;
}
.catalog-product-view .product.attribute.overview li:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 8px;
  width: 3px;
  height: 3.5px;
  background-color: #191919;
  border-radius: 50%;
}
.catalog-product-view .product.attribute.overview a {
  color: #006bb4;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  cursor: pointer;
}
.catalog-product-view .product.attribute.overview a.show-more,
.catalog-product-view .product.attribute.overview a.show-more-link {
  padding-right: 24px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  position: relative;
}
.catalog-product-view .product.attribute.overview a.show-more:after,
.catalog-product-view .product.attribute.overview a.show-more-link:after {
  content: '';
  position: absolute;
  content: "\e900";
  font-family: 'tp-icon';
  font-size: 2.1rem;
  font-weight: 400;
  color: #006bb4;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.catalog-product-view .product.attribute.overview a.show-more:hover,
.catalog-product-view .product.attribute.overview a.show-more-link:hover {
  text-decoration: none;
}
.checkout-cart-index .page-title-wrapper {
  margin: 12px 0;
}
.checkout-cart-index .page-title-wrapper h1 {
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #006bb4;
  text-transform: uppercase;
  text-align: center;
}
.checkout-cart-index .cart-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  clear: both;
}
.checkout-cart-index .cart-container .cart-summary {
  order: 2;
  margin: 0;
  padding: 24px;
  width: 100%;
  background-color: #f5f5fa;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.checkout-cart-index .cart-container .cart-summary .summary.title {
  display: block;
  padding-bottom: 16px;
  margin: 0 0 16px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #006bb4;
  position: relative;
}
.checkout-cart-index .cart-container .cart-summary .summary.title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 1px;
  background-color: #e8e8e8;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form:not(:last-child) {
  margin: 0 0 21px;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form .fieldset {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form .fieldset p.field.note {
  margin: 0 0 6px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #8a8a8a;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form .fieldset .field {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form .fieldset .field:not(:last-child) {
  margin: 0 0 16px;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form .fieldset .field .label {
  margin: 0 0 3px;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 500;
  color: #191919;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form .fieldset.rate {
  padding-left: 29px;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form .fieldset.rate:not(:last-child) {
  margin: 0 0 11px;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form .fieldset.rate .item-title {
  margin: 0 0 2px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #191919;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form .fieldset.rate .label {
  margin: 0 0 11px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: #191919;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form .fieldset.rate .label .price {
  font-weight: 700;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form .fieldset.rate .message.error div[data-bind="text: error_message"] {
  margin: 0 0 11px;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form .fieldset.rate .item-options {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form .fieldset.rate .item-options:last-child .label {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form .fieldset.rate .item-options:last-child .message.error div[data-bind="text: error_message"] {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form .fieldset.rate .item-options .field.item {
  margin: 0;
  position: relative;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping form .fieldset.rate .item-options .radio {
  float: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -29px;
  top: 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals {
  padding: 0;
  border: none;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper {
  padding: 16px 0 0;
  margin: 0;
  border: none;
  border-top: 1px solid #e8e8e8;
  position: relative;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr th,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr td {
  padding: 0 0 12px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr:nth-last-child(2) th,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr:nth-last-child(2) td {
  padding: 0 0 20px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr th,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr td {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #8a8a8a;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr th strong,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr td strong {
  font-weight: 700;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr th span,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr td span {
  display: inline-block;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr th .value {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #006bb4;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.grand.totals th,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.grand.totals td {
  padding: 16px 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #004b7e;
  border-top: 1px solid #e8e8e8;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items {
  padding: 0;
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 400px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #006bb4;
  border: 2px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: solid transparent;
  -webkit-appearance: solid transparent;
  -moz-appearance: solid transparent;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item button:hover {
  color: #004b7e;
  text-decoration: none;
  background-color: transparent;
  border-color: #004b7e;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item button:active,
.checkout-cart-index .cart-container .cart-summary .checkout.items .item button:focus {
  color: #ffffff;
  background-color: #004b7e;
  border-color: #004b7e;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item button.disabled,
.checkout-cart-index .cart-container .cart-summary .checkout.items .item button:disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border-color: #c1c2c5;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item button span {
  padding-right: 27px;
  position: relative;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item button span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e902";
  font-family: 'tp-icon';
  font-size: 1.6rem;
  font-weight: normal;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item button:hover span:after {
  color: #004b7e;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item button:active span:after,
.checkout-cart-index .cart-container .cart-summary .checkout.items .item button:focus span:after {
  color: #ffffff;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item button:disabled span:after,
.checkout-cart-index .cart-container .cart-summary .checkout.items .item button.disabled span:after {
  color: #c1c2c5;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item button span:after {
  font-size: 1.8rem;
}
.checkout-cart-index .cart-container .cart-summary .checkout.items .item .action.multicheckout {
  display: block;
  margin-top: 24px;
}
.checkout-cart-index .cart-container .form-cart {
  margin-bottom: 16px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper {
  margin-bottom: 25px;
  border: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper table th {
  display: table-cell;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #191919;
  text-transform: uppercase;
  background-color: #f5f5fa;
  border: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper table th {
  padding: 10px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper table th:first-child {
  padding-left: 24px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper table th:last-child {
  padding-right: 0;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper table th:not(:first-child) {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper table td {
  padding: 5px;
  vertical-align: middle;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper table td:first-child {
  padding: 24px 15px 15px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper table td:nth-child(2) {
  padding-left: 15px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper table td:last-child {
  padding-right: 15px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper table td:before {
  padding: 0 0 2px;
  font-size: 1.1rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #191919;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper table th,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper table td {
  text-align: left;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper table th:last-child,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper table td:last-child {
  text-align: right;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody {
  border: none;
  border-bottom: 1px solid #c1c2c5;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody .action-towishlist {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.item .item-first-col {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.item .product-item-photo {
  width: 100%;
  max-width: 72px;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.item .product-item-photo > * {
  vertical-align: top;
  width: 100% !important;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.item .product-item-photo .product-image-wrapper {
  padding-bottom: 100% !important;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.item .product-item-photo .product-image-photo {
  content: '';
  position: absolute;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.item .product-item-details {
  width: auto;
  padding: 0;
  padding-left: 12px;
  vertical-align: middle;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.item .product-item-details .product-item-name {
  margin: 0;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.item .product-item-details .product-item-name a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #191919;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.price {
  width: calc((100% - 160px)/2);
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.price span,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.price .price {
  margin-top: 13px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: #191919;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.qty {
  width: 160px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.qty:before {
  content: 'QUANTITY';
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.qty .field.qty .label {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.qty .field.qty .control {
  padding: 0 16px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.qty .field.qty .control label {
  line-height: 44px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.qty .field.qty .control input {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.qty .field.qty .control input.qty-btn-minus,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.qty .field.qty .control input.qty-btn-plus {
  padding: 0;
  margin: 0;
  width: 16px;
  height: 20px;
  font-size: 2rem;
  line-height: 2rem;
  color: #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.qty .field.qty .control input.input-text {
  padding: 0;
  width: 40px;
  color: #191919;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.subtotal {
  width: calc((100% - 160px)/2);
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.subtotal span,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.subtotal .price {
  margin-top: 13px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #191919;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-actions td {
  padding: 10px 0 14px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-actions .actions-toolbar {
  padding: 0;
  text-align: center;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-actions .action-delete {
  padding: 0 20px;
  position: relative;
  top: initial;
  right: initial;
  left: initial;
  bottom: initial;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-actions .action-delete span {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: visible;
  position: initial;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #eb002a;
  text-decoration: underline;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-actions .action-delete:before {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.actions {
  padding: 0 15px;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.update {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 400px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #006bb4;
  border: 2px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: solid transparent;
  -webkit-appearance: solid transparent;
  -moz-appearance: solid transparent;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.update:hover {
  color: #004b7e;
  text-decoration: none;
  background-color: transparent;
  border-color: #004b7e;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.update:active,
.checkout-cart-index .cart-container .form-cart .cart.actions button.update:focus {
  color: #ffffff;
  background-color: #004b7e;
  border-color: #004b7e;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.update.disabled,
.checkout-cart-index .cart-container .form-cart .cart.actions button.update:disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border-color: #c1c2c5;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.update span {
  padding-right: 27px;
  position: relative;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.update span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e91c";
  font-family: 'tp-icon';
  font-size: 1.6rem;
  font-weight: normal;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.update:hover span:after {
  color: #004b7e;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.update:active span:after,
.checkout-cart-index .cart-container .form-cart .cart.actions button.update:focus span:after {
  color: #ffffff;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.update:disabled span:after,
.checkout-cart-index .cart-container .form-cart .cart.actions button.update.disabled span:after {
  color: #c1c2c5;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.update span:after {
  font-size: 1.8rem;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 400px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #006bb4;
  border: 2px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: solid transparent;
  -webkit-appearance: solid transparent;
  -moz-appearance: solid transparent;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  margin-bottom: 16px;
  padding: 0 20px;
  color: #004b7e;
  background-color: transparent;
  border-color: #004b7e;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop:hover {
  color: #004b7e;
  text-decoration: none;
  background-color: transparent;
  border-color: #004b7e;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop:active,
.checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop:focus {
  color: #ffffff;
  background-color: #004b7e;
  border-color: #004b7e;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop.disabled,
.checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop:disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border-color: #c1c2c5;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop span {
  padding-right: 27px;
  position: relative;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e901";
  font-family: 'tp-icon';
  font-size: 1.6rem;
  font-weight: normal;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop:hover span:after {
  color: #004b7e;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop:active span:after,
.checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop:focus span:after {
  color: #ffffff;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop:disabled span:after,
.checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop.disabled span:after {
  color: #c1c2c5;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop span {
  padding-right: 0;
  padding-left: 27px;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop span:after {
  right: initial;
  left: 0;
  font-size: 2rem;
  line-height: 3rem;
  color: #004b7e;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop:hover {
  color: #ffffff;
  background-color: #006bb4;
  border-color: #006bb4;
}
.checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop:hover span:after {
  color: #ffffff;
}
.checkout-cart-index .cart-container .cart-discount {
  border: none;
  padding: 0 16px;
  margin: 0 0 21px;
}
.checkout-index-index .authentication-wrapper {
  display: none;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: block;
}
.checkout-index-index .page-header .header-first {
  display: none;
}
.checkout-index-index .page-header .header-second {
  width: 100%;
  right: initial;
  left: -100%;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  z-index: -1;
}
.checkout-index-index .page-main {
  position: relative;
}
.checkout-index-index .page-title-wrapper {
  clip: initial;
  overflow: visible;
  content: '';
  position: absolute;
  top: 20px;
  left: 15px;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
}
.checkout-index-index .page-title-wrapper h1 {
  padding: 0;
  margin: 0;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #006bb4;
  text-transform: uppercase;
  text-align: center;
}
.nav-open .checkout-index-index .page-header .header-second {
  left: 0;
  z-index: 1;
}
.checkout-container {
  margin: 0 0 16px;
  padding: 0 0 44px;
  position: relative;
}
.checkout-container > * {
  float: none;
  width: 100%;
  padding: 0;
}
ul.opc-progress-bar {
  display: block;
  margin: 24px 0 16px;
  text-align: right;
}
ul.opc-progress-bar li.opc-progress-bar-item {
  display: inline-block;
  width: 51px;
  padding-left: 28px;
  box-sizing: content-box;
  position: relative;
}
ul.opc-progress-bar li.opc-progress-bar-item:first-child:before {
  display: none;
}
ul.opc-progress-bar li.opc-progress-bar-item:before {
  content: '';
  position: absolute;
  left: -8px;
  top: 11px;
  width: 65px;
  height: 2px;
  background-color: #8a8a8a;
  border: none;
}
ul.opc-progress-bar li.opc-progress-bar-item span {
  display: block;
  padding-top: 12px;
  margin: 0;
  font-size: 0rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #8a8a8a;
  position: relative;
}
ul.opc-progress-bar li.opc-progress-bar-item span:before {
  margin: 0;
  padding: 0;
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% - 12px);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: #FFF;
  border: 2px solid #8a8a8a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
ul.opc-progress-bar li.opc-progress-bar-item span:after {
  margin: 0;
  padding: 0;
  content: '';
  position: absolute;
  top: 8px;
  left: calc(100% - 12px);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-color: #8a8a8a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: none;
  z-index: 1;
}
ul.opc-progress-bar li.opc-progress-bar-item._active:before {
  background-color: #006bb4;
}
ul.opc-progress-bar li.opc-progress-bar-item._active span {
  font-weight: 700;
  color: #006bb4;
}
ul.opc-progress-bar li.opc-progress-bar-item._active span:before {
  background-color: #FFF;
  border-color: #006bb4;
}
ul.opc-progress-bar li.opc-progress-bar-item._active span:after {
  content: '';
  background-color: #006bb4;
  border: none;
}
ul.opc-progress-bar li.opc-progress-bar-item._complete:before {
  background-color: #006bb4;
}
ul.opc-progress-bar li.opc-progress-bar-item._complete span {
  font-weight: 700;
  color: #006bb4;
}
ul.opc-progress-bar li.opc-progress-bar-item._complete span:before {
  background-color: #006bb4;
  border-color: #006bb4;
}
ul.opc-progress-bar li.opc-progress-bar-item._complete span:after {
  width: auto;
  height: auto;
  top: 4px;
  content: "\e906";
  font-family: 'tp-icon';
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: normal;
  color: #ffffff;
  background-color: transparent;
  border: none;
}
.opc-estimated-wrapper {
  display: none;
}
.opc-wrapper {
  float: none;
  width: 100%;
  margin: 0;
  position: initial;
}
.opc-wrapper ol {
  position: initial;
}
.opc-wrapper ol li:first-child .step-title:before {
  content: '1';
}
.opc-wrapper ol li:nth-child(2) .step-title:before {
  content: '2';
}
.opc-wrapper .step-title {
  margin: 0;
  padding: 14px 24px 11px !important;
  font-size: 1.8rem !important;
  line-height: 2rem;
  font-weight: 700;
  color: #006bb4;
  background-color: #f5f5fa;
  border: none;
  border-bottom: 1px solid #006bb4 !important;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  position: relative;
}
.opc-wrapper .step-title:before {
  margin-right: 46px;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  color: #006bb4;
  border: none;
}
.opc-wrapper .checkout-payment-method .step-title {
  padding: 14px 12px 11px !important;
}
.opc-wrapper div.step-content {
  margin: 16px 0;
  padding: 9px 12px 1px;
  background-color: #f5f5fa;
  border: none;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  position: initial;
}
.opc-wrapper div.step-content form,
.opc-wrapper div.step-content .form-login,
.opc-wrapper div.step-content .form-shipping-address,
.opc-wrapper div.step-content .form.payments {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: initial;
  background: transparent;
}
.opc-wrapper div.step-content form:not(:last-child),
.opc-wrapper div.step-content .form-login:not(:last-child),
.opc-wrapper div.step-content .form-shipping-address:not(:last-child),
.opc-wrapper div.step-content .form.payments:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 1px solid #c1c2c5;
}
.opc-wrapper div.step-content form .field-tooltip,
.opc-wrapper div.step-content .form-login .field-tooltip,
.opc-wrapper div.step-content .form-shipping-address .field-tooltip,
.opc-wrapper div.step-content .form.payments .field-tooltip {
  display: none;
}
.opc-wrapper div.step-content form .fieldset,
.opc-wrapper div.step-content .form-login .fieldset,
.opc-wrapper div.step-content .form-shipping-address .fieldset,
.opc-wrapper div.step-content .form.payments .fieldset {
  width: 100%;
  margin: 11px 0;
  padding: 0 0 3px;
  border: none;
}
.opc-wrapper div.step-content form .fieldset.address,
.opc-wrapper div.step-content .form-login .fieldset.address,
.opc-wrapper div.step-content .form-shipping-address .fieldset.address,
.opc-wrapper div.step-content .form.payments .fieldset.address {
  margin: 0;
  padding: 0;
  border: none;
}
.opc-wrapper div.step-content form .fieldset:not(:last-child),
.opc-wrapper div.step-content .form-login .fieldset:not(:last-child),
.opc-wrapper div.step-content .form-shipping-address .fieldset:not(:last-child),
.opc-wrapper div.step-content .form.payments .fieldset:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 1px solid #c1c2c5;
}
.opc-wrapper div.step-content form .fieldset .label,
.opc-wrapper div.step-content .form-login .fieldset .label,
.opc-wrapper div.step-content .form-shipping-address .fieldset .label,
.opc-wrapper div.step-content .form.payments .fieldset .label {
  margin-bottom: 4px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #191919;
}
.opc-wrapper div.step-content form .fieldset .label:after,
.opc-wrapper div.step-content .form-login .fieldset .label:after,
.opc-wrapper div.step-content .form-shipping-address .fieldset .label:after,
.opc-wrapper div.step-content .form.payments .fieldset .label:after {
  margin: 0 0 0 5px;
  content: "*";
  font-size: 1.4rem;
  color: #0098ff;
}
.opc-wrapper div.step-content form .field,
.opc-wrapper div.step-content .form-login .field,
.opc-wrapper div.step-content .form-shipping-address .field,
.opc-wrapper div.step-content .form.payments .field {
  margin-bottom: 10px;
}
.opc-wrapper div.step-content form .field.additional,
.opc-wrapper div.step-content .form-login .field.additional,
.opc-wrapper div.step-content .form-shipping-address .field.additional,
.opc-wrapper div.step-content .form.payments .field.additional {
  margin: 0 0 10px;
}
.opc-wrapper div.step-content form .field.street,
.opc-wrapper div.step-content .form-login .field.street,
.opc-wrapper div.step-content .form-shipping-address .field.street,
.opc-wrapper div.step-content .form.payments .field.street {
  margin-bottom: 0;
}
.opc-wrapper div.step-content .form-login .fieldset .note {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #0098ff;
}
.opc-wrapper div.step-content .form-login .fieldset.hidden-fields {
  margin: 0;
}
.opc-wrapper div.step-content .form-login .email-field-wrap {
  position: relative;
}
.opc-wrapper div.step-content .form-login .email-field-wrap:after {
  content: '';
  position: absolute;
  right: 13px;
  top: 7px;
  font-family: 'tp-icon';
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: normal;
  color: #0098ff;
  z-index: 1;
}
.opc-wrapper div.step-content .form-login .email-field-wrap.registered:after {
  content: "\e906";
}
.opc-wrapper div.step-content .form-login .email-field-wrap.unregistered:after {
  content: "\e912";
}
.opc-wrapper div.step-content .form-login .email-field-wrap input {
  padding-right: 40px;
}
.opc-wrapper div.step-content .form-login .mage-error ~ .note {
  display: none;
}
.opc-wrapper div.step-content .form-login .actions-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.opc-wrapper div.step-content .form-login .actions-toolbar .secondary {
  margin: 2px 0 0 4px;
  text-align: left;
}
.opc-wrapper div.step-content .form-login .actions-toolbar .secondary a {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #006bb4;
  text-decoration: underline;
}
.opc-wrapper div.step-content .form-login .actions-toolbar .secondary a:hover {
  text-decoration: none;
  cursor: pointer;
}
.opc-wrapper div.step-content .form-login .actions-toolbar .primary {
  margin: 8px 0 0;
}
.opc-wrapper div.step-content .form-login .actions-toolbar .primary button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  height: 28px;
  font-size: 1.3rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #006bb4;
  border: 1px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  max-width: 100%;
  height: 36px;
}
.opc-wrapper div.step-content .form-login .actions-toolbar .primary button:hover {
  color: #004b7e;
  text-decoration: none;
  background-color: transparent;
  border-color: #004b7e;
}
.opc-wrapper div.step-content .form-login .actions-toolbar .primary button:active,
.opc-wrapper div.step-content .form-login .actions-toolbar .primary button:focus {
  color: #ffffff;
  background-color: #004b7e;
  border-color: #004b7e;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
.opc-wrapper div.step-content .form-login .actions-toolbar .primary button:disabled,
.opc-wrapper div.step-content .form-login .actions-toolbar .primary button.disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border-color: #c1c2c5;
}
.opc-wrapper div.step-content .form-shipping-address .field[name*="shippingAddress.company"] .label:after {
  display: none;
}
.opc-wrapper div.step-content .field.addresses {
  padding: 3px 0 12px;
}
.opc-wrapper div.step-content .field.addresses .shipping-address-item {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: #191919;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.opc-wrapper div.step-content .field.addresses .shipping-address-item.selected-item {
  border-color: #006bb4;
  position: relative;
}
.opc-wrapper div.step-content .field.addresses .shipping-address-item.selected-item:after {
  width: 25px;
  height: 25px;
  top: -1px;
  right: -1px;
  content: "\e906";
  font-family: 'tp-icon';
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: normal;
  color: #ffffff;
  background-color: #006bb4;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.opc-wrapper div.step-content .field.addresses .shipping-address-item .edit-address-link {
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: #006bb4;
  text-align: left;
  text-decoration: underline;
}
.opc-wrapper div.step-content .field.addresses .shipping-address-item .edit-address-link:hover {
  text-decoration: none;
}
.opc-wrapper div.step-content .field.addresses .shipping-address-item button.action-select-shipping-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 100%;
  height: 28px;
  font-size: 1.3rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #006bb4;
  border: 1px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
}
.opc-wrapper div.step-content .field.addresses .shipping-address-item button.action-select-shipping-item:hover {
  color: #004b7e;
  text-decoration: none;
  background-color: transparent;
  border-color: #004b7e;
}
.opc-wrapper div.step-content .field.addresses .shipping-address-item button.action-select-shipping-item:active,
.opc-wrapper div.step-content .field.addresses .shipping-address-item button.action-select-shipping-item:focus {
  color: #ffffff;
  background-color: #004b7e;
  border-color: #004b7e;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
.opc-wrapper div.step-content .field.addresses .shipping-address-item button.action-select-shipping-item:disabled,
.opc-wrapper div.step-content .field.addresses .shipping-address-item button.action-select-shipping-item.disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border-color: #c1c2c5;
}
.opc-wrapper div.step-content .new-address-popup {
  padding: 0 0 12px;
}
.opc-wrapper div.step-content .new-address-popup button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 400px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #006bb4;
  border: 2px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: solid transparent;
  -webkit-appearance: solid transparent;
  -moz-appearance: solid transparent;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  margin: 0;
}
.opc-wrapper div.step-content .new-address-popup button:hover {
  color: #004b7e;
  text-decoration: none;
  background-color: transparent;
  border-color: #004b7e;
}
.opc-wrapper div.step-content .new-address-popup button:active,
.opc-wrapper div.step-content .new-address-popup button:focus {
  color: #ffffff;
  background-color: #004b7e;
  border-color: #004b7e;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
.opc-wrapper div.step-content .new-address-popup button.disabled,
.opc-wrapper div.step-content .new-address-popup button:disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border-color: #c1c2c5;
}
.opc-wrapper div.step-content .new-address-popup button span {
  padding-right: 27px;
  position: relative;
}
.opc-wrapper div.step-content .new-address-popup button span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e902";
  font-family: 'tp-icon';
  font-size: 1.6rem;
  font-weight: normal;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.opc-wrapper div.step-content .new-address-popup button:hover span:after {
  color: #004b7e;
}
.opc-wrapper div.step-content .new-address-popup button:active span:after,
.opc-wrapper div.step-content .new-address-popup button:focus span:after {
  color: #ffffff;
}
.opc-wrapper div.step-content .new-address-popup button:disabled span:after,
.opc-wrapper div.step-content .new-address-popup button.disabled span:after {
  color: #c1c2c5;
}
.opc-wrapper div.step-content .new-address-popup button span:before {
  display: none;
}
.opc-wrapper div.step-content .new-address-popup button span:after {
  font-size: 1.8rem;
}
.opc-wrapper div.step-content .form.methods-shipping label {
  display: block;
  margin-top: 19px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #191919;
}
.opc-wrapper div.step-content .form.methods-shipping #checkout-shipping-method-load {
  margin-top: 11px;
}
.opc-wrapper div.step-content .form.methods-shipping #checkout-shipping-method-load table,
.opc-wrapper div.step-content .form.methods-shipping #checkout-shipping-method-load tbody,
.opc-wrapper div.step-content .form.methods-shipping #checkout-shipping-method-load th,
.opc-wrapper div.step-content .form.methods-shipping #checkout-shipping-method-load td {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}
.opc-wrapper div.step-content .form.methods-shipping #checkout-shipping-method-load thead {
  display: none;
}
.opc-wrapper div.step-content .form.methods-shipping #checkout-shipping-method-load tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none;
}
.opc-wrapper div.step-content .form.methods-shipping #checkout-shipping-method-load tr.row-error td {
  padding-top: 0;
  padding-right: 28px;
}
.opc-wrapper div.step-content .form.methods-shipping #checkout-shipping-method-load td {
  width: auto;
  padding: 3px 8px 3px 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: #191919;
}
.opc-wrapper div.step-content .form.methods-shipping #checkout-shipping-method-load td:last-child {
  padding-right: 0;
}
.opc-wrapper div.step-content .form.methods-shipping #checkout-shipping-method-load td:first-child.col-method {
  min-width: 28px;
  line-height: 1.4rem;
}
.opc-wrapper div.step-content .form.methods-shipping #checkout-shipping-method-load td:first-child.col-method input {
  float: none;
  margin: 0;
  padding: 0;
  height: 2rem;
  border: 1px solid #c1c2c5;
}
.opc-wrapper div.step-content .form.methods-shipping #checkout-shipping-method-load td:first-child.col-method input:hover {
  border: 2px solid #004b7e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.opc-wrapper div.step-content .form.methods-shipping #checkout-shipping-method-load td:first-child.col-method input:checked {
  border: 6px solid #0098ff;
}
.opc-wrapper div.step-content .form.methods-shipping #checkout-shipping-method-load td.col-carrier,
.opc-wrapper div.step-content .form.methods-shipping #checkout-shipping-method-load td.col-price {
  font-weight: 700;
}
.opc-wrapper div.step-content .no-quotes-block {
  margin: 0;
  padding: 19px 0 24px;
}
.opc-wrapper div.step-content .form.payments hr {
  display: none;
}
.opc-wrapper div.step-content .form.payments .fieldset > *,
.opc-wrapper div.step-content .form.payments .field {
  width: 100%;
}
.opc-wrapper div.step-content .form.payments .payment-discount {
  padding-top: 12px;
  padding-bottom: 0;
  border-top: 1px solid #c1c2c5;
}
.opc-wrapper div.step-content .form.payments .payment-methods {
  margin: 0;
}
.opc-wrapper div.step-content .form.payments .step-title + .payment-method._active {
  padding-top: 0;
  border-top: none;
}
.opc-wrapper div.step-content .form.payments .payment-method {
  margin: 14px 0;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-title {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-title input {
  display: block;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-title label {
  margin: 0 0 0 16px;
  font-weight: 400;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-title label:after {
  display: none;
}
.opc-wrapper div.step-content .form.payments .payment-method._active {
  padding: 16px 0;
  border-top: 1px solid #c1c2c5;
  border-bottom: 1px solid #c1c2c5;
}
.opc-wrapper div.step-content .form.payments .payment-method._active:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.opc-wrapper div.step-content .form.payments .payment-method._active .payment-method-title .label {
  font-weight: 700;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content {
  padding: 6px 16px 1px;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address {
  margin: 0 0 16px;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .billing-address-same-as-shipping-block {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .billing-address-same-as-shipping-block input {
  margin-right: 16px;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .billing-address-same-as-shipping-block label {
  width: calc(100% - 2rem - 16px);
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .billing-address-details {
  padding: 0 0 0 36px;
  margin: -3px 0 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #191919;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .billing-address-details a {
  color: #006bb4;
  text-decoration: none;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .billing-address-details a:hover {
  text-decoration: underline;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .billing-address-details button.action-edit-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 100%;
  height: 28px;
  font-size: 1.3rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #006bb4;
  border: 1px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  max-width: 80px;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .billing-address-details button.action-edit-address:hover {
  color: #004b7e;
  text-decoration: none;
  background-color: transparent;
  border-color: #004b7e;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .billing-address-details button.action-edit-address:active,
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .billing-address-details button.action-edit-address:focus {
  color: #ffffff;
  background-color: #004b7e;
  border-color: #004b7e;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .billing-address-details button.action-edit-address:disabled,
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .billing-address-details button.action-edit-address.disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border-color: #c1c2c5;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .billing-address-form {
  max-width: none;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .actions-toolbar {
  position: initial;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .actions-toolbar .primary {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .actions-toolbar .primary button.action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 100%;
  height: 28px;
  font-size: 1.3rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #006bb4;
  border: 1px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  max-width: 130px;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .actions-toolbar .primary button.action:hover {
  color: #004b7e;
  text-decoration: none;
  background-color: transparent;
  border-color: #004b7e;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .actions-toolbar .primary button.action:active,
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .actions-toolbar .primary button.action:focus {
  color: #ffffff;
  background-color: #004b7e;
  border-color: #004b7e;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .actions-toolbar .primary button.action:disabled,
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .actions-toolbar .primary button.action.disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border-color: #c1c2c5;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .actions-toolbar .primary button.action span {
  margin: 0;
  padding: 0;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .actions-toolbar .primary button.action span:after {
  display: none;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree {
  border: none;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree br {
  display: none;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree legend {
  display: none;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .fieldset {
  width: 100%;
  max-width: 313px;
  border: none;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: none;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .label[for="braintree_cc_number"] {
  width: 100%;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .label[for="braintree_expiration"],
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .label[for="braintree_cc_cid"] {
  margin-bottom: 0;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .label[for="braintree_expiration"] + .control {
  max-width: 160px;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .label[for="braintree_cc_cid"] + .control {
  max-width: 90px;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .braintree-card-control {
  position: relative;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .braintree-card-control:after {
  content: '';
  position: absolute;
  right: 13px;
  top: 7px;
  content: "\e909";
  font-family: 'tp-icon';
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: normal;
  color: #0098ff;
  z-index: 1;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .braintree-card-control img {
  display: none;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .control {
  margin: 0;
  padding: 0;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .hosted-control {
  max-width: 313px;
  width: 100%;
  height: 38px;
  padding: 0 12px !important;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #191919;
  background-color: #fff;
  border: 1px solid #c1c2c5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-clip: border-box;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .hosted-control#braintree_cc_number {
  padding: 0 48px 0 12px !important;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .hosted-control#braintree_expirationDate {
  width: 160px;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .hosted-control#braintree_cc_cid {
  width: 90px;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .hosted-control.braintree-hosted-fields-focused {
  color: #191919;
  border-color: #0098ff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .hosted-control[disabled] {
  opacity: 0.6;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .hosted-control.braintree-hosted-fields-invalid {
  border: 1px solid #eb002a;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .hosted-error {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #eb002a;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .braintree-card-control + div {
  width: 100%;
  margin-top: 10px;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .credit-card-types {
  margin: 0 -5px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .credit-card-types li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
  vertical-align: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content form#co-transparent-form-braintree .field .credit-card-types img {
  width: 100%;
  vertical-align: top;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 400px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #006bb4;
  border: 2px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: solid transparent;
  -webkit-appearance: solid transparent;
  -moz-appearance: solid transparent;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar button:hover {
  color: #004b7e;
  text-decoration: none;
  background-color: transparent;
  border-color: #004b7e;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar button:active,
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar button:focus {
  color: #ffffff;
  background-color: #004b7e;
  border-color: #004b7e;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar button.disabled,
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar button:disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border-color: #c1c2c5;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar button span {
  padding-right: 27px;
  position: relative;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar button span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e902";
  font-family: 'tp-icon';
  font-size: 1.6rem;
  font-weight: normal;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar button:hover span:after {
  color: #004b7e;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar button:active span:after,
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar button:focus span:after {
  color: #ffffff;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar button:disabled span:after,
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar button.disabled span:after {
  color: #c1c2c5;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar button span:before {
  display: none;
}
.opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar button span:after {
  font-size: 1.8rem;
}
.actions-toolbar#shipping-method-buttons-container {
  width: 100%;
}
.actions-toolbar#shipping-method-buttons-container .primary {
  float: none;
  display: block;
}
.actions-toolbar#shipping-method-buttons-container button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 400px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #006bb4;
  border: 2px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: solid transparent;
  -webkit-appearance: solid transparent;
  -moz-appearance: solid transparent;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.actions-toolbar#shipping-method-buttons-container button:hover {
  color: #004b7e;
  text-decoration: none;
  background-color: transparent;
  border-color: #004b7e;
}
.actions-toolbar#shipping-method-buttons-container button:active,
.actions-toolbar#shipping-method-buttons-container button:focus {
  color: #ffffff;
  background-color: #004b7e;
  border-color: #004b7e;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
.actions-toolbar#shipping-method-buttons-container button.disabled,
.actions-toolbar#shipping-method-buttons-container button:disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border-color: #c1c2c5;
}
.actions-toolbar#shipping-method-buttons-container button span {
  padding-right: 27px;
  position: relative;
}
.actions-toolbar#shipping-method-buttons-container button span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e902";
  font-family: 'tp-icon';
  font-size: 1.6rem;
  font-weight: normal;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.actions-toolbar#shipping-method-buttons-container button:hover span:after {
  color: #004b7e;
}
.actions-toolbar#shipping-method-buttons-container button:active span:after,
.actions-toolbar#shipping-method-buttons-container button:focus span:after {
  color: #ffffff;
}
.actions-toolbar#shipping-method-buttons-container button:disabled span:after,
.actions-toolbar#shipping-method-buttons-container button.disabled span:after {
  color: #c1c2c5;
}
.actions-toolbar#shipping-method-buttons-container button span:after {
  font-size: 1.8rem;
}
.opc-summary-wrapper {
  width: 100%;
}
.opc-summary-wrapper .opc-block-summary {
  margin: 0 0 16px;
  padding: 23px 12px;
  background-color: #f5f5fa;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.opc-summary-wrapper .opc-block-summary .title {
  display: block;
  padding: 0 0 16px;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #006bb4;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .title {
  display: block;
  padding: 9px 30px 9px 0;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #006bb4;
  border: none;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .title strong {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #006bb4;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .title:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e900";
  font-family: 'tp-icon';
  font-size: 2rem;
  line-height: 2rem;
  color: #006bb4;
  margin: 0;
  padding: 0;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart.active .title:after {
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content {
  border: none;
  border-bottom: 1px solid #e8e8e8;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper {
  border: none;
  margin: 0 0 0 -15px;
  padding: 0 15px;
  max-height: 252px;
  /* Define the scrollbar style */
  /* Define the track style */
  /* Define the thumb style */
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 0;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper::-webkit-scrollbar-track {
  background-color: #FFF;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  border-radius: none;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper::-webkit-scrollbar-thumb:hover {
  background: #004b7e;
  cursor: pointer;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li {
  margin: 0;
  padding: 16px 0;
  border: none;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product-item-photo {
  width: 100px;
  background-color: #ffffff;
  position: relative;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product-item-photo > * {
  vertical-align: top;
  width: 100% !important;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product-item-photo .product-image-wrapper {
  padding-bottom: 100% !important;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product-item-photo .product-image-photo {
  content: '';
  position: absolute;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product-item-details {
  padding-left: 84px;
  position: relative;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product-item-details .options span.toggle {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: #191919;
  position: relative;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product-item-details .options span.toggle:after {
  content: "\e900";
  font-family: 'tp-icon';
  font-size: 1.8rem;
  font-weight: normal;
  color: #006bb4;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product-item-details .options span.toggle:hover:after {
  color: #004b7e;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product-item-details .options.active span.toggle:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product-item-details .options .content {
  color: #191919;
  border: none;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product-item-details .item-options {
  margin: 0;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product-item-inner {
  margin: 0;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product-item-name-block {
  padding: 0;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product-item-name-block .product-item-name {
  margin-bottom: 7px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #191919;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 20px;
  max-height: calc(40px);
  min-height: calc(40px);
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product-item-name-block .product-item-name a {
  color: #191919;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .details-qty {
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .details-qty .label,
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .details-qty .value {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: #191919;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .details-qty .label {
  margin-right: 2px;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .subtotal {
  display: inline-block;
  margin-left: 14px;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .subtotal span {
  margin: 0;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .subtotal span.price {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #191919;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product.actions {
  margin-top: 9px;
  content: '';
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product.actions a {
  margin: 0;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product.actions a span {
  overflow: visible;
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #006bb4;
  text-decoration: underline;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product.actions a:before {
  display: none;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product.actions a:hover span {
  text-decoration: none;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product.actions .primary {
  padding-right: 12px;
  position: relative;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product.actions .primary:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -2px;
  content: "|";
  font-size: 1.6rem;
  font-weight: 400;
  color: #006bb4;
}
.opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper li .product.actions .secondary {
  padding-left: 12px;
}
.opc-summary-wrapper .opc-block-summary .table-wrapper {
  padding: 16px 0 0;
  margin: 0;
  border: none;
  border-top: 1px solid #e8e8e8;
  position: relative;
}
.opc-summary-wrapper .opc-block-summary .table-wrapper .table-totals {
  border: none;
  padding: 0;
  margin: 0;
}
.opc-summary-wrapper .opc-block-summary .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
  display: table;
}
.opc-summary-wrapper .opc-block-summary .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
  display: table-row-group;
}
.opc-summary-wrapper .opc-block-summary .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
  display: table-row;
}
.opc-summary-wrapper .opc-block-summary .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td,
.opc-summary-wrapper .opc-block-summary .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
.opc-summary-wrapper .opc-block-summary .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th,
.opc-summary-wrapper .opc-block-summary .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
  display: table-cell;
  padding: 0 0 12px 0;
  background-color: transparent;
  border: none;
}
.opc-summary-wrapper .opc-block-summary .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:before,
.opc-summary-wrapper .opc-block-summary .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td:before,
.opc-summary-wrapper .opc-block-summary .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th:before,
.opc-summary-wrapper .opc-block-summary .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child:before {
  display: none;
}
.opc-summary-wrapper .opc-block-summary .table-wrapper tr th,
.opc-summary-wrapper .opc-block-summary .table-wrapper tr td {
  padding: 0 0 12px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #8a8a8a;
}
.opc-summary-wrapper .opc-block-summary .table-wrapper tr th strong,
.opc-summary-wrapper .opc-block-summary .table-wrapper tr td strong {
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.opc-summary-wrapper .opc-block-summary .table-wrapper tr th span,
.opc-summary-wrapper .opc-block-summary .table-wrapper tr td span {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  color: #8a8a8a;
}
.opc-summary-wrapper .opc-block-summary .table-wrapper tr th .value {
  margin-left: 5px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #004b7e;
}
.opc-summary-wrapper .opc-block-summary .table-wrapper tr.grand.totals th,
.opc-summary-wrapper .opc-block-summary .table-wrapper tr.grand.totals td {
  padding: 6px 0 16px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #004b7e;
  border-top: 1px solid #e8e8e8;
}
.opc-summary-wrapper .opc-block-shipping-information {
  padding: 0;
}
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-to,
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-via {
  padding: 23px 12px;
  margin: 0 0 24px 0;
  background-color: #f5f5fa;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title,
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 16px;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #006bb4;
}
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title button.action-edit,
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title button.action-edit {
  position: initial;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title button.action-edit span,
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title button.action-edit span {
  position: initial;
  height: auto;
  width: auto;
  margin: 0 5px 0 0;
  padding: 0;
  overflow: visible;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #0098ff;
  text-decoration: underline;
  text-transform: capitalize;
}
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title button.action-edit:active,
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title button.action-edit:active,
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title button.action-edit:hover,
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title button.action-edit:hover {
  text-decoration: none;
}
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title button.action-edit:active span,
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title button.action-edit:active span,
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title button.action-edit:hover span,
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title button.action-edit:hover span {
  text-decoration: none;
}
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title button.action-edit:before,
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title button.action-edit:before {
  display: none;
}
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title button.action-edit:after,
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title button.action-edit:after {
  display: inline-block;
  content: "\e90a";
  font-family: 'tp-icon';
  font-size: 1.8rem;
  font-weight: normal;
  color: #0098ff;
  speak: none;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-to .shipping-information-content,
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-via .shipping-information-content {
  padding: 14px 0 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #8a8a8a;
}
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-to .shipping-information-content a,
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-via .shipping-information-content a {
  color: #004b7e;
  text-decoration: none;
}
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-to .shipping-information-content a:hover,
.opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-via .shipping-information-content a:hover {
  text-decoration: underline;
}
.checkout-onepage-success .page-title-wrapper {
  margin: 14px 0 29px;
}
.checkout-onepage-success .page-title-wrapper h1 {
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #006bb4;
  text-transform: uppercase;
  text-align: left;
}
.checkout-onepage-success .page-title-wrapper p {
  margin: 11px 0 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #006bb4;
}
.checkout-onepage-success .page-title-wrapper a {
  float: none;
  width: 100%;
  margin: 12px 0 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 700;
  color: #0098ff;
  text-align: left;
  text-decoration: underline;
}
.checkout-onepage-success .page-title-wrapper a:hover {
  text-decoration: none;
}
.checkout-onepage-success .column.main > div {
  margin-bottom: 27px;
}
.checkout-onepage-success .column.main > div:last-child {
  margin-bottom: 16px;
}
.checkout-onepage-success .checkout-success,
.checkout-onepage-success #registration {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #191919;
}
.checkout-onepage-success .checkout-success br,
.checkout-onepage-success #registration br {
  display: none;
}
.checkout-onepage-success .checkout-success p,
.checkout-onepage-success #registration p {
  margin: 0 0 6px;
}
.checkout-onepage-success .checkout-success .order-number,
.checkout-onepage-success #registration .order-number {
  font-weight: 700;
  color: #006bb4;
}
.checkout-onepage-success .checkout-success .action.primary,
.checkout-onepage-success #registration .action.primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 400px;
  height: 44px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #006bb4;
  border: 2px solid #006bb4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: solid transparent;
  -webkit-appearance: solid transparent;
  -moz-appearance: solid transparent;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  margin: 16px 0 0;
  min-width: 221px;
}
.checkout-onepage-success .checkout-success .action.primary:hover,
.checkout-onepage-success #registration .action.primary:hover {
  color: #004b7e;
  text-decoration: none;
  background-color: transparent;
  border-color: #004b7e;
}
.checkout-onepage-success .checkout-success .action.primary:active,
.checkout-onepage-success #registration .action.primary:active,
.checkout-onepage-success .checkout-success .action.primary:focus,
.checkout-onepage-success #registration .action.primary:focus {
  color: #ffffff;
  background-color: #004b7e;
  border-color: #004b7e;
  outline: 1px solid #0098ff;
  -webkit-appearance: 1px solid #0098ff;
  -moz-appearance: 1px solid #0098ff;
}
.checkout-onepage-success .checkout-success .action.primary.disabled,
.checkout-onepage-success #registration .action.primary.disabled,
.checkout-onepage-success .checkout-success .action.primary:disabled,
.checkout-onepage-success #registration .action.primary:disabled {
  color: #c1c2c5;
  background-color: #d8d9dc;
  border-color: #c1c2c5;
}
.checkout-onepage-success #registration p {
  font-weight: 700;
}
.checkout-onepage-success #registration p span:nth-child(2) {
  font-weight: 500;
}
* {
  box-sizing: border-box;
}
body {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: #191919;
}
.page-wrapper {
  overflow: hidden;
  background-color: #ffffff;
}
.page-main {
  background-color: #ffffff;
}
.columns .column.main {
  padding: 0;
}
.custom-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1084px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1084px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    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: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 2.4rem;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 768px;
    padding-left: 20px;
  }
  .amblog-post-container.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: "\e918";
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 133.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .block.widget.block-products-list {
    padding: 24px 0;
  }
  .block.widget.block-products-list .block-title {
    margin: 0 0 24px;
  }
  .block.widget.block-products-list .block-title,
  .block.widget.block-products-list .block-title strong {
    font-size: 2.4rem;
  }
  .block.widget.block-products-list .view-all button {
    width: fit-content;
  }
  .block.widget.block-products-list .products-grid .product-items,
  .page-products .products-grid.grid .product-items {
    margin: 0 -12px;
  }
  .block.widget.block-products-list .products-grid .product-items .product-item,
  .page-products .products-grid.grid .product-items .product-item {
    padding: 0 12px;
    width: calc(25%);
  }
  .block.widget.block-products-list .products-grid .product-items .product-item-info:hover,
  .page-products .products-grid.grid .product-items .product-item-info:hover,
  .block.widget.block-products-list .products-grid .product-items .product-item-info.active,
  .page-products .products-grid.grid .product-items .product-item-info.active {
    background: transparent;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    padding: 0;
  }
  .block.widget.block-products-list .products-grid .product-items .product-item-info a.product-item-photo,
  .page-products .products-grid.grid .product-items .product-item-info a.product-item-photo {
    margin-bottom: 12px;
  }
  .block.widget.block-products-list .products-grid .product-items .product-item-info .product-item-name a,
  .page-products .products-grid.grid .product-items .product-item-info .product-item-name a {
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 22px;
    max-height: calc(44px);
    min-height: calc(44px);
  }
  .breadcrumbs {
    display: block;
    margin-bottom: 0;
  }
  .breadcrumbs ul.items {
    padding: 12px 0;
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #006bb4;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
  }
  .breadcrumbs ul.items strong {
    font-weight: 400;
  }
  .breadcrumbs li.item {
    display: inline-block;
    position: relative;
  }
  .breadcrumbs li.item:not(:last-child) {
    padding-right: 22px;
  }
  .breadcrumbs li.item:not(:last-child):after {
    margin: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    content: "\e900";
    font-family: 'tp-icon';
    font-size: 2rem;
    line-height: 1.8rem;
    color: #006bb4;
  }
  .breadcrumbs li.item a {
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 700;
    color: #006bb4;
    text-decoration: underline;
  }
  .breadcrumbs li.item a:hover {
    text-decoration: none;
  }
  body .cart-discount .block.discount,
  body .payment-discount .discount-code {
    max-width: 209px;
  }
  .page-header {
    padding: 40px 0 24px;
    background-color: #004b7e;
  }
  .page-header .header.content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1084px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page-header .header-first,
  .page-header .header-second {
    padding: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: transparent;
  }
  .page-header .header-first .header-container,
  .page-header .header-second .header-container {
    padding: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-header .header-second {
    flex-grow: 1;
  }
  .page-header .logo {
    margin: 0 12px -1px 0;
    width: 254px;
    height: auto;
    max-height: 60px;
  }
  .page-header .number {
    width: fit-content;
    min-width: 170px;
  }
  .page-header .header.links {
    margin: 0 10px 5px 0;
  }
  .page-header .header.links li a {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .page-header .minicart-wrapper {
    margin: 0 0 5px;
    position: relative;
  }
  .page-header .minicart-wrapper a.action.showcart span.text {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .page-header .minicart-wrapper a.action.showcart span.counter {
    margin: 2px 0 0 5px;
  }
  .page-header .minicart-wrapper .block-minicart {
    margin-top: 10px;
    width: 419px;
    top: 100%;
    right: -10px;
  }
  .page-header .minicart-wrapper .block-minicart:before {
    right: 28px;
    left: auto;
    top: -18px;
  }
  .page-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper li .product.actions {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  .page-header .block-search {
    margin: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .page-header .block-search .block-content form > .field.search label {
    display: none;
  }
  .page-header .block-search .block-content form > .field.search input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .nav-sections {
    margin: 0;
    background-color: #006bb4;
  }
  .nav-sections .navigation {
    padding: 0 20px;
    background: #006bb4;
  }
  .nav-sections .navigation ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-sections .navigation li.level0,
  .nav-sections .navigation li.level0.active,
  .nav-sections .navigation li.level0.has-active {
    margin: 0;
  }
  .nav-sections .navigation li.level0:last-child a,
  .nav-sections .navigation li.level0.active:last-child a,
  .nav-sections .navigation li.level0.has-active:last-child a {
    text-transform: uppercase;
  }
  .nav-sections .navigation li.level0.parent > .level-top,
  .nav-sections .navigation li.level0.active.parent > .level-top,
  .nav-sections .navigation li.level0.has-active.parent > .level-top {
    padding: 14px 8px;
  }
  .nav-sections .navigation li.level0.parent > .level-top > .ui-menu-icon,
  .nav-sections .navigation li.level0.active.parent > .level-top > .ui-menu-icon,
  .nav-sections .navigation li.level0.has-active.parent > .level-top > .ui-menu-icon {
    display: none;
  }
  .nav-sections .navigation li.level0 a,
  .nav-sections .navigation li.level0.active a,
  .nav-sections .navigation li.level0.has-active a {
    padding: 14px 8px;
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    border: none;
  }
  .nav-sections .navigation li.level0 a:hover,
  .nav-sections .navigation li.level0.active a:hover,
  .nav-sections .navigation li.level0.has-active a:hover {
    color: #004b7e;
    background-color: #f5f5fa;
  }
  .nav-sections .navigation li.level0 a.ui-state-active,
  .nav-sections .navigation li.level0.active a.ui-state-active,
  .nav-sections .navigation li.level0.has-active a.ui-state-active {
    color: #004b7e;
    background-color: #f5f5fa;
  }
  .nav-sections .navigation li.level0 a.level-top,
  .nav-sections .navigation li.level0.active a.level-top,
  .nav-sections .navigation li.level0.has-active a.level-top {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .nav-sections .navigation li.level0 ul.submenu,
  .nav-sections .navigation li.level0.active ul.submenu,
  .nav-sections .navigation li.level0.has-active ul.submenu {
    padding: 8px;
    min-width: 228px;
    background-color: #f5f5fa;
    -webkit-box-shadow: 0 4px 14px 0 rgba(25, 25, 25, 0.3);
    -moz-box-shadow: 0 4px 14px 0 rgba(25, 25, 25, 0.3);
    box-shadow: 0 4px 14px 0 rgba(25, 25, 25, 0.3);
  }
  .nav-sections .navigation li.level0 ul.submenu li a,
  .nav-sections .navigation li.level0.active ul.submenu li a,
  .nav-sections .navigation li.level0.has-active ul.submenu li a,
  .nav-sections .navigation li.level0 ul.submenu li.active a,
  .nav-sections .navigation li.level0.active ul.submenu li.active a,
  .nav-sections .navigation li.level0.has-active ul.submenu li.active a {
    padding: 7px 8px;
    color: #004b7e;
  }
  .nav-sections .navigation li.level0 ul.submenu li a:hover,
  .nav-sections .navigation li.level0.active ul.submenu li a:hover,
  .nav-sections .navigation li.level0.has-active ul.submenu li a:hover,
  .nav-sections .navigation li.level0 ul.submenu li.active a:hover,
  .nav-sections .navigation li.level0.active ul.submenu li.active a:hover,
  .nav-sections .navigation li.level0.has-active ul.submenu li.active a:hover {
    font-weight: 800;
  }
  .nav-sections .nav-account-links {
    display: none;
  }
  .page-footer {
    background-color: #004b7e;
    padding: 30px 0;
  }
  .footer .footer-links ul.useful-links {
    column-width: 200px;
  }
  .section.newsletter {
    display: block;
    background-color: #006bb4;
    padding: 30px 0;
  }
  .section.newsletter .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section.newsletter .content > * {
    flex-basis: 49%;
  }
  .section.newsletter .content p {
    margin: 0;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: #ffffff;
  }
  .section.newsletter .form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-products .page-title-wrapper h1,
  .catalog-category-view .page-title-wrapper h1 {
    margin: 24px 0;
    font-size: 2.4rem;
  }
  .page-products .column.main,
  .catalog-category-view .column.main {
    float: none;
    width: 100%;
  }
  .product-table-details {
    padding: 24px 0;
    overflow-x: scroll;
    scroll-behavior: smooth;
    /* Define the scrollbar style */
    /* Define the track style */
    /* Define the thumb style */
  }
  .product-table-details::-webkit-scrollbar {
    width: 0;
    height: 1.2rem;
  }
  .product-table-details::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .product-table-details::-webkit-scrollbar-thumb {
    background: #006bb4;
    border-radius: 8px;
  }
  .product-table-details::-webkit-scrollbar-thumb:hover {
    background: #004b7e;
    cursor: pointer;
  }
  .product-table-details table > thead > tr > th {
    width: 77px;
    padding: 6px 8px;
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    vertical-align: middle;
    background-color: #006bb4;
  }
  .product-table-details table > thead > tr > th:first-child {
    width: 80px;
  }
  .product-table-details table > thead > tr > th:last-child {
    width: 116px;
    background-color: #004b7e;
  }
  .product-table-details table > thead > tr > th span {
    display: block;
    font-weight: 400;
    text-transform: none;
  }
  .product-table-details table > tbody > tr > td {
    padding: 14px 16px;
  }
  .product-table-details table > tbody > tr > td:first-child {
    padding-top: 15px;
    background-color: transparent;
  }
  .product-table-details table > tbody > tr > td:last-child {
    padding: 12px 6px;
  }
  .product-table-details table > tbody > tr > td:after {
    background-color: #006bb4;
    opacity: 0.4;
  }
  .product-table-details table > tbody > tr:first-child td:before {
    display: none;
  }
  .product-table-details table .input-button-block input {
    height: 24px;
  }
  .product-table-details table .input-button-block button {
    height: 24px;
    line-height: 2.4rem;
  }
  .product-reviews-summary {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .product-reviews-summary .rating-summary {
    margin-right: 5px;
  }
  .product-reviews-summary .rating-result {
    width: 108px;
  }
  .product-reviews-summary .rating-result:before {
    font-size: 2rem;
    line-height: 2rem;
    height: 20px;
    letter-spacing: 2px;
  }
  .product-reviews-summary .rating-result:after {
    font-size: 1.4rem;
    line-height: 1.4rem;
    height: 14px;
    letter-spacing: 8px;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
  }
  .product-reviews-summary .rating-result > span:before {
    font-size: 2rem;
    line-height: 2rem;
    height: 20px;
    letter-spacing: 2px;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 1.3rem;
  }
  .product-reviews-summary .reviews-actions .action {
    text-decoration: underline;
  }
  .product-reviews-summary .reviews-actions .action:hover {
    text-decoration: none;
  }
  .block.related {
    display: block;
    width: 100%;
    padding: 24px 0;
    margin-top: 23px;
    background-color: #f5f5fa;
    position: relative;
  }
  .block.related:before,
  .block.related:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5fa;
  }
  .block.related:before {
    left: -100%;
    right: 100%;
  }
  .block.related:after {
    left: 100%;
    right: 200%;
  }
  .block.related .block-title {
    margin: 0 0 24px;
  }
  .block.related .block-title,
  .block.related .block-title strong {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    color: #004b7e;
    text-align: left;
  }
  .block.related .products-grid.grid {
    margin: 0;
  }
  .block.related .products-grid.grid .product-items {
    margin: 0 -12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block.related .products-grid.grid .product-items .product-item {
    padding: 0 12px;
    margin: 0 0 28px !important;
    width: calc(25%);
  }
  .block.related .products-grid.grid .product-items .product-item-info {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    background: transparent;
  }
  .block.related .products-grid.grid .product-items .product-item-info:hover,
  .block.related .products-grid.grid .product-items .product-item-info.active {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    padding: 0;
  }
  .block.related .products-grid.grid .product-items .product-item-info:hover .product-item-name a,
  .block.related .products-grid.grid .product-items .product-item-info.active .product-item-name a {
    text-decoration: underline;
  }
  .block.related .products-grid.grid .product-items .product-item-info:hover .product-item-inner,
  .block.related .products-grid.grid .product-items .product-item-info.active .product-item-inner {
    display: none;
  }
  .block.related .products-grid.grid .product-items .product-item-info .product-item-inner {
    display: none;
  }
  .block.related .products-grid.grid .product-items .product-item-info a.product-item-photo {
    display: block;
    margin-bottom: 12px;
    background-color: #ffffff;
    position: relative;
  }
  .block.related .products-grid.grid .product-items .product-item-info a.product-item-photo > * {
    vertical-align: top;
    width: 100% !important;
  }
  .block.related .products-grid.grid .product-items .product-item-info .product-image-wrapper {
    padding-bottom: 100% !important;
  }
  .block.related .products-grid.grid .product-items .product-item-info .product-image-photo {
    content: '';
    position: absolute;
    bottom: auto;
    right: auto;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
  }
  .block.related .products-grid.grid .product-items .product-item-info .product-item-name {
    margin: 0 0 11px;
  }
  .block.related .products-grid.grid .product-items .product-item-info .product-item-name a {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.179rem;
    font-weight: 400;
    color: #191919;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 22px;
    max-height: calc(44px);
    min-height: calc(44px);
  }
  .block.related .products-grid.grid .product-items .product-item-info .product-item-name a:hover {
    text-decoration: none;
  }
  .block.related .products-grid.grid .product-items .product-item-info .price-box {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #191919;
  }
  .block.related .products-grid.grid .product-items .product-item-info .price-box .price,
  .block.related .products-grid.grid .product-items .product-item-info .price-box .price-label {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    color: #191919;
  }
  .block.related .products-grid.grid .product-items .product-item-info .minimal-price-link {
    margin: 0;
  }
  .block.related .products-grid.grid .product-items .product-item-info .minimal-price-link span:nth-child(2) {
    color: #006bb4;
  }
  .block.related .products-grid.grid .product-items .product-item-info .minimal-price-link:hover {
    text-decoration: none;
  }
  .block.related .products-grid.grid .product-items .product-item-info .field.choice,
  .block.related .products-grid.grid .product-items .product-item-info .product-item-actions {
    display: none;
  }
  .block.related .show-more-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    max-width: 400px;
    height: 44px;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #006bb4;
    border: 2px solid #006bb4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: solid transparent;
    -webkit-appearance: solid transparent;
    -moz-appearance: solid transparent;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .block.related .show-more-btn:hover {
    color: #004b7e;
    text-decoration: none;
    background-color: transparent;
    border-color: #004b7e;
  }
  .block.related .show-more-btn:active,
  .block.related .show-more-btn:focus {
    color: #ffffff;
    background-color: #004b7e;
    border-color: #004b7e;
    outline: 1px solid #0098ff;
    -webkit-appearance: 1px solid #0098ff;
    -moz-appearance: 1px solid #0098ff;
  }
  .block.related .show-more-btn.disabled,
  .block.related .show-more-btn:disabled {
    color: #c1c2c5;
    background-color: #d8d9dc;
    border-color: #c1c2c5;
  }
  .catalog-product-view .page-main {
    margin-top: 24px;
  }
  .catalog-product-view .column.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .catalog-product-view .product-info-main {
    width: 49%;
    float: none;
  }
  .catalog-product-view .product-media-wrap {
    width: 49%;
  }
  .catalog-product-view .product.media {
    float: none;
    width: 100%;
  }
  .catalog-product-view .product-media-wrap {
    margin-bottom: 0;
  }
  .catalog-product-view .product-media-wrap .page-title,
  .catalog-product-view .product-media-wrap .product-reviews-summary {
    display: none;
  }
  .catalog-product-view .product-info-main .page-title,
  .catalog-product-view .product-info-main .product-reviews-summary {
    display: block;
  }
  .catalog-product-view .page-title {
    margin-bottom: 24px;
  }
  .catalog-product-view .product.attribute.overview {
    margin: 24px 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-cart-index .page-title-wrapper {
    margin: 44px 0 21px;
    padding-right: 332px;
  }
  .checkout-cart-index .page-title-wrapper h1 {
    font-size: 2.4rem;
    text-align: left;
  }
  .checkout-cart-index .cart-container .cart-summary {
    margin-bottom: 25px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    position: initial;
  }
  .checkout-cart-index .cart-container .form-cart {
    width: 100%;
    padding: 0;
    margin: 0 0 25px;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper table th:not(:first-child) {
    display: table-cell;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper table th {
    padding: 10px;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper table th:first-child {
    padding-left: 24px;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper table th:last-child {
    padding-right: 0;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper table th:not(:first-child) {
    display: table-cell;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper table td {
    padding: 22px 10px;
    vertical-align: middle;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper table td:first-child {
    padding-left: 24px;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper table td:last-child {
    padding-right: 0;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper table td:before {
    display: none;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.item {
    display: table-cell;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.item .item-first-col {
    display: table-cell;
    width: 36px;
    position: relative;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.item .item-first-col .action-delete {
    padding: 0;
    content: '';
    position: absolute;
    top: 27px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1.5px solid #eb002a;
    border-radius: 50%;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.item .item-first-col .action-delete:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 52%;
    content: "\e907";
    font-family: 'tp-icon';
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: normal;
    color: #eb002a;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.item .item-first-col .action-delete span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.item .item-first-col .action-delete:hover {
    text-decoration: none;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.item .item-first-col .action-delete:hover:before {
    font-weight: 700;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.item .product-item-photo {
    width: 72px;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.price span,
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.subtotal span,
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.price .price,
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.subtotal .price {
    margin-top: 0;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.qty {
    width: 148px;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-info td.subtotal {
    width: 104px;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody tr.item-actions {
    display: none;
  }
  .checkout-cart-index .cart-container .form-cart .cart.actions {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .checkout-cart-index .cart-container .form-cart .cart.actions button.update,
  .checkout-cart-index .cart-container .form-cart .cart.actions button.return-to-shop {
    margin: 0;
    max-width: max-content;
  }
  .checkout-index-index .nav-sections,
  .checkout-index-index .nav-toggle {
    display: none;
  }
  .checkout-index-index .page-header .header-first {
    display: none;
  }
  .checkout-index-index .page-title-wrapper {
    top: 36px;
    left: 20px;
  }
  .checkout-container > * {
    float: none;
    width: 100%;
    padding: 0;
  }
  ul.opc-progress-bar {
    margin: 24px 0 12px;
  }
  ul.opc-progress-bar li.opc-progress-bar-item {
    width: 82px;
    padding-left: 28px;
  }
  ul.opc-progress-bar li.opc-progress-bar-item:before {
    left: -28px;
    top: 15px;
    width: 84px;
  }
  ul.opc-progress-bar li.opc-progress-bar-item span {
    padding-top: 42px;
    font-size: 1.3rem;
  }
  ul.opc-progress-bar li.opc-progress-bar-item span:before {
    width: 28px;
    height: 28px;
    left: 50%;
  }
  ul.opc-progress-bar li.opc-progress-bar-item span:after {
    top: 10px;
    width: 11px;
    height: 11px;
    left: 50%;
  }
  ul.opc-progress-bar li.opc-progress-bar-item._complete span:after {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .opc-wrapper .checkout-payment-method .step-title {
    padding: 14px 24px 11px !important;
  }
  .opc-wrapper div.step-content {
    padding: 8px 24px 0;
  }
  .opc-wrapper div.step-content form .fieldset {
    margin: 0 0 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .opc-wrapper div.step-content form .field {
    width: 49%;
  }
  .opc-wrapper div.step-content form .field.street {
    width: 100%;
  }
  .opc-wrapper div.step-content form .field.street .field {
    width: 100%;
  }
  .opc-wrapper div.step-content .form-login .field {
    width: 100%;
  }
  .opc-wrapper div.step-content .form-login .field .control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .opc-wrapper div.step-content .form-login .field .control > * {
    width: 49%;
  }
  .opc-wrapper div.step-content .form-login .field .control .mage-error {
    width: 100%;
  }
  .opc-wrapper div.step-content .form-login .field .control .note {
    margin-top: 0;
  }
  .opc-wrapper div.step-content .form-login .actions-toolbar {
    width: 49%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .opc-wrapper div.step-content .form-login .actions-toolbar .secondary {
    margin: 4px auto 0 6px;
  }
  .opc-wrapper div.step-content .form-login .actions-toolbar .primary {
    margin: 5px 0 0 auto;
  }
  .opc-wrapper div.step-content .form-login .actions-toolbar .primary button {
    margin: 0 auto 0 0;
    width: max-content;
    height: 28px;
  }
  .opc-wrapper div.step-content .field.addresses {
    padding: 16px 0 24px;
  }
  .opc-wrapper div.step-content .field.addresses .shipping-address-item button.action-select-shipping-item {
    max-width: 111px;
  }
  .opc-wrapper div.step-content .new-address-popup {
    padding: 0 0 24px;
  }
  .opc-wrapper div.step-content .new-address-popup button {
    max-width: 213px;
  }
  .opc-wrapper div.step-content .form.methods-shipping #checkout-shipping-method-load {
    padding-top: 11px;
    padding-bottom: 17px;
    margin: 0;
  }
  .opc-wrapper div.step-content .form.payments .payment-discount {
    padding-top: 36px;
    padding-bottom: 24px;
  }
  .opc-wrapper div.step-content .form.payments .payment-method {
    margin: 14px 0;
  }
  .opc-wrapper div.step-content .form.payments .payment-method._active {
    padding: 16px 0;
  }
  .opc-wrapper div.step-content .form.payments .payment-method .payment-method-content {
    padding: 16px 48px 1px;
  }
  .opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .billing-address-same-as-shipping-block {
    margin-bottom: 10px;
  }
  .opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .billing-address-form .field {
    width: 49%;
  }
  .opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .billing-address-form .field.street {
    width: 100%;
  }
  .opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .payment-method-billing-address .billing-address-form .field.street .field {
    width: 100%;
  }
  .actions-toolbar#shipping-method-buttons-container {
    margin: 0 0 20px;
  }
  .actions-toolbar#shipping-method-buttons-container .primary {
    text-align: right;
  }
  .actions-toolbar#shipping-method-buttons-container button {
    margin: 0 0 0 auto;
    max-width: max-content;
  }
  .opc-summary-wrapper .opc-block-summary {
    margin: 0 0 24px;
    padding: 22px 24px;
  }
  .opc-summary-wrapper .opc-block-summary .block.items-in-cart .content .minicart-items-wrapper {
    border: none;
    margin: 0 -15px 0 -15px;
    padding: 0 15px;
  }
  .opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-to,
  .opc-summary-wrapper .opc-block-shipping-information .shipping-information .ship-via {
    padding: 22px 24px 20px;
    margin: 0 0 24px 0;
  }
  .checkout-onepage-success .page-title-wrapper {
    margin: 24px 0 27px;
  }
  .checkout-onepage-success .page-title-wrapper h1 {
    font-size: 2.4rem;
  }
  .checkout-onepage-success .page-title-wrapper p {
    margin: 0;
  }
  .checkout-onepage-success .checkout-success .action.primary,
  .checkout-onepage-success #registration .action.primary {
    max-width: max-content;
  }
}
@media all and (min-width: 1024px), print {
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list > .amblog-item {
    min-width: 190px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 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;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .footer h3 {
    text-align: left;
    margin-bottom: 20px;
  }
  .footer .footer-description h3 {
    margin-bottom: 5px;
  }
  .footer .footer-links h3 {
    margin-bottom: 28px;
  }
  .footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-content > div {
    width: 57%;
    flex-shrink: 1;
  }
  .footer-content > div:first-child {
    width: 23%;
  }
  .footer-content > div:last-child {
    width: 15%;
  }
  .footer-logo {
    max-width: 154px;
    margin: 0 0 14px;
  }
  .footer-description {
    display: block;
  }
  .footer-description p {
    font-size: 1.3rem;
    line-height: 2.2rem;
    line-height: 1.7;
    color: #ffffff;
  }
  .footer-description a {
    display: inline-block;
    padding: 3px 35px 3px 12px;
    font-size: 1.3rem;
    line-height: 1.857rem;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    border-radius: 80px;
    position: relative;
  }
  .footer-description a span {
    display: none;
  }
  .footer-description a:before {
    content: '';
    position: absolute;
    content: "\e902";
    right: 10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'tp-icon';
    font-size: 2rem;
    color: #ffffff;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .footer-description a:hover {
    color: #f26101;
    border-color: #f26101;
    text-decoration: none;
  }
  .footer-description a:hover:before {
    right: 6px;
    color: #f26101;
  }
  .footer .footer-links {
    margin-bottom: 21px;
  }
  .footer .footer-links ul.useful-links {
    padding: 0;
    column-width: 140px;
    column-gap: 60px;
  }
  .footer .footer-links ul.useful-links li {
    padding: 0 10px;
  }
  .footer.content .payment-container {
    margin-bottom: 0;
  }
  .footer.content .payment-container ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer.content .social-container {
    width: 280px;
    max-width: 100%;
    margin: 0 0 16px;
  }
  .footer.content .social-container ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer.content .social-container.webenc {
    margin: 0;
  }
  .copyright p {
    display: inline-block;
  }
  .copyright span.line {
    display: inline-block;
    margin: 0 21px;
    color: #191919;
  }
  .blocks-promo {
    padding: 24px 0;
  }
  .section-catalog .section-title {
    margin: 0;
    font-size: 2.4rem;
  }
  .product-info-main .product-add-form .box-tocart .fieldset {
    flex-wrap: nowrap;
  }
  .product-info-main .product-add-form .box-tocart .fieldset > * {
    width: auto;
  }
  .product-info-main .product-add-form .box-tocart .fieldset > *:not(:last-child) {
    margin: 0 16px 0 0;
  }
  .product-info-main .product-add-form .box-tocart .fieldset > .wishlist-btn {
    margin-top: 0;
  }
  .product-add-form {
    margin: 0 0 50px;
  }
  .product-add-form .product-options-wrapper .fieldset .field.configurable {
    width: 48%;
  }
  .product-add-form .product-options-wrapper .fieldset .swatch-attribute-options {
    margin: 8px 0;
  }
  .product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor {
    margin-top: 10px;
  }
  .product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor .message_ink {
    margin: -8px 3px -11px;
    max-height: none;
  }
  .product-add-form .product-options-wrapper .fieldset .swatch-attribute.inkcolor .show-all-colors {
    display: none;
  }
  .product-add-form .product-options-wrapper .fieldset .swatch-attribute.productiontime .options-list,
  .product-add-form .product-options-wrapper .fieldset .swatch-attribute.reprint .options-list {
    margin-bottom: 24px;
  }
  .product-add-form .product-options-wrapper .fieldset .swatch-attribute.uploadedimage .browse-sec {
    width: 223px;
  }
  .product-add-form .product-options-wrapper .fieldset .swatch-attribute.comments textarea#comments {
    min-height: 80px;
  }
  .checkout-cart-index .cart-container {
    display: block;
    padding-bottom: 100px;
  }
  .checkout-cart-index .cart-container .cart-summary {
    margin-bottom: 0;
    margin-top: -72px;
    max-width: 332px;
    position: relative;
  }
  .checkout-cart-index .cart-container .form-cart {
    width: calc(100% - 332px);
    padding: 0 24px 0 0;
  }
  .checkout-cart-index .cart-container .cart-discount {
    width: calc(100% - 332px);
    padding: 0 24px 0 0;
    margin: 0;
  }
  .checkout-container {
    margin: 0;
    padding: 0;
    clear: both;
  }
  ul.opc-progress-bar {
    float: left;
    width: calc(100% - 332px);
    padding-right: 24px;
  }
  .opc-wrapper {
    float: left;
    width: calc(100% - 332px);
    padding-right: 24px;
  }
  .opc-wrapper div.step-content {
    position: relative;
  }
  .opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar {
    bottom: 22px;
    right: 24px;
    left: initial;
  }
  .opc-wrapper div.step-content .form.payments .payment-method .payment-method-content .actions-toolbar button {
    margin: 0;
    max-width: 221px;
  }
  .actions-toolbar#shipping-method-buttons-container {
    float: left;
    width: calc(100% - 332px);
    padding-right: 24px;
  }
  .opc-summary-wrapper {
    float: right;
    width: 332px;
    margin: -72px 0 0;
    position: relative;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
