/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@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;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
