/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Te/online/zh_Hans_CN/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 15px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Te/online/zh_Hans_CN/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  border: 0;
}
img,
object,
video,
embed {
  max-height: 100%;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #666666;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-style: normal;
  line-height: 1.53846154;
  font-size: 1.4rem;
  font-weight: 400;
}
p {
  margin-top: 0rem;
  margin-bottom: 1.05rem;
}
abbr[title] {
  border-bottom: 1px dotted #e2e2e2;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #111111;
  color: #ffffff;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin-bottom: 21px;
  margin-top: 21px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  color: #222222;
  font-weight: 300;
  line-height: 1.07142857;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 2.1rem;
}
h2 {
  color: #222222;
  font-weight: 300;
  line-height: 1.25;
  font-size: 2rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
}
h3 {
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.575rem;
  margin-bottom: 1.05rem;
}
h4 {
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.6rem;
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}
h5 {
  color: #222222;
  font-weight: 300;
  line-height: 1.46153846;
  font-size: 1.4rem;
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}
h6 {
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.2rem;
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: inherit;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: inherit;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #111111;
}
a:active,
.alink:active {
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.625rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1.05rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 21px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5.25px;
  margin-top: 0;
}
dd {
  margin-bottom: 10.5px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #dedede;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #dedede;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #dedede;
  border: 1px solid #e2e2e2;
  color: #111111;
  line-height: 1.53846154;
  margin: 0 0 10.5px;
  padding: 10.5px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #e2e2e2;
  margin: 0 0 21px 42px;
  padding: 0;
  color: #666666;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-style: italic;
  font-weight: 400;
  line-height: 1.53846154;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.53846154;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10.5px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #00a0e8;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-weight: 300;
  margin: 0;
  padding: 15px 20px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
  text-transform: uppercase;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 1023px) {
  button,
  .cart.table-wrapper .actions-toolbar > .action,
  .action-gift {
    padding: 8px 15px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  button,
  .cart.table-wrapper .actions-toolbar > .action,
  .action-gift {
    padding-left: 30px;
    padding-right: 30px;
  }
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-size: 14px;
  height: 42px;
  line-height: 1.53846154;
  padding: 0 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
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 {
  border: 1px solid #222222;
}
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 {
  opacity: 0.5;
}
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 {
  color: #aaaaaa;
}
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 {
  color: #aaaaaa;
}
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 {
  color: #aaaaaa;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA69pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6NjNBQTA3MjY4ODM0RTYxMUI4MTI5QjVBMzE5RjBEMTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjA5NzY3RjdDMzk0MTFFNzlBNkNBQkExNUZDQkZEM0UiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjA5NzY3RjZDMzk0MTFFNzlBNkNBQkExNUZDQkZEM0UiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMjJBRTI3Qjg0QjlFNzExQjVBN0UyNTIyRjIyRjczMCIgc3RSZWY6ZG9jdW1lbnRJRD0idXVpZDo2M0FBMDcyNjg4MzRFNjExQjgxMjlCNUEzMTlGMEQxNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlEazA0AAABVSURBVHjaYhQREXFhYGDYw0AYuDABiXIgDiWgcDcQC7IACVcoBwRW41A4CyTHAhXApQGuEMRhQZJA14CiEAQYgR7E6j4g7kR3FgsWN4JswBpCAAEGAKcvEa9lkTMAAAAAAElFTkSuQmCC) no-repeat right 7px center;
  background-clip: padding-box;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-size: 14px;
  height: 42px;
  line-height: 1.53846154;
  padding: 5.25px 25px 5.25px 10.5px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #222222;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-size: 14px;
  height: auto;
  line-height: 1.53846154;
  margin: 0;
  padding: 10.5px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:focus {
  border: 1px solid #222222;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #aaaaaa;
}
textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}
textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
input[type="checkbox"] {
  margin: 2px 5.25px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5.25px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #00a0e8;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-weight: 300;
  margin: 0;
  padding: 15px 20px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .abs-action-link-button,
  .abs-action-addto-product,
  .block-event .slider-panel .slider .item .action.event,
  .bundle-options-container .block-bundle-summary .product-addto-links > .action,
  .product-info-main .action.tocompare,
  .product-options-bottom .action.tocompare,
  .product-info-main .action.towishlist,
  .product-options-bottom .action.towishlist,
  .block-bundle-summary .action.towishlist {
    padding: 8px 15px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .abs-action-link-button,
  .abs-action-addto-product,
  .block-event .slider-panel .slider .item .action.event,
  .bundle-options-container .block-bundle-summary .product-addto-links > .action,
  .product-info-main .action.tocompare,
  .product-options-bottom .action.tocompare,
  .product-info-main .action.towishlist,
  .product-options-bottom .action.towishlist,
  .block-bundle-summary .action.towishlist {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10.5px 5.25px 0;
}
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5.25px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-account-blocks .block-title,
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong {
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.575rem;
  margin-bottom: 1.05rem;
}
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title,
.account .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5.25px;
}
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span,
.account .column.main .block:not(.widget) .box-title > span {
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.6rem;
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10.5px;
}
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box,
.account .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 21px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.account .table-return-items .qty .input-text,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 42px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.product.name a {
  font-weight: 400;
}
.product.name a > a {
  color: #666666;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product.name a > a:visited {
  color: #666666;
}
.abs-product-link > a:hover,
.product.name a > a:hover {
  color: #666666;
}
.abs-product-link > a:active,
.product.name a > a:active {
  color: #666666;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10.5px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 31.5px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 31.5px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.block.newsletter .label,
.products-grid.wishlist .product-item .comment-box .label,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field.additional .label,
.account-nav .title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span,
#cart-sidebar-reorder .control .label {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after,
.fieldset .fullname .field:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.search-autocomplete,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5.25px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5.25px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5.25px 8px;
  font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist,
.product-addto-links .action.towishlist,
.product-items .action.tocompare,
.products.list.items .action.tocompare,
.table-comparison .action.tocompare,
.product-addto-links .action.tocompare,
.product-wrap .product-social-links .action {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span,
.product-addto-links .action.towishlist > span,
.product-items .action.tocompare > span,
.products.list.items .action.tocompare > span,
.table-comparison .action.tocompare > span,
.product-addto-links .action.tocompare > span,
.product-wrap .product-social-links .action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.product-items .action.tocompare:before,
.products.list.items .action.tocompare:before,
.table-comparison .action.tocompare:before,
.product-addto-links .action.tocompare:before,
.product-wrap .product-social-links .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.product-addto-links .action.towishlist:hover:before,
.product-items .action.tocompare:hover:before,
.products.list.items .action.tocompare:hover:before,
.table-comparison .action.tocompare:hover:before,
.product-addto-links .action.tocompare:hover:before,
.product-wrap .product-social-links .action:hover:before {
  color: #333333;
}
.form-address-edit .actions-toolbar .action.vertex-secondary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.multicheckout .action.primary,
.form-address-edit .actions-toolbar .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-remove,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.53846154;
  padding: 0;
  color: inherit;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: inherit;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #111111;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: inherit;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 15px 20px;
}
.bundle-actions {
  margin: 10.5px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10.5px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 26.25px;
  padding-bottom: 10.5px;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5.25px;
  padding-right: 26.25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5.25px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 21px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  font-weight: 700;
  background-image: none;
  background: #00a0e8;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-weight: 300;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5.25px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10.5px;
  width: calc(100% - 50.5px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10.5px;
  width: calc(100% - 39.75px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10.5px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10.5px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10.5px;
  color: #666666;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 21px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10.5px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 26.25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #e2e2e2;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #e2e2e2;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 31.5px 7px 5.25px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.heading-1 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.07142857;
}
.heading-2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
.heading-3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}
.heading-4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}
.heading-5 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.46153846;
}
.heading-6 {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 42px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.columns {
  display: block;
}
.columns .column.main {
  max-width: 100%;
}
.top-container,
.page-main,
.page-bottom {
  box-sizing: border-box;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.ie9 .top-container,
.ie9 .page-main,
.ie9 .page-bottom {
  width: auto;
}
.breadcrumbs > ul.items,
.page-main > .columns {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  min-width: 280px;
}
@media (min-width: 1024px) {
  .breadcrumbs > ul.items,
  .page-main > .columns {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs > ul.items,
  .page-main > .columns {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs > ul.items,
  .page-main > .columns {
    max-width: 1200px;
  }
}
@media (min-width: 480px) {
  .breadcrumbs > ul.items,
  .page-main > .columns {
    padding-left: 15px;
    padding-right: 15px;
  }
  .breadcrumbs > ul.items .row,
  .page-main > .columns .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .breadcrumbs > ul.items [class*="col-xs-"],
  .page-main > .columns [class*="col-xs-"],
  .breadcrumbs > ul.items [class*="col-m-"],
  .page-main > .columns [class*="col-m-"],
  .breadcrumbs > ul.items [class*="col-l-"],
  .page-main > .columns [class*="col-l-"],
  .breadcrumbs > ul.items [class*="col-xl-"],
  .page-main > .columns [class*="col-xl-"],
  .breadcrumbs > ul.items [class*="col-xxl-"],
  .page-main > .columns [class*="col-xxl-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#contentarea {
  padding: 0;
}
@media (max-width: 1023px) {
  .columns > .row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.grid-main,
.grid-left,
.grid-right {
  max-width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
}
.grid-main {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.grid-left {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.grid-right {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.grid-left,
.grid-right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: stretch;
}
.page-main .columns .sidebar.sidebar-main,
.page-main .columns .sidebar.sidebar-additional {
  float: none;
  clear: none;
  width: 100%;
  flex: 0 0 auto;
}
@media (max-width: 1023px) {
  .page-main,
  .grid-main {
    padding-left: 0;
    padding-right: 0;
  }
  .page-main > .columns {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-products .page-main > .columns > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.ipad .page-main .grid-left {
  clear: both;
}
@media (max-width: 1023px) {
  .page-with-filter.page-products .columns .column.main {
    padding-bottom: 0;
  }
  .page-with-filter.page-products .toolbar-bottom .toolbar {
    margin-top: 0;
  }
  .page-with-filter.page-products .grid-main {
    margin-bottom: -1px;
  }
}
.page-footer .block-static-block .wrap {
  position: relative;
}
.page-footer .block-static-block .footer-menu {
  position: absolute;
  top: -38px;
  left: 370px;
  font-size: 13px;
  padding-right: 10px;
}
.page-footer .block-static-block .footer-menu li {
  list-style: none;
  float: left;
  margin-right: 12px;
}
@media (max-width: 1023px) {
  .page-footer .block-static-block .footer-menu {
    top: -70px;
    width: 100%;
    left: 0;
  }
  .page-footer .footer-panel .copyright {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .page-footer .block-static-block .footer-menu {
    top: -88px;
  }
  .page-footer .footer-panel .copyright {
    margin-top: 40px;
  }
}
.wishlist-index-index .products-grid.wishlist .product-item .product-image-photo {
  position: absolute;
}
#cookienotification-block {
  z-index: 1001 !important;
}
#cookienotification-block p {
  font-size: 13px;
  float: none !important;
  margin-right: 0 !important;
  display: inline !important;
}
#cookienotification-block button#btn-cookienotification-more,
#cookienotification-block .cart.table-wrapper .actions-toolbar > .action#btn-cookienotification-more,
#cookienotification-block .action-gift#btn-cookienotification-more {
  float: none;
  border: none;
  display: inline-block;
  font-size: 13px;
  padding-left: 0;
}
#cookienotification-block button#btn-cookienotification-allow,
#cookienotification-block .cart.table-wrapper .actions-toolbar > .action#btn-cookienotification-allow,
#cookienotification-block .action-gift#btn-cookienotification-allow {
  border: none;
  padding: 3px 12px;
}
.cms-page-view h1,
.cms-page-view .page-title {
  font-size: 2.4rem;
  font-weight: 400;
}
.cms-page-view h2 {
  font-size: 2rem;
  font-weight: 400;
}
.cms-page-view h3 {
  font-size: 1.8rem;
  font-weight: 400;
}
.cms-page-view h4 {
  font-size: 1.6rem;
  font-weight: 400;
}
.cms-page-view p {
  line-height: 1.6;
}
.price-box .cny-price {
  color: #666666;
  font-size: 1.2rem;
  display: inline-block;
  padding-left: 10px;
  line-height: 17px;
}
.checkout-index-index .grand.totals .amount .cny-price {
  font-size: 1.8rem;
  color: #888;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 5px;
}
.checkout-index-index .grand.totals .amount {
  vertical-align: middle;
}
.wishlist-index-index .product-item .price-box .price {
  color: #ff3e69;
}
.actions-toolbar button.apply,
.actions-toolbar .cart.table-wrapper .actions-toolbar > .action.apply,
.actions-toolbar .action-gift.apply {
  font-size: 1.4rem;
}
.add-to-cart-popup .modal-inner-wrap {
  max-width: 700px;
}
.modal-popup .modal-footer {
  text-align: right;
}
.modal-popup .modal-footer button,
.modal-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.modal-popup .modal-footer .action-gift {
  margin-left: 5px;
}
.products.list .product-item .price-final_price .price-wrapper,
.products-grid .product-item .price-final_price .price-wrapper {
  font-size: 1.6rem;
}
.products.list .product-item .product-info .price-box .cny-price,
.products-grid .product-item .product-info .price-box .cny-price,
.products.list .product-item .price-box .price-container,
.products-grid .product-item .price-box .price-container {
  font-size: 1.2rem;
  line-height: 17px;
}
.page-main > .page.messages .messages .message > div {
  padding: 0 20px;
}
.page-main > .page.messages .messages .message > div:before {
  left: 0;
}
.customer-account-create .service-terms {
  margin-top: -20px;
}
.checkout-cart-index .page.messages .messages {
  display: none !important;
}
.checkout-index-index .opc-wrapper .step-content .message {
  padding: 13px 10px 13px 38px !important;
  margin-top: 10px;
}
.product-items > .product-item .price-box {
  margin: 0 -10px;
}
.list.products-list .product-items > .product-item .price-box {
  margin: 5px 0;
}
.cms-index-index .widget .block-title strong,
.page-title-wrapper .page-title {
  font-size: 24px;
  font-weight: 300;
}
.main p a,
.modal-popup .modal-content a {
  color: #00a0e8;
}
.modal-popup .modal-content a.action-register {
  color: #ffffff;
}
.modal-popup .block-authentication .block[class] .field .label {
  padding-top: 0;
}
.product.attribute.description h1 {
  font-size: 20px;
  font-weight: 400;
  padding-top: 10px;
  text-align: center;
}
.product.attribute.description p {
  text-align: left;
}
.add-to-cart-popup .add-to-cart-dialog strong {
  padding: 0 3px;
}
.update-cart-item {
  padding: 10px 0 0 10px !important;
  background: transparent !important;
  color: #333 !important;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
}
.update-cart-item:before {
  content: "\e92d";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  padding-right: 5px;
}
.content-info-block h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.content-info-block ol {
  margin-left: -25px;
}
.content-info-block ol li {
  line-height: 1.5;
  padding-bottom: 12px;
}
.minimum_order_description {
  color: #f4516c;
  display: none;
}
.minimum_order_description:before {
  content: '\e602';
  font-family: 'icons-blank-theme';
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .customer-account-edit .fieldset.info {
    margin-bottom: 0;
    margin-top: -45px;
  }
  .customer-account-edit .fieldset .legend {
    display: none;
  }
  .customer-account-edit .fieldset > .field {
    position: relative;
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-edit .fieldset > .field .control {
    width: 100% !important;
  }
  .customer-account-edit .fieldset > .field.hide {
    display: none !important;
  }
  .customer-account-edit .field.choice {
    height: 15px;
  }
  .customer-account-edit .field.choice .label {
    top: 0;
  }
  .customer-account-edit .field.choice > input[type=checkbox] + .label:before {
    font-size: 20px;
  }
  .customer-account-edit .field.password-info {
    margin-bottom: -15px !important;
    padding-bottom: 0;
  }
  .customer-account-edit .form-edit-account {
    border: none !important;
  }
  .update-cart-item {
    padding-top: 0 !important;
  }
}
.account.wishlist-index-index .grid.products-grid .product-items {
  margin-top: 0;
}
.account.wishlist-index-index .column.main .toolbar .limiter-options {
  min-width: 55px;
}
.account.wishlist-index-index .orange-area > .product-item-info > .price-box {
  display: none !important;
}
.filter-options .price-slider .slider-fields a.action {
  width: 100%;
}
.review-customer-index .actions-toolbar {
  padding-top: 20px;
}
.customer-account-create .page-title,
.customer-account-login .page-title {
  margin-top: 25px;
}
.customer-account-create .page-main .columns,
.customer-account-login .page-main .columns {
  margin-top: 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals {
  padding-top: 0 !important;
  border-top: 0 !important;
  margin-bottom: 15px;
}
.checkout-cart-index .cart-container .cart-summary .summary.title,
.checkout-cart-index .cart-container .cart-summary .block.shipping {
  display: none !important;
}
.checkout-cart-index .cart-container .cart-summary #block-discount > .title {
  display: none !important;
}
.checkout-cart-index .cart-container .cart-summary #block-discount > .content {
  display: block !important;
}
.checkout-cart-index .cart-container .cart-summary #block-discount .fieldset.coupon {
  margin: 0;
  position: relative;
}
.checkout-cart-index .cart-container .cart-summary #block-discount .fieldset.coupon .actions-toolbar {
  position: absolute;
  top: 18px;
  right: -1px;
}
.checkout-cart-index .cart-container .cart-summary #block-discount .fieldset.coupon button.primary,
.checkout-cart-index .cart-container .cart-summary #block-discount .fieldset.coupon .cart.table-wrapper .actions-toolbar > .action.primary,
.checkout-cart-index .cart-container .cart-summary #block-discount .fieldset.coupon .action-gift.primary {
  height: 42px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 0;
}
.scroll-pager {
  text-align: center;
  margin: 0;
}
.product-country-manufacture {
  color: #000;
  padding-right: 2px;
  font-weight: 400;
}
.product-info-price > .product > .page-title > .base {
  display: inline-block;
  line-height: 1.15;
}
.page-main > .page.messages .messages .message > div:before {
  left: -12px !important;
}
.fotorama-item .fotorama__active .fotorama__dot {
  background-color: #333333;
  border-color: #333333;
}
.fotorama-item .fotorama__dot {
  width: 4px;
  height: 4px;
  border: 1px solid #E2E2E2;
  border-color: #E2E2E2;
}
/*toop 详情*/
.catalog-product-view {
  padding-top: 0;
}
.catalog-product-view .product-wrap div.page-title-wrapper {
  margin-bottom: 8px;
}
.catalog-product-view #maincontent .product-wrap div.page-title-wrapper .page-title {
  font-size: 1.9rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 1.6rem;
  font-weight: 300;
}
.catalog-product-view #maincontent .product-view-merchant {
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .product-brand .product-brand-name {
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 2px;
}
.catalog-product-view .product-info-main .product-brand .product-brand-name a {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.catalog-product-view .product-category-url {
  color: #00A0E8;
  font-size: 1.4rem;
}
.catalog-product-view #maincontent .product-view-merchant span {
  font-size: 1.2rem;
  color: #333333;
  padding-left: 0;
}
.catalog-product-view #maincontent .product-view-merchant span.list-label {
  background-color: #333333;
  color: #fff;
  padding: 1px 5px;
  font-size: 1rem;
  min-width: auto;
  margin-right: 6px;
}
.catalog-product-view #maincontent .product-wrap .product-info-price .price-box {
  position: relative;
  z-index: 16;
}
.catalog-product-view #maincontent .product-wrap .product-info-price .price-box .price-label:after {
  content: '';
}
.catalog-product-view .price-related-tax {
  font-size: 1.1rem;
  color: #aaaaaa;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 19px;
  box-sizing: border-box;
  height: 54px;
}
.catalog-product-view #maincontent .product-view-minus-qty,
.catalog-product-view #maincontent .product-view-plus-qty {
  background-color: #F3F3F4;
}
.catalog-product-view #maincontent .product-wrap .box-tocart {
  margin-top: 0;
}
.catalog-product-view #maincontent .product-wrap .box-tocart .field.qty .control,
.catalog-product-view #maincontent .product-wrap .product-view-postage {
  color: #999;
}
.catalog-product-view #maincontent .product-wrap .product-view-postage span {
  display: flex;
  align-items: center;
  height: 22px;
}
.catalog-product-view #maincontent .product-wrap .box-tocart .field.qty .control span.list-label {
  font-size: 1.5rem;
  color: #555;
  line-height: 20px;
}
.catalog-product-view .support-box {
  float: left;
}
.catalog-product-view .product-view-postage .list-label,
.catalog-product-view .payment .list-label {
  float: left;
  color: #999999;
}
.catalog-product-view .list-label {
  min-width: 75px;
  display: inline-block;
}
.catalog-product-view .support-p,
.catalog-product-view .payment-p {
  float: left;
  display: inline-block;
}
.catalog-product-view .payment-p {
  align-items: center;
  display: inline-flex;
  height: 24px;
}
.catalog-product-view .payment-p a {
  margin-right: 15px;
  align-items: center;
  display: inline-flex;
}
.catalog-product-view .support-p > span {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666666;
}
.catalog-product-view .list-label-text {
  font-size: 14px;
  min-width: 75px;
  align-items: center;
  display: inline-flex;
  margin-right: 25px;
  color: #333333;
}
.catalog-product-view .payment,
.catalog-product-view .borderTop {
  border-top: 1px solid #ECECEC;
  padding-top: 16px;
}
.catalog-product-view .payment {
  padding-bottom: 0;
  padding-top: 18px;
  min-height: 40px;
}
.catalog-product-view .payment i {
  width: 22px;
  height: 22px;
  display: inline-block;
}
.catalog-product-view .product-wrap .product-view-postage:after {
  content: "";
  display: block;
  clear: both;
}
.catalog-product-view .product-wrap .box-tocart .field.qty .control input {
  height: 20px;
  line-height: 20px;
  width: 40px;
}
.catalog-product-view #maincontent .product-wrap .box-tocart .field.qty .control span.product-view-minus-qty,
.catalog-product-view #maincontent .product-wrap .box-tocart .field.qty .control span.product-view-plus-qty {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #F2F2F2;
  background-size: 10px auto;
}
.catalog-product-view #maincontent .product-wrap .box-tocart .field.qty .control span.product-view-plus-qty {
  border-radius: 4px;
  background-color: #222222;
}
.catalog-product-view #maincontent .product-wrap .box-tocart .field.qty .control span.product-view-plus-qty.disabled {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/plus-bk.png") no-repeat center;
  background-size: 10px auto;
  background-color: #F2F2F2;
}
.catalog-product-view #maincontent .product-wrap .box-tocart .field.qty .control span.product-view-minus-qty.enabled {
  background-color: #222222;
}
.catalog-product-view .page-wrapper .scrollToTop {
  bottom: 61px;
}
.catalog-product-view .product-social-links .float-tools {
  z-index: 16;
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
  right: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #FFF;
  padding: 10px 20px;
  align-items: center;
  min-height: 40px;
  display: none !important;
}
.catalog-product-view .price-related-tax span {
  width: auto;
  padding-right: 5px;
}
.catalog-product-view .price-related-tax span:last-child {
  padding-right: 0;
}
.catalog-product-view .float-tools > a > span > i {
  margin-right: 3px;
}
.catalog-product-view .float-tools > a.add_shopping_cart {
  background: #00a0e8;
  border-radius: 0;
  color: #fff;
  height: 60px;
  width: 100px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .float-tools > a {
  width: 20%;
  cursor: pointer;
}
.catalog-product-view .float-tools > a.customer-style {
  vertical-align: inherit;
  background: #00a0e8;
  border-radius: 6px;
  color: #fff;
  height: 40px;
  width: 100px;
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
}
.catalog-product-view .float-tools > a > span {
  align-items: center;
  display: flex;
  height: 100%;
}
.catalog-product-view .float-tools > a > span > i {
  margin-right: 3px;
}
.catalog-product-view .product-category-image {
  width: 71px;
  height: 71px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.catalog-product-view .product-category-image img {
  height: 100%;
  width: auto;
  max-width: none;
  min-width: 70px;
  min-height: 70px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/placeholder.png") no-repeat center / 70px auto;
}
.catalog-product-view .product-category-image:after {
  content: "";
  display: block;
  clear: both;
}
.catalog-product-view .product-category-description {
  float: left;
}
.catalog-product-view #maincontent .product.data.items .product-details-category-info .product-category-name {
  font-weight: 500;
  padding-top: 5px;
  text-align: left;
  line-height: 1.3;
  font-size: 20px;
}
.catalog-product-view .product-category-name {
  overflow: hidden;
}
.catalog-product-view .price-related-commission {
  padding-left: 53px;
  font-size: 12px;
  width: 100%;
  margin-top: 10px;
}
.catalog-product-view .price-related-commission a {
  display: inline-flex;
  align-items: center;
}
.catalog-product-view .commission-info {
  color: #00A0E8;
  float: right;
  margin-right: 10px;
  font-family: 'Roboto', 'Microsoft YaHei';
  font-size: 12px;
  display: inline-flex;
}
.catalog-product-view .product-category-description {
  float: left;
  margin-top: 15px;
  display: none;
}
.catalog-product-view .product-category-description p {
  margin-bottom: 0;
}
.catalog-product-view .product-wrap .product-info-price .price-box .old-price {
  text-decoration: none;
  color: #f4516c;
}
.catalog-product-view .product-wrap .product-info-price .price-box .old-price .price-final_price .price {
  color: #f4516c;
}
.catalog-product-view .positioning-text {
  color: #999999;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.catalog-product-view .product-social-links .product-addto-links,
.catalog-product-view .float-service {
  display: none !important;
}
.catalog-product-view .product-reviews-summary.empty {
  display: none;
}
.catalog-product-view .page-main {
  padding-top: 0;
}
.catalog-product-view .product-details-category-info {
  position: relative;
  padding-top: 10px;
  padding-bottom: 18px;
}
.catalog-product-view .product-category-info h3 {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #111;
  font-weight: 500;
}
.catalog-product-view .page-wrapper {
  width: 100%;
}
.wx-ico {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/wx.png) no-repeat center / 18px auto transparent;
}
.credit-ico {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/credit.png) no-repeat center / 18px auto transparent;
}
.Alipay-ico {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/alipay.png) no-repeat center / 22px auto transparent;
}
.details-ico {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/details.png) no-repeat center / 20px auto transparent;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.collect-ico {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/collect.png) no-repeat center / 24px auto transparent;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.cart-ico {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/cart.png) no-repeat center / 24px auto transparent;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.collect-ico.red {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/collect-red.png) no-repeat center / 24px auto transparent;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.customer-ico {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/customer.png) no-repeat center / 24px auto transparent;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.closex-gray-ico {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/closex2.png) no-repeat center / 18px auto transparent;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.add_ico {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/add.png) no-repeat center / 10px auto #00a0e8;
}
.account.customer-address-index .action.primary span:after {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/add_black.png) no-repeat center / 12px auto #00a0e8;
}
.product-category-name-text {
  padding-right: 18px;
  background: url(../../frontend/Te/online/zh_Hans_CN/images/arrow_next.png) no-repeat right top / 10px auto transparent;
  display: inline-block;
}
.catalog-product-view .product-category-name .product-category-name-text {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/enter-ico.png) no-repeat right top / 20px auto transparent;
  background-position-y: 2px;
}
.share-ico {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/share-circle.png) no-repeat center / 12px auto transparent;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 3px;
}
.commission-ico {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/commission-info.png) no-repeat center / 12px auto transparent;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 3px;
}
.positioning {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/positioning.png) no-repeat center / 11px auto transparent;
  width: 12px;
  height: 14px;
  display: inline-block;
  margin-right: 6px;
}
.smRight-ico {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/sm_right.png) no-repeat center / 11px auto transparent;
  width: 15px;
  height: 11px;
  display: inline-block;
  margin-right: 6px;
}
.product-view-postage .commission-ico {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/shipping.png") no-repeat center / 12px auto;
  margin-top: 4px;
}
.product-view-postage .commission-info {
  position: absolute;
  right: 0;
  bottom: 15px;
  z-index: 2;
}
.product-category-name-text {
  margin-bottom: 15px;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  line-height: 1.1;
}
.share-box .share-p {
  font-size: 20px;
  color: #111111;
  margin-bottom: 20px;
}
.share-box textarea {
  background: #f3f3f4;
  border-radius: 6px;
  margin-bottom: 30px;
}
.share-box button,
.share-box .cart.table-wrapper .actions-toolbar > .action,
.share-box .action-gift {
  background: #00a0e8;
  border-radius: 24px;
  margin-bottom: 30px;
  color: #fff;
  width: 100%;
}
.share-text {
  margin: 0 10px;
}
.share-download span {
  font-size: 20px;
  color: #111;
}
.share-download {
  font-size: 16px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.share-box .button-share {
  width: auto;
  margin-bottom: 0;
  margin-left: 15px;
  color: #fff;
}
.saved {
  color: #fff;
  position: fixed;
  top: 70%;
  left: 50%;
  background-color: #333;
  padding: 5px;
  border-radius: 5px;
  margin-left: -33px;
}
.page-with-filter .grid.products-grid .product-items + .load_more {
  width: 150px;
  height: 44px;
  background: #222222;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  margin: 20px auto 25px;
  display: none;
}
.page-with-filter .grid.products-grid .product-items + .load_more i {
  width: 14px;
  height: 15px;
  background: url(../../frontend/Te/online/zh_Hans_CN/images/arrow_left.png) no-repeat 3px top / 15px auto transparent;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-left: 3px;
}
/*toop*/
.account.customer-address-index .column.main .block:not(.widget) .block-content .row .box {
  background-color: #fff;
  border-bottom: 1px solid #ECECEC;
}
.account.customer-address-index .block-addresses-list .block-content {
  background-color: #fff;
  padding: 0 5px 0 5px;
  margin-bottom: 0;
}
.account.customer-address-index .column.main {
  padding-bottom: 0;
}
.account.customer-address-index .page-title-wrapper {
  margin: 0;
  text-align: left;
  padding: 30px 20px 16px;
  background-color: #fff;
}
.account.customer-address-index .page-title-wrapper h1 {
  text-align: left;
  font-weight: 500;
}
.account.customer-address-index .block-dashboard-addresses .block-title {
  color: #111111;
  font-size: 24px !important;
  margin: 0;
  text-align: left !important;
}
.account.customer-address-index .block-dashboard-addresses .block-title strong {
  font-size: 24px !important;
  font-weight: 500;
}
.account.customer-address-index .page-wrapper {
  width: 100%;
  background-color: #F5F5F5;
  padding-bottom: 150px;
}
.account.customer-address-index .page.messages {
  margin-top: 0;
  padding: 0;
}
.account.customer-address-index .block-dashboard-info {
  display: none;
}
.account.customer-address-index .block-dashboard-info .block-title {
  display: none;
}
.account.customer-address-index .block-title .action.edit {
  display: none;
}
.account.customer-address-index .block-content .action.edit:before {
  content: "" !important;
  background: url(../../frontend/Te/online/zh_Hans_CN/images/edit.png) no-repeat center / 18px auto transparent;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.account.customer-address-index .block-content .action.del:before {
  content: "" !important;
  background: url(../../frontend/Te/online/zh_Hans_CN/images/delete.png) no-repeat center / 16px auto transparent;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.account.customer-address-index .box address {
  margin-bottom: 0 !important;
  padding-right: 30px;
}
.account.customer-address-index .block-addresses-default {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.account.customer-address-index .block-addresses-list {
  padding-top: 0;
}
.account.customer-address-index .block-title {
  display: none;
}
.account.customer-address-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
  padding-top: 0;
}
.account.customer-address-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 30px;
}
.account.customer-address-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
.account.customer-address-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
  font-weight: inherit;
}
.account.customer-address-index .box-actions {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px !important;
}
.account.customer-address-index .block-addresses-list .block-content .action.edit {
  top: 0;
  right: -3px;
}
.account.customer-address-index .actions-toolbar {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 20px;
  right: 0;
  box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.account.customer-address-index .actions-toolbar {
  margin-bottom: 0;
}
.account.customer-address-index [class*='col-xl-6'] {
  padding: 0;
}
.account.customer-address-index .column.main .block:not(.widget) .block-content .row .box {
  padding: 0 0 10px 0;
  margin: 10px 5px 0 5px;
}
.account.customer-address-index .column.main .block-addresses-list .block-content .row:nth-last-child(2) .box {
  border-bottom: 0;
}
.account.customer-address-index .block-addresses-list {
  margin: 0;
  padding-bottom: 0px;
}
.account.customer-address-index .block-addresses-list .block-content .row:nth-last-child(2) .box-address-shipping {
  margin-bottom: 0;
}
.account.customer-address-index .block-addresses-list address .default {
  display: none;
}
.account.customer-address-index .box-address-shipping {
  font-size: 14px;
}
.account.customer-address-index .box-address-shipping b {
  color: #111111;
  font-size: 18px;
  margin-right: 15px;
}
.account.customer-address-index .box-address-shipping span {
  color: #999999;
  display: none;
}
.account.customer-address-index .actions-toolbar > .primary {
  margin-bottom: 0;
}
.account.customer-address-index #maincontent .columns {
  background-color: #fff;
  margin: 0;
}
.account.customer-address-index address .default {
  display: inline-block;
  width: 30px;
  font-size: 10px;
  color: #fff !important;
  background-color: #333333;
  padding: 2px 5px;
  text-align: center;
  margin-right: 5px;
  line-height: 1;
}
address .default {
  display: none;
}
.hide {
  display: none !important;
}
.account.wishlist-index-index .products-grid.wishlist .product-item-name {
  padding-right: 20px;
}
.account.wishlist-index-index .products-grid.wishlist .product-item-actions a.action.delete > span {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
.account.wishlist-index-index .page-main .columns {
  padding: 0;
  margin-top: 0;
}
.account.wishlist-index-index .page-wrapper {
  margin: 0;
  width: 100%;
}
.account.wishlist-index-index .product-items .product-item {
  padding: 20px 0;
}
.account.wishlist-index-index .grid-main {
  margin: 0 20px;
}
.account.wishlist-index-index .product-item .product-item-photo {
  margin-bottom: 0;
}
.account.wishlist-index-index .wishlist-index-index .product-item .old-price .price {
  color: #333333;
}
.account.wishlist-index-index .product-item .price-box .special-price {
  display: block;
}
.account.wishlist-index-index .product-item .price-box .special-price + .old-price {
  margin-left: 0;
}
.account.wishlist-index-index .price-as-configured {
  position: absolute;
  bottom: 15px;
  left: 105px;
}
.account.wishlist-index-index .product-item .price-box .price {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.account.wishlist-index-index .products-grid .product-item-name .product-item-link {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.account.wishlist-index-index .products-grid.wishlist .product-item-inner .btn-remove {
  background-size: 16px auto;
  position: absolute;
  right: 4px;
  top: -27px;
}
.account.wishlist-index-index .products-grid.wishlist .product-item-inner .unavailable.stock {
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 3;
  font-size: 10px;
  background: #666;
  color: #fff;
  padding: 0 6px;
  margin: 0;
}
.account.wishlist-index-index #maincontent .columns {
  background-color: #fff;
}
.account.wishlist-index-index .column.main {
  padding-bottom: 0;
}
.account.wishlist-index-index .product-item-tooltip {
  display: none;
}
/*购物详情*/
.sales-order-view .column.main .block:not(.widget) .box-title > span {
  font-size: 16px;
}
.sales-order-view .column.main .block:not(.widget) .block-title {
  display: none;
}
.sales-order-view .box address {
  margin-bottom: 20px;
}
.sales-order-view .block-order-details-view .block-content .box {
  border-bottom: solid 1px #e2e2e2;
}
.sales-order-view .sales-order-view .block-order-details-view .block-content .box {
  margin-bottom: 0;
  padding-top: 20px;
}
.sales-order-view .box-order-shipping-method {
  padding-bottom: 20px;
}
.sales-order-view .block-order-details-view .box-content .payment-method .content {
  font-style: inherit;
  padding-left: 0;
}
.checkout-cart-index #shopping-cart-table .product-item-details .error:nth-child(2) {
  display: none !important;
}
.checkout-cart-index #shopping-cart-table .product-item-details .error:nth-child(3) {
  position: absolute;
  bottom: -128px;
  border-bottom: 0;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-details dl.item-options {
  display: none;
}
.checkout-cart-index #shopping-cart-table .product-item-details .cart.message.error {
  display: block !important;
  top: 42px;
  border: none !important;
  font-size: 11px;
  text-align: right;
  z-index: 3;
}
.checkout-cart-index .message.error {
  background-color: transparent;
}
.checkout-cart-index .message.error > *:first-child:before {
  display: none;
}
.checkout-cart-index .update-cart-item {
  display: inline-block !important;
  left: -31px;
  position: absolute;
  top: 3px;
}
.product-wrap .box-tocart .field.qty .control input.mage-error + .mage-error {
  margin-top: 0;
  top: 26px !important;
}
.catalog-product-view #maincontent .product-wrap .box-tocart .field.qty .control {
  padding-bottom: 0;
  align-items: flex-end;
  display: inline-flex;
  position: relative;
}
.catalog-product-view #maincontent .product-wrap .box-tocart .field.qty .control.readonly {
  opacity: 0.8;
}
.catalog-product-view #maincontent .product-wrap .box-tocart .field.qty .control.readonly:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.catalog-product-view #maincontent .product-wrap .box-tocart .field.qty .control input {
  margin: 0;
}
/*price-final_price_2_0*/
.prompt-red {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 1;
  padding: 3px 5px;
  color: #fff;
  font-size: 1rem;
}
.page-with-filter .page-wrapper,
.catalogsearch-advanced-result .page-wrapper {
  width: auto;
}
.page-with-filter .grid-left .sidebar-main,
.catalogsearch-advanced-result .grid-left .sidebar-main {
  position: relative;
}
.page-with-filter .toolbar_2_0,
.catalogsearch-advanced-result .toolbar_2_0 {
  display: none !important;
}
.page-with-filter .cny-price.blue s,
.catalogsearch-advanced-result .cny-price.blue s {
  margin-left: 5px;
}
.page-with-filter .cny-price .blue,
.catalogsearch-advanced-result .cny-price .blue {
  color: #00a0e8;
}
.page-with-filter .prompt-red,
.catalogsearch-advanced-result .prompt-red {
  background-color: #00a0e8;
  color: #fff;
  padding: 0 3px;
}
.page-with-filter .green-area .cny-price .blue,
.catalogsearch-advanced-result .green-area .cny-price .blue {
  color: #54af77;
}
.page-with-filter .green-area .prompt-red,
.catalogsearch-advanced-result .green-area .prompt-red {
  background-color: #54af77;
}
.page-with-filter .purple-area .cny-price .blue,
.catalogsearch-advanced-result .purple-area .cny-price .blue {
  color: #9c46db;
}
.page-with-filter .purple-area .prompt-red,
.catalogsearch-advanced-result .purple-area .prompt-red {
  background-color: #9c46db;
}
.page-with-filter .red-area .cny-price .blue,
.catalogsearch-advanced-result .red-area .cny-price .blue {
  color: #f94c69;
}
.page-with-filter .red-area .prompt-red,
.catalogsearch-advanced-result .red-area .prompt-red {
  background-color: #f94c69;
}
.page-with-filter .orange-area .cny-price .blue,
.catalogsearch-advanced-result .orange-area .cny-price .blue,
.page-with-filter .orange-area .prompt-red,
.catalogsearch-advanced-result .orange-area .prompt-red {
  color: #f49f49;
  display: none;
}
.page-with-filter .category-view,
.catalogsearch-advanced-result .category-view {
  position: relative;
}
.page-with-filter .category-view .desc-box,
.catalogsearch-advanced-result .category-view .desc-box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin: 0 0 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
}
.page-with-filter .category-view .desc-box.show,
.catalogsearch-advanced-result .category-view .desc-box.show {
  -webkit-line-clamp: inherit;
}
.page-with-filter .category-view .show-more,
.catalogsearch-advanced-result .category-view .show-more {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/more.png") no-repeat 0 center;
  background-size: 14px auto;
  padding-left: 19px;
  color: #000000;
  font-size: 1.4rem;
}
.page-with-filter .category-view .category-image,
.catalogsearch-advanced-result .category-view .category-image {
  display: none !important;
}
.page-with-filter .category-view .category-image.merchant,
.catalogsearch-advanced-result .category-view .category-image.merchant {
  display: block !important;
}
.page-with-filter .category-view .category-description,
.catalogsearch-advanced-result .category-view .category-description {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.page-with-filter .category-view .top-description,
.catalogsearch-advanced-result .category-view .top-description {
  min-height: 210px;
}
.page-with-filter .category-view .hot-image,
.catalogsearch-advanced-result .category-view .hot-image {
  position: relative;
  min-height: 210px;
}
.page-with-filter .category-view .hot-image img,
.catalogsearch-advanced-result .category-view .hot-image img {
  display: block;
}
.page-with-filter .category-view .hot-image img.lazy-img,
.catalogsearch-advanced-result .category-view .hot-image img.lazy-img {
  max-height: 150px;
  width: 640px;
}
.page-with-filter .category-view .hot-box,
.catalogsearch-advanced-result .category-view .hot-box {
  color: #fff;
  max-width: 50%;
  position: absolute;
  top: 2rem;
  left: 5.33333%;
}
.page-with-filter .category-view .hot-box .brand,
.catalogsearch-advanced-result .category-view .hot-box .brand {
  font-size: 1.2rem;
  display: block;
  padding-top: 10px;
}
.page-with-filter .category-view .hot-box h1,
.catalogsearch-advanced-result .category-view .hot-box h1 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin-bottom: 1rem;
  height: 5.1rem;
  overflow: hidden;
  font-weight: 400;
}
.page-with-filter .category-view .hot-box h2,
.catalogsearch-advanced-result .category-view .hot-box h2 {
  font-size: 2.2rem;
  margin-bottom: 17px;
  color: #fff;
  margin-top: 0;
  font-family: 'Microsoft YaHei';
}
.page-with-filter .category-view .hot-box .discount-item .time,
.catalogsearch-advanced-result .category-view .hot-box .discount-item .time,
.page-with-filter .category-view .hot-box .discount-item i,
.catalogsearch-advanced-result .category-view .hot-box .discount-item i {
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  font-family: 'Montserrat', 'Microsoft YaHei';
  line-height: 1;
}
.page-with-filter .category-view .discount,
.catalogsearch-advanced-result .category-view .discount {
  font-size: 4.8rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-family: 'Montserrat', 'Microsoft YaHei';
}
.page-with-filter .category-view .discount-item,
.catalogsearch-advanced-result .category-view .discount-item {
  font-weight: 100;
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-family: 'Montserrat', 'Microsoft YaHei';
}
.page-with-filter .category-view .discount-text,
.catalogsearch-advanced-result .category-view .discount-text {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  height: 12px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
.page-with-filter .category-view .content-text,
.catalogsearch-advanced-result .category-view .content-text {
  padding: 15px 2rem;
}
.page-with-filter .category-view .content-text h2,
.catalogsearch-advanced-result .category-view .content-text h2 {
  font-size: 2.7rem;
  margin-bottom: 5px;
  color: #000000;
  margin-top: 0;
  line-height: 1;
}
.page-with-filter .category-view .content-text .brand,
.catalogsearch-advanced-result .category-view .content-text .brand {
  font-size: 1.4rem;
  display: none !important;
}
.page-with-filter .chatra-btn-show,
.catalogsearch-advanced-result .chatra-btn-show {
  display: none !important;
}
.page-with-filter .category-image.merchant,
.catalogsearch-advanced-result .category-image.merchant {
  margin: 20px;
  max-width: 90px;
}
.page-with-filter .category-information,
.catalogsearch-advanced-result .category-information {
  padding: 2rem 1.5rem 0 0;
  position: absolute;
  left: 130px;
}
.page-with-filter .category-information p,
.catalogsearch-advanced-result .category-information p {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 400;
}
.page-with-filter .category-image.merchant + .category-description,
.catalogsearch-advanced-result .category-image.merchant + .category-description {
  display: none !important;
}
.page-with-filter .toolbar-bottom .customize-filter,
.catalogsearch-advanced-result .toolbar-bottom .customize-filter {
  display: none;
}
.page-with-filter .merchant-bottom,
.catalogsearch-advanced-result .merchant-bottom {
  padding: 0 2rem 2rem;
  display: none !important;
}
.page-with-filter .merchant-bottom > span,
.catalogsearch-advanced-result .merchant-bottom > span {
  font-size: 1.2rem;
  color: #666666;
  padding-top: 15px;
  border-top: 1px solid #ECECEC;
  display: block;
}
.page-with-filter .merchant-bottom h3,
.catalogsearch-advanced-result .merchant-bottom h3,
.page-with-filter .merchant-bottom h4,
.catalogsearch-advanced-result .merchant-bottom h4 {
  font-size: 2.2rem;
  color: #000000;
  margin-top: 0;
}
.page-with-filter .merchant-bottom h4,
.catalogsearch-advanced-result .merchant-bottom h4 {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.page-with-filter .merchant-bottom .box,
.catalogsearch-advanced-result .merchant-bottom .box {
  margin-bottom: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.page-with-filter .merchant-bottom .box .store-link,
.catalogsearch-advanced-result .merchant-bottom .box .store-link {
  float: left;
  max-width: 100%;
  margin-right: 15px;
}
.page-with-filter .merchant-bottom .box .store-link img,
.catalogsearch-advanced-result .merchant-bottom .box .store-link img {
  display: block;
  max-width: 100px;
}
.page-with-filter .merchant-bottom .box .text .store-link,
.catalogsearch-advanced-result .merchant-bottom .box .text .store-link {
  float: none;
  display: block;
}
.page-with-filter .merchant-bottom .box .text,
.catalogsearch-advanced-result .merchant-bottom .box .text {
  overflow: hidden;
  padding-top: 8px;
}
.page-with-filter .merchant-bottom .box .text p,
.catalogsearch-advanced-result .merchant-bottom .box .text p {
  font-size: 1.2rem;
  color: #888888;
  margin-bottom: 8px;
}
.page-with-filter .merchant-bottom .box .text p > span,
.catalogsearch-advanced-result .merchant-bottom .box .text p > span {
  padding-right: 5px;
}
.page-with-filter .merchant-bottom .box .text p > span:after,
.catalogsearch-advanced-result .merchant-bottom .box .text p > span:after {
  content: "/";
  padding-left: 5px;
}
.page-with-filter .merchant-bottom .box .text p > span:last-child:after,
.catalogsearch-advanced-result .merchant-bottom .box .text p > span:last-child:after {
  display: none;
}
.page-with-filter .merchant-bottom .box p.local,
.catalogsearch-advanced-result .merchant-bottom .box p.local {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/positioning.png") no-repeat 0 center;
  background-size: 9px auto;
  padding-left: 14px;
}
.page-with-filter .customize-filter,
.catalogsearch-advanced-result .customize-filter {
  padding: 10px 0 16px;
  position: relative;
  margin: 0 20px;
  width: auto;
  box-sizing: border-box;
  height: 45px;
}
.page-with-filter .customize-filter button.action.filter-toggle,
.catalogsearch-advanced-result .customize-filter button.action.filter-toggle,
.page-with-filter .customize-filter .sort-filter,
.catalogsearch-advanced-result .customize-filter .sort-filter,
.page-with-filter .customize-filter .cart.table-wrapper .actions-toolbar > .action.action.filter-toggle,
.catalogsearch-advanced-result .customize-filter .cart.table-wrapper .actions-toolbar > .action.action.filter-toggle,
.page-with-filter .customize-filter .action-gift.action.filter-toggle,
.catalogsearch-advanced-result .customize-filter .action-gift.action.filter-toggle {
  background-color: transparent;
  color: #111111;
  font-size: 1.4rem;
}
.page-with-filter .customize-filter button.action.filter-toggle,
.catalogsearch-advanced-result .customize-filter button.action.filter-toggle,
.page-with-filter .customize-filter .cart.table-wrapper .actions-toolbar > .action.action.filter-toggle,
.catalogsearch-advanced-result .customize-filter .cart.table-wrapper .actions-toolbar > .action.action.filter-toggle,
.page-with-filter .customize-filter .action-gift.action.filter-toggle,
.catalogsearch-advanced-result .customize-filter .action-gift.action.filter-toggle {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/filter.png") no-repeat 0 center;
  background-size: 18px auto;
  padding: 0 0 0 22px;
}
.page-with-filter .customize-filter button.action.filter-toggle:before,
.catalogsearch-advanced-result .customize-filter button.action.filter-toggle:before,
.page-with-filter .customize-filter .cart.table-wrapper .actions-toolbar > .action.action.filter-toggle:before,
.catalogsearch-advanced-result .customize-filter .cart.table-wrapper .actions-toolbar > .action.action.filter-toggle:before,
.page-with-filter .customize-filter .action-gift.action.filter-toggle:before,
.catalogsearch-advanced-result .customize-filter .action-gift.action.filter-toggle:before {
  display: none;
}
.page-with-filter .customize-filter .sort-filter,
.catalogsearch-advanced-result .customize-filter .sort-filter {
  position: absolute;
  left: 95px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/sort.png") no-repeat 0 center;
  background-size: 18px auto;
  padding-left: 20px;
  top: 10px;
  cursor: pointer;
}
.page-with-filter .customize-filter .reset-filter,
.catalogsearch-advanced-result .customize-filter .reset-filter {
  position: absolute;
  right: 25px;
  left: inherit;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/reset.png") no-repeat 0 center;
  background-size: 18px auto;
  padding-left: 20px;
  top: 10px;
  cursor: pointer;
}
.page-with-filter .customize-filter span + span,
.catalogsearch-advanced-result .customize-filter span + span {
  position: absolute;
  left: 150px;
  top: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
.page-with-filter .customize-filter span + span + span,
.catalogsearch-advanced-result .customize-filter span + span + span {
  position: absolute;
  left: 160px;
  top: 10px;
  font-size: 1.4rem;
  font-weight: 400;
}
.page-with-filter .customize-filter .results-num,
.catalogsearch-advanced-result .customize-filter .results-num {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 14px;
  color: #000;
  display: none;
}
.page-with-filter .customize-filter.fly-fixed,
.catalogsearch-advanced-result .customize-filter.fly-fixed {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  top: 0;
  z-index: 11;
  border-bottom: .05rem solid #eee;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.page-with-filter .catalogsearch-result-index .results .results-num,
.catalogsearch-advanced-result .catalogsearch-result-index .results .results-num {
  display: block !important;
}
.page-with-filter .filter-current--wrapper .filter-current .item .action.remove,
.catalogsearch-advanced-result .filter-current--wrapper .filter-current .item .action.remove {
  background: none;
}
.page-with-filter .filter-current--wrapper .filter-current .item .action.remove:before,
.catalogsearch-advanced-result .filter-current--wrapper .filter-current .item .action.remove:before {
  display: none;
}
.page-with-filter .filter-current--wrapper .filter-actions,
.catalogsearch-advanced-result .filter-current--wrapper .filter-actions {
  margin-top: 15px;
}
.catalogsearch-result-index .purple-area .prompt-red,
.brand-brand-view .purple-area .prompt-red,
.catalogsearch-result-index .green-area .prompt-red,
.brand-brand-view .green-area .prompt-red {
  background-color: #00a0e8;
}
.catalogsearch-result-index .green-area .cny-price .blue,
.brand-brand-view .green-area .cny-price .blue,
.catalogsearch-result-index .purple-area .cny-price .blue,
.brand-brand-view .purple-area .cny-price .blue {
  color: #00a0e8;
}
.price-final_price_2_0 {
  width: 120%;
  margin: 0 -20px;
  position: relative;
  right: 0;
  height: 60px;
}
.price_three {
  position: relative;
  background-color: #F5F5F5;
}
.price_three.normal .counterPrice span {
  font-size: 1.2rem !important;
  text-decoration: none !important;
  padding-top: 3px;
}
.price_three.normal .counterPrice span:first-child {
  font-size: 2rem !important;
  line-height: 1;
  vertical-align: middle;
  padding-right: 8px;
  padding-top: 0;
  font-weight: 700;
  color: #F94C69;
}
.price_three.normal .counterPrice em {
  font-size: 10px;
  font-style: normal;
  vertical-align: middle;
  display: inline-block;
  padding: 2px;
  background-color: #fff;
  font-weight: 400;
  line-height: 1;
}
.price-final_price_2_0 > div.price_three ul {
  height: 60px;
  display: block;
  padding: 10px 18px;
  box-sizing: border-box;
}
.price-final_price_2_0 > div.price_three li {
  display: block;
}
.price-final_price_2_0 > div.price_three li.counterPrice {
  font-size: 1.2rem;
  color: #aaaaaa;
  width: auto;
  float: left;
  position: relative;
}
.price-final_price_2_0 > div.price_three li.counterPrice:before {
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #888;
  position: absolute;
  left: -2px;
  top: 6px;
}
.price-final_price_2_0 > div.price_three li.counterPrice span {
  display: inline-block;
  font-size: 1.3rem !important;
  color: #888;
  margin-right: 0;
}
.price-final_price_2_0 > div.price_three li.taxIncludedPrice p span,
.price-final_price_2_0 > div.price_three li.taxIncludedPrice p span.price-wrapper > .price {
  font-family: "RobotoCondensed", 'Microsoft YaHei', 'PingFangSC-Regular';
  font-size: 2rem;
  vertical-align: middle;
  color: #f94c69;
  font-weight: 700;
  height: 22px !important;
  display: inline-block;
}
.price-final_price_2_0 > div.price_three li.specialPrice {
  overflow: hidden;
  padding-left: 10px;
  font-size: 12px;
  font-family: "RobotoCondensed", 'Microsoft YaHei', 'PingFangSC-Regular';
  font-weight: 300;
  color: #f94c69;
}
.price-final_price_2_0 > div.price_three li.taxIncludedPrice p em,
.price-final_price_2_0 > div.price_three li.counterPrice em {
  font-size: 1rem;
  vertical-align: middle;
  font-style: normal;
  color: #ffffff;
  background-color: #222222;
  line-height: 15px;
  text-align: center;
  height: 15px;
  width: 30px;
  display: inline-block;
  border-radius: 50px 50px 50px 0;
  padding: 0;
}
.price-final_price_2_0 > div.price_three li.counterPrice p {
  font-size: 1.2rem;
  display: none;
  color: #888888;
}
.price-final_price_2_0 > div.price_three li.counterPrice p i {
  font-style: normal;
  font-weight: 400;
}
.price-final_price_2_0 > div.price_three li.taxIncludedPrice .price-ico {
  font-size: 1.3rem;
  vertical-align: middle;
}
.price-final_price_2_0 > div.price_three li.taxIncludedPrice p {
  margin-bottom: 0;
  height: auto;
}
.price-final_price_2_0 > div.price_three li.savePrice p {
  font-size: 1.2rem;
  padding-top: 1.1rem;
  color: #fff;
  padding-bottom: 0.3rem;
  display: inline-block;
}
.price-final_price_2_0 > div.price_three li.savePrice p.tui-info {
  font-size: 1.2rem !important;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/tdd_w.png") no-repeat 0 0;
  background-size: 39px auto;
  padding-left: 40px;
  height: 14px;
  margin-left: 23px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}
.price-final_price_2_0 > div.price_three li.counterPrice s {
  margin-bottom: 0;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 400;
  color: #888;
  padding-right: 4px;
  text-decoration: none;
  vertical-align: middle;
}
.price-ico {
  font-style: inherit;
  padding-right: 2px;
}
.price-ico.currency-CNY {
  padding-right: 0;
}
.price-final_price_2_0 > div.price_three li.savePrice {
  width: auto;
  color: #fff;
  box-sizing: border-box;
  padding: 15px 20px 7px 36px;
}
.price-final_price_2_0 > div.price_three li.savePrice span {
  font-size: 1.5rem;
  display: block;
  line-height: 1;
  margin-bottom: 3px;
  font-family: 'Roboto', 'Microsoft YaHei', 'PingFangSC-Medium';
}
.price-final_price_2_0 > div.price_three li.savePrice span.action_subline {
  font-size: 1.3rem;
  padding-top: 2px;
  font-family: "RobotoCondensed", 'Microsoft YaHei', 'PingFangSC-Regular';
}
.price-final_price_2_0 > div.price_three li.savePrice:before {
  content: "";
  height: 50px;
  width: 21px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/tax_arrow.png") no-repeat 0 0;
  background-size: 22px auto;
  background-color: #f2f2f2;
  float: left;
  display: none;
}
.price-final_price_2_0 > div.price_three li.taxIncludedPrice {
  position: relative;
  margin-top: 0.1rem;
  padding-bottom: 0.2rem;
}
.price-final_price_2_0 > div.price_three li.taxIncludedPrice.no-discount-price {
  float: left;
}
.price-final_price_2_0 > div.price_three li.taxIncludedPrice.no-discount-price + .specialPrice {
  margin-top: 24px;
}
.price-final_price_2_0 > div.price_three li.taxIncludedPrice.no-discount-price h4 {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  color: #888;
}
.price-final_price_2_0 > div.price_three li.taxIncludedPrice.no-discount-price p span,
.price-final_price_2_0 > div.price_three li.taxIncludedPrice.no-discount-price p span.price-wrapper .price {
  color: #000 !important;
}
.toolbar_2_0 {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  left: 0;
  right: 0;
  padding: 1.5rem 2rem;
  z-index: 19;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 3px 8px 0 #ccc;
}
.toolbar_2_0 .float-tools {
  display: inline-flex;
  position: relative;
  box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  padding: 0 0 0 93px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.catalog-product-view .toolbar_2_0 .float-tools > a.add_shopping_cart,
.catalog-product-view .toolbar_2_0 .float-tools > a.buy_now {
  position: relative;
  height: 44px;
  background-color: #000;
  font-size: 1.4rem;
  margin-right: 2px;
  width: 50%;
  transition: none;
}
.catalog-product-view .toolbar_2_0 .float-tools a.add_shopping_cart.over,
.catalog-product-view .toolbar_2_0 .float-tools a.buy_now.over {
  display: block !important;
  line-height: 1;
  text-align: center;
  padding-top: 8px;
  box-sizing: border-box;
}
.catalog-product-view .toolbar_2_0 .float-tools a.add_shopping_cart i,
.catalog-product-view .toolbar_2_0 .float-tools a.buy_now i {
  display: none;
  animation-name: fadeOut;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-delay: 0s;
}
.catalog-product-view .toolbar_2_0 .float-tools a.add_shopping_cart.over span,
.catalog-product-view .toolbar_2_0 .float-tools a.buy_now.over span {
  display: block;
  padding-bottom: 2px;
  height: auto;
}
.catalog-product-view .toolbar_2_0 .float-tools a.add_shopping_cart.over i,
.catalog-product-view .toolbar_2_0 .float-tools a.buy_now.over i {
  font-style: normal;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-delay: 0s;
}
.catalog-product-view .toolbar_2_0 .float-tools > a.add_shopping_cart.readonly,
.catalog-product-view .toolbar_2_0 .float-tools > a.buy_now.readonly {
  background-color: #C7C7C7 !important;
}
.catalog-product-view .toolbar_2_0 .float-tools > a.add_shopping_cart.readonly:before,
.catalog-product-view .toolbar_2_0 .float-tools > a.buy_now.readonly:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.catalog-product-view .toolbar_2_0 .float-tools > a.buy_now {
  position: relative;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00a0e8;
  color: #fff;
  margin-right: 0;
}
.catalog-product-view .toolbar_2_0 .float-tools > a {
  border-radius: 5px;
}
.catalog-product-view .toolbar_2_0 .float-tools > a.collect,
.catalog-product-view .toolbar_2_0 .float-tools > a.customer {
  background-color: #F5F5F5;
  height: 44px;
  min-width: 44px;
  display: flex;
  justify-content: center;
  margin-right: 2px;
  position: absolute;
  left: 0;
  width: 44px;
}
.catalog-product-view .toolbar_2_0 .float-tools > a.customer {
  left: 46px;
}
.block-static-block.widget .block-static-block {
  display: none;
}
.product-item-name {
  font-size: 12px;
}
.product-item .price-box .price,
.product-item .price-box .price-container {
  font-size: 15px;
}
.product-add-form .action.primary {
  display: none;
}
.page-with-filter input.hide-theme[value="orange-area"] ~ .catalog-product-view-special-price,
.page-with-filter input.hide-theme[value="orange-area"] ~ .price-container {
  display: none !important;
}
.page-with-filter .grid-left .modal-slide {
  left: 0;
}
.page-with-filter .grid-left .modal-slide h2 {
  font-size: 3rem;
}
#hdmx__contact-button {
  display: none !important;
}
/*筛选 style*/
/*.filter2*/
.filter2 .modal-slide._show .modal-inner-wrap {
  padding: 2rem;
  padding-bottom: 7rem;
}
.filter .modal-slide._show .modal-inner-wrap {
  padding-bottom: 7rem;
}
.filter2 .modal-slide._show .modal-inner-wrap h4,
.filter .modal-slide._show .modal-inner-wrap h4 {
  font-size: 1.3rem;
  color: #666666;
  margin: 30px 0 5px 0;
  font-weight: 300;
}
.filter2 .modal-slide._show .modal-inner-wrap h2,
.filter .modal-slide._show .modal-inner-wrap h2 {
  font-size: 2.8rem;
  margin: 0 0 20px 0;
}
.modal-content .block-content {
  position: relative;
}
.percolate-button-style {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  margin: 0 0 30px;
}
.filter-content2 .percolate-button-style {
  margin: 0;
}
.percolate-button-style .percolate-button {
  width: 100%;
  border-radius: 3px;
  background-color: #222222;
  color: #FFFFFF;
}
.radio_style_2_0 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.radio_style_2_0 input[type="radio"] {
  position: relative;
  visibility: hidden;
  margin-top: 0;
  margin-left: 0;
}
.checkbox_style_2_0 {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.checkbox_style_2_0 input {
  margin-top: -6px;
  display: inline-block;
  position: relative;
  visibility: hidden;
}
.checkbox_style_2_0 input + span {
  margin-left: 8px;
  line-height: 18px;
}
.radio_style_2_0 input:checked + span {
  color: #000;
  font-weight: 500;
}
.filter-options_2_0 {
  font-size: 1.6rem;
  font-weight: 500;
}
.filter-options_2_0 span {
  font-weight: 400;
  font-size: 1.4rem;
  color: #666666;
  line-height: 14px;
}
.checkbox_style_2_0 input + span {
  margin-left: 8px;
}
.filter-options_2_0 input:checked + span {
  font-weight: 500;
  color: #000000;
}
.checkbox_style_2_0 input[type="checkbox"]:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  visibility: visible;
}
.radio_style_2_0 input[type="radio"]:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  margin-left: -1px;
  margin-top: -3px;
  visibility: visible;
}
.checkbox_style_2_0 input[type="checkbox"]:checked:after {
  content: '';
  width: 9px;
  height: 9px;
  display: block;
  background-color: #CCCCCC;
  position: absolute;
  top: 3px;
  left: 3px;
  visibility: visible;
}
.radio_style_2_0 span {
  margin-left: 5px;
}
.radio_style_2_0 input[type="radio"]:checked:before {
  border: 1px solid #333333;
}
.radio_style_2_0 input[type="radio"]:checked:after {
  background-color: #333333;
  content: '';
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  margin-left: -1px;
  margin-top: -3px;
  visibility: visible;
}
.filter-content .filter-options_2_0 .filter-options-item {
  margin-top: 0;
}
.filter-content .filter-options_2_0 .filter-options-title {
  font-size: 1.6rem;
  padding-top: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ECECEC;
}
.filter-content .filter-options_2_0 .filter-options-content {
  padding: 15px 0 2px;
  display: none;
}
.filter-content .filter-options_2_0 .active .filter-options-content {
  display: block;
}
.filter-content .filter-options_2_0 .filter-options-title:before {
  content: "" !important;
  background: url(../../frontend/Te/online/zh_Hans_CN/images/arrow_down.png) no-repeat center / 18px auto;
  top: 14px !important;
  right: 3px !important;
  padding: 0;
}
.filter-content .filter-options_2_0 .active .filter-options-title:before {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/*ul-filter-style*/
.ul-filter-style {
  margin: 0 -5px;
}
.ul-filter-style:after {
  content: '';
  display: block;
  clear: both;
}
.ul-filter-style li {
  width: 33%;
  float: left;
  text-align: center;
  padding: 0 5px 10px;
}
.ul-filter-style li div {
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 4px;
  color: #333;
  max-height: 38px;
}
.ul-filter-style.ul-show-style li div {
  padding: 12px 20px 12px 10px;
}
.ul-filter-style li.active div {
  background-color: #ddd;
}
.ul-filter-style li div span {
  font-size: 1.4rem;
  line-height: 17px;
  font-weight: 400;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ul-filter-style.ul-filter-color li div i.action-color {
  min-width: 14px;
  display: inline-block;
  height: 14px;
  border-radius: 14px;
  background-color: transparent;
  margin-right: 5px;
}
.ul-filter-style.ul-show-style {
  margin-bottom: 20px;
}
.ul-filter-style.ul-show-style li {
  position: relative;
}
.ul-filter-style.ul-show-style li {
  position: relative;
}
.ul-filter-style.ul-show-style .action-close {
  position: absolute;
  right: 15px;
  top: 11px;
  font-style: inherit;
  padding: 0;
  line-height: 1;
  font-size: 1rem;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/filter_close.png") no-repeat center !important;
  background-size: 16px auto !important;
  width: 16px;
  height: 16px;
}
.ul-filter-style.ul-filter-color li div i.action-color + span {
  width: auto;
  text-align: center;
}
.ul-show-style.ul-filter-style li div span {
  font-weight: 400;
  color: #00A0E8;
  width: auto;
  line-height: 1;
}
.ul-show-style.ul-filter-style li div i {
  font-weight: 400;
}
.filter-slide2 .modal-header {
  padding: 0;
}
.page-with-filter.page-products .page-main > .columns .message.info.empty {
  background-color: transparent;
  color: #333333;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
  margin-top: 60px;
  padding: 12px 16px 12px 16px;
}
.page-with-filter.page-products .message.info.empty span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
.page-with-filter.page-products .message.info.empty:before {
  content: '';
  background: url(../../frontend/Te/online/zh_Hans_CN/images/emptyState.png) no-repeat 0 center;
  background-size: 80px auto;
  width: 80px;
  height: 80px;
  position: relative;
  display: block;
  margin: auto auto 27px;
}
.page-with-filter.page-products .message.info.empty div:before {
  content: '';
}
.product-item.orange-area .product-item-info > .find-watches {
  height: 30px;
  line-height: 30px;
  font-size: 1.2rem;
  color: #f49f49;
  padding: 0 11px;
  margin-top: 5px;
  display: inline-block;
  border: 1px solid #f49f49;
}
.search.results {
  padding-top: 45px;
}
.search.results dl.block {
  display: none !important;
}
.search.results .customize-filter {
  display: block !important;
  position: fixed;
  z-index: 11;
  width: 100%;
  top: 0;
  background-color: #fff;
  margin: 0;
  padding-left: 20px;
}
.search.results .customize-filter.fly-fixed {
  border-bottom: .05rem solid #eee;
  margin: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.search.results .customize-filter .reset-filter {
  left: inherit;
}
.search.results .grid.products-grid .product-items {
  margin-top: 0 !important;
  padding-top: 0;
}
.catalogsearch-result-index .customize-filter .sort-filter {
  left: 20px !important;
}
.catalogsearch-advanced-result .page-main .columns {
  margin-top: 0;
}
.catalogsearch-advanced-result .page-title-wrapper,
.catalogsearch-advanced-result .page-main > .columns .grid-main .search.found,
.catalogsearch-advanced-result .page-main > .columns .grid-main .search.summary .item strong,
.catalogsearch-advanced-result .page-main > .columns .grid-main .message.notice,
.catalogsearch-advanced-result .page-main > .columns .grid-main .search.results .toolbar-products,
.catalogsearch-advanced-result .page-main > .columns .grid-main .search.results .customize-filter,
.catalogsearch-advanced-result .page-main > .columns .grid-main .search.results ol.product-items .product-item .toolbar_2_0 {
  display: none !important;
}
.catalogsearch-advanced-result .page-main > .columns .grid-main .search.summary .item {
  font-size: 24px;
  text-align: center;
  padding: 3rem 0;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
}
.hdmx__contact-form .action.close {
  z-index: 99;
}
.hdmx__contact-form .action.close:before {
  margin-top: 12px;
}
.mpfaqs-article-index {
  position: relative;
}
.mpfaqs-article-index .page-wrapper {
  width: 100%;
}
.mpfaqs-article-index .mpfaqs h1,
.mpfaqs-article-index .mpfaqs-search__field,
.mpfaqs-article-index .mpfaqs-list__block__category hr {
  display: none !important;
}
.mpfaqs-article-index .page-main > .columns {
  padding: 0;
  margin: 0;
}
.mpfaqs-article-index .mpfaqs-search {
  margin: 0;
}
.mpfaqs-article-index .mpfaqs-search .card-panel {
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}
.mpfaqs-article-index .mpfaqs-search .card-panel .mpfaqs-search__title {
  padding: 0;
  margin: 0;
  background: transparent;
}
.mpfaqs-article-index .mpfaqs .row .col.m4 {
  width: 100% !important;
  padding: 0;
}
.mpfaqs-article-index #mpfaqs-list-container .section {
  background: transparent !important;
  padding: 0;
  margin: 0;
}
.mpfaqs-article-index .mpfaqs-list__block__category {
  background-color: #F5F5F5;
  padding: 25px 20px 20px;
  margin: 0;
}
.mpfaqs-article-index .mpfaqs-list__block__category h4 {
  margin: 0;
  line-height: 1;
}
.mpfaqs-article-index .mpfaqs-list__block__category h4 a {
  font-size: 22px;
  color: #000;
  line-height: 1;
  font-weight: 400;
}
.mpfaqs-article-index .mpfaqs-list__block__category i.fa,
.mpfaqs-article-index .mpfaqs-list__block__category .grey-text {
  display: none !important;
}
.mpfaqs-article-index .mpfaqs-list__block__question {
  padding: 0 20px !important;
  margin: 0 !important;
}
.mpfaqs-article-index .mpfaqs-list__block__question .mpfaqs-item {
  padding: 0;
}
.mpfaqs-article-index .mpfaqs-list__block__question .mpfaqs-item .collapsible-body {
  padding: 0 15px 10px;
  border: none;
}
.mpfaqs-article-index .mpfaqs-list__block__question .mpfaqs-item .collapsible-body p {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin-bottom: 10px;
}
.mpfaqs-article-index .mpfaqs-list__block__question .mpfaqs-item .collapsible-header {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/faq_add.png") no-repeat right center;
  height: 54px;
  line-height: 54px;
  background-size: 20px auto;
  border-top: 1px solid #f5f5f5;
}
.mpfaqs-article-index .mpfaqs-list__block__question .mpfaqs-item .collapsible-header .far {
  display: none;
}
.mpfaqs-article-index .mpfaqs-list__block__question .mpfaqs-item .collapsible-header > span {
  list-style: disc;
  padding: 0;
  margin-left: 16px;
  display: list-item;
  color: #000;
}
.mpfaqs-article-index .mpfaqs-list__block__question .mpfaqs-item:first-child .collapsible-header {
  border-top: none;
}
.mpfaqs-article-index .mpfaqs-list__block__question .mpfaqs-item .collapsible-header.active {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/faq_m.png") no-repeat right center;
  background-size: 20px auto;
}
.mpfaqs-article-index .online-ask {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 9;
  height: 45px;
  line-height: 45px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/service.png") no-repeat 12px center #00a0e8;
  background-size: 20px auto;
  color: #fff;
  font-size: 14px;
  padding-left: 38px;
  padding-right: 7px;
  border-radius: 50px 0 0 50px;
}
.helpdesk-ticket-create .page-wrapper,
.helpdesk-ticket-index .page-wrapper,
.helpdesk-ticket-view .page-wrapper {
  width: 100%;
}
.helpdesk-ticket-create .page-main > .columns,
.helpdesk-ticket-index .page-main > .columns,
.helpdesk-ticket-view .page-main > .columns {
  padding-right: 20px;
  padding-left: 20px;
}
.helpdesk-ticket-create .legend,
.helpdesk-ticket-index .legend,
.helpdesk-ticket-view .legend {
  font-size: 2.2rem;
  color: #000;
  font-weight: 400;
}
.helpdesk-ticket-create .hdmx__ticket-new .group .field,
.helpdesk-ticket-index .hdmx__ticket-new .group .field,
.helpdesk-ticket-view .hdmx__ticket-new .group .field,
.helpdesk-ticket-create .hdmx__ticket-new .group .field:last-child,
.helpdesk-ticket-index .hdmx__ticket-new .group .field:last-child,
.helpdesk-ticket-view .hdmx__ticket-new .group .field:last-child {
  margin-bottom: 5px;
}
.helpdesk-ticket-create .field .label span,
.helpdesk-ticket-index .field .label span,
.helpdesk-ticket-view .field .label span {
  color: #000;
  font-size: 1.4rem;
}
.helpdesk-ticket-create .hdmx__ticket-new .actions-toolbar .action.primary,
.helpdesk-ticket-index .hdmx__ticket-new .actions-toolbar .action.primary,
.helpdesk-ticket-view .hdmx__ticket-new .actions-toolbar .action.primary,
.helpdesk-ticket-create .action.primary,
.helpdesk-ticket-index .action.primary,
.helpdesk-ticket-view .action.primary {
  width: 100%;
  border-radius: 3px;
  line-height: 44px;
  height: 44px;
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
}
.helpdesk-ticket-create .message,
.helpdesk-ticket-index .message,
.helpdesk-ticket-view .message {
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.helpdesk-ticket-create textarea,
.helpdesk-ticket-index textarea,
.helpdesk-ticket-view textarea,
.helpdesk-ticket-create select,
.helpdesk-ticket-index select,
.helpdesk-ticket-view select,
.helpdesk-ticket-create input,
.helpdesk-ticket-index input,
.helpdesk-ticket-view input {
  border-color: #DDDDDD;
}
.hdmx__status {
  border-radius: 0 !important;
}
.hdmx__tickets thead {
  display: none !important;
}
.hdmx__tickets .message-infos {
  font-size: 1.2rem;
  color: #333;
  text-align: left;
  line-height: 1.4;
  padding-bottom: 25px;
}
.hdmx__tickets h3 {
  border-top: 1px solid #ECECEC;
  font-size: 2.2rem;
  font-weight: 400;
  margin-top: 0;
  padding-top: 25px;
  margin-bottom: 20px;
}
.hdmx__tickets .hdmx__status {
  font-size: 10px;
  line-height: 16px;
  padding: 2px 6px !important;
  border-radius: 0 !important;
  position: absolute;
  right: 0;
  top: 17px;
}
.hdmx__tickets .hdmx__status.hdmx-yellow {
  background: #F2BB32;
}
.hdmx__tickets .hdmx__status.hdmx-black {
  background: #AAAAAA;
}
.hdmx__tickets .hdmx__status.hdmx-green {
  background: #58CB7B;
}
.hdmx__ticket-view .hdmx__ticket-summary th {
  padding-right: 0;
}
.hdmx__ticket-view .legend {
  width: 100%;
}
.hdmx__ticket-view .legend span {
  border-top: 1px solid #ECECEC;
  font-size: 2.2rem;
  font-weight: 400;
  margin-top: 0;
  padding-top: 25px;
  margin-bottom: 20px;
  display: block;
}
.hdmx__ticket-history .legend span {
  border: none;
  padding-top: 10px;
  margin-bottom: 10px;
}
#close_ticket_button {
  height: 44px;
  line-height: 44px;
  background: #fff;
  color: #222;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #666;
  width: 48%;
  float: left;
  margin: 0;
}
.hdmx__ticket-view .actions-toolbar .action.primary {
  padding: 0;
  height: 44px;
  line-height: 44px !important;
  text-align: center;
  color: #fff;
  font-size: 14px !important;
  width: 48%;
  float: right;
  margin: 0;
}
.helpdesk-ticket-view .buttons-set {
  display: none !important;
}
.hdmx__ticket-reply .actions-toolbar .action.primary {
  padding: 0 15px !important;
  line-height: 44px !important;
  height: 44px;
  font-size: 1.4rem !important;
  color: #fff;
}
.helpdesk-ticket-index .hdmx__tickets {
  padding-top: 40px;
}
.helpdesk-ticket-index .hdmx__tickets-table .subject {
  padding-top: 0 !important;
}
.helpdesk-ticket-index .hdmx__tickets-table .department,
.helpdesk-ticket-index .hdmx__tickets-table tr td:before {
  display: none !important;
}
.helpdesk-ticket-index .hdmx__tickets-table tr {
  display: block;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #ECECEC;
}
.helpdesk-ticket-index .hdmx__tickets-table td {
  padding: 0;
}
.helpdesk-ticket-index .hdmx__tickets-table td.subject {
  display: block;
  font-size: 1.4rem;
  color: #000;
  padding-bottom: 3px;
}
.helpdesk-ticket-index .hdmx__tickets-table tr td.activity:before,
.helpdesk-ticket-index .hdmx__tickets-table tr td.activity {
  color: #999 !important;
  font-weight: 300 !important;
  font-size: 1.2rem;
  display: inline-block !important;
}
.cart-container .cart-summary .table.totals tbody tr.totals-mageworx-fee-summary-tax,
.checkout-index-index #opc-sidebar .table-totals tbody tr.totals-mageworx-fee-summary-tax {
  display: none !important;
}
.checkout-index-index tr.totals-mageworx-fee-details {
  display: table-row !important;
  border-bottom: none !important;
}
.checkout-cart-index .cart-totals .totals-mageworx-fee-details {
  border: none !important;
}
#mageworx-payment-fee-container > .messages {
  position: fixed;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  box-sizing: border-box;
  padding: 0 10px;
}
#mageworx-payment-fee-container > .messages > .message {
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 15px 20px !important;
  box-shadow: 0 3px 10px #000000;
  border-radius: 3px;
}
#mageworx-payment-fee-container > .messages > .message > div {
  color: #fff;
  font-size: 16px;
  padding: 0 !important;
}
#mageworx-payment-fee-container .ui-effects-wrapper,
#mageworx-payment-fee-form > button,
#mageworx-payment-fee-form > .cart.table-wrapper .actions-toolbar > .action,
#mageworx-payment-fee-form > .action-gift {
  display: none !important;
}
#mageworx-payment-fee-form {
  background-color: #fff;
}
#mageworx-payment-fee-form > .fieldset {
  margin-bottom: 0;
}
.message.info.empty {
  background: transparent !important;
  border: none !important;
  padding-top: 30px !important;
}
.message.info.empty span {
  color: #000;
}
.message.info.empty span:before {
  display: none !important;
}
.search-no-item {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/emptyState.png) no-repeat center 80px;
  padding: 172px 20px 20px;
  background-size: 80px auto;
}
.search-no-item div {
  color: #999;
  font-size: 16px;
  text-align: center;
  line-height: 22.5px;
}
.search-no-item .search-value,
.search-no-item p {
  color: #000;
}
.loader-box {
  position: relative;
  width: 30px;
  height: 50px;
  margin: 10px auto;
}
.loader-box:after {
  content: "";
  display: block !important;
  width: 30px;
  height: 30px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/loading.png") no-repeat center;
  background-size: 24px auto;
  animation: loading 600ms linear 0s infinite;
}
.loading-mask,
.new-loading-mask,
.check-loading {
  background: rgba(255, 255, 255, 0.7) !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 24;
}
.loading-mask .loader,
.new-loading-mask .loader,
.check-loading .loader {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  z-index: 99;
  overflow: hidden;
}
.loading-mask .loader > img,
.new-loading-mask .loader > img,
.check-loading .loader > img,
.loading-mask .loader > p,
.new-loading-mask .loader > p,
.check-loading .loader > p {
  display: none !important;
  text-indent: -9999999px;
}
.loading-mask .loader:after,
.new-loading-mask .loader:after,
.check-loading .loader:after {
  content: "";
  display: block !important;
  width: 30px;
  height: 30px;
  margin-left: 35px;
  margin-top: 35px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/loading.png") no-repeat center;
  background-size: 24px auto;
  animation: loading 600ms linear 0s infinite;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.last-long.loader:after {
  content: "";
  display: block !important;
  width: 100%;
  height: 100%;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/xloading.png") no-repeat center;
  background-size: 40px auto;
  animation: loading 1s linear 0s infinite;
}
.catalog-product-view .swatch-attribute:after {
  content: "";
  background: url("../../frontend/Te/online/zh_Hans_CN/images/address_arrow.png") no-repeat right center;
  background-size: 18px auto;
  position: absolute;
  right: 1px;
  top: 0;
  width: 27px;
  height: 29px;
  display: block;
}
.catalog-product-view .swatch-attribute > .swatch-attribute-label {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  padding: 0 5px 0 0;
  margin: 0;
  font-size: 13px;
}
.catalog-product-view .swatch-attribute > .swatch-attribute-label:after {
  display: none;
}
.catalog-product-view .swatch-attribute .swatch-attribute-options {
  max-height: 250px;
  right: 0;
  overflow-y: auto;
  padding: 10px 0 0;
  display: block;
}
.catalog-product-view .swatch-attribute .swatch-attribute-options .swatch-option {
  border: transparent;
  text-align: left;
  margin: 0;
  padding: 5px 9px;
}
.catalog-product-view .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  color: #00a0e8;
}
.catalog-product-view .swatch-attribute .swatch-attribute-options .swatch-option.disabled {
  opacity: 1;
  color: #C7C7C7;
}
.catalog-product-view .swatch-attribute .swatch-attribute-options .swatch-option.disabled:after {
  display: none;
}
.catalog-product-view .swatch-attribute .swatch-attribute-selected-option {
  display: block !important;
  line-height: 28px;
  padding: 0;
  vertical-align: middle;
  font-size: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.alert-error {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9;
  width: 34%;
  background-color: #000;
  color: #fff;
  line-height: 24px;
  border-radius: 4px;
  padding: 0 10px;
  margin-left: -17%;
  font-size: 1.2rem;
}
.catalog-product-view .product-wrap .field.required div.mage-error {
  padding-top: 6px;
}
.not-found-page .not-found-page_bottom dd,
.checkout-cart-index .cart-summary .block.discount,
.checkout-cart-index .totals.sub + .totals,
select[name="country_id"] option[value=""] {
  display: none !important;
}
.page.messages div[role="alert"] > div .error.message {
  background: #F5F5F5;
  padding: 10px 20px;
  text-align: left;
}
.page.messages div[role="alert"] > div .error.message div {
  font-size: 13px;
  color: #DF201F;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/error.png") no-repeat left 2px;
  line-height: 19px;
  background-size: 14px auto;
  text-align: left;
  padding: 0 0 0 18px;
}
.page.messages div[role="alert"] > div .error.message div:before,
.page.messages div[role="alert"] > div .error.message div:after {
  display: none !important;
}
.data.item.content .product-collateral.toggle-content.accordion-open {
  display: block !important;
}
.loading-mask {
  background: rgba(255, 255, 255, 0.7) !important;
}
.add-message {
  position: fixed;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  box-sizing: border-box;
  padding: 0 10px;
}
.add-message div {
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 15px 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.ctnr-product-item-details ul.full-row {
  margin-bottom: 10px;
}
.ctnr-product-item-details ul.full-row .dimen-title h3.title-name {
  font-weight: 400;
}
.ctnr-product-item-details ul.full-row li h3 {
  display: inline-block;
  padding-right: 3px;
  font-size: 14px !important;
  margin-bottom: 0;
}
.ctnr-product-item-details ul.full-row li h3:after {
  content: ":";
}
.payment-again-layer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.payment-again-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  background: #ffffff;
  z-index: 101;
  transition: all .3s ease;
  height: 0;
  overflow: hidden;
}
.payment-again-box h3 {
  font-size: 2.2rem;
  color: #000000;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
  margin-top: 4px;
  font-weight: 400;
}
.payment-again-box h3.load:after {
  content: "";
  width: 60px;
  height: 60px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/loading.png") no-repeat center;
  background-size: 25px auto;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 65px;
  border-radius: 3px;
  background-color: #ffffff;
}
.payment-again-box .payment-item {
  padding: 5px 0;
  height: 50px;
  line-height: 1;
  border-bottom: 1px solid #ECECEC;
  position: relative;
  font-size: 0;
}
.payment-again-box .payment-item:last-child {
  border-bottom: none;
}
.payment-again-box input[type="radio"] {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: relative;
  left: -100px;
}
.payment-again-box input[type=radio]:checked + label:before,
.payment-again-box input[type=radio] + label:before {
  content: "";
  background: url(../../frontend/Te/online/zh_Hans_CN/images/radioed.png) no-repeat left center;
  background-size: 16px auto;
  background-color: #ffffff;
  width: 18px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  display: block;
}
.payment-again-box input[type=radio] + label:before {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/radio.png) no-repeat left center;
  background-size: 16px auto;
}
.payment-again-box label {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  padding-left: 30px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/wechat.png") no-repeat left center;
  background-size: 24px auto;
  display: block;
}
.payment-again-box input[value*="_alipay"] + label {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/alipay.png") no-repeat left center;
  background-size: 24px auto;
}
.payment-again-box .close-layer-btn {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/error-x.png") no-repeat right top;
  background-size: 24px auto;
  width: 26px;
  height: 26px;
  position: absolute;
  right: -2px;
  top: 0;
}
.payment-again-box label[for="easy_payment_gateway_paypal"] {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/paypal.png") no-repeat left center;
  background-size: 24px auto;
}
.payment-again-box .payment-info {
  font-size: 12px;
  margin-top: 10px;
  line-height: 20px;
  color: #999;
}
.payment-again-box .payment-info .icon-info {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/info_gray_2.png") no-repeat center;
  background-size: 14px auto;
}
.payment-again-box .payment-info span {
  vertical-align: middle;
}
.payment-again-box.show {
  height: auto;
  padding: 20px;
}
.payment-again-box.show .new-loading-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 102;
  height: 100%;
}
.message-error-box {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  z-index: 9;
  box-sizing: border-box;
}
.message-error-box span {
  display: inline-block;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 10px #ccc;
  color: #fff;
}
.login-timeout-text {
  display: none !important;
}
/* lazy loading */
img.lazy-img {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/loader-1.gif") no-repeat;
  background-size: 70px auto;
  background-position: center;
  width: 100%;
}
.easypayment-pay-error .page-wrapper {
  width: 100%;
}
/* check stock */
.check-stock-message {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 45;
}
.check-stock-message > .message-text-box {
  position: fixed;
  width: 88%;
  top: 30%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  height: auto;
  left: 6%;
  z-index: 88;
}
.check-stock-message ul {
  max-height: 200px;
  overflow-y: auto;
}
.check-stock-message h3 {
  font-size: 18px;
  color: #000;
  margin: 0 0 12px;
  font-weight: 500;
}
.check-stock-message li {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  padding-bottom: 8px;
  list-style: none;
}
.check-stock-message li b {
  font-weight: 500;
  line-height: 1.3;
}
.check-stock-message li span {
  line-height: 1.3;
  margin: 0;
}
.check-stock-message .jump-cart {
  display: block;
  max-width: 120px;
  margin: 10px auto;
  border: none;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #00a0e8;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}
@media (max-width: 1023px) {
  .customer-account-login .ajax-login-form,
  .customer-account-login .page-title-wrapper {
    display: none !important;
  }
  .login-timeout-text,
  .pay-error-box {
    background: url("../../frontend/Te/online/zh_Hans_CN/images/error-icon.png") no-repeat center top;
    background-size: 70px auto;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-align: center;
    padding-top: 100px;
    line-height: 1.3;
    display: block !important;
    margin-top: 70px;
  }
  #chatra.chatra--visible {
    display: none !important;
  }
  #chatra.chatra--visible.chatra--expanded {
    display: block !important;
  }
  .account.sales-order-history .order-wraper:before {
    width: 172%;
    left: -30px;
  }
  .catalog-product-view .payment {
    min-height: 30px;
  }
  .catalog-product-view .float-tools {
    display: inline-flex;
  }
  .catalog-product-view .price_three .counterPrice s,
  .catalog-product-view .price_three .taxIncludedPrice p,
  .catalog-product-view .price_three .savePrice .save-money {
    white-space: nowrap;
  }
  .page-with-filter .page-title-wrapper,
  .catalogsearch-advanced-result .page-title-wrapper {
    padding: 3rem 0;
    display: none;
    margin-bottom: 0;
  }
  .page-with-filter #maincontent .grid-main,
  .catalogsearch-advanced-result #maincontent .grid-main {
    background: #fff;
  }
  .page-with-filter .grid-left .modal-slide,
  .catalogsearch-advanced-result .grid-left .modal-slide {
    visibility: hidden;
    z-index: 1;
  }
  .page-with-filter .grid-left .modal-slide._show,
  .catalogsearch-advanced-result .grid-left .modal-slide._show {
    visibility: visible;
    z-index: 20 !important;
  }
  .page-with-filter #maincontent .grid-left,
  .catalogsearch-advanced-result #maincontent .grid-left {
    height: 0;
    overflow: hidden;
  }
  .page-with-filter .toolbar-products.customize-item,
  .catalogsearch-advanced-result .toolbar-products.customize-item {
    display: none;
  }
  .page-with-filter .products.products-grid,
  .catalogsearch-advanced-result .products.products-grid {
    width: 100%;
  }
  .page-with-filter .grid.products-grid .product-items,
  .catalogsearch-advanced-result .grid.products-grid .product-items {
    margin-left: 0;
    margin-right: 0;
  }
  .page-with-filter .grid.products-grid .product-items .product-item,
  .catalogsearch-advanced-result .grid.products-grid .product-items .product-item {
    position: relative;
    padding: 2rem 2rem 3rem;
    border-top: 0.05rem solid #eee;
    border-right: 0.05rem solid #eee;
  }
  .page-with-filter .grid.products-grid .product-items .product-item:nth-child(even),
  .catalogsearch-advanced-result .grid.products-grid .product-items .product-item:nth-child(even) {
    border-right: none;
  }
  ::-webkit-scrollbar {
    width: 0 !important;
    color: transparent;
  }
}
.payment-ico:before {
  content: "" !important;
  background: url(../../frontend/Te/online/zh_Hans_CN/images/payment.png) no-repeat center / 27px auto transparent;
  width: 27px;
  height: 25px;
  display: inline-block;
}
@media (max-width: 370px) {
  .page-with-filter .category-view .discount {
    font-size: 3rem;
  }
  .page-with-filter .category-view .hot-image,
  .page-with-filter .category-view .top-description {
    min-height: 179px;
  }
}
.table-wrapper {
  margin-bottom: 21px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #e2e2e2;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #e2e2e2;
  padding-top: 21px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10.5px;
  padding: 10.5px 21px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: inherit;
}
.message.info a:hover {
  color: #111111;
}
.message.info a:active {
  color: #111111;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10.5px;
  padding: 10.5px 21px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: inherit;
}
.message.error a:hover {
  color: #111111;
}
.message.error a:active {
  color: #111111;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10.5px;
  padding: 10.5px 21px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: inherit;
}
.message.warning a:hover {
  color: #111111;
}
.message.warning a:active {
  color: #111111;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10.5px;
  padding: 10.5px 21px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: inherit;
}
.message.notice a:hover {
  color: #111111;
}
.message.notice a:active {
  color: #111111;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10.5px;
  padding: 10.5px 21px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: inherit;
}
.message.success a:hover {
  color: #111111;
}
.message.success a:active {
  color: #111111;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f5f5f5;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10.5px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Te/online/zh_Hans_CN/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 42px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 26.25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 21px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 21px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5.25px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 300;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-size: 14px;
  height: 42px;
  line-height: 1.53846154;
  padding: 0 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:focus,
.fieldset > .fields > .field .addon .addbefore:focus,
.fieldset > .field .addon .addafter:focus,
.fieldset > .fields > .field .addon .addafter:focus {
  border: 1px solid #222222;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #aaaaaa;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #aaaaaa;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #aaaaaa;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10.5px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5.25px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10.5px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5.25px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5.25px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10.5px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10.5px;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 21px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5.25px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/Te/online/zh_Hans_CN/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Te/online/zh_Hans_CN/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 0;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #00a0e8;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-weight: 300;
  padding: 15px 20px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.action.primary:focus,
.action.primary:active {
  background: #222222;
  border: none;
  color: #ffffff;
}
.action.primary:hover {
  background: #222222;
  border: none;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.primary:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #222222;
  transform: scaleY(0.2);
  opacity: 0;
  transition: 0.2s all ease;
}
.action.primary:hover {
  background-color: #00a0e8;
}
.action.primary:hover:before {
  transform: none;
  opacity: 1;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 21px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  position: relative;
}
.product.data.items > .item.title:before {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 20px;
  padding: 15px 0 5px;
  cursor: pointer;
  color: #222222;
}
.product.data.items > .item.title:before {
  content: "\e929";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.product.data.items > .item.title[aria-expanded="false"]:before {
  content: "\e926";
}
.product.data.items > .item.title > .switch {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.product.data.items > .item.title.active > .switch {
  color: #222222;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  background: transparent;
  border-bottom: 1px solid #e2e2e2;
  height: 20px;
  padding: 15px 30px 5px 0;
  font-weight: 700;
  line-height: 20px;
  font-size: 1.8rem;
  color: #666666;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #666666;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #222222;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #222222;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: transparent;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: transparent;
  color: #222222;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: transparent;
  margin: 0 0 5.25px;
  padding: 10px 0 15px 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.4rem;
  line-height: 4rem;
  letter-spacing: normal;
  margin: 0 0 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  background: #f6f6f6;
  color: #222222;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:hover {
  background: #ededed;
  color: #222222;
  text-decoration: none;
}
.pages strong.page {
  font-size: 1.4rem;
  line-height: 4rem;
  letter-spacing: normal;
  color: #111111;
  display: inline-block;
  font-weight: 400;
  padding: 0 4px;
}
.pages .action {
  background: none;
  border: none;
  color: #7d7d7d;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
}
.pages .action:hover {
  color: #111111;
  text-decoration: none;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #7d7d7d;
  content: "\ec3c";
  font-family: 'theme-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #111111;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #7d7d7d;
  content: "\ec3b";
  font-family: 'theme-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #111111;
}
.pages a,
.pages strong {
  box-sizing: border-box;
  text-align: center;
  border-radius: 0;
}
.pages a.page,
.pages strong.page {
  min-width: 40px;
}
.pages a.link {
  display: inline-block;
  color: #7d7d7d;
  border: none;
  background: none;
  padding: 0 10px;
}
.pages a.link:hover {
  color: #111111;
}
.pages .item {
  border-right: 1px solid #dfdfdf;
}
.pages .item:last-child {
  margin-right: 0;
}
.pages .item .action {
  width: auto;
}
.pages .item .action:before {
  transition: 0.3s all ease;
}
.pages .item .action.next,
.pages .item .action.previous {
  margin: 0;
}
.pages .item strong.action:before {
  opacity: 0.3;
}
.pages .item strong.action:hover:before {
  color: #7d7d7d;
}
.pages .pages-item-previous {
  margin-right: 0;
}
.pages .pages-item-next {
  margin-left: 0;
  border-right: none;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10.5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10.5px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.breadcrumbs {
  margin: 0;
}
.breadcrumbs .items {
  font-size: 1.4rem;
  color: #666666;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #111111;
  text-decoration: none;
}
.breadcrumbs a:visited {
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #222222;
}
.breadcrumbs a:active {
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 22px;
  content: "\ec3c";
  font-family: 'theme-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: auto;
  z-index: 1000;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 8px 8px;
}
.modal-slide .modal-header {
  padding-bottom: 10px;
  padding-top: 10px;
}
.modal-popup {
  z-index: 1000;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 700px;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 10vh auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 16px;
  padding-right: 16px;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 6.4px;
  padding-top: 16px;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 16px;
  padding-top: 16px;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 26.25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10.5px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10.5px;
}
.modal-slide .action-close {
  padding: 9px 15px;
}
.modal-slide .page-main-actions {
  margin-bottom: -5.75px;
  margin-top: 10px;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-container .fieldset:after {
  margin: 10.5px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 1024px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.amazon-divider {
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 18px 0 20px;
  text-align: center;
  max-width: 500px;
}
.amazon-divider span {
  background: #fff;
  padding: 0 5px;
}
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 0px;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.product-social-links .amazon-button-container {
  margin-bottom: 30px;
  display: block;
}
.amazon-checkout-now {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
  display: none;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 1024px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10.5px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10.5px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 1024px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
#checkout-step-shipping .amazon-divider {
  margin: 40px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 1024px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Faqs
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.hdmx__status {
  background: #BFBFBF;
  border-radius: 2px;
  padding: 0.3rem 1rem;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.hdmx__status.hdmx-aqua {
  background: #2EC5B9;
}
.hdmx__status.hdmx-grey {
  background: #868686;
}
.hdmx__status.hdmx-navy {
  background: #4C7EB4;
}
.hdmx__status.hdmx-silver {
  background: #8B8B8B;
}
.hdmx__status.hdmx-black {
  background: #424242;
}
.hdmx__status.hdmx-green {
  background: #59E05B;
}
.hdmx__status.hdmx-olive {
  background: #668121;
}
.hdmx__status.hdmx-teal {
  background: #3298B1;
}
.hdmx__status.hdmx-blue {
  background: #5E6BFF;
}
.hdmx__status.hdmx-lime {
  background: #68CF70;
}
.hdmx__status.hdmx-hdmx-purple {
  background: #C007BF;
}
.hdmx__status.hdmx-fuchsia {
  background: #D55BD5;
}
.hdmx__status.hdmx-maroon {
  background: #AF5959;
}
.hdmx__status.hdmx-red {
  background: #ff2525;
}
.hdmx__status.hdmx-orange {
  background: #FF8C00;
}
.hdmx__status.hdmx-yellow {
  background: #f0b700;
}
.hdmx__tickets {
  margin-bottom: 3rem;
}
.hdmx__tickets-table .col.department,
.hdmx__tickets-table .col.activity,
.hdmx__tickets-table .col.status {
  white-space: nowrap;
}
.hdmx-green.create-button,
.create-button {
  white-space: nowrap;
  float: right;
  margin-top: -40px;
  z-index: 1000;
  position: relative;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.empty .hdmx-green.create-button,
.empty .create-button {
  white-space: nowrap;
  float: right;
  margin-top: 45px;
  z-index: 1000;
  position: relative;
  color: #fff;
  cursor: pointer;
}
.hdmx__ticket-new .fieldset {
  margin-bottom: 0;
}
.hdmx__ticket-new .group {
  margin-left: -1rem;
  margin-right: -1rem;
}
.hdmx__ticket-new .group:before,
.hdmx__ticket-new .group:after {
  content: '';
  display: table;
}
.hdmx__ticket-new .group:after {
  clear: both;
}
.hdmx__ticket-new .group .field {
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.hdmx__ticket-new .group .field:last-child {
  margin-bottom: 2rem;
}
.hdmx__ticket-new .actions-toolbar .action.primary {
  float: right;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  height: auto;
}
.hdmx__ticket-view {
  position: relative;
}
.hdmx__ticket-view p.max-attachment-size {
  margin: 0 0 -7px;
  color: darkgray;
  font-size: smaller;
}
.hdmx__ticket-summary {
  width: auto;
  margin-bottom: 3rem;
  margin-top: -1rem;
}
.hdmx__ticket-summary th {
  font-weight: 600;
  padding: 0.5rem 4rem 0.5rem 0;
}
.hdmx__ticket-summary td {
  padding: 0.5rem 4rem 0.5rem 1rem;
}
.hdmx__ticket-reply {
  margin-bottom: 3rem;
}
.hdmx__ticket-reply .actions-toolbar .action.primary {
  float: right;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  height: auto;
}
.hdmx__ticket-reply .actions-toolbar .action.secondary {
  float: right;
  margin-right: 1rem;
  margin-top: 1rem;
}
.hdmx__ticket-history .hdmx__message {
  margin-bottom: 3rem;
  position: relative;
}
.hdmx__ticket-history .hdmx__message .hdmx-message__header {
  padding: 0 0 5px 3px;
  color: #adadad;
}
.hdmx__ticket-history .hdmx__message .hdmx-message__header strong {
  font-weight: 600;
  color: #333333;
  margin-right: 1.5rem;
}
.hdmx__ticket-history .hdmx__message .hdmx-message__body {
  background: #f7ffec;
  border-left: 3px solid #98cb4b;
  padding: 1rem;
}
.hdmx__ticket-history .hdmx__message .hdmx-message__body.user {
  background: #ecfaff;
  border-left-color: #4b8dcb;
}
.hdmx__ticket-history .hdmx__message .hdmx-message__body .hdmx-message__attachments {
  margin-top: 2rem;
}
.hdmx__ticket-history .hdmx__message .hdmx-message__body .hdmx-message__attachments a {
  font-size: 13px;
  margin-right: 2rem;
}
.hdmx__ticket-history .hdmx__message .hdmx-message__body .hdmx-message__attachments span {
  font-size: 13px;
  margin-right: 2rem;
  color: red;
}
.hdmx__contact-button {
  cursor: pointer;
  position: fixed;
  min-width: 150px;
  z-index: 900000;
}
.hdmx__contact-button > span {
  display: block;
  line-height: 20px !important;
  font-size: 16px !important;
  padding: 8px 10px;
  border: 2px solid #fff;
  margin: 1px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
}
.hdmx__contact-popup {
  z-index: 999998;
}
.hdmx__contact-popup .hdmx__wrapper {
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
  position: relative;
}
.hdmx__contact-popup .hdmx__wrapper:before,
.hdmx__contact-popup .hdmx__wrapper:after {
  content: '';
  display: table;
}
.hdmx__contact-popup .hdmx__wrapper:after {
  clear: both;
}
.hdmx__kb-form .control {
  position: relative;
}
.hdmx__kb-form .hdmx__kb-result {
  overflow: scroll;
  max-height: 30rem;
  margin-bottom: 2rem;
}
.hdmx__contact-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100000px;
  height: 10000000px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 900001;
}
.hdmx__contact-form {
  margin-bottom: 1.5rem;
}
.hdmx__contact-form:before,
.hdmx__contact-form:after {
  content: '';
  display: table;
}
.hdmx__contact-form:after {
  clear: both;
}
.hdmx__contact-form .action.close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  position: absolute;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.hdmx__contact-form .action.close:focus,
.hdmx__contact-form .action.close:active {
  background: none;
  border: none;
}
.hdmx__contact-form .action.close:hover {
  background: none;
  border: none;
}
.hdmx__contact-form .action.close.disabled,
.hdmx__contact-form .action.close[disabled],
fieldset[disabled] .hdmx__contact-form .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.hdmx__contact-form .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hdmx__contact-form .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8f8f8f;
  content: 'x';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hdmx__contact-form .action.close:hover:before {
  color: inherit;
}
.hdmx__contact-form .action.close:active:before {
  color: inherit;
}
.hdmx__contact-form .action.close:before {
  font-family: arial;
}
.hdmx__contact-form .fieldset {
  margin-bottom: 1.5rem !important;
  min-width: 100%;
}
.hdmx__contact-form .fieldset .legend {
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  margin-top: 1rem;
  border-bottom: none;
  padding-right: 2rem;
  margin-bottom: 1rem;
}
.hdmx__contact-form .fieldset .group-2 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.hdmx__contact-form .fieldset .group-2:before,
.hdmx__contact-form .fieldset .group-2:after {
  content: '';
  display: table;
}
.hdmx__contact-form .fieldset .group-2:after {
  clear: both;
}
.hdmx__contact-form .fieldset .group-2 .field {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.hdmx__contact-form .fieldset .group-3 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.hdmx__contact-form .fieldset .group-3:before,
.hdmx__contact-form .fieldset .group-3:after {
  content: '';
  display: table;
}
.hdmx__contact-form .fieldset .group-3:after {
  clear: both;
}
.hdmx__contact-form .fieldset .group-3 .field {
  float: left;
  width: 33.333333333%;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.hdmx__contact-form .fieldset .field.attachment {
  float: left;
}
.hdmx__contact-form .actions-toolbar .action.primary {
  float: right;
  padding: 1rem 2rem;
  height: auto;
}
.hdmx__contact-form.success .message-success {
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  margin-top: 5rem;
}
.helpdesk-contact-form.page-layout-empty .column.main {
  padding-bottom: 0;
}
.hdmx__spinner {
  width: 186px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 6px;
  right: 0;
}
.hdmx__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  -o-animation-duration: 0.645s;
  -ms-animation-duration: 0.645s;
  -webkit-animation-duration: 0.645s;
  -moz-animation-duration: 0.645s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.hdmx__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}
.hdmx__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}
.hdmx__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}
.hdmx__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}
.hdmx__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}
.hdmx__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}
.hdmx__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}
.hdmx__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
  -o-animation-delay: 0.7115s;
  -ms-animation-delay: 0.7115s;
  -webkit-animation-delay: 0.7115s;
  -moz-animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.hdmx__contact-popup .fieldset label,
.hdmx__contact-form .fieldset label,
.hdmx__ticket-new .fieldset label {
  width: 100% !important;
  text-align: left !important;
}
.hdmx__contact-popup .fieldset legend,
.hdmx__contact-form .fieldset legend,
.hdmx__ticket-new .fieldset legend {
  margin-left: 0px !important;
}
.hdmx__contact-popup .fieldset div.control,
.hdmx__contact-form .fieldset div.control,
.hdmx__ticket-new .fieldset div.control {
  width: 100% !important;
  text-align: left !important;
}
.hdmx__contact-popup .fieldset .cms-content-important,
.hdmx__contact-form .fieldset .cms-content-important,
.hdmx__ticket-new .fieldset .cms-content-important {
  margin-left: 0;
}
.hdmx__contact-popup .actions-toolbar,
.hdmx__contact-form .actions-toolbar,
.hdmx__ticket-new .actions-toolbar {
  margin-top: 15px;
}
.hdmx__schedule-status {
  font-weight: 600;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.hdmx__schedule-status.status-close {
  background: rgba(255, 85, 1, 0.08);
  color: #E63737;
}
.hdmx__schedule-status.status-open {
  background: rgba(1, 255, 196, 0.08);
  color: #3EBB00;
}
.hdmx__schedule {
  margin-bottom: 2rem;
}
.hdmx__schedule:before,
.hdmx__schedule:after {
  content: '';
  display: table;
}
.hdmx__schedule:after {
  clear: both;
}
.hdmx__schedule table {
  width: auto;
}
.hdmx__schedule table tr td.day {
  padding-left: 0;
}
.hdmx__schedule .hdmx__schedule-working,
.hdmx__schedule .hdmx__schedule-upcoming {
  float: left;
  width: 45%;
  margin-right: 1rem;
}
.hdmx__schedule b {
  font-weight: 600;
}
.helpdesk_satisfaction-block .helpdesk_satisfaction-rate-great {
  position: relative;
  background: #00c300;
  border-radius: 3px;
  margin-top: 2rem;
  padding: .5rem 1rem;
}
.helpdesk_satisfaction-block .helpdesk_satisfaction-rate-great img {
  position: absolute;
  width: 5.5rem;
  top: -2.1rem;
  left: 0;
}
.helpdesk_satisfaction-block .helpdesk_satisfaction-rate-great .text {
  font-family: "Roboto", "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-align: right;
}
.helpdesk_satisfaction-block .last-update {
  color: #7d7d7d;
  font-size: 1.2rem;
  text-align: right;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row {
  margin: 0 -15px;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row .helpdesk_satisfaction-col-md-4 {
  float: left;
  width: 33.33333333%;
  margin-right: 0;
  padding: 0 15px;
  box-sizing: border-box;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row .helpdesk_satisfaction-col-md-4 .helpdesk_satisfaction-rate {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row .helpdesk_satisfaction-col-md-4 .helpdesk_satisfaction-rate img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5.5rem;
  height: 5.5rem;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row .helpdesk_satisfaction-col-md-4 .helpdesk_satisfaction-rate .helpdesk_satisfaction-bar {
  background: #f8f8f8;
  height: 3rem;
  width: 100%;
  border-radius: 3px;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row .helpdesk_satisfaction-col-md-4 .helpdesk_satisfaction-rate .helpdesk_satisfaction-bar .inner {
  background: #faf;
  height: 3rem;
  border-radius: 3px 0 0 3px;
  padding: .5rem 1rem;
  text-align: right;
  box-sizing: border-box;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row .helpdesk_satisfaction-col-md-4 .helpdesk_satisfaction-rate.rate-great .inner {
  background: #09d011;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row .helpdesk_satisfaction-col-md-4 .helpdesk_satisfaction-rate.rate-ok .inner {
  background: #f5b92b;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-row .helpdesk_satisfaction-col-md-4 .helpdesk_satisfaction-rate.rate-bad .inner {
  background: #fb6c6c;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-smiles {
  display: inline-flex;
  flex-wrap: wrap;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-smiles figure {
  width: 5rem;
  height: 5rem;
  margin: 1rem;
  position: relative;
}
.helpdesk_satisfaction-list .helpdesk_satisfaction-smiles figure img {
  width: 5rem;
}
.processing-block {
  margin-bottom: 10px;
}
.hdmx__ticket-message-rate-satisfaction {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: .5rem;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 10rem;
  max-width: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.hdmx__ticket-message-rate-satisfaction .rate {
  margin-left: 1rem;
  flex-shrink: 0;
  display: flex;
}
.hdmx__ticket-message-rate-satisfaction .rate img {
  width: 2rem;
  height: 2rem;
}
.hdmx__ticket-message-rate-satisfaction .comment {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3rem;
  margin-left: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hdmx__ticket-message-rate {
  display: flex;
  position: absolute;
  right: 5px;
  top: 10px;
  padding: .5rem;
  align-items: center;
  background: #ffffff;
  border-radius: 10rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.hdmx__ticket-message-rate * {
  transition: all 0.1s ease-in;
}
.hdmx__ticket-message-rate a {
  display: flex;
  align-items: center;
  color: #999999;
  text-decoration: none;
  cursor: pointer;
}
.hdmx__ticket-message-rate a img {
  width: 2rem;
  height: 2rem;
}
.hdmx__ticket-message-rate a span {
  display: block;
  width: 0;
  overflow: hidden;
  margin-left: .5rem;
}
.hdmx__ticket-message-rate a:hover {
  color: #333333;
}
.hdmx__ticket-message-rate:hover a {
  margin: 0 1rem;
}
.hdmx__ticket-message-rate:hover a img {
  width: 3rem;
  height: 3rem;
}
.hdmx__ticket-message-rate:hover a span {
  width: auto;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.form-address-edit .actions-toolbar .vertex-update-address {
  margin-top: 10px;
}
.vertex__address-suggestion {
  margin: 5px 0;
  padding-left: 10px;
  font-weight: 500;
  border-left: 2px solid gray;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled.cms-index-index .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
/*!
*  - v1.2.4
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
  --------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sp-slides-container {
  position: relative;
}
.sp-mask {
  position: relative;
  overflow: hidden;
}
.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.sp-slide {
  position: absolute;
}
.sp-image-container {
  overflow: hidden;
}
.sp-image {
  position: relative;
  display: block;
  border: none;
}
.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}
/* Thumbnails
  --------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
}
.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto;
}
.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}
.sp-bottom-thumbnails {
  margin-top: 4px;
}
.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}
.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}
.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}
.sp-thumbnails {
  position: relative;
}
.sp-thumbnail {
  border: none;
}
.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Horizontal thumbnails
  ------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}
.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}
.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}
/* Vertical thumbnails
  ----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}
.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}
.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}
/* Right thumbnails with pointer
  --------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}
.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
/* Left thumbnails with pointer
  -------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}
.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px;
}
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
/* Bottom thumbnails with pointer
  ---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
/* Top thumbnails with pointer
  ------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}
.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}
.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px;
}
.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
/* Layers
  --------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}
.sp-slides .sp-slide .sp-layer {
  opacity: 0;
}
.sp-black {
  color: #FFF;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
}
.sp-white {
  color: #000;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
}
.sp-rounded {
  border-radius: 10px;
}
.sp-padding {
  padding: 10px;
}
/* Touch Swipe
  --------------------------------------------------*/
.sp-selectable {
  cursor: default;
}
/* Caption
  --------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}
/* Full Screen
  --------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}
.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sp-full-screen-button:before {
  content: '\2195';
}
.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}
/* Buttons
  --------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.sp-selected-button {
  background-color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}
/* Arrows
  --------------------------------------------------*/
.sp-arrows {
  position: absolute;
}
.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}
.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}
.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}
.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sp-horizontal .sp-previous-arrow {
  left: 20px;
}
.sp-horizontal .sp-next-arrow {
  right: 20px;
}
.sp-vertical .sp-previous-arrow {
  top: 20px;
}
.sp-vertical .sp-next-arrow {
  bottom: 20px;
}
.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}
.sp-previous-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}
.sp-previous-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}
.sp-next-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}
.sp-next-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}
.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0;
}
.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none;
}
.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
/* Thumbnail Arrows
  --------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}
.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}
.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}
.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}
.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}
.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}
.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}
.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}
.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}
.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}
.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}
.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}
.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}
/* Video
  --------------------------------------------------*/
a.sp-video {
  text-decoration: none;
}
a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}
a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}
/* TM styles */
@media screen and (max-width: 767px) {
  #maincontent .columns {
    display: block;
  }
}
.slider-pro-wrapper {
  overflow: hidden;
  position: relative;
}
.slider-pro.abs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.slider-pro-container {
  position: relative;
  display: block;
}
.loading-mask.for-slider {
  position: absolute;
  /*background: none;*/
}
.loading-mask.for-slider .loader img {
  position: absolute;
}
.loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
/**
 * Copyright © Zemez. All rights reserved.
 * See COPYING.txt for license details.
 */
.sm-wrapper {
  height: 100%;
}
.sm-wrapper .sm-main {
  max-width: 800px;
  padding: 30px 10px 50px;
  margin: 0 auto;
  text-align: center;
}
.sm-wrapper .sm-main #sm-content-block {
  padding-top: 50px;
  margin-bottom: 50px;
}
.sm-wrapper .sm-main #sm-content-block .sm-logo {
  margin-bottom: 20px;
}
.sm-wrapper .sm-main #sm-content-block .sm-title {
  font-size: 31px;
  margin-bottom: 10px;
}
.sm-wrapper .sm-main #sm-timer-block {
  margin-bottom: 50px;
}
.sm-wrapper .sm-main #sm-timer-block .sm-timer-wrapper {
  font-size: 40px;
  font-weight: 700;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-text {
  margin-bottom: 10px;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-subscription {
  position: relative;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-subscription #newsletter-error {
  position: absolute;
  bottom: -25px;
  margin: 0;
  width: 100%;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-content #newsletter {
  width: 200px;
  display: inline-block;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button {
  display: inline-block;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10.5px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10.5px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 21px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5.25px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10.5px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 21px;
}
.block-cart-failed {
  margin-top: 42px;
}
.block-cart-failed .block-title {
  font-size: 2rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10.5px;
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-size: 14px;
  height: 42px;
  line-height: 1.53846154;
  padding: 0 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:focus {
  border: 1px solid #222222;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #aaaaaa;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #aaaaaa;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #aaaaaa;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 10.5px;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../../frontend/Te/online/zh_Hans_CN/Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: 700;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 42px;
}
.bundle-options-container .legend.title {
  color: #222222;
  font-weight: 300;
  line-height: 1.25;
  font-size: 2rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 31.5px;
}
.bundle-options-container .action.back {
  margin-bottom: 31.5px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10.5px 21px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  color: #222222;
  font-weight: 300;
  line-height: 1.25;
  font-size: 2rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 31.5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.575rem;
  margin-bottom: 1.05rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10.5px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10.5px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 21px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 300;
  margin: 0 0 5.25px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.grid.products-grid .product-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.grid.products-grid .product-items .product-item {
  box-sizing: border-box;
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}
@media (max-width: 1023px) {
  .grid.products-grid .product-items .product-item {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 640px) {
  .grid.products-grid .product-items .product-item {
    flex-basis: 33.33333333%;
    width: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .grid.products-grid .product-items {
    margin-top: -30px;
  }
  .grid.products-grid .product-items .product-item {
    margin-top: 30px;
  }
}
.grid.products-grid .product-items.owl-carousel {
  margin-top: 0;
  width: auto;
}
.grid.products-grid .product-items.owl-carousel .owl-item .product-item {
  flex-basis: 100%;
  width: 100%;
  max-width: none;
  margin-top: 0;
}
@media (min-width: 480px) {
  .columns .grid.products-grid .product-items,
  .content .grid.products-grid .product-items,
  .container .grid.products-grid .product-items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .columns .grid.products-grid .product-items .product-item,
  .content .grid.products-grid .product-items .product-item,
  .container .grid.products-grid .product-items .product-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-item .product-item-photo {
  display: block;
  background-color: #ffffff;
  line-height: 0;
  text-align: center;
}
.product-item .product-item-actions {
  margin-top: 10px;
}
.product-item .product-item-actions .actions-primary {
  margin-bottom: 0;
}
.product-item .price-box {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  color: #111111;
  align-items: flex-end;
  margin-top: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
.product-item .price-box .special-price {
  color: #ff3e69;
  margin: 0;
}
.product-item .price-box .old-price {
  font-size: 15px;
  line-height: 1.2;
  text-decoration: line-through;
  color: #666666;
}
.product-item .price-box .old-price.map-old-price {
  display: inline-block;
  width: 100%;
}
.product-item .price-box .price-from + .price-to:before {
  margin-left: 7px;
  margin-right: 3px;
  content: '-';
}
.product-item .price-box .special-price + .old-price {
  margin-left: 5px;
}
.product-item .price-box p,
.product-item .price-box .price-box {
  margin-bottom: 0;
}
.product-item .price-box .price-label {
  display: none !important;
}
.product-item .product-reviews-summary {
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .product-item .product-reviews-summary .reviews-actions {
    display: none;
  }
}
.product-item .product-item-name {
  margin-bottom: 3px;
}
.product-item .product-item-description {
  margin-bottom: 15px;
}
@media (max-width: 479px) {
  .product-item .product-item-description {
    display: none;
  }
}
.product-item .product-item-description a {
  color: #222222;
}
.product-item .product-item-description a:hover {
  color: #111111;
}
.product-item .swatch-attribute-options {
  margin-top: 0;
  margin-bottom: 10px;
}
.product-item .actions-secondary {
  margin-top: 10px;
}
.product-item .actions-secondary .action + .action {
  margin-left: 20px;
}
.product-item ._block-content-loading {
  padding-bottom: 100%;
}
.product-item .fotorama__nav-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}
.product-item .fotorama__thumb {
  box-sizing: border-box;
  border: 1px solid #dedbdb;
  background-color: #ffffff;
}
.product-item .fotorama__thumb img {
  width: 100%;
}
.product-item .fotorama__img {
  display: block;
}
.product-item .fotorama__thumb-border {
  background: none;
  border-color: #111111;
}
.product-item .fotorama__video-close {
  display: none;
}
.product-item .product-item-photo .product-item-photo-fix {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  opacity: 0;
}
.product-item-name {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.product.name a {
  font-weight: inherit;
}
.toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  background-color: #f6f6f6;
}
.toolbar .limiter,
.toolbar .sorter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
}
.toolbar .limiter .label,
.toolbar .sorter .label,
.toolbar .limiter .limiter-label,
.toolbar .sorter .limiter-label {
  margin-left: 12px;
  margin-right: 10px;
  color: #222222;
  font-weight: 300;
  line-height: 1;
}
.toolbar .limiter .label:after,
.toolbar .sorter .label:after,
.toolbar .limiter .limiter-label:after,
.toolbar .sorter .limiter-label:after {
  content: ':';
}
.toolbar .limiter select,
.toolbar .sorter select {
  height: 40px;
  border: none;
  padding-left: 3px;
  padding-right: 18px;
  background-color: transparent;
}
.toolbar .limiter select:hover,
.toolbar .sorter select:hover,
.toolbar .limiter select:active,
.toolbar .sorter select:active {
  background-color: #ededed;
}
@media (min-width: 640px) {
  .toolbar .limiter select,
  .toolbar .sorter select {
    height: 50px;
    padding-left: 15px;
    padding-right: 30px;
    background-position: right 15px center;
  }
}
@media (min-width: 1024px) {
  .toolbar .limiter select,
  .toolbar .sorter select {
    min-width: 80px;
  }
}
@media (max-width: 479px) {
  .toolbar .limiter .label,
  .toolbar .sorter .label {
    display: none;
  }
}
.toolbar .pages {
  display: none;
}
@media (max-width: 1023px) {
  .toolbar .limiter {
    margin-left: auto;
  }
}
@media (max-width: 350px) {
  .toolbar .limiter {
    flex-grow: 1;
    margin-left: 0;
  }
  .toolbar .limiter div.control {
    width: 100%;
    border-left: none;
  }
}
.toolbar-sorter .sorter-action {
  border-right: 1px solid #dfdfdf;
  width: 25px;
  text-align: center;
  color: #00a0e8;
}
.toolbar-sorter .sorter-action:before {
  content: "\ec41";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.toolbar-sorter .sorter-action:before {
  font-size: 12px;
  line-height: 40px;
}
@media (min-width: 640px) {
  .toolbar-sorter .sorter-action {
    width: 50px;
  }
  .toolbar-sorter .sorter-action:before {
    font-size: 14px;
    line-height: 50px;
  }
}
.toolbar-sorter .sorter-action:hover {
  color: #222222;
  background-color: #ededed;
}
.toolbar-sorter .sorter-action span {
  display: none;
}
.toolbar-sorter .sorter-action.sort-desc:before {
  transform: rotate(180deg);
}
.toolbar-sorter .control {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.toolbar-amount {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #111111;
}
@media (max-width: 1023px) {
  * + .toolbar-amount {
    display: none;
  }
}
div.limiter .limiter-text {
  display: none;
}
div.limiter select.limiter-options {
  border-left: 1px solid #dfdfdf;
}
@media (max-width: 1023px) {
  div.limiter select.limiter-options {
    width: 55px;
    padding-left: 8px;
  }
}
.modes {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.modes .modes-label {
  display: none;
}
.modes .mode-grid:before {
  content: "\eb80";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.modes .mode-list:before {
  content: "\ec30";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.modes .modes-mode {
  display: block;
  color: #666666;
  width: 34px;
  border-left: 1px solid #dfdfdf;
  text-align: center;
}
.modes .modes-mode:before {
  display: block;
  font-size: 16px;
  line-height: 40px;
}
.modes .modes-mode.mode-list:before {
  font-size: 18px;
}
@media (min-width: 640px) {
  .modes .modes-mode {
    width: 50px;
  }
  .modes .modes-mode:before {
    font-size: 20px;
    line-height: 50px;
  }
  .modes .modes-mode.mode-list:before {
    font-size: 25px;
  }
}
.modes .modes-mode.active {
  color: #00a0e8;
}
.modes .modes-mode span {
  display: none;
}
.modes a.modes-mode:hover {
  color: #222222;
  background-color: #ededed;
}
.toolbar-bottom .pages {
  display: block;
}
.toolbar-bottom .toolbar-amount,
.toolbar-bottom .toolbar-sorter,
.toolbar-bottom .limiter,
.toolbar-bottom .modes {
  display: none;
}
.toolbar-bottom .toolbar {
  margin-top: 40px;
  margin-bottom: 0;
  justify-content: center;
}
html.rtl .toolbar .field .label {
  margin-right: 0;
  margin-left: 10px;
}
.main .toolbar-bottom .toolbar-products,
.main .test-page-size .toolbar-products {
  background: transparent;
}
.main .toolbar-bottom .pages .pages-items,
.main .test-page-size .pages .pages-items {
  margin-bottom: 30px;
}
.main .toolbar-bottom .pages .pages-items .item,
.main .test-page-size .pages .pages-items .item,
.main .toolbar-bottom .pages .pages-items .dots,
.main .test-page-size .pages .pages-items .dots {
  border: none !important;
  text-align: center;
  vertical-align: middle;
  margin: 0 2px;
}
.main .toolbar-bottom .pages .pages-items .item a,
.main .test-page-size .pages .pages-items .item a,
.main .toolbar-bottom .pages .pages-items .dots a,
.main .test-page-size .pages .pages-items .dots a {
  display: inline-block;
  border: 1px solid #e2e2e2 !important;
  min-width: 30px !important;
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
}
.main .toolbar-bottom .pages .pages-items .item a.page,
.main .test-page-size .pages .pages-items .item a.page,
.main .toolbar-bottom .pages .pages-items .dots a.page,
.main .test-page-size .pages .pages-items .dots a.page {
  min-width: inherit;
  background: transparent;
}
.main .toolbar-bottom .pages .pages-items .item strong.action,
.main .test-page-size .pages .pages-items .item strong.action,
.main .toolbar-bottom .pages .pages-items .dots strong.action,
.main .test-page-size .pages .pages-items .dots strong.action {
  border: 1px solid #e2e2e2;
}
.main .toolbar-bottom .pages .pages-items .item strong.page,
.main .test-page-size .pages .pages-items .item strong.page,
.main .toolbar-bottom .pages .pages-items .dots strong.page,
.main .test-page-size .pages .pages-items .dots strong.page,
.main .toolbar-bottom .pages .pages-items .item strong.action,
.main .test-page-size .pages .pages-items .item strong.action,
.main .toolbar-bottom .pages .pages-items .dots strong.action,
.main .test-page-size .pages .pages-items .dots strong.action {
  min-width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.main .toolbar-bottom .pages .pages-items .item a.jump,
.main .test-page-size .pages .pages-items .item a.jump,
.main .toolbar-bottom .pages .pages-items .dots a.jump,
.main .test-page-size .pages .pages-items .dots a.jump {
  border: none !important;
}
.main .toolbar-bottom .pages .pages-items .item.current strong.page,
.main .test-page-size .pages .pages-items .item.current strong.page {
  color: #fff;
  border-color: #00a0e8 !important;
  background: #00a0e8;
}
.main .toolbar-bottom .pages .pages-items .item.current strong.page span,
.main .test-page-size .pages .pages-items .item.current strong.page span {
  vertical-align: top;
  line-height: 30px;
}
.main .toolbar-bottom .pages .pages-items .dots,
.main .test-page-size .pages .pages-items .dots {
  display: inline-block;
  border: none !important;
}
.main .toolbar-bottom .pages .pages-items .dots span,
.main .test-page-size .pages .pages-items .dots span {
  font-size: 20px;
  line-height: 20px;
  display: block;
  color: #000;
}
.main .toolbar-bottom .pages .pages-items .item.pages-item-next,
.main .test-page-size .pages .pages-items .item.pages-item-next {
  margin-left: 2px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/arrow_next.png") no-repeat center;
}
.main .toolbar-bottom .pages .pages-items .item.pages-item-previous,
.main .test-page-size .pages .pages-items .item.pages-item-previous {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/arrow_prev.png") no-repeat center;
  margin-right: 2px;
}
.main .toolbar-bottom .pages .pages-items .item.pages-item-next,
.main .test-page-size .pages .pages-items .item.pages-item-next,
.main .toolbar-bottom .pages .pages-items .item.pages-item-previous,
.main .test-page-size .pages .pages-items .item.pages-item-previous {
  background-size: auto 18px;
}
.main .toolbar-bottom .pages .pages-items .item.pages-item-next span,
.main .test-page-size .pages .pages-items .item.pages-item-next span,
.main .toolbar-bottom .pages .pages-items .item.pages-item-previous span,
.main .test-page-size .pages .pages-items .item.pages-item-previous span {
  display: none;
}
.main .toolbar-bottom .pages .pages-items .action.next:before,
.main .test-page-size .pages .pages-items .action.next:before,
.main .toolbar-bottom .pages .pages-items .action.previous:before,
.main .test-page-size .pages .pages-items .action.previous:before {
  display: none;
}
.page-with-filter li.product-item.show-price .blue,
.catalogsearch-advanced-result li.product-item.show-price .blue {
  display: inline-block !important;
}
.page-with-filter .item > .product-item-info,
.catalogsearch-advanced-result .item > .product-item-info {
  position: relative;
}
.page-with-filter .product-item-inner .actions-primary form,
.catalogsearch-advanced-result .product-item-inner .actions-primary form {
  display: none !important;
}
.page-with-filter .product-item-inner .actions-primary .stock.unavailable,
.catalogsearch-advanced-result .product-item-inner .actions-primary .stock.unavailable {
  position: absolute;
  right: -4px;
  top: -4px;
  background-color: #666;
  color: #fff;
  font-size: 10px;
  padding: 0 6px;
  z-index: 5;
}
.orange-area .product-item-inner .stock.unavailable {
  display: none !important;
}
.item.product-item.show-price .find-watches {
  display: none !important;
}
.page-with-filter #mageworx-fee-container-message,
.cms-home #mageworx-fee-container-message {
  display: none !important;
}
.page-with-filter .main > .toolbar-products > .toolbar-sorter.sorter {
  width: 120px;
}
.products-grid li.product-item.orange-area .product-info .price-box {
  display: none !important;
}
.page-with-filter.category-watches .page-title-wrapper,
.page-with-filter.category-watches .category-description .show-more,
.page-with-filter.category-watches .products-grid li.product-item.orange-area .product-info .price-box,
.page-with-filter.category-watches li.product-item.show-price .find-watches {
  display: none !important;
}
.page-with-filter.category-watches .category-view .category-description {
  padding-bottom: 0 !important;
}
.page-with-filter.category-watches .category-view .hot-image {
  margin-bottom: 0 !important;
}
.page-with-filter.category-watches .category-view .desc-box {
  position: absolute;
  top: 25px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 14px;
}
.page-with-filter.category-watches .category-view .desc-box h1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1;
}
.page-with-filter.category-watches .category-view .desc-box p {
  font-size: 14px;
  color: #fff;
}
.page-with-filter.brand-brand-view .page-wrapper {
  width: 100% !important;
}
.page-with-filter.brand-brand-view #maincontent .columns {
  padding: 0 !important;
}
.page-with-filter.brand-brand-view .page-title-wrapper {
  display: block !important;
  padding: 20px;
  margin: 0;
}
.page-with-filter.brand-brand-view .page-title-wrapper h1 {
  font-size: 2.2rem;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
}
.page-with-filter.brand-brand-view .message.info.empty > div:before {
  display: none;
}
.page-with-filter.brand-brand-view .logo-description-container {
  padding: 0 20px 20px;
  margin-bottom: 0 !important;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.page-with-filter.brand-brand-view .logo-description-container .category-brand-logo {
  display: none !important;
}
.page-with-filter.brand-brand-view .content-text.two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin: 0 0 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
}
.page-with-filter.brand-brand-view .show-more {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/more.png") no-repeat 0 center;
  background-size: 14px auto;
  padding-left: 19px;
  color: #000000;
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .toolbar-bottom .toolbar-products .pages {
    margin-top: 30px;
  }
  .page-with-filter .grid-left .sidebar-additional .collapsible-block,
  .catalogsearch-advanced-result .grid-left .sidebar-additional .collapsible-block {
    padding: 0 15px;
  }
  .page-with-filter .grid-left .sidebar-additional .collapsible-block > strong.opener,
  .catalogsearch-advanced-result .grid-left .sidebar-additional .collapsible-block > strong.opener {
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom-width: 3px;
  }
  .page-with-filter .sidebar .block.block-brand .brand-item .brand-image-photo,
  .catalogsearch-advanced-result .sidebar .block.block-brand .brand-item .brand-image-photo {
    border: none;
  }
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 21px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10.5px 0;
}
.product.media .product.thumbs {
  margin: 21px 0 31.5px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5.25px 10.5px 5.25px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 31.5px 10.5px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.53846154;
  margin-bottom: 10.5px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 21px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5.25px;
}
.product-info-main .product.attribute.overview {
  margin: 21px 0;
}
.product-info-main .product.alert {
  margin: 10.5px 0;
}
.product-info-main .price-box {
  margin-top: 10.5px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5.25px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10.5px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5.25px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5.25px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10.5px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 21px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15.75px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 21px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10.5px 0;
  padding: 10.5px 15.75px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.53846154;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: inherit;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #111111;
}
.ui-dialog-titlebar-close:active {
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: inherit;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5.25px;
}
.sidebar .product-items .product-item {
  margin-bottom: 21px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10.5px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  line-height: unset;
  position: absolute;
  right: 0;
  top: -1px;
  width: auto;
}
.sidebar .product-items-images {
  margin-left: -5.25px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5.25px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10.5px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #e2e2e2;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #e2e2e2;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5.25px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10.5px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ededed;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10.5px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10.5px;
}
.block-category-event .block-title {
  margin: 0 0 10.5px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 42px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 26.25px;
  padding: 1px 15px 26.25px;
}
.cart-summary > .title {
  display: block;
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.575rem;
  margin-bottom: 1.05rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 26.25px 5.25px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10.5px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #e2e2e2;
  padding-top: 10.5px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #e2e2e2;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 21px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10.5px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 26.25px 0 10.5px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10.5px;
  margin-right: 10.5px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10.5px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10.5px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 21px;
}
.cart-container .checkout-methods-items {
  margin-top: 21px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 21px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 26.25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 26.25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #e2e2e2;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10.5px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10.5px 10.5px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 31.5px 0 21px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10.5px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 21px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ededed;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -21px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 21px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5.25px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 21px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10.5px;
}
.minicart-items .product-item-name a {
  color: inherit;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5.25px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10.5px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 21px;
}
.opc-wrapper {
  margin: 0 0 21px;
}
.opc-wrapper .step-content {
  margin: 0 0 42px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5.25px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #ffffff;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #ffffff;
}
.opc-progress-bar {
  margin: 0 0 21px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10.5px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ededed;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10.5px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 1024px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 21px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10.5px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 21px;
  padding: 21px 36.5px 21px 21px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 21px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5.25px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 21px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 21px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 21px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 21px;
  padding-top: 21px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10.5px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: inherit;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 31.5px;
}
.opc-block-shipping-information {
  padding: 0 31.5px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 21px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 21px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 31.5px;
  margin: 0 0 21px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #e2e2e2;
  padding: 10.5px 42px 10.5px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10.5px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10.5px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5.25px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #e2e2e2;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 26.25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -63px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 26.25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5.25px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 26.25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10.5px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 42px;
  padding-top: 42px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 21px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5.25px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5.25px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 21px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 21px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 21px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10.5px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 21px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 21px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 21px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 21px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 21px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 21px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5.25px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5.25px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5.25px;
  padding-right: 5.25px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 21px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 21px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 31.5px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 21px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.downloadable.samples {
  margin-bottom: 21px;
}
.downloadable.samples dd {
  margin: 0 0 10.5px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 26.25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5.25px 8px;
  font-size: 1.1rem;
  margin-top: 21px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 21px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 21px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 31.5px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 21px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 21px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10.5px;
}
.gift-message .field {
  margin-bottom: 21px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 21px;
}
.gift-options-content .fieldset {
  margin: 0 0 21px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10.5px 21px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10.5px 0 21px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #00a0e8;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-weight: 300;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.gift-item-block .title:hover {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10.5px 10.5px 21px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10.5px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 21px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #e2e2e2;
  padding-top: 10.5px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 42px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10.5px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5.25px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10.5px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 63px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 26.25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #e2e2e2;
}
.block-giftregistry-shared-items .col {
  padding: 21px 8px 10.5px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10.5px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5.25px;
}
.gift-wrapping .label {
  margin: 0 0 5.25px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10.5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 21px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 21px 0 10.5px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10.5px 10.5px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10.5px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5.25px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5.25px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 21px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10.5px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 21px;
}
.order-options .product {
  margin-bottom: 10.5px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10.5px;
}
.order-options .gift-wrapping {
  margin-bottom: 10.5px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #e2e2e2;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #e2e2e2;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 42px;
}
.block.filter .filter-title {
  margin-bottom: 21px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10.5px;
}
.filter-current .item {
  margin-bottom: 10.5px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 31.5px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.6rem;
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
  margin: 0 0 10.5px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 26.25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10.5px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10.5px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.575rem;
  margin-bottom: 1.05rem;
}
.map-popup .popup-content {
  margin: 10.5px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10.5px;
  top: 10.5px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 21px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10.5px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.53846154;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: inherit;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #111111;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  text-decoration: none;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: inherit;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5.25px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10.5px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5.25px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.575rem;
  margin-bottom: 1.05rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10.5px;
  top: 10.5px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10.5px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10.5px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 21px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 21px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 21px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 63px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 21px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 21px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10.5px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10.5px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10.5px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10.5px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 21px;
  margin-top: 31.5px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #666666;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 26.25px;
  padding-left: 17px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10.5px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10.5px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 31.5px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10.5px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 42px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 26.25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10.5px;
}
.multicheckout .item-options {
  margin: 10.5px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10.5px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 42px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10.5px;
  margin-top: -10.5px;
}
.multicheckout .box-title span {
  margin-right: 10.5px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5.25px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 42px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5.25px 5.25px 10.5px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10.5px 5.25px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 21px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.575rem;
  margin-bottom: 1.05rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.575rem;
  margin-bottom: 1.05rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10.5px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #e2e2e2;
  margin: 21px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10.5px 0 21px;
}
.fotorama-video-container:after {
  background: url(../../frontend/Te/online/zh_Hans_CN/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/Te/online/zh_Hans_CN/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 66px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #dedbdb;
  font-family: 'icons-blank-theme';
  font-size: 18px;
  height: 18px;
  letter-spacing: -6px;
  line-height: 18px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #111111;
  font-family: 'icons-blank-theme';
  font-size: 18px;
  height: 18px;
  letter-spacing: -6px;
  line-height: 18px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #dedbdb;
  font-family: 'icons-blank-theme';
  font-size: 18px;
  height: 18px;
  letter-spacing: -6px;
  line-height: 18px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #111111;
  font-family: 'icons-blank-theme';
  font-size: 18px;
  height: 18px;
  letter-spacing: -6px;
  line-height: 18px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 42px;
}
.block.add.review > .title {
  color: #222222;
  font-weight: 300;
  line-height: 1.25;
  font-size: 2rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
}
.block.add.review .legend {
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.575rem;
  margin-bottom: 1.05rem;
  margin: 0 0 21px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5.25px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  color: #222222;
  font-weight: 300;
  line-height: 1.25;
  font-size: 2rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
}
.block.reviews.list .review.item {
  margin-bottom: 42px;
}
.block.reviews.list .review.title {
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.575rem;
  margin-bottom: 1.05rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 21px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 21px;
}
.product-reviews-summary {
  display: table;
  margin: 10.5px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5.25px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 18px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5.25px;
}
.customer-review .product-details {
  margin-bottom: 42px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 21px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10.5px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.575rem;
  margin-bottom: 1.05rem;
  font-weight: 600;
  margin-bottom: 21px;
}
.customer-review .review-details .review-content {
  margin-bottom: 21px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10.5px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10.5px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 21px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 21px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.review-form .action.submit.primary:hover {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.fieldset .review-legend.legend {
  margin-bottom: 21px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 50.4px;
  margin-top: 10.5px;
}
.review-list {
  margin-bottom: 31.5px;
}
.review-list .block-title strong {
  color: #222222;
  font-weight: 300;
  line-height: 1.25;
  font-size: 2rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 21px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10.5px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.575rem;
  margin-bottom: 1.05rem;
  margin: 0 0 21px;
}
.review-content {
  margin-bottom: 21px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 26.25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10.5px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 10px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 21px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.575rem;
  margin-bottom: 1.05rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #e2e2e2;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 21px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 26.25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #e2e2e2;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10.5px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10.5px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10.5px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10.5px 5.25px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: false;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff !important;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../../frontend/Te/online/zh_Hans_CN/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5.25px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 21px 0;
}
.swatch-opt-listing {
  margin-bottom: 10.5px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
body {
  background-color: #ededed;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 21px;
}
.header.content {
  padding-top: 10.5px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10.5px 42px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 31.5px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10.5px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10.5px;
  padding: 10.5px 21px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #666666;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: inherit;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #111111;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10.5px;
}
.message.global.demo {
  margin: 0 0 10.5px;
  padding: 10.5px 21px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: inherit;
}
.message.global.demo a:hover {
  color: #111111;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #e2e2e2;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 21px 0;
}
.ui-datepicker td {
  padding: 0;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.53846154;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: inherit;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #111111;
}
.my-credit-cards .action.delete:active {
  text-decoration: none;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: inherit;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.53846154;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 21px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: inherit;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #111111;
}
.my-credit-cards-popup .action.secondary:active {
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: inherit;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  clear: both;
  margin: 0 0 -1px;
  padding: 0 0;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  position: absolute;
  margin-top: -15px;
  overflow: hidden;
  color: #ff3e69;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5.25px 42px 5.25px 10.5px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #111111;
}
.search-autocomplete ul li .amount {
  color: #ffffff;
  position: absolute;
  right: 7px;
  top: 5.25px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10.5px;
}
.block.newsletter {
  margin-bottom: 10px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #aaaaaa;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-addto-links .action.towishlist:before {
  font-family: 'theme-icons';
  content: "\e98c";
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #e2e2e2;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #e2e2e2;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #e2e2e2;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10.5px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10.5px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10.5px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10.5px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 15px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10.5px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 12px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 43px;
}
.products-grid.wishlist .product-item .box-tocart .field.qty {
  padding-right: 10.5px;
}
.products-grid.wishlist .product-item .box-tocart .field.qty .label {
  display: none;
}
.products-grid.wishlist .product-item .fieldset {
  margin-bottom: 0;
}
.wishlist-toolbar:last-child {
  display: none;
}
html.rtl .block-wishlist .product-item-name {
  margin-right: 0;
  margin-left: 26.25px;
}
html.rtl .products-grid.wishlist .product-item-actions > * {
  margin-right: 0;
  margin-left: 15px;
}
html.rtl .products-grid.wishlist .product-item-actions > *:last-child {
  margin-left: 0;
}
html.rtl .products-grid.wishlist .product-item .box-tocart .field.qty {
  margin-right: 0;
  padding-left: 10.5px;
}
.sidebar .block-wishlist .block-content > .actions-toolbar,
.block-wishlist .block-content > .actions-toolbar {
  clear: both;
}
.sidebar .block-wishlist .wishlist-counter,
.block-wishlist .wishlist-counter {
  margin-bottom: 16px;
}
.sidebar .block-wishlist .wishlist-counter span,
.block-wishlist .wishlist-counter span {
  font-weight: 700;
  color: #111111;
}
.sidebar .block-wishlist .subtitle,
.block-wishlist .subtitle {
  display: inline-block;
  font-size: 1.15em;
  font-weight: 400;
  color: #222222;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.sidebar .block-wishlist .product-items .product-item-info .product-item-photo,
.block-wishlist .product-items .product-item-info .product-item-photo {
  position: static;
  float: left;
  margin-right: 20px;
  max-width: 30%;
}
.sidebar .block-wishlist .product-items .product-item-info .product-item-photo img,
.block-wishlist .product-items .product-item-info .product-item-photo img {
  max-width: 100%;
  max-height: 100%;
}
.sidebar .block-wishlist .product-items .product-item-info .product-item-details,
.block-wishlist .product-items .product-item-info .product-item-details {
  margin-left: 0;
}
.sidebar .block-wishlist .product-items .product-item-info .product-item-details .product-item-actions,
.block-wishlist .product-items .product-item-info .product-item-details .product-item-actions {
  clear: none;
}
.sidebar .block-wishlist .product-items .product-item-info .product-item-details .action.tocart,
.block-wishlist .product-items .product-item-info .product-item-details .action.tocart {
  padding: 8px 14px;
}
.sidebar .block-wishlist .product-items .product-item-info .product-item-details .action.tocart > span,
.block-wishlist .product-items .product-item-info .product-item-details .action.tocart > span {
  display: inline;
}
.sidebar .block-wishlist .product-item,
.block-wishlist .product-item {
  display: block;
  margin-bottom: 15px;
  clear: both;
}
@media (min-width: 1200px) {
  .sidebar .block-wishlist .product-item,
  .block-wishlist .product-item {
    margin-bottom: 25px;
  }
}
.sidebar .block-wishlist .action.primary.quick-view-button,
.block-wishlist .action.primary.quick-view-button {
  display: none;
}
.sidebar .block-wishlist .product-item-name,
.block-wishlist .product-item-name {
  display: block;
  line-height: 1.2;
  margin-bottom: 0;
  padding-right: 24px;
}
.sidebar .block-wishlist .product-items .price-box,
.block-wishlist .product-items .price-box {
  display: none;
}
.sidebar .block-wishlist .price-as-configured .price-final_price,
.block-wishlist .price-as-configured .price-final_price {
  display: none;
}
.sidebar .block-wishlist .empty,
.block-wishlist .empty {
  margin-top: 16px;
}
.sidebar .block-wishlist .actions-secondary .btn-remove,
.block-wishlist .actions-secondary .btn-remove {
  font-size: 16px;
  top: -5px;
}
.sidebar .block-wishlist .actions-toolbar a.details,
.block-wishlist .actions-toolbar a.details {
  width: 100%;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .sidebar .block-wishlist .actions-toolbar a.details,
  .block-wishlist .actions-toolbar a.details {
    width: auto;
  }
}
.products-grid.wishlist .product-item-name {
  display: block;
  margin-left: 0;
  text-align: center;
}
.products-grid.wishlist .product-item-info div.product-item-inner::before {
  top: 0;
}
.products-grid.wishlist .price-as-configured span[data-price-amount="0"] {
  display: none;
}
.products-grid.wishlist .product-item .product-item-photo {
  float: none;
  justify-content: center;
}
.products-grid.wishlist .product-item .product-image-photo {
  position: static;
}
.products-grid.wishlist .product-item .price-box {
  margin-top: 5px;
  margin-left: 0;
  justify-content: center;
}
.products-grid.wishlist .product-item .product-item-tooltip {
  margin-left: 0;
}
.products-grid.wishlist .product-item-inner {
  text-align: left;
}
.products-grid.wishlist .product-item-inner .comment-box {
  padding-top: 0;
}
.products-grid.wishlist .product-item-tooltip .subtitle,
.products-grid.wishlist .product-item-tooltip .ui-dialog-buttonpane {
  display: none;
}
.products-grid.wishlist .product-item-tooltip .toggle {
  cursor: pointer;
  color: #ededed;
  font-weight: 700;
  margin-bottom: 8px;
  display: none;
}
.products-grid.wishlist .product-item-tooltip .tooltip.content {
  max-width: none;
  min-width: 0;
  padding: 0;
  z-index: inherit;
  display: block;
  position: static;
  border: none;
  text-align: center;
}
.products-grid.wishlist .product-item-tooltip .tooltip.content:before {
  display: none;
}
.products-grid.wishlist .product-item-tooltip .tooltip.content .subtitle {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 5px;
}
.products-grid.wishlist .product-item-tooltip dl {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}
.products-grid.wishlist .product-item-tooltip dl dt,
.products-grid.wishlist .product-item-tooltip dl dd {
  flex-basis: 40%;
}
.products-grid.wishlist .product-item-tooltip dl dt {
  text-align: right;
  padding-right: 8px;
}
.products-grid.wishlist .product-item-tooltip dl dd {
  text-align: left;
  padding-left: 8px;
}
.products-grid.wishlist .comment-box label {
  color: #222222;
  font-weight: 700;
  margin-bottom: 4px;
  display: inline-block;
}
.products-grid.wishlist textarea {
  min-height: 50px;
}
.products-grid.wishlist .product-item .box-tocart .fieldset {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products-grid.wishlist .product-item .box-tocart .fieldset > div {
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .label {
  color: #222222;
  font-weight: 700;
  padding-right: 10px;
  padding-top: 0;
  display: inline-block;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .actions-primary {
  margin-bottom: 0;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .field.qty {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .field.qty .control {
  width: auto;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .field.qty .control input {
  padding-left: 7px;
  padding-right: 7px;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .field.qty .control,
.products-grid.wishlist .product-item .box-tocart .fieldset .field.qty input {
  text-align: center;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: auto;
  justify-content: flex-start;
  margin-top: 0;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions .action {
  width: auto;
  height: auto;
  padding: 10px;
  border-radius: 0;
  font-size: 16px;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions .action:before,
.products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions .action span {
  vertical-align: middle;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions .action:before {
  padding-right: 5px;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions .action > span {
  display: inline;
}
.products-grid.wishlist .product-item .box-tocart .unavailable.stock {
  margin: 7px 3px 6px 8px;
}
.products-grid.wishlist .product-item .product-item-inner > .product-item-actions {
  display: block;
  margin: 0;
  padding-top: 1px;
  clear: both;
}
.products-grid.wishlist .product-item .product-item-inner > .product-item-actions .actions-primary {
  margin: 0;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .products-grid.wishlist .product-item-inner {
    position: relative;
  }
  .products-grid.wishlist .product-item-inner > .product-item-actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
  }
  .products-grid.wishlist .product-item-inner > .product-item-actions .action {
    font-size: 14px;
    line-height: 48px;
    display: block;
  }
  .products-grid.wishlist .product-item-inner > .product-item-actions .action + .action {
    margin-left: 8px;
  }
}
.products-grid.wishlist .product-item-actions a.action.edit,
.products-grid.wishlist .product-item-actions a.action.delete {
  display: inline-block;
  float: none;
  font-size: 14px;
  line-height: 1;
}
.products-grid.wishlist .product-item-actions a.action.edit:before,
.products-grid.wishlist .product-item-actions a.action.delete:before {
  display: none;
}
.products-grid.wishlist .product-item-actions a.action.edit > span,
.products-grid.wishlist .product-item-actions a.action.delete > span {
  display: inline-block;
}
.products-grid.wishlist .product-item-actions a.action + a.action {
  margin-left: 10px;
}
.form-wishlist-items .actions-toolbar {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #e2e2e2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.form-wishlist-items .actions-toolbar .primary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-bottom: 10px;
}
.form-wishlist-items .actions-toolbar .primary .action {
  display: block;
  padding: 12px;
}
.form-wishlist-items .actions-toolbar .primary .action:before,
.form-wishlist-items .actions-toolbar .primary .action span {
  vertical-align: middle;
}
.form-wishlist-items .actions-toolbar .primary .action span {
  display: inline;
}
.form-wishlist-items .actions-toolbar .primary .action + .action {
  margin-bottom: 10px;
  margin-left: 0;
}
.form-wishlist-items .actions-toolbar .secondary .action {
  padding-top: 13px;
  padding-bottom: 13px;
}
.form-wishlist-items .actions-toolbar .update:before {
  content: "\e92d";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.form-wishlist-items .actions-toolbar .share:before {
  content: "\eaa0";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.wishlist-index-index #reorder-validate-detail .actions-toolbar {
  max-width: 100%;
}
html.rtl .sidebar .block-wishlist .product-items .product-item-info .product-item-photo,
html.rtl .block-wishlist .product-items .product-item-info .product-item-photo {
  float: right;
}
html.rtl .sidebar .block-wishlist .product-items .product-item-info .product-item-details,
html.rtl .block-wishlist .product-items .product-item-info .product-item-details {
  margin-right: 0;
}
html.rtl .sidebar .block-wishlist .product-item-name,
html.rtl .block-wishlist .product-item-name {
  padding-right: 0;
  padding-left: 24px;
}
html.rtl .sidebar .block-wishlist .actions-secondary,
html.rtl .block-wishlist .actions-secondary {
  right: auto;
  left: 0;
}
html.rtl .products-grid.wishlist .product-item-name {
  margin-right: 0;
}
html.rtl .products-grid.wishlist .product-item .price-box {
  margin-right: 0;
}
html.rtl .products-grid.wishlist .product-item .product-item-tooltip {
  margin-right: 0;
}
html.rtl .products-grid.wishlist .product-item-tooltip dl dt {
  padding-right: 0;
  padding-left: 8px;
}
html.rtl .products-grid.wishlist .product-item-tooltip dl dd {
  padding-left: 0;
  padding-right: 8px;
}
html.rtl .products-grid.wishlist .product-item .box-tocart .fieldset .label {
  padding-right: 0;
  padding-left: 10px;
}
html.rtl .products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions .action:before {
  padding-right: 0;
  padding-left: 5px;
}
html.rtl .products-grid.wishlist .product-item .box-tocart .unavailable.stock {
  margin-right: 8px;
  margin-left: 3px;
}
html.rtl .products-grid.wishlist .product-item .product-item-inner > .product-item-actions .actions-primary {
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 1023px) {
  html.rtl .products-grid.wishlist .product-item-inner > .product-item-actions .action + .action {
    margin-left: 0;
    margin-right: 8px;
  }
}
html.rtl .products-grid.wishlist .product-item-actions a.action + a.action {
  margin-left: 0;
  margin-right: 10px;
}
html.rtl .form-wishlist-items .actions-toolbar .primary .action + .action {
  margin-right: 0;
}
#productComparePopup .action.print {
  display: none;
}
/*
*   Zemez_AjaxSearch
*/
#search_mini_form {
  position: relative;
}
body.ajax-loading #search.input-text:focus {
  background-image: url(../../frontend/Te/online/zh_Hans_CN/images/loader-dark.gif);
  background-position: 2px 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
#search_mini_form input[aria-haspopup="false"] + #search_autocomplete ul[role=listbox] {
  overflow: hidden;
}
#search_mini_form .search-autocomplete {
  overflow: hidden;
  position: static;
  top: 100%;
  left: 10%;
  max-height: 350px;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1023px) {
  #search_mini_form .search-autocomplete {
    top: 56px;
    left: 1.5%;
    margin-top: 0;
  }
}
#search_mini_form .search-autocomplete:after {
  content: '';
  position: absolute;
  top: 320px;
  left: 0;
  width: 120%;
  height: 30px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 72%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 72%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 72%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  z-index: 1;
}
#search_mini_form .search-autocomplete ul[role=listbox] {
  overflow-y: scroll;
  position: static;
  max-height: 350px;
  margin-right: -20px;
  z-index: 10;
  display: block;
}
#search_mini_form .search-autocomplete .search-item .price-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  color: #111111;
  align-items: flex-end;
  margin-top: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
#search_mini_form .search-autocomplete .search-item .price-box .special-price {
  color: #ff3e69;
  margin: 0;
}
#search_mini_form .search-autocomplete .search-item .price-box .old-price {
  font-size: 15px;
  line-height: 1.2;
  text-decoration: line-through;
  color: #666666;
}
#search_mini_form .search-autocomplete .search-item .price-box .old-price.map-old-price {
  display: inline-block;
  width: 100%;
}
#search_mini_form .search-autocomplete .search-item .price-box .price-from + .price-to:before {
  margin-left: 7px;
  margin-right: 3px;
  content: '-';
}
#search_mini_form .search-autocomplete .search-item .price-box .special-price + .old-price {
  margin-left: 5px;
}
#search_mini_form .search-autocomplete .search-item .price-box p,
#search_mini_form .search-autocomplete .search-item .price-box .price-box {
  margin-bottom: 0;
}
#search_mini_form .search-autocomplete .search-item .price-box .price-label {
  display: none;
}
#search_mini_form .search-autocomplete ul li.search-item {
  border-bottom: 1px #cccccc;
  border-top: none;
  padding: 18px;
  padding-right: 38px;
}
#search_mini_form .search-autocomplete ul li.search-item .amount {
  position: static;
}
#search_mini_form .search-autocomplete ul li.search-item a {
  display: block;
  overflow: hidden;
  line-height: normal;
  text-decoration: none;
  margin: -18px;
  padding: 18px;
}
#search_mini_form .search-autocomplete ul li.search-item a .search-thumb {
  float: left;
  width: 50px;
  margin-right: 10px;
}
#search_mini_form .search-autocomplete ul li.search-item a .qs-option-name {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  color: #222222;
  text-transform: uppercase;
}
#search_mini_form .search-autocomplete ul li.search-item a .price {
  display: block;
}
#search_mini_form .search-autocomplete ul li.search-item:hover {
  background: #f6f6f6;
}
.block-posts-list {
  clear: both;
}
.block-posts-list .post-items {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.block-posts-list .post-item {
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.block-posts-list .post-link {
  font-weight: 700;
}
.block-posts-list .post-data {
  border-top: solid 1px #e8e8e8;
  padding: 11px 0 0;
  display: flex;
  justify-content: space-between;
}
.block-posts-list .post-data .create-date a,
.block-posts-list .post-data .post-author a,
.block-posts-list .post-data .post-comments a {
  text-decoration: none;
}
.block-posts-list .post-data .create-date {
  order: 1;
}
.block-posts-list .post-data .create-date time {
  display: inline-block;
}
.block-posts-list .post-data .post-author {
  order: 2;
}
.block-posts-list .post-data .post-comments {
  order: 3;
  flex-basis: 50px;
  text-align: right;
}
@media (max-width: 1200px) {
  .block-posts-list .post-data {
    display: block;
    overflow: hidden;
  }
  .block-posts-list .post-data .create-date,
  .block-posts-list .post-data .post-author {
    display: block;
  }
  .block-posts-list .post-data .post-comments {
    float: right;
  }
}
@media (max-width: 350px) {
  .block-posts-list .post-item {
    flex-basis: 100%;
  }
}
.posts-list-wrapper .toolbar-top .pages {
  display: none;
}
.posts-list-wrapper .toolbar-bottom .toolbar .pages {
  display: block;
}
.posts-list-wrapper .toolbar-bottom .sorter,
.posts-list-wrapper .toolbar-bottom .limiter {
  display: none !important;
}
.widget.blog-posts {
  clear: both;
  width: 100%;
  text-align: center;
}
.widget.blog-posts .post-item {
  text-align: left;
}
.widget.blog-posts .post-link {
  font-weight: 700;
  text-transform: none;
}
.widget-post-grid .post-items {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px;
  width: auto;
}
.widget-post-grid .post-item {
  list-style: none;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .widget-post-grid .post-items > .post-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.widget-post-grid .post-image {
  margin-bottom: 10px;
}
.widget-post-list .item-wrapper {
  margin-bottom: 25px;
}
.widget-post-list .post-image,
.widget-post-list .post-content-wrapper {
  box-sizing: border-box;
}
@media (min-width: 480px) {
  .widget-post-list .item-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
  }
  .widget-post-list .post-image {
    flex-basis: 47.5%;
    max-width: 47.5%;
  }
  .widget-post-list .post-content-wrapper {
    flex-basis: 52.5%;
    max-width: 52.5%;
    padding-left: 15px;
  }
}
@media (min-width: 640px) {
  .widget-post-list .post-content-wrapper {
    padding-left: 29px;
  }
}
.blog-posts.widget-post-column .post-image,
.blog-posts.widget-post-column .post-content-wrapper {
  box-sizing: border-box;
}
.blog-posts.widget-post-column .post-short-content {
  margin-bottom: 10px;
}
.blog-posts.widget-post-column .post-item time {
  margin-top: 0;
}
.blog-posts.widget-post-column .post-image {
  margin-bottom: 10px;
}
@media (min-width: 400px) {
  .blog-posts.widget-post-column .item-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .blog-posts.widget-post-column .post-image {
    flex-basis: 40%;
    max-width: 40%;
  }
  .blog-posts.widget-post-column .post-content-wrapper {
    flex-basis: 60%;
    max-width: 60%;
    padding-left: 15px;
  }
}
.widget-post-column .post-item {
  margin-bottom: 30px;
}
.widget-post-column .post-item:last-child {
  margin-bottom: 0;
}
.post-page {
  clear: both;
  width: 100%;
}
.post-page .post-text {
  margin-bottom: 25px;
}
.post-page .post-data {
  margin-bottom: 18px;
  color: #111111;
}
.post-page .post-data .create-date,
.post-page .post-data .post-author,
.post-page .post-data .post-comments {
  display: inline-block;
  margin-right: 15px;
}
.post-page .post-data .create-date span,
.post-page .post-data .post-author span,
.post-page .post-data .post-comments span,
.post-page .post-data .create-date a,
.post-page .post-data .post-author a,
.post-page .post-data .post-comments a {
  display: inline-block;
}
.post-page .post-data .create-date a,
.post-page .post-data .post-author a,
.post-page .post-data .post-comments a {
  color: #111111;
  text-decoration: none;
}
.post-page .post-data .create-date a:hover,
.post-page .post-data .post-author a:hover,
.post-page .post-data .post-comments a:hover {
  color: #000000;
}
.post-page .post-data .create-date a span:before,
.post-page .post-data .post-author a span:before,
.post-page .post-data .post-comments a span:before,
.post-page .post-data .create-date:before,
.post-page .post-data .post-author:before,
.post-page .post-data .post-comments:before {
  font-size: 18px;
  line-height: 18px;
  padding-right: 4px;
  color: #000000;
  vertical-align: middle;
}
.post-page .post-data .create-date time {
  display: inline-block;
}
@media (max-width: 480px) {
  .post-page .post-data {
    overflow: hidden;
  }
  .post-page .post-data .create-date,
  .post-page .post-data .post-author,
  .post-page .post-data .post-comments {
    display: block;
    margin-bottom: 3px;
  }
}
.post-page .post-meta {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.post-page .post-meta .post-comments {
  margin-top: 7px;
}
.post-page .post-relatedproducts .block.related {
  float: none;
}
.post-page .post-relatedproducts .block.related .owl-carousel .product-item {
  width: 100%;
}
.post-page .post-relatedproducts .block.related .product-item {
  width: 33.33%;
}
.post-page .post-relatedproducts .block.related .product-item .product-item-info {
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
}
.post-page .post-relatedproducts .block.related .product-item .product-item-photo {
  display: block;
  text-align: center;
}
.post-comments-block {
  margin-bottom: 68px;
}
.post-comments-block .post-comments-content {
  margin-bottom: 48px;
}
.post-comments-block .post-comment {
  background: #f4f4f4;
  padding: 30px;
  margin-bottom: 20px;
}
.post-comments-block .comment-info {
  overflow: hidden;
  padding: 0 0 3px 0;
  margin-bottom: 10px;
  border-bottom: solid 1px #e8e8e8;
}
.post-comments-block .comment-info .post-data {
  float: right;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.post-comments-block .comment-info .post-data .create-date {
  margin: 0;
}
.post-comments-block .comment-info .post-data .create-date time {
  display: inline-block;
}
.post-comments-block .comment-info .comment-author {
  margin-top: 0;
  margin-bottom: 0;
}
.post-comments-block .comment-add .subtitle {
  margin-bottom: 30px;
}
.post-comments-block .comment-add .fieldset {
  margin-bottom: 0;
}
.post-comments-block .comment-add .fieldset .field {
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .post-comments-block .comment-add label.label {
    float: left;
    margin: 0;
    min-width: 90px;
  }
  .post-comments-block .comment-add .control {
    overflow: hidden;
  }
  .post-comments-block .comment-add .control input {
    width: 327px;
  }
  .post-comments-block .comment-add .control textarea {
    height: 242px;
  }
  .post-comments-block .comment-add .comment-form-actions {
    margin-left: 90px;
  }
}
.block.related-posts .block-title {
  margin-bottom: 30px;
}
.block.related-posts .related-post-list {
  padding: 0;
  overflow: hidden;
  margin: -1px 0 0 0;
  list-style: none;
}
.block.related-posts .related-post-list li {
  box-sizing: border-box;
  margin-bottom: 0;
}
.block.related-posts .related-post-list li h5.post-title {
  margin: 0;
}
.block.related-posts .related-post-list li h5.post-title a {
  display: block;
  text-decoration: none;
  transition: .2s;
  font-size: 14px;
  line-height: 51px;
  color: #000000;
  border-top: solid 1px #e8e8e8;
}
.block.related-posts .related-post-list li h5.post-title a:hover {
  background: #e8e8e8;
  padding-left: 15px;
}
@media (min-width: 767px) {
  .block.related-posts .related-post-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
  }
  .block.related-posts .related-post-list li {
    padding-left: 5px;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .block.related-posts .related-post-list li {
    flex-basis: 33.333%;
  }
  .block.related-posts .related-post-list li h5.post-title a {
    font-size: 18px;
  }
}
.block.related-posts .related-post-grid {
  width: auto;
  padding: 0;
  margin: 0 -15px;
}
.block.related-posts .related-post-grid .inner {
  padding: 0 15px;
}
.block.related-posts .related-post-grid .post-image {
  display: block;
  margin-bottom: 10px;
}
.block.related-posts .related-post-grid .post-image img {
  vertical-align: top;
}
.block.related-posts .related-post-grid h5.post-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}
.block.related-posts .related-post-grid h5.post-title a {
  color: #000000;
}
@media (min-width: 1200px) {
  .block.related-posts .related-post-grid li {
    flex-basis: 33.333%;
  }
  .block.related-posts .related-post-grid li h5.post-title a {
    font-size: 18px;
  }
}
.block-blog-categories .block-title,
.block-recent-posts .block-title,
.block-recent-comments .block-title {
  margin-bottom: 20px;
}
.block-blog-categories .block-title strong,
.block-recent-posts .block-title strong,
.block-recent-comments .block-title strong {
  font-weight: 300;
  font-size: 18px;
}
.block-blog-categories .block-content ul,
.block-recent-posts .block-content ul,
.block-recent-comments .block-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.block-blog-categories .block-content ul li,
.block-recent-posts .block-content ul li,
.block-recent-comments .block-content ul li {
  margin: 15px 0 0;
  padding-top: 15px;
  border-top: solid 1px #e8e8e8;
}
.block-blog-categories .block-content ul li:first-child,
.block-recent-posts .block-content ul li:first-child,
.block-recent-comments .block-content ul li:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.block-blog-categories .block-content #blog-show-all {
  cursor: pointer;
}
.block-blog-categories .block-content #blog-show-all:hover {
  text-decoration: underline;
}
.block-blog-categories .block-content #blog-show-all.closed .less,
.block-blog-categories .block-content #blog-show-all.opened .more {
  display: none;
}
.block-recent-comments .title-section {
  font-size: 13px;
  padding-bottom: 10px;
}
.block-recent-comments .title-section strong {
  font-weight: 600;
}
.block-recent-comments .title-section strong:before {
  font-size: 18px;
  line-height: 16px;
  vertical-align: middle;
}
nav.tm-navigation .mm-label {
  display: inline-block;
  position: relative;
  padding: 1px 3px;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
  background-color: #111111;
}
nav.tm-navigation .mm-label:before,
nav.tm-navigation .mm-label:after {
  content: '';
  position: absolute;
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
}
nav.tm-navigation .mm-label:before {
  top: 0;
  border-width: 9px 8px 0 0;
  border-color: #111111 transparent transparent transparent;
}
nav.tm-navigation .mm-label:after {
  bottom: 0;
  border-width: 9px 0 0 8px;
  border-color: transparent transparent transparent #111111;
}
nav.tm-navigation a.sale .mm-label {
  background-color: #ff3e69;
}
nav.tm-navigation a.sale .mm-label:before {
  border-color: #ff3e69 transparent transparent transparent;
}
nav.tm-navigation a.sale .mm-label:after {
  border-color: transparent transparent transparent #ff3e69;
}
nav.tm-navigation .tm-megamenu.megamenu-wrapper .link-box {
  display: inline-block;
  padding: 0;
}
nav.tm-navigation .tm-megamenu.megamenu-wrapper .link-box:hover {
  background: none;
}
@media (max-width: 1023px) {
  nav.tm-navigation .hidden-mobile {
    display: none;
  }
}
nav.tm-navigation .banner {
  padding: 0;
}
@media (max-width: 1023px) {
  nav.tm-navigation a > span {
    position: relative;
  }
  nav.tm-navigation .mm-image {
    display: none;
  }
  nav.tm-navigation .widget,
  nav.tm-navigation .video,
  nav.tm-navigation .product {
    display: none;
  }
  nav.tm-navigation .static-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.tm-navigation .ui-menu-item.parent > a {
    padding-right: 50px;
  }
  nav.tm-navigation .ui-menu-item.parent > a:after {
    display: none;
  }
  nav.tm-navigation .parent > a {
    position: relative;
  }
  nav.tm-navigation .parent .ui-menu-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 42px 10px 15px;
    padding-right: 20px;
  }
  nav.tm-navigation .parent .ui-menu-icon:after {
    font-family: 'theme-icons';
    content: "\e926";
  }
  nav.tm-navigation .parent a.ui-state-active > .ui-menu-icon:after {
    content: "\e929";
  }
}
@media (max-width: 1023px) {
  .sidebar nav.tm-navigation {
    display: none;
  }
}
.newsletter-popup.modal-popup .modal-inner-wrap {
  margin-top: 7%;
  margin-right: auto;
  margin-left: auto;
  max-width: 94%;
}
.newsletter-popup.modal-popup header.modal-header {
  padding: 12px 10px 0;
}
.newsletter-popup.modal-popup header.modal-header h1.modal-title {
  color: #2f2f2f;
  font-size: 24px;
  font-weight: 300;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.newsletter-popup.modal-popup .modal-content {
  padding: 12px 10px 10px;
}
.newsletter-popup.modal-popup .modal-content .content-text {
  margin-bottom: 20px;
  text-align: center;
}
.newsletter-popup.modal-popup .modal-content .title {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}
.newsletter-popup.modal-popup .modal-content * + .title {
  margin-top: 30px;
}
.newsletter-popup.modal-popup .modal-content * + p {
  margin-top: 20px;
}
.newsletter-popup.modal-popup .modal-content .block.newsletter {
  margin: 0;
  text-align: left;
}
.newsletter-popup.modal-popup .modal-content .block.newsletter .field {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  margin: 0;
}
.newsletter-popup.modal-popup .modal-content .block.newsletter .field .control {
  flex-grow: 1;
}
.newsletter-popup.modal-popup .modal-content .block.newsletter .field .control input {
  padding: 0 15px;
}
.newsletter-popup.modal-popup .modal-content .block.newsletter .field .control::before {
  display: none;
}
.newsletter-popup.modal-popup button.subscribe,
.newsletter-popup.modal-popup .cart.table-wrapper .actions-toolbar > .action.subscribe,
.newsletter-popup.modal-popup .action-gift.subscribe {
  padding: 11px 14px;
  font-size: 14px;
  line-height: 20px;
  margin-left: 8px;
}
.newsletter-popup.modal-popup .privacy-policy-check-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  font-size: 12px;
}
.newsletter-popup.modal-popup footer.modal-footer {
  padding: 0;
}
.newsletter-popup.modal-popup footer.modal-footer .modal-social {
  background: #f2f2f2;
  padding: 16px 30px 11px;
}
.newsletter-popup.modal-popup footer.modal-footer .modal-social a {
  display: inline-block;
  margin-bottom: 5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.newsletter-popup.modal-popup footer.modal-footer .modal-social a:hover {
  opacity: 0.7;
}
.sidebar .block.block-brand .block-title {
  margin-bottom: 20px;
}
.sidebar .block.block-brand .block-title strong {
  font-size: 18px;
  font-weight: 300;
}
.sidebar .block.block-brand .brand-items {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 10px;
}
.sidebar .block.block-brand .brand-item {
  flex-basis: 48%;
  text-align: center;
  margin-bottom: 25px;
}
.sidebar .block.block-brand .brand-item .brand-item-name {
  font-weight: 500;
}
.sidebar .block.block-brand .brand-item .brand-image-photo {
  display: inline-block;
  margin-bottom: 10px;
  border: solid 1px #f4f4f4;
  padding: 5px;
  position: relative;
}
.sidebar .block.block-brand .brand-item .brand-image-photo img {
  vertical-align: top;
  max-width: 100%;
}
.brand-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 10px;
  padding: 0;
  list-style: none;
}
.brand-list .brand-item {
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 0 15px;
}
@media (min-width: 480px) {
  .brand-list .brand-item {
    flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .brand-list .brand-item {
    flex-basis: 25%;
  }
}
.brand-list .brand-item .inner {
  padding: 0 15px;
}
.brand-list .brand-item .brand-logo {
  display: inline-block;
  margin-bottom: 20px;
}
.brand-list .brand-item .brand-item-name {
  margin: 0 0 10px;
  font-size: 18px;
}
.brand-list .brand-item .brand-item-description {
  text-align: left;
}
.product-brand {
  margin-bottom: 20px;
}
.product-brand .product-brand-name {
  margin-bottom: 15px;
}
.product-brand .product-brand-logo {
  margin-bottom: 15px;
}
.category-brand-banner {
  margin-bottom: 30px;
}
.logo-description-container {
  overflow: hidden;
  margin-bottom: 30px;
}
.logo-description-container img {
  float: left;
  margin: 0 15px 15px 0;
}
.block.brands {
  float: none;
}
.block.brands .brandlist {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.block.brands .brandlist .brand {
  padding: 0 15px;
  box-sizing: border-box;
}
.block.brands .brandlist .brand-logo {
  display: inline-block;
  margin-bottom: 15px;
}
.block.brands .brandlist .brand-logo img {
  opacity: 0.3;
  transition: 0.3s all ease;
}
.block.brands .brandlist .brand-logo:hover img {
  opacity: 1;
}
.block.brands .brandlist .brand-name {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .block.brands .brandlist .brand {
    flex-basis: 50% !important;
  }
}
.block.brands .owl-stage {
  align-items: center;
}
.block.brands .owl-stage .brand-logo {
  margin-bottom: 0;
}
.tm-switch-image-container {
  position: relative;
  overflow: hidden;
}
.tm-switch-image-container .replaced {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.product-item-photo-gallery .fotorama__stage__frame {
  left: 100%;
}
.product-item-photo-gallery .fotorama__stage__frame.fotorama__active {
  left: 0;
}
ul.social-links {
  color: #666666;
}
ul.social-links a {
  display: inline-block;
  padding: 2px;
}
ul.social-links i {
  display: block;
}
ul.social-links a:hover {
  color: #222222;
}
.page-wrapper ul.social-links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  float: none;
  clear: none;
  width: auto;
  margin-left: -17px;
}
.page-wrapper ul.social-links li {
  margin-left: 15px;
}
.page-wrapper .page-header ul.social-links {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.centered-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.css3-loader {
  width: 100px;
  padding-bottom: 100%;
  border-radius: 50%;
  border: 3px solid #111111;
  animation: ji-loader;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes ji-loader {
  from {
    transform: scale(0.75);
  }
  to {
    transform: scale(1.25);
    opacity: 0;
  }
}
.magnifier-preview {
  z-index: 3;
}
.products-list .product-item-photo.product-item-photo-gallery {
  width: 30%;
}
.product-image-container.gallery-placeholder-thumb {
  display: block;
}
.gallery-placeholder-thumb .fotorama {
  width: 100%;
}
.scrollToTop {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  background: #111111;
  color: #ffffff;
  display: none;
  cursor: pointer;
  text-indent: 100vw;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  transition: .3s ease;
}
.scrollToTop:before {
  content: "\e929";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  font-size: 24px;
  line-height: 40px;
  text-indent: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  text-align: center;
}
.scrollToTop:hover {
  background: #ff3e69;
}
@media (max-width: 1023px) {
  .scrollToTop {
    border-top-left-radius: 8px;
  }
}
html.rtl .scrollToTop {
  right: auto;
  left: 0;
}
@media (max-width: 1023px) {
  html.rtl .scrollToTop {
    border-top-left-radius: 0;
    border-top-right-radius: 8px;
  }
}
@media (max-width: 1023px) {
  .sm-header-nav-wrap.isStuck {
    position: static !important;
  }
  .pseudoStickyBlock {
    display: none;
  }
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  display: none;
}
.login-container .fieldset:after {
  margin: 10.5px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
  color: #222222;
}
.login-container .fieldset .field.note {
  display: none;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 21px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .fieldset > .message.info {
  padding-left: 15px;
}
.account .column.main > .actions-toolbar > .secondary {
  width: 100%;
}
.account .column.main .toolbar {
  text-align: center;
  margin-bottom: 0;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
  min-width: 52px;
}
.account .sidebar-additional {
  margin-top: 20px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .account .grid-left {
    padding: 0 !important;
  }
  .account .toolbar .limiter-options {
    width: 55px;
  }
}
.account .history .actions span.payment_url {
  color: #00a0e8;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5.25px 18px 5.25px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10.5px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10.5px;
}
.block .title strong {
  color: #222222;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.6rem;
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin-bottom: 0;
}
.block .box-actions {
  margin-top: 5.25px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10.5px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.customer-address-form .page-wrapper,
.customer-account-edit .page-wrapper {
  width: 100%;
}
.customer-address-form .page-wrapper .page-main > .columns,
.customer-account-edit .page-wrapper .page-main > .columns {
  padding-left: 20px;
  padding-right: 20px;
}
.customer-address-form .page-wrapper .form-edit-account,
.customer-account-edit .page-wrapper .form-edit-account {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.customer-address-form .form-address-edit .fieldset,
.customer-account-edit .form-address-edit .fieldset,
.customer-address-form .form-edit-account .fieldset,
.customer-account-edit .form-edit-account .fieldset {
  padding-bottom: 0;
}
.customer-address-form .form-address-edit .legend,
.customer-account-edit .form-address-edit .legend,
.customer-address-form .form-edit-account .legend,
.customer-account-edit .form-edit-account .legend {
  display: none !important;
}
.customer-address-form .form-address-edit .actions-toolbar .save.primary,
.customer-account-edit .form-address-edit .actions-toolbar .save.primary,
.customer-address-form .form-edit-account .actions-toolbar .save.primary,
.customer-account-edit .form-edit-account .actions-toolbar .save.primary {
  font-size: 14px;
  padding: 0 20px;
  line-height: 44px;
}
.customer-address-form .field-mobilenumber > .control,
.customer-account-edit .field-mobilenumber > .control {
  font-size: 16px;
  color: #666;
}
.customer-account-edit .page.messages {
  display: none !important;
}
/**
 * Copyright © Zemez. All rights reserved.
 * See COPYING.txt for license details.
 */
.catalog-image-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.catalog-image-grid ul img {
  max-width: 100%;
}
.catalog-image-grid .category-grid,
.catalog-image-grid .category-list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.catalog-image-grid .category-grid > li,
.catalog-image-grid .category-list > li {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .catalog-image-grid .category-grid > li,
  .catalog-image-grid .category-list > li {
    flex-basis: 33.333%;
  }
}
@media (max-width: 500px) {
  .catalog-image-grid .category-grid > li,
  .catalog-image-grid .category-list > li {
    flex-basis: 50%;
  }
}
@media (max-width: 350px) {
  .catalog-image-grid .category-grid > li,
  .catalog-image-grid .category-list > li {
    flex-basis: 100%;
  }
}
.catalog-image-grid .category-grid > li .grid-inner,
.catalog-image-grid .category-list > li .grid-inner {
  box-sizing: border-box;
}
.catalog-image-grid .category-grid .category-link,
.catalog-image-grid .category-list .category-link {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  color: #000000;
}
.catalog-image-grid .category-grid .category-link:hover,
.catalog-image-grid .category-list .category-link:hover {
  color: #7d7d7d;
}
@media (max-width: 767px) {
  .catalog-image-grid .category-grid .category-link,
  .catalog-image-grid .category-list .category-link {
    font-size: 16px;
  }
}
.catalog-image-grid .category-grid .category-link .category-name,
.catalog-image-grid .category-list .category-link .category-name {
  display: inline-block;
  text-transform: uppercase;
  color: #222222;
}
.catalog-image-grid .category-grid .category-link .category-image,
.catalog-image-grid .category-list .category-link .category-image {
  display: block;
  margin: 0;
}
.catalog-image-grid .category-grid .category-link .category-icon,
.catalog-image-grid .category-list .category-link .category-icon {
  display: inline-block;
  font-style: normal;
}
.catalog-image-grid .category-grid .category-link .category-icon:before,
.catalog-image-grid .category-list .category-link .category-icon:before {
  line-height: normal;
  margin-right: 5px;
}
.catalog-image-grid .category-grid .button-more,
.catalog-image-grid .category-list .button-more {
  text-decoration: none;
  font-size: 16px;
  color: #1979c3;
}
.catalog-image-grid .category-grid .button-more:hover,
.catalog-image-grid .category-list .button-more:hover {
  color: #000000;
}
.catalog-image-grid .category-grid .subcategory-grid,
.catalog-image-grid .category-list .subcategory-grid {
  margin-bottom: 10px;
}
.catalog-image-grid .category-grid .subcategory-grid > li,
.catalog-image-grid .category-list .subcategory-grid > li {
  padding: 0;
  margin: 0;
  line-height: 30px;
}
.catalog-image-grid .category-grid .subcategory-grid .subcategory-link,
.catalog-image-grid .category-list .subcategory-grid .subcategory-link {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.catalog-image-grid .category-grid .subcategory-grid .subcategory-link:hover,
.catalog-image-grid .category-list .subcategory-grid .subcategory-link:hover {
  color: #7d7d7d;
}
@media (max-width: 767px) {
  .catalog-image-grid .category-grid .subcategory-grid .subcategory-link,
  .catalog-image-grid .category-list .subcategory-grid .subcategory-link {
    font-size: 14px;
  }
}
.catalog-image-grid .category-grid .subcategory-grid .subcategory-link .subcategory-name,
.catalog-image-grid .category-list .subcategory-grid .subcategory-link .subcategory-name,
.catalog-image-grid .category-grid .subcategory-grid .subcategory-link .subcategory-image,
.catalog-image-grid .category-list .subcategory-grid .subcategory-link .subcategory-image {
  display: inline-block;
}
.catalog-image-grid .category-grid .subcategory-grid .subcategory-link .subcategory-image,
.catalog-image-grid .category-list .subcategory-grid .subcategory-link .subcategory-image {
  vertical-align: middle;
  margin-right: 10px;
}
.catalog-image-grid .category-grid .subcategory-grid .subcategory-link .subcategory-image img,
.catalog-image-grid .category-list .subcategory-grid .subcategory-link .subcategory-image img {
  vertical-align: middle;
}
.catalog-image-grid .category-grid .subcategory-grid .subcategory-link .category-icon,
.catalog-image-grid .category-list .subcategory-grid .subcategory-link .category-icon {
  display: inline-block;
  font-style: normal;
}
.catalog-image-grid .category-grid .subcategory-grid .subcategory-link .category-icon:before,
.catalog-image-grid .category-list .subcategory-grid .subcategory-link .category-icon:before {
  line-height: normal;
  margin-right: 5px;
}
.catalog-image-grid .grid-wrapper {
  overflow: hidden;
}
.catalog-image-grid .grid-wrapper .category-image {
  float: left;
  width: 33%;
  margin-right: 20px;
}
.catalog-image-grid .grid-wrapper .subcategories {
  overflow: hidden;
  float: left;
}
.catalog-image-grid .category-grid > li {
  flex-basis: 50%;
  max-width: 50%;
}
.catalog-image-grid .category-grid .category-link {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.catalog-image-grid .category-grid .category-image img {
  transition: 0.3s all ease;
}
.catalog-image-grid .category-grid .category-image + .category-name {
  position: absolute;
  left: 50%;
  bottom: 19.5%;
  min-width: 120px;
  max-width: 90%;
  padding: 5px;
  margin: 0;
  background-color: #ffffff;
  box-sizing: border-box;
  transform: translate(-50%, 50%);
  transition: 0.3s all ease;
}
.catalog-image-grid .category-grid .category-link:hover .category-image img {
  transform: scale(1.1);
  opacity: 0.8;
}
.catalog-image-grid .category-grid .category-link:hover .category-image + .category-name {
  bottom: 10%;
}
.category-image {
  display: block;
}
.category-image img {
  display: block;
  width: 100%;
  height: auto;
}
.catalog-image-grid-title {
  font-size: 24px;
}
.category-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 600px) {
  .category-grid.columns-4 > li {
    flex-basis: 50%;
  }
}
@media (max-width: 500px) {
  .category-grid.columns-2 > li {
    flex-basis: 100%;
  }
}
@media (max-width: 359px) {
  .category-grid.columns-3 > li {
    flex-basis: 50%;
  }
}
@media (max-width: 400px) {
  .category-grid.columns-4 > li {
    flex-basis: 50%;
  }
}
@media (max-width: 1023px) {
  .home-categories-block {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .home-categories-block .category-grid .category-image > img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block;
  }
  .home-categories-block .category-grid .category-name {
    position: relative !important;
    transform: none !important;
    width: 100%;
    text-align: center;
    left: 0 !important;
    min-width: 100% !important;
    max-width: 100% !important;
    font-size: 14px;
  }
}
.catalog-image-grid .category-grid .category-link:hover .category-image img {
  transform: scale(1);
  opacity: 1;
}
.sidebar-additional .category-thumbnail-sidebar {
  padding: 15px;
}
.sidebar-additional .category-thumbnail-sidebar .block-title {
  padding-bottom: 0 !important;
  margin-bottom: 15px !important;
}
.sidebar-additional .category-thumbnail-sidebar .block-title strong {
  padding-bottom: 5px;
}
.sidebar-additional .category-thumbnail-sidebar .category-grid {
  justify-content: normal !important;
}
.sidebar-additional .category-thumbnail-sidebar .category-image img {
  transition: none !important;
}
.sidebar-additional .category-thumbnail-sidebar .grid-inner .category-name {
  position: relative;
  left: 0;
  top: 0;
  padding-top: 0;
  transform: none;
  font-size: 14px;
  max-width: 100%;
  min-width: auto;
  background: transparent;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 80px;
}
.swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  justify-content: normal !important;
  margin: 0 !important;
}
.swiper-container .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  flex-basis: auto !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.swiper-container .swiper-slide .grid-inner {
  padding: 10px 20px;
  margin-bottom: 10px;
}
.swiper-container .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  display: block;
}
.swiper-container .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-container .swiper-pagination-custom,
.swiper-container .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container .swiper-pagination-bullet {
  bottom: 0;
  width: 20px;
  height: 4px;
  border-radius: 0;
  cursor: pointer;
  background: #E0E1E6;
  opacity: 1;
  margin: 0 5px;
  display: inline-block;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #333;
}
.home-categories-block.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .swiper-container {
    padding-bottom: 20px;
  }
  .swiper-container .swiper-slide .grid-inner {
    padding: 0;
  }
}
/*
 * 	Featured Product by Zemez
 */
.block.featured[role="tablist"] .block-title {
  display: inline-block;
  width: auto;
  margin-right: 15px;
}
.block.featured[role="tablist"] .block-title:before {
  display: none;
}
.block.featured[role="tablist"] .block-title strong {
  margin-bottom: 0;
  cursor: pointer;
}
.block.featured[role="tablist"] .block-title.active strong {
  color: #ccc;
}
.block.featured[role="tablist"] .block-content {
  float: right;
  margin-left: -100%;
  padding: 3rem 0 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .block.featured[role="tablist"] .block-title {
    display: block;
    width: 100%;
  }
  .block.featured[role="tablist"] .block-content {
    float: none;
    margin-left: 0;
  }
}
.block.featured [role="tablist"] {
  text-align: center;
}
.block.featured [role="tablist"] .category-title {
  display: inline-block;
  width: auto;
  padding: 0;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  transition: 0.3s all ease;
}
.block.featured [role="tablist"] .category-title:first-child {
  margin-top: 0;
}
.block.featured [role="tablist"] .category-title:before {
  display: none;
}
.block.featured [role="tablist"] .category-title strong {
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 300;
}
.block.featured [role="tablist"] .category-title.active,
.block.featured [role="tablist"] .category-title:hover {
  color: #222222;
}
.block.featured [role="tablist"] .category-content {
  text-align: left;
  float: right;
  margin-left: -100%;
  padding: 48px 0 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .block.featured [role="tablist"] .category-title {
    display: block;
    width: 100%;
  }
  .block.featured [role="tablist"] .category-content {
    float: none;
    margin-left: 0;
    padding-top: 20px;
  }
}
/* 
 * 	Featured Product by Zemez
 */
.block.widget.featured:not(.sidebar-featured) .products-list .product-items .product-label {
  left: 10px;
  right: auto;
}
.block.widget.featured:not(.sidebar-featured) .custom-columns .products-list .product-item {
  float: left;
}
.block.widget.products-slider {
  margin-bottom: 10px;
  background-color: #f6f6f6;
}
.block.widget.products-slider .list.products-list .product-items {
  margin: 0;
  box-sizing: border-box;
}
.block.widget.products-slider .list.products-list .product-items .product-item {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 10px 8px;
}
@media (min-width: 640px) {
  .block.widget.products-slider .list.products-list .product-items {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
  .block.widget.products-slider .list.products-list .product-items .product-item {
    padding: 30px;
  }
}
.block.widget.products-slider .tm-featured-switch-image-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: visible;
}
.block.widget.products-slider .product-item-info {
  align-items: stretch;
}
.block.widget.products-slider .actions-primary {
  margin-bottom: 0;
}
.block.widget.products-slider div.product-item a.product-item-photo {
  flex-basis: 47%;
  max-width: 47%;
}
.block.widget.products-slider div.product-item .product-item-details {
  justify-content: center;
  flex-basis: 53%;
  max-width: 53%;
  padding-left: 5.5%;
}
.block.widget.products-slider div.product-item .product-item-name {
  font-weight: 400;
  line-height: 1.2;
  color: #222222;
}
@media (min-width: 640px) {
  .block.widget.products-slider div.product-item .product-item-name {
    font-size: 20px;
  }
}
.block.widget.products-slider div.product-item .product-item-description,
.block.widget.products-slider div.product-item .actions-secondary {
  display: none;
}
.block.widget.products-slider .product-item-photo {
  text-align: center;
}
.block.widget.products-slider .product-item-photo img {
  display: inline-block;
  background-color: #f6f6f6;
  border: 8px solid #ffffff;
  box-sizing: border-box;
  width: 59%;
  box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.09);
  opacity: 1 !important;
  transition: 0.3s all ease;
  transform-origin: left top;
}
.block.widget.products-slider .product-item-photo .replaced {
  display: block !important;
  position: static;
  opacity: 1 !important;
  width: 51%;
  margin-left: -10%;
}
.block.widget.products-slider .product-item-photo .replaced img {
  width: 100%;
  transform-origin: right top;
}
.block.widget.products-slider .product-item-photo:hover img {
  transform: scale(0.93);
}
.block.widget.products-slider .product-item-photo:hover .replaced img {
  transform: scale(1.03);
}
.block.widget.products-slider .timer-wrapper > div {
  background: none;
}
.block.widget.products-slider .owl-dots {
  padding-top: 5px;
  padding-bottom: 8px;
}
.block.widget.products-slider .owl-dots button.owl-dot,
.block.widget.products-slider .owl-dots .cart.table-wrapper .actions-toolbar > .action.owl-dot,
.block.widget.products-slider .owl-dots .action-gift.owl-dot {
  background-color: #cecece;
}
.block.widget.products-slider .owl-dots button.owl-dot.active,
.block.widget.products-slider .owl-dots .cart.table-wrapper .actions-toolbar > .action.owl-dot.active,
.block.widget.products-slider .owl-dots .action-gift.owl-dot.active {
  background-color: #666666;
}
@media (max-width: 639px) {
  .block.widget.products-slider .owl-carousel div.owl-nav {
    display: none;
  }
}
.block.widget.products-slider .owl-carousel div.owl-nav button,
.block.widget.products-slider .owl-carousel div.owl-nav .cart.table-wrapper .actions-toolbar > .action,
.block.widget.products-slider .owl-carousel div.owl-nav .action-gift {
  font-size: 40px;
  width: 50px;
  margin-top: -25px;
}
.block.widget.products-slider .owl-carousel div.owl-nav button:before,
.block.widget.products-slider .owl-carousel div.owl-nav .cart.table-wrapper .actions-toolbar > .action:before,
.block.widget.products-slider .owl-carousel div.owl-nav .action-gift:before {
  line-height: 50px;
}
/* 
 * 	Featured Product by Zemez
 */
/* 
 * 	Featured Product by Zemez 2016
 *	v1.0.0
 */
.sidebar .block.widget.featured[role="tablist"] .title[role="tab"],
.sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"],
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"],
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"],
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"],
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"],
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"],
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"] {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
}
.sidebar .block.widget.featured[role="tablist"] .title[role="tab"]:before,
.sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"]:before,
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"]:before,
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"]:before,
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"]:before,
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"]:before,
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"]:before,
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"]:before {
  top: 0;
  display: inline-block;
}
.sidebar .block.widget.featured[role="tablist"] .title[role="tab"] strong,
.sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"] strong,
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"] strong,
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"] strong,
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"] strong,
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"] strong,
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"] strong,
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"] strong {
  line-height: 1.8rem;
}
.sidebar .block.widget.featured[role="tablist"] .block-content,
.sidebar .block.widget.featured[role="tabpanel"] .block-content,
.sidebar .block.widget.featured [role="tablist"] .block-content,
.sidebar .block.widget.featured [role="tabpanel"] .block-content {
  float: none;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
}
.sidebar .block.widget.featured[role="tablist"] .block-content .product-items,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items {
  display: block;
}
.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .products-list .product-item,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .products-list .product-item,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .products-list .product-item,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .products-list .product-item {
  max-width: 100%;
}
.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .product-item-photo,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .product-item-photo,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .product-item-photo,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .product-item-photo {
  position: relative;
}
.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .product-item-details,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .product-item-details,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .product-item-details,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .product-item-details {
  margin: 0;
}
.sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info {
  margin: 0;
}
.sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info.active,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info.active,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info.active,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info.active {
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.sidebar .block.widget.featured[role="tablist"] .owl-controls,
.sidebar .block.widget.featured[role="tabpanel"] .owl-controls,
.sidebar .block.widget.featured [role="tablist"] .owl-controls,
.sidebar .block.widget.featured [role="tabpanel"] .owl-controls {
  position: relative;
  top: 0;
  right: 0;
  padding: 0 15px 20px;
  text-align: center;
}
.sidebar .block.widget.featured[role="tablist"] .category-title,
.sidebar .block.widget.featured[role="tabpanel"] .category-title,
.sidebar .block.widget.featured [role="tablist"] .category-title,
.sidebar .block.widget.featured [role="tabpanel"] .category-title {
  width: 100%;
  text-align: left;
}
.sidebar .block.widget.featured[role="tablist"] .category-title:before,
.sidebar .block.widget.featured[role="tabpanel"] .category-title:before,
.sidebar .block.widget.featured [role="tablist"] .category-title:before,
.sidebar .block.widget.featured [role="tabpanel"] .category-title:before {
  content: "\f107";
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: 400;
  text-rendering: auto;
  transform: translate(0px, 0px);
}
.sidebar .block.widget.featured[role="tablist"] .category-title.active:before,
.sidebar .block.widget.featured[role="tabpanel"] .category-title.active:before,
.sidebar .block.widget.featured [role="tablist"] .category-title.active:before,
.sidebar .block.widget.featured [role="tabpanel"] .category-title.active:before {
  content: "\f106";
}
.sidebar .block.widget.featured[role="tablist"] .category-title strong,
.sidebar .block.widget.featured[role="tabpanel"] .category-title strong,
.sidebar .block.widget.featured [role="tablist"] .category-title strong,
.sidebar .block.widget.featured [role="tabpanel"] .category-title strong {
  padding: 0;
  font-size: 16px;
}
.sidebar .block.widget.featured[role="tablist"] .category-content,
.sidebar .block.widget.featured[role="tabpanel"] .category-content,
.sidebar .block.widget.featured [role="tablist"] .category-content,
.sidebar .block.widget.featured [role="tabpanel"] .category-content {
  float: none;
  margin-left: 0;
  padding: 20px 0 0;
  text-align: left;
  width: 100%;
}
.sidebar .block.widget.featured .products-list .product-items {
  padding-top: 20px;
}
.sidebar .block.widget.featured .products-list .product-items .product-item {
  float: none;
  display: block;
  margin-bottom: 45px;
}
.sidebar .block.widget.featured .products-list .product-items .product-item-info {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.sidebar .block.widget.featured .products-list .product-items .rating-summary .label {
  display: none;
}
.sidebar .block.widget.featured .products-list .product-items .product-item-details {
  overflow: hidden;
  display: block;
}
.sidebar .block.widget.featured .products-list .product-items .product-item-photo {
  position: relative;
  display: inline-block;
  float: left;
  width: 30%;
  padding: 0 10px 10px 0;
}
.sidebar .block.widget.featured .products-list .product-items .product-item-actions .actions-primary {
  display: block;
  margin-bottom: 5px;
}
.sidebar .block.widget.featured .products-list .product-items .product-image-photo {
  padding: 0;
}
.sidebar .block.widget.featured .products-list .product-items .owl-wrapper-outer {
  overflow: visible;
}
.sidebar .block.widget.featured .products-list .product-items .product-label {
  left: 0;
  right: auto;
  top: -20px;
}
.sidebar .block.widget.featured .not-found {
  padding: 0 0 25px;
  margin: -25px 0 0;
}
.sidebar .sidebar-featured .collapsible-block {
  margin-top: 0;
}
.sidebar .sidebar-featured .block {
  margin-bottom: 0;
}
.sidebar .sidebar-featured .block .block-title {
  margin-bottom: 5px;
}
/*
 * 	Featured Product
 */
.tm-featured-switch-image-container {
  position: relative;
  overflow: hidden;
}
.tm-featured-switch-image-container .replaced {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.featured-listing-gallery .fotorama__arr,
.featured-listing-carousel .fotorama__arr,
.featured-listing-gallery .fotorama__thumb__arr,
.featured-listing-carousel .fotorama__thumb__arr {
  background: none;
}
.featured-listing-gallery .fotorama__arr,
.featured-listing-carousel .fotorama__arr {
  width: 40px;
  top: 50%;
  bottom: auto;
}
.featured-listing-gallery .fotorama__arr .fotorama__arr__arr,
.featured-listing-carousel .fotorama__arr .fotorama__arr__arr {
  background-image: none;
  background: rgba(0, 0, 0, 0.05);
  width: 40px;
  height: 40px;
}
.featured-listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before,
.featured-listing-carousel .fotorama__arr--prev .fotorama__arr__arr:before,
.featured-listing-gallery .fotorama__arr--next .fotorama__arr__arr:before,
.featured-listing-carousel .fotorama__arr--next .fotorama__arr__arr:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 22px;
  color: #5a5e62;
}
.featured-listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before,
.featured-listing-carousel .fotorama__arr--prev .fotorama__arr__arr:before {
  content: "\f104";
}
.featured-listing-gallery .fotorama__arr--next .fotorama__arr__arr:before,
.featured-listing-carousel .fotorama__arr--next .fotorama__arr__arr:before {
  content: '\f105';
}
.columns {
  display: block !important;
}
.block.widget.featured .product-item {
  position: relative;
  padding-top: 32px;
}
.block.widget.featured .product-item .product-item-info {
  position: relative;
}
.block.widget.featured .not-found {
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  .block.widget.featured .not-found {
    padding: 0 0 15px;
    margin: -30px 0 0;
  }
}
.featured .product-label {
  position: absolute;
  top: 10px;
  left: 6px;
  padding: 1px 7px;
  z-index: 99;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  color: #111111;
  text-transform: uppercase;
}
.featured .product-label.bg-secondary {
  color: #ff3e69;
  border: 1px solid #ff3e69;
  background: transparent;
  left: 10px;
}
.featured-tabs .category-content {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition-property: visibility, opacity;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease;
}
.featured-tabs .category-content[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.clear-featured {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.block.featured {
  float: none;
}
@media (min-width: 1024px) {
  .block.featured.column-products {
    margin-top: -40px;
  }
}
.block.featured.column-products > div {
  margin-top: 40px;
}
.block.featured.column-products .title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.block.featured.column-products .product-items .product-item .product-item-photo {
  flex-basis: 32%;
  max-width: 32%;
}
.block.featured.column-products .product-items .product-item .product-item-details {
  flex-basis: 68%;
  max-width: 68%;
  padding-top: 0;
  padding-left: 16px;
}
.block.featured.column-products .product-item-info .price-box {
  flex-direction: row;
  align-items: flex-end;
}
.block.featured.column-products .product-item-info .price-box .special-price + .old-price {
  margin-left: 5px;
  text-decoration: none;
}
.block.featured.column-products .product-item-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 5px;
}
.block.featured.column-products .product-item-actions .action.tocart {
  width: 42px;
  padding: 0;
  margin-right: 5px;
  border-radius: 50%;
  text-align: center;
}
.block.featured.column-products .product-item-actions .action.tocart:before {
  content: "\ea4c";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.block.featured.column-products .product-item-actions .action.tocart:before {
  position: static;
  font-size: 20px;
  line-height: 42px;
  opacity: 1;
  background: none;
}
.block.featured.column-products .product-item-actions .action.tocart:hover {
  background-color: #ff3e69;
}
.block.featured.column-products .product-item-actions .action.tocart span {
  display: none;
}
.block.featured.column-products .product-item-actions .actions-primary {
  margin-bottom: 0;
}
.block.featured.column-products .product-item-actions .actions-secondary {
  margin-top: 0;
}
.block.featured.column-products .product-item-actions .actions-secondary .action {
  border-radius: 50%;
  width: 42px;
  color: #666666;
  background-color: #ededed;
  text-align: center;
}
.block.featured.column-products .product-item-actions .actions-secondary .action:before {
  font-size: 20px;
  line-height: 42px;
}
.block.featured.column-products .product-item-actions .actions-secondary .action:hover {
  background-color: #111111;
}
.block.featured.column-products .product-item-actions .actions-secondary .action:hover:before {
  color: #ffffff;
}
.block.featured.column-products .product-item-actions .actions-secondary .action + .action {
  margin-left: 3px;
}
@media (max-width: 1023px) {
  .block.featured.column-products .product-items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: -35px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .block.featured.column-products .product-items .product-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 35px;
  }
  .block.featured.column-products .product-items .product-item-name {
    font-size: 14px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .block.featured.column-products .product-items .product-item {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 639px) {
  .block.featured.column-products .product-items .product-item {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10.5px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 21px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 21px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10.5px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 21px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10.5px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10.5px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #00a0e8;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-weight: 300;
  padding: 15px 20px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #222222;
  border: none;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #222222;
  border: none;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #222222;
  transform: scaleY(0.2);
  opacity: 0;
  transition: 0.2s all ease;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background-color: #00a0e8;
}
.block-event .slider-panel .slider .item .action.event:hover:before {
  transform: none;
  opacity: 1;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 21px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 21px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 21px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 21px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
html.rtl .block.widget .pager .pages-item-previous {
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  .field-tooltip .field-tooltip-content {
    right: -10.5px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10.5px 42px 10.5px 0;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10.5px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages {
    float: none;
    margin-bottom: 26.25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10.5px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10.5px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10.5px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .block.category.event {
    padding-left: 0;
    padding-right: 0;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5.25px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10.5px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 21px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #222222;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 21px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 26.25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10.5px;
    padding-right: 0;
    padding-bottom: 10.5px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #222222;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #e2e2e2;
    font-size: 1.4rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 300;
    padding: 10px 42px 10px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff3e69;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff3e69;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #e2e2e2;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    position: relative;
  }
  .product.data.items > .item.title:before {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    padding: 15px 0 5px;
    cursor: pointer;
    color: #222222;
  }
  .product.data.items > .item.title:before {
    content: "\e929";
    display: inline-block;
    font-family: 'theme-icons';
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
  }
  .product.data.items > .item.title[aria-expanded="false"]:before {
    content: "\e926";
  }
  .product.data.items > .item.title > .switch {
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .product.data.items > .item.title.active > .switch {
    color: #222222;
  }
  .product.data.items > .item.title {
    margin: 0;
  }
  .product.data.items > .item.title > .switch {
    background: transparent;
    border-bottom: 1px solid #e2e2e2;
    height: 20px;
    padding: 15px 30px 5px 0;
    font-weight: 700;
    line-height: 20px;
    font-size: 1.8rem;
    color: #666666;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #666666;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #222222;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #222222;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: transparent;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: transparent;
    color: #222222;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: transparent;
    margin: 0 0 5.25px;
    padding: 10px 0 15px 0;
  }
  .product.data.items .data.item {
    display: block;
  }
  .modal-popup.modal-slide {
    left: auto;
    z-index: 1000;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: auto;
    z-index: 1000;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .hdmx__contact-button {
    bottom: -3px;
  }
  .hdmx__contact-button.hdmx__contact-button-left {
    left: 3px;
  }
  .hdmx__contact-button.hdmx__contact-button-right {
    right: 3px;
  }
  .hdmx__contact-popup {
    position: fixed;
    top: 1rem;
    left: 1rem;
    right: 1rem;
  }
  .hdmx__contact-popup .hdmx__wrapper {
    width: auto;
    left: 0;
    overflow: auto;
    max-height: 100vh;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5.25px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10.5px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10.5px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 21px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10.5px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 21px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10.5px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 21px;
    padding-bottom: 10.5px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 21px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10.5px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 0 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #e2e2e2;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5.25px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 26.25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 42px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10.5px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .tm-logo-container {
    float: left;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 42px;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10.5px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .customer-account-index .box-actions .change-password {
    color: #00a0e8 !important;
    background: transparent !important;
    padding: 4px 0 !important;
  }
  body {
    padding-top: 56px;
  }
  .page-header {
    z-index: 991;
  }
  .sm-header-panel-canvas {
    right: 0;
    position: fixed;
    height: 56px;
    left: 0;
    top: 0;
    width: 100%;
    background: #111111;
    z-index: 16;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  }
  .page-header__panel .welcome {
    display: none;
  }
  .header-switchers {
    display: none;
  }
  .sm-header_customer-menu-container {
    position: fixed;
    z-index: 1000;
    top: 56px;
    right: 0;
    left: 0;
    height: 0;
  }
  button.sm-header_customer-menu-toggle,
  .cart.table-wrapper .actions-toolbar > .action.sm-header_customer-menu-toggle,
  .action-gift.sm-header_customer-menu-toggle {
    display: block;
    position: fixed;
    top: 0;
    right: 66px;
    color: #ffffff;
    z-index: 20;
  }
  button.sm-header_customer-menu-toggle:hover,
  .cart.table-wrapper .actions-toolbar > .action.sm-header_customer-menu-toggle:hover,
  .action-gift.sm-header_customer-menu-toggle:hover {
    color: #222222;
  }
  .sm-header_customer-menu-container .sm-header_customer-menu .welcome {
    display: block;
    padding: 14px 16px;
    border-bottom: 1px solid #e2e2e2;
  }
  .nav-toggle {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .sm-header-nav-toggle {
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 56px;
    height: 56px;
    background: transparent;
    display: block;
    position: fixed;
    z-index: 17;
    top: 0;
    left: 0;
  }
  .sm-header-nav-toggle:before,
  .sm-header-nav-toggle:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    font-family: 'theme-icons';
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    line-height: 56px;
    transition: .3s ease;
  }
  .sm-header-nav-toggle:before {
    content: "\ea97";
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) scale(1);
  }
  .sm-header-nav-toggle:after {
    content: "\ea5c";
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg) scale(0);
  }
  .sm-header-nav-toggle.open:before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(0);
  }
  .sm-header-nav-toggle.open:after {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) scale(1);
  }
  .sm-header-nav-wrap__topnav .mage-dropdown-dialog {
    position: fixed;
    z-index: 999;
    top: 56px;
    bottom: 0;
    left: 0;
    width: 320px;
    text-align: left;
  }
  .sm-header-nav-wrap .ui-dialog-buttonpane {
    display: none;
  }
  nav.navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    color: #ededed;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
    z-index: 15;
    transition: .3s ease;
    transform: translateX(-105%);
  }
  .sm-header-nav-wrap.open nav.navigation {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .minicart-wrapper .mage-dropdown-dialog {
    position: static;
  }
  .minicart-wrapper .block.block-minicart {
    z-index: 1000;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog {
    display: none;
    position: fixed;
    z-index: 20;
    top: 56px;
    left: auto;
    right: 0;
    bottom: 0;
    width: 320px;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .ui-dialog-buttonpane {
    display: none;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog.open {
    visibility: visible;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .links li {
    padding: 12px 16px;
    border-bottom: 1px solid #e2e2e2;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .links li.customer-account {
    padding: 0;
    border-bottom: none;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .switcher {
    margin-right: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .switcher-options {
    display: block;
    padding: 10px 16px;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .switcher-options strong {
    font-weight: 300;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .action.switcher-trigger:after,
  .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .action.switcher-trigger.active:after {
    content: "\ec3a";
    display: inline-block;
    font-family: 'theme-icons';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    margin-left: 5px;
    font-size: 10px;
    line-height: 22px;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .action.switcher-trigger.active:after {
    content: "\ec39";
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .action.switcher-trigger:hover {
    color: #111111;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .action.switcher-trigger span {
    vertical-align: text-top;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .dropdown.switcher-dropdown {
    position: static;
    box-shadow: none;
    border: none;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .dropdown.switcher-dropdown:before,
  .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .dropdown.switcher-dropdown:after {
    display: none;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .dropdown.switcher-dropdown a {
    padding: 0 0 0 8px;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .mage-dropdown-dialog {
    position: relative;
    padding: 0 8px 0 32px;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .mage-dropdown-dialog li {
    margin-bottom: 16px;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .mage-dropdown-dialog a {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #ededed;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .mage-dropdown-dialog a:hover {
    color: #111111;
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .options ul.dropdown li:hover {
    background: none;
  }
  .sm-header_customer-menu.ui-dialog-content {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #222222;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    transition: .3s ease;
    text-align: left;
    overflow: auto;
    transform: translateX(100vw);
    text-transform: uppercase;
  }
  .sm-header_customer-menu-container.open .sm-header_customer-menu.ui-dialog-content {
    transform: translateX(0);
  }
  .sm-header_customer-menu-container .mage-dropdown-dialog .links a {
    direction: ltr;
  }
  html.rtl .sm-header-panel-canvas {
    left: auto;
    right: 0;
  }
  html.rtl .sm-header_customer-menu-toggle {
    right: auto;
    left: 66px;
  }
  html.rtl .sm-header_customer-menu-container .mage-dropdown-dialog {
    right: auto;
    left: 0;
  }
  html.rtl .sm-header_customer-menu-container .mage-dropdown-dialog .switcher {
    margin-left: 0;
  }
  html.rtl .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .switcher-options .action.switcher-trigger:after {
    padding-right: 0;
  }
  html.rtl .sm-header_customer-menu-container .mage-dropdown-dialog .switcher .dropdown.switcher-dropdown a {
    padding-right: 8px;
    padding-left: 0;
  }
  html.rtl .sm-header_customer-menu.ui-dialog-content {
    right: auto;
    left: 0;
  }
  html.rtl .sm-header_customer-menu-container .mage-dropdown-dialog .links a {
    direction: rtl;
  }
  html.rtl .sm-header-nav-toggle {
    left: auto;
    right: 0;
  }
  html.rtl .sm-header-nav-wrap__topnav .mage-dropdown-dialog {
    left: auto;
    right: 0;
  }
  html.rtl nav.navigation {
    left: auto;
    right: 0;
  }
  .modal-popup._inner-scroll {
    z-index: 1001 !important;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    z-index: 1003 !important;
    width: 100%;
    background: #ffffff;
    max-width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap {
    background-color: #ffffff !important;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    pointer-events: none;
    left: auto;
    z-index: 1000;
  }
  .custom-slide._show {
    pointer-events: auto;
    visibility: visible;
    background: rgba(255, 255, 255, 0.35);
  }
  .custom-slide._show .modal-inner-wrap {
    position: relative;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
  }
  .custom-slide._show .modal-inner-wrap {
    transform: translateX(0);
    background: #fff;
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: translateX(100%);
    transition: 0.3s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .custom-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-slide._inner-scroll .modal-header,
  .custom-slide._inner-scroll .modal-footer {
    flex-grow: 0;
    flex-shrink: 1;
  }
  .custom-slide._inner-scroll .modal-content {
    overflow-y: auto;
  }
  .custom-slide._inner-scroll .modal-footer {
    margin-top: auto;
  }
  .custom-slide .modal-header,
  .custom-slide .modal-content,
  .custom-slide .modal-footer {
    padding: 0 8px 8px;
  }
  .custom-slide .modal-header {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .custom-slide .modal-inner-wrap {
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  .modal-custom .action-close,
  .modal-popup .action-close,
  .modal-slide .action-close {
    display: block;
  }
  .gift-options .actions-toolbar .action-update {
    margin-left: 1rem;
    margin-bottom: 0;
    padding: 6px 20px;
    font-size: 1rem;
  }
  html.rtl .gift-options .actions-toolbar .action-update {
    margin-left: 0;
    margin-right: 1rem;
  }
  .footer-col {
    padding-bottom: 16px;
  }
  .footer-col .footer-col-content {
    display: none;
    margin-top: 8px;
  }
  .page-footer .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-footer .footer-col h4 {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    padding-right: 26px;
    margin-bottom: 0;
  }
  .page-footer .footer-col h4:before {
    content: "\e926";
    display: inline-block;
    font-family: 'theme-icons';
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
  }
  .page-footer .footer-col h4:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    border-radius: 2px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    padding: 6px 0;
  }
  .page-footer .footer-col h4.active:before {
    content: "\e929";
  }
  html.rtl .page-footer .footer-col h4 {
    padding-right: 0;
    padding-left: 26px;
  }
  html.rtl .page-footer .footer-col h4:before {
    right: auto;
    left: 0;
  }
  .block-search #search_mini_form,
  .block-search #search_mini_form2,
  .block-search #search_mini_form > .search,
  .block-search #search_mini_form2 > .search {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    padding: 0;
    margin: 0;
  }
  .block-search #search_mini_form .ui-dialog-buttonpane,
  .block-search #search_mini_form2 .ui-dialog-buttonpane {
    display: none;
  }
  .block-search #search_mini_form.active .control input,
  .block-search #search_mini_form2.active .control input {
    left: 1.5%;
  }
  .block-search label.label {
    display: block;
    position: fixed;
    z-index: 11;
    top: 0;
    right: 122px;
    width: 56px;
    height: 56px;
    background: transparent;
  }
  .block-search label.label:before,
  .block-search label.label:hover:before,
  .block-search label.label:after,
  .block-search label.label:hover:after {
    color: #ededed;
  }
  .block-search label.label span {
    display: none;
  }
  .block-search label.label.active {
    right: 0;
    z-index: 1002;
    transition: right .3s ease;
  }
  .block-search label.label.active:before,
  .block-search label.label.active:after {
    color: #222222;
  }
  .block-search .field.search .control {
    margin: 5px;
  }
  .block-search .field.search .control input {
    border-radius: 0;
    height: 46px;
    width: 97%;
    background: #ffffff;
    border: none;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 30px 10px 20px;
    margin: 0;
    transition: .3s ease;
  }
  html.rtl .block-search .search .label {
    right: auto;
    left: 122px;
  }
  html.rtl .block-search .search .label.active {
    right: auto;
    left: 0;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10.5px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 26.25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5.25px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10.5px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 21px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 21px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5.25px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 21px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .minicart-wrapper {
    margin-top: 10.5px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 36.5px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39.5px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10.5px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 21px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 21px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5.25px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 42px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 26.25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 26.25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .block-search {
    margin-top: 10.5px;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.53846154;
    margin: 0;
    padding: 0;
    color: inherit;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: inherit;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #111111;
  }
  .column .block-addbysku .action.remove:active {
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: inherit;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10.5px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 21px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 26.25px;
    padding-right: 26.25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 26.25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 42px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 238px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("../../frontend/Te/online/zh_Hans_CN/fonts/roboto-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../frontend/Te/online/zh_Hans_CN/fonts/roboto-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../frontend/Te/online/zh_Hans_CN/fonts/roboto-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../frontend/Te/online/zh_Hans_CN/fonts/roboto-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../frontend/Te/online/zh_Hans_CN/fonts/robotocondensed-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../frontend/Te/online/zh_Hans_CN/fonts/robotocondensed.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../frontend/Te/online/zh_Hans_CN/fonts/robotoCondensed-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../frontend/Te/online/zh_Hans_CN/fonts/robotocondensed-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/*.modal-slide._show .modal-inner-wrap=>width*/
a {
  transition: .3s ease;
}
em {
  color: #111111;
}
pre {
  white-space: normal;
}
dl dt {
  font-weight: 700;
}
dl dd {
  font-style: italic;
  padding-left: 8px;
}
*,
ul,
ul > li,
ol > li {
  margin: 0;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
.abs-block-title,
.abs-account-blocks .block-title,
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 23px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong {
  margin: 0;
}
@media (max-width: 1023px) {
  .abs-block-title,
  .abs-account-blocks .block-title,
  .block-compare .block-title,
  .block-giftregistry-results .block-title,
  .block-giftregistry-shared-items .block-title,
  .block-wishlist-search-results .block-title,
  .block-reorder .block-title,
  .widget .block-title,
  .block-wishlist .block-title,
  .multicheckout .block-title,
  .paypal-review .block .block-title,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
  .sales-guest-view .column.main .block:not(.widget) .block-title,
  .account .column.main .block:not(.widget) .block-title {
    font-size: 14px;
  }
}
.abs-action-addto-product,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  background: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  min-width: 280px;
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 480px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container [class*="col-xs-"],
  .container [class*="col-m-"],
  .container [class*="col-l-"],
  .container [class*="col-xl-"],
  .container [class*="col-xxl-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row,
.product-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  box-sizing: border-box;
}
[class*='col-xxs-'] {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}
[class*='col-xs-'] {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}
[class*='col-m-'] {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}
[class*='col-l-'] {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}
[class*='col-xl-'] {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}
[class*='col-xxl-'] {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .col-xxs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 320px) {
  .col-xxs-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
}
@media (min-width: 320px) {
  .col-xxs-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (min-width: 320px) {
  .col-xxs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (min-width: 320px) {
  .col-xxs-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (min-width: 320px) {
  .col-xxs-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (min-width: 320px) {
  .col-xxs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 320px) {
  .col-xxs-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (min-width: 320px) {
  .col-xxs-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 320px) {
  .col-xxs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 320px) {
  .col-xxs-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media (min-width: 320px) {
  .col-xxs-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media (min-width: 480px) {
  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 480px) {
  .col-xs-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
}
@media (min-width: 480px) {
  .col-xs-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (min-width: 480px) {
  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (min-width: 480px) {
  .col-xs-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (min-width: 480px) {
  .col-xs-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (min-width: 480px) {
  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 480px) {
  .col-xs-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (min-width: 480px) {
  .col-xs-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 480px) {
  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 480px) {
  .col-xs-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media (min-width: 480px) {
  .col-xs-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-m-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-m-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-m-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-m-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (min-width: 1024px) {
  .col-m-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-m-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-m-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .col-m-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-m-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-m-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1024px) {
  .col-m-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-m-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-l-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-l-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-l-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-l-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (min-width: 1024px) {
  .col-l-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-l-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-l-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .col-l-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-l-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-l-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1024px) {
  .col-l-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-l-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .col-xl-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media (min-width: 320px) {
  .col-xxs-preffix-12 {
    margin-left: 100%;
  }
}
@media (min-width: 320px) {
  .col-xxs-preffix-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 320px) {
  .col-xxs-preffix-10 {
    margin-left: 83.33333333%;
  }
}
@media (min-width: 320px) {
  .col-xxs-preffix-9 {
    margin-left: 75%;
  }
}
@media (min-width: 320px) {
  .col-xxs-preffix-8 {
    margin-left: 66.66666667%;
  }
}
@media (min-width: 320px) {
  .col-xxs-preffix-7 {
    margin-left: 58.33333333%;
  }
}
@media (min-width: 320px) {
  .col-xxs-preffix-6 {
    margin-left: 50%;
  }
}
@media (min-width: 320px) {
  .col-xxs-preffix-5 {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 320px) {
  .col-xxs-preffix-4 {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 320px) {
  .col-xxs-preffix-3 {
    margin-left: 25%;
  }
}
@media (min-width: 320px) {
  .col-xxs-preffix-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 320px) {
  .col-xxs-preffix-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 320px) {
  .col-xxs-preffix-0 {
    margin-left: 0%;
  }
}
@media (min-width: 480px) {
  .col-xs-preffix-12 {
    margin-left: 100%;
  }
}
@media (min-width: 480px) {
  .col-xs-preffix-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 480px) {
  .col-xs-preffix-10 {
    margin-left: 83.33333333%;
  }
}
@media (min-width: 480px) {
  .col-xs-preffix-9 {
    margin-left: 75%;
  }
}
@media (min-width: 480px) {
  .col-xs-preffix-8 {
    margin-left: 66.66666667%;
  }
}
@media (min-width: 480px) {
  .col-xs-preffix-7 {
    margin-left: 58.33333333%;
  }
}
@media (min-width: 480px) {
  .col-xs-preffix-6 {
    margin-left: 50%;
  }
}
@media (min-width: 480px) {
  .col-xs-preffix-5 {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 480px) {
  .col-xs-preffix-4 {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 480px) {
  .col-xs-preffix-3 {
    margin-left: 25%;
  }
}
@media (min-width: 480px) {
  .col-xs-preffix-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 480px) {
  .col-xs-preffix-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 480px) {
  .col-xs-preffix-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-m-preffix-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-m-preffix-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-m-preffix-10 {
    margin-left: 83.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-m-preffix-9 {
    margin-left: 75%;
  }
}
@media (min-width: 1024px) {
  .col-m-preffix-8 {
    margin-left: 66.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-m-preffix-7 {
    margin-left: 58.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-m-preffix-6 {
    margin-left: 50%;
  }
}
@media (min-width: 1024px) {
  .col-m-preffix-5 {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-m-preffix-4 {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-m-preffix-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1024px) {
  .col-m-preffix-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-m-preffix-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-m-preffix-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-l-preffix-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-l-preffix-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-l-preffix-10 {
    margin-left: 83.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-l-preffix-9 {
    margin-left: 75%;
  }
}
@media (min-width: 1024px) {
  .col-l-preffix-8 {
    margin-left: 66.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-l-preffix-7 {
    margin-left: 58.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-l-preffix-6 {
    margin-left: 50%;
  }
}
@media (min-width: 1024px) {
  .col-l-preffix-5 {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-l-preffix-4 {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-l-preffix-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1024px) {
  .col-l-preffix-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-l-preffix-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-l-preffix-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-xl-preffix-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-preffix-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-preffix-10 {
    margin-left: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-preffix-9 {
    margin-left: 75%;
  }
}
@media (min-width: 1200px) {
  .col-xl-preffix-8 {
    margin-left: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-preffix-7 {
    margin-left: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-preffix-6 {
    margin-left: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl-preffix-5 {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-preffix-4 {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-preffix-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .col-xl-preffix-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-preffix-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-preffix-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-preffix-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-preffix-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-preffix-10 {
    margin-left: 83.33333333%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-preffix-9 {
    margin-left: 75%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-preffix-8 {
    margin-left: 66.66666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-preffix-7 {
    margin-left: 58.33333333%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-preffix-6 {
    margin-left: 50%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-preffix-5 {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-preffix-4 {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-preffix-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-preffix-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-preffix-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-preffix-0 {
    margin-left: 0%;
  }
}
@font-face {
  font-family: 'theme-icons';
  src: url('../../frontend/Te/online/zh_Hans_CN/fonts/theme-icons/theme-icons.woff2') format('woff2'), url('../../frontend/Te/online/zh_Hans_CN/fonts/theme-icons/theme-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
[class^="themeicon-"]:before,
[class*=" themeicon-"]:before {
  font-family: 'theme-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.themeicon-close:before {
  content: "\e900";
}
.themeicon-radio_button_unchecked:before {
  content: "\e901";
}
.themeicon-check_box:before {
  content: "\e902";
}
.themeicon-check_box_outline_blank:before {
  content: "\e903";
}
.themeicon-radio_button_checked:before {
  content: "\e904";
}
.themeicon-arrows-1_download:before {
  content: "\e916";
}
.themeicon-arrows-1_minimal-down:before {
  content: "\e926";
}
.themeicon-arrows-1_minimal-left:before {
  content: "\e927";
}
.themeicon-arrows-1_minimal-right:before {
  content: "\e928";
}
.themeicon-arrows-1_minimal-up:before {
  content: "\e929";
}
.themeicon-arrows-1_refresh-69:before {
  content: "\e92d";
}
.themeicon-arrows-1_simple-right:before {
  content: "\e939";
}
.themeicon-arrows-1_tail-triangle-left:before {
  content: "\e94b";
}
.themeicon-arrows-1_tail-triangle-right:before {
  content: "\e94c";
}
.themeicon-arrows-e_circle-e-right-01:before {
  content: "\e9b1";
}
.themeicon-arrows-e_circle-e-right-09:before {
  content: "\e9b2";
}
.themeicon-users_multiple-19:before {
  content: "\ea04";
}
.themeicon-users_single-body:before {
  content: "\ea0a";
}
.themeicon-ui-1_bold-remove:before {
  content: "\ea18";
}
.themeicon-ui-1_check-circle-08:before {
  content: "\ea1f";
}
.themeicon-ui-1_check:before {
  content: "\ea25";
}
.themeicon-ui-1_email-83:before {
  content: "\ea39";
}
.themeicon-ui-1_email-84:before {
  content: "\ea3a";
}
.themeicon-ui-1_home-51:before {
  content: "\ea40";
}
.themeicon-ui-1_simple-remove:before {
  content: "\ea5c";
}
.themeicon-ui-1_trash-simple:before {
  content: "\ea5d";
}
.themeicon-ui-1_zoom:before {
  content: "\ea66";
}
.themeicon-ui-2_chat-content:before {
  content: "\ea7a";
}
.themeicon-ui-2_chat:before {
  content: "\ea7d";
}
.themeicon-ui-2_filter:before {
  content: "\ea86";
}
.themeicon-ui-2_grid-45:before {
  content: "\ea88";
}
.themeicon-ui-2_menu-34:before {
  content: "\ea97";
}
.themeicon-ui-2_paragraph:before {
  content: "\ea9d";
}
.themeicon-ui-2_share:before {
  content: "\eaa0";
}
.themeicon-transportation_truck-front:before {
  content: "\eaec";
}
.themeicon-text_quote:before {
  content: "\eb16";
}
.themeicon-shopping_cart-modern:before {
  content: "\ebb2";
}
.themeicon-education_hat:before {
  content: "\ebd8";
}
.themeicon-education_language:before {
  content: "\ebd9";
}
.themeicon-holidays_gift:before {
  content: "\ec8b";
}
.themeicon-health_heartbeat-16:before {
  content: "\eca6";
}
.themeicon-files_archive-check:before {
  content: "\ed2f";
}
.themeicon-design_pen-01:before {
  content: "\edc3";
}
.themeicon-business_chart-bar-32:before {
  content: "\ee19";
}
.themeicon-ui-3_funnel-39:before {
  content: "\ee7d";
}
.themeicon-ui-e_round-e-help:before {
  content: "\ee97";
}
.themeicon-home:before {
  content: "\e905";
}
.themeicon-home3:before {
  content: "\e906";
}
.themeicon-home4:before {
  content: "\e907";
}
.themeicon-pencil:before {
  content: "\e90d";
}
.themeicon-trash2:before {
  content: "\e981";
}
.themeicon-heart:before {
  content: "\e98c";
}
.themeicon-envelope:before {
  content: "\e996";
}
.themeicon-repeat:before {
  content: "\e9ee";
}
.themeicon-user:before {
  content: "\ea1e";
}
.themeicon-bag2:before {
  content: "\ea4c";
}
.themeicon-bubble:before {
  content: "\ead6";
}
.themeicon-icons2:before {
  content: "\eb80";
}
.themeicon-magnifier:before {
  content: "\ec22";
}
.themeicon-cross:before {
  content: "\ec2a";
}
.themeicon-list4:before {
  content: "\ec30";
}
.themeicon-cross2:before {
  content: "\ec35";
}
.themeicon-plus:before {
  content: "\ec36";
}
.themeicon-minus:before {
  content: "\ec37";
}
.themeicon-chevron-up:before {
  content: "\ec39";
}
.themeicon-chevron-down:before {
  content: "\ec3a";
}
.themeicon-chevron-left:before {
  content: "\ec3b";
}
.themeicon-chevron-right:before {
  content: "\ec3c";
}
.themeicon-arrow-up:before {
  content: "\ec41";
}
.themeicon-arrow-down:before {
  content: "\ec42";
}
.themeicon-arrow-left:before {
  content: "\ec43";
}
.themeicon-arrow-right:before {
  content: "\ec44";
}
.themeicon-prohibited:before {
  content: "\ec9c";
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/Te/online/zh_Hans_CN/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../frontend/Te/online/zh_Hans_CN/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../frontend/Te/online/zh_Hans_CN/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../frontend/Te/online/zh_Hans_CN/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../frontend/Te/online/zh_Hans_CN/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../frontend/Te/online/zh_Hans_CN/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.d-none {
  display: none;
}
.align-center {
  align-items: center;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
body .bg-dark {
  background: #222222;
  color: #ffffff;
}
body .bg-dark h1,
body .bg-dark h2,
body .bg-dark h3,
body .bg-dark h4,
body .bg-dark h5,
body .bg-dark h6,
body .bg-dark .banner-content {
  color: #ffffff;
}
body .bg-light {
  background: #f6f6f6;
  color: #000000;
}
body .bg-primary {
  background: #111111;
  color: #ffffff;
}
body .bg-primary h1,
body .bg-primary h2,
body .bg-primary h3,
body .bg-primary h4,
body .bg-primary h5,
body .bg-primary h6,
body .bg-primary .banner-content {
  color: #ffffff;
}
body .bg-primary .action-link:hover {
  color: #222222;
}
body .bg-secondary {
  background: #ff3e69;
  color: #ffffff;
}
body .bg-secondary h1,
body .bg-secondary h2,
body .bg-secondary h3,
body .bg-secondary h4,
body .bg-secondary h5,
body .bg-secondary h6,
body .bg-secondary .banner-content {
  color: #ffffff;
}
body .bg-secondary a:hover,
body .bg-secondary .action-link:hover {
  color: #222222;
}
.bg-white {
  background: #ffffff;
  color: #000000;
}
.color-primary {
  color: #111111;
}
.color-primary.a:hover,
.color-primary a:hover {
  color: #222222;
}
.color-white {
  color: #ffffff;
}
@media (max-width: 479px) {
  .hidden-mobile,
  .hidden-mobile.action {
    display: none;
  }
}
.mb-10 {
  margin-bottom: 10px;
}
* + .action-link {
  margin-top: 15px;
}
.page-main > .page.messages .messages {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
}
.page-main > .page.messages .messages .message {
  padding: 12px 16px;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.page-main > .page.messages .messages .message > div {
  position: relative;
  display: inline-block;
  text-align: left;
}
.page-main > .page.messages .messages .message > div:before {
  top: 5px;
  left: -35px;
}
@media (min-width: 480px) {
  .page-main > .page.messages .messages .message > div:before {
    top: 10px;
    left: -35px;
  }
}
@media (max-width: 479px) {
  .page-main > .page.messages .messages .message {
    font-size: 1rem;
  }
}
.page-main > .page.messages .messages .message:not(.notice):not(.info) {
  position: relative;
  cursor: pointer;
  padding-bottom: 20px;
}
.page-main > .page.messages .messages .message:not(.notice):not(.info) > div:after {
  content: '点击关闭 ';
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  font-size: 10px;
  line-height: 1;
  color: #222222;
  text-align: center;
  text-transform: uppercase;
}
.page-main > .columns .column.main > .message {
  padding: 12px 16px 12px 40px;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.message-info,
.message-notice,
.message.notice,
.message.info {
  color: #0088d2;
  background-color: #e5f3fa;
  border: none;
}
.message-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.message-error {
  color: #f4516c;
  background-color: #fde1e6;
}
.message-success {
  color: #3bb141;
  background-color: #ebf7ec;
}
#switcher-store {
  display: none !important;
}
.checkout-agreements-block {
  padding-top: 15px;
}
.sidebar-additional > .collapsible-block .block {
  display: block !important;
}
@media (max-width: 1023px) {
  .merchant-wrap {
    padding: 10px 10px 0;
  }
}
.merchant-wrap h3 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 400;
}
.merchant-wrap .category-thumbnail-sidebar {
  margin: 0 -8px;
}
.merchant-wrap .category-thumbnail-sidebar li {
  padding: 8px;
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  width: 49%;
}
.merchant-wrap .category-thumbnail-sidebar li a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}
.merchant-wrap .category-thumbnail-sidebar li img {
  max-width: 60%;
}
html.rtl .page-main > .page.messages .messages .message > div:before {
  left: auto;
  right: -24px;
}
@media (min-width: 480px) {
  html.rtl .page-main > .page.messages .messages .message > div:before {
    right: -35px;
  }
}
html.rtl .page-main > .columns .column.main > .message {
  padding-right: 40px;
  padding-left: 16px;
}
.messages .message-error {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/error.png") no-repeat 20px center;
  background-size: 14px auto;
  background-color: #F5F5F5;
  padding: 10px 20px !important;
}
.messages .message-error > div {
  font-size: 13px;
  color: #DF201F;
  text-align: left;
  padding-left: 24px;
  line-height: 19px;
}
.messages .message-error > div:before {
  display: none !important;
}
.messages[role="alert"] .message-error > div,
.messages[role="alert"] .message-success > div {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/error-x.png") no-repeat right center;
  background-size: 19px auto;
  padding-right: 20px;
  display: block !important;
  font-weight: 400;
}
.messages[role="alert"] .message-error > div:after,
.messages[role="alert"] .message-success > div:after {
  display: none !important;
}
.messages .message-success {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/remind.png") no-repeat 20px center;
  background-size: 14px auto;
  background-color: #F5F5F5;
  padding: 10px 20px !important;
}
.messages .message-success > div {
  font-size: 13px;
  color: #000;
  line-height: 19px;
  text-align: left;
  padding-left: 24px;
}
.messages .message-success > div:before {
  display: none !important;
}
.owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.owl-carousel div.owl-nav button.owl-prev,
.owl-carousel div.owl-nav button.owl-next,
.owl-carousel div.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
.owl-carousel div.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.owl-carousel div.owl-nav .action-gift.owl-prev,
.owl-carousel div.owl-nav .action-gift.owl-next {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -15px;
  font-size: 24px;
  line-height: 0;
  transition: .3s all ease;
}
.owl-carousel div.owl-nav button.owl-prev:before,
.owl-carousel div.owl-nav button.owl-next:before,
.owl-carousel div.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:before,
.owl-carousel div.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:before,
.owl-carousel div.owl-nav .action-gift.owl-prev:before,
.owl-carousel div.owl-nav .action-gift.owl-next:before {
  line-height: 30px;
}
.owl-carousel div.owl-nav button.owl-prev:hover,
.owl-carousel div.owl-nav button.owl-next:hover,
.owl-carousel div.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:hover,
.owl-carousel div.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:hover,
.owl-carousel div.owl-nav .action-gift.owl-prev:hover,
.owl-carousel div.owl-nav .action-gift.owl-next:hover {
  color: #111111;
}
.owl-carousel div.owl-nav button.owl-prev,
.owl-carousel div.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
.owl-carousel div.owl-nav .action-gift.owl-prev {
  left: -3px;
}
.owl-carousel div.owl-nav button.owl-prev:before,
.owl-carousel div.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:before,
.owl-carousel div.owl-nav .action-gift.owl-prev:before {
  content: '\f104';
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.owl-carousel div.owl-nav button.owl-next,
.owl-carousel div.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.owl-carousel div.owl-nav .action-gift.owl-next {
  right: -3px;
}
.owl-carousel div.owl-nav button.owl-next:before,
.owl-carousel div.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:before,
.owl-carousel div.owl-nav .action-gift.owl-next:before {
  content: '\f105';
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
@media (min-width: 480px) {
  .owl-carousel div.owl-nav button.owl-prev,
  .owl-carousel div.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
  .owl-carousel div.owl-nav .action-gift.owl-prev {
    left: -10px;
  }
  .owl-carousel div.owl-nav button.owl-next,
  .owl-carousel div.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
  .owl-carousel div.owl-nav .action-gift.owl-next {
    right: -10px;
  }
}
.owl-carousel .owl-dots {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  box-sizing: border-box;
}
.owl-carousel .owl-dots button.owl-dot,
.owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar > .action.owl-dot,
.owl-carousel .owl-dots .action-gift.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f6f6f6;
  transition: .3s ease;
}
.owl-carousel .owl-dots button.owl-dot.active,
.owl-carousel .owl-dots button.owl-dot:hover,
.owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar > .action.owl-dot.active,
.owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar > .action.owl-dot:hover,
.owl-carousel .owl-dots .action-gift.owl-dot.active,
.owl-carousel .owl-dots .action-gift.owl-dot:hover {
  background: #666666;
}
.owl-carousel .owl-dots button.owl-dot + button.owl-dot,
.owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar > .action.owl-dot + .cart.table-wrapper .actions-toolbar > .action.owl-dot,
.owl-carousel .owl-dots .action-gift.owl-dot + .action-gift.owl-dot {
  margin-left: 10px;
}
@media (min-width: 640px) {
  .owl-carousel .owl-dots button.owl-dot,
  .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar > .action.owl-dot,
  .owl-carousel .owl-dots .action-gift.owl-dot {
    width: 15px;
    height: 15px;
  }
  .owl-carousel .owl-dots button.owl-dot + button.owl-dot,
  .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar > .action.owl-dot + .cart.table-wrapper .actions-toolbar > .action.owl-dot,
  .owl-carousel .owl-dots .action-gift.owl-dot + .action-gift.owl-dot {
    margin-left: 15px;
  }
}
@media (max-width: 479px) {
  .columns button.owl-prev,
  .content button.owl-prev,
  .container button.owl-prev,
  .columns .cart.table-wrapper .actions-toolbar > .action.owl-prev,
  .content .cart.table-wrapper .actions-toolbar > .action.owl-prev,
  .container .cart.table-wrapper .actions-toolbar > .action.owl-prev,
  .columns .action-gift.owl-prev,
  .content .action-gift.owl-prev,
  .container .action-gift.owl-prev {
    left: -17px;
  }
  .columns button.owl-next,
  .content button.owl-next,
  .container button.owl-next,
  .columns .cart.table-wrapper .actions-toolbar > .action.owl-next,
  .content .cart.table-wrapper .actions-toolbar > .action.owl-next,
  .container .cart.table-wrapper .actions-toolbar > .action.owl-next,
  .columns .action-gift.owl-next,
  .content .action-gift.owl-next,
  .container .action-gift.owl-next {
    right: -17px;
  }
}
html.rtl .owl-carousel .owl-dots button.owl-dot + button.owl-dot,
html.rtl .owl-carousel .owl-dots .cart.table-wrapper .actions-toolbar > .action.owl-dot + .cart.table-wrapper .actions-toolbar > .action.owl-dot,
html.rtl .owl-carousel .owl-dots .action-gift.owl-dot + .action-gift.owl-dot {
  margin-left: 0;
  margin-right: 15px;
}
/*
* @subsection   Smart Header Mobile
*
* @description  Declare styles of header elements in mobile and desktop mode
*/
.sm-header_customer-menu-toggle span {
  display: none;
}
.sm-header_customer-menu-toggle {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 56px;
  height: 56px;
  background: none;
  border: none;
  border-radius: 0;
}
.sm-header_customer-menu-toggle:before,
.sm-header_customer-menu-toggle:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  font-family: 'theme-icons';
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  line-height: 56px;
  transition: .3s ease;
}
.sm-header_customer-menu-toggle:before {
  content: "\ea1e";
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg) scale(1);
}
.sm-header_customer-menu-toggle:after {
  content: "\ec2a";
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg) scale(0);
}
.sm-header_customer-menu-toggle.open:before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0);
}
.sm-header_customer-menu-toggle.open:after {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg) scale(1);
}
.sm-header_customer-menu-toggle:after {
  font-size: 24px;
}
@media (max-width: 1023px) {
  .sm-header_customer-menu-toggle:before {
    content: "";
    background: url("../../frontend/Te/online/zh_Hans_CN/images/mine.png") no-repeat center / 24px auto;
    width: 24px;
  }
}
.sm-header_customer-menu-toggle:hover,
.sm-header_customer-menu-toggle:focus,
.sm-header_customer-menu-toggle:active {
  background: none;
  border: none;
}
.sm-header_customer-menu-container .mage-dropdown-dialog .ui-dialog-buttonpane {
  display: none;
}
.sm-header_customer-menu-container .mage-dropdown-dialog .links li {
  display: block;
}
.sm-header_customer-menu-container .mage-dropdown-dialog .links li > span {
  display: block;
}
.sm-header_customer-menu-container .mage-dropdown-dialog .links li .counter:before {
  content: '(';
}
.sm-header_customer-menu-container .mage-dropdown-dialog .links li .counter:after {
  content: ')';
}
.sm-header_customer-menu-container .mage-dropdown-dialog .links li .customer-name {
  display: none;
}
.sm-header_customer-menu-container .mage-dropdown-dialog .links a {
  display: inline-block;
}
.sm-header_customer-menu {
  display: none;
}
@media (max-width: 1023px) {
  .sm-header-nav-wrap .block-search label.label {
    display: none;
  }
  .sm-header-nav-wrap .block-search #search_mini_form,
  .sm-header-nav-wrap .block-search #search_mini_form2 {
    position: relative;
    height: auto;
    margin-top: 15px;
    z-index: 1;
  }
  .sm-header-nav-wrap .block-search #search_mini_form .search,
  .sm-header-nav-wrap .block-search #search_mini_form2 .search {
    position: relative;
    height: 36px;
  }
  .sm-header-nav-wrap .block-search #search_mini_form .search .close,
  .sm-header-nav-wrap .block-search #search_mini_form2 .search .close {
    display: none !important;
  }
  .sm-header-nav-wrap .block-search .field.search .control {
    margin: 0;
    height: 100%;
  }
  .sm-header-nav-wrap .block-search .field.search .control input {
    border: 1px solid #F3F3F4;
    width: 100%;
    left: 0 !important;
    height: 36px;
    line-height: 36px;
    border-radius: 30px;
    background: #F3F3F4;
    font-size: 14px;
    color: #333;
  }
  .sm-header-nav-wrap .block-search .field.search .control .actions {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 36px;
  }
  .sm-header-nav-wrap .block-search .field.search .control .actions .search {
    background-color: transparent;
    display: block;
  }
  .sm-header-nav-wrap .block-search .field.search .control .actions .search:before {
    content: "";
    background: url("../../frontend/Te/online/zh_Hans_CN/images/search.png") no-repeat center / 20px auto;
    height: 36px;
    display: inline-block;
    width: 25px;
  }
  .sm-header-nav-wrap .block-search .field.search .control .close:before {
    display: none;
  }
  .sm-header-nav-wrap button.sm-header_customer-menu-toggle,
  .sm-header-nav-wrap .cart.table-wrapper .actions-toolbar > .action.sm-header_customer-menu-toggle,
  .sm-header-nav-wrap .action-gift.sm-header_customer-menu-toggle {
    right: 110px;
    width: 95px;
    z-index: 22;
  }
  .sm-header-nav-wrap button.sm-header_customer-menu-toggle span,
  .sm-header-nav-wrap .cart.table-wrapper .actions-toolbar > .action.sm-header_customer-menu-toggle span,
  .sm-header-nav-wrap .action-gift.sm-header_customer-menu-toggle span {
    line-height: 40px;
    width: 90px;
    display: block;
    font-size: 13px;
    color: #ffffff;
  }
  .sm-header-nav-wrap .minicart-wrapper .action.showcart {
    padding-right: 40px;
  }
  .sm-header-nav-wrap .minicart-wrapper .action.showcart > span {
    display: block;
    width: 56px;
    height: 56px;
    clip: auto;
    line-height: 56px;
    padding-left: 25px;
    color: #ffffff;
    font-size: 13px;
  }
  .sm-header-nav-wrap .minicart-wrapper .action.showcart .counter.qty {
    right: 40px;
  }
  .sm-header-nav-wrap .minicart-wrapper .action.showcart .counter.qty .loading-mask {
    display: none !important;
  }
  .sm-header_customer-menu-toggle.open:after {
    left: -12px;
  }
  .breadcrumbs {
    display: none !important;
  }
  .page-header {
    border: none;
    margin-bottom: 0;
  }
  .cms-index-index .page-main > .columns,
  .page-products .page-main,
  .cms-index-index .page-bottom,
  .cms-index-index .page-bottom .widget + .content,
  .catalog-product-view .page-main,
  .cms-index-index .page-main,
  .page-products .page-main > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .toolbar-products {
    margin-bottom: 25px;
  }
  .toolbar-sorter .control {
    border-left: none;
    padding-left: 8px;
    padding-right: 8px;
  }
  .toolbar-sorter .control select {
    padding-right: 25px;
  }
  .toolbar-products .modes {
    padding-right: 5px;
  }
  .widget .block-title {
    padding-bottom: 22px;
    font-size: 24px;
  }
  .widget .block-title strong {
    font-size: 24px;
    font-weight: 300;
  }
  .product-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .product-view-postage {
    display: block;
  }
  .page-bottom .content .widget:last-child {
    margin-bottom: 0 !important;
  }
  .page-bottom .widget + .content {
    margin-top: 0 !important;
  }
  .eur-price {
    display: inline-block;
    padding-left: 10px;
    color: #ff3e69;
  }
  .orders-history__wrapper,
  .cart-empty {
    border: none !important;
  }
  .orders-history__wrapper .toolbar .pager {
    margin-bottom: 0 !important;
  }
  .cart-container .main.actions .action.clear {
    background: transparent;
    color: #00a0e8;
    line-height: 1.1;
  }
  .cart-container .totals-mageworx-product-fee-summary .mark,
  .cart-container .totals-mageworx-fee-summary-tax .mark,
  .cart-container .totals-mageworx-product-fee-summary .amount,
  .cart-container .totals-mageworx-fee-summary-tax .amount {
    border: none !important;
  }
  .cart-container .totals-mageworx-product-fee-summary .amount .price,
  .cart-container .totals-mageworx-fee-summary-tax .amount .price {
    padding-right: 0 !important;
  }
  .cart-container .totals-mageworx-product-fee-summary .amount .price:after,
  .cart-container .totals-mageworx-fee-summary-tax .amount .price:after {
    display: none !important;
  }
  .cart-container .totals-mageworx-product-fee-summary th,
  .cart-container .totals-mageworx-fee-summary-tax th,
  .cart-container .totals-mageworx-product-fee-summary td,
  .cart-container .totals-mageworx-fee-summary-tax td {
    border: none !important;
  }
  .cart-container .totals-mageworx-product-fee-summary .price:after,
  .cart-container .totals-mageworx-fee-summary-tax .price:after {
    display: none;
  }
  .cart-container .totals-mageworx-fee-summary-tax {
    display: none !important;
  }
  .cart-container tr.totals-tax-details,
  .cart-container tr.totals.sub {
    border-bottom: none !important;
  }
  .cart-container tr.totals.shipping,
  .cart-container .totals-tax-details td.amount,
  .cart-container .totals-tax-details th.mark {
    border: none !important;
  }
  .sm-header-nav-back,
  .sm-header-back-home {
    width: 44px;
    height: 56px;
    background: url("../../frontend/Te/online/zh_Hans_CN/images/arrow_left.png") no-repeat 15px center / 24px auto;
    display: block;
    position: fixed;
    z-index: 17;
    top: 0;
    left: 0;
  }
  .sm-header-back-home {
    background: url("../../frontend/Te/online/zh_Hans_CN/images/home.png") no-repeat center / 24px auto;
    left: 44px;
  }
  .page-footer .footer-col h4:before {
    content: "";
    background: url("../../frontend/Te/online/zh_Hans_CN/images/arrow_down.png") no-repeat center / 18px auto;
  }
  .page-footer .footer-col h4.active:before {
    content: "";
    background: url("../../frontend/Te/online/zh_Hans_CN/images/arrow_up.png") no-repeat center / 18px auto;
  }
  .sales-order-view .page-main > .columns,
  .page-with-filter .page-main .columns {
    margin-top: 0;
  }
  .page-header .form.minisearch,
  .page-footer,
  .page-header .logo {
    display: none !important;
  }
  body.page-with-filter .page-wrapper .page-header {
    height: 0;
  }
}
.page-footer .footer.links {
  display: none;
}
.sm-header .switcher-currency,
.sm-header_customer-menu-container .mage-dropdown-dialog .switcher {
  display: none !important;
}
.product-view-merchant {
  margin-bottom: 10px;
}
.product-view-merchant span {
  font-size: 14px;
  color: #222222;
}
.cart.main.actions a.continue,
.cart.main.actions .action.update {
  display: none;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-pricing .minicart-price {
  color: #ff3e69;
}
#shopping-cart-table.cart .qty label {
  display: block;
}
.cms-index-index .sm-header-nav-back,
.sm-header_customer-menu .link.compare,
.cms-index-index .sm-header-back-home {
  display: none !important;
}
.price-box.price-final_price > .price-label {
  font-size: 14px;
  line-height: 20px;
}
.sm-header-nav-wrap .logo img,
.page-footer .logo img {
  height: 40px !important;
  width: auto !important;
}
.catalog-product-view.categorypath-merchant-babor .page-main > .columns > .row {
  margin-left: 0;
  margin-right: 0;
}
.catalog-product-view.categorypath-merchant-babor .page-main > .columns > .row .grid-left {
  display: none !important;
}
.catalog-product-view.categorypath-merchant-babor .page-main > .columns > .row .grid-main {
  max-width: 100% !important;
}
.grid-main > .main > .category-view > .category-image .image {
  max-width: 100%;
  display: block;
}
.page-header .switcher .options ul.switcher-dropdown li.view-main_website_store_utour,
.page-header .switcher .options ul.switcher-dropdown li.view-online_cps_app {
  display: none !important;
}
.page-footer .footer-col .footer-language {
  margin-bottom: -15px;
}
.page-footer .footer-col .footer-language li {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  padding-right: 15px;
}
.page-footer .footer-col .footer-language li a {
  display: inline-block;
  padding-left: 25px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/flag-cn.jpg") no-repeat 0 center;
  background-size: 20px auto;
  font-size: 14px;
}
.page-footer .footer-col .footer-language li.main-store-view-en a {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/flag-en.jpg") no-repeat 0 center;
  background-size: 20px auto;
}
.sm-header-nav-wrap button.sm-header_customer-menu-toggle span,
.sm-header-nav-wrap .cart.table-wrapper .actions-toolbar > .action.sm-header_customer-menu-toggle span,
.sm-header-nav-wrap .action-gift.sm-header_customer-menu-toggle span {
  text-transform: capitalize !important;
}
.sm-header-nav-wrap {
  padding: 23px 15px 10px;
}
@media (max-width: 1023px) {
  .sm-header-nav-wrap {
    text-align: center;
  }
  .navigation .level0:first-child {
    border-top: none;
  }
  .navigation .submenu:not(:first-child) {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 30px;
  }
  html.rtl .navigation .submenu:not(:first-child) > li > a {
    padding-left: 0;
    padding-right: 30px;
  }
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
body._has-modal-custom .modal-custom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/closex.png") no-repeat right center !important;
  background-size: 24px auto !important;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 35px;
  height: 35px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  display: none !important;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before,
.modal-custom .action-close:focus:before,
.modal-popup .action-close:focus:before,
.modal-slide .action-close:focus:before,
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: #111111;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  display: none;
}
.modals-overlay {
  z-index: 800;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal-slide._show,
.modal-popup._show {
  pointer-events: auto;
  visibility: visible;
  background: rgba(255, 255, 255, 0.35);
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  position: relative;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
}
.modal-slide {
  left: auto;
  z-index: 1000;
}
.modal-slide._show .modal-inner-wrap {
  transform: translateX(0);
  background: #fff;
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  flex-grow: 0;
  flex-shrink: 1;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 8px 8px;
}
.modal-slide .modal-header {
  padding-bottom: 10px;
  padding-top: 10px;
}
.modal-popup {
  left: 0;
  display: block;
  overflow-y: auto;
  z-index: 1000;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  box-sizing: border-box;
  height: auto;
  left: 0;
  margin: 10vh auto;
  position: absolute;
  right: 0;
  transform: translateY(-200%);
  transition: .3s ease;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 95%;
}
@media (min-width: 1024px) {
  .modal-popup .modal-inner-wrap {
    width: 75%;
  }
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 480px) {
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  flex-grow: 0;
  flex-shrink: 1;
}
.modal-popup .modal-header {
  padding-bottom: 16px;
  padding-top: 16px;
}
.modal-popup .modal-title {
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 16px;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 16px;
  padding-top: 16px;
}
.modal-popup .modal-footer .action {
  padding: 0 15px;
  line-height: 44px;
  border-radius: 3px;
  min-width: 120px;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-popup.confirm .modal-inner-wrap {
  width: 95%;
}
@media (max-width: 702px) {
  .modal-popup.confirm .modal-inner-wrap {
    left: 5vw;
    max-width: 90vw;
    margin-left: 0;
  }
}
.modal-popup.confirm .modal-footer {
  text-align: right;
}
.modal-popup._image-box .modal-inner-wrap {
  margin: 5rem auto;
  max-width: 78rem;
  position: static;
}
.modal-popup._image-box .thumbnail-preview {
  padding-bottom: 32px;
  text-align: center;
}
.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image-block {
  border: 1px solid #e2e2e2;
  margin: 0 auto 16px;
  max-width: 86rem;
  padding: 16px;
}
.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image {
  max-height: 54rem;
}
@media print {
  .modal-popup {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1023px) {
  .modal-popup._inner-scroll {
    width: 80%;
    max-width: 380px;
  }
}
.field {
  position: relative;
  padding: 8px 0;
}
.field.additional,
.field.choice {
  margin-bottom: 0;
}
.field.note {
  margin-bottom: 16px;
}
.field.custom-label {
  padding: 8px 0;
  transition: .3s ease;
}
.field.custom-label .label {
  position: absolute;
  z-index: 2;
  top: 19px;
  left: 20px;
  float: none;
  padding: 0;
  text-align: left;
  pointer-events: none;
  transition: .3s ease;
  transform-origin: 0 0;
  width: auto;
}
.field.custom-label.focus .label {
  top: 6px;
  transform: scale(0.7);
  opacity: 0;
}
.field .checkbox {
  margin: .75rem .5rem 0 0;
}
.field .field-tooltip-action {
  outline: none !important;
}
.field.required div.mage-error {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 0;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
}
.field.required .control {
  position: relative;
}
.field.required .control._with-tooltip input.input-text + div.mage-error {
  top: auto;
  bottom: 24px;
}
.field.required .control .field-tooltip.toggle {
  top: -25px;
}
.field.required input.input-text {
  transition: margin-bottom 0.3s ease;
}
.field.required input.input-text.mage-error {
  margin-bottom: 15px;
}
.field.required input.input-text#password.mage-error {
  margin-bottom: 15px;
}
.field.required input.input-text.mage-error + .mage-error,
.field.required select.mage-error + .mage-error {
  bottom: auto;
  top: 42px;
  margin-top: 5px;
}
.field.required textarea.mage-error {
  margin-bottom: 15px;
}
.fieldset .actions-toolbar {
  padding-top: 16px;
}
.field.required > .label:not(.admin__field-label):after,
.field._required > .label:not(.admin__field-label):after,
.fieldset > .field.required > .label:not(.admin__field-label):after,
.fieldset > .fields > .field.required > .label:not(.admin__field-label):after {
  color: #222222;
  content: "*";
  font-size: 12px;
  margin: 0 0 0 5px;
}
.legend,
legend {
  color: #222222;
}
.legend + br,
legend + br {
  display: none;
}
.input-text,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea {
  transition: 0.2s all ease;
  border: none;
  background: transparent;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  padding: 0 10px;
}
.otp-content input,
.input-box-login input,
.input-box-password input {
  border: 1px solid #e2e2e2;
  line-height: 40px;
  height: 40px;
}
.control .field-error {
  padding-left: 10px;
}
.field.required > .label:not(.admin__field-label):after,
.field._required > .label:not(.admin__field-label):after {
  display: none;
}
.fieldset > div.field:not(.choice),
fieldset.field.street {
  border-bottom: 1px solid #ECECEC;
  position: relative;
  padding: 18px 0 18px 80px;
}
.fieldset > div.field:not(.choice) input:focus,
fieldset.field.street input:focus,
.fieldset > div.field:not(.choice) select:focus,
fieldset.field.street select:focus,
.fieldset > div.field:not(.choice) textarea:focus,
fieldset.field.street textarea:focus {
  border: 0 none;
}
.fieldset > div.field:not(.choice) input,
fieldset.field.street input,
.fieldset > div.field:not(.choice) select,
fieldset.field.street select,
.fieldset > div.field:not(.choice) textarea,
fieldset.field.street textarea {
  font-size: 15px;
  color: #000000;
}
.fieldset > div.field:not(.choice) select,
fieldset.field.street select {
  position: relative;
  padding-right: 23px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/select.png") no-repeat right center;
  background-size: 18px auto;
}
.fieldset > div.field:not(.choice) .label,
fieldset.field.street .label {
  position: absolute;
  left: 0;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  text-align: left;
  padding: 0;
}
.fieldset > div.field:not(.choice) .field._required,
fieldset.field.street .field._required {
  padding: 0 !important;
}
.field[name="shippingAddress.postcode"] .message.warning {
  display: none !important;
}
input:-internal-autofill-selected {
  background-color: transparent;
}
.mobile select,
.tablet select {
  width: auto;
}
input[type="number"] {
  padding-right: 5px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select[multiple="multiple"] {
  padding: 0;
  min-height: 0;
}
textarea {
  max-width: 100%;
  max-height: 500px;
}
p.required {
  color: #f4516c;
}
.form-inline {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form-inline .control input,
.form-inline .control select,
.form-inline .control textarea {
  width: auto;
}
.radio,
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: auto;
}
.field.choice {
  position: relative;
}
.field.choice > input[type=checkbox],
.field.choice > input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.field.choice > input[type=checkbox] + .label:before,
.field.choice > input[type=radio] + .label:before {
  display: inline-block;
  font-size: 16px;
  line-height: 1rem;
  width: 18px;
  height: 18px;
  font-style: normal;
  vertical-align: sub;
  color: #111111;
  text-align: center;
  padding-right: 3px;
}
.field.choice > input[type=checkbox] + .label span,
.field.choice > input[type=radio] + .label span {
  display: inline-block;
}
.field.choice > input[type=checkbox] + .label:before {
  content: "\e903";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
.field.choice > input[type=checkbox]:checked + .label:before {
  content: "\e902";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
.field.choice > input[type=checkbox]:disabled:checked + .label:before {
  content: "\e902";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  pointer-events: none;
  opacity: .6;
}
.field.choice > input[type=radio] + .label:before {
  content: "\e901";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
.field.choice > input[type=radio]:checked + .label:before {
  content: "\e904";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
.field.choice > input[type=checkbox]:disabled:checked + .label:before {
  content: "\e904";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  pointer-events: none;
  opacity: .6;
}
.field.choice > input[type=checkbox]:disabled + .label:before,
.field.choice > input[type=radio]:disabled + .label:before {
  pointer-events: none;
  opacity: .6;
}
.mage-error:not(input):not(textarea),
.mage-error[generated]:not(input):not(textarea) {
  font-style: italic;
  color: red;
}
html.rtl .field.custom-label .label {
  left: auto;
  right: 20px;
}
html.rtl .field.required div.mage-error {
  padding-right: 0;
}
html.rtl .field.required > .label:not(.admin__field-label):after,
html.rtl .field._required > .label:not(.admin__field-label):after,
html.rtl .fieldset > .field.required > .label:not(.admin__field-label):after,
html.rtl .fieldset > .fields > .field.required > .label:not(.admin__field-label):after {
  margin-right: 5px;
  margin-left: 0;
}
html.rtl input[type="number"] {
  padding-right: 0;
  padding-left: 5px;
}
html.rtl .field.choice > input[type=checkbox] + .label:before,
html.rtl .field.choice > input[type=radio] + .label:before {
  padding-right: 0;
  padding-left: 3px;
}
.modal-inner-wrap .field.custom-label {
  margin-bottom: 0;
}
.modal-inner-wrap .field.custom-label .label {
  z-index: 4;
}
.modal-inner-wrap .block-new-customer {
  padding-bottom: 0 !important;
}
.modal-inner-wrap .form-login .actions-toolbar {
  margin-top: 0 !important;
}
fieldset.fieldset.create .legend,
.field[name*='company'] {
  display: none !important;
}
.form-create-account .fieldset > .field {
  position: relative;
  padding-left: 72px;
  margin: 0 0 7px;
}
.form-create-account .fieldset > .field .label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  text-align: left;
  line-height: 40px;
}
@media (max-width: 1023px) {
  .form-create-account .fieldset > .field .label {
    top: 8px;
  }
}
.form-create-account .fieldset.create.info {
  margin-bottom: -20px;
}
#checkout-step-payment .payment-method label.label span {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  height: 26px;
}
input#yabandpay_wechatpay + .label span:before,
input#yabandpay_alipay + .label span:before,
input#easy_payment_gateway_wechatpay + label span:before,
input#easy_payment_gateway_alipay + label span:before,
input#easy_payment_gateway_antom_alipay + label span:before,
input#easy_payment_gateway_airwallex_wechatpay + label span:before {
  content: "";
  background: url("../../frontend/Te/online/zh_Hans_CN/images/wechat.png") no-repeat left -1px;
  width: 24px;
  background-size: 24px auto;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
input#yabandpay_alipay + .label span:before,
input#easy_payment_gateway_alipay + label span:before,
input#easy_payment_gateway_antom_alipay + label span:before {
  content: "";
  background: url("../../frontend/Te/online/zh_Hans_CN/images/alipay.png") no-repeat left -1px;
  background-size: 24px auto;
}
#checkout-step-payment .payment-method._active .payment-method-content {
  padding: 0;
}
#checkout-step-payment .payment-method {
  margin-bottom: 0 !important;
}
.checkout-index-index #checkout-payment-method-load {
  padding-bottom: 0;
}
#checkout-step-payment .discount-code .payment-option-content {
  padding-right: 0 !important;
  padding-bottom: 0;
}
#checkout-step-payment .opc-payment-additional .action-apply {
  padding: 14px 20px;
}
.opc-wrapper .form-discount {
  max-width: 100%;
}
.field .control select {
  width: 100%;
}
.field.choice > input[type=radio] + .label:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/radio.png") no-repeat left center;
  background-size: 14px auto;
}
.field.choice > input[type=radio]:checked + .label:before {
  content: "";
  background: url("../../frontend/Te/online/zh_Hans_CN/images/radioed.png") no-repeat left center;
  background-size: 14px auto;
}
#opc-new-shipping-address .fieldset > .field {
  margin-bottom: 0;
}
#opc-new-shipping-address .fieldset > .field .field._required {
  padding: 0;
}
#opc-new-shipping-address .form-shipping-address .fieldset > .field > legend.label {
  padding: 0;
  margin: 0;
}
#opc-new-shipping-address .form-shipping-address .fieldset > .field > legend.label span {
  color: #666666;
  line-height: 24px;
}
.customer-address-form .fieldset > div.field.hide {
  display: none !important;
}
.checkbox-item {
  display: inline-block;
  padding-right: 15px;
}
.checkbox-item input[type=checkbox] {
  opacity: 0;
  z-index: -1;
  width: 0;
  position: relative;
}
.checkbox-item label {
  padding-left: 20px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/check.png") no-repeat left center;
  background-size: 15px auto;
  font-size: 14px;
}
.checkbox-item input[type=checkbox]:checked + label {
  padding-left: 22px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/checked.png") no-repeat left center;
  background-size: 15px auto;
}
#shopping-cart-table .merchat-item {
  display: none;
}
#shopping-cart-table .merchat-item a.merchat-item-name {
  font-size: 14px;
  padding-right: 15px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/shop_arrow.png") no-repeat right center;
  background-size: 14px auto;
  display: none;
}
#shopping-cart-table .merchat-item a.merchat-item-name span {
  font-size: 14px;
  color: #111111;
  padding-left: 20px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/shop.png") no-repeat left center;
  background-size: 15px auto;
}
#shopping-cart-table .cart.item {
  border-bottom: 1px solid #e2e2e2 !important;
}
#shopping-cart-table .cart.item:last-child {
  border-bottom: none;
}
/*  mobile login style */
.ajax-login-form {
  max-width: 600px;
  font-family: 'Roboto', 'Microsoft YaHei';
  margin: 0 auto;
}
.ajax-login-form .loginlink .mobbtn,
.ajax-login-form .submitbtnajax .mobbtn {
  border: none;
  margin-bottom: 15px;
  padding: 0 10px;
}
.ajax-login-form .buttons-set {
  padding-bottom: 15px;
  overflow: hidden;
}
.ajax-login-form .login-container ul,
.ajax-login-form .ajax-login-form ul li,
.ajax-login-form .login-container li {
  margin-left: 0 !important;
}
.ajax-login-form .intl-tel-input {
  margin-bottom: 10px;
}
.ajax-login-form .login-container {
  margin-bottom: 20px;
  padding-top: 10px;
}
.ajax-login-form .otp-content > .intl-tel-input > .flag-container,
.ajax-login-form .loginotpverify .info {
  display: none !important;
}
.ajax-login-form .error1 {
  color: #ff3e69 !important;
  padding-bottom: 4px;
}
.ajax-login-form .login-container > h3 {
  font-size: 18px;
  margin: 0 0 20px;
}
.ajax-login-form .loginotpverify {
  display: block !important;
}
.ajax-login-form .loginotpverify .otp-content {
  margin-bottom: 15px;
  position: relative;
}
.ajax-login-form .loginotpverify .loginotpmobbtn {
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  max-width: 130px;
  border: none;
  background-color: #00a0e8;
  padding: 0 12px;
  color: #fff;
}
.ajax-login-form .show-password,
.ajax-login-form .show-otp,
.ajax-login-form .buttons-set a,
.ajax-login-form .forogotlink a {
  cursor: pointer;
  color: #00a0e8;
}
.ajax-login-form #ajaxotplogin {
  display: block;
}
.ajax-login-form #ajaxpasswordlogin {
  display: none;
}
.customer-account-create .login-window.account-login {
  margin-top: -10px;
}
.customer-account-create .login-window .otp-content {
  position: relative;
  padding-left: 72px;
  box-sizing: border-box;
}
.customer-account-create .login-window .otp-content .label {
  width: 72px;
  padding: 0;
  top: 0;
}
.customer-account-create .login-window .otp-content > .field {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.mobile-login-content .error1 {
  color: #ff3e69 !important;
  padding-bottom: 4px;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent;
}
.intl-tel-input .selected-flag .iti-arrow {
  border: none;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/arrow_down.png") no-repeat center;
  width: 12px;
  height: 12px;
  background-size: 12px auto;
  margin-top: -6px;
  right: 3px;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/arrow_up.png") no-repeat center;
  background-size: 12px auto;
}
.customer-account-forgotpassword .mobile-login-content {
  margin: 0 auto 40px;
  max-width: 600px;
  padding: 0 5px;
}
.customer-account-forgotpassword .mobile-login-content #otp-cont {
  clear: both;
  position: relative;
  padding-bottom: 15px;
}
.customer-account-forgotpassword .mobile-login-content #otp-cont .send-otp-button {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.customer-account-forgotpassword .mobile-login-content #otp-cont .send-otp-button .mobbtn {
  padding: 0 12px;
  height: 42px;
  line-height: 42px;
  border-radius: 0 4px 4px 0;
}
.customer-account-forgotpassword .mobile-login-content .forgotmob-div > .intl-tel-input > .flag-container {
  display: none !important;
}
.customer-account-forgotpassword .mobile-login-content .setnewpass .page_title {
  margin-bottom: 15px;
  color: #111;
}
.field.choice.set.shipping > input[type=checkbox]:checked + .label:before {
  display: none !important;
}
@media (max-width: 1023px) {
  .action.primary {
    font-size: 14px;
    padding: 0 20px;
    line-height: 44px;
    min-width: 122px;
    border-radius: 5px;
    font-weight: 500;
  }
}
.choice,
.customer-account-edit .field.choice,
.modal-popup .field.choice {
  position: relative;
}
.choice > input.checkbox[type=checkbox],
.customer-account-edit .field.choice > input.checkbox[type=checkbox],
.modal-popup .field.choice > input.checkbox[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  margin: .75rem .5rem 0 0;
}
.choice > input[type=checkbox] + label,
.customer-account-edit .field.choice > input[type=checkbox] + label,
.modal-popup .field.choice > input[type=checkbox] + label {
  position: relative;
  padding-left: 25px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/check.png") no-repeat 0 center;
  background-size: 15px auto;
}
.choice > input[type=checkbox] + label:before,
.customer-account-edit .field.choice > input[type=checkbox] + label:before,
.modal-popup .field.choice > input[type=checkbox] + label:before {
  display: none;
}
.choice > input[type=checkbox]:checked + label,
.customer-account-edit .field.choice > input[type=checkbox]:checked + label,
.modal-popup .field.choice > input[type=checkbox]:checked + label {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/checked.png") no-repeat 0 center;
  background-size: 15px auto;
}
.choice > input[type=checkbox]:checked + label:before,
.customer-account-edit .field.choice > input[type=checkbox]:checked + label:before,
.modal-popup .field.choice > input[type=checkbox]:checked + label:before {
  display: none;
}
button,
.action,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  height: auto;
  text-align: center;
  transition: 0.3s all ease;
}
.action.default {
  background-image: none;
  background: #00a0e8;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-weight: 300;
  margin: 0;
  padding: 15px 20px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.action.default:focus,
.action.default:active {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.action.default:hover {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.action.default.disabled,
.action.default[disabled],
fieldset[disabled] .action.default {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .action.default {
    padding: 8px 15px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .action.default {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.action.default:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #00a0e8;
  transform: scaleY(0.2);
  opacity: 0;
  transition: 0.2s all ease;
}
.action.default:hover {
  background-color: #00a0e8;
}
.action.default:hover:before {
  transform: none;
  opacity: 1;
}
.action-link {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: underline;
  transition: 0.3s all ease;
}
.action-link:hover {
  color: #111111;
}
.bundle-options-container {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
.bundle-options-container .block-bundle-summary {
  position: static !important;
  width: 100% !important;
  background: transparent;
  border-top: 1px solid #e2e2e2;
}
.bundle-options-container .qty-holder input[type="number"] {
  padding-right: 18px;
}
.bundle-options-container .bundle-info .box-tocart {
  margin-top: 15px;
  margin-bottom: 20px;
}
.bundle-options-container .bundle-info .box-tocart > .fieldset,
.bundle-options-container .bundle-info .box-tocart > .fieldset > .field.qty,
.bundle-options-container .bundle-info .box-tocart > .fieldset > .field.qty > .label {
  display: block;
}
.bundle-options-container .bundle-info .box-tocart > .fieldset > .actions {
  margin-top: 20px;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e2e2;
}
.product-details .box-tocart .fieldset {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  color: #111111;
  align-items: flex-end;
  margin-top: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
.product-details .box-tocart .fieldset .special-price {
  color: #ff3e69;
  margin: 0;
}
.product-details .box-tocart .fieldset .old-price {
  font-size: 15px;
  line-height: 1.2;
  text-decoration: line-through;
  color: #666666;
}
.product-details .box-tocart .fieldset .old-price.map-old-price {
  display: inline-block;
  width: 100%;
}
.product-details .box-tocart .fieldset .price-from + .price-to:before {
  margin-left: 7px;
  margin-right: 3px;
  content: '-';
}
.product-details .box-tocart .fieldset .special-price + .old-price {
  margin-left: 5px;
}
.product-details .box-tocart .fieldset p,
.product-details .box-tocart .fieldset .price-box {
  margin-bottom: 0;
}
.bundle-options-container .action.back {
  margin-top: 1rem;
}
.catalog-product-view.page-product-bundle .box-tocart .fieldset .actions button.action,
.catalog-product-view.page-product-bundle .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action.action,
.catalog-product-view.page-product-bundle .box-tocart .fieldset .actions .action-gift.action {
  padding: 16px 20px;
}
.bundle-actions .action.primary {
  padding: 14px 25px;
  line-height: 1.2;
}
html.rtl .bundle-options-container .qty-holder input[type="number"] {
  padding-right: 0;
  padding-left: 18px;
}
.minicart-wrapper {
  display: block;
  float: none;
  margin: 0 0 0 20px;
  position: relative;
}
.minicart-wrapper .action.showcart {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 34px;
  height: 34px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 19;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  padding: 0;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  font-family: 'theme-icons';
  color: #111111;
  font-size: 24px;
  font-weight: normal;
  line-height: 34px;
  transition: .3s ease;
}
.minicart-wrapper .action.showcart:before {
  content: "\ea4c";
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg) scale(1);
}
.minicart-wrapper .action.showcart:after {
  content: "\ec2a";
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg) scale(0);
}
.minicart-wrapper .action.showcart.active:before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0);
}
.minicart-wrapper .action.showcart.active:after {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg) scale(1);
}
@media (max-width: 1023px) {
  .minicart-wrapper .action.showcart:before {
    background: url("../../frontend/Te/online/zh_Hans_CN/images/cart_h.png") no-repeat center / 24px auto;
    content: "";
    width: 24px;
  }
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart:after {
  color: #ffffff;
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:hover:after {
  color: #111111;
}
.minicart-wrapper .action.showcart.active {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.minicart-wrapper .action.showcart.active:before {
  content: "";
}
.minicart-wrapper .action.showcart .showcart-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: 5px;
  right: 12px;
  background: #111111;
  color: #ffffff;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  margin: 0;
  padding: 0 4px;
  min-width: 23px;
  height: 23px;
  border-radius: 50%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .minicart-wrapper .action.showcart .counter.qty {
    background: none;
  }
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: block;
}
.minicart-wrapper .action.showcart .counter.qty .counter-label {
  display: none;
}
@media (max-width: 1023px) {
  .minicart-wrapper .action.showcart:before,
  .minicart-wrapper .action.showcart:after {
    color: #ffffff;
    line-height: 56px;
    height: 56px;
  }
  .minicart-wrapper .action.showcart:hover:before,
  .minicart-wrapper .action.showcart:hover:after {
    color: #ffffff;
  }
}
.minicart-wrapper .block-minicart {
  display: block;
  position: fixed;
  top: 56px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  color: #666666;
  min-width: 0;
  text-align: left;
  transform: none;
  overflow-y: auto;
  opacity: 0;
  transition: .3s ease;
  z-index: 21;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.minicart-wrapper .block-minicart,
.minicart-wrapper .block-minicart * {
  box-sizing: border-box;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart .block-content > .subtitle {
  display: block;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #222222;
  text-transform: uppercase;
}
.minicart-wrapper .block-minicart .block-content > .subtitle.empty {
  font-size: 14px;
  color: #222222;
}
.minicart-wrapper .block-minicart .block-content > .subtitle.empty span {
  vertical-align: baseline;
}
.minicart-wrapper .block-minicart .action.close {
  position: absolute;
  z-index: 20;
  right: 0;
  top: 0;
  padding: 5px 10px;
  color: #666666;
  background-color: transparent;
  display: none;
}
.minicart-wrapper .block-minicart .action.close:before {
  content: "\e900";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.minicart-wrapper .block-minicart .action.close:hover {
  color: #111111;
  background-color: transparent;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper {
  margin: 0;
  padding: 0;
  border: none;
}
.minicart-wrapper .block-minicart .block-content {
  padding: 22px 15px 12px;
}
.minicart-wrapper .block-minicart .block-content .items-total {
  font-size: 12px;
  color: #222222;
  padding: 0 0 16px;
  margin: 0;
  float: none;
}
.minicart-wrapper .block-minicart .block-content .items-total .count,
.minicart-wrapper .block-minicart .block-content .items-total span:nth-child(2) {
  font-weight: 700;
}
.minicart-wrapper .block-minicart .block-content > .subtotal {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 0 20px;
  margin: 0;
  font-weight: 700;
}
.minicart-wrapper .block-minicart .block-content > .subtotal .label {
  font-size: 18px;
  line-height: 1;
  color: #222222;
  position: relative;
  min-width: 100px;
  text-align: left;
}
.minicart-wrapper .block-minicart .block-content > .subtotal .label:after {
  position: absolute;
  top: 0;
  padding-left: 4px;
}
.minicart-wrapper .block-minicart .block-content > .subtotal .amount {
  font-size: 22px;
  line-height: 1;
  color: #ff3e69;
}
.minicart-wrapper .block-minicart .block-content #top-cart-btn-checkout {
  width: 100%;
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart .block-content > .actions {
  margin-top: 0;
  display: flex;
  flex-direction: column-reverse;
}
.minicart-wrapper .block-minicart .block-content > .actions .primary {
  margin-left: 0;
  margin-right: 0;
}
.minicart-wrapper .block-minicart .block-content > .actions .viewcart {
  width: 100%;
  text-align: center;
}
.minicart-wrapper .block-minicart .block-content .paypal.checkout {
  margin-top: 8px;
}
.minicart-wrapper .block-minicart .minicart-items {
  overflow-y: auto;
  height: 100%;
}
.minicart-wrapper .block-minicart .minicart-items .product-item {
  border: none;
  padding: 0 0 16px;
  position: relative;
  cursor: default;
}
.minicart-wrapper .block-minicart .minicart-items .product-item:first-child > .product {
  padding-top: 24px;
}
.minicart-wrapper .block-minicart .minicart-items .product-item > .product {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 16px;
  border-bottom: 1px solid #e2e2e2;
}
.minicart-wrapper .block-minicart .minicart-items .product-item > .product .product-item-photo {
  flex-basis: 97px;
  background-color: #f6f6f6;
}
.minicart-wrapper .block-minicart .minicart-items .product-item > .product .product-image-container {
  display: inline-block;
  max-width: 100%;
}
.minicart-wrapper .block-minicart .minicart-items .product-item > .product .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.minicart-wrapper .block-minicart .minicart-items .product-item > .product .product-image-wrapper .product-image-photo {
  position: static;
}
.minicart-wrapper .block-minicart .minicart-items .product-item > .product .product-item-details {
  padding-left: 14px;
  flex-basis: calc(100% - 97px);
}
.minicart-wrapper .block-minicart .minicart-items .product-item > .product .product-item-name {
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: inherit;
  line-height: 23px;
  display: inline-block;
  margin-bottom: 0;
  color: #222222;
}
@media (max-width: 479px) {
  .minicart-wrapper .block-minicart .minicart-items .product-item > .product .product-item-name {
    max-width: 135px;
    font-size: 13px;
  }
}
.minicart-wrapper .block-minicart .minicart-items .product-item > .product .product-item-name a:hover {
  color: #111111;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-pricing .price-container {
  margin-bottom: 8px;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-pricing .minicart-price {
  color: #111111;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-pricing .minicart-price .price {
  font-weight: inherit;
  color: #ff3e69;
  font-size: 15px;
}
.minicart-wrapper .block-minicart .minicart-items .price-excluding-tax {
  margin-top: 0;
}
.minicart-wrapper .block-minicart .minicart-items .details-qty {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.minicart-wrapper .block-minicart .minicart-items .details-qty .label {
  display: none;
}
.minicart-wrapper .block-minicart .minicart-items .details-qty .cart-item-qty {
  padding: 8px;
  width: 42px;
  height: 31px;
  font-size: 12px;
  line-height: 14px;
  vertical-align: baseline;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  text-align: center;
}
.minicart-wrapper .block-minicart .minicart-items .details-qty .update-cart-item {
  font-size: 20px;
  line-height: 1;
  margin-left: 4px;
  color: #111111;
  background: transparent;
  padding: 0;
}
.minicart-wrapper .block-minicart .minicart-items .details-qty .update-cart-item:before {
  content: "\e92d";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.minicart-wrapper .block-minicart .minicart-items .details-qty .update-cart-item:hover {
  color: #222222;
}
.minicart-wrapper .block-minicart .minicart-items .details-qty .update-cart-item span {
  display: none;
}
.minicart-wrapper .block-minicart .minicart-items .product.options[role="tablist"] {
  position: relative;
  margin-bottom: 10px;
}
.minicart-wrapper .block-minicart .minicart-items .product.options[role="tablist"] .toggle {
  cursor: pointer;
  color: #222222;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart .minicart-items .product.options[role="tablist"] .toggle:before {
  display: none;
}
.minicart-wrapper .block-minicart .minicart-items .product.options[role="tablist"] .content {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  padding: 5px 8px 2px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart .minicart-items .product.options[role="tablist"] .content .subtitle {
  display: none;
}
.minicart-wrapper .block-minicart .minicart-items .product.options[role="tablist"] .list {
  font-size: 12px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart .minicart-items .product.options[role="tablist"] .list > dt,
.minicart-wrapper .block-minicart .minicart-items .product.options[role="tablist"] .list > dd {
  flex-basis: 50%;
  margin-bottom: 5px;
}
.minicart-wrapper .block-minicart .minicart-items .product.actions {
  position: absolute;
  z-index: 1;
  right: 5px;
  bottom: 60px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  float: none;
  text-align: left;
}
.minicart-wrapper .block-minicart .minicart-items .product.actions .secondary {
  margin-left: 8px;
}
.minicart-wrapper .block-minicart .minicart-items .product.actions a {
  color: #f6f6f6;
  background: transparent;
  transition: none;
}
.minicart-wrapper .block-minicart .minicart-items .product.actions a:before {
  color: #666666;
  font-size: 14px;
  transition: .3s ease;
}
.minicart-wrapper .block-minicart .minicart-items .product.actions a:hover:before {
  color: #111111;
}
.minicart-wrapper .block-minicart .minicart-items .product.actions a.edit:before {
  content: "\e90d";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.minicart-wrapper .block-minicart .minicart-items .product.actions a.delete:before {
  content: "\e981";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.minicart-wrapper.active .block-minicart {
  transform: translateX(0);
  opacity: 1;
}
html.rtl .minicart-wrapper {
  margin-left: 0;
  margin-right: 20px;
}
html.rtl .minicart-wrapper .action.showcart {
  right: auto;
  left: 0;
}
html.rtl .minicart-wrapper .action.showcart .counter.qty {
  right: auto;
  left: 12px;
}
html.rtl .minicart-wrapper .block-minicart {
  right: auto;
  left: 0;
  transform: translateX(-100vw);
}
html.rtl .minicart-wrapper .block-minicart .action.close {
  right: auto;
  left: 0;
}
html.rtl .minicart-wrapper .block-minicart .minicart-items .product-item > .product .product-item-details {
  padding-left: 0;
  padding-right: 14px;
}
html.rtl .minicart-wrapper .block-minicart .minicart-items .details-qty .update-cart-item {
  margin-left: 0;
  padding-right: 4px;
}
html.rtl .minicart-wrapper .block-minicart .minicart-items .product.options[role="tablist"] .content {
  left: auto;
  right: 0;
}
html.rtl .minicart-wrapper .block-minicart .minicart-items .product.actions {
  right: 0;
  left: 20px;
}
html.rtl .minicart-wrapper .block-minicart .minicart-items .product.actions .secondary {
  margin-left: 0;
  margin-right: 8px;
}
.minicart-wrapper .block-minicart .cny-price {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  display: inline-block;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  width: 18px;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-details {
  top: 0;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-details .product-item-name {
  margin-top: 0;
}
#minicart-content-wrapper li.product-item .product-image-container {
  max-width: 100px;
}
@media (max-width: 360px) {
  .update-cart-item {
    display: none !important;
  }
}
.checkout-cart-index .cart-container .form-cart {
  width: 100%;
  margin-bottom: 24px;
}
.checkout-cart-index #sticky-wrapper {
  height: auto !important;
}
.checkout-cart-index #sticky-wrapper .cart-summary {
  position: static !important;
  top: auto !important;
}
#gift-options-cart {
  margin-bottom: 16px;
}
#gift-options-cart .title {
  display: block;
  cursor: pointer;
  padding: 14px 20px;
  width: 100%;
  max-width: 280px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border-radius: 0;
  line-height: 1;
  transition: .3s all ease;
}
#gift-options-cart .title:after,
#gift-options-cart .title span {
  vertical-align: middle;
}
#gift-options-cart .gift-message {
  padding: 16px 0;
}
#gift-options-cart .gift-options-title {
  direction: ltr;
  font-weight: 700;
  color: #111111;
}
#gift-options-cart .gift-options-content .fieldset .field .label {
  width: 15.8%;
}
#gift-options-cart .gift-options .actions-toolbar {
  margin-right: 10%;
}
#gift-options-cart .gift-options .actions-toolbar .secondary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  float: left;
}
#gift-options-cart .gift-options .actions-toolbar .secondary .action-cancel {
  background-image: none;
  background: #00a0e8;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-weight: 300;
  margin: 0;
  padding: 15px 20px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 0;
}
#gift-options-cart .gift-options .actions-toolbar .secondary .action-cancel:focus,
#gift-options-cart .gift-options .actions-toolbar .secondary .action-cancel:active {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
#gift-options-cart .gift-options .actions-toolbar .secondary .action-cancel:hover {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
#gift-options-cart .gift-options .actions-toolbar .secondary .action-cancel.disabled,
#gift-options-cart .gift-options .actions-toolbar .secondary .action-cancel[disabled],
fieldset[disabled] #gift-options-cart .gift-options .actions-toolbar .secondary .action-cancel {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 1023px) {
  #gift-options-cart .gift-options .actions-toolbar .secondary .action-cancel {
    padding: 8px 15px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #gift-options-cart .gift-options .actions-toolbar .secondary .action-cancel {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#shopping-cart-table {
  border-collapse: collapse;
}
#shopping-cart-table a {
  font-weight: 400;
}
#shopping-cart-table td.col.item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#shopping-cart-table thead {
  border-bottom: 1px solid #e2e2e2;
}
#shopping-cart-table thead th {
  color: #222222;
  font-weight: 700;
  border-bottom: none;
}
#shopping-cart-table tr th {
  text-align: center;
}
#shopping-cart-table tr th:first-child {
  text-align: left;
}
#shopping-cart-table td {
  vertical-align: middle;
  padding: 10px;
}
#shopping-cart-table td:first-child {
  padding-left: 0;
}
#shopping-cart-table td.price,
#shopping-cart-table td.subtotal {
  font-size: 1rem;
  line-height: 1;
  color: #222222;
  font-weight: 700;
}
#shopping-cart-table td > div {
  margin: 0;
}
#shopping-cart-table td input.qty {
  text-align: center;
  margin: 0 auto;
  max-width: 7em;
  padding-right: 18px;
}
#shopping-cart-table .cart.item {
  border-bottom: 1px solid #ffffff;
}
#shopping-cart-table .cart.item .item-info {
  background: transparent;
}
@media (max-width: 1023px) {
  #shopping-cart-table .cart.item .item-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #shopping-cart-table .cart.item .item-info td:not(:first-child) {
    padding: 4px 0;
  }
  #shopping-cart-table .cart.item .item-info td {
    float: none;
    width: auto;
    background: transparent;
    border-right: none;
    padding-right: 0;
    text-align: left;
  }
  #shopping-cart-table .cart.item .item-info td:before {
    display: inline-block;
  }
  #shopping-cart-table .cart.item .item-info td > span {
    display: inline-block;
  }
  #shopping-cart-table .cart.item .item-info td span.cart-price {
    font-size: 18px;
  }
  #shopping-cart-table .cart.item .item-info td:before {
    border-bottom: none;
    padding-bottom: 0;
  }
  #shopping-cart-table .cart.item .item-info td.qty:before {
    color: #222222;
  }
  #shopping-cart-table .cart.item .item-info td .field.qty {
    display: inline-block;
    padding: 0;
  }
  #shopping-cart-table .cart.item .item-info td .field.qty input.qty {
    padding: 0 5px !important;
    height: 30px !important;
    margin: 0 -4px !important;
    vertical-align: middle;
  }
}
#shopping-cart-table .cart.item td.col.item {
  text-align: left;
}
@media (max-width: 1023px) {
  #shopping-cart-table .cart.item td.col.item:before {
    display: none;
  }
}
#shopping-cart-table .cart.item td .product-item-photo {
  position: static;
  padding-right: 15px;
  padding-left: 0;
  width: auto;
  text-align: center;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}
#shopping-cart-table .cart.item td .product-image-photo {
  width: 100px;
  max-width: none;
}
#shopping-cart-table .cart.item .item-actions td {
  padding: 15px 0;
}
#shopping-cart-table .cart.item .actions-toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
}
#shopping-cart-table .cart.item .actions-toolbar .action {
  display: inline-block;
  padding: 3px;
  background: none;
  border: none;
  color: #666666;
}
#shopping-cart-table .cart.item .actions-toolbar .action + .action {
  margin-left: 2px;
}
#shopping-cart-table .cart.item .actions-toolbar .action:hover {
  color: #222222;
}
#shopping-cart-table .cart.item .actions-toolbar > .action span {
  display: none;
}
#shopping-cart-table .cart.item .actions-toolbar > .action-edit:before {
  content: "\e90d";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
#shopping-cart-table .cart.item .actions-toolbar > .action-delete {
  width: 18px;
  height: 18px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/detele.png") no-repeat center;
  background-size: 18px auto;
}
#shopping-cart-table .cart.item .actions-toolbar .action-gift:before {
  content: "\ec8b";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
#shopping-cart-table .cart.item .actions-toolbar .action-gift:before,
#shopping-cart-table .cart.item .actions-toolbar .action-gift:after,
#shopping-cart-table .cart.item .actions-toolbar .action-gift span {
  vertical-align: middle;
}
#shopping-cart-table .cart.item .actions-toolbar .action-gift span,
#shopping-cart-table .cart.item .actions-toolbar .action-gift:after {
  display: none;
}
#shopping-cart-table .cart.item .actions-toolbar .action-towishlist:before {
  content: "\e98c";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
#shopping-cart-table .cart.item .actions-toolbar .gift-content {
  display: none;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 25px;
  text-align: left;
}
#shopping-cart-table .cart.item .actions-toolbar .gift-content._active {
  display: block;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
}
#shopping-cart-table .cart.item .actions-toolbar .gift-content .gift-options-title {
  direction: ltr;
}
#shopping-cart-table .cart.item .actions-toolbar .gift-content .actions-toolbar .action {
  background-image: none;
  background: #00a0e8;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-weight: 300;
  margin: 0;
  padding: 15px 20px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
  text-transform: uppercase;
}
#shopping-cart-table .cart.item .actions-toolbar .gift-content .actions-toolbar .action:focus,
#shopping-cart-table .cart.item .actions-toolbar .gift-content .actions-toolbar .action:active {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
#shopping-cart-table .cart.item .actions-toolbar .gift-content .actions-toolbar .action:hover {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
#shopping-cart-table .cart.item .actions-toolbar .gift-content .actions-toolbar .action.disabled,
#shopping-cart-table .cart.item .actions-toolbar .gift-content .actions-toolbar .action[disabled],
fieldset[disabled] #shopping-cart-table .cart.item .actions-toolbar .gift-content .actions-toolbar .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 1023px) {
  #shopping-cart-table .cart.item .actions-toolbar .gift-content .actions-toolbar .action {
    padding: 8px 15px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #shopping-cart-table .cart.item .actions-toolbar .gift-content .actions-toolbar .action {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#shopping-cart-table .cart.item .actions-toolbar .gift-content .actions-toolbar .action + .action {
  margin-top: 10px;
}
#shopping-cart-table .cart.item .col.price,
#shopping-cart-table .cart.item .col.subtotal {
  font-size: 16px;
  line-height: 1;
}
#shopping-cart-table .cart.item .product-item-details {
  flex-basis: calc(100% - 120px);
  width: calc(100% - 120px);
  margin-right: auto;
  margin-left: auto;
  display: block;
}
#shopping-cart-table .cart.item .product-item-details .product-item-name {
  line-height: 1.2;
  color: #222222;
}
#shopping-cart-table .cart.item .product-item-details .product-item-name a:hover {
  color: #111111;
}
#shopping-cart-table .cart.item .product-item-details dl.item-options {
  font-size: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#shopping-cart-table .cart.item .product-item-details dl.item-options dt,
#shopping-cart-table .cart.item .product-item-details dl.item-options dd {
  flex-basis: 35%;
}
#shopping-cart-table .cart.item .product-item-details dl.item-options dt {
  text-transform: capitalize;
  padding-right: 5px;
  max-width: 35%;
}
#shopping-cart-table .cart.item .product-item-details dl.item-options dt:after {
  content: ':';
}
#shopping-cart-table .cart.item .product-item-details dl.item-options dd {
  text-transform: capitalize;
  flex-grow: 1;
  font-style: normal;
}
#shopping-cart-table .item-actions {
  padding: 10px;
}
#shopping-cart-table .item-control {
  position: relative;
}
#shopping-cart-table .item-control .action-gift:before {
  content: "\ec8b";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
#shopping-cart-table .item-control .action-gift span {
  display: none;
}
#shopping-cart-table .item-control .gift-content {
  display: none;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 4px;
  text-align: left;
  min-width: 250px;
}
#shopping-cart-table .item-control .gift-content._active {
  display: block;
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 0;
}
#shopping-cart-table .item-control .action-edit,
#shopping-cart-table .item-control .action-delete {
  font-size: 1.5rem;
  line-height: 1;
  background-color: transparent;
}
#shopping-cart-table .item-control .action-edit span,
#shopping-cart-table .item-control .action-delete span {
  display: none;
}
#shopping-cart-table.table .cart.item td:first-child {
  background: transparent;
}
table.cart {
  width: 100%;
}
table.cart > caption,
table.cart .qty label {
  display: none;
}
table.cart .product-item-details,
table.cart .product-item-photo {
  display: table-cell;
}
table.cart td.price .price,
table.cart td.subtotal .price {
  display: inline-block;
}
.cart-container .main.actions {
  margin: 40px 0 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}
.cart-container .main.actions .action {
  margin-bottom: 12px;
  padding: 14px 20px;
  width: 100%;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.cart-container .main.actions .action:before {
  padding-right: 4px;
}
.cart-container .main.actions .action.continue {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0;
  text-transform: uppercase;
}
.cart-container .main.actions .action.continue:before {
  content: "\e94b";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.cart-container .main.actions .action.clear {
  padding: 14px 20px;
  width: 100%;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.cart-container .main.actions .action.clear:before {
  content: "\ea5d";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.cart-container .main.actions .action.clear:before {
  padding-right: 4px;
  vertical-align: text-bottom;
}
.cart-container .main.actions .action.update:before {
  content: "\e92d";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.cart-container .main.actions .action.continue:before,
.cart-container .main.actions .action.update:before {
  font-size: 16px;
  line-height: 20px;
}
.cart-container .cart-summary {
  border-top: 1px solid #e2e2e2;
  padding: 25px 20px 10px;
  margin-bottom: 48px;
  width: 100%;
}
.cart-container .cart-summary .field select {
  width: 100%;
  box-sizing: border-box;
}
.cart-container .cart-summary .field select option {
  width: 100%;
  line-break: normal;
}
.cart-container .cart-summary > .title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 22px;
  color: #222222;
  font-weight: 700;
  position: relative;
}
.cart-container .cart-summary .checkout.methods .item {
  margin-bottom: 20px;
}
.cart-container .cart-summary .checkout.methods .item .primary.checkout {
  display: block;
  width: 100%;
  padding: 14px 5px;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 479px) {
  .cart-container .cart-summary .checkout.methods .item .primary.checkout {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
}
.cart-container .cart-summary .checkout.methods .item .primary.checkout:after {
  content: "\e939";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  padding-left: 4px;
  vertical-align: bottom;
}
.cart-container .cart-summary .checkout.methods .item .action.multicheckout {
  padding: 0;
  text-align: center;
  color: #666666;
}
.cart-container .cart-summary .checkout.methods .item .action.multicheckout:hover {
  color: #111111;
}
.cart-container .cart-summary .checkout.methods .item .action.multicheckout:before {
  display: none;
}
@media (max-width: 1023px) {
  .cart-container .cart-summary .checkout.methods .item .action.multicheckout {
    display: inline-block;
  }
  .cart-container .cart-summary .checkout.methods .item .action.multicheckout:before {
    content: "\edc3";
    display: inline-block;
    font-family: 'theme-icons';
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
  }
  .cart-container .cart-summary .checkout.methods .item .action.multicheckout:before {
    padding-right: 4px;
    display: none;
  }
}
.cart-container .cart-summary .checkout.methods .item .paypal.checkout + .paypal.checkout {
  margin-top: 8px;
}
.cart-container .cart-summary .block.shipping,
.cart-container .cart-summary .block.discount {
  margin-bottom: 16px;
}
.cart-container .cart-summary .block .title[role="tab"] {
  color: #111111;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
  padding-right: 13px;
  position: relative;
  cursor: pointer;
  width: 100%;
  border: none;
}
.cart-container .cart-summary .block .title[role="tab"]:before {
  content: "\e929";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.cart-container .cart-summary .block .title[role="tab"] > strong {
  font-size: 16px;
}
.cart-container .cart-summary .block .title[role="tab"]:after {
  display: none;
}
.cart-container .cart-summary .block .title[role="tab"]:before {
  color: #ededed;
  position: absolute;
  top: 0;
  right: 10px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  padding: 6px 0;
}
.cart-container .cart-summary .block .title[role="tab"][aria-expanded="false"]:before {
  content: "\e926";
}
.cart-container .cart-summary .block .field.note {
  margin-bottom: 0;
}
.cart-container .cart-summary .cart-totals {
  text-align: left;
}
.cart-container .cart-summary .cart-totals caption {
  display: none;
}
.cart-container .cart-summary .cart-totals th,
.cart-container .cart-summary .cart-totals td {
  padding-left: 0;
}
.cart-container .cart-summary .legend {
  display: none;
}
.cart-container .cart-summary .cart-totals {
  padding-top: 32px;
  border-top: 1px solid #e2e2e2;
  margin-bottom: 32px;
}
.cart-container .cart-summary .table.totals {
  width: 100%;
}
.cart-container .cart-summary .table.totals tbody tr {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
}
.cart-container .cart-summary .table.totals tbody th,
.cart-container .cart-summary .table.totals tbody td {
  padding: 5px;
  line-height: 22px;
}
.cart-container .cart-summary .table.totals tbody th {
  color: #222222;
}
.cart-container .cart-summary .table.totals tbody th span[class="value"] {
  display: none;
  font-size: 12px;
  line-height: 22px;
  color: #666666;
}
.cart-container .cart-summary .table.totals tbody td {
  border-left: none;
  text-align: right;
  padding-right: 0;
  color: #222222;
  font-size: 18px;
  line-height: 14px;
}
.cart-container .cart-summary .table.totals .grand.totals th,
.cart-container .cart-summary .table.totals .grand.totals td {
  line-height: 44px;
  vertical-align: text-bottom;
}
.cart-container .cart-summary .table.totals .grand.totals td {
  font-size: 20px;
}
.cart-container .cart-summary .table.totals tbody tr.totals-tax {
  display: none !important;
}
.cart-container .cart-summary #block-summary .fieldset > .field > .label,
.cart-container .cart-summary #block-summary .item-title {
  font-weight: 700;
  color: #222222;
}
.cart-container .cart-summary #block-summary .fieldset > .field > .label {
  display: inline-block;
  margin-bottom: 4px;
}
.cart-container .cart-summary #block-summary .items.methods dt {
  color: #222222;
}
.cart-container .cart-summary #block-summary .items.methods dd {
  padding-left: 0;
  font-style: normal;
}
.cart-container .cart-summary .block.discount {
  margin-bottom: 32px;
}
.cart-container .cart-summary .block.discount .content {
  margin-bottom: 0;
}
.cart-container .cart-summary .block.discount .field {
  padding-bottom: 0;
}
.cart-container .cart-summary .block.discount .field > .label {
  font-weight: 700;
  color: #222222;
}
.cart-container .cart-summary .block.discount button.apply,
.cart-container .cart-summary .block.discount .cart.table-wrapper .actions-toolbar > .action.apply,
.cart-container .cart-summary .block.discount .action-gift.apply {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: center;
  padding: 14px 33px;
  background-image: none;
  background: #00a0e8;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-weight: 300;
  padding: 15px 20px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.cart-container .cart-summary .block.discount button.apply:focus,
.cart-container .cart-summary .block.discount button.apply:active,
.cart-container .cart-summary .block.discount .cart.table-wrapper .actions-toolbar > .action.apply:focus,
.cart-container .cart-summary .block.discount .cart.table-wrapper .actions-toolbar > .action.apply:active,
.cart-container .cart-summary .block.discount .action-gift.apply:focus,
.cart-container .cart-summary .block.discount .action-gift.apply:active {
  background: #222222;
  border: none;
  color: #ffffff;
}
.cart-container .cart-summary .block.discount button.apply:hover,
.cart-container .cart-summary .block.discount .cart.table-wrapper .actions-toolbar > .action.apply:hover,
.cart-container .cart-summary .block.discount .action-gift.apply:hover {
  background: #222222;
  border: none;
  color: #ffffff;
}
.cart-container .cart-summary .block.discount button.apply.disabled,
.cart-container .cart-summary .block.discount button.apply[disabled],
fieldset[disabled] .cart-container .cart-summary .block.discount button.apply,
.cart-container .cart-summary .block.discount .cart.table-wrapper .actions-toolbar > .action.apply.disabled,
.cart-container .cart-summary .block.discount .cart.table-wrapper .actions-toolbar > .action.apply[disabled],
fieldset[disabled] .cart-container .cart-summary .block.discount .cart.table-wrapper .actions-toolbar > .action.apply,
.cart-container .cart-summary .block.discount .action-gift.apply.disabled,
.cart-container .cart-summary .block.discount .action-gift.apply[disabled],
fieldset[disabled] .cart-container .cart-summary .block.discount .action-gift.apply {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.cart-container .cart-summary .block.discount button.apply:before,
.cart-container .cart-summary .block.discount .cart.table-wrapper .actions-toolbar > .action.apply:before,
.cart-container .cart-summary .block.discount .action-gift.apply:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #222222;
  transform: scaleY(0.2);
  opacity: 0;
  transition: 0.2s all ease;
}
.cart-container .cart-summary .block.discount button.apply:hover,
.cart-container .cart-summary .block.discount .cart.table-wrapper .actions-toolbar > .action.apply:hover,
.cart-container .cart-summary .block.discount .action-gift.apply:hover {
  background-color: #00a0e8;
}
.cart-container .cart-summary .block.discount button.apply:hover:before,
.cart-container .cart-summary .block.discount .cart.table-wrapper .actions-toolbar > .action.apply:hover:before,
.cart-container .cart-summary .block.discount .action-gift.apply:hover:before {
  transform: none;
  opacity: 1;
}
.cart-container .cart-summary .block.discount button.apply:before,
.cart-container .cart-summary .block.discount .cart.table-wrapper .actions-toolbar > .action.apply:before,
.cart-container .cart-summary .block.discount .action-gift.apply:before {
  padding-right: 4px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .cart-container .cart-summary .block.discount button.apply,
  .cart-container .cart-summary .block.discount .cart.table-wrapper .actions-toolbar > .action.apply,
  .cart-container .cart-summary .block.discount .action-gift.apply {
    width: auto;
  }
}
html.rtl #gift-options-cart .gift-options .actions-toolbar {
  margin-right: 0;
  margin-left: 10%;
}
html.rtl #shopping-cart-table td:first-child {
  padding-right: 0;
}
html.rtl #shopping-cart-table td input.qty {
  padding-right: 0;
  padding-left: 18px;
}
@media (max-width: 1023px) {
  html.rtl #shopping-cart-table .cart.item .item-info td {
    border-left: none;
    padding-left: 0;
  }
}
html.rtl #shopping-cart-table .cart.item td .product-item-photo {
  padding-right: 0;
  padding-left: 20px;
}
html.rtl #shopping-cart-table .cart.item .actions-toolbar .action + .action {
  margin-left: 0;
  margin-right: 2px;
}
html.rtl #shopping-cart-table .cart.item .actions-toolbar .gift-content._active {
  left: auto;
  right: 0;
}
html.rtl #shopping-cart-table .cart.item .product-item-details dl.item-options dt {
  padding-right: 0;
  padding-left: 5px;
}
html.rtl #shopping-cart-table .item-control .gift-content._active {
  left: auto;
  right: 0;
}
html.rtl .cart-container .main.actions .action:before {
  padding-right: 0;
  padding-left: 4px;
}
html.rtl .cart-container .main.actions .action.clear:before {
  padding-right: 0;
  padding-left: 4px;
}
html.rtl .cart-container .cart-summary .checkout.methods .item .primary.checkout:after {
  padding-left: 0;
  padding-right: 4px;
}
@media (max-width: 1023px) {
  html.rtl .cart-container .cart-summary .checkout.methods .item .action.multicheckout:before {
    padding-right: 0;
    padding-left: 4px;
  }
}
html.rtl .cart-container .cart-summary .block .title[role="tab"] {
  padding-right: 0;
  padding-left: 13px;
}
html.rtl .cart-container .cart-summary .block .title[role="tab"]:before {
  right: auto;
  left: 10px;
}
html.rtl .cart-container .cart-summary .cart-totals th,
html.rtl .cart-container .cart-summary .cart-totals td {
  padding-right: 0;
}
html.rtl .cart-container .cart-summary .table.totals tbody td {
  border-right: none;
  padding-left: 0;
}
html.rtl .cart-container .cart-summary #block-summary .items.methods dd {
  padding-right: 0;
}
html.rtl .cart-container .cart-summary .block.discount button.apply:before,
html.rtl .cart-container .cart-summary .block.discount .cart.table-wrapper .actions-toolbar > .action.apply:before,
html.rtl .cart-container .cart-summary .block.discount .action-gift.apply:before {
  padding-right: 0;
  padding-left: 4px;
}
.cart-container .cart-summary .table.totals tbody tr.grand.totals.excl,
.cart-container .cart-summary .table.totals tbody tr.totals-tax-summary {
  display: none !important;
}
#opc-sidebar .opc-block-summary {
  padding-top: 0 !important;
}
#opc-sidebar .opc-block-summary span.title {
  font-family: 'Roboto', 'Microsoft YaHei';
  font-weight: 400;
  color: #111;
}
.checkout-cart-index #shopping-cart-table thead {
  display: none !important;
}
.checkout-cart-index #shopping-cart-table td input.qty {
  height: 30px !important;
  margin: 0 -4px !important;
  vertical-align: middle;
  padding: 0 5px !important;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-info td span.cart-price > .price {
  color: #000;
  padding-left: 124px;
}
.checkout-cart-index .cart.table-wrapper .items thead + .item {
  border-top: none;
}
.checkout-cart-index #shopping-cart-table .cart.item .action-towishlist {
  margin-bottom: 0 !important;
  margin-right: 20px !important;
}
@media (max-width: 1023px) {
  .checkout-cart-index .page-wrapper {
    width: 100%;
  }
  .checkout-cart-index .page-wrapper .page-main > .columns {
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-cart-index .page-wrapper .merchat-item {
    padding-top: 10px;
    display: block;
  }
  .checkout-cart-index .page-wrapper .merchat-item:before {
    content: "";
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -15px;
    height: 10px;
    background: #F1F1F1;
    display: block;
  }
  .checkout-cart-index .page-wrapper #shopping-cart-table thead + tbody {
    padding-top: 0;
  }
  .checkout-cart-index .page-wrapper #shopping-cart-table thead + tbody:before {
    display: none;
  }
  .checkout-cart-index .page-wrapper #opc-shipping_method,
  .checkout-cart-index .page-wrapper #shipping,
  .checkout-cart-index .page-wrapper #self-mention {
    position: relative;
    padding-bottom: 10px;
  }
  .checkout-cart-index .page-wrapper #opc-shipping_method:after,
  .checkout-cart-index .page-wrapper #shipping:after,
  .checkout-cart-index .page-wrapper #self-mention:after {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    height: 10px;
    background: #F1F1F1;
    bottom: 18px;
  }
  .checkout-cart-index .page-wrapper #self-mention {
    padding-bottom: 45px;
  }
  .checkout-cart-index .page-wrapper li#shipping:after {
    bottom: -18px;
  }
  .checkout-cart-index #shopping-cart-table thead td {
    font-size: 16px;
  }
  .checkout-cart-index .cart-container .main.actions {
    margin-top: 20px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item {
    padding: 15px 0;
    display: block !important;
    position: relative;
  }
  .checkout-cart-index #shopping-cart-table .cart.item td.col.item {
    display: block !important;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .item-info td:before {
    display: none;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .item-info td {
    padding: 0 !important;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .product-item-details,
  .checkout-cart-index #shopping-cart-table .cart.item .price-excluding-tax,
  .checkout-cart-index #shopping-cart-table .cart.item .field.qty {
    position: absolute;
    left: 120px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .product-item-brand {
    text-transform: uppercase;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .product-item-offi_atk_numb {
    color: #999;
    font-size: 13px;
    line-height: 1;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .actions-toolbar {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .price-excluding-tax {
    top: 40px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .price-excluding-tax .price {
    color: #666666;
    font-weight: normal;
    font-size: 13px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .subtotal .price-excluding-tax {
    top: 110px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .subtotal .price-excluding-tax .price {
    color: #ff3e69;
    font-size: 16px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .field.qty {
    top: 112px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .field.qty .control.qty {
    position: relative;
    line-height: 30px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .field.qty .control.qty .label {
    left: 0;
    height: 30px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .field.qty .control.qty .label:before {
    content: " :";
    font-size: 14px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .field.qty .control.qty .input-text.qty {
    height: 30px !important;
    width: 90px;
    padding: 0 10px;
    border-color: #f3f3f4;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .product-item-details {
    top: 8px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .product-item-details .product-item-name {
    max-height: 32px;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .product-item-photo {
    position: relative;
    top: 0;
    display: inline-block;
    left: 0;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .product-item-photo .product-image-photo {
    max-width: 100px;
  }
  .checkout-cart-index .page-wrapper > .page-main > .columns {
    padding: 0;
    margin-top: 0;
  }
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  color: #111111;
}
.checkout-cart-index .totals-mageworx-product-fee-summary .amount,
.checkout-cart-index .totals-mageworx-product-fee-summary .mark {
  border: none;
}
.checkout-cart-index .totals-mageworx-product-fee-summary .amount .price {
  padding-right: 0;
}
.checkout-cart-index .totals-mageworx-product-fee-summary .amount .price:after,
.checkout-cart-index .cart-container .totals-mageworx-product-fee-details {
  display: none !important;
}
.checkout-cart-index .product-item-brand {
  font-size: 13px;
  line-height: 1;
  color: #222222;
}
.checkout-cart-index .cart.item .product-image-container {
  max-width: 110px;
}
.checkout-cart-index .page-wrapper > .page-main {
  background: #fff !important;
}
.checkout-cart-index .cart-container {
  padding: 0 !important;
}
.checkout-cart-index .cart-container .form-cart {
  margin-bottom: 0;
}
.checkout-cart-index .cart-container .cart-table {
  padding: 0 20px !important;
}
.checkout-cart-index .update-cart-item {
  display: none !important;
}
.checkout-cart-index .cart-container .cart-summary table.totals tr.grand.totals {
  display: none !important;
}
.checkout-cart-index .cart-container .cart-summary .table.totals tbody > tr {
  display: none !important;
}
.checkout-cart-index .cart-container .cart-summary .table.totals tbody > tr.totals.sub {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 66px;
  background: #fff;
  border-top: solid 1px #ECECEC;
  box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px 24px 0px 0px;
}
.checkout-cart-index .cart-container .cart-summary .table.totals tbody tr.totals.sub > th {
  padding-left: 20px;
  padding-right: 0;
  font-size: 16px;
  line-height: 1;
  color: #000;
}
.checkout-cart-index .cart-container .cart-summary .table.totals tbody tr.totals.sub > td {
  line-height: 1;
  font-weight: bold;
  padding-left: 0;
  padding-bottom: 20px;
}
.checkout-cart-index #shopping-cart-table .cart.item {
  padding: 15px 0;
  border-bottom: solid 1px #ECECEC !important;
}
.checkout-cart-index #shopping-cart-table .cart.item.invalid-item-title {
  padding: 25px 0 15px;
  border-bottom: 0 none !important;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-brand {
  display: block;
  width: 140px;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
  color: #000;
}
.checkout-cart-index #shopping-cart-table .cart.item.invalid-item-title > tr > td {
  padding: 0;
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: bold;
}
.checkout-cart-index #shopping-cart-table .cart.item.invalid-item > tr > td .product-item-brand {
  font-size: 14px;
  color: #888888 !important;
}
.checkout-cart-index #shopping-cart-table .cart.item.invalid-item > tr > td .product-item-name a {
  font-size: 12px;
  color: #888888 !important;
}
.checkout-cart-index #shopping-cart-table .cart.item.invalid-item > tr > td .action.action-delete {
  display: none !important;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-details {
  position: static;
  top: 0;
  left: 0;
  flex: 1;
}
.checkout-cart-index #shopping-cart-table .cart.item.invalid-item .product-item-details {
  position: static;
  margin: 0 !important;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-details #block-fee-summary {
  display: none !important;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-details .product-item-name {
  display: block;
  width: auto;
  padding-right: 65px;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-details .product-item-attributes {
  margin-bottom: 4px;
  color: #999;
  font-size: 13px;
  line-height: 1;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-details .product-item-options {
  margin-bottom: 4px;
  color: #999;
  font-size: 13px;
  line-height: 1;
}
.checkout-cart-index #shopping-cart-table .cart.item.invalid-item .product-item-details .product-item-name {
  margin-bottom: 0;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-info td span.cart-price {
  font-size: 15px;
  font-weight: 500;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-info td span.cart-price .price {
  font-weight: 500;
}
.checkout-cart-index .cart-container .cart-summary {
  margin: 0;
  padding: 0;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-actions td {
  padding: 0;
}
.checkout-cart-index #shopping-cart-table .cart.item td.col.item {
  min-height: 0;
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
}
.checkout-cart-index #shopping-cart-table .cart.item .field.qty .control.qty .input-text.qty {
  width: 30px !important;
  height: 20px !important;
  border: solid 1px #d7d7d7;
  line-height: 20px !important;
  font-size: 12px;
  padding: 0 3px !important;
}
.checkout-cart-index #shopping-cart-table .cart.item .actions-toolbar {
  top: 11px;
}
.checkout-cart-index #shopping-cart-table .cart.item .actions-toolbar .action.action-delete {
  margin: 0 !important;
  padding: 4px 8px;
}
.checkout-cart-index .toast {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 200px;
  margin: -25px 0 0 -100px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  display: none;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-info td .field.qty {
  float: right;
  position: static;
  margin-top: -20px;
  padding: 0;
}
.checkout-cart-index #shopping-cart-table .cart.item .field.qty .control.qty {
  line-height: 20px;
  font-size: 12px;
}
.checkout-cart-index .qty-message {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #DF201F;
  line-height: 1;
  text-align: right;
}
.checkout-cart-index .chectout-cart-plus-qty.disabled {
  background-color: #D7D7D7;
}
.checkout-cart-index .chectout-cart-minus-qty,
.checkout-cart-index .chectout-cart-plus-qty {
  width: 20px;
  height: 20px;
}
.checkout-cart-index .chectout-cart-minus-qty {
  background-size: 10px auto;
}
.checkout-index-index .page-title {
  margin-bottom: 24px;
  text-align: center;
}
.checkout-index-index .opc-wrapper select {
  box-sizing: border-box;
}
.checkout-index-index .opc-wrapper .step-title {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  color: #222222;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.checkout-index-index .opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper .step-content .note {
  font-size: 12px;
}
.checkout-index-index .opc-wrapper .step-content .message {
  padding: 5px 5px 5px 0;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
  color: #F11F17;
}
.checkout-index-index .opc-wrapper .step-content .message > span {
  padding-left: 30px;
}
.checkout-index-index .opc-wrapper .step-content .message.notice > *:first-child:before {
  top: 11px;
  width: 30px;
}
.checkout-index-index .opc-wrapper .step-content .message.warning > *:first-child:before {
  display: none;
}
.checkout-index-index .opc-wrapper .form-login .actions-toolbar {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
}
.checkout-index-index .opc-wrapper .form-login .actions-toolbar > .primary {
  margin: 0 8px 0 0;
}
.checkout-index-index .opc-wrapper .form-login .actions-toolbar > .primary button,
.checkout-index-index .opc-wrapper .form-login .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index .opc-wrapper .form-login .actions-toolbar > .primary .action-gift {
  margin-bottom: 0;
}
.checkout-index-index .fieldset.address > .field {
  margin: 0 !important;
}
.checkout-index-index #customer-email-fieldset .loading-mask {
  display: none !important;
}
.checkout-index-index #customer-email-fieldset .field {
  margin-bottom: 0 !important;
}
.checkout-index-index #customer-email-fieldset .field.required .control._with-tooltip input.input-text + div.mage-error {
  bottom: -25px;
}
.checkout-index-index .checkout-shipping-method .loading-mask {
  display: none;
}
#checkout-payment-method-load .step-title,
#checkout-step-payment .checkout-billing-address h4,
.clearance-info-block .step-title {
  font-size: 17px;
  line-height: 1;
  margin: 0;
  padding: 0 0 15px;
  font-family: 'Roboto', 'Microsoft YaHei', 'PingFangSC-Medium';
  border-bottom: 1px solid #ECECEC;
}
#checkout-payment-method-load .payment-methods {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .opc-estimated-wrapper .estimated-block {
    font-size: 16px;
    height: 44px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
    float: none;
  }
  .opc-estimated-wrapper .estimated-block .estimated-label {
    display: inline-block !important;
    margin: 0;
    vertical-align: top;
    padding-top: 1px;
  }
  .opc-estimated-wrapper .estimated-label {
    color: #000000;
  }
  .opc-estimated-wrapper .estimated-price {
    color: #000000;
  }
}
.checkout-onepage-success #registration .action.primary,
.checkout-onepage-failure #registration .action.primary {
  cursor: pointer;
  outline: none;
  border: none;
}
.checkout-onepage-success .page-wrapper,
.checkout-onepage-failure .page-wrapper {
  width: 100%;
}
.checkout-onepage-success .page-main > .columns,
.checkout-onepage-failure .page-main > .columns {
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-onepage-success h1.page-title,
.checkout-onepage-failure h1.page-title {
  display: none !important;
}
.checkout-onepage-success .actions-toolbar > .primary .action,
.checkout-onepage-failure .actions-toolbar > .primary .action {
  border-radius: 3px !important;
}
.checkout-onepage-success h2,
.checkout-onepage-failure h2 {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/success.png") no-repeat center top;
  background-size: 70px auto;
  padding-top: 80px;
  text-align: center;
  font-size: 22px;
  color: #000000;
  line-height: 1;
  padding-bottom: 5px;
  margin-top: 70px;
  margin-bottom: 7px;
  font-weight: 500;
}
.checkout-onepage-success .paid,
.checkout-onepage-failure .paid {
  text-align: center;
  color: #222222;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 50px;
  font-weight: 400;
}
.checkout-onepage-success .open-tax-success,
.checkout-onepage-failure .open-tax-success {
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  padding-top: 18px;
  text-align: left;
  font-weight: 400;
}
.checkout-onepage-success .failure,
.checkout-onepage-failure .failure {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/failure.png") no-repeat center top;
  background-size: 70px auto;
}
.checkout-onepage-success .continue,
.checkout-onepage-failure .continue {
  display: block;
  line-height: 44px;
  background-color: #00a0e8;
  color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  height: 44px;
  margin-top: 70px;
  text-align: center;
}
.checkout-container {
  position: relative;
  margin-top: 30px;
}
.opc-progress-bar {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.opc-progress-bar .opc-progress-bar-item {
  width: 100%;
  color: #111111;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
  padding: 8px;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .opc-progress-bar .opc-progress-bar-item:before {
    top: 0;
  }
}
@media (max-width: 479px) {
  .opc-progress-bar .opc-progress-bar-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.opc-progress-bar .opc-progress-bar-item span {
  position: relative;
  padding: 8px 0 8px 32px;
  text-align: left;
  white-space: pre;
  color: #222222;
}
.opc-progress-bar .opc-progress-bar-item span:before {
  font-size: 22px;
  line-height: 38px;
  background: #ededed;
  color: #ffffff;
  position: absolute;
  bottom: 2px;
  left: 5px;
  text-align: center;
}
@media (max-width: 1023px) {
  .opc-progress-bar .opc-progress-bar-item span:before {
    left: 0px;
  }
}
.opc-progress-bar .opc-progress-bar-item span:after {
  display: none;
}
@media (max-width: 1023px) {
  .opc-progress-bar .opc-progress-bar-item span {
    padding-left: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
}
.opc-progress-bar .opc-progress-bar-item._active > span:before {
  background: #111111;
}
.opc-progress-bar .opc-progress-bar-item:first-child {
  z-index: 2;
  flex-basis: calc(50% - 8px);
}
.opc-progress-bar .opc-progress-bar-item:first-child span:before {
  content: '01';
}
.opc-progress-bar .opc-progress-bar-item:last-child {
  z-index: 2;
  flex-basis: 50%;
}
.opc-progress-bar .opc-progress-bar-item:last-child span:before {
  content: '02';
}
.opc-progress-bar .opc-progress-bar-item._active {
  border-color: #e2e2e2;
}
.opc-progress-bar .opc-progress-bar-item._active,
.opc-progress-bar .opc-progress-bar-item._active:before {
  background: #ffffff;
}
.opc-progress-bar .opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-estimated-wrapper .action.showcart {
  display: none;
}
.opc-sidebar .action-close {
  display: none;
}
#opc-sidebar {
  padding: 10px;
}
#opc-sidebar .opc-block-summary {
  background: none;
  padding: 0;
  margin: 0;
}
#opc-sidebar .opc-block-summary span.title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  color: #000000;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#opc-sidebar .items-in-cart > .title:after {
  display: none;
}
#opc-sidebar .items-in-cart > .title:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 6px 0;
  border: 1px solid #e2e2e2;
  display: none;
}
#opc-sidebar .items-in-cart > .title[aria-expanded="false"]:before {
  content: "\e926";
}
#opc-sidebar .items-in-cart > .title strong {
  font-weight: 400;
  font-size: 0;
}
#opc-sidebar .items-in-cart > .title span {
  color: #000000;
  font-size: 16px;
}
#opc-sidebar .items-in-cart .minicart-items .product-item .product-item-name-block,
#opc-sidebar .items-in-cart .minicart-items .product-item .product-item-inner {
  display: block;
}
#opc-sidebar .items-in-cart .minicart-items .product-item:first-child {
  padding-top: 15px !important;
}
#opc-sidebar .items-in-cart .minicart-items .product-item-details {
  padding-left: 0;
}
#opc-sidebar .items-in-cart .minicart-items .product-item > .product {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#opc-sidebar .items-in-cart .minicart-items .product-item > .product .price {
  font-size: 1.6rem;
  color: #000000;
  line-height: 1;
}
#opc-sidebar .items-in-cart .minicart-items .product-image-container {
  flex-basis: 110px !important;
  width: 110px !important;
  max-height: 110px;
  flex-shrink: 0;
  margin-right: 15px;
}
#opc-sidebar .items-in-cart .minicart-items .product-image-container .product-image-wrapper img {
  height: auto !important;
}
#opc-sidebar .items-in-cart .minicart-items .product-item-name {
  font-size: 13px;
  color: #333;
  line-height: 1.3;
  margin-bottom: 5px;
}
#opc-sidebar .items-in-cart .minicart-items .subtotal {
  float: left;
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #222222;
}
#opc-sidebar .items-in-cart .minicart-items .product.options [data-role="title"] {
  display: none;
}
#opc-sidebar .items-in-cart .minicart-items .product.options [data-role="content"] {
  margin-bottom: 0;
  display: block !important;
}
#opc-sidebar .items-in-cart .minicart-items .product.options .content .subtitle {
  display: none;
}
#opc-sidebar .items-in-cart .minicart-items .product.options .content .item-options dt {
  padding-right: 0;
  color: #666;
  font-weight: normal;
  font-size: 13px;
  margin: 0;
  line-height: 1.31;
}
#opc-sidebar .items-in-cart .minicart-items .product.options .content .item-options dd {
  color: #666;
  font-size: 13px;
  margin: 0;
  line-height: 1.31;
}
#opc-sidebar .items-in-cart .minicart-items .product.options .content .item-options dd > .price {
  font-size: inherit;
}
.checkout-shipping-method {
  margin-top: 40px;
}
.checkout-shipping-method button.action.primary > span:after,
.checkout-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.primary > span:after,
.checkout-shipping-method .action-gift.action.primary > span:after {
  content: "\e94c";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  padding-left: 8px;
  vertical-align: middle;
}
.opc-wrapper .shipping-address-item {
  padding: 16px;
  border: solid 1px #e2e2e2;
}
.opc-wrapper .shipping-address-item.selected-item {
  border: 1px solid #666666;
}
.opc-wrapper .shipping-address-item .action-select-shipping-item {
  background: transparent;
  color: #00a0e8;
  padding: 0;
}
.form-shipping-address .field.street label {
  display: none;
}
.form-shipping-address .field.required.street div.mage-error {
  position: relative;
}
.table-checkout-shipping-method {
  width: 100%;
  max-width: 500px;
  margin-bottom: 8px;
  margin-left: 20px;
}
.table-checkout-shipping-method tbody .row {
  margin-right: 0;
  margin-left: 0;
}
.table-checkout-shipping-method th {
  font-weight: 700;
  color: #ededed;
}
.table-checkout-shipping-method td:first-child {
  position: relative;
}
.table-checkout-shipping-method td:first-child span.radio:before {
  display: inline-block;
  font-size: 16px;
  line-height: 1rem;
  width: 18px;
  height: 18px;
  font-family: 'theme-icons';
  font-style: normal;
  vertical-align: baseline;
  color: #111111;
  text-align: center;
  padding-right: 3px;
}
.table-checkout-shipping-method td:first-child input[type="radio"] + span.radio:before {
  content: "\e901";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
.table-checkout-shipping-method td:first-child input[type=radio]:checked + span.radio:before {
  content: "\e904";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
.table-checkout-shipping-method td:first-child input[type=checkbox]:disabled:checked + span.radio:before {
  content: "\e904";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  pointer-events: none;
  opacity: .6;
}
.table-checkout-shipping-method td > span {
  display: inline-block;
}
.methods-shipping {
  margin-bottom: 16px;
}
.methods-shipping .actions-toolbar .action.primary {
  line-height: 1.2;
  font-size: 14px;
  padding: 14px 18px;
  text-transform: uppercase;
}
.opc-estimated-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.opc-estimated-wrapper .estimated-block span {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.opc-estimated-wrapper .estimated-block span.estimated-price {
  font-size: 1.8rem;
  font-weight: 500;
}
.opc-estimated-wrapper .estimated-block .current-price {
  font-weight: 500;
  font-size: 1.6rem;
  color: #000000;
}
.opc-estimated-wrapper .estimated-block span.estimated-base_price {
  font-size: 1.3rem;
  color: #666666;
  font-weight: normal;
  padding-left: 4px;
}
.opc-estimated-wrapper .estimated-block .estimated-cny-price {
  font-weight: normal;
  padding-left: 5px;
}
.opc-block-summary .items-in-cart > .title {
  font-size: 2.2rem;
  line-height: 1;
  color: #000000;
  border-bottom: 1px solid #ECECEC;
  padding: 3px 0 13px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 2.2rem;
  color: #000000;
}
.opc-block-summary .items-in-cart > .title strong:after {
  display: none;
}
.opc-block-summary table.table-totals {
  margin-top: 20px;
  border-top: 1px solid #ECECEC !important;
  margin-bottom: 10px;
}
.opc-block-summary table.table-totals caption {
  display: none;
}
.opc-block-summary table.table-totals.table tbody tr:nth-child(odd) {
  background: transparent;
}
.opc-block-summary table.table-totals.table .totals.shipping.excl th .label:after {
  content: ':';
}
.opc-block-summary table.table-totals.table th {
  padding-left: 0;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}
.opc-block-summary table.table-totals.table th .value {
  font-size: 12px;
  line-height: inherit;
  font-weight: 400;
  color: #666666;
  vertical-align: baseline;
  display: none;
}
.opc-block-summary table.table-totals.table th .value:before {
  content: '(';
}
.opc-block-summary table.table-totals.table th .value:after {
  content: ')';
}
.opc-block-summary table.table-totals.table td {
  border-left: none;
  text-align: right;
  padding-right: 0;
  font-size: 22px;
  line-height: 24px;
  color: #222222;
}
.opc-block-shipping-information .shipping-information-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  margin-bottom: 0;
  padding: 0 15px;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
}
.opc-block-shipping-information .shipping-information-content {
  padding: 12px 15px;
}
.opc-block-shipping-information .action-edit {
  background: none;
  padding: 0;
}
.opc-block-shipping-information .action-edit span {
  display: none;
}
.opc-block-shipping-information .action-edit:hover {
  background: none;
  color: #ededed;
}
.opc-block-shipping-information .action-edit:before {
  content: "\edc3";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .opc-block-summary .table-totals th {
    display: block;
    width: 100%;
    padding: 10px 0 0;
  }
  .opc-block-summary .table-totals td {
    padding: 0;
  }
  .opc-block-summary .table-totals td::before {
    display: none;
  }
}
.checkout-container .authentication-wrapper {
  position: relative;
  margin-top: 0;
}
.checkout-container .authentication-wrapper button.action-auth-toggle,
.checkout-container .authentication-wrapper .cart.table-wrapper .actions-toolbar > .action.action-auth-toggle,
.checkout-container .authentication-wrapper .action-gift.action-auth-toggle {
  margin-bottom: 16px;
  padding: 10px 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  min-width: 120px;
  color: #ffffff;
  background: #111111;
}
.checkout-container .authentication-wrapper button.action-auth-toggle:hover,
.checkout-container .authentication-wrapper .cart.table-wrapper .actions-toolbar > .action.action-auth-toggle:hover,
.checkout-container .authentication-wrapper .action-gift.action-auth-toggle:hover {
  color: #ffffff;
  background: #222222;
}
.checkout-container .authentication-wrapper .authentication-dropdown {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  position: absolute;
  top: -1px;
  right: -1px;
  pointer-events: all;
  background: #ffffff !important;
  transform: translateX(100vw);
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap .block-authentication .block[class] .field .label {
  padding-top: 0;
}
.checkout-container .authentication-wrapper .authentication-dropdown._show {
  visibility: visible;
}
.checkout-container .authentication-wrapper .authentication-dropdown._show .modal-inner-wrap {
  transform: translateX(0);
}
.checkout-container .authentication-wrapper .block-content .actions-toolbar {
  flex-wrap: wrap;
  margin-left: 0;
  text-align: center;
}
.checkout-container .authentication-wrapper .block-content .actions-toolbar .primary {
  float: none;
  margin-bottom: 5px;
}
.checkout-container .authentication-wrapper .block-content .actions-toolbar .primary .action.action-login {
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.checkout-container .authentication-wrapper .block-content .actions-toolbar .secondary {
  float: none;
  text-align: center;
  margin: 0;
}
.checkout-container .authentication-wrapper .block-content .actions-toolbar > .primary,
.checkout-container .authentication-wrapper .block-content .actions-toolbar > .secondary {
  display: block;
}
.checkout-container .authentication-wrapper .block-content form > .fieldset {
  margin-bottom: 15px;
}
._has-auth-shown .authentication-wrapper {
  z-index: 9991;
}
.field.required .control div.field-tooltip.toggle {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field.required .control div.field-tooltip.toggle._active {
  z-index: 100;
}
.field.required .control div.field-tooltip.toggle._active .field-tooltip-content {
  display: block;
}
.field.required .control div.field-tooltip.toggle._active .field-tooltip-action:before {
  color: #111111;
}
.field.required .control div.field-tooltip.toggle .field-tooltip-action:before {
  content: "\ee97";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  font-size: 19px;
}
._keyfocus .field.required .control div.field-tooltip.toggle .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field.required .control div.field-tooltip.toggle .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field.required .control div.field-tooltip.toggle .field-tooltip-action:focus:before {
  color: #111111;
}
.field-tooltip div.field-tooltip-content {
  width: 238px;
  left: auto;
  right: 26px;
  top: 45px;
}
.field-tooltip div.field-tooltip-content:before,
.field-tooltip div.field-tooltip-content:after {
  display: none;
}
#checkout-step-payment .legend {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #ededed;
}
#checkout-step-payment input[name="billing-address-same-as-shipping"] + label span:before {
  content: "\e903";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  display: none;
  font-size: 16px;
  line-height: 1rem;
  width: 18px;
  height: 18px;
  font-style: normal;
  vertical-align: baseline;
  color: #111111;
  text-align: center;
  padding-right: 3px;
  position: relative;
  top: 3px;
}
#checkout-step-payment input[name="billing-address-same-as-shipping"]:checked + label span:before {
  content: "\e902";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  display: none;
}
#checkout-step-payment input[name="billing-address-same-as-shipping"]:disabled:checked + label span:before {
  content: "\e902";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  pointer-events: none;
  opacity: .6;
}
#checkout-step-payment .payment-method {
  margin-bottom: 24px;
}
#checkout-step-payment .payment-method .payment-method-content {
  display: none;
}
#checkout-step-payment .payment-method._active .payment-method-content {
  display: block;
}
#checkout-step-payment .payment-method label.label {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#checkout-step-payment .payment-method label.label:before {
  height: 14px;
  min-width: 14px;
}
#checkout-step-payment .payment-method label.label img {
  margin-left: 8px;
}
#checkout-step-payment .payment-method .billing-address-form .fieldset > .field.required > label:after,
#checkout-step-payment .payment-method .billing-address-form .fieldset > .field._required > label:after {
  position: static;
}
#checkout-step-payment .payment-method .billing-address-form .fieldset > .field.street > .control > .field > .label:after {
  display: none;
}
#checkout-step-payment .fieldset .actions-toolbar {
  margin-left: 0;
  padding-top: 0;
}
#checkout-step-payment .fieldset .actions-toolbar > .primary button.action.primary,
#checkout-step-payment .fieldset .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action.action.primary,
#checkout-step-payment .fieldset .actions-toolbar > .primary .action-gift.action.primary {
  line-height: 1.2;
}
@media (min-width: 480px) {
  #checkout-step-payment .checkout-billing-address .fieldset .actions-toolbar > .primary {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
  }
  #checkout-step-payment .checkout-billing-address .fieldset .actions-toolbar > .primary > .action.action-cancel {
    margin-top: 0;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
}
#checkout-step-payment .form-discount .actions-toolbar > .primary {
  display: block;
  text-align: left;
  width: 100%;
}
#checkout-step-payment .discount-code .payment-option-title {
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  padding: 0 40px 0 0;
  border: none;
}
#checkout-step-payment .discount-code .payment-option-title:after {
  display: none;
}
#checkout-step-payment .discount-code .payment-option-title:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  text-align: center;
  color: #ededed;
  font-size: 14px;
  line-height: 1;
  padding: 6px 0;
  border: 1px solid #e2e2e2;
  display: none;
}
#checkout-step-payment .discount-code .payment-option-title[aria-expanded="false"]:before {
  content: "\e926";
}
#checkout-step-payment .discount-code .payment-option-content {
  padding-left: 0;
}
#checkout-step-payment .checkout-billing-address {
  padding: 10px 20px 14px 24px;
  margin: 0 -20px;
}
#checkout-step-payment .checkout-billing-address h4 {
  border-bottom: none;
}
#checkout-step-payment .checkout-billing-address label span,
#checkout-step-payment .checkout-billing-address .field.street legend.label {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
#checkout-step-payment .checkout-billing-address .billing-address-details {
  font-size: 15px;
  color: #666;
  line-height: 20px;
  padding-left: 25px;
}
#checkout-step-payment .checkout-billing-address .billing-address-details strong {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
#checkout-step-payment .checkout-billing-address > .fieldset > .actions-toolbar {
  margin-bottom: 8px;
}
#checkout-step-payment .checkout-billing-address .fieldset.address div[name="billingAddressshared.postcode"] .message.warning {
  display: none !important;
}
#checkout-step-payment .billing-address-tips {
  font-size: 12px;
  line-height: 1.3;
  color: #000;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/message_info.png") no-repeat 15px 10px;
  background-color: #f7f7f7;
  background-size: 14px auto;
  padding: 8px 10px 8px 34px;
}
#checkout-step-payment .credit-card-types {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#checkout-step-payment .credit-card-types li + li {
  margin-left: 12px;
}
#checkout-step-payment .credit-card-types li img {
  transition: .3s ease;
}
#checkout-step-payment .credit-card-types li._inactive img {
  opacity: .75;
  filter: grayscale(80%);
}
#checkout-step-payment .credit-card-types li._active img {
  filter: grayscale(0);
}
#checkout-step-payment .authorizenet_directpost {
  max-width: 400px;
}
#checkout-step-payment .authorizenet_directpost .field.date .group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#checkout-step-payment .authorizenet_directpost .field.date .group > div {
  margin-bottom: 0;
}
#checkout-step-payment .authorizenet_directpost .field.date .group .month {
  flex-grow: 2;
  padding-right: 16px;
}
#checkout-step-payment .authorizenet_directpost .field.date .group .year {
  flex-grow: 1;
}
#checkout-step-payment .authorizenet_directpost .field.cvv .control {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#checkout-step-payment .authorizenet_directpost .field.cvv input {
  max-width: 6em;
  margin-right: 8px;
}
#checkout-step-payment .authorizenet_directpost .field.cvv .field-tooltip {
  position: static;
  right: auto;
  top: auto;
}
#checkout-step-payment .authorizenet_directpost .field.cvv .field-tooltip span span {
  display: none;
}
.checkout-payment-method .payment-method-content {
  display: none;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
@media (max-width: 1023px) {
  .checkout-payment-method .payment-methods,
  .checkout-payment-method .payment-option {
    margin: 0;
  }
  .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
    font-size: 14px;
  }
}
.page-print.sales-order-print #maincontent {
  margin-top: 3rem;
}
.page-print.sales-order-print .actions-toolbar,
.page-print.sales-order-print .page-footer {
  display: none;
}
html.rtl .checkout-index-index .opc-wrapper .step-content .message {
  padding-right: 0;
  padding-left: 5px;
}
html.rtl .checkout-index-index .opc-wrapper .step-content .message > span {
  padding-left: 0;
  padding-right: 30px;
}
html.rtl .checkout-index-index .opc-wrapper .form-login .actions-toolbar > .primary {
  margin-right: 0;
  margin-left: 8px;
}
html.rtl .checkout-index-index .custom-slide .modal-header {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
html.rtl .opc-progress-bar .opc-progress-bar-item span {
  margin-right: 32px;
  margin-left: 0;
}
html.rtl .opc-progress-bar .opc-progress-bar-item span:before {
  left: auto;
  right: 5px;
}
@media (max-width: 1023px) {
  html.rtl .opc-progress-bar .opc-progress-bar-item span:before {
    right: auto;
  }
}
@media (max-width: 1023px) {
  html.rtl .opc-progress-bar .opc-progress-bar-item span {
    padding-right: 0;
  }
}
html.rtl #opc-sidebar .items-in-cart > .title:before {
  right: auto;
  left: 0;
}
html.rtl #opc-sidebar .items-in-cart .minicart-items .product-item-details {
  padding-left: 0;
  padding-right: 20px;
}
html.rtl #opc-sidebar .items-in-cart .minicart-items .product-image-container {
  margin-right: 0;
  margin-left: 8px;
}
html.rtl #opc-sidebar .items-in-cart .minicart-items .product.options [data-role="title"]:before {
  padding-left: 0;
  padding-right: 8px;
}
html.rtl #opc-sidebar .items-in-cart .minicart-items .product.options .content .item-options dt {
  padding-right: 0;
  padding-left: 4px;
}
html.rtl .checkout-shipping-method button.action.primary > span:after,
html.rtl .checkout-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.primary > span:after,
html.rtl .checkout-shipping-method .action-gift.action.primary > span:after {
  padding-left: 0;
  padding-right: 8px;
}
html.rtl .table-checkout-shipping-method td:first-child span.radio:before {
  padding-right: 0;
  padding-left: 3px;
}
html.rtl .opc-block-summary table.table-totals.table th {
  padding-right: 0;
}
html.rtl .opc-block-summary table.table-totals.table td {
  padding-left: 0;
}
html.rtl .opc-block-shipping-information {
  padding: 15px 0;
}
html.rtl .opc-block-shipping-information .action-edit:before {
  padding-right: 0;
  padding-left: 10px;
}
html.rtl .checkout-container .authentication-wrapper .authentication-dropdown {
  right: auto;
  left: 0;
}
html.rtl .checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  right: auto;
  left: -1px;
}
html.rtl .field.required .control div.field-tooltip.toggle {
  right: auto;
  left: 0;
}
html.rtl .field-tooltip div.field-tooltip-content {
  left: 26px;
  right: auto;
}
html.rtl #checkout-step-payment input[name="billing-address-same-as-shipping"] + label span:before {
  padding-right: 0;
  padding-left: 3px;
}
html.rtl #checkout-step-payment .payment-method label.label img,
html.rtl #checkout-step-payment .payment-method label.label span {
  margin-left: 0;
  margin-right: 8px;
}
html.rtl #checkout-step-payment .fieldset .actions-toolbar {
  margin-right: 0;
}
html.rtl #checkout-step-payment .discount-code .payment-option-title:before {
  right: auto;
  left: 0;
}
html.rtl #checkout-step-payment .discount-code .payment-option-content {
  padding-right: 0;
}
html.rtl #checkout-step-payment .credit-card-types li + li {
  margin-left: 0;
  margin-right: 12px;
}
html.rtl #checkout-step-payment .authorizenet_directpost .field.date .group .month {
  padding-right: 0;
  padding-left: 16px;
}
html.rtl #checkout-step-payment .authorizenet_directpost .field.cvv input {
  margin-right: 0;
  margin-left: 8px;
}
html.rtl #checkout-step-payment .authorizenet_directpost .field.cvv .field-tooltip {
  left: auto;
}
.checkout-index-index .opc-payment-additional.discount-code {
  padding: 0;
}
.checkout-index-index .opc-payment-additional.discount-code .payment-option-title span {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.2;
  font-weight: normal;
}
.checkout-index-index .opc-payment-additional.discount-code .payment-option-title .action-toggle:after {
  display: none;
}
.checkout-index-index .opc-payment-additional.discount-code .form-discount {
  position: relative;
}
.checkout-index-index .opc-payment-additional.discount-code .form-discount .field {
  padding: 0;
}
.checkout-index-index .opc-payment-additional.discount-code .payment-option-inner .label {
  display: none !important;
}
.checkout-index-index .opc-payment-additional.discount-code .payment-option-content {
  display: block !important;
  background-color: #F6F6F6;
  background-size: auto 85px;
  height: 85px;
  box-sizing: border-box;
  padding: 24px 15px;
  position: relative;
  border-radius: 12px;
}
.checkout-index-index .opc-payment-additional.discount-code .payment-option-content:after {
  content: "";
  height: 85px;
  width: 15px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/discount_bg.png") no-repeat center;
  background-size: auto 85px;
  position: absolute;
  top: 0;
  right: 100px;
}
.checkout-index-index .opc-payment-additional.discount-code .payment-option-content > .messages {
  z-index: 20;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  top: 45%;
  padding: 20px;
  position: fixed;
  text-align: center;
}
.checkout-index-index .opc-payment-additional.discount-code .payment-option-content > .messages .message {
  background: rgba(0, 0, 0, 0.8) !important;
  padding: 17px 34px !important;
  border-radius: 4px;
  display: inline-block;
}
.checkout-index-index .opc-payment-additional.discount-code .ui-effects-wrapper {
  height: 0 !important;
  display: none !important;
}
.checkout-index-index .opc-payment-additional.discount-code._active .payment-option-content {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/ds_b1.png") no-repeat left top;
  background-size: 75px;
  background-color: #F64E60;
}
.checkout-index-index .opc-payment-additional.discount-code._active .payment-option-content:before {
  content: "";
  background: url("../../frontend/Te/online/zh_Hans_CN/images/ds_b2.png") no-repeat left bottom;
  background-size: 10.3rem auto;
  position: absolute;
  width: 10.3rem;
  height: 6.7rem;
  right: 11.5rem;
  bottom: 0;
}
.checkout-index-index .opc-payment-additional.discount-code._active .payment-option-inner .label {
  display: block !important;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-family: 'Microsoft YaHei', 'PingFangSC-Medium';
  float: left;
  margin-top: -6px;
}
.checkout-index-index .opc-payment-additional.discount-code._active .payment-option-inner .label > span:before {
  content: "";
  background: url("../../frontend/Te/online/zh_Hans_CN/images/info_red.png") no-repeat center;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: 22px auto;
  vertical-align: middle;
  margin-right: 5px;
}
.checkout-index-index .opc-payment-additional.discount-code._active input[type="text"]:disabled {
  color: #fff;
  opacity: 1;
  padding-left: 26px;
  height: 24px;
  font-size: 14px;
}
.checkout-index-index .opc-payment-additional.discount-code._active .actions-toolbar .action-cancel {
  background-color: #fff;
}
.checkout-index-index .opc-payment-additional.discount-code._active .actions-toolbar .action-cancel > span {
  color: #F0222A;
  line-height: 18px;
}
.checkout-index-index #opc-sidebar .loading-mask {
  display: none !important;
}
.checkout-index-index .opc-wrapper {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper .form-discount {
  position: relative;
  padding-top: 2px;
}
.checkout-index-index .form-discount .payment-option-inner .input-text {
  border-radius: 0;
  border: none !important;
  height: 36px;
  line-height: 36px;
  padding: 0 100px 0 0;
}
.checkout-index-index .form-discount .actions-toolbar {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  overflow: hidden;
  border-radius: 0;
}
.checkout-index-index .mage-error {
  font-style: normal !important;
}
.checkout-index-index .form-discount .actions-toolbar .action-apply,
.checkout-index-index .form-discount .actions-toolbar .action-cancel {
  padding: 0;
  line-height: 36px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #F64E60;
  min-width: 67px;
  box-sizing: border-box;
}
.opc-block-shipping-information {
  padding: 10px 0;
}
.checkout-index-index .discount-code .messages .message > div {
  padding-left: 0;
  color: #fff;
  font-size: 16px;
}
/*toop0.2*/
.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
  visibility: visible;
  opacity: 1;
  position: initial;
}
.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap {
  left: 0;
  transform: inherit;
  box-shadow: none;
  width: auto;
  padding: 0;
}
#checkout-self-mention .self-mention-items {
  margin-bottom: 10px;
  position: relative;
  padding: 16px;
  border: solid 1px #e2e2e2;
}
#checkout-self-mention .self-mention-items button,
#checkout-self-mention .self-mention-items .cart.table-wrapper .actions-toolbar > .action,
#checkout-self-mention .self-mention-items .action-gift {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: transparent;
  float: none;
}
#checkout-self-mention .self-mention-items button span,
#checkout-self-mention .self-mention-items .cart.table-wrapper .actions-toolbar > .action span,
#checkout-self-mention .self-mention-items .action-gift span {
  opacity: 0;
  font-size: 0;
}
#checkout-self-mention .self-mention-items .self-mention-address > div {
  line-height: 30px;
}
#checkout-self-mention .self-mention-items.selected-item {
  border-color: #00A0E8;
  padding: 15px;
}
#checkout-self-mention .self-mention-items.selected-item:after {
  position: absolute;
  background: #ff5501;
  color: #ffffff;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  right: 0;
  text-align: center;
  background: url(../../frontend/Te/online/zh_Hans_CN/images/selected.png) no-repeat center;
  background-size: 30px auto;
  top: inherit;
  bottom: 0;
  height: 28px;
  content: "";
}
.checkout-index-index.page-layout-1column .opc-progress-bar {
  display: block !important;
  width: 100%;
}
.checkout-index-index.page-layout-1column .opc-progress-bar .opc-progress-bar-item {
  width: 44%;
  display: inline-block;
}
.checkout-index-index.page-layout-1column #opc-sidebar {
  padding: 0;
}
.checkout-index-index.page-layout-1column .custom-slide .modal-content {
  padding: 0;
}
.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap {
  overflow: hidden;
}
.order-show {
  display: block !important;
}
.order-hide {
  display: none !important;
}
.opc-block-summary .minicart-items-wrapper {
  max-height: initial;
  padding-top: 0;
}
.opc-block-summary .temporary-storage .minicart-items-wrapper {
  padding-top: 0;
}
.temporary-storage .minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ECECEC;
}
.block.items-in-cart {
  margin-bottom: 0;
}
#opc-sidebar .items-in-cart .minicart-items .product-item-details {
  width: 100%;
  position: relative;
}
#opc-sidebar .items-in-cart .minicart-items .product-item-details .product-item-inner-qty .subtotal {
  position: absolute;
  bottom: 0;
}
.minicart-items .product-item-details .details-qty {
  text-align: right;
  position: absolute;
  bottom: -5px;
  right: 0;
}
.checkout-index-index .page-wrapper {
  margin: 0;
  width: 100%;
}
#opc-sidebar .opc-block-summary {
  position: relative;
}
#opc-sidebar .opc-block-summary.prompt-top {
  padding-top: 60px !important;
}
.checkout-index-index .opc-block-summary .product-item .product-item-inner {
  position: relative;
}
.prompt-text {
  font-size: 14px;
  color: #fff;
  background-color: #FF3E69;
  position: absolute;
  top: 0;
  height: 44px;
  margin: 0;
  line-height: 44px;
  text-align: center;
  left: -15px;
  right: -15px;
}
.minicart-items .product-item-details .price-excluding-tax {
  font-size: 1.6rem;
  font-weight: 400;
}
.view-all {
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #00A0E8;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-payment .view-all {
  display: none;
}
.hidden {
  display: none !important;
}
.view-all i {
  display: inline-block;
  margin-right: 6px;
}
.view-all i:after {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/drop_down.png) no-repeat center;
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  background-size: 19px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.view-all.view-up i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.checkout-index-index.page-layout-1column .opc-progress-bar {
  display: none !important;
  width: 100%;
}
.checkout-index-index.page-layout-1column .opc-progress-bar .opc-progress-bar-item {
  width: 44%;
  display: inline-block;
}
.checkout-index-index.page-layout-1column #opc-sidebar {
  padding: 0;
}
.checkout-index-index.page-layout-1column .custom-slide .modal-content {
  padding: 0;
}
.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap {
  overflow: hidden;
}
#checkout-step-payment .opc-payment-additional #discount-form .action-apply {
  border-radius: 0;
}
.checkout-index-index .opc-wrapper .step-title {
  font-size: 18px;
  padding-top: 15px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .step-title {
  font-size: 24px !important;
  padding-top: 15px;
}
.checkout-index-index .table-checkout-shipping-method {
  margin-left: 0;
}
#checkout-shipping-method-load {
  margin-top: 20px;
}
.table-checkout-shipping-method tbody td {
  border-top: 0;
  padding-top: 0;
}
.checkout-index-index .checkout-shipping-method .checkout-shipping-method {
  margin-top: 0;
}
.checkout-index-index #checkout-step-shipping_method:after {
  content: '';
}
#opc-sidebar .opc-block-summary span.title {
  border-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  display: block;
}
.checkout-index-index #opc-sidebar .opc-block-summary span.title {
  padding-left: 20px;
}
.checkout-index-index #opc-sidebar .opc-block-summary .totals.discount th {
  padding-left: 0;
}
.checkout-index-index #opc-sidebar .opc-block-summary .totals.discount th span {
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 0;
}
.checkout-index-index #opc-sidebar .opc-block-summary .totals.discount td span {
  color: #F64E60;
}
#checkout-shipping-method-load .table-checkout-shipping-method .radio {
  opacity: 0;
}
#checkout-shipping-method-load .table-checkout-shipping-method .radio + span {
  width: 16px;
  height: 16px;
  background: url(../../frontend/Te/online/zh_Hans_CN/images/radio.png) no-repeat left center;
  background-size: 16px auto;
  top: 2px;
  position: absolute;
  left: -1px;
  background-color: #fff;
}
#checkout-shipping-method-load .table-checkout-shipping-method .radio:checked + span {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/radioed.png) no-repeat left center;
  background-size: 16px auto;
  background-color: #fff;
}
.temporary-storage .product-item .product-image-container .product-image-wrapper:before {
  content: '不支持配送';
  background-color: #fff;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 12px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
.checkout-shipping-message {
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  text-align: left;
  background-color: #00A0E8;
  color: #fff;
  margin: 0 -20px 30px;
  padding-left: 20px;
}
.checkout-index-index.page-layout-1column .opc-block-summary table.table-totals.table th {
  padding-left: 0;
  padding-bottom: 0;
}
.checkout-index-index.page-layout-1column .opc-block-summary table.table-totals.table td {
  padding-right: 0;
  padding-bottom: 0;
}
.checkout-index-index.page-layout-1column .opc-block-summary table.table-totals.table tr.messages td {
  padding-top: 0;
}
.checkout-index-index.page-layout-1column .checkout-index-index .grand.totals .amount {
  padding-right: 0;
}
.checkout-index-index.page-layout-1column .opc-block-summary table.table-totals.table .totals.sub td,
.checkout-index-index.page-layout-1column .opc-block-summary table.table-totals.table .totals.sub th {
  padding-top: 12px !important;
}
#opc-sidebar .shipping-information .ship-to .shipping-information-title .action,
#opc-sidebar .shipping-information .ship-via .shipping-information-title .action {
  display: none;
}
.checkout-index-index .opc-wrapper .shipping-address-item .edit-address-link {
  right: 0;
  z-index: 7;
  width: 36px;
  height: 36px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/edit.png") no-repeat right bottom;
  background-size: 18px auto;
  top: inherit;
  bottom: 20px;
}
.checkout-index-index .opc-wrapper .shipping-address-item .edit-address-link:before {
  display: none;
}
.checkout-index-index .totals-mageworx-product-fee-summary > th.mark,
.checkout-index-index .totals-mageworx-product-fee-summary-tax > th.mark,
.checkout-index-index .totals-mageworx-fee-summary-tax > th.mark,
.checkout-index-index .totals-mageworx-product-fee-summary td.amount,
.checkout-index-index .totals-mageworx-product-fee-summary-tax td.amount,
.checkout-index-index .totals-mageworx-fee-summary-tax td.amount {
  padding: 5px 20px 8px;
  border: none !important;
}
.checkout-index-index .totals-mageworx-product-fee-summary td.amount .price,
.checkout-index-index .totals-mageworx-product-fee-summary-tax td.amount .price,
.checkout-index-index .totals-mageworx-fee-summary-tax td.amount .price {
  padding-right: 0 !important;
}
.checkout-index-index .totals-mageworx-product-fee-summary td.amount .price:after,
.checkout-index-index .totals-mageworx-product-fee-summary-tax td.amount .price:after,
.checkout-index-index .totals-mageworx-fee-summary-tax td.amount .price:after {
  display: none !important;
}
.checkout-index-index .totals-mageworx-fee-summary-tax,
.payment-method .action-help {
  display: none !important;
}
.checkout-index-index #paypal-express-in-context-button {
  z-index: 40 !important;
}
.checkout-index-index .payment-method._active .actions-toolbar .zoid-outlet,
.checkout-index-index .payment-method._active .actions-toolbar .paypal-button {
  height: 44px !important;
  min-width: 122px !important;
}
.checkout-index-index .zoid-outlet > iframe {
  opacity: 0 !important;
  width: 100% !important;
}
.checkout-index-index .payment-method._active .zoid-outlet:before {
  content: "去支付";
  color: #fff;
  font-size: 14px;
  display: block;
  line-height: 44px;
  height: 44px;
  width: 100%;
  text-align: center;
  background-color: #00a0e8;
  border-radius: 5px;
}
.checkout-index-index .payment-method._active .actions-toolbar .zoid-outlet:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 999;
}
.checkout-index-index .payment-method._active .actions-toolbar .zoid-outlet.checked:after {
  display: none;
}
.checkout-index-index .checkout-agreements-block {
  margin: 0;
  position: fixed;
  z-index: 22;
  bottom: 69px;
  background: #F6F6F6;
  box-sizing: border-box;
  padding: 10px 20px 6px;
  left: 0;
  width: 100%;
}
.checkout-index-index .checkout-agreements-block .checkout-agreements {
  margin-bottom: 0 !important;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement.field {
  float: left;
  padding: 0;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement.field input[type="checkbox"] {
  opacity: 0;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement.field .label {
  position: relative;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement.field .label span {
  font-size: 13px !important;
  line-height: 20px !important;
  height: 20px !important;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement.field .label > span {
  color: #666 !important;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement.field .label:after {
  display: none !important;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement.field .label .action-show {
  line-height: 1;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement.field .label:before {
  content: "" !important;
  width: 15px;
  height: 15px !important;
  padding: 0 !important;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/check.png") no-repeat 0 center;
  background-size: 15px auto;
  position: absolute;
  left: 0;
  top: 2px;
  display: none !important;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement.field input[type="checkbox"]:checked + .label:before {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/checked.png") no-repeat 0 center;
  background-size: 15px auto;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement {
  overflow: hidden;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement > span {
  font-size: 13px;
  padding-left: 3px;
  color: #666;
}
.checkout-index-index .checkout-agreements-block .checkout-agreement > .action-show {
  font-size: 13px;
  color: #00a0e8;
}
.checkout-index-index #checkout-step-payment .payment-method .payment-method-title label.label {
  position: relative;
}
.checkout-index-index #checkout-step-payment .payment-method .payment-method-title label.label:before {
  position: absolute;
  right: 0;
}
.checkout-index-index .field-select-billing {
  background-color: #F6F6F6;
  padding: 0 !important;
  margin: 0 0 10px;
  position: relative;
  border: none !important;
}
.checkout-index-index .field-select-billing .select {
  height: 50px;
  line-height: 50px;
  padding-right: 40px !important;
  padding-left: 15px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  border: 0 none;
  background: none !important;
}
.checkout-index-index .field-select-billing .select:focus {
  border: 0 none;
}
.checkout-index-index .field-select-billing:after {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/select.png") no-repeat right center;
  background-size: 18px auto;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}
.checkout-index-index #checkout-step-payment .payment-method label.label .action-show span {
  margin-left: 0;
  color: #00a0e8;
}
.checkout-index-index .checkout-billing-address {
  padding-left: 0;
  position: relative;
}
.checkout-index-index .checkout-billing-address > .fieldset {
  margin-bottom: 0 !important;
}
.checkout-index-index .checkout-billing-address .field.street > .control > .field > label.label {
  display: none;
}
.checkout-index-index .checkout-billing-address .field.choice > input[type=checkbox]:checked + .label:before,
.checkout-index-index .checkout-billing-address .field.choice > input[type=checkbox] + .label:before {
  display: none;
}
.checkout-index-index .checkout-billing-address .actions-toolbar > .primary > .action {
  width: 48%;
  border-radius: 5px;
  line-height: 36px;
  height: 36px;
  align-items: baseline;
  margin: 0;
  padding: 0;
  background-color: #000000;
  color: #ffffff;
}
.checkout-index-index .checkout-billing-address .actions-toolbar > .primary > .action.action-update {
  margin-left: 4%;
  background-color: #00a0e8;
  float: right;
}
.checkout-index-index .checkout-billing-address .billing-address-details {
  position: relative;
}
.checkout-index-index .checkout-billing-address .action-edit-address {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/edit.png") no-repeat right center;
  background-size: 36px auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  display: none;
}
.checkout-index-index .checkout-billing-address .action-edit-address span {
  display: none !important;
}
.checkout-index-index .checkout-billing-address .actions-toolbar {
  position: relative !important;
}
.checkout-index-index .grand.totals .amount .cny-price {
  display: none !important;
}
.checkout-index-index .opc-block-summary table.table-totals tr th,
.checkout-index-index .opc-block-summary table.table-totals td {
  padding-top: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
}
.checkout-index-index .opc-block-summary table.table-totals td span.price {
  font-weight: 400 !important;
  font-size: 15px;
}
.checkout-index-index .opc-block-summary table.table-totals .totals.sub .amount .price {
  font-weight: 700 !important;
}
.checkout-index-index .opc-block-summary table.table-totals tr.grand.totals th,
.checkout-index-index .opc-block-summary table.table-totals tr.grand.totals td {
  padding-top: 5px !important;
  font-size: 16px !important;
}
.checkout-index-index #open-tax,
.checkout-index-index .payment-item .open-tax {
  display: none;
}
.checkout-index-index #open-tax {
  background: #F6F6F6;
  margin: 0 -20px;
  padding: 20px 20px 0;
}
.checkout-index-index #open-tax .open-tax h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1;
  color: #000000;
  height: 18px;
}
.checkout-index-index #open-tax .open-tax p {
  font-size: 14px;
  line-height: 1.4;
}
.checkout-index-index #open-tax .open-tax .tax-agree {
  position: relative;
}
.checkout-index-index #open-tax .open-tax .tax-agree .tax-price {
  display: none !important;
  font-style: normal;
}
.checkout-index-index #open-tax .open-tax .tax-agree.disabled {
  opacity: 0.3;
}
.checkout-index-index #open-tax .open-tax .tax-agree.disabled:after {
  content: "";
  width: 100%;
  height: 23px;
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 3;
}
.checkout-index-index #open-tax .open-tax .tax-tips-info {
  display: none;
  background-color: #fff;
  margin-bottom: 0;
  padding: 10px 15px 13px;
  margin-top: 10px;
}
.checkout-index-index #open-tax .open-tax .tax-tips-info i {
  padding: 0 2px;
  font-style: normal;
}
.checkout-index-index #open-tax .open-tax .checkbox {
  opacity: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  left: 0;
}
.checkout-index-index #open-tax .open-tax .checkbox + .label {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/check.png") no-repeat left center;
  background-size: 15px auto;
  padding-left: 25px;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
}
.checkout-index-index #open-tax .open-tax .checkbox:checked + .label {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/checked.png") no-repeat left center;
  background-size: 15px auto;
}
.checkout-index-index .tax-wrap-box {
  display: none;
  padding: 0 15px 13px;
  background: #ffffff;
  margin-top: 12px;
}
.checkout-index-index .tax-wrap-box .field label {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}
.checkout-index-index .tax-wrap-box .field input {
  border: 1px solid #CCCCCC;
  height: 42px !important;
  line-height: 42px !important;
}
.checkout-index-index .tax-wrap-box .field input:focus {
  border: 1px solid #CCCCCC !important;
}
.checkout-index-index .tax-wrap-box > .message {
  display: none !important;
}
.checkout-index-index .tax-wrap-box .tax-check-infos {
  font-size: 12px;
  line-height: 16.5px;
  color: #666666;
}
.checkout-index-index .tax-item-wrap {
  margin: 0 -8px;
}
.checkout-index-index .tax-item-wrap .field {
  position: relative;
  padding: 0 8px 15px;
  overflow: hidden;
}
.checkout-index-index .tax-item-wrap > .field > label {
  box-sizing: border-box;
  line-height: 30px;
}
.checkout-index-index .tax-item-wrap > .field.required {
  padding-bottom: 10px;
}
.checkout-index-index .tax-item-wrap > .field.required > label:after {
  content: "*";
  vertical-align: middle;
  display: inline-block;
  padding-left: 2px;
  line-height: 1;
}
.checkout-index-index .tax-item-wrap > .field > .control {
  overflow: hidden;
}
.checkout-index-index .tax-item-wrap .col-md-6 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.checkout-index-index .tax-item-wrap .red input {
  border-color: #f94c69;
}
.checkout-index-index .tax-item-wrap .actions-tool {
  padding: 0 8px;
  text-align: right;
}
.checkout-index-index .tax-item-wrap .tax-check-infos {
  padding: 0 8px;
}
.checkout-index-index .tax-item-wrap .message {
  color: #f94c69;
  display: none;
  padding-left: 8px;
}
.checkout-index-index .tax-item-wrap .message p {
  color: #f94c69;
  font-size: 12px;
  margin-bottom: 8px;
}
.checkout-index-index .tax-item-wrap .submit-tax {
  width: 100%;
  height: 46px;
  position: fixed;
  bottom: 10px;
  left: 0;
  z-index: 99;
}
.checkout-index-index .tax-modify-box {
  display: none;
  text-align: right;
}
.checkout-index-index .tax-modify-box p {
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 5px;
  text-align: left;
}
.checkout-index-index .tax-modify-box b {
  font-weight: 400;
}
.checkout-index-index .tax-modify-box .tax-modify {
  background-color: #00a0e8;
  border-radius: 5px;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  font-size: 14px;
  padding: 0 25px;
  margin: 20px 0 0;
  box-sizing: border-box;
}
.checkout-index-index #checkout-step-payment .payment-method label.label[for="free"] {
  align-items: baseline;
}
.checkout-index-index .billing-address-form .field-tooltip {
  display: none;
}
.checkout-index-index .billing-address-form .field[name="billingAddressshared.telephone"] > .control input {
  margin-right: 0;
  width: 100% !important;
}
.checkout-index-index #shipping-new-address-form .field.choice {
  display: none !important;
}
.checkout-index-index .no-select-address {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  z-index: 9;
  box-sizing: border-box;
}
.checkout-index-index .no-select-address .alert {
  display: inline-block;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 10px #ccc;
  color: #fff;
}
.checkout-index-index #shipping > .step-content {
  overflow-y: auto;
  height: 100%;
}
.checkout-index-index #shipping > .step-content .field.street legend {
  color: #666666;
}
.checkout-index-index #shipping > .step-content > .form-shipping-address {
  margin-top: 18px;
  height: auto !important;
  padding-bottom: 100px !important;
}
.checkout-index-index #shipping > .step-content > .goto_payment {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
.table:not(.cart):not(.totals) + p + .block.items-in-cart,
#opc-sidebar .opc-block-summary > span.title,
.table:not(.cart):not(.totals) + p + .block.items-in-cart + .temporary-storage,
.opc-wrapper .checkout-self-mention {
  display: none !important;
}
.checkout-payment-method .payment-method-title {
  padding: 16px 0;
  border-top: none !important;
  border-bottom: 1px solid #ECECEC;
}
.checkout-index-index #opc-sidebar .opc-block-summary ol.minicart-items {
  margin-bottom: 12px;
  border-bottom: 1px solid #ececec;
}
.minicart-items .product-item:not(:first-child) {
  border-color: #ECECEC;
}
#checkout-step-payment .payment-method label.label[for="paypal_express"] img,
#checkout-step-payment .payment-method label.label[for="easy_payment_gateway_paypal"] img {
  display: none !important;
}
#checkout-step-payment .payment-method label.label[for="paypal_express"] span,
#checkout-step-payment .payment-method label.label[for="easy_payment_gateway_paypal"] span {
  position: relative;
  padding-left: 29px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/paypal.png") no-repeat left center;
  background-size: 24px auto;
}
.checkout-index-index .opc-block-summary .grand.totals.incl strong,
.checkout-index-index .opc-block-summary .grand.totals.incl strong span {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.checkout-index-index .opc-block-summary .grand.totals.incl th.mark:after {
  display: none;
}
.checkout-index-index .checkout-container,
.checkout-index-index #maincontent .columns,
.checkout-index-index .opc-wrapper #opc-shipping_method {
  margin-top: 0 !important;
}
.address-box-wrap {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/location.png") no-repeat 20px center;
  background-size: 27px auto;
  background-color: #F6F6F6;
  padding: 20px !important;
  box-sizing: border-box;
}
.address-box-wrap > div {
  padding: 0 25px 0 37px;
  font-size: 14px;
  color: #000000;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/address_arrow.png") no-repeat right center;
  background-size: 18px auto;
}
.address-box-wrap .no-address {
  line-height: 60px;
}
.address-box-wrap .address {
  line-height: 1.4;
  font-size: 13px;
  color: #666;
}
.address-box-wrap .address b,
.address-box-wrap .address .customer_name,
.address-box-wrap .address .customer_telphone {
  font-size: 16px;
  line-height: 1.18;
  color: #000000;
  font-weight: 400;
}
.checkout-payment .address-box-wrap {
  display: none;
}
.checkout-shipping-address {
  background-color: #ffffff;
}
.checkout-shipping-address .shipping-address-item {
  padding: 15px 20px;
  background-color: #ffffff;
  border: none !important;
  border-bottom: 1px solid #ECECEC !important;
}
.checkout-shipping-address .shipping-address-item > div {
  line-height: 20px;
  padding-right: 30px;
}
.checkout-shipping-address .shipping-address-item span {
  font-size: 13px;
  color: #666666;
}
.checkout-shipping-address .shipping-address-item .customer_name,
.checkout-shipping-address .shipping-address-item .customer_telphone {
  font-size: 17px;
  color: #333;
  font-weight: 400;
}
.checkout-shipping-address .shipping-address-item .customer_name {
  color: #000000;
  font-family: 'Roboto', 'Microsoft YaHei', 'PingFangSC-Medium';
  padding-right: 10px;
}
.checkout-shipping-address .step-title {
  font-size: 22px;
}
.opc-sidebar .product-item {
  padding: 15px 0;
}
.opc-sidebar .product-item .product-item-name-block {
  line-height: 1;
}
.opc-sidebar .product-item .product-item-brand {
  text-transform: uppercase;
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  padding-bottom: 2px;
  line-height: 1;
  display: inline-block;
}
.opc-sidebar .product-item dl.item-options {
  margin: 0;
}
.opc-sidebar .product-item .product-item-details .details-qty {
  margin: 0;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}
.opc-sidebar .product-item .product-item-details .details-qty .label:after {
  display: none;
}
.opc-sidebar .product-item .product-item-details .product-item-inner {
  margin: 0;
}
.opc-sidebar .product-item .item-offi_atk_num {
  margin: 0;
  font-size: 13px;
  color: #666;
  line-height: 1.31;
}
.opc-sidebar .product-item .item-offi_atk_num .label {
  font-weight: normal;
  float: left;
  margin: 0;
  padding-right: 5px;
}
.opc-sidebar .product-item .item-offi_atk_num .values {
  overflow: hidden;
  margin: 0;
  font-style: normal;
  padding: 0;
  color: #666;
}
.opc-sidebar .opc-block-summary .totals.sub th.mark:after {
  color: #888888;
  padding-left: 4px;
}
.opc-sidebar .opc-block-summary table.table-totals.table .grand.totals th:after {
  display: none !important;
}
.opc-sidebar > .modal-inner-wrap > .modal-header {
  display: none !important;
}
.opc-sidebar .opc-block-summary .totals.charge td,
.opc-sidebar .opc-block-summary .totals.charge th {
  padding-bottom: 15px !important;
}
.opc-sidebar tr.messages td {
  text-align: left !important;
  padding: 0 20px;
  background-color: #F5F5F5;
}
.opc-sidebar tr.messages td .rate-text {
  line-height: 20px;
  font-size: 13px;
  color: #333;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/tips.png") no-repeat left 13px;
  background-size: 14px auto;
  padding: 10px 0 10px 20px;
  display: block;
}
.checkout-index-index .columns .column.main {
  padding-bottom: 16px !important;
}
.checkout-payment .opc-sidebar #opc-sidebar {
  display: none !important;
}
aside .modal-popup .modal-inner-wrap .modal-header {
  width: 50px;
  height: 35px;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 5;
}
.modal-popup .modal-footer .action.action-hide-popup {
  background: #000000;
}
.checkout-index-index.checkout-payment {
  padding-bottom: 0;
}
.checkout-index-index.checkout-payment .opc-estimated-wrapper {
  height: 70px;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: middle;
}
.checkout-index-index.checkout-payment .modal-custom.opc-sidebar {
  padding-bottom: 60px;
}
.checkout-index-index.checkout-payment .payment-method._active .payment-method-content .messages {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
}
.checkout-index-index.checkout-payment .payment-method._active .payment-method-content .messages .message.message-error.error {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  padding: 12px 20px !important;
  border-radius: 4px;
  box-shadow: 0 3px 10px #ccc;
}
.checkout-index-index.checkout-payment .payment-method._active .payment-method-content .messages .message.message-error.error div {
  color: #fff;
  background: transparent;
  padding-left: 0;
  line-height: 26px;
  font-size: 16px;
}
.checkout-index-index.checkout-payment .payment-method._active .payment-method-content .messages .message.error > *:first-child:before {
  display: none;
}
.form.form-shipping-address .control .field-error {
  margin-top: 0 !important;
}
#shipping .goto_payment {
  margin-top: -10px !important;
}
.checkout-index-index .modal-footer .action.action-save-address {
  width: 100% !important;
  margin: 0 !important;
}
.checkout-index-index .modal-footer .action.action-hide-popup {
  display: none !important;
}
.checkout-index-index .billing-address-form {
  background: #fff;
}
.checkout-index-index .billing-address-form .choice.field {
  display: none;
}
.checkout-index-index .minicart-items .product-item-details .price-including-tax {
  margin-top: 3px;
}
.checkout-index-index .modal-popup._show {
  position: fixed !important;
}
.checkout-index-index #opc-sidebar .items-in-cart .minicart-items .product-item-details .product-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  font-size: 15px;
}
.checkout-index-index .checkout-container .check-stock-btn {
  display: none;
  height: 0;
  width: 0;
}
.checkout-index-index.checkout-payment .checkout-container .check-stock-btn {
  position: fixed;
  bottom: 12px;
  z-index: 41;
  width: 122px;
  right: 20px;
  height: 45px;
  box-sizing: border-box;
  display: block;
}
#payment_form_paypal_express {
  display: none !important;
}
#checkout-step-payment .checkout-billing-address .field.street legend.label {
  line-height: 24px !important;
}
/* 支付人信息中国UI */
.checkout-billing-address fieldset.field.street .field {
  padding: 0 !important;
}
.checkout-billing-address .billing-address-same-as-shipping-block {
  margin-bottom: 12px;
}
.billing-cn .checkout-billing-address {
  display: none;
}
.billing-cn .checkout-billing-address .action.action-update {
  width: 100% !important;
}
.billing-cn .billings-address-save {
  position: relative;
}
.billing-cn .billings-address-save .billing-edit-address {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/address_arrow.png") no-repeat top right;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0;
  background-size: 22px auto;
}
.billing-cn .billings-address-save p,
.billing-cn .billings-address-save b {
  font-size: 13px;
  margin: 0 0 8px;
  display: block;
  line-height: 17px;
  color: #333;
}
.billing-cn .billings-address-save b {
  font-weight: 400;
}
.billings-address-save .billing-edit-address {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/edit.png") no-repeat top right;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 20px;
  background-size: 22px auto;
}
@media (max-width: 1024px) {
  .checkout-index-index #maincontent .columns {
    padding: 0;
  }
  .checkout-index-index #maincontent .columns .opc-block-summary > .block {
    padding: 0;
  }
  .checkout-index-index #maincontent .columns .opc-block-summary > .block.temporary-storage {
    background: rgba(0, 0, 0, 0.05);
  }
  #opc-sidebar .opc-block-summary {
    position: relative;
    padding: 0 20px;
  }
  ol#checkoutSteps li {
    padding: 0 20px;
  }
  .checkout-index-index .opc-wrapper .step-title {
    position: relative;
  }
  #ClearanceInfoFrom h3 i {
    background: url("../../frontend/Te/online/zh_Hans_CN/images/closex.png") no-repeat right center;
    background-size: 22px auto;
  }
  .character {
    background: url("../../frontend/Te/online/zh_Hans_CN/images/character.png") no-repeat right center;
  }
  .national_emblem {
    background: url("../../frontend/Te/online/zh_Hans_CN/images/national_emblem.png") no-repeat right center;
  }
  .image.complete .character {
    background: url("../../frontend/Te/online/zh_Hans_CN/images/character_white.png") no-repeat right center;
  }
  .image.complete .national_emblem {
    background: url("../../frontend/Te/online/zh_Hans_CN/images/national_emblem_white.png") no-repeat right center;
  }
  ol#checkoutSteps li#shipping .step-title i {
    font-style: normal !important;
    position: absolute;
    width: 34px;
    height: 34px;
    top: 10px;
    right: -5px;
    background: url("../../frontend/Te/online/zh_Hans_CN/images/closex.png") no-repeat right center;
    background-size: 24px auto;
  }
  ol#checkoutSteps li#shipping {
    display: none !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    z-index: 98;
  }
  ol#checkoutSteps li#shipping.show {
    display: list-item !important;
  }
  .action-save-address-to-next-step {
    width: 100%;
    margin-top: 20px;
  }
  #opc-sidebar .opc-block-summary.prompt-top {
    padding-top: 40px !important;
  }
  .prompt-text {
    top: -20px;
  }
  .checkout-shipping-address #checkout-step-shipping {
    padding-bottom: 84px;
  }
  .checkout-shipping-address #checkout-step-shipping > .field.addresses {
    max-height: 80%;
    overflow-y: auto;
    top: 55px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 0;
    background: #ffffff;
  }
  .checkout-shipping-address #checkout-step-shipping .shipping-address-items {
    overflow: hidden;
    padding: 0 20px;
  }
  .checkout-shipping-address .new-address-popup {
    padding: 15px 20px;
    background-color: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
  }
  .checkout-shipping-address .new-address-popup .action-show-popup {
    background-color: #00a0e8;
    color: #ffffff;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
    padding: 0 20px;
    margin: 0;
  }
  .opc-estimated-wrapper {
    display: block !important;
  }
  .opc-estimated-wrapper .estimated-block .estimated-label {
    margin-bottom: 0;
    display: inline-block !important;
    font-size: 15px;
  }
  .actions-toolbar > .primary .action {
    min-width: 122px;
  }
  .checkout-index-index .opc-wrapper .opc > .actions-toolbar {
    bottom: 8px;
  }
  .checkout-index-index .opc-wrapper .fieldset > .field .label {
    width: auto !important;
  }
  .checkout-index-index #opc-sidebar .opc-block-summary .totals.discount th span {
    font-size: 1.5rem;
  }
  #opc-sidebar .items-in-cart .minicart-items .product-item > .product .price,
  .opc-sidebar .product-item .product-item-details .details-qty {
    color: #333333;
  }
  .opc-estimated-wrapper .estimated-block {
    line-height: 18px;
  }
  .address-box-wrap .address {
    font-size: 14px;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .field.qty .control.qty .input-text.qty {
    font-size: 1.4rem;
  }
}
/*toop0.2 end*/
.custome-downloadable-products__wrapper .table-title {
  display: block;
  margin-bottom: 16px;
}
.custome-downloadable-products__wrapper .pager {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.custome-downloadable-products__wrapper .pager .toolbar-amount,
.custome-downloadable-products__wrapper .pager .limiter {
  flex-basis: auto;
}
.custome-downloadable-products__wrapper .pager .field {
  padding: 0;
}
.custome-downloadable-products__wrapper .table-downloadable-products {
  margin-bottom: 26px;
}
.custome-downloadable-products__wrapper .table-downloadable-products caption {
  display: none;
}
.custome-downloadable-products__wrapper .table-downloadable-products .col.title a.download:before {
  content: "\e916";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  padding: 0 4px 0 8px;
}
.page-product-downloadable .page-main .product-info-main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-product-downloadable .page-main .product-info-price > .price-box {
  display: none;
}
.page-product-downloadable .page-main .product-options-wrapper {
  float: none;
  width: auto;
  padding-top: 10px;
  border-top: 1px solid #e2e2e2;
}
.page-product-downloadable .page-main .product-options-wrapper .legend {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #111111;
}
.page-product-downloadable .page-main .product-options-wrapper .fieldset > .field {
  margin-bottom: 0;
}
.page-product-downloadable .page-main .product-options-bottom {
  float: none;
  width: auto;
}
.page-product-downloadable .page-main .product-options-bottom .price-box {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
  color: #222222;
}
.page-product-downloadable .page-main .product-info-price {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.page-product-downloadable .page-main .product-add-form {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 20px;
}
.page-product-downloadable .page-main .samples {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 10px;
  border-top: 1px solid #e2e2e2;
}
.page-product-downloadable .page-main .samples .samples-item-title {
  color: #ededed;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 8px;
}
.page-product-downloadable .page-main .samples dd {
  font-style: normal;
  padding-left: 0;
}
html.rtl .custome-downloadable-products__wrapper .table-downloadable-products .col.title a.download:before {
  padding-right: 8px;
  padding-left: 4px;
}
html.rtl .page-product-downloadable .page-main .samples dd {
  padding-right: 0;
}
.page-product-grouped .table.grouped .table-caption {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 24px;
  text-align: left;
}
.page-product-grouped .table.grouped th,
.page-product-grouped .table.grouped td {
  border-left: none;
}
.page-product-grouped .table.grouped thead th {
  border-top: none;
  border-bottom: none;
  color: #ededed;
  font-weight: 700;
  padding-bottom: 16px;
}
.page-product-grouped .table.grouped thead th:first-child {
  padding-left: 0;
}
.page-product-grouped .table.grouped thead th:last-child {
  padding-right: 32px;
}
.page-product-grouped .table.grouped thead th.qty:after {
  content: ':';
}
.page-product-grouped .table.grouped tbody tr {
  color: #ededed;
}
.page-product-grouped .table.grouped tbody tr .price-box {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0;
}
.page-product-grouped .table.grouped tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-product-grouped .table.grouped tbody td:before {
  border-bottom: none;
}
.page-product-grouped .table.grouped tbody td > * {
  vertical-align: sub;
}
.page-product-grouped .table.grouped tbody td.qty {
  width: 100px;
  padding-right: 0;
}
.page-product-grouped .table.grouped tbody td.qty input {
  text-align: center;
}
.page-product-grouped .table.grouped tbody td:first-child {
  padding-left: 0;
}
.page-product-grouped .table.grouped tbody:last-child tr {
  border-bottom: none;
}
html.rtl .page-product-grouped .table.grouped th,
html.rtl .page-product-grouped .table.grouped td {
  border-right: none;
}
html.rtl .page-product-grouped .table.grouped thead th:first-child {
  padding-right: 0;
}
html.rtl .page-product-grouped .table.grouped thead th:last-child {
  padding-right: 0;
  padding-left: 32px;
}
html.rtl .page-product-grouped .table.grouped tbody td.qty {
  padding-left: 0;
}
html.rtl .page-product-grouped .table.grouped tbody td:first-child {
  padding-right: 0;
}
.block.newsletter .content form.subscribe {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: stretch;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.block.newsletter .content .label {
  flex-basis: 100%;
  display: block;
  line-height: 21px;
  margin-bottom: 22px;
}
.block.newsletter .content .field {
  padding: 0;
  margin-bottom: 18px;
}
.block.newsletter .content .field .control:before {
  display: none;
}
.block.newsletter .content .field input {
  box-sizing: border-box;
  margin-bottom: 0;
  font-size: 12px;
}
.block.newsletter .content .actions {
  width: auto;
  padding-left: 4px;
}
.block.newsletter .content .actions .action.subscribe {
  margin: 0;
  padding: 11px 14px;
  font-size: 14px;
  line-height: 20px;
}
.block.newsletter .content #newsletter-error {
  position: absolute;
  top: calc(100% - 7px);
  left: 0;
  padding: 0 2px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
.block.newsletter .content form.subscribe {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.block.newsletter .content form.subscribe .field {
  margin-right: 5px;
  margin-bottom: 0;
  flex-grow: 1;
}
html.rtl .block.newsletter .content .field input {
  padding-left: 0;
  padding-right: 18px;
}
html.rtl .block.newsletter .content .actions {
  padding-left: 0;
  padding-right: 4px;
}
html.rtl .block.newsletter .content #newsletter-error {
  left: auto;
  right: 0;
}
@media (min-width: 480px) {
  html.rtl .block.newsletter .content form.subscribe .field {
    margin-right: 0;
    margin-left: 5px;
  }
}
.account-billing-agreements__wrapper .table-title {
  display: block;
  margin-bottom: 16px;
}
.account-billing-agreements__wrapper .pager {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.account-billing-agreements__wrapper .pager .toolbar-amount,
.account-billing-agreements__wrapper .pager .limiter {
  flex-basis: auto;
}
.account-billing-agreements__wrapper .pager .field {
  padding: 0;
}
.account-billing-agreements__wrapper .table-billing-agreements {
  margin-bottom: 26px;
}
.fotorama-video-container:after {
  background: url(../../frontend/Te/online/zh_Hans_CN/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/Te/online/zh_Hans_CN/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9997;
}
.fotorama__arr.hidden-video {
  z-index: -1 !important;
}
.fotorama__video-close {
  bottom: 89%;
  top: auto;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.product-reviews-summary .rating-summary {
  left: 0;
}
.product-reviews-summary .reviews-actions a {
  display: inline-block;
  padding-top: 2px;
}
.rating-summary .rating-result {
  margin-left: 0;
}
html.rtl .product-reviews-summary .rating-summary {
  left: auto;
  right: 0;
}
html.rtl .product-reviews-summary .reviews-actions a {
  margin-left: 0;
  margin-right: 5px;
}
html.rtl .rating-summary .rating-result {
  margin-right: 0;
}
.review-list .block-title strong {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.review-list .review-title {
  font-size: 14px;
  line-height: 18px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 4px;
}
@media (min-width: 640px) {
  .review-list .review-title {
    font-size: 16px;
  }
}
.review-list .review-item {
  margin-bottom: 30px;
}
.review-list .review-ratings {
  margin-top: 10px;
  margin-bottom: 8px;
}
.review-list .rating-summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.review-list .rating-summary + .rating-summary {
  margin-top: 10px;
}
.review-list .rating-label {
  margin-right: 24px;
}
.review-list .rating-result {
  display: inline-block;
}
.review-list .review-details {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.review-list .review-details p + p {
  margin-left: 4px;
}
.review-list .review-details p > * {
  display: inline-block;
}
.review-list .review-details .review-author .review-details-value {
  text-transform: uppercase;
  font-weight: 700;
}
html.rtl .review-list .rating-label {
  margin-right: 0;
  margin-left: 24px;
}
html.rtl .review-list .review-details p + p {
  margin-left: 0;
  margin-right: 4px;
}
.review-add .review-legend {
  padding: 12px 24px;
  background: #f6f6f6;
  color: #222222;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 32px;
  width: 100%;
}
.review-add .review-legend span {
  float: left;
  margin-right: 10px;
  font-weight: 400;
  color: #666666;
}
.review-add .review-form {
  max-width: none;
}
.review-add .review-form .fieldset {
  margin-bottom: 0;
}
.review-add form .actions-toolbar,
.review-add .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0 !important;
}
.review-add .fieldset .review-legend.legend {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: transparent;
}
.review-add .fieldset.review-fieldset > div.field[class*=review-field] {
  margin-bottom: 8px;
  max-width: 900px;
}
.review-add .fieldset.review-fieldset > div.field[class*=review-field] label.label {
  max-width: 100px;
  margin-bottom: 6px;
}
.review-add .fieldset.review-fieldset > div.field[class*=review-field] .control {
  float: none;
}
.review-add .fieldset.review-fieldset > div.field[class*=review-field]:last-child {
  margin-bottom: 24px;
}
.review-add .review-field-text textarea {
  min-height: 100px;
}
@media (min-width: 1024px) {
  .review-add .review-field-text textarea {
    min-height: 200px;
  }
}
.review-add .review-field-text textarea + .mage-error {
  margin-top: 0;
}
.review-field-ratings {
  margin-bottom: 4px;
}
.review-field-ratings .review-field-rating {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.review-field-ratings .review-field-rating .control {
  padding-bottom: 0;
}
.review-field-ratings .review-field-rating .label {
  padding-bottom: 0;
}
.review-field-ratings .control .mage-error {
  top: 100%;
  margin-top: 0;
}
.review-field-ratings .field {
  padding: 0;
}
.review-field-ratings > .label {
  color: #ededed;
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
  margin-right: 24px;
}
.review-field-ratings [id="Rating_rating_label"] {
  display: none;
}
.review-control-vote {
  overflow: hidden;
  height: 24px;
  min-width: 130px;
}
.review-control-vote:before {
  color: #dedbdb;
  font-family: 'icons-blank-theme';
  font-size: 18px;
  height: 18px;
  letter-spacing: 0px;
  line-height: 18px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #111111;
  font-family: 'icons-blank-theme';
  font-size: 18px;
  height: 18px;
  letter-spacing: 0px;
  line-height: 18px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
html.rtl .review-add .review-legend span {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
html.rtl .review-add form .actions-toolbar,
html.rtl .review-add .column:not(.sidebar-additional) form .actions-toolbar {
  margin-right: 0 !important;
}
html.rtl .review-add .fieldset .review-legend.legend {
  padding-right: 0;
}
html.rtl .review-field-ratings > .label {
  margin-right: 0;
  margin-left: 24px;
}
.my-reviews-table__wrapper .table-title {
  display: block;
  margin-bottom: 16px;
}
.my-reviews-table__wrapper .pager {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.my-reviews-table__wrapper .pager .toolbar-amount,
.my-reviews-table__wrapper .pager .limiter {
  flex-basis: auto;
}
.my-reviews-table__wrapper .pager .field {
  padding: 0;
}
.my-reviews-table__wrapper .table-wrapper.reviews {
  margin-bottom: 26px;
}
.my-reviews-table__wrapper .table-wrapper.reviews caption {
  display: none;
}
.swatch-opt {
  padding: 20px 0;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required="1"]:after {
  content: '*';
  color: red;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em;
}
.swatch-attribute-selected-option {
  color: #222222;
  padding-left: 17px;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option,
[class*="swatch-opt"] .swatch-attribute .swatch-option {
  min-width: 25px;
  height: auto;
  margin: 0 0 5px 3px;
  float: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  outline: none;
  overflow: hidden;
  box-sizing: border-box;
  text-overflow: ellipsis;
  transition: .3s ease;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option.text,
[class*="swatch-opt"] .swatch-attribute .swatch-option.text {
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  color: #666666;
  line-height: 20px;
  padding: 7px 5px;
  min-width: 25px;
  margin-right: 0;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option.text.selected,
[class*="swatch-opt"] .swatch-attribute .swatch-option.text.selected,
.swatch-attribute [class*="swatch-opt"] .swatch-option.text:not(.disabled):hover,
[class*="swatch-opt"] .swatch-attribute .swatch-option.text:not(.disabled):hover {
  background: #ffffff;
  outline: none;
  border-color: #ededed;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option.color,
[class*="swatch-opt"] .swatch-attribute .swatch-option.color {
  min-height: 25px;
  border: 0 solid #f6f6f6;
  transition: none;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option.color[option-tooltip-value="#ffffff"],
[class*="swatch-opt"] .swatch-attribute .swatch-option.color[option-tooltip-value="#ffffff"] {
  border-width: 1px;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option.color[option-tooltip-value="#ffffff"].selected,
[class*="swatch-opt"] .swatch-attribute .swatch-option.color[option-tooltip-value="#ffffff"].selected,
.swatch-attribute [class*="swatch-opt"] .swatch-option.color[option-tooltip-value="#ffffff"]:not(.disabled):hover,
[class*="swatch-opt"] .swatch-attribute .swatch-option.color[option-tooltip-value="#ffffff"]:not(.disabled):hover {
  border: 3px solid #222222;
  outline: none;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option.color.selected,
[class*="swatch-opt"] .swatch-attribute .swatch-option.color.selected,
.swatch-attribute [class*="swatch-opt"] .swatch-option.color:not(.disabled):hover,
[class*="swatch-opt"] .swatch-attribute .swatch-option.color:not(.disabled):hover {
  border: 3px solid #222222;
  outline: none;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option.image,
[class*="swatch-opt"] .swatch-attribute .swatch-option.image {
  min-height: 25px;
  border: 1px solid #e2e2e2;
  padding: 0;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option.image:hover,
[class*="swatch-opt"] .swatch-attribute .swatch-option.image:hover,
.swatch-attribute [class*="swatch-opt"] .swatch-option.image.selected,
[class*="swatch-opt"] .swatch-attribute .swatch-option.image.selected,
.swatch-attribute [class*="swatch-opt"] .swatch-option.image:not(.disabled):hover,
[class*="swatch-opt"] .swatch-attribute .swatch-option.image:not(.disabled):hover {
  outline: none;
  border-color: #111111;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option .disabled,
[class*="swatch-opt"] .swatch-attribute .swatch-option .disabled {
  cursor: default;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option .disabled:after,
[class*="swatch-opt"] .swatch-attribute .swatch-option .disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #222222;
  opacity: .5;
}
body .swatch-option-tooltip {
  visibility: hidden;
  display: none;
}
@media (min-width: 1024px) {
  body .swatch-option-tooltip {
    max-width: 140px;
    max-height: 100%;
    min-height: 20px;
    min-width: 25px;
    position: absolute;
    padding: 5px;
    background: #fff;
    color: #949494;
    border: 1px solid #adadad;
    display: none;
    visibility: visible;
    z-index: 999;
    text-align: center;
  }
}
body .swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden;
}
body .swatch-option-tooltip .corner,
body .swatch-option-tooltip-layered .corner {
  position: absolute;
  top: calc(100% - 1px);
  height: 8px;
}
body .swatch-option-tooltip .corner::after,
body .swatch-option-tooltip-layered .corner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  font-size: 0;
}
body .swatch-option-tooltip .corner::before,
body .swatch-option-tooltip-layered .corner::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #adadad transparent transparent transparent;
  font-size: 0;
}
body .swatch-option-tooltip .image,
body .swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto;
}
body .swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px;
}
body .swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
body .swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
body .swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1;
}
.swatch-attribute-options {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: -3px;
}
.swatch-attribute-options .swatch-option-link-layered {
  margin-left: 3px !important;
}
.products-grid .swatch-attribute-options {
  justify-content: center;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px;
}
.swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0;
}
.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px;
}
div[class^="swatch-opt-"] {
  margin-bottom: 10px;
}
.swatch-option-loading {
  content: url("../../frontend/Te/online/zh_Hans_CN/images/loader-2.gif");
}
html.rtl .swatch-attribute-label.required {
  padding-right: 0;
  padding-left: 10px;
}
html.rtl .swatch-attribute-label[data-required="1"]:after {
  right: auto;
  left: -11px;
}
html.rtl .swatch-attribute-selected-option {
  padding-left: 0;
  padding-right: 17px;
}
html.rtl .swatch-attribute [class*="swatch-opt"] .swatch-option,
html.rtl [class*="swatch-opt"] .swatch-attribute .swatch-option {
  margin-right: 3px;
  margin-left: 0;
}
html.rtl .swatch-attribute [class*="swatch-opt"] .swatch-option.text,
html.rtl [class*="swatch-opt"] .swatch-attribute .swatch-option.text {
  margin-left: 0;
}
html.rtl body .swatch-option-tooltip .corner::after,
html.rtl body .swatch-option-tooltip-layered .corner::after {
  left: auto;
  right: 1px;
}
html.rtl body .swatch-option-tooltip .corner::before,
html.rtl body .swatch-option-tooltip-layered .corner::before {
  left: auto;
  right: 0;
}
html.rtl body .swatch-option-tooltip-layered {
  left: auto;
  right: -47px;
}
html.rtl .swatch-attribute-options {
  margin-left: 0;
  margin-right: -3px;
}
html.rtl .swatch-attribute-options .swatch-option-link-layered {
  margin-left: 0 !important;
  margin-right: 3px !important;
}
html.rtl .swatch-attribute-options .swatch-option-tooltip-layered .title {
  left: auto;
  right: 0;
}
html.rtl .swatch-option-disabled:after {
  left: auto;
  right: -4px;
}
/*
* @section      Custom pages
* @description  This section holds specific style for Custom pages
*/
.custom-page dt {
  color: #222222;
}
.custom-page dd {
  padding-left: 0;
}
.custom-page table {
  margin-bottom: 4em;
}
@media (max-width: 1023px) {
  .custom-page table.responsive thead {
    display: none;
  }
  .custom-page table.responsive tbody td {
    display: block;
    text-align: center;
    border-left: none;
  }
  .custom-page table.responsive tbody td:first-child {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #222222;
    background: #f6f6f6;
    padding: 1em 1em .8em;
  }
  .custom-page table.responsive tbody td:first-child:before {
    display: none;
  }
  .custom-page table.responsive tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
    font-weight: 600;
  }
}
.search.advanced .brand_id select {
  box-sizing: border-box;
}
.cms-about-us .breadcrumbs {
  display: none;
}
.cms-about-us .page-main {
  margin-bottom: 0;
}
.cms-about-us .section-title {
  margin-bottom: 78px;
}
.cms-about-us .about-us_info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 5.2vw;
}
.cms-about-us .about-us_info .heading-4 {
  font-size: 16px;
  line-height: 1.4;
  color: #222222;
  margin-bottom: 10px;
}
.cms-about-us .about-us_info img {
  display: block;
  width: 100%;
  height: auto;
}
.cms-about-us .about-us_info .about-us_info_txt,
.cms-about-us .about-us_info .about-us_info_img {
  flex-basis: 100%;
}
.cms-about-us .about-us_info .about-us_info_txt {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f6f6f6;
  padding: 20px;
}
.cms-about-us .about-us_info .about-us_info_txt p {
  max-width: 680px;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 1rem;
}
.cms-about-us .skills {
  margin-bottom: 3.125vw;
}
.cms-about-us .skills > div {
  margin-bottom: calc(10px + 1.04vw);
}
.cms-about-us .skills .value {
  color: #111111;
  font-weight: 700;
  font-size: calc(20px + 1.56vw);
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 1.25vw;
}
.cms-about-us .skills .term {
  color: #222222;
  font-size: calc(10px + 0.625vw);
  line-height: 1;
  font-weight: 700;
}
.about-us_services {
  margin-bottom: 5.2vw;
}
.about-us_services ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  padding-left: 0;
}
.about-us_services li {
  flex-basis: 100%;
}
@media (min-width: 640px) {
  .about-us_services li {
    flex-basis: 50%;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .about-us_services li:nth-child(1) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .about-us_services li:nth-child(2) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .about-us_services li:nth-child(3) {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .about-us_services li:nth-child(4) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .about-us_services li:nth-child(5) {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .about-us_services li:nth-child(6) {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
.about-us_services img {
  display: block;
}
.about-us_services .about-us_services_txt {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f6f6f6;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.about-us_services .about-us_services_txt i {
  color: #111111;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 24px;
}
.about-us_services .about-us_services_txt h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.about-us_services .about-us_services_txt p {
  max-width: 490px;
  margin-bottom: 0;
}
.cms-about-us .team {
  margin-bottom: 3.65vw;
}
.cms-about-us .team h3 {
  margin-bottom: 4.0625vw;
}
.cms-about-us .team ul {
  padding-left: 0;
}
.cms-about-us .team li {
  margin-bottom: 30px;
}
.cms-about-us .team img {
  margin-bottom: 8px;
}
.cms-about-us .team .team_name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  display: inline-block;
  color: #222222;
  margin-bottom: 8px;
}
.cms-about-us .team p {
  margin-bottom: 0;
}
.cms-about-us .testimonials {
  background: #f6f6f6;
  padding: 7.3vw 20px 5.73vw;
}
.cms-about-us .testimonials .testimonials_inner {
  max-width: 1180px;
  margin: 0 auto;
}
.cms-about-us .testimonials blockquote {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px;
  color: #222222;
}
.cms-about-us .testimonials blockquote i {
  color: #ededed;
  font-size: calc(20px + 1.5625vw);
  line-height: 1;
  text-align: left;
  display: none;
}
.cms-about-us .testimonials blockquote cite {
  display: block;
  text-align: center;
  margin: 0 auto;
  flex-basis: 100%;
}
.cms-about-us .testimonials blockquote cite:before {
  content: '- ';
}
.cms-about-us .testimonials blockquote q {
  display: block;
  text-align: left;
  font-weight: 700;
  margin-bottom: 1.5vw;
  flex-basis: 100%;
}
.cms-about-us .testimonials .owl-item blockquote {
  margin-left: 0;
}
.cms-about-us .testimonials .owl-testimonials .owl-nav {
  position: static;
}
.cms-about-us .testimonials .owl-testimonials .owl-dots {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
}
.cms-about-us .testimonials .owl-testimonials .owl-dots button.owl-dot,
.cms-about-us .testimonials .owl-testimonials .owl-dots .cart.table-wrapper .actions-toolbar > .action.owl-dot,
.cms-about-us .testimonials .owl-testimonials .owl-dots .action-gift.owl-dot {
  background: #ededed;
}
.cms-about-us .testimonials .owl-testimonials .owl-dots button.owl-dot.active,
.cms-about-us .testimonials .owl-testimonials .owl-dots button.owl-dot:hover,
.cms-about-us .testimonials .owl-testimonials .owl-dots .cart.table-wrapper .actions-toolbar > .action.owl-dot.active,
.cms-about-us .testimonials .owl-testimonials .owl-dots .cart.table-wrapper .actions-toolbar > .action.owl-dot:hover,
.cms-about-us .testimonials .owl-testimonials .owl-dots .action-gift.owl-dot.active,
.cms-about-us .testimonials .owl-testimonials .owl-dots .action-gift.owl-dot:hover {
  background: #222222;
}
.customer-service h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 22px;
}
.customer-service h4 {
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 15px;
}
.customer-service .customer-service__block {
  margin-bottom: 94px;
}
.customer-service .customer-service__block ul {
  padding-right: 0;
}
.customer-service .table-block {
  margin-bottom: 65px;
}
.customer-service .table-block h3 {
  margin-bottom: 46px;
}
.customer-service .table-block table {
  width: 100%;
}
.customer-service .table-block thead {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.customer-service .table-block thead th {
  padding: 10px;
  border-left: 1px solid #e2e2e2;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}
.customer-service .table-block thead th:first-child {
  padding-left: 0;
  border-left: none;
}
.customer-service .table-block tbody td {
  font-size: 12px;
  line-height: 1;
  padding: 7px;
}
@media (max-width: 1023px) {
  .customer-service .table-block thead {
    display: none;
  }
  .customer-service .table-block tbody td {
    display: block;
    text-align: center;
  }
  .customer-service .table-block tbody td:first-child {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    background: #f6f6f6;
    margin-bottom: 1em;
    padding: 1em 1em .8em;
  }
  .customer-service .table-block tbody td:first-child:before {
    display: none;
  }
  .customer-service .table-block tbody td:last-child {
    margin-bottom: 1em;
  }
  .customer-service .table-block tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
    font-weight: 600;
  }
}
.customer-service .list-block h3 {
  margin-bottom: 27px;
}
.customer-service .list-block li {
  margin-bottom: 20px;
}
.customer-service .list-block h4:before {
  content: "\ea25";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.customer-service .list-block h4:before {
  font-size: 26px;
  line-height: inherit;
  padding-right: 12px;
}
.change-message {
  color: #31708f;
  background-color: #d9edf7;
  padding: 0.8rem 3.5rem 0.8rem 1rem;
  margin-bottom: 30px;
  border: 1px solid #bce8f1;
  border-radius: 2px;
  position: relative;
  font-size: 14px;
}
.privacy-policy-page dd {
  font-style: normal;
  margin-bottom: 50px;
}
.not-found-page .disc li,
.not-found-page dd {
  font-style: normal;
}
.not-found-page .not-found-page_top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  color: #222222;
}
.not-found-page .not-found-page_top img {
  width: auto;
  max-width: 100%;
  margin-bottom: 40px;
}
.not-found-page .not-found-page_top > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  text-align: center;
}
.not-found-page .not-found-page_top strong {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  padding-right: 20px;
}
.not-found-page .not-found-page_top span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.not-found-page .not-found-page_bottom dt {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.not-found-page .not-found-page_bottom dd {
  text-align: center;
}
.not-found-page .not-found-page_bottom dd a {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  padding: 12px 27px;
  text-transform: uppercase;
}
.not-found-page .not-found-page_bottom dd a:before {
  content: "\ea40";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.not-found-page .not-found-page_bottom dd a:before {
  padding-right: 5px;
  font-size: 22px;
  vertical-align: sub;
}
.contact-index-index .contact-us-info * + .contact-us-info-title {
  vertical-align: super;
}
.contact-index-index .contact-us-info dd {
  font-style: normal;
}
.contact-index-index .contact-us-info .contact-us-info-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
.contact-index-index .contact-us-info .contact-us-info-title {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  padding-left: 2px;
  color: #222222;
}
.contact-index-index .contact-us-info .contact-us-info-description:not(.contact-us-info-description-email) a {
  color: inherit;
}
.contact-index-index .contact-us-info .contact-us-info-description:not(.contact-us-info-description-email) a:hover {
  color: #111111;
}
.contact-index-index .contact-us-info .contact-us-info-item + .contact-us-info-item {
  margin-top: 20px;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  width: auto;
}
.contact-index-index .form.contact .fieldset {
  margin-bottom: 24px;
}
.contact-index-index .form.contact .fieldset > .field {
  margin-bottom: 10px;
}
.contact-index-index .form.contact .fieldset > .field:not(.choice) > .label,
.contact-index-index .form.contact .fieldset > .field:not(.choice) > .control {
  float: none;
  width: 100%;
}
.contact-index-index .form.contact .fieldset > .field:not(.choice) > .label {
  margin-bottom: 5px;
  padding-top: 0;
  text-align: left;
}
.contact-index-index .form.contact .fieldset > .field.comment {
  margin-bottom: 0;
}
.contact-index-index .form.contact .fieldset > .field.comment textarea {
  min-height: 230px;
}
.contact-index-index .form.contact .fieldset > .field.choice:before,
.contact-index-index .form.contact .fieldset > .field.no-label:before {
  display: none;
}
.contact-index-index .form.contact .fieldset .legend {
  margin-left: 0;
}
.contact-index-index .form.contact .actions-toolbar {
  margin-left: 0;
}
.contact-index-index .form.contact .actions-toolbar > .primary {
  display: block;
  float: none;
}
.contact-index-index .form.contact .actions-toolbar > .primary .action {
  width: 100%;
}
.contact-index-index .legend {
  font-size: 22px;
  line-height: 20px;
  font-weight: 700;
  color: #222222;
}
.contact-index-index .field.note {
  margin-bottom: 12px;
}
.contact-index-index .page-main {
  margin-top: 0;
}
.contact-index-index .page-main .page-title-wrapper {
  width: 100%;
  max-width: none;
  padding: 0;
}
.contact-index-index .page-main .page-title-wrapper .page-title {
  display: none;
}
.contact-index-index .page-main .page-title-wrapper #map_canvas_contacts {
  height: 400px;
}
@media (max-width: 1199px) {
  .contact-index-index .page-main .page-title-wrapper #map_canvas_contacts {
    height: 400px !important;
  }
}
@media (max-width: 1023px) {
  .contact-index-index .page-main .page-title-wrapper #map_canvas_contacts {
    height: 340px !important;
  }
}
@media (max-width: 639px) {
  .contact-index-index .page-main .page-title-wrapper #map_canvas_contacts {
    height: 240px !important;
  }
}
.contact-index-index .page-main > .columns {
  margin-top: 46px;
}
.contact-index-index .page-main > .columns .row [class*='col-m-'] + [class*='col-m-'] {
  margin-top: 35px;
}
.search-term-popular ul.search-terms {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.search-term-popular ul.search-terms li {
  margin-right: 15px;
  font-size: 24px;
}
.customer-account-index.account.page-layout-2columns-left .grid-main .column.main,
.downloadable-customer-products.account.page-layout-2columns-left .grid-main .column.main,
.customer-address-form.account.page-layout-2columns-left .grid-main .column.main,
.customer-account-edit.account.page-layout-2columns-left .grid-main .column.main,
.vault-cards-listaction.account.page-layout-2columns-left .grid-main .column.main,
.paypal-billing-agreement-index.account.page-layout-2columns-left .grid-main .column.main,
.review-customer-index.account.page-layout-2columns-left .grid-main .column.main,
.newsletter-manage-index.account.page-layout-2columns-left .grid-main .column.main,
.sales-order-history.account.page-layout-2columns-left .grid-main .column.main,
.sales-order-view.account.page-layout-2columns-left .grid-main .column.main {
  width: 100%;
}
.customer-account-index .actions-toolbar,
.vault-cards-listaction .actions-toolbar,
.paypal-billing-agreement-index .actions-toolbar,
.review-customer-index .actions-toolbar,
.sales-order-history .actions-toolbar,
.sales-order-view .actions-toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.account .sidebar-additional .block-reorder .actions-toolbar {
  flex-direction: column;
  max-width: 100%;
  align-items: flex-start;
}
.form.search.advanced {
  margin: 0 auto;
}
.form.search.advanced .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: none;
}
.form.search.advanced .control .fields.range .field:first-child .control,
.form.search.advanced .control .fields.range .field.with-addon .control {
  padding-right: 0;
}
.form.search.advanced .control .fields.range .field:first-child .control:after {
  display: none;
}
.form.search.advanced legend.legend {
  margin-left: 0;
  float: none;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #111111;
}
.form.search.advanced .price .range.price {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.form.search.advanced .price .range.price:before,
.form.search.advanced .price .range.price:after {
  display: none;
}
.form.search.advanced .price .range.price > .field {
  flex-basis: 48%;
}
.form.search.advanced .price .range.price .addafter {
  position: absolute;
  top: 0;
  left: calc(100% + 6px);
  line-height: 28px;
  margin-right: 0;
}
@media (max-width: 1023px) {
  .form.search.advanced .price .range.price .addafter {
    left: auto;
    right: 0;
  }
}
.form.search.advanced .price .range.price .separator {
  line-height: 42px;
  padding: 8px 0;
}
.form.search.advanced .price .range.price .addon input {
  max-width: 100%;
}
.form.search.advanced .brand_id select {
  max-height: 100px;
}
.form.search.advanced .brand_id select option:first-child {
  display: none;
}
.form.search.advanced .actions-toolbar {
  margin-top: 24px;
  margin-left: 0;
  text-align: center;
}
.form.search.advanced .actions-toolbar .primary {
  float: none;
}
.catalogsearch-advanced-index .page-title-wrapper {
  text-align: center;
}
.search-terms ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search-terms ul li {
  margin: 0 5px 5px 0;
  border: 1px solid #e2e2e2;
}
.search-terms ul a {
  padding: 5px;
  color: #666666;
}
.search-terms ul a:hover {
  background: #ededed;
}
.form-orders-search {
  max-width: 100%;
  margin: 0 auto;
}
.form-orders-search #quick-search-type-id {
  box-sizing: border-box;
}
.form-orders-search .actions-toolbar {
  margin-top: 14px;
}
.form-orders-search .actions-toolbar button,
.form-orders-search .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.form-orders-search .actions-toolbar .action-gift {
  width: 100%;
}
.sales-guest-form .fieldset {
  margin-top: 14px;
}
.sales-guest-form .admin__legend {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 12px;
  text-align: center;
}
.sales-guest-form .field.note {
  margin-bottom: 8px;
}
.shipping-delivery-page p {
  margin-bottom: 20px;
}
.shipping-delivery-page .heading-5 {
  display: block;
  color: #222222;
  margin-bottom: 15px;
}
.shipping-delivery-page ol {
  list-style: none;
  padding-left: 0;
}
.shipping-delivery-page ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 0.8em;
}
.shipping-delivery-page ul li:before {
  content: '.';
  font-size: 35px;
  line-height: 1;
  color: #111111;
  position: absolute;
  top: -17px;
  left: 0;
}
.shipping-delivery-page ul li:last-child {
  margin-bottom: 1.5em;
}
.shipping-delivery-page .shipping-delivery-page__border {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.shipping-delivery-page .shipping-delivery-page__border span:not(.heading-3) {
  margin-bottom: 15px;
  display: block;
}
.shipping-delivery-page [class*='themeicon-']:before {
  font-size: 32px;
  color: #111111;
  padding-right: 15px;
}
.faq-page #faq-accordion .accordion-trigger {
  margin-bottom: 30px;
  padding-right: 30px;
  position: relative;
}
.faq-page #faq-accordion .accordion-trigger:before {
  content: 'q';
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  background: #111111;
  text-align: center;
  padding: 10px 0;
  width: 40px;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
.faq-page #faq-accordion .accordion-trigger:after {
  position: absolute;
  font-size: 16px;
  line-height: 1;
  top: 17px;
  right: 0;
  cursor: pointer;
  content: "\e926";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
.faq-page #faq-accordion .accordion-trigger.open:after {
  content: "\e929";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
.faq-page #faq-accordion .accordion-trigger span {
  cursor: pointer;
  font-size: 20px;
  line-height: 50px;
  color: #222222;
}
.faq-page #faq-accordion .accordion-content {
  display: none;
}
.faq-page #faq-accordion .accordion-content p {
  padding-bottom: 50px;
  margin-bottom: 0;
}
.faq-page #faq-accordion .accordion-content p:before {
  content: 'a';
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  color: #111111;
  background: #f6f6f6;
  text-align: center;
  padding: 10px 0;
  width: 40px;
  display: inline-block;
  margin: 3px 15px 15px 0;
  float: left;
}
.faq-page #faq-accordion .accordion-content > ul {
  padding-bottom: 45px;
}
.support-page .text-block {
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
}
.support-page .boxes-block h4 {
  margin-bottom: 20px;
}
.support-page .boxes-block li a {
  transition: 0s;
}
.support-page .boxes-block li div {
  background: transparent;
  border: 1px solid #111111;
  margin-bottom: 30px;
  padding: 87px 10px;
  transition: .3s ease;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.support-page .boxes-block li div:hover {
  background: #111111;
}
.support-page .boxes-block li div:hover span,
.support-page .boxes-block li div:hover span:before {
  color: #ffffff;
}
.support-page .boxes-block li div span {
  font-size: 20px;
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.support-page .boxes-block li div span:before {
  color: #111111;
  font-size: 70px;
  line-height: 1;
}
.support-page .boxes-block [class*='themeicon-']:before {
  margin-bottom: 10px;
}
.guarantee-page p {
  margin-bottom: 20px;
}
.guarantee-page h3 {
  font-size: 35px;
  line-height: 1;
  color: #000;
  font-weight: 600;
}
.guarantee-page h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: #222222;
}
.guarantee-page h4:before {
  content: "\ea1f";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.guarantee-page h4:before {
  line-height: inherit;
  color: #111111;
  padding-right: 10px;
  margin-bottom: 5px;
}
.guarantee-page ul {
  padding: 10px 0 20px;
}
.guarantee-page ul li {
  margin-bottom: 15px;
}
.guarantee-page ul li:last-child {
  margin-bottom: 0;
}
.guarantee-page .text-block {
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
}
.guarantee-page .text-block:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.secure-payment-page h4 {
  margin-bottom: 8px;
}
.secure-payment-page h4:before {
  content: "\ea1f";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.secure-payment-page h4:before {
  line-height: inherit;
  padding-right: 10px;
  vertical-align: bottom;
}
.secure-payment-page ul {
  padding: 15px 0 20px;
}
.secure-payment-page ul li {
  margin-bottom: 15px;
}
.secure-payment-page ul li:last-child {
  margin-bottom: 0;
}
.secure-payment-page .secure-payment_icons ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}
.secure-payment-page .secure-payment_icons ul li {
  margin-left: 16px;
}
.secure-payment-page .secure-payment_icons ul a {
  font-size: 34px;
  line-height: 1;
  color: #666666;
}
.secure-payment-page .secure-payment_icons ul a:hover {
  color: #222222;
}
.terms-conditions-page p {
  margin-bottom: 28px;
}
.terms-conditions-page ul h4:before {
  content: "\e9b1";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.terms-conditions-page ul h4:before {
  line-height: inherit;
  color: #111111;
  padding-right: 10px;
  vertical-align: bottom;
}
.cms-template-settings.cms-page-view h3 {
  font-size: 20px;
  line-height: 1;
  text-transform: none;
  margin-bottom: 2em;
}
.cms-template-settings.cms-page-view h3 em {
  font-weight: 400;
}
.cms-template-settings .data-table {
  margin-bottom: 40px;
}
.cms-template-settings .data-table thead {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  color: #222222;
}
.cms-template-settings .data-table thead th {
  border-left: 1px solid #e2e2e2;
  background: transparent;
  padding: 5px 5px;
  text-transform: none;
}
.cms-template-settings .data-table thead th:first-child {
  padding-left: 0;
  border-left: none;
}
.cms-template-settings .data-table tbody tr:first-child td {
  padding-top: 15px;
}
.cms-template-settings .data-table tbody tr:last-child td {
  padding-bottom: 15px;
}
.cms-template-settings .data-table tbody td {
  padding: 5px 5px;
  border-left: 1px solid #e2e2e2;
}
.cms-template-settings .data-table tbody td:first-child {
  border-left: none;
  padding-left: 0;
}
.extra-title-settings {
  font-weight: 500;
}
.customer-account-create .page-title-wrapper {
  text-align: center;
}
.customer-account-create .form.create.account {
  margin: 0 auto;
}
.customer-account-create .form.create.account .fieldset > .legend {
  font-weight: 400;
  color: #222222;
  margin-bottom: 20px;
}
.customer-account-create .form.create.account .field.required.password input.input-text#password.mage-error {
  margin-bottom: 0;
}
.customer-account-create .form.create.account .field.required.password div.mage-error {
  top: 100%;
}
.customer-account-create .form.create.account .field.required.password #password-strength-meter-container {
  margin-top: 0;
  padding-top: 0;
}
.customer-account-login .block-customer-login .action.login.primary {
  min-width: 120px;
}
html.rtl .custom-page dd {
  padding-right: 0;
}
@media (max-width: 1023px) {
  html.rtl .custom-page table.responsive tbody td {
    border-right: none;
  }
}
html.rtl .about-us_services ul {
  padding-right: 0;
}
html.rtl .cms-about-us .team ul {
  padding-right: 0;
}
html.rtl .cms-about-us .testimonials .owl-item blockquote {
  margin-right: 0;
}
html.rtl .customer-service .customer-service__block ul {
  padding-left: 0;
}
html.rtl .customer-service .table-block thead th {
  border-left: none;
  border-right: 1px solid #e2e2e2;
}
html.rtl .customer-service .table-block thead th:first-child {
  padding-right: 0;
  border-right: none;
}
html.rtl .customer-service .list-block h4:before {
  padding-right: 0;
  padding-left: 12px;
}
html.rtl .change-message {
  padding-right: 1rem;
  padding-left: 3.5rem;
}
html.rtl .not-found-page .not-found-page_top strong {
  padding-right: 0;
  padding-left: 20px;
}
html.rtl .not-found-page .not-found-page_bottom dd a:before {
  padding-right: 0;
  padding-left: 5px;
}
html.rtl .contact-index-index .contact-us-info .contact-us-info-title {
  padding-left: 0;
  padding-right: 2px;
}
html.rtl .contact-index-index .form.contact .fieldset .legend {
  margin-right: 0;
}
html.rtl .contact-index-index .form.contact .actions-toolbar {
  margin-right: 0;
}
html.rtl .search-term-popular ul.search-terms li {
  margin-right: 0;
  margin-left: 15px;
}
html.rtl .form.search.advanced .control .fields.range .field:first-child .control,
html.rtl .form.search.advanced .control .fields.range .field.with-addon .control {
  padding-left: 0;
}
html.rtl .form.search.advanced legend.legend {
  margin-right: 0;
}
html.rtl .form.search.advanced .price .range.price .addafter {
  left: auto;
  right: calc(100% + 6px);
  margin-left: 0;
}
@media (max-width: 1023px) {
  html.rtl .form.search.advanced .price .range.price .addafter {
    left: 0;
    right: auto;
  }
}
html.rtl .form.search.advanced .actions-toolbar {
  margin-right: 0;
}
html.rtl .search-terms ul li {
  margin-left: 5px;
  margin-right: 0;
}
html.rtl .shipping-delivery-page ol {
  padding-right: 0;
}
html.rtl .shipping-delivery-page ul li {
  padding-left: 0;
  padding-right: 15px;
}
html.rtl .shipping-delivery-page ul li:before {
  left: auto;
  right: 0;
}
html.rtl .shipping-delivery-page [class*='themeicon-']:before {
  padding-right: 0;
  padding-left: 15px;
}
html.rtl .faq-page #faq-accordion .accordion-trigger {
  padding-right: 0;
  padding-left: 30px;
}
html.rtl .faq-page #faq-accordion .accordion-trigger:before {
  margin-right: 0;
  margin-left: 15px;
}
html.rtl .faq-page #faq-accordion .accordion-trigger:after {
  right: auto;
  left: 0;
}
html.rtl .faq-page #faq-accordion .accordion-content p:before {
  margin-left: 15px;
  margin-right: 0;
  float: right;
}
html.rtl .guarantee-page h4:before {
  padding-right: 0;
  padding-left: 10px;
}
html.rtl .secure-payment-page h4:before {
  padding-right: 0;
  padding-left: 10px;
}
html.rtl .terms-conditions-page ul h4:before {
  padding-right: 0;
  padding-left: 10px;
}
html.rtl .cms-template-settings .data-table thead th {
  border-left: none;
  border-right: 1px solid #e2e2e2;
}
html.rtl .cms-template-settings .data-table thead th:first-child {
  padding-right: 0;
  border-right: none;
}
html.rtl .cms-template-settings .data-table tbody td {
  border-left: none;
  border-right: 1px solid #e2e2e2;
}
html.rtl .cms-template-settings .data-table tbody td:first-child {
  border-right: none;
  padding-right: 0;
}
/*
* @section      Custom pages
* @description  This section holds specific style for Static blocks
*/
.header-top {
  padding: 13px;
  text-align: center;
}
.header-top p {
  margin-bottom: 0;
}
.header-top a {
  text-decoration: underline;
}
.block-static-block.widget {
  margin-bottom: 0;
}
.banner {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  padding: 12px 14px;
  font-size: 13px;
  color: #666666;
}
.banner .banner-content.top {
  justify-content: flex-start;
}
.banner .banner-content.left {
  align-items: flex-start;
}
.banner .banner-content.right {
  align-items: flex-end;
}
.banner .banner-content.bottom {
  justify-content: flex-end;
}
.banner.hovered {
  overflow: hidden;
}
.banner.hovered img {
  transition: 0.5s all;
}
.banner.hovered:before {
  content: '';
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  transition: 0.75s left;
}
.banner.hovered:hover:before {
  left: 125%;
}
.banner.hovered:hover img {
  transform: scale(1.08);
  opacity: 0.8;
}
.banner.hovered .banner-content {
  z-index: 1;
}
.banner h5 {
  line-height: 1.2;
}
.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner h6 {
  margin: 0;
}
.banner * + p {
  margin-top: 10px;
}
.banner * + .action {
  margin-top: 10px;
}
.banner * + h1 {
  margin-top: 7px;
}
.banner * + h2 {
  margin-top: 7px;
}
.banner * + h4 {
  margin-top: 10px;
}
.banner * + h6 {
  margin-top: 10px;
}
.banner h4 + h6 {
  margin-top: 5px;
}
.banner-fullwidth {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.banner-fullwidth .container {
  min-width: 0;
}
.banner-fullwidth h6 {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .banner-fullwidth .banner {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .banner-fullwidth {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 639px) {
  .banner-fullwidth h1,
  .banner-fullwidth .heading-1 {
    font-size: 24px;
  }
  .banner-fullwidth h3,
  .banner-fullwidth .heading-3 {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .banner-fullwidth {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.banner-box {
  padding-bottom: 76.2%;
  background-color: #f6f6f6;
  text-align: center;
}
a.banner-box:hover {
  background-color: #dbdbdb;
}
a.banner-box.bg-primary:hover {
  background-color: rgba(17, 17, 17, 0.8);
}
a.banner-box.bg-secondary:hover {
  background-color: rgba(255, 62, 105, 0.8);
}
a.banner {
  color: inherit;
}
.quote {
  display: block;
  margin: 0 auto;
  padding: 25px 15px 30px;
  font: inherit;
  color: inherit;
  text-align: center;
}
.quote q {
  display: block;
  position: relative;
  font-style: normal;
  padding-top: 48px;
}
.quote q:before {
  display: inline-block;
  content: '“';
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  font-size: 73px;
  font-weight: 500;
  line-height: 1;
}
.quote cite {
  display: inline-block;
  margin-top: 23px;
  text-transform: uppercase;
}
.quote cite:before {
  content: '- ';
}
@media (min-width: 480px) {
  .quote_type-2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .quote_type-2 q {
    padding-top: 30px;
  }
  .quote_type-2 q:before {
    top: -4px;
    left: 0;
    margin-left: 0;
  }
  .quote_type-2 cite {
    margin-top: 17px;
  }
}
.quote-img img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.quote-content {
  box-sizing: border-box;
}
@media (min-width: 480px) {
  .quote-img {
    flex-basis: 22%;
    max-width: 22%;
  }
  .quote-content {
    flex-basis: 78%;
    max-width: 78%;
    padding-left: 23px;
  }
}
.price-big {
  font-size: 70px;
  line-height: 56px;
  margin-bottom: 0;
}
.price-big span {
  font-size: 23.53%;
  line-height: 1.5;
  vertical-align: top;
}
@media (min-width: 640px) {
  .price-big {
    font-size: 120px;
    line-height: 98px;
  }
}
.link-box {
  display: inline-block;
  margin-bottom: 30px;
}
.link-box img {
  width: auto;
}
.link-box h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}
* + .price-big {
  margin-top: 20px;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.owl-carousel .cart.table-wrapper .actions-toolbar > .action.owl-dot,
.owl-carousel .owl-nav .action-gift.owl-prev,
.owl-carousel .owl-nav .action-gift.owl-next,
.owl-carousel .action-gift.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
     *  Owl Carousel - Animate Plugin
     */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
     * 	Owl Carousel - Auto Height Plugin
     */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
     * 	Owl Carousel - Lazy Load Plugin
     */
.owl-carousel .owl-item {
  /**
                  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
                  calculation of the height of the owl-item that breaks page layouts
               */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
     * 	Owl Carousel - Video Plugin
     */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../frontend/Te/online/zh_Hans_CN/images/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.parallax.banner {
  background-color: #ededed;
}
.parallax.banner .banner-content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.mb_YTPlayer:focus {
  outline: 0;
}
.YTPWrapper {
  display: block;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  -webkit-animation: fade .1s infinite alternate;
  animation: fade 0.1s infinite alternate;
}
@-webkit-keyframes fade {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-color: #000 !important;
  padding: 0 !important;
}
.inlinePlayButton {
  font-size: 45px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  opacity: .8;
  transition: all .4s;
  transform: scale(1.3);
}
.mb_YTPBar,
.mb_YTPBar .buttonBar {
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.mb_YTPlayer:hover .inlinePlayButton {
  opacity: 1;
  transform: scale(1);
}
.inlinePlayButton:hover {
  background-color: #000000;
  transform: scale(1.3) !important;
}
.mbYTP_wrapper iframe {
  max-width: 8000px !important;
}
.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}
.inline_YTPlayer img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}
.mb_YTPBar .ytpicon {
  font-size: 20px;
}
.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}
.mb_YTPBar {
  transition: opacity .5s;
  display: block;
  height: 10px;
  padding: 5px;
  background: #333;
  position: fixed;
  bottom: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: #fff;
  opacity: .1;
}
.mb_YTPBar.visible,
.mb_YTPBar:hover {
  opacity: 1;
}
.mb_YTPBar .buttonBar {
  transition: all .5s;
  background: 0 0;
  font: 12px/14px san-serif;
  position: absolute;
  top: -30px;
  padding: 5px;
  height: 40px;
}
.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}
.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.mb_YTPBar span.mb_YTPTime {
  width: 130px;
}
.mb_YTPBar span.mb_OnlyYT,
.mb_YTPBar span.mb_YTPUrl {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}
.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto;
}
.mb_YTPBar span.mb_OnlyYT img {
  width: 25px;
}
.mb_YTPBar span.mb_YTPUrl a {
  color: #fff;
}
.mb_YTPBar .mb_YTPMuteUnmute,
.mb_YTPBar .mb_YTPPlayPause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img {
  cursor: pointer;
}
.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}
.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}
.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}
.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}
.YTPOverlay.raster {
  background: url(../../frontend/Te/online/zh_Hans_CN/css/images/raster.png);
}
.YTPOverlay.raster.retina {
  background: url(../../frontend/Te/online/zh_Hans_CN/css/images/raster@2x.png);
}
.YTPOverlay.raster-dot {
  background: url(../../frontend/Te/online/zh_Hans_CN/css/images/raster_dot.png);
}
.YTPOverlay.raster-dot.retina {
  background: url(../../frontend/Te/online/zh_Hans_CN/css/images/raster_dot@2x.png);
}
.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}
.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}
.mb_YTPBar.compact span.mb_OnlyYT {
  left: 260px;
}
.mb_YTPBar .simpleSlider.muted {
  opacity: .3;
}
.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}
.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}
.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}
.page-wrapper {
  overflow: hidden;
  justify-content: space-between;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
html.ie10 .page-wrapper,
html.ie11 .page-wrapper {
  height: auto;
}
.page-main .columns {
  margin-top: 32px;
}
.top-container .widget + .container {
  margin-top: 40px;
}
.page-bottom .content .widget:last-child {
  margin-bottom: 40px;
}
.page-bottom .widget + .content {
  margin-top: 40px;
}
.page-title-wrapper {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.page-title-wrapper .page-title {
  margin-bottom: 0;
  color: #222222;
}
.column .page-title-wrapper {
  margin-top: 0;
}
.page-title,
.section-title {
  text-align: center;
}
.block-title {
  color: #000000;
  font-size: 20px;
  margin-bottom: 4px;
}
.block-title strong {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
}
.block-title .action {
  float: right;
  padding: 0;
  background: none;
  line-height: inherit;
}
.block-title .action.edit {
  padding: 5px;
}
.block-title .counter {
  width: 100%;
  font-size: .8rem;
  line-height: 1;
  margin-top: 0;
}
.sidebar .block-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
.sidebar .block-title strong {
  padding-bottom: 5px;
  border-bottom: 3px solid #ededed;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.sidebar .action.primary,
.sidebar .action.default {
  padding: 8px 14px;
  font-size: 14px;
}
.block-subtitle {
  display: block;
}
.toolbar > .pager {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.toolbar > .pager p.toolbar-amount {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.toolbar > .pager .limiter {
  margin-bottom: 0;
}
html.rtl {
  direction: rtl;
}
html.rtl body {
  text-align: right;
}
.box {
  margin-bottom: 8px;
}
.box-title {
  margin-bottom: 16px;
  display: block;
}
.page-header__content {
  padding: 18px 15px 10px;
}
@media (max-width: 1023px) {
  .page-header__content {
    text-align: center;
  }
}
.page-header .tm-logo-image,
.page-header .logo {
  margin: 0;
}
.logo {
  display: inline-block;
  float: none;
  max-width: none;
  position: static;
  z-index: 0;
}
.header-content .header.links {
  margin: 0;
  padding: 0;
}
.header-content .header.links li .counter:before {
  content: '(';
}
.header-content .header.links li .counter:after {
  content: ')';
}
.abs-actions-addto-gridlist,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist,
.product-addto-links .action.towishlist,
.product-items .action.tocompare,
.products.list.items .action.tocompare,
.table-comparison .action.tocompare,
.product-addto-links .action.tocompare,
.product-wrap .product-social-links .action {
  padding: 0;
  text-align: center;
  transition: 0.3s all ease;
  box-sizing: border-box;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.product-items .action.tocompare:before,
.products.list.items .action.tocompare:before,
.table-comparison .action.tocompare:before,
.product-addto-links .action.tocompare:before,
.product-wrap .product-social-links .action:before {
  font-size: 24px;
  line-height: 1.2;
  color: #666666;
  transition: 0.3s color ease;
}
.abs-actions-addto-gridlist:hover,
.table-comparison .wishlist.split.button > .action.split:hover,
.product-items .wishlist.split.button > .action.split:hover,
.product-items .action.towishlist:hover,
.products.list.items .action.towishlist:hover,
.table-comparison .action.towishlist:hover,
.product-addto-links .action.towishlist:hover,
.product-items .action.tocompare:hover,
.products.list.items .action.tocompare:hover,
.table-comparison .action.tocompare:hover,
.product-addto-links .action.tocompare:hover,
.product-wrap .product-social-links .action:hover {
  background: none;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.product-addto-links .action.towishlist:hover:before,
.product-items .action.tocompare:hover:before,
.products.list.items .action.tocompare:hover:before,
.table-comparison .action.tocompare:hover:before,
.product-addto-links .action.tocompare:hover:before,
.product-wrap .product-social-links .action:hover:before {
  color: #111111;
}
.breadcrumbs {
  background: #f6f6f6;
  padding: 8px 0;
}
.breadcrumbs strong {
  font-weight: 300;
}
.breadcrumbs .items > .item:after {
  margin-left: 4px;
  margin-right: 4px;
}
.breadcrumbs .item.home a {
  font-size: 0;
}
.breadcrumbs .item.home a:before {
  content: "\e905";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.breadcrumbs .item.home a:before {
  font-size: 14px;
}
.footer.content {
  padding: 35px 0 0;
  border-top: none;
  margin-top: 0;
}
.footer.content div.block {
  float: none;
}
.page-footer {
  background-color: #f6f6f6;
}
.page-footer .footer-col .footer-col-content {
  display: block;
}
.page-footer .footer-col .footer-col-content li + li,
.page-footer .footer-col .footer-col-content ul + ul {
  margin-top: 10px;
}
.page-footer .footer-col .footer-col-content li {
  font-size: 12px;
  text-transform: uppercase;
}
.page-footer .footer-col .footer-col-content li strong {
  font-weight: inherit;
  color: #111111;
}
.page-footer .footer-col .footer.links {
  margin-bottom: 0;
  padding: 0;
}
.page-footer .footer-col .footer.links li {
  margin-bottom: 0;
}
.page-footer h4,
.page-footer .heading-4 {
  font-size: 16px;
  line-height: 1.3;
  color: #222222;
  margin-bottom: 12px;
  margin-top: 0;
  text-transform: uppercase;
}
.page-footer input,
.page-footer textarea {
  border-color: #ffffff;
}
.page-footer input:focus,
.page-footer textarea:focus {
  border-color: #ededed;
}
.page-footer textarea {
  height: 75px;
  resize: none;
}
.page-footer .logo {
  margin: 0 0 26px;
}
.page-footer .newsletter .heading-4 {
  margin-bottom: 15px;
}
.page-footer q,
.page-footer cite {
  display: block;
  color: #222222;
}
.page-footer cite {
  text-transform: uppercase;
}
.page-footer cite:before {
  content: '- ';
}
.page-footer * + cite {
  margin-top: 7px;
}
.page-footer .widget.block {
  margin: 0;
}
.footer-panel {
  padding: 19px 0;
  border-top: 1px solid #e2e2e2;
}
.footer-panel .copyright {
  margin-top: 0;
}
.footer-panel .copyright > span {
  display: block;
}
.footer-panel .copyright .zemez-copyright {
  display: block;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(17, 17, 17, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(17, 17, 17, 0.3);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(17, 17, 17, 0.3);
}
.block-posts-list .post-items .post-item {
  flex-basis: 100%;
}
.block-posts-list .post-items .post-title h3 {
  color: #222222;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
}
.block-posts-list .post-items a.post-link {
  color: #666666;
  text-transform: capitalize;
}
.block-posts-list .post-items a.post-link:hover {
  color: #111111;
}
.block-posts-list .post-items .post-data {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.block-posts-list .post-items .post-data .post-author > .label {
  display: none;
}
.block-posts-list .post-items .post-data time {
  display: inline-block;
}
.block-posts-list .post-items .post-data .post-comments a {
  color: #666666;
}
.block-posts-list .post-items .post-data .post-comments a:hover {
  color: #111111;
}
.post-page .block .title strong {
  margin: 0;
}
.post-page .post-text img {
  margin-bottom: 1rem;
}
.post-page .post-author {
  color: #666666;
}
.post-page .post-author span {
  color: #111111;
}
.post-page .post-data {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.post-page .post-data time {
  display: inline-block;
}
.post-page .post-data .post-comments a {
  color: #666666;
}
.post-page .post-data .post-comments a:hover {
  color: #111111;
}
.post-page .post-comments-block .post-comments-title {
  font-size: 22px;
  line-height: 1.2;
  color: #222222;
}
.post-page .post-comments-block .comment-add .post-comments-title {
  font-size: 18px;
  line-height: 22px;
  color: #111111;
}
.post-page .post-comments-block .post-comment {
  background-color: transparent;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
.post-page .post-comments-block .comment-info {
  border-bottom: none;
}
.post-page .post-comments-block .comment-info div {
  float: none;
}
.post-page .post-comments-block .comment-info h3 {
  margin: 0 2em 0 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.post-page .post-comments-block .comment-info span {
  line-height: 2rem;
}
.block-recent-posts .block-title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 0.075rem;
  margin-bottom: 0.05rem;
}
.block.related-posts .related-post-grid .post-image img {
  will-change: transform;
  transition: .3s all ease;
}
.block.related-posts .related-post-grid .post-image:hover img {
  opacity: .7;
}
.block.related-posts .related-post-grid .post-title > a:hover {
  color: #111111;
}
.tm-blog-post-view .page-main .columns .sidebar.sidebar-additional {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tm-blog-post-view .page-main .columns .sidebar.sidebar-additional > .collapsible-block:first-child {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.tm-blog-post-view .page-main .columns .sidebar.sidebar-additional > .collapsible-block:nth-child(2) {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.tm-blog-post-view .page-main .columns .sidebar.sidebar-additional > .collapsible-block:last-child {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.post-item .post-image a {
  display: block;
  overflow: hidden;
}
.post-item .post-image a img {
  transition: 0.5s all;
}
.post-item .post-image a:hover:before {
  left: 125%;
}
.post-item .post-image a:hover img {
  transform: scale(1.08);
  opacity: 0.8;
}
.post-item .post-image img {
  display: block;
  width: 100%;
}
.post-item time {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 7px;
  color: #111111;
}
.post-item .post-title {
  margin-bottom: 4px;
}
.post-item .post-title h6 {
  margin: 0;
}
.post-item .post-short-content {
  margin-bottom: 8px;
}
.post-comments {
  display: inline-block;
  color: #111111;
  text-transform: uppercase;
}
.post-comments a {
  display: inline-block;
}
.post-comments a:before {
  content: "\ead6";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.post-comments a:before {
  color: #666666;
  margin-right: 3px;
}
.post-comments a:hover {
  color: #222222;
}
.timer-wrapper {
  background: transparent;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.timer-wrapper > div {
  color: #e96147;
  background-color: #ffffff;
  font-weight: 300;
  font-size: 12px;
}
.timer-wrapper > div span {
  font-size: 14px;
  margin-right: 2px;
}
@media (min-width: 480px) {
  .timer-wrapper > div {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }
  .timer-wrapper > div span {
    font-size: 20px;
  }
}
.grid.products-grid .timer-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  .grid.products-grid .timer-wrapper {
    margin-bottom: 80px;
  }
}
.grid.products-grid .timer-wrapper > div {
  padding: 5px;
}
@media (max-width: 1023px) {
  .grid.products-grid .timer-wrapper > div {
    font-size: 12px;
    letter-spacing: 0;
  }
  .grid.products-grid .timer-wrapper > div span {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .grid.products-grid .timer-wrapper > div {
    font-size: 10px;
  }
  .grid.products-grid .timer-wrapper > div span {
    font-size: 12px;
  }
}
.slider-pro-wrapper {
  text-align: center;
  margin-bottom: 10px;
}
.sp-buttons {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.sp-button {
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin: 6px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
.sp-button:hover {
  border-color: #111111;
}
.sp-selected-button {
  background-color: #111111;
  border-color: #111111;
}
@media (min-width: 1024px) and (max-width: 1023px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 639px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}
/* Arrows
    --------------------------------------------------*/
.sp-arrow {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  line-height: 0;
  color: #ffffff;
  cursor: pointer;
  transition: .3s all ease;
}
.sp-arrow:hover {
  color: #111111;
}
.sp-horizontal .sp-arrows {
  margin-top: -24px;
}
.sp-previous-arrow:before,
.sp-next-arrow:before {
  position: static;
  content: '\f104';
  display: inline-block;
  font-family: 'FontAwesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  font-size: 48px;
  line-height: 1;
  background-color: transparent;
  left: 0;
  width: auto;
  height: auto;
}
.sp-previous-arrow:after,
.sp-next-arrow:after {
  display: none;
}
.sp-next-arrow:before {
  content: '\f105';
  right: 0;
  left: auto;
}
.sp-horizontal .sp-previous-arrow {
  left: 2.5%;
}
.sp-horizontal .sp-next-arrow {
  right: 2.5%;
}
.slider-title {
  font-weight: 700;
  font-size: 102px;
  line-height: 1.2;
}
.slider-title,
.slider-title a {
  color: #ffffff;
}
.slider-title a {
  transition: .3s all ease !important;
}
.slider-title a:hover,
.slider-title a:focus {
  color: #111111;
}
.slider-desc {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #ffffff;
  display: none;
}
@media (min-width: 480px) {
  .slider-desc {
    display: inline-block;
  }
}
.slider-pro .btn {
  background-image: none;
  background: #00a0e8;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-weight: 300;
  margin: 0;
  padding: 15px 20px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
  text-transform: uppercase;
}
.slider-pro .btn:focus,
.slider-pro .btn:active {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.slider-pro .btn:hover {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.slider-pro .btn.disabled,
.slider-pro .btn[disabled],
fieldset[disabled] .slider-pro .btn {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .slider-pro .btn {
    padding: 8px 15px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .slider-pro .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.slider-pro .btn-primary {
  background-image: none;
  background: #00a0e8;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-weight: 300;
  padding: 15px 20px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.slider-pro .btn-primary:focus,
.slider-pro .btn-primary:active {
  background: #222222;
  border: none;
  color: #ffffff;
}
.slider-pro .btn-primary:hover {
  background: #222222;
  border: none;
  color: #ffffff;
}
.slider-pro .btn-primary.disabled,
.slider-pro .btn-primary[disabled],
fieldset[disabled] .slider-pro .btn-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.slider-pro .btn-primary:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #222222;
  transform: scaleY(0.2);
  opacity: 0;
  transition: 0.2s all ease;
}
.slider-pro .btn-primary:hover {
  background-color: #00a0e8;
}
.slider-pro .btn-primary:hover:before {
  transform: none;
  opacity: 1;
}
.slider-pro .btn-primary:hover {
  color: #666666;
  background: #ffffff;
}
@media (min-width: 1024px) {
  .slider-pro .btn {
    position: relative;
    padding: 20px 38px;
    overflow: hidden;
    transition: .6s all ease !important;
  }
  .slider-pro .btn:before,
  .slider-pro .btn:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    position: absolute;
    transition: .4s;
    z-index: -1;
  }
  .slider-pro .btn:before {
    border-color: transparent transparent transparent #ffffff;
    bottom: 0;
    left: 0;
  }
  .slider-pro .btn:after {
    border-color: transparent #ffffff transparent transparent;
    top: 0;
    right: 0;
  }
  .slider-pro .btn:hover:before {
    border-width: 165px 0 0 165px;
  }
  .slider-pro .btn:hover:after {
    border-width: 0 165px 165px 0;
  }
  .slider-pro .btn-primary:hover {
    background: #111111;
  }
}
@media (max-width: 1023px) {
  .slider-pro .hidden-mobile,
  .slider-pro .hidden-mobile.action {
    display: none;
  }
}
@media (max-width: 639px) {
  .slider-pro .action {
    margin-top: 15px;
  }
}
@media (max-width: 479px) {
  .slider-pro h1 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .page-header.layout-2 .sm-header-nav-wrap {
    padding: 0;
  }
}
.page-footer.layout-2 {
  background: none;
}
.page-footer.layout-2 .footer.content {
  padding-top: 0;
}
.page-footer.layout-2 .footer-top {
  padding: 20px 15px;
  margin-bottom: 30px;
  background-color: #f6f6f6;
}
.page-footer .fieldset {
  margin-bottom: 5px;
}
.page-footer .fieldset > .field {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.page-footer .fieldset > .field > div.control {
  float: none;
  width: auto;
}
.layout-switcher {
  position: fixed;
  left: 0;
  display: none;
  z-index: 99;
  top: 140px;
  background: #f1f1f1;
}
.layout-switcher section {
  overflow: hidden;
  padding: 20px;
  border-bottom: solid 1px #d8d8d8;
  font-size: 13px;
}
.layout-switcher section .inner {
  padding-bottom: 20px;
}
.layout-switcher section .inner.last {
  padding-bottom: 0;
}
.layout-switcher .color-scheme {
  padding: 1px 2px;
  min-width: 30px;
  max-width: 90px;
  height: 28px;
  float: left;
  margin-right: 3px;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #dadada;
  overflow: hidden;
  text-overflow: ellipsis;
  clear: right;
}
.layout-switcher .color-scheme.selected {
  outline: 2px solid #FF5100;
  border: 1px solid #fff;
  color: #333;
}
.layout-switcher .color-scheme:not(.selected):hover {
  outline: 1px solid #999;
  border: 1px solid #fff;
  color: #333;
}
.layout-switcher #ls-icon {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  position: absolute;
  text-align: center;
  cursor: pointer;
  top: 0;
  background: #cccccc;
  color: #555555;
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  right: -50px;
}
.layout-switcher .section.ls-title {
  padding: 15px 20px 14px;
}
.layout-switcher .section.ls-title h3 {
  color: #5b5754;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.layout-switcher label {
  display: block;
  padding-bottom: 5px;
}
.layout-switcher .select-container {
  border: solid 1px #d8d8d8;
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.layout-switcher .select-container::after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  top: 8px;
  right: 15px;
}
.layout-switcher .select-container select {
  font-size: 12px;
  padding: 5px 8px;
  width: 100%;
  border: none;
  background-color: transparent;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.layout-switcher .select-container select:focus {
  outline: none;
}
.layout-switcher .buttons {
  border-bottom: none;
  display: flex;
}
.layout-switcher .buttons button,
.layout-switcher .buttons .cart.table-wrapper .actions-toolbar > .action,
.layout-switcher .buttons .action-gift {
  flex-basis: 50%;
  margin-right: 5px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.layout-switcher .buttons button:last-child,
.layout-switcher .buttons .cart.table-wrapper .actions-toolbar > .action:last-child,
.layout-switcher .buttons .action-gift:last-child {
  margin-right: 0;
}
.layout-switcher .buttons button.apply,
.layout-switcher .buttons .cart.table-wrapper .actions-toolbar > .action.apply,
.layout-switcher .buttons .action-gift.apply {
  background: #5e5653;
}
.layout-switcher .buttons button.reset,
.layout-switcher .buttons .cart.table-wrapper .actions-toolbar > .action.reset,
.layout-switcher .buttons .action-gift.reset {
  background: #7e7571;
}
.layout-switcher .buttons button:hover,
.layout-switcher .buttons .cart.table-wrapper .actions-toolbar > .action:hover,
.layout-switcher .buttons .action-gift:hover {
  background: #4f4946;
}
.layout-switcher .buttons button span,
.layout-switcher .buttons .cart.table-wrapper .actions-toolbar > .action span,
.layout-switcher .buttons .action-gift span {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.layout-switcher .inner {
  color: #222222;
}
.layout-switcher select {
  height: 30px;
}
@media (max-width: 1023px) {
  .layout-switcher {
    position: absolute;
  }
}
.smart-label {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 10;
  padding: 1px 7px;
  margin-top: 10px;
  margin-left: 6px;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ff3e69;
}
.smart-label + .smart-label {
  margin-top: 34px;
}
.product-wrap .smart-label {
  margin-top: 10px;
}
.list.products-list .smart-label {
  margin-left: -5px;
}
.brand-list .brand-item .inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e2e2;
  padding: 5px;
  height: 100%;
}
.brand-list .brand-item .inner .brand-logo img {
  will-change: transform;
  transition: .3s all ease;
}
.brand-list .brand-item .inner .brand-logo:hover img {
  opacity: .7;
}
.brand-list .brand-item .brand-item-name a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #111111;
}
.brand-list .brand-item .brand-item-name a:hover {
  color: #222222;
}
.sidebar .block.block-brand .brand-items {
  margin: 0 -8px 10px;
}
.sidebar .block.block-brand .brand-item {
  flex-basis: 50%;
  padding: 0 8px;
  margin-bottom: 16px;
}
.sidebar .block.block-brand .brand-item .brand-item-info {
  border: 1px solid #e2e2e2;
  padding: 4px;
  height: 100%;
}
.sidebar .block.block-brand .brand-item .brand-item-name a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #111111;
}
.sidebar .block.block-brand .brand-item .brand-item-name a:hover {
  color: #222222;
}
.sidebar .block.block-brand .action.primary {
  width: 100%;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .sidebar .block.block-brand .action.primary {
    width: auto;
  }
}
.sm-wrapper {
  position: relative;
  z-index: 0;
}
.sm-wrapper:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/sm_bg.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.sm-wrapper .sm-main {
  max-width: 905px;
  padding: 5.2vw 5.2vw 0;
  text-align: left;
  margin: 0;
}
.sm-wrapper .sm-main #sm-content-block {
  margin-bottom: 2vw;
}
.sm-wrapper .sm-main #sm-content-block .sm-logo {
  margin-bottom: 20px;
}
.sm-wrapper .sm-main #sm-content-block .sm-title {
  color: #111111;
  font-size: calc(2vw + 18px);
  line-height: 1.26;
  font-weight: 700;
}
.sm-wrapper .sm-main #sm-content-block .sm-description {
  color: #222222;
  font-size: calc(0.5vw + 12px);
  line-height: 1.55;
}
.sm-wrapper .sm-main #sm-timer-block {
  margin-bottom: 2vw;
}
.sm-wrapper .sm-main #sm-timer-block .sm-timer-text {
  color: #222222;
  font-size: calc(0.5vw + 12px);
  line-height: 1.55;
}
.sm-wrapper .sm-main #sm-timer-block .sm-timer-wrapper {
  color: #111111;
  font-size: calc(4vw + 4px);
  line-height: 1.075;
  font-weight: 700;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-title {
  color: #222222;
  font-size: calc(0.5vw + 12px);
  line-height: 1.55;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-text {
  color: #222222;
  margin-bottom: 10px;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-subscription {
  position: relative;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-subscription #newsletter-error {
  position: absolute;
  bottom: -25px;
  margin: 0;
  width: 100%;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-content #newsletter {
  width: 200px;
  display: inline-block;
  margin-right: 4px;
}
@media (max-width: 1023px) {
  .sm-wrapper .sm-main #sm-subscription-block .sm-content #newsletter {
    padding: 6px;
  }
}
@media (max-width: 479px) {
  .sm-wrapper .sm-main #sm-subscription-block .sm-content #newsletter {
    width: 160px;
  }
}
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button {
  margin: 0;
  border-radius: 0;
  background-image: none;
  background: #00a0e8;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Source Han Sans', 'Microsoft YaHei', 'PingFangSC-Regular';
  font-weight: 300;
  padding: 15px 20px;
  font-size: 1.8rem;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button:focus,
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button:active {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button:hover {
  background: #00a0e8;
  border: none;
  color: #ffffff;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button.disabled,
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button[disabled],
fieldset[disabled] .sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button {
    padding: 8px 15px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button:focus,
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button:active {
  background: #222222;
  border: none;
  color: #ffffff;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button:hover {
  background: #222222;
  border: none;
  color: #ffffff;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button.disabled,
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button[disabled],
fieldset[disabled] .sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #222222;
  transform: scaleY(0.2);
  opacity: 0;
  transition: 0.2s all ease;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button:hover {
  background-color: #00a0e8;
}
.sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button:hover:before {
  transform: none;
  opacity: 1;
}
.product-items .action.tocompare:before,
.products.list.items .action.tocompare:before,
.table-comparison .action.tocompare:before,
.product-addto-links .action.tocompare:before {
  font-family: 'theme-icons';
  content: "\e9ee";
  display: none;
}
.products-grid .fotorama__stage {
  max-height: 270px;
}
.products-grid .product-item-actions .actions-secondary {
  display: none;
}
.cart-minus-qty,
.product-view-minus-qty,
.chectout-cart-minus-qty {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/minus_bk.png") no-repeat center / 11px auto;
}
.cart-plus-qty,
.product-view-plus-qty,
.chectout-cart-plus-qty {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/plus-black.png") no-repeat center / 11px auto;
}
.cart-minus-qty.enabled,
.product-view-minus-qty.enabled,
.chectout-cart-minus-qty.enabled {
  background: url("../../frontend/Te/online/zh_Hans_CN/images//minus-black.png") no-repeat center / 11px auto;
}
.cart-minus-qty,
.cart-plus-qty,
.product-view-minus-qty,
.product-view-plus-qty,
.chectout-cart-minus-qty,
.chectout-cart-plus-qty {
  width: 30px;
  height: 30px;
  background-color: #000000;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  border-radius: 0 1px 1px 0;
}
.cart-minus-qty,
.product-view-minus-qty,
.chectout-cart-minus-qty {
  background-color: #D7D7D7;
  border-radius: 1px 0 0 1px;
}
.shopping-cart-qty-disabled .control.qty:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  left: -40px;
  right: 0;
}
.cart-minus-qty.enabled,
.product-view-minus-qty.enabled,
.chectout-cart-minus-qty.enabled {
  background-color: #000000;
}
.product-view-plus-qty {
  margin-right: 10px;
}
.stay-in-place .swatch-option-tooltip .image,
.clinique1599-5276 .swatch-option-tooltip .image {
  background-image: url(../../frontend/Te/online/zh_Hans_CN/images/1599_5276_1.png) !important;
  background-size: 100% 100% !important;
}
.clinique1599-52574 .swatch-option-tooltip .image {
  background-image: url(../../frontend/Te/online/zh_Hans_CN/images/1599_52574.png) !important;
  background-size: 100% 100% !important;
}
.clinique1593-29770 .swatch-option-tooltip .image {
  background-image: url(../../frontend/Te/online/zh_Hans_CN/images/1593_29770_1.png) !important;
  background-size: 100% 100% !important;
}
.clinique1605-15520 .swatch-option-tooltip .image {
  background-image: url(../../frontend/Te/online/zh_Hans_CN/images/1605-15520.webp) !important;
  background-size: 100% 100% !important;
}
body .swatch-option-tooltip {
  visibility: inherit !important;
}
.block-compare .product-items-names {
  margin-top: 10px;
}
.block-compare .actions-toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.block-compare .actions-toolbar > div {
  margin-right: 10px;
}
.block-compare .actions-toolbar .secondary a.action {
  margin-top: 0;
}
.block-compare .action.clear {
  float: none;
  background: none;
  padding: 0;
  border: none;
  color: #666666;
}
.block-compare .action.clear:hover {
  color: #222222;
}
.block-compare .action.delete {
  text-align: left;
}
.block-compare .action.delete:before {
  transition: 0.3s all ease;
}
.block-compare .action.delete:hover:before {
  color: #ff3e69;
}
.table-wrapper.comparison {
  border: 1px solid #e2e2e2;
}
.table-comparison thead .cell {
  position: relative;
}
.table-comparison thead .cell.label.remove {
  border-bottom: none;
}
.table-comparison thead .cell .action.delete {
  position: absolute;
  top: 100%;
  right: 10px;
  margin-top: 5px;
}
.table-comparison thead tr td.cell.product {
  border: none;
}
.table-comparison tbody:last-child {
  color: #222222;
}
.table-comparison tbody:last-child > tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.table-comparison tbody:last-child > tr .cell.label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background-color: #f6f6f6;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .table-comparison .cell {
    width: 210px;
  }
}
.table-comparison .cell.product.label,
.table-comparison .cell.product.info {
  border-bottom: none;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.attribute {
  border-left: 1px solid #e2e2e2;
}
.table-comparison .price-box {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #222222;
}
.table-comparison .price-box .price-label {
  display: none;
}
.table-comparison .price-box .old-price {
  color: #ededed;
  font-weight: 400;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  margin-top: 7px;
  margin-bottom: 7px;
}
.table-comparison .product-item-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.table-comparison .product-item-actions > div {
  margin-top: 10px;
  margin-right: 15px;
}
@media (max-width: 479px) {
  .table-comparison .product-reviews-summary,
  .table-comparison .product-reviews-summary > div {
    display: block;
  }
}
.catalog-product-compare-index .action.print {
  display: none;
}
html.rtl .block-compare .actions-toolbar > div {
  margin-right: 0;
  margin-left: 10px;
}
html.rtl .table-comparison thead .cell .action.delete {
  right: auto;
  left: 10px;
}
html.rtl .table-comparison .cell.product.info,
html.rtl .table-comparison .cell.product.attribute {
  border-left: none;
  border-right: 1px solid #e2e2e2;
}
html.rtl .table-comparison .product-item-actions > div {
  margin-right: 0;
  margin-left: 15px;
}
@media (max-width: 639px) {
  .page-products .page-main .grid-main {
    padding-left: 0 !important;
  }
}
.fotorama--fullscreen .fotorama__wrap {
  height: 100%;
}
.fotorama--fullscreen .fotorama__wrap .fotorama__stage {
  height: 100% !important;
}
.grid.products-grid .product-item-details {
  padding-top: 7px;
  text-align: center;
}
@media (max-width: 1023px) {
  .grid.products-grid .product-reviews-summary {
    display: none;
  }
}
.grid.products-grid .price-box {
  justify-content: center;
}
.grid.products-grid .action.tocart {
  width: 50%;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/cart_s.png") no-repeat center / 18px auto #00a0e8;
  padding-bottom: 0;
  border-radius: 36px;
  height: 36px;
}
.grid.products-grid .action.tocart span {
  display: none !important;
}
.grid.products-grid .action.tocart:before {
  display: none;
}
.grid.products-grid .fotorama {
  overflow: visible;
}
.grid.products-grid div[class^="swatch-opt-"] {
  margin-top: 10px;
}
.wishlist-index-index #mageworx-fee-container-message {
  display: none !important;
}
.wishlist-index-index .form-wishlist-items .product-item-inner .product-item-actions .actions-primary {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.wishlist-index-index .form-wishlist-items .product-item-inner .product-item-actions .actions-primary button.action,
.wishlist-index-index .form-wishlist-items .product-item-inner .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.action,
.wishlist-index-index .form-wishlist-items .product-item-inner .product-item-actions .actions-primary .action-gift.action {
  width: 50% !important;
  height: 36px !important;
  border-radius: 36px !important;
}
.wishlist-index-index .form-wishlist-items .product-item-inner .comment-box,
.wishlist-index-index .form-wishlist-items .product-item-inner .box-tocart .field.qty,
.wishlist-index-index .form-wishlist-items .product-item-inner .product-item-actions .action > span {
  display: none !important;
}
.wishlist-index-index .form-wishlist-items > .actions-toolbar {
  text-align: center;
  display: block !important;
  border-top: none;
  margin-top: 0;
}
.wishlist-index-index .form-wishlist-items > .actions-toolbar > .primary {
  margin-top: 0;
  border: none;
}
.wishlist-index-index .form-wishlist-items > .actions-toolbar > .primary button.update,
.wishlist-index-index .form-wishlist-items > .actions-toolbar > .primary button.share,
.wishlist-index-index .form-wishlist-items > .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action.update,
.wishlist-index-index .form-wishlist-items > .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action.share,
.wishlist-index-index .form-wishlist-items > .actions-toolbar > .primary .action-gift.update,
.wishlist-index-index .form-wishlist-items > .actions-toolbar > .primary .action-gift.share {
  display: none !important;
}
.wishlist-index-index .form-wishlist-items > .actions-toolbar > .secondary {
  padding-top: 15px;
}
.wishlist-index-index .form-wishlist-items .product-item-inner > .product-item-actions {
  text-align: center;
}
.wishlist-index-index .form-wishlist-items .product-item-inner > .product-item-actions .action span {
  display: inline-block !important;
}
.wishlist-index-index .form-wishlist-items li.product-item {
  border-bottom: solid 1px #ECECEC !important;
}
.products-grid .product-item-name .product-item-link {
  display: block;
  overflow: hidden;
  position: relative;
}
.products-grid .product-item-name .product-item-link .brand-name-text {
  margin-top: 2px;
  font-weight: 400 !important;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.2;
}
.list.products-list .product-item-info {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.list.products-list .product-item-info a.product-item-photo {
  flex-basis: 42%;
  max-width: 42%;
  box-sizing: border-box;
}
.list.products-list .product-item-info .product-item-details {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-basis: 58%;
  max-width: 58%;
  padding-left: 12px;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  .list.products-list .product-item-info .product-item-details {
    padding-left: 20px;
  }
}
.list.products-list .product-item-info .product-item-details .product-reviews-summary {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}
.list.products-list .product-item-info .product-item-details .product-item-inner {
  order: 2;
}
.list.products-list .product-item-info .swatch-attribute-options {
  margin-bottom: 0;
}
.list.products-list .product-item + .product-item {
  margin-top: 35px;
}
.page-layout-1column .list.products-list .product-reviews-summary {
  display: none;
}
html.rtl .list.products-list .product-item-info .product-item-details {
  padding-left: 0;
  padding-right: 12px;
}
@media (min-width: 480px) {
  html.rtl .list.products-list .product-item-info .product-item-details {
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .list.products-list li.product-item {
    padding: 20px 15px;
    border-bottom: 1px solid #e2e2e2;
  }
  .list.products-list .product-item + .product-item {
    margin-top: 0;
  }
}
.sidebar [role="tablist"] [role="tabpanel"] {
  margin-bottom: 0;
}
.sidebar .collapsible-block,
.sidebar .filter-wrapper {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .sidebar .collapsible-block,
  .sidebar .filter-wrapper {
    margin-bottom: 68px;
  }
}
.sidebar .collapsible-block .block-title {
  margin-bottom: 12px;
}
.sidebar .collapsible-block .opener {
  display: block;
  box-sizing: border-box;
  position: relative;
  padding-right: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 12px;
  color: #222222;
  cursor: pointer;
  line-height: 26px;
}
.sidebar .collapsible-block .opener:before {
  content: "\e929";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.sidebar .collapsible-block .opener:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 6px 0;
  border: 1px solid #e2e2e2;
}
.sidebar .collapsible-block .opener[aria-expanded="false"]:before {
  content: "\e926";
}
.sidebar .product-items .product-item-info::after {
  display: block;
  content: "";
  clear: both;
}
html.rtl .sidebar .collapsible-block .opener {
  padding-right: 0;
  padding-left: 20px;
}
html.rtl .sidebar .collapsible-block .opener:before {
  right: auto;
  left: 0;
}
.product-wrap .product.media {
  flex-basis: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 20px;
}
.product-wrap .product.media .fotorama__nav-wrap--vertical .fotorama__thumb-border + .fotorama__nav__frame,
.product-wrap .product.media .fotorama__nav-wrap--vertical .fotorama__nav__frame--dot + .fotorama__nav__frame {
  padding-top: 0 !important;
}
.product-wrap .product.media .fotorama__arr {
  width: 50px;
  background-image: none;
  background-color: rgba(255, 255, 255, 0);
  color: #666666;
  transition-property: transform, opacity, background-color, color;
}
.product-wrap .product.media .fotorama__arr:before {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.product-wrap .product.media .fotorama__arr:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #111111;
}
.product-wrap .product.media .fotorama__arr--prev:before {
  content: "\ec3b";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
.product-wrap .product.media .fotorama__arr--next:before {
  content: "\ec3c";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
.product-wrap .product.media .fotorama__arr--disabled {
  opacity: 0;
}
.product-wrap .product.media .fotorama__arr .fotorama__arr__arr {
  display: none;
}
.product-wrap .product.media .fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.4);
}
.product-wrap .product.media .fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1023px) {
  .product-wrap .product.media .magnifier-preview,
  .product-wrap .product.media .magnify-lens {
    display: none;
  }
}
.product-wrap .product-info-main {
  flex-basis: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.product-wrap .product-info-main .rating-result {
  margin-left: -4px;
}
.product-wrap .product-info-stock-sku {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-left: -24px;
  line-height: 1.4;
  color: #222222;
}
.product-wrap .product-info-stock-sku > div,
.product-wrap .product-info-stock-sku > div.stock,
.product-wrap .product-info-stock-sku > p {
  margin-left: 24px;
  margin-right: 0;
}
.product-wrap .product-info-stock-sku strong {
  font-weight: inherit;
}
.product-wrap .product-info-stock-sku .stock {
  text-transform: none;
  font-weight: inherit;
}
.product-wrap .product-info-stock-sku .available span {
  color: #111111;
}
.product-wrap .product-info-stock-sku .unavailable span {
  color: #f4516c;
}
.product-wrap .product-info-stock-sku .available,
.product-wrap .product-info-stock-sku .unavailable {
  display: block;
}
.product-wrap .product-info-stock-sku .availability strong {
  color: #f4516c;
}
.product-wrap .product-info-stock-sku > .product.attribute.sku {
  color: inherit;
}
.product-wrap .product-info-stock-sku > .product.attribute.sku .type {
  margin-right: 0;
}
.product-wrap .product-info-stock-sku > .product.attribute.sku .value {
  color: #111111;
}
.product-wrap div.page-title-wrapper {
  margin-bottom: 10px;
  line-height: 1;
}
.product-wrap div.page-title-wrapper .page-title {
  line-height: 1.2;
  margin-top: 0;
  font-size: 2.2rem;
}
.product-wrap div.page-title-wrapper .container,
.product-wrap div.page-title-wrapper h1 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.product-wrap .product-view-postage {
  padding: 0 0 40px;
  position: relative;
}
.product-wrap .product-info-price .price-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  color: #111111;
  align-items: flex-end;
  margin-top: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
.product-wrap .product-info-price .price-box .special-price {
  color: #ff3e69;
  margin: 0;
}
.product-wrap .product-info-price .price-box .old-price {
  font-size: 15px;
  line-height: 1.2;
  text-decoration: line-through;
  color: #666666;
}
.product-wrap .product-info-price .price-box .old-price.map-old-price {
  display: inline-block;
  width: 100%;
}
.product-wrap .product-info-price .price-box .price-from + .price-to:before {
  margin-left: 7px;
  margin-right: 3px;
  content: '-';
}
.product-wrap .product-info-price .price-box .special-price + .old-price {
  margin-left: 5px;
}
.product-wrap .product-info-price .price-box p,
.product-wrap .product-info-price .price-box .price-box {
  margin-bottom: 0;
}
.product-wrap .product-info-price .price-box .old-price .price-final_price .price {
  color: #666666;
}
.product-wrap .product-info-price .price-box .special-price .price-label {
  margin-right: -2px;
}
.product-wrap .product-info-price .price-box .special-price .price-label:after {
  display: none;
}
.product-wrap .product-info-price .price-box .price-final_price {
  line-height: 1 !important;
  margin-bottom: 1px;
}
.product-wrap .product-info-price .price-box .price-final_price .price-label {
  font-size: 14px;
  color: #222222;
  vertical-align: middle;
}
.product-wrap .product-info-price .price-box .price-final_price .price {
  color: #ff3e69;
  padding-right: 5px;
}
.product-wrap .product-info-price .price-box .price-label {
  display: inline-block !important;
}
.product-wrap .product-info-price .price-box .old-price .price-label {
  display: none !important;
}
.product-wrap .product-info-price .price-box .map-show-info:before {
  content: "";
  display: block;
  font-size: 1px;
  line-height: 1;
  height: 0;
}
.product-wrap .product-info-price .map-show-info {
  font-size: 14px;
  line-height: 1;
}
.product-wrap .overview {
  margin-bottom: 24px;
}
.product-wrap .product-brand {
  margin-top: 20px;
  padding: 15px 0 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.product-wrap .product-brand-name a {
  color: #ededed;
}
.product-wrap .product-brand-name a span:after {
  content: ':';
}
.product-wrap .product-brand-name a:hover {
  color: #111111;
}
.product-wrap .product-brand-logo {
  line-height: 1;
}
.product-wrap .product-brand-logo img {
  transition: .3s ease;
}
.product-wrap .product-brand-logo a:hover img {
  opacity: .7;
}
.product-wrap .toggle-content .product-options-wrapper .fieldset {
  margin-bottom: 15px;
}
.product-wrap .swatch-opt {
  padding: 0;
  margin-bottom: 12px;
  margin-top: 5px;
}
.product-wrap .swatch-attribute {
  position: relative;
}
.product-wrap .swatch-attribute + .swatch-attribute {
  margin-top: 14px;
}
.product-wrap .swatch-attribute .swatch-attribute-label {
  color: #555;
  width: 78px;
  box-sizing: border-box;
  font-weight: 400;
  float: left;
  font-size: 1.5rem;
}
.product-wrap .swatch-attribute .swatch-attribute-label:after {
  content: ':';
}
.product-wrap .swatch-attribute .color-dots {
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 3px;
  background-size: 15px auto !important;
  font-style: normal;
}
.product-wrap .swatch-attribute .swatch-attribute-selected-option {
  display: none;
}
.product-wrap .swatch-attribute [id*='super_attribute['].mage-error {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
}
.product-wrap .product-options-wrapper .fieldset > .field,
.product-wrap .product-options-wrapper .fieldset-bundle-options__wrapper > .field,
.product-wrap .product-options-wrapper .field.qty {
  margin-bottom: 10px;
}
.product-wrap .product-options-wrapper .fieldset > .field > .label,
.product-wrap .product-options-wrapper .fieldset-bundle-options__wrapper > .field > .label,
.product-wrap .product-options-wrapper .field.qty > .label {
  color: #222222;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 4px;
}
.product-wrap .product-options-wrapper .fieldset > .field > .label span:after,
.product-wrap .product-options-wrapper .fieldset-bundle-options__wrapper > .field > .label span:after,
.product-wrap .product-options-wrapper .field.qty > .label span:after {
  content: ':';
}
.product-wrap .product-options-wrapper .field {
  padding: 6px 0;
  display: inline-block;
  width: 100%;
}
.product-wrap .product-options-wrapper .price-notice {
  font-weight: 300;
  color: #666666;
}
.product-wrap .product-options-wrapper .select[multiple="multiple"] {
  max-width: 250px;
}
.product-wrap .product-options-wrapper .date .required legend {
  color: #ededed;
  font-weight: 700;
  margin-bottom: 4px;
}
.product-wrap .product-options-wrapper .date .required legend span:after {
  color: #f4516c;
  content: "*";
  font-size: 12px;
  margin: 0 0 0 5px;
}
.product-wrap .product-options-wrapper .date b {
  line-height: 50px;
  margin-right: 4px;
}
.product-wrap .product-add-form {
  margin-top: 0;
  margin-bottom: 0;
}
.product-wrap .box-tocart {
  margin-top: 25px;
  margin-bottom: 0;
}
.product-wrap .box-tocart .fieldset {
  display: block;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 0;
  font-size: 14px;
  color: #222222;
  border-bottom: 1px solid #ececec;
}
.product-wrap .box-tocart .fieldset button.action,
.product-wrap .box-tocart .fieldset .cart.table-wrapper .actions-toolbar > .action.action,
.product-wrap .box-tocart .fieldset .action-gift.action {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  padding: 14px 20px;
}
@media (min-width: 480px) {
  .product-wrap .box-tocart .fieldset .actions * + button.action,
  .product-wrap .box-tocart .fieldset .actions * + .cart.table-wrapper .actions-toolbar > .action.action,
  .product-wrap .box-tocart .fieldset .actions * + .action-gift.action {
    margin-left: 10px;
  }
}
.product-wrap .box-tocart .field.qty {
  display: flex;
  padding: 16px 0 8px 0;
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #ececec;
}
@media (min-width: 480px) {
  .product-wrap .box-tocart .field.qty {
    flex-basis: auto;
    width: auto;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.product-wrap .box-tocart .field.qty .control {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.product-wrap .box-tocart .field.qty .control input {
  text-align: center;
  line-height: 26px;
  width: 42px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  margin: 0 -4px 0;
  vertical-align: middle;
}
.product-wrap .box-tocart .field.qty .control input.mage-error {
  vertical-align: top;
  margin-bottom: 30px;
}
.product-wrap .box-tocart .field.qty .control input.mage-error + .mage-error {
  font-style: normal;
  position: absolute;
  left: 0;
  top: 33px;
  font-size: 14px;
}
.product-wrap .box-tocart .field.qty .control #qty-error {
  display: none !important;
}
.product-wrap .box-tocart .actions {
  flex-basis: 100%;
  width: 100%;
}
@media (min-width: 480px) {
  .product-wrap .box-tocart .actions {
    flex-basis: auto;
    width: auto;
  }
}
@media (max-width: 1023px) and (min-width: 480px) {
  .product-wrap .box-tocart .actions {
    align-self: flex-end;
  }
}
.product-wrap .box-tocart .paypal {
  margin-top: 10px;
}
.product-wrap .field.required div.mage-error {
  bottom: auto;
  top: 100%;
  margin-top: 2px;
}
.product-wrap .product-social-links {
  margin-top: 25px;
  margin-bottom: 25px;
}
.product-wrap .product-social-links .product-addto-links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 16px;
}
.product-wrap .product-social-links .block-static-block {
  text-align: left;
}
.product-wrap .product-social-links .block-static-block p {
  font-size: 13px;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .product-wrap .product-social-links .product-addto-links {
    display: block;
  }
}
.product-wrap .product-social-links .download-arrow {
  font-size: 14px;
  padding-left: 25px;
  color: #111;
}
.product-wrap .product-social-links .download-arrow:before {
  content: "\ec42";
  font-family: 'theme-icons';
  color: #111;
  font-size: 20px;
  vertical-align: middle;
}
.product-wrap .product-social-links .action {
  margin-right: 0;
  height: 30px;
  padding-left: 30px;
  position: relative;
}
.product-wrap .product-social-links .action:before {
  position: absolute;
  left: 0;
}
.product-wrap .product-social-links .action.mailto.friend {
  margin-left: 0;
}
.product-wrap .product-social-links .action.mailto.friend:before {
  font-family: 'theme-icons';
  content: "\e996";
}
.product-wrap .product-social-links .action span {
  display: block;
  clip: auto;
  position: relative;
  top: 0;
  color: #111111;
  font-size: 14px;
  height: 30px;
  width: auto;
  line-height: 30px;
}
.product-wrap .product.attribute strong {
  font-weight: 300;
}
.product-wrap .product.attribute strong:after {
  content: ':';
}
.product-wrap .product.attribute .value {
  display: inline-block;
}
.product-wrap .product.info {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  margin: 16px 0;
  padding-right: 20px;
  padding-left: 20px;
  flex-basis: 100%;
  background: #ffffff;
}
.product-wrap .product.info .content[role="tabpanel"] {
  background: #ffffff;
}
.product-wrap .fotorama__wrap .fotorama__stage__frame {
  background-color: transparent;
}
.product-wrap .fotorama__wrap .fotorama__thumb-border {
  background: none;
}
.product-wrap .fotorama__wrap .fotorama__nav-wrap img {
  opacity: 0.2;
  transition: 0.3s all ease;
}
.product-wrap .fotorama__wrap .fotorama__nav-wrap .fotorama__active img {
  opacity: 1;
}
.product-wrap .fotorama__wrap .fotorama__nav-wrap .fotorama__thumb {
  background: #f6f6f6;
}
.product-wrap .fotorama--fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.product-wrap .gallery-placeholder .magnifier-preview:not(.hidden) {
  background-color: #f6f6f6;
  z-index: 5;
}
.catalog-product-view .product.data.items {
  position: relative;
  border-bottom: 1px solid #ececec;
}
.catalog-product-view .product.data.items > .item.title .counter:before {
  content: '(';
}
.catalog-product-view .product.data.items > .item.title .counter:after {
  content: ')';
}
.catalog-product-view .product.data.items .product-details-category-info .product-category-name {
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  text-align: center;
  padding: 15px;
}
.catalog-product-view .product.data.items .product-details-category-info .product-category-url {
  margin-bottom: 20px;
}
.catalog-product-view .product.data.items .product-details-category-info .product-category-url a {
  color: #00a0e8;
  padding: 4px 15px 4px 0;
  font-size: 13px;
  display: inline-block;
}
.catalog-product-view .product.data.items .product-details-category-info .product-category-url a:after {
  content: "";
  background: url("../../frontend/Te/online/zh_Hans_CN/images/sm_right.png") no-repeat top right / 7px auto;
  width: 12px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .product.data.items .product.attribute.description h3,
.catalog-product-view .product.data.items .product.attribute.description h2 {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.6;
  color: #333;
  font-family: 'Roboto', 'Microsoft YaHei', 'PingFangSC-Medium';
}
.catalog-product-view .product.data.items .product.attribute.description h2 {
  font-size: 2.4rem;
}
.catalog-product-view .product.data.items .product.attribute.description p {
  text-align: left;
  margin-bottom: 15px;
  color: #666;
  line-height: 1.6;
  font-size: 1.4rem;
}
.catalog-product-view .product.data.items .product.attribute.description .full-row {
  margin-bottom: 20px;
}
.catalog-product-view .product.data.items .product.attribute.description h3.prodStyle {
  display: inline-block;
}
.catalog-product-view .product.data.items .product.attribute.description dd.tab-container {
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 0;
}
.catalog-product-view .product.data.items .product.attribute.description .style-number-title {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 6px;
}
.catalog-product-view .product.data.items .product.attribute.description .product-detail > ul,
.catalog-product-view .product.data.items .product.attribute.description .capds-product__description ul {
  margin-left: 16px;
}
.catalog-product-view .product.data.items .product.attribute.description .product-detail > ul > li,
.catalog-product-view .product.data.items .product.attribute.description .capds-product__description ul li {
  font-size: 1.4rem;
  line-height: 1.5;
  list-style: outside disc;
  padding-bottom: 5px;
  color: #666;
}
.catalog-product-view .product.data.items .product.attribute.description .capds-product-details__title {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
.catalog-product-view .product.data.items .product.attribute.description .capds-product-details p {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 7px;
}
.catalog-product-view .product.data.items .additional-attributes .attributes-caption {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 24px;
  display: none;
}
.catalog-product-view .product.data.items .additional-attributes .attributes-row {
  display: flex;
}
.catalog-product-view .product.data.items .additional-attributes .attributes-row:nth-child(even) {
  background: #f6f6f6;
}
.catalog-product-view .product.data.items .additional-attributes .attributes-label {
  border-right: 1px solid #e2e2e2;
  flex-basis: 100px;
  padding: 8px;
  font-weight: 700;
  color: #222222;
}
.catalog-product-view .product.data.items .additional-attributes .attributes-data {
  padding: 8px;
  flex-basis: calc(100% - 100px);
}
.catalog-product-view .product.data.items .product-reviews-summary {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 1023px) {
  .catalog-product-view .product.data.items .product-reviews-summary {
    flex-direction: column;
    align-items: flex-start;
  }
}
.catalog-product-view .product.data.items .product-reviews-summary .label {
  display: none;
}
.catalog-product-view .product.data.items .product-reviews-summary .rating-result__stars span[class^="rating-star__"] {
  font-size: 12px;
  line-height: 14px;
}
.catalog-product-view .product.data.items .product-reviews-summary .rating-result__stars span[class^="rating-star__"]:after {
  top: 0;
}
.catalog-product-view .product.data.items .product-reviews-summary .rating-summary,
.catalog-product-view .product.data.items .product-reviews-summary .reviews-actions .view {
  padding-right: 4px;
  border-right: 1px solid #e2e2e2;
  margin-right: 4px;
}
@media (max-width: 1023px) {
  .catalog-product-view .product.data.items .product-reviews-summary .rating-summary,
  .catalog-product-view .product.data.items .product-reviews-summary .reviews-actions .view {
    border-right: none;
  }
}
.catalog-product-view .product.data.items #tab-label-reviews-title span.counter:before {
  content: '(';
}
.catalog-product-view .product.data.items #tab-label-reviews-title span.counter:after {
  content: ')';
}
.catalog-product-view .product.data.items .review-add .review-fieldset .field:not(.choice) > .label {
  color: #222222;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  min-width: 70px;
  text-align: left;
}
.catalog-product-view .product.data.items .review-add .review-fieldset .field:not(.choice) > .label span {
  vertical-align: middle;
}
.catalog-product-view .product.data.items .review-add .review-fieldset .field:not(.choice) > .control .field.choice.review-field-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.catalog-product-view .product.data.items .review-add .review-fieldset .field:not(.choice) > .control .review-field-rating .label {
  padding-top: 5px;
  padding-right: 1rem;
  color: #222222;
}
.catalog-product-view .product.data.items .review-add .review-fieldset .field:not(.choice) > .control .control.review-control-vote {
  margin-bottom: 0;
}
.catalog-product-view .product.data.items #product-review-container {
  position: relative;
}
.catalog-product-view .product.data.items #product-review-container .review-toolbar {
  position: absolute;
  top: 5px;
  right: 0;
  margin-bottom: 0;
}
.catalog-product-view .product.data.items #product-review-container .review-toolbar:last-child {
  display: none;
}
.catalog-product-view .product.data.items #product-review-container .review-toolbar .label {
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 479px) {
  .catalog-product-view .product.data.items #product-review-container .review-toolbar .label {
    display: none;
  }
}
.catalog-product-view .product.data.items #product-review-container .review-toolbar .field {
  padding: 0;
}
.catalog-product-view .product.data.items #product-review-container .review-item {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
.catalog-product-view .product.data.items #product-review-container .review-item .review-details {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  margin-left: 0;
}
.catalog-product-view .product.data.items #product-review-container .review-item .review-title {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-transform: uppercase;
}
.catalog-product-view .product.data.items #product-review-container .review-item .review-ratings {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.catalog-product-view .product.data.items #product-review-container .review-item .review-content {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-left: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}
.catalog-product-view .product.data.items #product-review-container .rating-label {
  display: none;
}
@media (max-width: 1023px) {
  .catalog-product-view .product.data.items .review-form .actions-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .catalog-product-view .product.data.items .review-form .actions-toolbar .primary {
    width: 100%;
  }
  .catalog-product-view .product.data.items .review-form .actions-toolbar button.action,
  .catalog-product-view .product.data.items .review-form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action,
  .catalog-product-view .product.data.items .review-form .actions-toolbar .action-gift.action {
    padding: 14px 20px;
  }
}
.catalog-product-view .related-posts-container h4 {
  font-weight: 400;
  margin-top: 2em;
}
.catalog-product-view .block.facebook {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.catalog-product-view .block.instagram-feed {
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
html.rtl .product-wrap .product-info-price .price-box .price-from + .price-to {
  margin-left: 0;
  margin-right: 10px;
}
html.rtl .product-wrap .swatch-attribute [id*='super_attribute['].mage-error {
  left: auto;
  right: 0;
}
html.rtl .product-wrap .swatch-attribute .swatch-option + .swatch-option {
  margin-left: 0;
  margin-right: 5px;
}
html.rtl .product-wrap .product-options-wrapper .date .required legend span:after {
  margin: 0 5px 0 0;
}
html.rtl .product-wrap .product-options-wrapper .date b {
  margin-right: 0;
  margin-left: 4px;
}
html.rtl .product-wrap .product-social-links .action.mailto.friend {
  margin-right: 0;
}
html.rtl .catalog-product-view .product.data.items .additional-attributes .attributes-label {
  border-left: 1px solid #e2e2e2;
  border-right: none;
}
html.rtl .catalog-product-view .product.data.items .product-reviews-summary .rating-summary,
html.rtl .catalog-product-view .product.data.items .product-reviews-summary .reviews-actions .view {
  padding-right: 0;
  padding-left: 4px;
  border-right: none;
  border-left: 1px solid #e2e2e2;
  margin-right: 0;
  margin-left: 4px;
}
@media (max-width: 1023px) {
  html.rtl .catalog-product-view .product.data.items .product-reviews-summary .rating-summary,
  html.rtl .catalog-product-view .product.data.items .product-reviews-summary .reviews-actions .view {
    border-left: none;
  }
}
html.rtl .catalog-product-view .product.data.items .review-add .review-fieldset .field:not(.choice) > .control .review-field-rating .label {
  padding-right: 0;
  padding-left: 1rem;
}
html.rtl .catalog-product-view .product.data.items #product-review-container .review-toolbar {
  right: auto;
  left: 0;
}
html.rtl .catalog-product-view .product.data.items #product-review-container .review-item .review-details {
  margin-right: 0;
}
html.rtl .catalog-product-view .product.data.items #product-review-container .review-item .review-content {
  margin-right: 0;
}
.fotorama__active .fotorama__dot {
  background-color: #00a0e8;
  border-color: #00a0e8;
}
.product-info-main .product-brand {
  border: none;
  padding: 0;
  margin: 0;
}
.product-info-main .product-brand .product-brand-logo {
  display: none;
}
.product-info-main .product-brand .product-brand-name {
  margin-bottom: 15px;
  line-height: 1;
  margin-top: 0;
  text-align: left;
}
.product-info-main .product-brand .product-brand-name a {
  color: #111111;
  font-size: 28px;
}
.product-info-main .product-brand .product-brand-name a span:after {
  display: none;
}
.product-options-wrapper > .fieldset {
  margin-bottom: 0;
}
.product-options-wrapper > .fieldset .swatch-opt {
  margin: 0;
  border-top: 1px solid #ececec;
  padding: 12.5px 0;
}
.product-options-wrapper > .fieldset > .field .options-list > .field {
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  width: auto;
  display: inline-block;
  margin-right: 7px;
}
.product-options-wrapper > .fieldset > .field .options-list > .field .label {
  border: 1px solid #e2e2e2;
  line-height: 25px;
  display: inline-block;
  min-width: 40px;
  text-align: center;
  cursor: pointer;
  padding: 0 10px;
}
.product-options-wrapper > .fieldset > .field .options-list > .field .label:before {
  display: none;
}
.product-options-wrapper > .fieldset > .field .options-list > .field input[type=radio]:checked + .label {
  border-color: #222222;
}
.product-options-wrapper > .fieldset > .field .options-list > .field input[type=radio]:checked + .label:before {
  display: none;
}
.product-options-wrapper > .fieldset > .field .options-list > .field input[type=radio]:disabled + .label {
  color: #e2e2e2;
  cursor: default;
}
.product-options-wrapper > .fieldset .swatch-attribute .swatch-attribute-selected-option {
  color: #aaaaaa;
}
.product-options-wrapper > .fieldset .swatch-attribute[option-selected] .swatch-attribute-selected-option {
  color: #000000;
}
.wrapper-layer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.custom-cny-price {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
.catalog-product-view .product-info-price .price-box .price-label {
  padding-right: 5px;
}
.catalog-product-view .product-info-price .price-box .old-price .price-label {
  display: inline-block !important;
}
.catalog-product-view .price-related-commission {
  padding: 0 0 0 5px;
  width: auto;
  display: inline-block;
  margin-top: 0;
}
.catalog-product-view .price-final_price .cny-price {
  color: #666 !important;
}
.catalog-product-view .price-final_price > .old-price .price {
  font-size: 2.2rem;
  color: #F75177;
}
.catalog-product-view .shipping-type {
  color: #000;
  font-size: 1.4rem;
  padding-right: 20px;
}
.catalog-product-view .shipping-infos {
  color: #666;
  font-size: 1.2rem;
  font-style: normal;
}
.catalog-product-view .shipping-info-text {
  color: #666;
  line-height: 1.5;
  font-size: 1.4rem;
}
.catalog-product-view .gallery-placeholder .fotorama__nav--dots .fotorama__nav__frame {
  width: 7px;
}
.catalog-product-view .gallery-placeholder .fotorama__nav-wrap {
  position: absolute;
  bottom: 0;
  padding: 30px 0 0;
  background-size: 100% auto;
  z-index: 14;
}
.catalog-product-view .gallery-placeholder .fotorama-item .fotorama__nav__frame--dot.fotorama__active {
  width: 18px;
}
.catalog-product-view .gallery-placeholder .fotorama-item .fotorama__dot {
  background-color: #D9D9D9;
  width: 0.4rem;
  height: 0.25rem;
  border-width: 0;
  border-radius: 1.5px;
}
.catalog-product-view .gallery-placeholder .fotorama-item .fotorama__active .fotorama__dot {
  background-color: #222;
  width: 1.5rem;
}
.catalog-product-view .catalog-product-view-special-price {
  background-color: #333;
  color: #fff;
  width: 100%;
  border-radius: 6px;
  padding: 20px 15px;
  box-sizing: border-box;
  margin-top: 15px;
  box-shadow: 0 2px 10px 2px #eee;
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 8px;
}
.catalog-product-view .catalog-product-view-special-price .price-container {
  vertical-align: middle;
}
.catalog-product-view .catalog-product-view-special-price .commission-info {
  position: relative;
  top: 4px;
}
.catalog-product-view .catalog-product-view-special-price .price-container .price-label,
.catalog-product-view .catalog-product-view-special-price .price-container .price {
  color: #fff !important;
  font-size: 1.4rem;
  vertical-align: middle;
}
.catalog-product-view .catalog-product-view-special-price .cny-price {
  color: #aaa !important;
  font-size: 12px;
  vertical-align: bottom;
  line-height: 1;
  padding-left: 0;
  margin-bottom: 1px;
}
.catalog-product-view .catalog-product-view-special-price > .special-price {
  padding-top: 0;
  display: inline-block !important;
}
.catalog-product-view #mageworx-fee-form > .fieldset {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 14px;
}
.catalog-product-view #mageworx-fee-form > .fieldset .label:after {
  display: none;
}
.catalog-product-view #mageworx-fee-form > .fieldset .label {
  width: auto;
  padding: 0;
  text-align: left;
}
.catalog-product-view .product-social-links {
  display: none;
}
.catalog-product-view .product-view-describe {
  color: #FF3E69;
  margin-bottom: 10px;
  padding: 0;
}
.catalog-product-view #mageworx-fee-container {
  display: none !important;
}
.catalog-product-view .toggle-title {
  padding-right: 40px;
  border-top: 1px solid #ececec;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  position: relative;
}
.catalog-product-view .toggle-title:before {
  content: "";
  background: url("../../frontend/Te/online/zh_Hans_CN/images/down.png") no-repeat left center;
  background-size: 20px auto;
  padding: 0;
  width: 25px;
  height: 26px;
  top: 50%;
  margin-top: -13px;
  position: absolute;
  right: 0;
}
.catalog-product-view .toggle-title > span {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.catalog-product-view .toggle-title.active:before {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/up.png") no-repeat left center;
  background-size: 20px auto;
}
.catalog-product-view .toggle-title.active > span:after {
  content: "";
  width: 100%;
  position: absolute;
  top: -0.1rem;
  left: 0;
  background-color: #000000;
  height: 0.25rem;
}
.catalog-product-view .toggle-content {
  padding-bottom: 10px;
  padding-top: 3px;
}
.catalog-product-view .toggle-content .product-options-wrapper + .product-options-bottom {
  position: relative;
}
.catalog-product-view .toggle-content .product-options-wrapper + .product-options-bottom .attributes-wrap {
  position: absolute;
  top: -42px;
  left: 174px;
}
.catalog-product-view .products-crosssell-item {
  overflow: hidden;
  padding-bottom: 20px;
}
.catalog-product-view .products-crosssell-item > .item {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
.catalog-product-view .products-crosssell-item .product-item-photo {
  display: block;
  width: 42px;
  height: 42px;
}
.catalog-product-view .products-crosssell-item .product-image-container {
  max-width: 42px;
}
.catalog-product-view .products-crosssell-item .product-item-info {
  width: 50px;
  height: 50px;
  padding: 4px;
  box-sizing: border-box;
  border: 1px solid #F2F2F2;
  border-radius: 2px;
  position: relative;
}
.catalog-product-view .products-crosssell-item .product-item-info:hover:before {
  display: none;
}
.catalog-product-view .products-crosssell-item .active .product-item-info {
  border-color: #666;
}
.catalog-product-view .products-crosssell-item .active .product-item-info:after {
  content: "";
  background: url("../../frontend/Te/online/zh_Hans_CN/images/info_w.png") no-repeat center #00a0e8;
  width: 16px;
  height: 16px;
  background-size: 16px auto;
  position: absolute;
  right: -7px;
  bottom: -7px;
  border-radius: 50%;
  z-index: 6;
}
.catalog-product-view .price-final_price_2_0 > div.price_three li.taxIncludedPrice.included-tax-icon p em,
.catalog-product-view .price-final_price_2_0 > div.price_three li.counterPrice.included-tax-icon em {
  display: none;
}
.catalog-product-view .price-final_price_2_0 > div.price_three li.included-tax-icon p > span:first-child {
  display: inline-block;
}
.catalog-product-view .price-final_price_2_0 > div.price_three > .info {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/info.png") no-repeat right center;
  background-size: 14px auto;
  width: 16px;
  height: 14px;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -7px;
  display: none;
}
.catalog-product-view .orange-area .timer-wrapper {
  display: none !important;
}
.catalog-product-view .product-size_guide {
  font-size: 1.4rem;
  color: #333;
  padding: 10px 0;
}
.catalog-product-view .show-size-guide {
  color: #00A0E8;
  display: inline-block;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/blue_arrow.png") no-repeat right center;
  padding: 0 13px 0 10px;
  background-size: 14px auto;
}
#mageworx-fee-container-message {
  display: none !important;
}
.wishlist-index-index.account #mageworx-fee-container-message {
  display: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #000000;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #ececec;
  padding: 16px 30px 17px 0 !important;
  font-size: 1.7rem;
  color: #000000;
  border-bottom: none;
  font-weight: 400;
}
.product.data.items > .item.title:before {
  content: "" !important;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/down.png") no-repeat center;
  background-size: 20px auto;
  padding: 0;
  width: 25px;
  height: 26px;
  top: 50%;
  margin-top: -13px;
}
.product.data.items > .item.title.active:before {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/up.png") no-repeat center;
  background-size: 20px auto;
}
.product.data.items > .item.title.active > .switch span {
  display: inline-block;
  position: relative;
}
.product.data.items > .item.title.active > .switch span:after {
  content: "";
  height: 2.5px;
  background-color: #000;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: -16px;
  left: 0;
}
.timer-wrapper {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/red_bg.png");
  background-size: auto 60px !important;
  position: absolute;
  right: -20px;
  top: 0;
  height: 60px;
  display: none;
  padding: 15px 20px 0 35px;
  box-sizing: border-box;
  color: #fff;
  background-repeat: no-repeat;
  background-color: #F94C69;
}
.timer-wrapper label,
.timer-wrapper .timer-title {
  font-size: 1.5rem;
  display: block;
  line-height: 1;
}
.timer-wrapper .timer-title,
.timer-wrapper .timer-box {
  font-size: 1.3rem;
  display: inline;
}
.timer-wrapper .timer-box {
  font-size: 1.4rem;
  font-weight: 500;
  background: transparent;
  color: #fff;
}
.options-list.nested .price-container.tax.weee {
  display: none !important;
}
.product.description {
  padding-top: 10px;
}
.product.description .scrollable-table-wrapper {
  overflow: hidden;
  overflow-x: scroll;
}
.product.description table {
  border: 2px solid #ececec;
  border-right: 0;
}
.product.description tr td {
  border: 1px solid #ececec;
}
.product.description .fixed-col-table-wrapper {
  float: left;
}
.product.description .fixed-col-table-wrapper table tr td {
  border-right: none;
}
.attributes-wrap {
  overflow: hidden;
}
.attributes-wrap .color-box {
  border-top: 1px solid #ececec;
  font-size: 1.5rem;
  vertical-align: middle;
  padding: 16px 0;
  height: 54px;
  box-sizing: border-box;
}
.attributes-wrap .color-box i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  margin-right: 2px;
  display: inline-block;
  font-style: normal;
  padding: 0;
  vertical-align: middle;
  margin-bottom: 1px;
}
.attributes-wrap .size-box .text,
.attributes-wrap .text span {
  color: #000000;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-weight: 400;
  line-height: 20px;
}
.attributes-wrap .label-text {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  color: #555;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 20px;
  width: 75px;
  box-sizing: border-box;
}
.attributes-wrap .size-box {
  overflow: hidden;
  font-size: 1.5rem;
  vertical-align: middle;
  border-top: 1px solid #ececec;
  height: 54px;
  line-height: 54px;
  box-sizing: border-box;
}
.delivery_type {
  padding: 16px 0;
  border-top: 1px solid #ececec;
}
.delivery_type .label-text {
  float: left;
  margin-right: 3px;
}
.delivery_type .delivery-description,
.delivery_type .delivery-list li[data-type="pre-sale"] {
  display: none;
}
.delivery_type .delivery-box {
  overflow: hidden;
}
.delivery_type .delivery-list li {
  color: #000000;
  font-size: 1.5rem;
}
.delivery_type .delivery-list li em,
.delivery_type .delivery-list li .desc {
  display: block;
  font-style: normal;
  font-size: 1.3rem;
  color: #aaa;
  line-height: 1.2;
  padding: 2px 0 0;
}
.sizing-guide-shoes-tab-content {
  padding-top: 15px;
}
.sizing-guide-shoes-tab-content .mobile-title {
  font-weight: 500;
  font-size: 16px;
}
.sizing-guide-shoes-tab-content tr.table-row.empty-row {
  display: none !important;
}
.sizing-guide-shoes-tab-content thead th {
  border-right: 1px solid #ececec;
}
.eur-price {
  display: inline-block;
  color: #ff3e69;
}
.product-item .price-final_price .price-wrapper,
.product-info-price .price-final_price .price-wrapper {
  color: #000;
  font-weight: bold;
  font-size: 15px !important;
}
.product-item .old-price .price-final_price .price-wrapper,
.product-info-price .old-price .price-final_price .price-wrapper {
  color: #666666;
}
.product-view-describe {
  padding-bottom: 10px;
  font-size: 13px;
  color: #666666;
  display: none;
}
.product-view-describe p {
  display: inline;
}
.product-view-describe #pdp-details-symbols {
  padding-top: 10px;
}
.product-view-describe #pdp-details-symbols img {
  width: 50px;
}
.share-box textarea {
  border: 0;
}
.share-box button,
.share-box .cart.table-wrapper .actions-toolbar > .action,
.share-box .action-gift {
  border-radius: 24px;
}
.share-box img {
  box-shadow: 0 4px 40px 2px rgba(40, 44, 67, 0.2);
}
.catalog-product-view .float-tools > a.customer-style {
  vertical-align: inherit;
  background: #00a0e8;
  border-radius: 0;
  color: #fff;
  height: 62px;
  width: 100px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
.product-details-category-info:before {
  content: "";
  height: 10px;
  background-color: #ededed;
  left: -20px;
  right: -20px;
  position: absolute;
  bottom: 0;
}
.product-category-name-text {
  padding-right: 20px;
}
.catalog-product-view .product-details-category-info {
  padding-bottom: 28px;
}
.shareaccount-share-index .page-title-wrapper,
.modal-popup .modal-title {
  display: none;
}
.catalog-product-view #maincontent .product-wrap .box-tocart .field.qty .control input {
  vertical-align: middle;
  border-left: none;
  border-right: none;
  min-height: 20px;
}
.catalog-product-view .product-wrap .product-info-price .price-box .old-price .price-final_price .price {
  color: #FF3E69;
  display: none;
}
#opc-sidebar .items-in-cart .minicart-items .product.options .content .item-options dd {
  font-style: inherit;
  padding-left: 5px;
}
.catalog-product-view .stock-ample,
.catalog-product-view .in-only-stock,
.catalog-product-view .out-of-stock {
  color: #999;
  font-size: 1.5rem;
  display: inline-block;
  line-height: 16px;
  font-weight: 400;
}
.catalog-product-view .in-only-stock {
  color: #999;
}
.catalog-product-view .out-of-stock {
  color: #999;
}
.catalog-product-view #tab-label-hightaxrefund .data span {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/tuiduoduo.png") no-repeat 0 center;
  background-size: 55px auto;
  padding-left: 60px;
}
.catalog-product-view .product-view-postage {
  padding-bottom: 10px;
}
.catalog-product-view .shipping-type-item {
  display: block;
  font-size: 1.2rem;
  color: #000000;
  margin-bottom: 10px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/support.png") no-repeat 0 4px;
  background-size: 12px auto;
  padding-left: 17px;
}
.catalog-product-view .shipping-type-item .shipping-infos {
  display: block;
}
.catalog-product-view .shipping-type-item .support-ico {
  display: none !important;
}
.catalog-product-view .watches-item,
.catalog-product-view .price-related-commission {
  display: none;
}
.catalog-product-view .orange-area .watches-item {
  display: block !important;
  margin-bottom: 20px;
  color: #f49f49;
  font-size: 1.4rem;
  line-height: 1;
}
.catalog-product-view .orange-area .price-final_price_2_0,
.catalog-product-view .orange-area .price-related-tax,
.catalog-product-view .orange-area .price-related-commission,
.catalog-product-view .orange-area .product-add-form,
.catalog-product-view .orange-area .float-tools > a.add_shopping_cart,
.catalog-product-view .orange-area .float-tools > a.buy_now,
.catalog-product-view .orange-area .product-social-links {
  display: none !important;
}
.catalog-product-view .orange-area .find-watches {
  display: flex !important;
  width: 100%;
  line-height: 44px;
  border-radius: 3px;
  color: #fff;
  background-color: #f49f49;
  font-size: 1.4rem;
  justify-content: center;
}
.catalog-product-view .orange-area + .product.detailed #tab-label-deliveryarea,
.catalog-product-view .orange-area + .product.detailed #deliveryarea {
  display: none !important;
}
.catalog-product-view .price-related-tax .price-related-tax-item {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/related_1.png) no-repeat 0 0;
  background-size: 14px auto;
  padding-left: 17px;
  font-size: 1.3rem;
  color: #000000;
  line-height: 16px;
  height: 16px;
  font-weight: 400;
}
.catalog-product-view .price-related-tax .price-related-tax-item:nth-child(2) {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/related_2.png) no-repeat 0 0;
  background-size: 14px auto;
}
.catalog-product-view .price-related-tax .price-related-tax-item:nth-child(3) {
  background: url(../../frontend/Te/online/zh_Hans_CN/images/related_3.png) no-repeat 0 0;
  background-size: 14px auto;
}
.catalog-product-view .label-detail {
  display: inline-block;
  width: 80px;
  vertical-align: middle;
  height: 18px;
  line-height: 18px;
}
.catalog-product-view .brand-official-nb,
.catalog-product-view .product-capacity,
.catalog-product-view .product-material {
  font-size: 1.4rem;
  color: #555;
  line-height: 1.3;
  margin-bottom: 15px;
  display: block;
  font-weight: normal;
  padding-right: 0;
}
.catalog-product-view .brand-official-nb i,
.catalog-product-view .product-capacity i,
.catalog-product-view .product-material i {
  font-style: normal;
  color: #000;
  font-size: 1.4rem;
  vertical-align: middle;
  height: 18px;
  line-height: 18px;
}
.catalog-product-view .media-action {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 22;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.catalog-product-view .product-tags {
  font-size: 12px;
  float: left;
  border-radius: 50px 50px 50px 0;
  line-height: 18px;
  padding: 0 5px;
  color: #ffffff;
  margin-top: 12px;
  background-color: #9C46DB;
}
.catalog-product-view .commission-share {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/share.png") no-repeat center center;
}
.catalog-product-view .miniprogram .wechat-share {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/customer.png") no-repeat center center;
  margin-top: 54px;
  margin-right: -54px;
}
.catalog-product-view .commission-share,
.catalog-product-view .miniprogram .wechat-share {
  background-size: 24px auto;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-left: 10px;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  box-shadow: 0 2px 6px 0 #ddd;
}
.catalog-product-view .sales-top {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/top.png") no-repeat center bottom;
  background-size: auto 20px;
  width: 34px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  font-size: 1rem;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  margin-top: 20px;
}
.catalog-product-view .sales-top:before {
  content: "销冠";
  border-radius: 0 0 7px 7px;
  background-color: #333;
  color: #ffffff;
  padding: 0 3px 0 2px;
  line-height: 16px;
  min-width: 34px;
  display: block;
  position: absolute;
  left: 0;
  top: -16px;
  font-size: 1rem;
}
.catalog-product-view .product.info.detailed .data.content {
  padding-top: 5px;
  padding-bottom: 6px;
}
.catalog-product-view .product.info.detailed .data.content div.country {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #555;
  display: none;
  margin-bottom: 15px;
}
.catalog-product-view .product.info.detailed .data.content div.country i {
  font-style: normal;
  display: inline-block;
  color: #000;
  background-size: 16px auto;
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 22px;
}
.catalog-product-view .product.info.detailed .data.content .country-de i {
  background-image: url("../../frontend/Te/online/zh_Hans_CN/images/de.png");
}
.catalog-product-view .product.info.detailed .data.content .country-at i {
  background-image: url("../../frontend/Te/online/zh_Hans_CN/images/at.png");
}
.catalog-product-view .product.info.detailed .data.content .country-at i {
  background-image: url("../../frontend/Te/online/zh_Hans_CN/images/at.png");
}
.catalog-product-view .product.info.detailed .data.content .country-fi i {
  background-image: url("../../frontend/Te/online/zh_Hans_CN/images/fi.png");
}
.catalog-product-view .product.info.detailed .data.content .country-es i {
  background-image: url("../../frontend/Te/online/zh_Hans_CN/images/es.png");
}
.catalog-product-view .product.info.detailed .data.content .country-hu i {
  background-image: url("../../frontend/Te/online/zh_Hans_CN/images/hu.png");
}
.catalog-product-view .product.info.detailed .data.content .country-dk i {
  background-image: url("../../frontend/Te/online/zh_Hans_CN/images/dk.png");
}
.catalog-product-view .product.info.detailed .data.content .country-be i {
  background-image: url("../../frontend/Te/online/zh_Hans_CN/images/be.png");
}
.catalog-product-view .product.info.detailed .data.content .country-cz i {
  background-image: url("../../frontend/Te/online/zh_Hans_CN/images/cs.png");
}
.catalog-product-view .product.info.detailed .data.content .country-nl i {
  background-image: url("../../frontend/Te/online/zh_Hans_CN/images/nl.png");
}
.catalog-product-view .product.info.detailed .data.content .country-it i {
  background-image: url("../../frontend/Te/online/zh_Hans_CN/images/it.png");
}
.catalog-product-view .product.info.detailed #tab-label-description + .data.content div.country {
  display: inline-block;
}
.catalog-product-view .detial-guide-zoom {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  box-sizing: border-box;
  text-align: center;
  display: none;
}
.catalog-product-view .detial-guide-zoom p {
  color: #fff;
  font-size: 14px;
  line-height: 1.42;
  padding: 70% 20px 25px;
  text-align: left;
}
.catalog-product-view .detial-guide-zoom button,
.catalog-product-view .detial-guide-zoom .cart.table-wrapper .actions-toolbar > .action,
.catalog-product-view .detial-guide-zoom .action-gift {
  line-height: 44px;
  border: 1px solid #fff;
  min-width: 160px;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  display: inline-block;
  background-color: transparent !important;
  padding: 0 !important;
}
.catalog-product-view .first-login .detial-guide-zoom {
  display: block;
}
.catalog-product-view .first-login .price-final_price_2_0 {
  z-index: 99;
}
.catalog-product-view [class*=swatch-opt] .swatch-attribute .swatch-option.text {
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  border: none;
  border-bottom: 1px solid #ececec;
  width: 100%;
  display: block;
  padding: 18.5px 5px;
  color: #000;
}
.catalog-product-view [class*=swatch-opt] .swatch-attribute .swatch-option.text.disabled {
  opacity: 1;
}
.catalog-product-view [class*="swatch-opt"] .swatch-attribute .swatch-option.color,
.catalog-product-view [class*="swatch-opt"] .swatch-attribute .swatch-option.image {
  padding: 0;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50%;
  min-width: 16px;
  min-height: 16px;
  overflow: visible;
  border: 0;
  margin: 12px 9px;
}
.catalog-product-view [class*="swatch-opt"] .swatch-attribute .swatch-option.color:after,
.catalog-product-view [class*="swatch-opt"] .swatch-attribute .swatch-option.image:after {
  content: attr(aria-label);
  width: 130px;
  line-height: 18px;
  display: block !important;
  margin-left: 24px;
  background: transparent;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.4rem;
}
.catalog-product-view [class*="swatch-opt"] .swatch-attribute .swatch-option.color.selected,
.catalog-product-view [class*="swatch-opt"] .swatch-attribute .swatch-option.color:not(.disabled):hover,
.catalog-product-view [class*="swatch-opt"] .swatch-attribute .swatch-option.image.selected,
.catalog-product-view [class*="swatch-opt"] .swatch-attribute .swatch-option.image:not(.disabled):hover {
  border: none;
}
.catalog-product-view .data.item.content p {
  margin-bottom: 20px;
  line-height: 1.5;
  color: #666;
  font-size: 1.4rem;
}
.catalog-product-view .data.item.content strong {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.5;
  font-family: 'Roboto', 'Microsoft YaHei', 'PingFangSC-Medium';
}
body.locked,
html.locked {
  overflow-y: hidden !important;
}
@media (max-width: 1023px) {
  .catalog-product-view .page-wrapper .page-main > .columns {
    padding: 0;
    margin-top: 0;
  }
  .catalog-product-view .page-wrapper .product-wrap .product.media {
    padding: 0;
  }
  .catalog-product-view .page-wrapper .product-wrap > .product-info-main,
  .catalog-product-view .page-wrapper .main > .product.info.detailed,
  .catalog-product-view .page-wrapper .main > .product-details-category-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .swatch-option-tooltip {
    display: none !important;
  }
  .catalog-product-view .product-wrap > .product.media.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
  }
  .catalog-product-view .product.media.fixed .gallery-placeholder {
    position: relative;
    z-index: 1;
  }
  .catalog-product-view .product-wrap > .product-info-main {
    position: relative;
    z-index: 13;
    margin-top: 375px;
    background: #fff;
    padding-top: 20px;
    border-radius: 14px 14px 0 0;
    box-shadow: 0px -9px 15px 0px #e5e5e5, 0 0 0 #ffffff, 0 0 0 #ffffff, 0 0 0 #ffffff;
  }
  .catalog-product-view .product-info-main,
  .catalog-product-view .product.info.detailed {
    position: relative;
    z-index: 12;
    background: #fff;
    margin: 0;
  }
  .catalog-product-view .product.info.detailed {
    border-top: 30px solid #fff;
  }
  .catalog-product-view .swatch-attribute-wrap {
    position: fixed;
    background: #fff;
    width: 100%;
    bottom: -100%;
    left: 0;
    margin: 0;
    z-index: 33;
    transition: 0.2s bottom linear;
    border-radius: 14px 14px 0 0;
    padding: 20px;
    box-sizing: border-box;
  }
  .catalog-product-view .attribute-header {
    padding: 0 0 15px 0;
    position: relative;
    font-size: 2.2rem;
    color: #000000;
    border-bottom: 1px solid #ececec;
  }
  .catalog-product-view .attribute-header em {
    font-style: normal;
  }
  .catalog-product-view .action-close {
    position: absolute;
    right: 18px;
    top: 20px;
    background: url("../../frontend/Te/online/zh_Hans_CN/images/error-x.png") no-repeat right center;
    background-size: 18px auto;
    width: 26px;
    height: 26px;
    display: block;
  }
  .catalog-product-view .swatch-attribute-wrap .action-close {
    right: 0;
    top: 5px;
  }
  .catalog-product-view .product-options-wrapper.size {
    margin-top: 54px;
  }
  .catalog-product-view .product-options-wrapper.size.normal {
    margin-top: 0;
  }
  .catalog-product-view .product-options-wrapper.size + .product-options-bottom .box-tocart {
    position: relative;
  }
  .catalog-product-view .product-options-wrapper.size + .product-options-bottom .box-tocart .color-box {
    position: absolute;
    top: -107px;
    left: 0;
    width: 100%;
  }
  .catalog-product-view div[data-layer*="overlay"] {
    padding-right: 28px !important;
    background: url("../../frontend/Te/online/zh_Hans_CN/images/address_arrow.png") no-repeat right 17px;
    background-size: 18px auto;
  }
  .catalog-product-view .overlay-layer-content {
    background: #fff;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 33;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 20px;
    transition: 0.2s bottom linear;
    border-radius: 14px 14px 0 0;
    max-height: 60%;
  }
  .catalog-product-view .overlay-layer-content h3 {
    margin: 0;
    font-size: 2.2rem;
    font-family: 'Microsoft YaHei', 'PingFangSC-Medium';
    padding-bottom: 15px;
    border-bottom: 1px solid #ECECEC;
    color: #000;
  }
  .catalog-product-view .overlay-layer-content.overlay-hide {
    bottom: -100%;
  }
  .catalog-product-view .overlay-layer-content .overlay-text {
    padding: 20px 0;
    overflow-x: auto;
    height: 320px;
    box-sizing: border-box;
    transform: translate3d(0, 0, 0);
  }
  .catalog-product-view .overlay-layer-content .overlay-text strong {
    font-weight: normal;
    font-family: 'Microsoft YaHei', 'PingFangSC-Medium';
    color: #333;
  }
  .catalog-product-view .overlay-layer-content .overlay-text p {
    color: #666;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .catalog-product-view .attribute-footer {
    padding: 10px 18px 10px 23px !important;
    background: url("../../frontend/Te/online/zh_Hans_CN/images/sz.png") no-repeat left center !important;
    background-color: #fff !important;
    color: #00A0E8;
    font-weight: 400;
    font-size: 1.4rem;
    background-size: 18px auto !important;
    height: 20px;
    line-height: 20px;
  }
  .catalog-product-view .attribute-footer:after {
    content: "";
    background: url("../../frontend/Te/online/zh_Hans_CN/images/blue_arrow.png") no-repeat center;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 18px;
    background-size: 18px auto;
  }
  .catalog-product-view .size-table-item {
    padding-bottom: 15px;
  }
  .catalog-product-view .size-table-item h3 {
    font-size: 17px;
  }
  .catalog-product-view div[id*='overlay'] {
    display: none;
  }
  .catalog-product-view .product.detailed .data.content ul {
    list-style: outside;
    margin-left: 18px;
    margin-bottom: 12px;
  }
  .catalog-product-view .data.content .disc-size {
    margin-bottom: 15px;
  }
  .catalog-product-view .data.content .disc-size td {
    color: #000;
    line-height: 1.7;
    font-size: 1.4rem;
    width: 90%;
    padding: 0;
  }
  .catalog-product-view .data.content .disc-size .label {
    color: #555;
    padding-right: 10px;
    text-align-last: justify;
    white-space: nowrap;
    text-align: justify;
    width: auto;
  }
  .catalog-product-view .size-content {
    width: 100%;
    overflow: auto;
    margin-bottom: 40px;
  }
  .catalog-product-view .size-content h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .catalog-product-view .swatch-option-saleqty-text {
    font-size: 14px;
    float: right;
    color: #999;
    display: none;
  }
  .catalog-product-view #sizing-guide-tab-content {
    display: none !important;
  }
  .catalog-product-view .delivey-box-list {
    margin-top: -15px;
  }
  .catalog-product-view .delivey-box-list li {
    padding: 11px 0 13px 28px;
    color: #aaa;
    border-bottom: 1px solid #ececec;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .catalog-product-view .delivey-box-list li .desc {
    display: block;
    color: #aaa;
    font-size: 1.2rem;
  }
  .catalog-product-view .delivey-box-list li.active {
    background: url("../../frontend/Te/online/zh_Hans_CN/images/remind.png") no-repeat left 12px;
    background-size: 18px auto;
  }
  .catalog-product-view .delivey-box-list li.active {
    color: #000;
  }
  .catalog-product-view .delivey-box-list li.active .desc {
    color: #999;
  }
  .catalog-product-view li.savePrice {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    background-size: auto 60px !important;
  }
  .catalog-product-view li.savePrice.no-active {
    background: url("../../frontend/Te/online/zh_Hans_CN/images/blue_bg.png") no-repeat left center;
    background-size: auto 60px !important;
  }
  .catalog-product-view li.savePrice.red-style {
    background: url("../../frontend/Te/online/zh_Hans_CN/images/red_bg.png") no-repeat left center;
    background-size: auto 60px !important;
  }
  .catalog-product-view li.savePrice.green-style {
    background: url("../../frontend/Te/online/zh_Hans_CN/images/green_bg.png") no-repeat left center;
    background-size: auto 60px !important;
  }
  .catalog-product-view li.savePrice.no-discount {
    background: url("../../frontend/Te/online/zh_Hans_CN/images/blue_bgs.png") no-repeat left center;
    background-size: auto 60px !important;
  }
}
.product_size tbody tr td {
  background-color: #FFFFFF;
}
.product_size tbody tr:nth-child(odd) td {
  background-color: #F6F6F6;
}
.product_size td {
  width: 110px;
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
}
.size-table-scroll .product_size {
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
}
.size-table-scroll {
  overflow: auto;
}
.size-table-fixed {
  float: left;
  border-width: 0;
  border-right-style: solid;
  border-right-width: 6px;
  border-image: linear-gradient(to right, #000000, transparent) 5 20;
}
.vertical .product_size tbody tr td:first-child {
  font-family: 'Roboto', 'Microsoft YaHei', 'PingFangSC-Medium';
  color: #000;
  font-weight: 500;
}
.fotorama__wrap--css3 .fotorama__stage {
  transform: none !important;
}
.collateral-tabs dt {
  font-weight: normal;
}
.size-table-fixed.vertical {
  float: none;
  border-image: none;
  border: none;
}
.size-table-fixed.vertical tr,
.size-table-scroll.vertical tr {
  display: table-cell;
  vertical-align: top;
}
.size-table-fixed.vertical tr td,
.size-table-scroll.vertical tr td:nth-child(odd) {
  background-color: #F6F6F6 !important;
}
.size-table-scroll.vertical tr td {
  background-color: #fff !important;
  font-weight: normal !important;
  display: block !important;
}
.size-table-scroll.vertical {
  overflow: auto;
  max-height: 240px;
}
.vertical .product_size td {
  width: auto;
}
body.overlay-scroll-fixed {
  overflow: hidden;
  position: fixed;
}
body.overlay-scroll-fixed .toolbar_2_0 {
  display: none !important;
}
section.sizechart,
.sizechart-container {
  display: none !important;
}
@media (max-width: 479px) {
  [class*="swatch-opt"] .swatch-attribute .swatch-option.color:after,
  [class*="swatch-opt"] .swatch-attribute .swatch-option.image:after {
    width: 112px;
  }
}
.block.related {
  position: relative;
}
.block.related .title {
  text-align: center;
}
.block.related .title strong {
  margin-top: 0;
}
.block.related .block-actions .select {
  padding: 0;
  line-height: 1;
  background: transparent;
  color: #111111;
}
.block.related .block-actions .select:hover {
  color: #ededed;
}
.block.upsell {
  position: relative;
}
.block.upsell .title {
  text-align: center;
}
.block.upsell .title strong {
  margin-top: 0;
}
.block.upsell .block-actions button.action.select,
.block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action.action.select,
.block.upsell .block-actions .action-gift.action.select {
  color: #111111;
}
.block.upsell .block-actions button.action.select:hover,
.block.upsell .block-actions .cart.table-wrapper .actions-toolbar > .action.action.select:hover,
.block.upsell .block-actions .action-gift.action.select:hover {
  text-decoration: underline;
}
.products-grid.products-upsell {
  padding: 0;
}
.products-grid.products-upsell .owl-carousel .owl-nav {
  top: -15px;
}
.block.crosssell {
  position: relative;
}
.block.crosssell .title {
  text-align: center;
}
.block.crosssell .title strong {
  margin-top: 0;
}
.block.crosssell .owl-controls {
  top: -30px;
}
.product-options-wrapper .fieldset > br {
  display: none;
}
.product-options-wrapper .downloads {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.category-view {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.category-view .category-image {
  box-sizing: border-box;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .category-view .category-image {
    display: block;
    flex-basis: auto;
    padding: 0;
    text-align: center;
  }
  .category-view .category-image .image {
    display: inline-block;
    text-align: center;
  }
}
.category-view .category-description {
  flex-basis: 70%;
  flex-grow: 1;
  padding: 18px 15px;
  background-color: #F5F5F5;
  margin-bottom: 6px;
}
.customer-account:not(.logged) .account.links > li:first-child {
  display: none;
}
@media (max-width: 1599px) {
  .account .column.main .block:not(.widget) .box-title > span,
  .multicheckout .box-title > span,
  .paypal-review .block .box-title > span,
  .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
  [class^="sales-guest-"] .column.main .block:not(.widget) .box-title > span,
  .sales-guest-view .column.main .block:not(.widget) .box-title > span {
    font-size: 16px;
  }
}
.form-create-account .fieldset,
.form-edit-account .fieldset,
.form-address-edit .fieldset,
.form-login .fieldset,
.block-addresses-list .fieldset,
.form-newsletter-manage .fieldset,
.downloadable-customer-products .fieldset,
.my-reviews-table__wrapper .fieldset,
.account-billing-agreements__wrapper .fieldset {
  margin-bottom: 30px;
}
.form-create-account .actions-toolbar,
.form-edit-account .actions-toolbar,
.form-address-edit .actions-toolbar,
.form-login .actions-toolbar,
.block-addresses-list .actions-toolbar,
.form-newsletter-manage .actions-toolbar,
.downloadable-customer-products .actions-toolbar,
.my-reviews-table__wrapper .actions-toolbar,
.account-billing-agreements__wrapper .actions-toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}
.form-create-account .actions-toolbar .primary + .secondary,
.form-edit-account .actions-toolbar .primary + .secondary,
.form-address-edit .actions-toolbar .primary + .secondary,
.form-login .actions-toolbar .primary + .secondary,
.block-addresses-list .actions-toolbar .primary + .secondary,
.form-newsletter-manage .actions-toolbar .primary + .secondary,
.downloadable-customer-products .actions-toolbar .primary + .secondary,
.my-reviews-table__wrapper .actions-toolbar .primary + .secondary,
.account-billing-agreements__wrapper .actions-toolbar .primary + .secondary {
  margin: 8px 0 0;
}
.form-edit-account .fieldset .field.password div.mage-error,
.form-create-account .fieldset .field.password div.mage-error {
  top: calc(100% - 65px);
}
.form-edit-account .fieldset .field #password-strength-meter-container,
.form-create-account .fieldset .field #password-strength-meter-container {
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  margin-top: 15px;
}
.form-edit-account .fieldset .field #password-strength-meter-container .password-strength-meter,
.form-create-account .fieldset .field #password-strength-meter-container .password-strength-meter {
  padding: 6px 8px;
  height: 20px;
  line-height: 20px;
  color: #222222;
}
.form-login .primary {
  margin-bottom: 4px;
}
body.account .main .message.info.empty {
  color: #31708f;
  background-color: #d9edf7;
  padding: 0.8rem 3.5rem 0.8rem 3rem;
  margin-bottom: 30px;
  border: 1px solid #bce8f1;
  border-radius: 2px;
  position: relative;
  font-size: 14px;
}
body.account .block-title {
  position: relative;
}
body.account .block-title .action {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 479px) {
  body.account .block-title a.action {
    margin-top: 15px;
  }
}
body.account .box address {
  margin-bottom: 1rem;
}
body.account .box a.action {
  padding: 4px 8px;
  color: #ffffff;
  background: #666666;
}
body.account .box a.action:hover {
  color: #ffffff;
  background: #111111;
}
body.account .box * + a.action {
  margin-top: 10px;
}
body.account .column.main .block:not(.widget) .block-content .row .box {
  float: none;
  width: auto;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  body.account .column.main .block:not(.widget) .block-content .row .box {
    height: 100%;
  }
}
.sidebar .account-navigation {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .sidebar .account-navigation li {
    margin-top: 12px;
  }
}
.sidebar .account-navigation li.current strong {
  font-weight: 700;
  color: #111111;
}
@media (max-width: 1023px) {
  .sidebar .account-navigation li.current strong {
    font-size: 16px;
    line-height: 18px;
  }
}
.sidebar .account-navigation a {
  color: #111111;
}
.sidebar .account-navigation a:hover {
  color: #222222;
}
@media (max-width: 1023px) {
  .sidebar .account-navigation a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
  }
}
.block-dashboard-orders,
.block-dashboard-info,
.block-dashboard-addresses,
.block-reviews-dashboard,
.customer-account-edit .form-edit-account,
.block-addresses-default,
.block-addresses-list,
.custome-downloadable-products__wrapper,
.orders-history__wrapper,
.form-newsletter-manage,
.my-reviews-table__wrapper,
.account-billing-agreements__wrapper {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 20px;
}
.block-dashboard-orders .block-title,
.block-dashboard-info .block-title,
.block-dashboard-addresses .block-title,
.block-reviews-dashboard .block-title,
.customer-account-edit .form-edit-account .block-title,
.block-addresses-default .block-title,
.block-addresses-list .block-title,
.custome-downloadable-products__wrapper .block-title,
.orders-history__wrapper .block-title,
.form-newsletter-manage .block-title,
.my-reviews-table__wrapper .block-title,
.account-billing-agreements__wrapper .block-title,
.block-dashboard-orders .legend,
.block-dashboard-info .legend,
.block-dashboard-addresses .legend,
.block-reviews-dashboard .legend,
.customer-account-edit .form-edit-account .legend,
.block-addresses-default .legend,
.block-addresses-list .legend,
.custome-downloadable-products__wrapper .legend,
.orders-history__wrapper .legend,
.form-newsletter-manage .legend,
.my-reviews-table__wrapper .legend,
.account-billing-agreements__wrapper .legend {
  color: #222222;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 29px;
}
.block-dashboard-orders .block-title > strong,
.block-dashboard-info .block-title > strong,
.block-dashboard-addresses .block-title > strong,
.block-reviews-dashboard .block-title > strong,
.customer-account-edit .form-edit-account .block-title > strong,
.block-addresses-default .block-title > strong,
.block-addresses-list .block-title > strong,
.custome-downloadable-products__wrapper .block-title > strong,
.orders-history__wrapper .block-title > strong,
.form-newsletter-manage .block-title > strong,
.my-reviews-table__wrapper .block-title > strong,
.account-billing-agreements__wrapper .block-title > strong,
.block-dashboard-orders .legend > strong,
.block-dashboard-info .legend > strong,
.block-dashboard-addresses .legend > strong,
.block-reviews-dashboard .legend > strong,
.customer-account-edit .form-edit-account .legend > strong,
.block-addresses-default .legend > strong,
.block-addresses-list .legend > strong,
.custome-downloadable-products__wrapper .legend > strong,
.orders-history__wrapper .legend > strong,
.form-newsletter-manage .legend > strong,
.my-reviews-table__wrapper .legend > strong,
.account-billing-agreements__wrapper .legend > strong,
.block-dashboard-orders .block-title > span,
.block-dashboard-info .block-title > span,
.block-dashboard-addresses .block-title > span,
.block-reviews-dashboard .block-title > span,
.customer-account-edit .form-edit-account .block-title > span,
.block-addresses-default .block-title > span,
.block-addresses-list .block-title > span,
.custome-downloadable-products__wrapper .block-title > span,
.orders-history__wrapper .block-title > span,
.form-newsletter-manage .block-title > span,
.my-reviews-table__wrapper .block-title > span,
.account-billing-agreements__wrapper .block-title > span,
.block-dashboard-orders .legend > span,
.block-dashboard-info .legend > span,
.block-dashboard-addresses .legend > span,
.block-reviews-dashboard .legend > span,
.customer-account-edit .form-edit-account .legend > span,
.block-addresses-default .legend > span,
.block-addresses-list .legend > span,
.custome-downloadable-products__wrapper .legend > span,
.orders-history__wrapper .legend > span,
.form-newsletter-manage .legend > span,
.my-reviews-table__wrapper .legend > span,
.account-billing-agreements__wrapper .legend > span {
  font-weight: 300;
}
.block-dashboard-orders .block-title a.action,
.block-dashboard-info .block-title a.action,
.block-dashboard-addresses .block-title a.action,
.block-reviews-dashboard .block-title a.action,
.customer-account-edit .form-edit-account .block-title a.action,
.block-addresses-default .block-title a.action,
.block-addresses-list .block-title a.action,
.custome-downloadable-products__wrapper .block-title a.action,
.orders-history__wrapper .block-title a.action,
.form-newsletter-manage .block-title a.action,
.my-reviews-table__wrapper .block-title a.action,
.account-billing-agreements__wrapper .block-title a.action,
.block-dashboard-orders .legend a.action,
.block-dashboard-info .legend a.action,
.block-dashboard-addresses .legend a.action,
.block-reviews-dashboard .legend a.action,
.customer-account-edit .form-edit-account .legend a.action,
.block-addresses-default .legend a.action,
.block-addresses-list .legend a.action,
.custome-downloadable-products__wrapper .legend a.action,
.orders-history__wrapper .legend a.action,
.form-newsletter-manage .legend a.action,
.my-reviews-table__wrapper .legend a.action,
.account-billing-agreements__wrapper .legend a.action {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  top: 50%;
  margin-top: -7px;
  padding: 0;
}
.block-dashboard-orders .block-title a.action:before,
.block-dashboard-info .block-title a.action:before,
.block-dashboard-addresses .block-title a.action:before,
.block-reviews-dashboard .block-title a.action:before,
.customer-account-edit .form-edit-account .block-title a.action:before,
.block-addresses-default .block-title a.action:before,
.block-addresses-list .block-title a.action:before,
.custome-downloadable-products__wrapper .block-title a.action:before,
.orders-history__wrapper .block-title a.action:before,
.form-newsletter-manage .block-title a.action:before,
.my-reviews-table__wrapper .block-title a.action:before,
.account-billing-agreements__wrapper .block-title a.action:before,
.block-dashboard-orders .legend a.action:before,
.block-dashboard-info .legend a.action:before,
.block-dashboard-addresses .legend a.action:before,
.block-reviews-dashboard .legend a.action:before,
.customer-account-edit .form-edit-account .legend a.action:before,
.block-addresses-default .legend a.action:before,
.block-addresses-list .legend a.action:before,
.custome-downloadable-products__wrapper .legend a.action:before,
.orders-history__wrapper .legend a.action:before,
.form-newsletter-manage .legend a.action:before,
.my-reviews-table__wrapper .legend a.action:before,
.account-billing-agreements__wrapper .legend a.action:before {
  content: '';
  display: none;
}
.block-dashboard-orders .block-title a.action span,
.block-dashboard-info .block-title a.action span,
.block-dashboard-addresses .block-title a.action span,
.block-reviews-dashboard .block-title a.action span,
.customer-account-edit .form-edit-account .block-title a.action span,
.block-addresses-default .block-title a.action span,
.block-addresses-list .block-title a.action span,
.custome-downloadable-products__wrapper .block-title a.action span,
.orders-history__wrapper .block-title a.action span,
.form-newsletter-manage .block-title a.action span,
.my-reviews-table__wrapper .block-title a.action span,
.account-billing-agreements__wrapper .block-title a.action span,
.block-dashboard-orders .legend a.action span,
.block-dashboard-info .legend a.action span,
.block-dashboard-addresses .legend a.action span,
.block-reviews-dashboard .legend a.action span,
.customer-account-edit .form-edit-account .legend a.action span,
.block-addresses-default .legend a.action span,
.block-addresses-list .legend a.action span,
.custome-downloadable-products__wrapper .legend a.action span,
.orders-history__wrapper .legend a.action span,
.form-newsletter-manage .legend a.action span,
.my-reviews-table__wrapper .legend a.action span,
.account-billing-agreements__wrapper .legend a.action span {
  display: block;
}
.block-dashboard-orders .table-caption,
.block-dashboard-info .table-caption,
.block-dashboard-addresses .table-caption,
.block-reviews-dashboard .table-caption,
.customer-account-edit .form-edit-account .table-caption,
.block-addresses-default .table-caption,
.block-addresses-list .table-caption,
.custome-downloadable-products__wrapper .table-caption,
.orders-history__wrapper .table-caption,
.form-newsletter-manage .table-caption,
.my-reviews-table__wrapper .table-caption,
.account-billing-agreements__wrapper .table-caption {
  display: none;
}
.block-dashboard-info .box,
.block-dashboard-addresses .box,
.box-billing-address .box,
.box-address-shipping .box,
.block-dashboard-info.box,
.block-dashboard-addresses.box,
.box-billing-address.box,
.box-address-shipping.box {
  background: #f6f6f6;
  padding: 10px 20px 10px 15px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 480px) {
  .block-dashboard-info .box,
  .block-dashboard-addresses .box,
  .box-billing-address .box,
  .box-address-shipping .box,
  .block-dashboard-info.box,
  .block-dashboard-addresses.box,
  .box-billing-address.box,
  .box-address-shipping.box {
    padding: 20px 20px 25px 25px;
  }
}
.block-dashboard-info .box-title,
.block-dashboard-addresses .box-title,
.box-billing-address .box-title,
.box-address-shipping .box-title {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 22px;
}
.block-dashboard-info .box-content,
.block-dashboard-addresses .box-content,
.box-billing-address .box-content,
.box-address-shipping .box-content {
  line-height: 2;
}
.block-dashboard-info .box-content p,
.block-dashboard-addresses .box-content p,
.box-billing-address .box-content p,
.box-address-shipping .box-content p {
  margin-bottom: 18px;
}
.block-dashboard-info .box-actions .action.edit,
.block-dashboard-addresses .box-actions .action.edit,
.box-billing-address .box-actions .action.edit,
.box-address-shipping .box-actions .action.edit {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  color: #666666;
}
.block-dashboard-info .box-actions .action.edit:before,
.block-dashboard-addresses .box-actions .action.edit:before,
.box-billing-address .box-actions .action.edit:before,
.box-address-shipping .box-actions .action.edit:before {
  content: "\edc3";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.block-dashboard-info .box-actions .action.edit span,
.block-dashboard-addresses .box-actions .action.edit span,
.box-billing-address .box-actions .action.edit span,
.box-address-shipping .box-actions .action.edit span {
  display: none;
}
.block-dashboard-info .box-actions .action.edit:hover,
.block-dashboard-addresses .box-actions .action.edit:hover,
.box-billing-address .box-actions .action.edit:hover,
.box-address-shipping .box-actions .action.edit:hover {
  color: #111111;
  background: transparent;
}
.block-addresses-list .block-content {
  background: #f6f6f6;
  padding: 20px 20px 25px 25px;
  margin-bottom: 25px;
  position: relative;
}
.block-addresses-list .block-content .action.edit,
.block-addresses-list .block-content .action.delete {
  position: absolute;
  top: 22px;
  right: 15px;
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  color: #666666;
}
.block-addresses-list .block-content .action.edit:hover,
.block-addresses-list .block-content .action.delete:hover {
  color: #111111;
}
.block-addresses-list .block-content .action.delete {
  right: 35px;
}
.block-reviews-dashboard .items li {
  padding: 9px 16px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-reviews-dashboard .items li:nth-child(odd) {
  background: #222222;
}
.block-dashboard-orders .table-order-items td.actions a {
  font-weight: 700;
}
.block-dashboard-orders .table-order-items td.actions a.view {
  padding-right: 8px;
}
.customer-address-index .block-addresses-list .block-content .action.edit,
.customer-address-index .block-addresses-list .block-content .action.delete {
  position: inherit !important;
}
#add-recipient-button {
  margin-bottom: 1em;
}
.popup-authentication .block-authentication {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.popup-authentication .block-authentication > .block {
  padding-top: 25px;
}
.popup-authentication .block[class],
.popup-authentication .form-login,
.popup-authentication .fieldset,
.popup-authentication .block-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup-authentication .block:first-child {
  padding: 0 0 32px 0;
}
.popup-authentication .block + .block {
  border-top: 1px solid #e2e2e2;
  padding: 32px 0;
}
.popup-authentication .block-new-customer .block-title {
  margin-bottom: 8px;
}
.popup-authentication .block-new-customer .block-content ul {
  margin-bottom: 32px;
}
.popup-authentication .block-new-customer .block-content li {
  list-style: disc inside;
}
.popup-authentication .block-title {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 22px;
}
.account-nav .account-nav-content .item a {
  color: #666666;
}
.account-nav .account-nav-content .item a:hover {
  color: #111111;
  background: transparent;
}
.account-nav .account-nav-content .item .delimiter {
  margin-left: 1.3rem;
}
.account-nav .account-nav-content .item.current {
  color: #111111;
}
.account-nav .account-nav-content .item.current strong {
  border-color: transparent;
}
@media (max-width: 1023px) {
  .login-container .block .block-title {
    font-size: 1.2rem;
  }
  .password.forget {
    padding-right: 15px;
    padding-left: 15px;
  }
  .login-container .fieldset .field {
    position: relative;
    padding-left: 55px;
    margin-bottom: 7px;
  }
  .login-container .fieldset .field .label {
    position: absolute;
    left: 0;
    top: 20px;
  }
  .login-container .block-customer-login {
    margin-bottom: 0 !important;
  }
  .login-container .block-customer-login .fieldset.login {
    margin-bottom: 0 !important;
  }
  .login-container .form-login .actions-toolbar {
    margin-top: 0;
  }
  .login-container .form-login .actions-toolbar .secondary {
    padding-top: 80px;
  }
  .login-container .block-new-customer {
    position: relative;
  }
  .login-container .block-new-customer .actions-toolbar {
    margin-top: 0;
    position: absolute;
    top: -150px;
    width: 100%;
  }
}
html.rtl body.account .block-title .action {
  right: auto;
  left: 0;
}
html.rtl .block-dashboard-info .box-actions .action.edit,
html.rtl .block-dashboard-addresses .box-actions .action.edit,
html.rtl .box-billing-address .box-actions .action.edit,
html.rtl .box-address-shipping .box-actions .action.edit {
  right: auto;
  left: 15px;
}
html.rtl .block-addresses-list .block-content .action.edit,
html.rtl .block-addresses-list .block-content .action.delete {
  right: auto;
  left: 15px;
}
html.rtl .block-addresses-list .block-content .action.delete {
  right: auto;
  left: 35px;
}
html.rtl .block-dashboard-orders .table-order-items td.actions a.view {
  padding-right: 0;
  padding-left: 8px;
}
html.rtl .account-nav .account-nav-content .item .delimiter {
  margin-left: 0;
  margin-right: 1.3rem;
}
@media (max-width: 1023px) {
  html.rtl .block-addresses-default,
  html.rtl .block-addresses-list {
    border: none;
  }
  html.rtl .customer-address-index .column.main {
    padding: 0 15px 20px;
  }
}
.customer-account-edit .actions-toolbar > .secondary {
  display: none !important;
}
.block-addresses-default,
.block-addresses-list,
.block-dashboard-info,
.block-dashboard-addresses,
.block-dashboard-orders {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.block-reviews-dashboard .block-title .action.view {
  margin-top: 25px;
}
.block-reviews-dashboard .items li {
  padding: 4px 0;
}
.block-reviews-dashboard .items li:nth-child(odd) {
  background: transparent;
}
.filter-wrapper *,
.filter-wrapper *:before,
.filter-wrapper:after {
  box-sizing: border-box;
}
.sidebar .filter-wrapper .filter-subtitle {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 5px;
  border-bottom: 3px solid #ededed;
  margin-bottom: 16px;
  color: #222222;
  text-transform: uppercase;
}
#layered-filter-block .modal-slide._show {
  background-color: transparent;
  z-index: 20 !important;
}
#layered-filter-block .modal-slide._show a,
#layered-filter-block .modal-slide._show a > span {
  transition: color .3s ease;
}
.filter-current--wrapper {
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 40px;
}
.filter-current--wrapper .filter-current .item {
  position: relative;
  display: block;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.02em;
}
.filter-current--wrapper .filter-current .item .action.remove {
  position: absolute;
  top: 0;
  right: 0;
  color: #222222;
}
.filter-current--wrapper .filter-current .item .action.remove:hover {
  color: #ff3e69;
}
.filter-current--wrapper .filter-current .filter-label:after {
  content: ':';
}
.filter-current--wrapper .filter-current .remove {
  margin-left: auto;
  line-height: 0;
}
.filter-current--wrapper .filter-current .remove:before {
  content: "\ec2a";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.filter-current--wrapper .filter-current .remove:before {
  font-size: 18px;
  line-height: 1;
}
.filter-current--wrapper .filter-current .remove span {
  display: none;
}
.filter-current--wrapper .filter-label {
  display: inline-block;
  font-weight: 400;
  color: #222222;
}
.filter-current--wrapper .filter-actions {
  margin-bottom: 0;
  line-height: 1.3;
}
.filter-current--wrapper .filter-clear {
  color: #ff3e69;
  text-decoration: underline;
}
.filter-current--wrapper .filter-clear:hover {
  color: #666666;
}
.filter-current-subtitle {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
.filter-options .filter-options-item {
  margin-top: 20px;
}
.filter-options .filter-options-title {
  color: #222222;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
}
.filter-options .filter-options-title:before {
  content: "\ec37";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.filter-options .filter-options-title:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  padding: 5px 0;
}
.filter-options .filter-options-title[role="tab"] {
  margin-bottom: 0;
}
.filter-options .filter-options-title[role="tab"]:before {
  top: 0;
}
.filter-options .filter-options-title[aria-expanded="false"]:before {
  content: "\ec36";
}
.filter-options .filter-options-content {
  padding: 8px 0 2px;
  margin-bottom: 0;
}
.filter-options .filter-options-content .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 4px 0;
}
.filter-options .filter-options-content .item a {
  text-transform: capitalize;
  color: #666666;
}
.filter-options .filter-options-content .item a:hover {
  color: #111111;
}
.filter-options .filter-options-content .item a:first-child {
  flex: 0 1 auto;
  padding-right: 8px;
  box-sizing: border-box;
}
.filter-options .filter-options-content .item a:last-child {
  flex: 1 0 auto;
  text-align: right;
}
.filter-options .filter-options-content .count {
  color: #111111;
  padding-left: 4px;
}
.filter-options .filter-options-content a:hover .count {
  color: #222222;
}
.filter-options .price-slider .slider-fields a.action {
  margin-top: 8px;
}
button.action.filter-toggle,
.cart.table-wrapper .actions-toolbar > .action.action.filter-toggle,
.action-gift.action.filter-toggle {
  flex-basis: 100%;
  padding: 11px 20px;
  background-color: #111111;
}
button.action.filter-toggle:before,
.cart.table-wrapper .actions-toolbar > .action.action.filter-toggle:before,
.action-gift.action.filter-toggle:before {
  content: "\ea86";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
button.action.filter-toggle span,
.cart.table-wrapper .actions-toolbar > .action.action.filter-toggle span,
.action-gift.action.filter-toggle span {
  padding-left: 5px;
}
.toolbar-bottom button.action.filter-toggle,
.toolbar-bottom .cart.table-wrapper .actions-toolbar > .action.action.filter-toggle,
.toolbar-bottom .action-gift.action.filter-toggle {
  display: none !important;
}
.sidebar .price-slider {
  padding-top: 15px;
}
.sidebar .price-slider .slider-fields .slider-input {
  margin-top: 15px;
}
.sidebar .price-slider .slider-fields label {
  color: #666666;
  font-weight: 700;
  text-transform: capitalize;
}
.sidebar .price-slider .ui-slider-handle {
  background: #111111;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-left: -10px;
  margin-top: -5px;
  transition: none;
}
.sidebar .price-slider .ui-slider-handle:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #ffffff;
}
.sidebar .price-slider .ui-slider-range {
  position: absolute;
  height: 100%;
  background: #111111;
}
.filter-slide .modal-header {
  padding: 0;
}
html.rtl .filter-current--wrapper .filter-current .item .action.remove {
  right: auto;
  left: 0;
}
html.rtl .filter-current--wrapper .filter-current .filter-value {
  padding-left: 0;
  padding-right: 4px;
}
html.rtl .filter-current--wrapper .filter-current .remove {
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  padding-left: 5px;
}
html.rtl .filter-options .filter-options-title {
  padding-right: 0;
  padding-left: 30px;
}
html.rtl .filter-options .filter-options-title:before {
  right: auto;
  left: 0;
}
html.rtl .filter-options .filter-options-content .item a:first-child {
  padding-right: 0;
  padding-left: 8px;
}
html.rtl .filter-options .filter-options-content .count {
  padding-left: 0;
  padding-right: 4px;
}
html.rtl button.action.filter-toggle,
html.rtl .cart.table-wrapper .actions-toolbar > .action.action.filter-toggle,
html.rtl .action-gift.action.filter-toggle {
  margin-right: 0;
  margin-left: 15px;
}
html.rtl button.action.filter-toggle span,
html.rtl .cart.table-wrapper .actions-toolbar > .action.action.filter-toggle span,
html.rtl .action-gift.action.filter-toggle span {
  padding-left: 0;
  padding-right: 5px;
}
html.rtl .sidebar .price-slider .ui-slider-handle {
  margin-left: 0;
  margin-right: -190px;
}
html.rtl .sidebar .price-slider .ui-slider-handle:after {
  left: auto;
  right: 2px;
}
.sales-order-view .page-title-wrapper {
  text-align: right;
  margin: 0 auto;
  max-width: 1200px;
}
.sales-order-print {
  text-align: center;
}
.sales-order-print .logo {
  display: inline-block;
  margin-bottom: 32px;
}
.sales-order-print .columns {
  text-align: left;
}
.sales-order-print .page-title {
  margin-bottom: 16px;
}
.sales-order-print .order-status {
  display: inline-block;
  font-size: 16px;
  width: 100%;
  margin-bottom: 8px;
}
.sales-order-print .order-date {
  display: inline-block;
  font-size: 16px;
  font-style: italic;
}
.order-details-items table.table-order-items caption {
  display: none;
}
@media (min-width: 1024px) {
  .order-details-items table.table-order-items tbody:nth-child(odd) {
    background: #f6f6f6;
  }
}
.order-details-items table.table-order-items tbody:first-child:last-child tr {
  background: transparent;
}
.order-details-items table.table-order-items tbody > tr > td {
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .order-details-items table.table-order-items td.name:before {
    background: transparent;
  }
}
.order-details-items table.table-order-items .product-item-name {
  font-weight: 700;
}
.order-details-items table.table-order-items .item-options {
  display: block;
}
.order-details-items table.table-order-items .item-options dt,
.order-details-items table.table-order-items .item-options dd {
  display: inline;
  font-size: 12px;
}
.order-details-items table.table-order-items .item-options dt:after {
  content: ':';
}
.order-details-items table.table-order-items .item-options dd {
  padding: 0 8px 0 4px;
}
.order-details-items table.table-order-items .item-options dd:after {
  content: ';';
}
.order-details-items table.table-order-items tfoot {
  border-top: 1px solid #e2e2e2;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .order-details-items table.table-order-items tfoot {
    background: #f6f6f6;
  }
}
.order-details-items .block-order-details-view .block-content .box-title {
  margin-top: 8px;
  margin-bottom: 8px;
}
.box-order-billing-address .box-title,
.box-order-billing-method .box-title {
  margin-top: 8px;
  margin-bottom: 8px;
}
.order-links {
  font-size: 18px;
}
.order-links strong {
  font-weight: normal;
}
.order-details-items .order-title {
  display: none;
}
.block-order-details-view {
  padding: 20px 0 0;
  overflow: hidden;
}
.block-order-details-view .block-content .box {
  display: inline-block;
  min-width: 50%;
  float: left;
  padding-right: 15px;
  border-top: solid 1px #e2e2e2;
  box-sizing: border-box;
}
.block-order-details-view .block-content .box.box-order-billing-address {
  clear: both;
}
@media (max-width: 1023px) {
  .block-order-details-view .block-content .box {
    min-width: 100%;
  }
}
.orders-history__wrapper .table-title {
  display: block;
  margin-bottom: 16px;
}
.orders-history__wrapper .toolbar {
  justify-content: flex-start;
  margin-bottom: 20px;
}
.orders-history__wrapper .toolbar .pager {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.orders-history__wrapper .toolbar .pager .toolbar-amount,
.orders-history__wrapper .toolbar .pager .limiter {
  flex-basis: auto;
  padding-top: 0;
}
.orders-history__wrapper .toolbar .pager .toolbar-amount {
  margin-top: 0;
  margin-left: 15px;
}
.orders-history__wrapper .toolbar .pager .field {
  padding: 0;
}
.orders-history__wrapper .table-order-items caption {
  display: none;
}
html.rtl .orders-history__wrapper .toolbar .pager .toolbar-amount {
  margin-left: 0;
  margin-right: 15px;
}
.block-reorder .no-display {
  display: none !important;
}
#reorder-validate-detail strong.subtitle {
  display: none;
}
#reorder-validate-detail .actions-toolbar .primary {
  margin-bottom: 4px;
}
#reorder-validate-detail .actions-toolbar .secondary a {
  width: 100%;
}
#reorder-validate-detail .actions-toolbar .secondary {
  float: none;
}
#cart-sidebar-reorder {
  margin-bottom: 8px;
}
#cart-sidebar-reorder .product-item {
  padding: 8px 0;
  line-height: 23px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#cart-sidebar-reorder .product-item:first-child {
  padding-top: 0;
}
#cart-sidebar-reorder .field {
  padding: 0;
}
#cart-sidebar-reorder .item.choice label span {
  display: none;
}
#cart-sidebar-reorder .checkbox {
  margin: 0;
  vertical-align: middle;
}
#cart-sidebar-reorder .product-item-name {
  padding: 0 4px 0 5px;
  font-size: 14px;
  line-height: 18px;
}
#cart-sidebar-reorder .product-item-link {
  color: #222222;
}
#cart-sidebar-reorder .product-item-link:hover {
  color: #111111;
}
#cart-sidebar-reorder .control input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#cart-sidebar-reorder .control .label:before {
  display: inline-block;
  font-size: 16px;
  line-height: 1rem;
  width: 18px;
  height: 18px;
  font-style: normal;
  vertical-align: baseline;
  color: #111111;
  text-align: center;
  padding-top: 2px;
}
#cart-sidebar-reorder input[type=checkbox] + .label:before {
  content: "\e903";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
#cart-sidebar-reorder input[type=checkbox]:checked + .label:before {
  content: "\e902";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
#cart-sidebar-reorder input[type=checkbox]:disabled:checked + .label:before {
  content: "\e902";
  display: inline-block;
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  pointer-events: none;
  opacity: .6;
}
html.rtl #cart-sidebar-reorder .product-item-name {
  padding-right: 12px;
  padding-left: 4px;
}
@media print {
  .sales-order-view .sidebar,
  .sales-order-print .sidebar,
  .sales-order-view .order-actions-toolbar,
  .sales-order-print .order-actions-toolbar,
  .sales-order-view .actions-toolbar a.back,
  .sales-order-print .actions-toolbar a.back,
  .sales-order-view .sm-header-nav-wrap,
  .sales-order-print .sm-header-nav-wrap,
  .sales-order-view .sm-header-panel-canvas,
  .sales-order-print .sm-header-panel-canvas,
  .sales-order-view .page-header__panel,
  .sales-order-print .page-header__panel,
  .sales-order-view .header-info,
  .sales-order-print .header-info,
  .sales-order-view .header-bottom-wrap,
  .sales-order-print .header-bottom-wrap,
  .sales-order-view .copyright,
  .sales-order-print .copyright {
    display: none;
  }
  .sales-order-view #maincontent,
  .sales-order-print #maincontent {
    padding-top: 0;
    box-shadow: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
  .sales-order-view .page-header,
  .sales-order-print .page-header {
    height: auto !important;
  }
  .sales-order-view .page-title-wrapper .page-title,
  .sales-order-print .page-title-wrapper .page-title {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .sales-order-view .order-details-items,
  .sales-order-print .order-details-items {
    margin-bottom: 0;
  }
  .sales-order-view.page-layout-2columns-left .grid-left,
  .sales-order-print.page-layout-2columns-left .grid-left,
  .sales-order-view.page-layout-2columns-right .grid-left,
  .sales-order-print.page-layout-2columns-right .grid-left,
  .sales-order-view.page-layout-2columns-left .grid-right,
  .sales-order-print.page-layout-2columns-left .grid-right,
  .sales-order-view.page-layout-2columns-right .grid-right,
  .sales-order-print.page-layout-2columns-right .grid-right {
    display: none;
  }
  .sales-order-view.page-layout-2columns-left .grid-main,
  .sales-order-print.page-layout-2columns-left .grid-main,
  .sales-order-view.page-layout-2columns-right .grid-main,
  .sales-order-print.page-layout-2columns-right .grid-main {
    flex-basis: 100%;
  }
  .sales-order-view .block-order-details-view .col-m-6,
  .sales-order-print .block-order-details-view .col-m-6 {
    flex-basis: 50% !important;
    width: 50% !important;
  }
}
.sales-order-view .page-title-wrapper.show,
.sales-order-shipment .page-title-wrapper.show,
.sales-order-creditmemo .page-title-wrapper.show,
.clearance-order-clearance .page-title-wrapper.show {
  display: block !important;
  padding: 0;
  margin: 0;
}
.sales-order-view .page-title-wrapper h1,
.sales-order-shipment .page-title-wrapper h1,
.sales-order-creditmemo .page-title-wrapper h1,
.clearance-order-clearance .page-title-wrapper h1 {
  line-height: 60px;
  padding: 0;
  text-align: left;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.sales-order-shipment .page-title-wrapper h1 {
  padding: 0 20px;
}
.account .items.order-links {
  margin: 0 -20px;
  background-color: #F5F5F5;
  padding: 0 20px;
  border-bottom: 0;
}
.account .items.order-links li.item {
  font-size: 14px;
  color: #666;
  line-height: 48px;
}
.account .items.order-links li.item.current {
  border-bottom: 0.25rem solid #000;
}
.account.sales-order-view .main > h2 {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  padding: 0 20px;
  line-height: 60px;
  height: 60px;
}
.sales-order-shipment .tracking-wrap {
  margin: 30px 10px;
}
.tracking-wrap.loading {
  position: fixed;
  left: 50%;
  top: 150px;
  width: 100px;
  height: 100px;
  border-radius: 4px;
  background: #fff;
  z-index: 99;
  overflow: hidden;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  margin: 0 0 0 -50px;
}
.tracking-wrap.loading:after {
  content: "";
  display: inline-block !important;
  width: 30px;
  height: 30px;
  margin-top: 35px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/loading.png") no-repeat center;
  background-size: 24px auto;
  animation: loading 600ms linear 0s infinite;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.productview-shipment-index .page-title-wrapper {
  display: none !important;
}
.productview-shipment-index .tracking-wrap ul,
.sales-order-shipment .tracking-wrap ul {
  position: relative;
  padding-left: 20px;
}
.productview-shipment-index .tracking-wrap ul:after,
.sales-order-shipment .tracking-wrap ul:after {
  content: "";
  height: 100%;
  width: 2px;
  background: #DFE5E8;
  position: absolute;
  left: 0;
  top: 1px;
  z-index: 1;
}
.productview-shipment-index .tracking-wrap ul:before,
.sales-order-shipment .tracking-wrap ul:before {
  content: "";
  height: 30px;
  width: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.productview-shipment-index .tracking-wrap ul li,
.sales-order-shipment .tracking-wrap ul li {
  padding-bottom: 10px;
  list-style: none;
  position: relative;
}
.productview-shipment-index .tracking-wrap ul li a,
.sales-order-shipment .tracking-wrap ul li a {
  color: #00a0e8;
}
.productview-shipment-index .tracking-wrap ul li:after,
.sales-order-shipment .tracking-wrap ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 3px solid #DFE5E8;
  border-radius: 50%;
  position: absolute;
  left: -24px;
  top: 4px;
  background: #fff;
  z-index: 6;
}
.productview-shipment-index .tracking-wrap ul li:first-child:after,
.sales-order-shipment .tracking-wrap ul li:first-child:after {
  width: 10px;
  height: 10px;
  border-color: #00a0e8;
  left: -27px;
  top: 1px;
}
.productview-shipment-index .tracking-wrap ul li:last-child,
.sales-order-shipment .tracking-wrap ul li:last-child {
  padding-bottom: 0;
}
.productview-shipment-index .tracking-wrap .description,
.sales-order-shipment .tracking-wrap .description {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  margin-bottom: 1px;
}
.productview-shipment-index .tracking-wrap .time,
.sales-order-shipment .tracking-wrap .time {
  font-size: 12px;
  color: #999;
  line-height: 1;
}
@media (max-width: 1023px) {
  .sales-order-view .page-main {
    padding: 0 15px;
  }
  .sales-order-view .order-details-items {
    border-bottom: none;
  }
  .sales-order-view .order-details-items table.table-order-items tfoot {
    padding: 0 15px;
  }
  .sales-order-view .order-details-items table.table-order-items tfoot .subtotal th {
    padding-top: 10px;
    border: none;
  }
  .sales-order-view .page-main > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .sales-order-view .actions-toolbar a {
    font-size: 14px;
    color: #00a0e8;
  }
  .sales-order-view .block-order-details-view {
    padding: 20px 0 0;
    margin-bottom: 0;
  }
  .sales-order-view .block-order-details-view .block-content .box {
    padding-top: 15px;
  }
  .sales-order-view .table:not(.cart):not(.totals) tfoot > tr:first-child td {
    border-top: none;
  }
  .sales-order-invoice .order-details-items.invoice,
  .sales-order-creditmemo .order-details-items.invoice {
    border-bottom: none;
  }
  .sales-order-invoice .order-details-items.invoice tfoot,
  .sales-order-creditmemo .order-details-items.invoice tfoot {
    padding: 0;
    background: transparent;
  }
  .account .columns > .row {
    margin-right: 0;
    margin-left: 0;
  }
  .account .grid-left {
    padding: 0 !important;
  }
}
.sales-order-view .keep_paying {
  float: right;
  width: 50%;
  text-align: right;
}
.sales-order-view .keep_paying a {
  color: #00a0e8;
  font-size: 14px;
}
.sales-order-view .table-order-items .items-qty li.item:nth-child(2) {
  display: none !important;
}
.order-tracking .tracking-title {
  float: left;
  height: 24px;
  margin-bottom: 10px;
  padding-right: 10px;
}
.order-tracking .tracking-content {
  height: 24px;
  margin-bottom: 10px;
  display: block;
}
.sales-order-view .block-order-details-view .block-content .box {
  padding-top: 15px;
}
.sales-order-shipment .product-item-name,
.sales-order-invoice .product-item-name {
  font-weight: 400 !important;
}
.sales-order-shipment .actions-toolbar,
.sales-order-invoice .actions-toolbar {
  display: none;
}
.sales-order-shipment .block-content .box-title,
.sales-order-invoice .block-content .box-title {
  padding-top: 15px !important;
  font-weight: 400;
}
.account .box-content > .block-order-details-view {
  padding-top: 0 !important;
}
.account .box-content > .block-order-details-view .block-title {
  display: none !important;
}
.account .box-content > .block-order-details-view table tr td {
  padding-left: 0;
  padding-right: 0;
}
.sales-order-shipment .page-wrapper {
  width: 100%;
}
.sales-order-shipment .page-main .columns {
  margin-top: 0;
}
.sales-order-shipment .order-details-items.shipments {
  border: none;
  padding-bottom: 0;
}
.sales-order-shipment .track-box {
  padding: 20px 0 15px;
  overflow: hidden;
}
.sales-order-shipment .track-box h4 {
  font-size: 18px;
  color: #000000;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.sales-order-shipment .track-box .track-btn {
  float: right;
  font-size: 14px;
  color: #333;
  padding-right: 20px;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/shipment.png") no-repeat right center;
  background-size: 18px auto;
}
.sales-order-shipment .track-status-box {
  padding-top: 15px;
}
.sales-order-shipment .track-status-box span {
  color: #333;
  font-size: 14px;
  padding-right: 15px;
}
.sales-order-shipment .order-items-shipment .order-product-item {
  display: flex;
  flex-direction: column-reverse;
}
.sales-order-shipment .order-items-shipment:after {
  content: "";
  background: #F5F5F5;
  height: 10px;
  display: block;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 15px;
}
.sales-order-shipment .order-items-shipment .product-img {
  float: left;
  margin-right: 15px;
  width: 52px;
  text-align: center;
}
.sales-order-shipment .order-items-shipment .product-img img {
  max-width: 52px;
  max-height: 52px;
}
.sales-order-shipment .order-items-shipment .order-desc {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  min-height: 30px;
  width: auto;
  margin: 0;
}
.sales-order-shipment .order-items-shipment .order-desc p {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
  margin-bottom: 0;
  width: 100%;
}
.sales-order-shipment .order-items-shipment .order-desc h4 {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #000000;
  margin-top: 0;
  font-weight: 400;
}
.sales-order-shipment .order-items-shipment .order-desc .item-number {
  font-size: 12px;
  color: #666666;
  display: inline-block;
  vertical-align: bottom;
}
.sales-order-shipment .order-items-shipment .order-desc .price {
  color: #000000;
  font-size: 14px;
  float: left;
  font-weight: 500;
}
.sales-order-shipment .order-items-shipment:last-child:after {
  display: none;
}
/* order detail */
.sales-order-view .cutdown {
  letter-spacing: 1px;
}
.sales-order-view .table-wrapper {
  overflow: inherit;
}
.sales-order-view .table-wrapper,
.sales-order-view .order-details-items {
  margin-bottom: 0;
}
.sales-order-view .order-status {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/status_bg.png") no-repeat center bottom / 100% auto #00a0e8;
  color: #fff;
  padding: 20px;
  display: block;
  margin: 0 -20px;
  font-size: 12px;
}
.sales-order-view .order-status h4 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
  color: #ffffff;
  margin-top: 0;
}
.sales-order-view .order-status p {
  font-size: 12px;
}
.sales-order-view .order-item {
  padding: 20px 0 10px;
  position: relative;
}
.sales-order-view .order-item h5 {
  font-size: 16px;
  line-height: 1;
  color: #111;
  margin-bottom: 10px;
  margin-top: 0;
}
.sales-order-view .order-item .item-list li {
  overflow: hidden;
}
.sales-order-view .order-item .item-list li,
.sales-order-view .order-item .price-item {
  border-top: 1px solid #ECECEC;
  padding: 15px 0;
}
.sales-order-view .order-item .product-img {
  float: left;
  margin-right: 15px;
  width: 52px;
  text-align: center;
}
.sales-order-view .order-item .product-img img {
  max-width: 52px;
  max-height: 52px;
}
.sales-order-view .order-item .info {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  min-height: 30px;
  width: auto;
  margin: 0;
}
.sales-order-view .order-item .info p {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
  margin-bottom: 0;
  width: 100%;
}
.sales-order-view .order-item .qty {
  font-size: 12px;
  color: #666666;
  display: inline-block;
  vertical-align: bottom;
}
.sales-order-view .order-item .item-list .price {
  color: #000000;
  font-size: 14px;
  float: left;
  font-weight: 500;
}
.sales-order-view .order-item h3 {
  font-size: 14px;
  color: #000000;
  text-align: left;
  margin-bottom: 6px;
  margin-top: 0;
  line-height: 1.3;
  font-weight: 400;
}
.sales-order-view .order-item .pro-color {
  color: #888888;
  font-size: 12px;
  display: block;
  padding-bottom: 10px;
}
.sales-order-view .order-item .price-item {
  padding-bottom: 5px;
}
.sales-order-view .order-item .price-item p {
  display: table;
  width: 100%;
  margin-bottom: 8px;
}
.sales-order-view .order-item .price-item p > span {
  font-size: 14px;
  color: #222222;
  display: table-cell;
  text-align: right;
}
.sales-order-view .order-item .price-item .mark {
  text-align: left;
}
.sales-order-view .order-item .price-item .grand_total span,
.sales-order-view .order-item .price-item .grand_total span.amount .price {
  font-size: 16px;
  color: #111111;
}
.sales-order-view .order-item .price-item .grand_total span.amount {
  font-size: 14px;
  color: #666666;
}
.sales-order-view .order-foot {
  text-align: right;
  background: #ffffff;
}
.sales-order-view .order-foot .pay-btn {
  background: #00a0e8;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  text-align: center;
  min-width: 120px;
  border-radius: 3px;
  display: inline-block;
}
.sales-order-view .open-tax .order-open-tax {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 8px;
  line-height: 44px;
  color: #222;
  border: 1px solid #222;
  display: inline-block;
  padding: 0 25px;
  border-radius: 3px;
  background-color: #fff;
}
.sales-order-view .open-tax h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 1;
  color: #000000;
  height: 18px;
}
.sales-order-view .open-tax p {
  font-size: 14px;
  line-height: 1.4;
}
.sales-order-view .open-tax .tax-item-wrap {
  margin: 0 -8px;
  position: relative;
}
.sales-order-view .open-tax .tax-item-wrap .field {
  position: relative;
  padding: 0 8px 15px;
  overflow: hidden;
}
.sales-order-view .open-tax .tax-item-wrap > .field > label {
  box-sizing: border-box;
  line-height: 30px;
}
.sales-order-view .open-tax .tax-item-wrap input,
.sales-order-view .open-tax .tax-item-wrap input:focus {
  border: 1px solid #ececec;
  line-height: 42px;
  height: 42px;
}
.sales-order-view .open-tax .tax-item-wrap .checkbox:checked + .label {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/checked.png") no-repeat left center;
  background-size: 15px auto;
}
.sales-order-view .open-tax .tax-item-wrap > .field.required {
  padding-bottom: 10px;
}
.sales-order-view .open-tax .tax-item-wrap > .field.required > label:after {
  content: "*";
  vertical-align: middle;
  display: inline-block;
  padding-left: 2px;
  line-height: 1;
}
.sales-order-view .open-tax .tax-item-wrap > .field > .control {
  overflow: hidden;
}
.sales-order-view .open-tax .tax-item-wrap .col-md-6 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.sales-order-view .open-tax .tax-item-wrap .red input {
  border-color: #f94c69;
}
.sales-order-view .open-tax .tax-item-wrap .message {
  color: #f94c69;
  display: none;
  padding-left: 8px;
}
.sales-order-view .open-tax .tax-item-wrap .message p {
  color: #f94c69;
  font-size: 12px;
  margin-bottom: 8px;
}
.sales-order-view .open-tax .tax-item-wrap .actions-tool {
  text-align: right;
  padding: 0 8px 10px;
  position: absolute;
  bottom: 1px;
  right: 0;
}
.sales-order-view .open-tax .tax-item-wrap .actions-tool .submit {
  border-radius: 0 3px 3px 0;
  height: 41px;
  line-height: 42px;
  background-color: #00a0e8;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 25px;
}
.sales-order-view .open-tax .tax-wrap-box {
  padding: 15px 0 10px;
  margin-bottom: 10px;
  display: none;
  position: relative;
}
.sales-order-view .open-tax .tax-wrap-box h3 {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: 400;
}
.sales-order-view .open-tax .tax-wrap-box h3:before {
  height: 20px;
  content: "";
  border-top: 10px solid #ECECEC;
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}
.sales-order-view .tax-refund-infos {
  padding: 15px 0;
}
.sales-order-view .tax-refund-infos h3 {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: 400;
}
.sales-order-view .tax-refund-infos h3:before {
  height: 20px;
  content: "";
  border-top: 10px solid #ECECEC;
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}
.sales-order-view .tax-refund-infos h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 1;
  color: #000000;
}
.sales-order-view .tax-refund-infos p {
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 5px;
  text-align: left;
}
.sales-order-view .tax-refund-infos b {
  font-weight: 400;
}
.sales-order-view .tax-refund-infos .action-tool {
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 10px;
}
.sales-order-view .tax-refund-infos .action-tool .button {
  width: 48%;
  float: right;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-radius: 3px;
  background-color: #ffffff;
  color: #222;
  border: 1px solid #222;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}
.sales-order-view .tax-refund-infos .action-tool .repost-btn {
  background-color: #00a0e8;
  color: #ffffff;
  border-color: #00a0e8;
  float: left;
}
.sales-order-view .box-content .box-order-billing-address .box-title {
  display: none;
}
.sales-order-view .box-content .box-order-billing-address table tr td {
  padding: 4px 0 15px;
}
@media (max-width: 1023px) {
  .sales-order-view {
    padding-bottom: 60px;
  }
  .sales-order-view .block.block-order-details-view {
    position: relative;
    overflow: inherit;
  }
  .sales-order-view .block.block-order-details-view .box.box-order-billing-method {
    border-bottom: 0;
  }
  .sales-order-view .block.block-order-details-view address {
    margin-bottom: 18px;
  }
  .sales-order-view .block.block-order-details-view .block-content .box {
    border-top: 0;
    margin-bottom: 0 !important;
    border-bottom-color: #ECECEC;
  }
  .sales-order-view .block.block-order-details-view .box-title span {
    color: #111111;
    font-size: 16px;
    font-weight: 400;
  }
  .sales-order-view .main > .block.block-order-details-view:before {
    content: "";
    left: 0;
    right: 0;
    height: 0.5px;
    background-color: #ECECEC;
    position: absolute;
    top: 0;
  }
  .sales-order-view .page-wrapper {
    width: 100%;
  }
  .sales-order-view .order-details-items .actions-toolbar {
    display: none !important;
  }
  .sales-order-view .page-main {
    padding: 0 20px !important;
  }
}
.order-header {
  background-color: #ffffff;
  padding: 20px 20px 0;
}
.order-header .title {
  font-size: 2.4rem;
  color: #000000;
  line-height: 1;
  float: left;
}
.order-header .title span {
  font-size: 1.3rem;
  color: #666666;
  line-height: 1;
  display: block;
  padding-bottom: 3px;
}
.order-header .my-service {
  float: right;
  font-size: 1.4rem;
  color: #333;
  margin-top: 10px;
}
.order-header .my-service i {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/chart.png") no-repeat center;
  background-size: 16px auto;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-style: normal;
}
.order-header .order-nav {
  clear: both;
  overflow: hidden;
  padding-top: 20px;
}
.order-header .order-nav li {
  margin-right: 25px;
  font-size: 1.6rem;
  color: #666666;
  border-bottom: 2.5px solid transparent;
  font-weight: 400;
  float: left;
  line-height: 40px;
}
.order-header .order-nav li.active {
  border-color: #000000;
  color: #000000;
}
.account.sales-order-history {
  font-family: 'Roboto', 'Microsoft YaHei';
}
.account.sales-order-history .column.main {
  padding-bottom: 0;
}
.account.sales-order-history .page-main > .columns {
  padding: 0;
  margin-top: 0;
}
.account.sales-order-history .page-wrapper {
  margin: 0;
  width: 100%;
}
.account.sales-order-history .orders-history__wrapper {
  margin: 0;
  padding: 35px 20px 20px;
}
.account.sales-order-history .order-wraper {
  position: relative;
  margin: 0 0 35px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  padding: 15px;
}
.account.sales-order-history .order-status {
  color: #00A0E8;
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 10px;
  font-weight: 500;
  z-index: 4;
}
.account.sales-order-history .order-numb {
  color: #666;
  font-size: 1.2rem;
  border-bottom: 1px solid #ECECEC;
  font-weight: 400;
  padding-bottom: 4px;
}
.account.sales-order-history .order-numb:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: -15px;
  right: 20px;
  box-shadow: 0px -5px 4px 0 #eeeeee;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/o_status1.png") no-repeat center;
  background-size: 20px auto;
  background-color: #fff;
  z-index: 2;
}
.account.sales-order-history .order-wraper .swiper-container {
  padding-bottom: 10px;
  border-bottom: 1px solid #ECECEC;
}
.account.sales-order-history ul.order-product-item {
  margin-bottom: 10px;
}
.account.sales-order-history .order-product-item li {
  padding-bottom: 15px;
  float: left;
  position: relative;
  margin-right: 10px;
  max-width: 120px;
}
.account.sales-order-history .order-product-item li:last-child {
  margin-right: 0;
}
.account.sales-order-history .order-product-item li > .item-number {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 100%;
  background-color: #222;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  right: -2px;
  top: 0;
}
.account.sales-order-history .order-product-item li .product-img {
  min-width: 85px;
  text-align: center;
  display: block;
}
.account.sales-order-history .order-product-item li .product-img img {
  max-width: 100px;
  max-height: 100px;
}
.account.sales-order-history .order-wraper .order_total_amount {
  display: block;
  padding-right: 35%;
  padding-top: 10px;
  box-sizing: border-box;
}
.account.sales-order-history .order-wraper .order_total_amount > span {
  display: block;
  font-size: 1.4rem;
  color: #333;
  line-height: 1;
  padding-bottom: 6px;
}
.account.sales-order-history .order_pay_tracking {
  position: absolute;
  right: 15px;
  bottom: 25px;
}
.account.sales-order-history .order_pay_tracking a {
  font-size: 1.4rem;
  color: #00A0E8;
  line-height: 1;
}
.account.sales-order-history .order_pay_tracking span {
  line-height: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  color: #00A0E8;
}
.account.sales-order-history .order_pay_tracking span:after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: url("../../frontend/Te/online/zh_Hans_CN/images/go.png") no-repeat center;
  background-size: 24px auto;
  background-color: #00A0E8;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.account.sales-order-history .order-product-item .order-desc h4 {
  font-size: 1.3rem;
  margin: 0;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  color: #000;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
}
.account.sales-order-history .order-product-item .order-desc .price {
  color: #F75177;
  font-size: 16px;
}
.account.sales-order-history .order-product-item .order-desc .item-number {
  font-size: 12px;
  float: right;
  padding-top: 35px;
}
.account.sales-order-history .order-date {
  font-weight: 700;
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0;
}
.account.sales-order-history .order-date a {
  color: #666666;
  font-size: 14px;
}
.account.sales-order-history .order-date a.order,
.account.sales-order-history .order-date span.payment {
  padding: 0 20px;
  border-radius: 3px;
  border: 1px solid #00a0e8;
  float: right;
  font-weight: 500;
  line-height: 36px;
  min-width: 100px;
  box-sizing: border-box;
  text-align: center;
}
.account.sales-order-history .order-status-canceled .order-status,
.account.sales-order-history .order-status-finished .order-status,
.account.sales-order-history .order-status-refunded .order-status,
.account.sales-order-history .order-status-credit .order-status {
  color: #666;
}
.account.sales-order-history .order-status-canceled .order-numb:before,
.account.sales-order-history .order-status-finished .order-numb:before,
.account.sales-order-history .order-status-refunded .order-numb:before,
.account.sales-order-history .order-status-credit .order-numb:before {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/o_status3.png") no-repeat center;
  background-size: 20px auto;
  background-color: #fff;
}
.account.sales-order-history .order-status-canceled span:after,
.account.sales-order-history .order-status-finished span:after,
.account.sales-order-history .order-status-refunded span:after,
.account.sales-order-history .order-status-credit span:after {
  background-color: #222;
}
.account.sales-order-history .order-status-canceled .order_pay_tracking a,
.account.sales-order-history .order-status-finished .order_pay_tracking a,
.account.sales-order-history .order-status-refunded .order_pay_tracking a,
.account.sales-order-history .order-status-credit .order_pay_tracking a,
.account.sales-order-history .order-status-canceled .order_pay_tracking span,
.account.sales-order-history .order-status-finished .order_pay_tracking span,
.account.sales-order-history .order-status-refunded .order_pay_tracking span,
.account.sales-order-history .order-status-credit .order_pay_tracking span {
  color: #333;
}
.account.sales-order-history .order-status-partially_shipped .order-status,
.account.sales-order-history .order-status-shipped .order-status,
.account.sales-order-history .order-status-waitting_ship .order-status,
.account.sales-order-history .order-status-complete .order-status,
.account.sales-order-history .order-status-partially_shipped .order_pay_tracking a,
.account.sales-order-history .order-status-shipped .order_pay_tracking a,
.account.sales-order-history .order-status-waitting_ship .order_pay_tracking a,
.account.sales-order-history .order-status-complete .order_pay_tracking a,
.account.sales-order-history .order-status-partially_shipped .order_pay_tracking span,
.account.sales-order-history .order-status-shipped .order_pay_tracking span,
.account.sales-order-history .order-status-waitting_ship .order_pay_tracking span,
.account.sales-order-history .order-status-complete .order_pay_tracking span {
  color: #58CB7B;
}
.account.sales-order-history .order-status-partially_shipped .order-numb:before,
.account.sales-order-history .order-status-shipped .order-numb:before,
.account.sales-order-history .order-status-waitting_ship .order-numb:before,
.account.sales-order-history .order-status-complete .order-numb:before {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/o_status2.png") no-repeat center;
  background-size: 20px auto;
  background-color: #fff;
}
.account.sales-order-history .order-status-partially_shipped span:after,
.account.sales-order-history .order-status-shipped span:after,
.account.sales-order-history .order-status-waitting_ship span:after,
.account.sales-order-history .order-status-complete span:after {
  background-color: #58CB7B;
}
.account.sales-order-history .order-status-finished .order-numb:before {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/o_status5.png") no-repeat center;
  background-size: 20px auto;
  background-color: #fff;
}
.account.sales-order-history .order-status-credit .order-numb:before {
  background: url("../../frontend/Te/online/zh_Hans_CN/images/o_status4.png") no-repeat center;
  background-size: 20px auto;
  background-color: #fff;
}
.block-search {
  margin: 0;
}
.block-search .block-title,
.block-search .block-content .nested {
  display: none;
}
.block-search .label {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 56px;
  height: 56px;
}
.block-search .label:before,
.block-search .label:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  font-family: 'theme-icons';
  color: #666666;
  font-size: 24px;
  font-weight: normal;
  line-height: 56px;
  transition: .3s ease;
}
.block-search .label:before {
  content: "\ec22";
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg) scale(1);
}
.block-search .label:after {
  content: "\ec2a";
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg) scale(0);
}
.block-search .label.active:before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0);
}
.block-search .label.active:after {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg) scale(1);
}
@media (max-width: 1023px) {
  .block-search .label:before {
    content: "";
  }
}
.block-search form button.action.search,
.block-search form .cart.table-wrapper .actions-toolbar > .action.action.search,
.block-search form .action-gift.action.search {
  padding: 0 9px;
  color: #222222;
  right: 1px;
}
.block-search form button.action.search:before,
.block-search form .cart.table-wrapper .actions-toolbar > .action.action.search:before,
.block-search form .action-gift.action.search:before {
  content: "\ec22";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.block-search form button.action.search:hover,
.block-search form .cart.table-wrapper .actions-toolbar > .action.action.search:hover,
.block-search form .action-gift.action.search:hover {
  color: #111111;
}
.block-search form button.action.search:before,
.block-search form .cart.table-wrapper .actions-toolbar > .action.action.search:before,
.block-search form .action-gift.action.search:before {
  font-size: 22px;
  line-height: 42px;
  color: inherit;
}
.block-search form button.action.search span,
.block-search form .cart.table-wrapper .actions-toolbar > .action.action.search span,
.block-search form .action-gift.action.search span {
  display: none;
}
.block-search .input-text::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.block-search .input-text::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.block-search .input-text:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
html.rtl .block-search form button.action.search,
html.rtl .block-search form .cart.table-wrapper .actions-toolbar > .action.action.search,
html.rtl .block-search form .action-gift.action.search {
  right: auto;
  left: 1px;
}
/*vue 样式文件*/
html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:'Roboto', 'Microsoft YaHei', 'PingFangSC-Regular',miui,'Hiragino Sans GB',sans-serif}a{text-decoration:none}button,input,textarea{color:inherit;font:inherit}[class*=van-]:focus,a:focus,button:focus,input:focus,textarea:focus{outline:0}ol,ul{margin:0;padding:0;list-style:none}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}.van-clearfix::after{display:table;clear:both;content:''}[class*=van-hairline]::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid #ebedf0;-webkit-transform:scale(.5);transform:scale(.5)}.van-hairline,.van-hairline--bottom,.van-hairline--left,.van-hairline--right,.van-hairline--surround,.van-hairline--top,.van-hairline--top-bottom{position:relative}.van-hairline--top::after{border-top-width:1px}.van-hairline--left::after{border-left-width:1px}.van-hairline--right::after{border-right-width:1px}.van-hairline--bottom::after{border-bottom-width:1px}.van-hairline--top-bottom::after,.van-hairline-unset--top-bottom::after{border-width:1px 0}.van-hairline--surround::after{border-width:1px}@-webkit-keyframes van-slide-up-enter{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-enter{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-down-enter{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-enter{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-left-enter{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-enter{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-right-enter{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-enter{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-fade-in{from{opacity:0}to{opacity:1}}@keyframes van-fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes van-fade-out{from{opacity:1}to{opacity:0}}@keyframes van-fade-out{from{opacity:1}to{opacity:0}}@-webkit-keyframes van-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes van-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.van-fade-enter-active{-webkit-animation:.3s van-fade-in both ease-out;animation:.3s van-fade-in both ease-out}.van-fade-leave-active{-webkit-animation:.3s van-fade-out both ease-in;animation:.3s van-fade-out both ease-in}.van-slide-up-enter-active{-webkit-animation:van-slide-up-enter .3s both ease-out;animation:van-slide-up-enter .3s both ease-out}.van-slide-up-leave-active{-webkit-animation:van-slide-up-leave .3s both ease-in;animation:van-slide-up-leave .3s both ease-in}.van-slide-down-enter-active{-webkit-animation:van-slide-down-enter .3s both ease-out;animation:van-slide-down-enter .3s both ease-out}.van-slide-down-leave-active{-webkit-animation:van-slide-down-leave .3s both ease-in;animation:van-slide-down-leave .3s both ease-in}.van-slide-left-enter-active{-webkit-animation:van-slide-left-enter .3s both ease-out;animation:van-slide-left-enter .3s both ease-out}.van-slide-left-leave-active{-webkit-animation:van-slide-left-leave .3s both ease-in;animation:van-slide-left-leave .3s both ease-in}.van-slide-right-enter-active{-webkit-animation:van-slide-right-enter .3s both ease-out;animation:van-slide-right-enter .3s both ease-out}.van-slide-right-leave-active{-webkit-animation:van-slide-right-leave .3s both ease-in;animation:van-slide-right-leave .3s both ease-in}.van-overlay{position:fixed;top:0;left:0;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.van-info{position:absolute;top:0;right:0;box-sizing:border-box;min-width:16px;padding:0 3px;color:#fff;font-weight:500;font-size:12px;font-family:-apple-system-font,Helvetica Neue,Arial,sans-serif;line-height:1.2;text-align:center;background-color:#ee0a24;border:1px solid #fff;border-radius:16px;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transform-origin:100%;transform-origin:100%}.van-info--dot{width:8px;min-width:0;height:8px;background-color:#ee0a24;border-radius:100%}.van-sidebar-item{position:relative;display:block;box-sizing:border-box;padding:20px 12px;overflow:hidden;color:#323233;font-size:14px;line-height:20px;background-color:#f7f8fa;cursor:pointer;-webkit-user-select:none;user-select:none}.van-sidebar-item:active{background-color:#f2f3f5}.van-sidebar-item__text{position:relative;display:inline-block;word-break:break-all}.van-sidebar-item:not(:last-child)::after{border-bottom-width:1px}.van-sidebar-item--select{color:#323233;font-weight:500}.van-sidebar-item--select,.van-sidebar-item--select:active{background-color:#fff}.van-sidebar-item--select::before{position:absolute;top:50%;left:0;width:4px;height:16px;background-color:#ee0a24;-webkit-transform:translateY(-50%);transform:translateY(-50%);content:''}.van-sidebar-item--disabled{color:#c8c9cc;cursor:not-allowed}.van-sidebar-item--disabled:active{background-color:#f7f8fa}@font-face{font-weight:400;font-family:vant-icon;font-style:normal;font-display:auto;src:url(data:font/ttf;base64,d09GMgABAAAAAF9UAAsAAAAA41QAAF8AAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGVgCcdAqDgHyCuwEBNgIkA4dAC4NiAAQgBYR2B5RiG7C9J2ReS5y7HcDo1fdGH4kQNg4ISIPpyECwcQAC+Xdl//9/UlIZY/uAHUCPKlEZuaO23puMaxzWzelRyVHpvEhgIgapdODCPW0v97Gvsnq6p0fIVkj0MSKTK31BqVXFfTIMuu5i19qiEhMVlORZW4EuuiH01wNffjKHM0GltIQYe7+X+ZUY5sDPTDOI6D9bTz4kKYpaiOjS2b2vnZ/SCjWhUEXpBkGIwIPdEK+bfyEkQBJ4SUjyAoRAEiAhA7LIC9OQxcgAgTCWEMbSBBwEFLUqCKK7LqLWSbDaKraKVbBVsNpWbRXHhA61dXwxivZXbc1SU01aMXSVsDgQPlaYXhNnjVcfz5YIGJs3ldjEsoUErU5DJ69SqdOE+UzYB4A+7NeG6Fvl78ji2ohktSQi+SomUbXTaCSaWQJUhkuZAxfCxe327ImHCUAgiBzVy80EI0XSw5GHZev8A9uNvSPxM3/pY+WnqncXU0XitrXOAutnmZpu4ntckf1y2kuG9D1pbCcfGA9HQo8d2G2AFtkX6TpzTdtF/ldAKgxst3ckIJC1XSkZsalPbLwoeEoHArhtz3MQmUKL9uC8l1yhiQc8IOeOd6BQHnqn1s847d17M4EDSWNoFs0p4yFKmsDuBgvvcpxl/0i/0q9GY8ul3doWOXHLiUOFpQIbHpLZLE1VXtHY+Z7pk/7thRAgD7BEiHMcAdta/m+y2m3e5Z7rIYVUMyLhB7TTP/+mWrYYUjxTFyHHjPcoV7mPuSjddD8h/P9nBpwZANJgQC4HkLgEQEocQOQikPuQxAVArpakUrgQEwagdCC5ASAuUBtFh5CqCyl158p97EIs152L1qWLbrdzXbp0UV5Ruqh6Jw2DMHK1tunMh2KxEBqtvS6PLHgyCY3p92J7l/DjsBCxTUI9MygDGHrR+yTNoB3GXP8HljeWfSI0NSNEwU3mLEur695fy5jWe7+Hfse0ddcOZQgJEMDeHQQQYUMKXqVjzANR+863gQJvGGcLsGdL+9VVgvBZg8PYIwhkj3KrXo9wQ1ygAx0JfIlFnmArBY8frhcwXofTpq4a/JiJeQJwD3waAwFzXYABLNITMInUmEYHbdEF4RHN8Pb4yG7uQMAwsTYDjFNrBwKFgQP3+f8peT4ChIgQI0GJo1lsk1SzucuLsqofmrbrh3GxXK03293+cDydL9fp9vj0/PL69v7x+fX9A4AQjGA4QVI0w3K8IMqKqumGadmO6/lRnKRZXpRV3bRdP4zTvKzbfpzX/bzfD4AQjKAYTpA0w3K8IEpQBFGSFVXTDdOyHdcLwihO0iwvyqpu2q4fxmle1m0/zisIozhJs7woH8/35/v7S1Ot1RvNVrvT7fUHw9H4+eX17f3j8+v75/fv/5TSJpWzQ56KFChPTM0bM1fByj6Y/BcHuUwhLtOIywziMou4zCEu84jLAuKyiLgsIS7LiMsK4rLKOnQRpItgXYRYD8IEQLhAiBAEkYIhSghEC4UYYRArHOJEQLxISBAFiaIhSQwki4UUcZAqHtIkQLpEyJAEmZIhSwpkS4UcaZArHfJkQL5MKJAFhbKhSA4Uy4USeVAqH8oUQLlCqFAElYqhSglUK4UaZVCrHOpUQL1KaFAFjaqhSQ00q4UWddCqHto0QLtG6NAEnZqhSwt0a4UebdCrHfp0QL9OGNAFg7phSA8M64URfTCqH8YMwLhBmDAEk4ZhyghMG4UZYzBrHOZMwLxJWDAFi6ZhyQwsm4U1c7BuHjYswKZF2LIE25ZhxwrsWoU9a7BvHQ5swKFNOLIFx7bhxA6c2oUze3BuHy4cwKVDuHIE147hxgncOoU7Z3DvHB5cwKNLeHIFz1zDczfwwi28dAev3MNrD/DGI7z1BO88w3sv8MErfPQGn7zDZx/wxSd89QXffMN3P+CHn/DTL/jlN/z2B/74C3/9g3/+w9RUUIAqilBDCeooQwMVaKIKLdSgjTp00IAumtBDC/powwAdGKILI/RgjD5MMIAphjDDCOYYwwITWGIKK8xgjTlssIAtlrDDCvZYwwEbOGILJ+zgjD1ccIArjnDDG9xxggBnCHGBCFeIcYMEd0jxgAxPyPEOBV5Q4gMe+IQnvuCNb/jgB774hR/+4I9/oKIqADWBqAtCQzCaQtASirYwdISjKwI9keiLwkA0hmIwEouxpHiWDC+S41UKvEmJd6nwITU+pcGXtPiWDj/S41cG/MnYUPUJ4BSZUZIFm8iKimw4kx2HyIEnOVFELhSQG2V5nFR9JKfLm4zM3Nr6fzQ3vnjhWp+xFjzISBPgfjFM6FNLyUtNIy2LF9SDk29obtAnciM7aVyzSGhuaI8MCYGAlKFITDOvw2U6Bgt3m8OHUiaZRSRycRCq1CnkESfRkOafWJLHFp/o2SPFL0l84iGxkfQhaDyujRhkURC/38Nzo0nmGpEKa2w3PsNGENF4pEiycCT9HmkEcefzB8OjIZ2UgCcOIpH35T9PtRBeT95w2W2NqVpJpes1es96w6+YGWRBE2NQqauzKnIQJ8o5QefCknnapnN2w3M1WkwV/P5946e4mYnod0Bu+p1qQZ+NGSl0tXOqixnOOON6CWGxofgZU+8SwI3CkI1RHQDRoARfxnhUI9apunVkdogwn6CdtogujsmMXYU7IaIqeFhr+GweqFS/dwFEs3/CCdTVBX99ReCI7GwHQBTPmH8Z2S9EUdQSyRZaLSGv4sfS9NBkSXPbeIbUoP9Gi30QEyN5KaX5MTLQaRnI8gCGjDfXrY3TppNzSyiJshWXcWDOdEeCjlryZXr9my/W2wSxQ8tKZa6ad4Gx3yYFpiPzWKa/4QCIbTzwQZZ//iwFMYDfKgj8hQ+TdjVtSujNr99Jch4R4zY4iuSuuWdlTWRCgVZ9cN2uFAtTdRCGFhABgohzUA3WYeHlrzNKkyxrhVPGLC6MI6qRUwFfAZTQRi0UqH0JomJZVfEIrKfUa0+RGdIw9H0wlpvIRkKZaElQAImCtksRvDBwHJIU230YZlYNBPQDi49aqd0+H/X4vN7/n2eEyEaQpWAWnqhIdRY9PY5lFgRr2bRtatCg77M0JkExhDHa6d6o2ZdE6mlm9focG/bE9Rw9w2YCSGN15vtzgxtXdrcndxorfiosOWSuAVG5MDnU5SmlC5ISUUN5Z+lycu7MMCTHdFe4mBDDetIvQpwFZha1YDO/Fp1prKrG5DqfcqxtzJa0Ysxy0IovzHBoDI77VgiNlEzV9ovDT7ESI0QM91/4nNeMNiUebJ6zUDlGXwI519drFqL86w0bIk3Xy7jlaTedinWcIWntkbTNDDdTVKYBk+DXYgU5S2OYQZjJIbLnuo0I1TYsMMj8KohkBaVuDca6PodAKkYtAsHJYVTXrAKIfFlx9LsgXqv4yeVWaQtbzIG83KeAHpopzPC5m2jTghX+0BPe7IKP8IRZTpSdVhpWiCqPspKQ8z7GgAjFkFiJEzhSBITvRLFYJpBXRQWXS24h4wWFkUuBeEYAcfkVCnT6msdXEpALNTR9AJ4vcpAL9BDzaqBuBs1VbcVY09cL5uMtCB64qao7WyIjITnBAoD7l8bJ6e0d8pkxtmwJe/weaVMgt09x6p5so1jvXQStn9tuKLdbv8LuYNDJ4Bm3YDzalFtn+mJHbZ/Xm20rjQmdU95PAsaC/TyApB3pmhB1fcQLvxVZB8Law5cnhSVhRViwhKdt6ZSdDVM8eZpnLS7MWJXTReJ2xE8yzTN2jnzAxLUyY2UT7jrozlmC7Q4bY6WCvKFTTgrUYNENatP2JQpjRjlLUeyqsYo3DoEspn8Z5sN0BrBfBUC3mXr6tKGr6u92z18Qj2pvS3qnqwrbDJvr+pqxoq3uKFSow/0Bi/huDFIF/hK2q23NI1JBTlJlqybZcDu4ArXk8+PHFT1+SGxgfPVHXrmvT/6rqw9WuFoclqZGmpkS5hgVD5+udjytbvHN6wbmixC5QNr12lrYL83XL3hCvxHA7lKIEykF9O8hgoDvMKAmBsoXO3hmDqYRc8N9eOuxNj4yu145Fxojra0bEmR4iIxt6aM4agiHj/JISMxxdgUcnjNJfFWrIMMhmoKXA4Q5CfWmZm7w0ZE06cFvOOZJkHZZb3tODd5bm5+7x6YOOkqImyWaM827eo32LvuSlgWvhY3rbLsI7fbQhirnWsvGi9c237kuE8628LjoOBbei5TPN/2lLJ6NnbuTxr2AZt6Vnz/myP/l04JrUybXnQZFp5X9xe+l+D2qicozUblvXxmJh17LWMMM5aaoTHOlP8jme32DnCplfT+8Om6fSePJYDzCIa8OBI7wq6Y3cDwQwZjc2999dbgxruesh+aStkL5aSkjS6r6ZA3xRIddKFMX/ySq0mHXMwCW+4jgFOsC8rZCpV3PofICYLT08hgUZd3+pzQw6zLuZJL9/MwxuVGTFb8oPSRFw4Fi15PwR+TG9bOY8Gp9L9Z5S2Z5kGwQGIIMsQ2yhNkvH105D1pTOE4TY5Es3DZhDQSOMI2CBAeJPDFWkJGN6jq9fMJaYeVUciH5rp3paz3mhKzC18r3zZzydUm6D2qlZDpJtVOxtcrNuA3nNDxpVoG0TCEyOg6pwAADMgKtfPSZ1dpWe4+0ZlhALn8VHv9DahuV0ZKOzbSi7mLcPHDjgJ/zY0wTilkvu7i7Y9vGzYNBPojbOikPhUPL+5Z/bche1s+1Nb8fI8h3yBRVTrr9wg0Z+6/v97Je1NLEUs7PLe25rztuHQqHwgTXJScf5Jt7m78y7//tQ1Rde5gnYZGk/dukYIJAkpVW4vVo8fVzr5eARC8bOx2oiUuvXoo7e2ud5BoMFW9NYWGP+HlSdWl+sLSpuOk1bR579wK853z8fOJCYznj/pDcIj39kO1G7ZQ3jf2LLYAZMKjdjoe67b4dflRU6fO72WxVag7Zxl2FacJhy3B0ciDSd7+8j4+O90t3aQsrVmrSVrssc1M8wrSiIR219cIECrg/ok0nTaFXZ6jhusNLN2LsDC6oE5A9Uk9+NXNBXMVhFWVx0biHO4kulLKMGZXvo7fIPRtGsJyZu0YhgyCXjmETFgT8DEBYEgjQGIEBHeYyMCCpKA3TyG6pyr6PmxC5yqlvRjQP1Y0AVlBHPcQN0x8fdDmFzRJfAiLIloXMEt+M0TWIHEn7FNZr8pDuGMXJbKHKL/xQ31YhnuJ2mISqoNkrhUOZN9f1puFNZuHfjTAhb+VkjDuS1MjSxBt3Xg4XOfRAfNS2+fnpYfarsTMrzvt3E3KKI72brbExHdpcrtVsG3NLoXooK4Fq4iDlrvwlvl+1y+NV6g7u2dm/HdGlEGfeF5WBdYz7YnVmIdLoOQN8tbkNzbkZ1+EGbkzZpnhoIvJ7q7o7Wd/WmCEU3NVKQFo8T4FXtnewrp+DNK4aNT2sWx8xglBQqt0fbZskOBcVxgdIUSaKTOccMaTC4PAydNUOdRj0EDMuZXq7Dr75cMPlQlGYUCesmlMm08o0r1KaagfDOBtEyU0anXbZz9MkdK2DgCORZrqxIpvOhr5ABtmZa0ZdYtbHheUhOchRBkN9cZ+rl5e0683ZhjBhWZJqW4JgMaUI5inSJbarrExNViGNqciW9kGp1Off1SWVcv19BQgoZlQACCEPAlyIPNosHapJWWFaBV6/3TFsnVDV1sum+PZl2UzYF1xx9eeP29q0n09eLQleVmHedUkVH7UqJe9mXP2qEVqp1GD5U7skF68HCUoelMtq4Bw0KCAjIThe4wwKqjOJlspuYwQ13L8WX88hw0pLilYdA4TLhnywXiqfivlYqepUzKeWqlnDXKG7bTJuq1YlgCZYR/q0PuCZE/HFwVj5BBhGN7rk0g2el4LuUjlzXKK8cyPzlCVYNWknDz3/fRPw07v6SjGnep0XwN7H/DSrEk529ZnhUxfB8Yh5aifqGZZ9YT3SZ2fCYKauKnCWmwmkWqb0CacTmJNz1+7qn1RcUgeUAH0b1rL2jVwUmSAwS5AtCVBNwRt0QsRNFuXmKUCYoWq6Tl0V7B/LS0zuhbpYMNt9z0Fa8tI7SH/70lNc81a2hDO/DLXjmKFlnYAAAhAjZg9imKwZ8r+EvscBYKwjO/DzWh0BMjSeGELyEN6Gux6zprvKUpzSs0RcilRVTECXf6JKgkkLG8TodPKWq2hV3LQc9ZZSZcLsql8GH6xHvrnxG+CbI+5F+bQ5BfNLqlHPVXUiKjxdWdEDzCTHsOZ1lqb8P5OZ9P29H9chId+IDA0jCGYPkVVH1+kQ1QAgUTYUewmahsikYznktL9oFkqHfyQrU8MqP5JVnPl1GJtSyWHThSG8tgTCej13wHcIfkQVa+/03XNm7v9N1BLxT9OkVzmTr2K/ZtIKsTchSQ3eW63WL83JScx5ip1Q5RNr+mCL22SdP0HeMpdF5DwAIsW3XRMfJ57QMow1kHudd7dLLPtRH+cUetLAMpLuJ1dTqAjSiS5GIDblmIziQDqootHA7KI7Pq3254sOodzFma+KyjEXTeTV73BzdWGfdOq0ZX3Dvr/i00IF0acuxobEff8dm8kd3h/DFxzdlxkVtv9brTz4qwtKHv/0eSFdcWGEFRrxzR5RNO+LvRmRjD1n0pCgY9/nXEpbjnE37wh+N+0KdjdpC+ZDw1pmxMz5WtYz8oE+FKq4Se0NbdJAONxENTXqCh7ckXLpFjiBfomTiyp75qj4ph6mmc4CINkH6mEosvoKVWFo7w5cn77UmFVm7E03IvTHMj2tjiOz+n0ZG2NytxMSTzFqOPAFqxH8DX6Lpw65LZdhXcfI171GTngeqqix8ePGBYTlYychBzvSSzSKsrQqzvKZ5j9HuC5BCO2vAwI7kFpnF1LllHuYgITqbXMJS5NQEg+VIpzm1gLwWeLMIZKPJCQhCUnEgmvZLYDcNuak98Eof+ee0rHDGbPQ4dP9bgVIhJiuFV4ADEvvyua6oJfkSGz15xPf6/60pkwIB4tbF6ZMpd31uGp1yzyQw7d7J7mWL+rXoG5rHFv/5VOuAIj5Dj9qapEvFZJbd64cr2/2tNz8ljtVj1+9yz3r321sC/X8wta71U9YZ9AmR42RXKp1ScBdcd11SoHWNfV1m0xJlaYzUAGXmLC05juiefA3v0qXJFsnv/3N+8Ff/xYP2OrRCa3Zm7H+VvBGe9SGalJsILJzwnCkqHQ1yNezumvzLmselFq1t4nwKHMFFqttinzM8JDrDrh2xBLODs7/erWd2x3mblX0t7RBJgRkOOSer+4wS3gWbdXw7VuIbuiwDtJuzTolTzPWuwncFauppQNtWmAiSx3Fzy0GB8+lvkY4CRPiumMeiuoRrbG1rUHcSXBCkpXsYra+qUXRq2/Y1TgW/vIebbv2Qe1Bej5opr9oHO42VVPVXMpfSt3IjN2c0Pcaw86x5UyX3jhQPeCnxs60+fCKevNg7WAgBekvVs7dsUXfp7e6PtJFl5OVdC2ed6RAcdTMnu5tLm7+Ktq19MURQPjCF87FdyLlFDtQFaukse1einnEPyGyDM8sEzf2iXyxZRrlH3VcopG1BOFovSIl1vHPlo5kNGVT1WTF6aDptHmExfw4A1JE9ylHCtDFFoEzbkhTArt+NT+yL5VgIDhGEomyeSbSA6n4FUNuKX0Kdo6GRYynFqg63iN1jpEE/kTixpBW5Qh2huEXPrntYWL44ZFlhJU3X8c9AmGYSwL2HBYH8BqC/xTc3ggB5pyk9zyHfD75TF4F4JAX5+z+2aTq3e4nmJYPQOhAnZLZNZGHMzagclAinvKCEI9IsQZGxSoJ0mqFtswgorZAURagCn8bmAlPTPG2pTraMgTtTzvX9S3wszfYwssYtUErfZVgf67leGxaU9ScoPE8yrmkPCnJ8v7m6MCo09uanJZRyYk1ZeKhpUKwtjypsFKxIqkRCnNE2iP9Yn3t0lCIfQpiuIR9zv/k4opqAf2Lin2e5HxKrYtR98snXA+MuS83vn6aD5BLQgQXkct6Fz9Z/b5sFUtVQiMc2gW37Eh/bYxPahNNrc8Sy5dU9kms9sVjuXCIGgswvLNrnuoG/n5a+DDw7VeqntVHmF0dzVPEbQp4ir5hEwEP57TdYhQ7TfTPVyA066DCZNygT9VpHWrCp03KGzjebPYh6OgoSTKtIEPqcTXAWoMT9HqB6MpFZ3bwcQCLXckk9ZAO2J3meeGl/d+Nk7ucdUk4VE6UKSf3dB07F5UthhnMfA4iDBcfOY+vYhnbIPEu+Sf1DRGSy9txO9EtON+JxvlCGsYhDcNSgobebsjbiR3qFE6AjPOiw+Dt+UDTSexLm9Qec9oByKglEJ0IOrjucja7S1rEMiQEFyQpyK/lbQk6EI9JPei0cIcRzeYdow4AiSgyR64qEivulQjhEAWiLkwwljwmtNgo+4hEOWF/1UbCvAMgBUsQ6oe9rKBqEkH+yWvI0PReFNmnjEcv8fknY9Bg8Anh1XvePRZiPtdtwb699Qqbfmykkqwh98gAyBiEUOklRIZFmrALjJF+ir4uQyPCx41v+1nseieRv1EtVvyRNjUFZDjo6UPTFG3SR85IZd5qlSPILWBbYiwLSHoXNsYZBRboFJVyEIP1BwxlNoYaYsvAyEBIQOVUnAek7hnBwiEqArn5KIXoGBLBUo0+oHMgq29qSRtmwq67cd39tuyD9kU5380gCPLV9NCNA1HMCaQ23yPg+Ka95YRX+O4w5h/uyTb3jqbq2XxI53PZYKtaGtx9Pk7/WgCDxFjE3dx/VrCQkwKIdDxazWUd6Sz35Ku2NJQqiecVb/oi7AYN0R1VE+JzcTdTfcmWKhvppXOUaO7NVnMI8HWenOtW3G8betBOMCTzq/bp5OHonguvfrkLlD9048DQzdGz2Vy4jWbnc0OBurs0uO/8T/8GRlHeaDrLxMNbeZXFhoJ0+VUMJMewJ/zVtKv9oAORKt7wfDK2D2hGehCbEF+Eu6s/JtUjwm/6OBetzC+Zyw3oquM/x05I20VX7SAjo2+N+H92Ue2076BoZYAKtR/hKrHRDUnsMxqIHHFZJICVPtwJPxW8+6xggex4MiN1iaXWC43fCkAhvhnqgeF5a7xEQqTtvJM2ntVEUDri5zAzCXaH1hPMnq9rRjYwVkD/WpowsbSpIDObAdgtggAwZ4XaLGxMo+FoOrkw6JN4pXhsehY5KAZ8I/ygt6XYqtMnP6yMlbF+qbGaVAlrNmQunNNgWjm93nUx1FT+6jdrHfOtbNVpkTz1Vje1M7FMqOpd5xG0M2lt15HgLEYHdbBPT8dcRA/bhRgn3EEs+QAkq5KC3gkUeOMMyMn/G9QF66b0v+jVWSBTwQFN6s2n6jq8lGfCxzQk7wqQGYHGuZVd1648ZVFj0atr835Vmxc29IWgOQtpexns0rtSgECCGsocqPzzV4pSPZQk5LAQ7EEcj5KpQHfxEDFDNX4xLhfLFwhv9MsO6Ijm70AfBIksPr2nKYcJdCDDwuRlaTFRYT6u709PLJx2ZFVT423xsWL+SXn8WOQsNWFvEH+sdDZpsQTXxMrfdvk5ph950p82KMBgV0sLb68fVydKNt9vRbfezb56G2WKjdZdcbFPiRDDhRSFBmwnFsVg/3xY3rGPHqHRo9o2Cp7oMA0FGS5KT5pryCVboYOc+GkIihdZ4x7SDpEVqipmpcd4XXwWICPbObVe0IceuS6Nmz6Ayt8YJFhuPQr1EO92viCC5hJpHuLuBaAUiojYyqiE8hrPop91e2nUNoC6qY2pj0oXhmsruigGE+jhBrwBRiIBvQQHMxzF6bAgpWGXBGokXvmfP64LrtzuPF1S4q0/jCBjbGoyVRSwSjEF0S0BRfj1NpCPSplSDJdp7Pr3wOSaD8u1+QaFP9OVEcIkNXv3X9y8dci5WNKJT2NTgxZv1Grm4IiIXxljn6IWzO8fjiInnmQxOZkGgpwUs/WRxhNLCfpVo7e27x7nXfrPJQpAq1KZNt92fHOu8SZNlmIZZ7oJ4snFdZuD55j4ug7S0cIGmb8fJP7hbzQuYkTSilihjiuKbPmMSEG2IO5IVpmjgi2WO5SS7aoqvxa3GoXfDvKX3uIo8luUEyJKvgEUrCjSezq4BxXioIf4lixOWzsO586B6GEbKaK2sEaivDp36Uk5YXp2VfOWoSrW0SWTXjBF+8lvCKpGE8IPQ4PlqOf0iVW1bM51NFBzzC1lhBwoCkEqM+1GNnzzjwry3JqPMzp+I1RSrWcy8KRPhZkFYzeniYUFmBrYYYzeqaNQis3DQLZQJ9SApDXBpRHU9X19dOkD3+VUTVJtm2CgZi93itiZQEvSEreyKFq5Jd8yfIhvhnhkavBr2BO9KRDJs/AaxfryVhIVkXpPbIFSqPM6IgU3nh3xDWbwQ5ZWcgN6A7rKIt30j4Bxj+TZjcQKFYDE0ZwqzQtoubPOgmRLBnSeUNfadeJjqyt4CBUuSnaziTxNCvj1aTsfrEWlOOFXvhlQWXpRf1c1hBlzekM2HysByVqC6K/mRE6w9lu+uiT6QKLF7KOw+4mMU4gx8kRv9xgb9onPux7rnjBRhpq3m2mzW7cEKTIqydGhxpO3ZrBdxwsim58HqO3RYywXU8QXU8lVIr+0JDJRg+IJi0anW7rrVA4PCzqiD371LOrOVnNw9UibtgdeRvhCfu2zzPru653IiVw4tHzp6NrfdWnrzfzadzqsw9efptw6UM09N6QiWLH5dhnlNtb1ff47c9NF+Zlgoi8OHbDoRF3vWS+5iJxU65R3HFvoPD+/rXGIuIRn3IITYjXnx9IQWbG7TawktCpF8YryXJAnXbKNk5cesRdTBwrbeyPl0q2UqFBF7nVBPOQN0U0s9sCtSaGXFrTMshnpMc/KZmqTUow1+kLdrLAqYlqmwigEpz7spgIjO6zWDEHuaURAHan1v3wxdnLjQFt89tR6PSdgn4KE6dFddRWzllHspP0ehL1xvBgwVPv7k7EkWMPcJY/omAi1+kpQ52bKNmJ1kSmANMfGREvQktAkEQPq5rlWC9rlrOByKbCZvE7LmG8Irl4Kzftpq4PgwrHwoR60xsQnBpIhuorifNQqMpe4jQQv2xWhMmWVxNJqilWTozjNMUzLB14S8cRPv/QMd/dyTlGurcVthzNA+mqsJCoREn2o0QSF7S8H6zi898hvVXbogEEC748jtH7VyeBfHq1UX8sT1fPU66nyVNn5yDCT3mJ89RQj9QTbsbgCMrQzB+nawV33LZyECj0xSLv0WELAFOgmeD2/Rh3ti3s9dBu18RdBHvr9QNyevF2yZFP8Nl4vTf0ahIx2gLEHa+AC6d3JrwG/EzYMRdB+j9uv7wkoxqT7YjO+fnmuDAMp6E6BUpBxRt9n1wnOeR6wJeA4HttNwXjrwscXCLzpxGiFRMJbvUG3GlpWgWSFR/VctHYxwqxqZl0oTXYGDcFCgOWlm3/s0LEaLTEoenlvV4LWFBPPHkOvvYVsM9XyJ3XcoDMBVR8rDffHZ5V8RP7em2EJlQTzf9/2QzCdChJugZCOpiXZEn1vtyqKDlSxAP1zaxBXTe8z0nrHbG2pvJwgOuFkh1aMRvzjeH6VdwMAUPwmFDhNsCqSpFKH4EYjTLm5vUzGfcG4V+Fkjpki5hjq2lo97XZUQiPAwEcjZZyb1bl+EEt7xKiN2OBl+2mKIPsj7YaqrTmN16QZIu5cKy08jmIgLRFE5vbLeqkka3Y3ihR5z/MN5glKWwBuW9tqAmGEuimFcdj1vqh8g3IYj0ViTcQrgB9LgKF5ERTM82NA85LIgGHt8TkEvA3l79bQLIFg2WCCuIvZ3xNa4GGAXXphhdjNUnza9aju76gBb9AW+dSFKLU2TwvPaoM3Hm/Zp20aPmwru+hyp7tzUXJBf+Xmk233osO8dl9Pb81c1v75snjxyv2UtiS1r/58id02xHkQHj7tuPrypasPEjuKVx/+X4vf87x0X58Qoq9cJRy+XQy+ZfDtihfDTwsExEmwGIBISEaKUTiH5EMH1VWA1JP/TqKky7FfigHAK90Vc5utn5UujvfSYvNsJiTKiQuvXtp27dg932QeHwuu6glaNkazYkoJSMvgfOOLBzWOXTqiT58ZwGoovdF/Ufvzw0Ce6xvEfw0dwS7mWYIuCN7+dzqT0j/8JV+EG2gw59giHWtcghwmoa4ZhvzxjBV3803SvmP4XjtK1QF7WY9FBgWC156vLzg6MEvjggLdvQk3SVWJgrkaGxT5VxJh2PKSvx9kDFP+ntBUwT6ytX2sf734rht5MiMFp0QwLLDQ984WOVignB/+C056vOslqXeP5ZN429l4cbnxge0XAjKKR70548iqPPF0X5xGDFGwBeYnKinQxudFSsbFj3OzOkU7yH3k3mLTRXFMT1HgfBBgRD0bkDu5JtftPmdp7M1CBS17nKryZMYV8Y+6SVQGvSK/kvhKvSJc9qPn27WhM22Dcc6dKeer3JexAjztxgji0kZ5dl2S7POEUNdcohVJEsNLrOcEQbaM5u419fU5qqqyrMhUeSpJJWPTms7J9EtcZKIy+f5VliCP3Mzpw/KsqS+S6X+Lvm1SojuAAxAofB9Fm5PIQYJZ42O2Q4aSYFGYS07zI6478Cf/A5m6q1FB0LYSgmWJDHnoGoC76htPVAKIGhLKG6+Wc+NySIi7KoMXkc4EK3o2imbigC5xmE+EqnS4JGXWJJxLG3D+jpDbKD8fJCi33wqZzRm6sJYULK/YXKIuyJYHgnIy024jDnVYiyrZTQ+WJQfsobyWlGXwHNIlJshFP0PN/lAre+gfLQKqEbThsBIyvDQUXtqpJ/xJLj7MMxr0Kfv7xW9q87T4OG53T+rXTJF+MzvqZ7BKyAfn1LMchTHLklQKTorEhVg9eXPuRWTC0IXmjPW3B8J0/LwdU8TJFeQU63UOIeWJuErfszbGirKTAm2GqoDKLT/HdMGenRlh4ki3HWOV6KVhCzSl26sU5Lakjtp22doRZYZJ4exAh1M765733us1tPdDliBk9wuOBMCU3RUjvdcOGIEgnD6Yz9BYWEn/CvKk2la81Lv5V/9wj3dRiLvetl134DCRDVnq17eomhniEsrx854hTxcUih37qYRy/DSS/QZnUR4PoZo+YFR2sjmfMgAPc56qgjZbKn/vq+oGkZe+mSotLvhFan4loSZM/FpJzJ20xWGqlwzI9BoiwsHlhxtwB8d67X2SdZdKTB6+Iex19Dp7/6yHaGo35hTYp3+ksjlt87+P0ug9+vKe306/vNqWpvJo2FUufcTJwUa5DfGdd66D/M5uvcCrMlilL95quafD0FUlKpe+FGT227q8BVeME2HdUV3G4y2djB4/EHLAxgXsTGjg8pigAapyVqW3QoBaN78uBgVKEwvkBdJWTiRUlsnCmYFNG6kc9IAA6OxUT5DJeoO/Gbfm7u9C8UW58zGOr8RkFb03bGw4iC0D86lgR+3TArJmhqtq7q6oC54RaOeUmZjzlzKcTAv1Y/6YSWWNEZfOEVkfqfrfH8x23R2QzfWfKaowuZJA7icP3NwzhZndUNRG7mdk4u0PWsil7XRaph2k373n5zoo43Zq1v+jJ6swGZHoxc2344Xxd12/8IYDw+GNboqJbBgsMLIPfm+m0B4mAO1JuJjDy+WjXjYsB0nZsgklUWJZQh/VNlpP+rByGxoleAgIbgzOjbUt8fA8GMNP0T7iz29tJzdhYk9jkbxAJiuQF90g0NMukBXJb3gaNijaaxOrExKqE2tfO/CnXZ1Qm/gachDT43V5OAqfo9jlhAGMbMDQ7YEBPESD8OCx3ZIb7zr5K7ejaxuXWkzLTst6li0qKwImQZbb7QWloEhgEmXtKTOht9NsUUz2h7iyMnmxrB40DTfJy2TFoG72xh/ZTaAszp5TuqpjeYt2i1FvC9QLF924kwKOmAF/dWfyCmRzfkZMVjJhW4x2pV3hVrsd7xGEX0G/1CjQ+bHaY7yYrAzdFrClJiOlSZLcVGQBYZpBBbxum5Wr8IAG8KvKMVkSs1hslmRhyjfBAtcrSmw2i7Mk5dhejkf1YpMLtTCIWfzeALFj7exldPZm10IdzSHg6eilTmQkbKTU5Ksge2efCTsTtytMcv3CSMpMymeKVF9zhE7bhWg/0ctUNZKfcjFs+jI2MTAjWtdS5cIs26FjX/DPksXz/++lf3rfoQBCTSr7kyAtfZl2o6/WbwMsyRGLc6x05sRafbFwxI6JnyPvw/euLLAbfg97kACFAe02RVR4+tyIGhxSQAmCmP9q8QJ3rM1kGma3cYbF4tjYEU4be9hkcugA93mQ1qENchy+2OBiE8LrAfjpK/1RYvEhLbjwXDCHQI4F6XlAvGmbKhXcyc7O1X9s0jmmIvxIPeweUh66gdzGdpAbSA52G3HCIbQJbY7JAcfTdgDbdGPtszTSYAhGULtJGMBIidAoMBgERuEQgSwCg9BYgtCkSXYbMG00qCIfmSNV22aZH2229XV41rYXAiOZipIAq5tOiIicEJo8lmKfUEdC20JxXNxrqEwwHttQbIsZneyubq5GinORgRwkAg/hsalL46zJgfSECAxwTu0jeMYahIWFc539aQkR2H3myMGCSyVGkXiWGSGAkLm6aMhjUzzJFI4nj4uSRHhTIXjzcrCHTHbAHnU/evShVvg+rMFuOM1BJvew2msPbmLTCVBOtiCSjV/1MwnXmYhIYMwUFhmU130FlAtFmCGF2wRZoIiZARqokTnGAMZr7K80CAsNjllCwFfp3UaimQttvDPPSWCMAf+H7cJqg2OOvd/sHGuidGyzoRN2h3+NExmFQmMxnUZBsVNgLP7WRuGFpJqExJp2Z01iuy9hOxIaJYB7uAnKBC5we21bKLUA1AbOtR7ylggH5hBOhw+jRzSNgE9+a8JDMIQ3EWLWbJOOXZOolQi78facW3BtOMYgKH9TaDAI96wuMJQkoYGgegR2w7PNCUk2J7EmScLLT6lK8nRY5mMhWVgcJg/P/YeC/Do+7BfNiCaOER32u+TMhPm+l0mXfPkMCJdmBDktpNaezgrlXquzJYEzOeDqN+GENgBi1edNqtAIn4hqfIusVcO9fipj3dyETgL9/sGpaL05ZC3iz3+7CtOGIWHqMe2quGjlTlqvf27DckP4V21W+VsslUTFvt1trR81hstU8lT/XFovTnWoT1ql9lHnqvsOhc3PuA3tgQN2w201ljZgOC5TKwHMBE6IGc0gQJrG4JdaWz4DxKLbcc/pkatp1MsUMHdTXTsByAvZ2/ssZEtWdlqBOPe2842zaq3d2nu8KS+3i3P6EaHNItgBvo8H19EgggsR3U2gpqU9AK74vfa9NoUd9mgv7IYhgBRIgBDtRMo3QDARBtQNcjyxtiH7kA1hS0Nw8yHYDc5dg90xnngoBiyruNMq9N0xiJQ77UX/HUZ1CA7IUrq/9g3SAWI0Cuyx7gIE9L0cT7mHk/OC4GFoLnZ1CTeNl5lPyysMrsYTebR8XuYn8Nk+FxtK8ICe266cVLrSwqFuxMY+LlRcG4c9EiI+nhH31hTYbeTXOpSiXQo8nheAn4V3R914yNAol/h0MC2491PMD/MDpewKnInTADBar4yYKuc1cIq0MVfRg97vJh5cbpjqpPYhThjA1MEFJHldNvuIfRgZKeAggEHaGxvBQ3ssEFsji+AZjBkiZNCEb5KAIar/03x/Ofgk606FfQWKCAXfYcr/7v3Pec99Peb537+l+MKeEzEeIogE9U8dRHcIhiEGVD7O7MpsmCg8BIxWkdDYrULGCqNo9gIjeATZVGL/g2DaNizrsc0a516bcaM34sZR36PnI3pvZKwFjcAjnO+/0dCdVpmZOh+GqzNSL3CsGobn/+2rUAwFFmIgcvJtlGhiTNF4kgog9t+S/ztTvH8QQboCn8bV+Vvil91neC0W+Ygnneuck2If0WIvxv1l8ZY6/7ingV0IIpgQ/jBeM4jdeivaJk4OxutyBd1htFnHmbk6fHCy2BZ9ayt2sGbcLsyGYGvx8ogYrXaBZYFW7SKWdy47deaUNKmMYHaYCZY24cB7qKwZLZUEzx6yxVJ0tMiSiNPWz++Gu2tbml5rHXB8I8HDN9jj8tibXk/TRFdNxndcad9lWObUO9gAZlttN5yNaTNTTrwwvyg7xanTsEfQBcmRSULNyDd5fm4SLu2f/f3LuHBXXN/wiJC5Q9FVpcLGUZ5IRU9cXQA3D1flrOo9TBmj6UlVFZpW2ZqdUUUVhpn8hlXMudsM9GW554Eld/cpP1yAeBE7LFia35rROkifQY9dHEqKocdQFUE9QXFUEV2UeM6pdE67kODBzhDTBPx6wqAb9zMQZ71Ot52BPcKhI5DlQmWb0vF3pzL2kt8HQ/Aught7e8f18+751SMNR9i8BhjACPiVURJZP9kc9jz7BMGeJTfsNuKsv0PJWGa9+XKePSH9UWmd7Ul5CgYMwbQkJmmA6oLb3PEYzxTN+nk7CYxuwv2HnuL+jSUag8f3quyKZt8Kav3MRKPpMfNp2LsU2Y9+/2HTceXxm8LfxUo4mavMAP8gXfQYIdn44sqAPdk4AGyzUtMsbmnTF3NYBI/RqtrzTcN77nC5Z0J67tqNF0vZOscHraPI8hLzDm2HrrN84LomcAoKhvKHUrhZc/YQ84l75ixvrTjVnQ/6pXzs9Ik3uDdn+PY+JMDO/mTQ3mDRG9gN45DlDexR5xq5Dmjl5cB+X4sOEbQyJPoUQaNc5ntBAiSHFx/cWC1v1FiUFblME2Y8Kf/RjUNbKaFFHf6Ah2AAu2HPBQ0PYOjjasmwzj/ud/l47qIc9VW13k/zm8ahC7CUlzngHiBaUfhJx2NNeAQt++z6LwizCU1xs2kvaQTgJl2w49qa2hrlTbSPtDaax2mCXz5Zp9hxD5sexnn7HkJIH9rXcunleupKeHKfHGzfkrc/r4t2YJcUXF45E2z7YTa7pFLpaCwWFQikBrnxOIEOFQiKRTc82y+2JmVHy09qFoXPWhezXNkZL2mLiWhKaEwsSiioltXKX/vsallCQWLRDRAa7OwLlAmahYc34kitgC7YB63e3s6/tHbZoTajJP7WhO9y/5AJ92fOuqSqsaqkulcEGq5KuOu/er2Gy4M0/urISfWg2qbVnJP/LMdre5a2UmsTIzX+MjC9oL5QZpFKLbLCqwMMcM5dKLuqnXxd8mjGQvSw03k4B+zoWRW6A3abABA4PHTVHMCE4O4ecCq64Q7yorH7U+drlE7gIcJ7DOHfXwBckkmCJ6llg6nTwQmmIJ0AvlVgUBYetqoHpRxn6v6yKm5s6trmrRvZ8+zKzgNzz6+TbOR1RbbPvv/+6P1nf8kb1gtRSxPmNllb+c0VCyiV0bNf/WETK8hTk+T+1te/Dhc5KijzK3sNrJvSl7XnG9vrM6wnQMhYqr3ZbkeaT491j5oRBPvjrPYgw/0BO2SodQo+ScGWYP5gvQJKHh7E2xgqoGpKZy9Vp3uvUa4psMDVkKpJDMta1ZDvM6ocdeDAxwHktNDriIIGYR++OoyIgmKEq+OTrJBEcdW1cKMBsHTm3NFNkrPwHo7vQYi1Z5fFqWBViu3bPTA/Nhw03mxFSVuaXf4kfwOaz/mY1tnfXfwxxP0qslPRGRKxcaMwqpHciaFQc0M+Fnf3d6Z95ED7/BDhxo0RIWB6PLtdfmx4c+1esr2wS/jDqKqS1iscoImHOwdRCJxh/Z19yDMCrFRVZZBl+mH9p3FFPyUMGMX2s5xHOKIMnFD9CkUkWuaOoNi+sjdvaj/ByGyz2RiA4ezkbJDkx7M3SB9+I/VNpioHlMKn6tFiz+hXuDiQDnD6mgIdBKb32AfjgEwbo0lU0BB1YoxGRhxUzEFmbeNbjLFwcDgtPIQmzjPck7NGRUbB9Aa5aEGWJrg4oYC0fQltEx3ZAFEGbA9APgnAaoB/uxqEJ08c60y69iOTuCn67wYq0gy9gjbsxHg5zuUIRLrOEjQm4msE+QQxybaDALEOiJYGtFLuqkA5Z+Kprq+DAPk09VJSwpHW4j0u3BmcEKfESToHBnv4dLghiH390fNg97BHPB8Djx3Sjxae6KMfwTM+zO7mXBKl7t9/XjCkDfbIURf8zGdNHbim9XMaWCMHABdOoj9KBbjHH+DMClAoHkBhVj7v9JhD0SiAQXkBJdrH7cNS6dpWOWgUSkYLc5DxkrcwoukkehRg0af46e6n03iIQD3/TFIJnkDCimuzZqtjxRC/Ct9UydHu/HAYFiUByVwxXYuphpWg7zFqXJno4lW78GkYncpOHV0dumN8k6Xuo/zbtHHaSBZ8I+nhpEbkiLSRGgH2Yvj6OIC1a8MGigsnFA7AHg34P0zdTw5b/tWIGzbCntX+4RU+OM4EOJv2Re22gb6BrQDx3pEzwjMu26Ry0mgbGRhBr9jvwhmrXYnAEDyApBEygijt9AjtU7/zS3Lojc2budSVtu0nCYfHV9EbO38ozIhmOKNwvQmN9FXrv/mZ//Nuxj44O3Y6lQHKE6L2cpvzWf9m1/j4gyXrPZKZPdRAz/9fV0SiK3/5vgyk9syUfPxkyQOtIwNRza8N4ejMaIMBbdZxQmr56gQ9rOP8yzIYzGiOrjbk9ejYv0LCK5HxNAMcnxkPG6nx2C2RxzIisJpIPi0Tjs+IpxmpfL8jpOZSWVkzu6U81lbxZj2puUzqAkstq2y9OyD1kEevjw+HD4PhiGESCcSCAhs2sWd8fHyU3FPTArd390lnr1auJpDSwH7Fe/DXn2ZzLW+9MrDSumuXtdIBOxYscMC75c2FjSvwl6Rjxs6d8fE7mPuEwVQKcwc/0FoZ6IM1m8FxPaM7oSe+J6G7dJwcLLcnD2zvJDnI2/vG/Nc6DgP4ONnxA6mbvEag9fbt5O4/pkndnG5SX9+Bi+jMycIBfH0wHRwH+ZwEZuJpCMV7EFwGGwUZ+UvENZSaDjGfedaESiDbG+tXJXvF5OV1wwB2LF++itHT2dkDu2FHbIVvng2MxTKgAt+d2xl92J4AuHmpziDjZYXIGLINXM4oA3gc3CeY1LZoMzcDvSr0uxx0j8tR8YEnBsT70m7oZVQvWdIGA7hbYvWVvqfCA7yp0FUzwLPqovs3CjMlOe2300IzmXsI1Mntqg9D/l6BZNtomDAV0THTmetwrfRMFSIMG7WRA1GhQ8/SrmZlBKtofZy13Hw2GQ6zNKvjM1gF3CMGAM4dN1vCYDI7n7uW06eiZQSbe6fzC451K4QXR6hghewkNc8Ymhp05O3cR/kB/v76xy2Pj9z7TcxDhBToytL7+wfkP5r7Fjy2MTT39jUCtzir8B3HrXPrETx5tGnEtvnkYHuweP8lTYAxwXEYOlOpgk4CvJOdz8OAcmBcOH5s/zCK7pxw0AHdMTHRA7eBbrhnwr3i1OLefwK69a5ByPaMZpvgw+xF/oF95PyAgafVR64Hn3X9VSDuWk2FprR01defbqseDeEdWTObv5+Iy2yV5KWyfh2nhuSlFCnTFLra2Bl1FCsxK019ihq8qLGuCVAH/2SkOv3rdz6xrxtpmDdj6lJLVtPcUWXnXpj0386jmApdSQE658dh1yStfnZ7PWaK4P/JNmlecUH5onRW9WyeRk7a+SuaaVAQyse8F71dsqwabCmaB5LByplvfZrK9lRtS7CNPg6O2dc9fMXr1n8kypqY1otTsYPcDrhybVGJJjW0SU8JM2SUHp1HsJ/sDWpdsMK/W5hlLipyGFbN6GlbhDhqMz8Fp+xDfscP/DOw9ejrdLLO69f/H1n7JObZQP+pzvSA5j+/0f4r7Nh6ISn5D1A5R4NTZXhpScURRv4/fntOZpLzd2Z999USak+cUfTk3d4LLwFLErlOFTVzUxq6MpXLU9F8FqT8Rhmobn3LH9yZ+bFGg8ofbl/P/anPcWFfRjH+/Yn3yndWab4MyZMFXrlZWT0Ofv1KPtu4f96vhqwp0jQu1I39knNtbqgC94VcUVgYp97ye2pwVqLpKtHSWr9w/3Xsm/fzolJzK+ZaJ6MOQTBUDo2x/Jx1H4vMa/2j8ZXeF+/uDVjUXt9qIV5NNIVkAfozqocYCmBZcyvoSbWTCj0OyAPbmxWF2wAQgV5+B8kbjsNiw9CnnM+uAlxdeI/z8zLMQAPB4/wvyLvBRXD/G9o4wL+t68dwU7ikJOa20IHQbcy9xEaWhJtU5IXUhWYzfKLpo/QOURBfJ1aCdfoO4V9QXuCHQutCAr/UpmC2+8iWGEzGJJ/tmCXHZU89Ito52iSdCcFsB4k65cqy1LiaRJRXDlugMlmq0NZs/WPghPXkcoCDRL3JMmS9oZBvX8ZFpmKl4Upq44dvjd6ZoCMzZVYmUgxdmJk5RaZulgdCi1BarcW6+nhk5ocYI9/MMsx6YxA2vSCuUCYvaiCQrxE+2RZkJojKbc/1A6usKC4+uRwGelJLWVhqmMYIAMFj1XgPMSAzXBOuai7RkwCcVBYfJysqkn2uCjjXkybmFaQUc+fv86muw13xwwQo5pQbj4BPpSaxUJCZwQcyTrvvU671n6gY3d7bbRWte+/pYqIq/uE+9T0j8evJteYOdGSgM3aG6dNU+wznTnw4t0p5zueLcyd1574FrfoVd9fcTSzrnd27Yt7KwpUSSfo7d8U71KK8d754hW1AAeu795Z3x6o233Y9u796c/6BGqmv0rd+rQ7kb67uT+PEr7x+QzYpYK5fpFy0nimYkt24vvJkxwvecNSDGsLrbXtKMLo9sa8JNQ+iLvFA2tUEv8LUnq+UX/VNnjs+jSN0tbBNUT/t+78meJfkOYZtJmywGzbBAHahhvm7DSlS1pfR0V+ypFvbnT9k68ENo0ywmzZpbRY0u4wDpoHO5V78SdfkcH/mBCXkiGNX95F3yuje5TgCQmW4H5/iXTdeEJEP35bDwvioLVhLxZEKeEfzDjCsz8oa6aCVBjaNrKyZp4dw3JsQ942qWjvl/tJ7e1rkpKcRPxc7GJCbqLoz8/KXt8Bo3e76vfzvlVayFrb5tCNLFiCC7V4cry5A4tZE+cbGRNu4LB0M4C4YgvuTlu7GEYIQfjDJXwFq2IpfiKEWej5EmIkfpWVzm+ZFnOi0d9mB0fZGYvCWff7Zww5+dnl7e3mxjbjfMf9JR2n/YZj/hz2iITTm9FG/3+Zus7dkMZljYRhiJdxIBsavNmp3iKdkHmGb5hvGQRTQDPw7TwNC1hpR88iYsDFm8sa9f9F+0yvcwt/pPiifeMAt/HOYZT11yso6fauwlIs9R0rzov8u6iW0wwl5XiUE8qsH0aGp3bFmkcgcg4S9Nc8ofxymjIkxm0VAmmpi/x6BwRuplLTwHxccAFIcm/jXduYjVJk/JuL3adAm3GnuxIFfN0+IF6fNzsv+2ZNVa2E3HE7Oiq30dKn5LDo6jePp0eRqnUCFlPdlWORjjoqLpW37yAK4qhIYwALEr5EkRO/tI0zNt2IXHsLTCBC+c+SYAJ0U1vttfBJnApugDttdxn+RoCa6sb9VOgS8A0dl7cm1wrXUP41/Bospf/7L+9dHxMFr6yUau30eW1r27m1pwe+j7xWVlZ4YT01lL+xRr/2bI/9HEC+OF+4TqsVqwa5sbom+mMtAP4x1Rw4HPWI8CoHfhDyeo+zkCRcKFoqAiPMEBnCbbD5glMKbwg8UbSMnUIoAYSPLEXEtPXnJ3pSZRFEO8ULtQpbx2DsfPupPJIWhwM2jlYWX0RbQWgb9li96Ht5GmxU+i5Zii4eCUNHk0iuYpvNtf3HH8Of9j9d59azgZu+swU3s5XXd507ztFpFDg+THLBT0FHgF3gmzcxmezVlkZLd/766sPX7az8+4QskWHZ8ZvGyQFQEO4IXxKLHsMPDW7woBMbJpZu2iIVsYVS3f54wX7IUjBTkTxTf590VI2th7YUcomgmMWXvkuT0axEOVqMwgPo5u5VZbeHPFy33G2xJPMzCDlUU+kSjgqA086u2802Y04HHjvufx++hYHdmc1eMYO938fZicWxeanYOKxHwn/x47futF179604mZTV5sdnmtDOBfgUdgp0ByRhejkKrbYniRKWuC/GWTUtPMggUr5bwcHYMnRXEy8eTEtC+TnmYGfR/9knUcWpJ/6LGx8V/ks2whMdxOAzuIfNhLJ3KpMAh3mGURQ086ULJQikPuKwjrpF+xPXZnRrjCoIHl7u8uWk2QfAQWYM4MGBLdgv6GRBuYt74sNPkNCImgONOK0OZ4mjoATG6FX3nOeffHTrSKH3HoMJ4c7xLhPE+IJgFJjau6yB1sy8ewVyY0MDWxkok+j2idCmRkGHSecCvEegc8jOghuerl6PYvmxUVrj43ZwEX29GvoLDUeQzjPYf27poXRX5e8QWptI3MoXAEPzm5mzwBoaAeM/GJ8In1F7qp6+EJ2P+J/5dnPHMI5uL/Z0rVidcekWOlevAEicNmJQn0EV7y2gX3G50WAhDcBR09Ba+63jw8erw1m4oCvZg69NSq7GigF4fUmc01ARn1AJATdrGYGDUBdWlaXR9q6DlLHRdWclezux8nWWFrv5WanV/fBXWyVleWbls+9nAPrbuh/J/CWd5WBo4fG7tpk0G7Ehj06nLlpypcbKpaW8XkedIpHrayubiBVQ3/gTuF+vK89yMpozMjnFVxDZu74+MjoxfKQxqyAs1AJ6rnoXobZHIIEjP5JuEJwwIHIvIUPS3Ke20cG9j+VvDW7MRGWlwwaCH+nOuvTtQUuTcofk7UgA8Inek8K1mh7OkaOCu5gHc8oIeA0+1xLRMwTH0Fy2AKrAn2WF5W8CXxa4ntZEakJSevvZ9NHtk1lvj26xIwJ3XzjvXGjmylO9tIkVZZNeK+kwuuC99QrmqpFiguekeiUbjEsV2xQFe0b8HniCvnqkNn8CtN3DHeJqYoli+84v2IbvaBuUiNAS4Ys46z35lkf/EqYkD/nL/A8p6jCeehSHYiZ41Z4n4eVdt0EHahCZC8fhCsK6issOHKwgeO+m4GS/K2SZ41hmwpmnzxOga4R1SEOwRae2miUVrAmbtnTO0D0SrfUNz9momlCPKiWvn9pIkr4sRD+U7L1qtF535Q+KYOvm92JfYa+Z/xp25sj+Epj57GDmliE5rKh8p1zdF608hh/9NnOJoI9JmxnVebmZEGlv7Qt+4llRuS/wgl5N21WwHC7okt1BkWk6qX4MpeYHWGOiZbdQkzr/bYDaZjWHugnkOT4znz0WD6WsxoKsvu1WojScRDXtkP7xL5Tu/eb5ruw6TQ//DCfp5AzEv3EK8CVnC8yAa9GQGhyngBTA0l7qC+j0wbWsols3DxeNEybmL5eNbJ4/9lBrN+LxPR7nEu0zp7VzmXTr9RUtqtS8aN+ELsjuCdIwP38V/94GhC33eDjGwqJYMfpUPcXFw90lt6a+EbolKtWxqVKR0IAWIODjj20hgtjX6t8lb47jwGuIccSbHpQptv4sSny04NXMpOzSZqWQoi5ks8pwWLAGXk8hIZKpCOZVLTq3ID19wzPThiExRxww/GnaUx/YqkNX9iMrYMPi/ZVvDiCnEsK3w1nCiinxuuyX7fkyzIadZcLX+8yVnTMEphpS+TJVBRXj77pn5u0KXKJdcq24xJIduD00sbWrX7xb2d3lVzLqKZx3ZbKYqKCEsweBHwLTMIbNDc5EwJCiZySqtWKdCne1F6S72qFG5zIh+Tj8zrEYq2XWoeckGNpQIsXasX27udDLEKSprnXlWPWjwGfpi9j0LW6xN1N7UJmul/WfnnmXnyNpleYK4hpJ4Zh8z2Xpzs+NBFf0Oj2lm8u7QVVbE2cYTqg1RIrOomgrVvA272S5G4ixUxb8dq0T9PINd6apkJ7Piw+LZB3VwHZvTH0m2A9geSrOjyPbIiH4WXDdiUudJGTZtvRKGi21FJVbCWAVq+6xPArsBK5kVyelnw3UoqqyIkgZRNB22g+Pq1ADiQupAjeT8LQhufcQ6IXAKbMP2AXvIJMGNJ12vz5mTeDd2mYD6LptoX8EhwzhhYG9B8lRAThyoiihD6RNsr+L3RZ1BsGL3bQqz2qYNhVZMONshzgX+0x/6Cfz4SLclv+5DsmIPVflr/bRCaCXmxrkGSto9gC+vf81CcEKcwK3JxL4hOTg/g9+Qs8sDm/MM7oytH/ZIqfS9oIJt3oz32xBqmGg0eVQURt3JGINQaAifHo3x76jgtc4aAdC6Dq6uCTHIilJRDd9EDNSi56kP6JCfzxJcztGxp4jYHUUXwX9bajX+2kRJq6p2VacWL/9Ffk5tT5P6yyL/1FzF8NH5tD5ngDzAd/LQv8vHoJV/XwaBFWDFuLX2Gle7WgHK9TIOYAvZQPd3eTN7xQTIph1l8nyI99iVOKWrKNY6vnLKWRAxmx1/kh45Xq4Mxq3IvdRbytVRpZQN6SG2VCmNejTLOOtRlI5qoRz0d0cj73JMtGHgsk6DAmh173JZco37EFSTLPv1sRUNUPK8ywuvf/4VEX1JZhTnS/TrT697Pvmx4ntS64ET1Shv4YNDOq49XxWNT6EG7fj4cf9zcuje6hVyP8cGjVIfHEr+NuHly1NB1IeDm7zz/56rEn63BZyjpuCjVfl2ru5Q3ty/8703DT6kBp16+TLhW3JosF6p2eDwk6+o3htKfr7/48cd3QCl0Y2cJHoDUHXigFV6TxzLT/Y87HuN/pITlVmiT7u58HKePG///Ys4yJPVJEOH3Mk1suW9akCelwpQqHDZBGc23ZRWNmsKSB+W6o30RtYDmRck1Z3ufJBXHZEjnjM7Nk+izx9JP9xd9H1miVjN1iHm7raVWY1wCWtJlpl97CzRy9g34TdbLfTDM+/Iq6tla18dWyvSNuGmem6FA65a4wAy1tw8zfwd8iOoMjKz9OrH++vkEb6fjOWxPzSl7N+b0vgdJy9J3xiXJWOufE+7GXS8f8XnsfToO/6nYVOJ82BX1dZOGDyO1kf2ZmawjaIqHz9Gevy6ojj2msdzcf6bE1YDem4qjO7U66c2EbRp+tqFrV8hrk7a/zg+Atq3ah8/2vOIfSep36VWUBWug/+m5f3xR5j8GWnRNvicDRbcF2r21cGDWQUSRzx2v6uBNmoFLrYF4iVoGfp5sD4NivFUpHXhOgZxhTZbmh7l9erLuShq35F7YZBcK1T369MuH7W/PWDNIqVlAHbDglASlOoDSsvAdN+CCRhLUABOViTadO42YMfElf0rK8/i0gkep+b8l9VNrSd/3iw6th3TTyLXU7uv7K+heZiOO1u5Eny806nozrnqZ8dD1BqYK6PqSSeWYzqiJXxqOh28BBqEdAKEYeZc0YpWj+LyIcu2eQnYWuu1sCKlteWRGucDjCft8iHHCOqM49BlxcuN703vJcY/e01L7JJ62zYn30Ob1jVYtj6Jdu9bV2jpesKn0tiF6/aBoH9WWoqejqDgf7pA6yt2UxThkwNSVPST+XnpX7b+v9gm2b51aXIMwbfRceATAm2i6z3skdnZ/PT3XVmZjuFhXusRlcdBnKkk7YAD4HiaG5a6lC4JDNHiYY92ppNyHR7VCJiG5n4rKd5l31ki3yNMlOy07ypGgxaFNY+STa6YocfXZwfmBZ4HIGtrkPMoP8W1rPiCxnkjns/VkgN7Hqyn1el85c7iSloV71RGJ2mR0ZYVI18LKgDYa2rMeig1zVNjSyUvSQfkxMkB54Dy+pGRhVLV6byiit2p3lBTp2od1biELpdRMNY7ado1nlO28q21lOi6i/67PCdenbsahuDVhY0NrPDalzNbvzjc+nBDkUgYsx7WHf6irmdmnwRm9eG5fIv3vIyAF7er8o09VEo7JEahtr5rDd8JA6CpbLUGrNPwjsKCQNQZnz+IAU1hgyr8riV/h8yBq5w7oTEaNSh/dgjbH0RjgvgseTjsvcP+vFhA9/PZ9nEPYAYnKZYGHOgtEyFpM3TVlMP3o7ZHHoyy7Oybr85/6vyqa8oELHS7gjpBuzed1H9pnDIP9I0hvhmX4gEMqQUu/W252VY6+buG7752zUILaUry9vcObwxpsbw2b4MdJlM3Tl176pTpBmCPtV9BUSo9uDSpf33LvgEpMQkzBQKDyDgkOhMNZAosIyVe8pgdm/OLRFnJzq9As9IZpjXb30h2OIufqd3IQ64oq8jShdpiKUyeLX169ho+Dz9QkyG22mcGGxI27z9/UsqxNDdEiqz1u3hBHQpbRj7gTH/msp1knqyO7/5CqtZjV4qJarouNAeyBOTEpSLqA4nrd0wupIrTIKEzV2V6eZOTensGkszfcazZarOqilRLvpCmzlaZSNXkWo41NOfB6V0Jedh40s+gY0ZdYAGnVrJAevCggurnjQ2M7gdcDngqsJDd6vijPEtoFggNscbjIgM/48I7Jir2kpKovWMiszSRqgjT0s0Zi5dkGtFTwHZiNQzg1b32rZYPgpLRRuC7bDtXh/q2ILtUAeNzfBy+4r+Z2FSonatWz+0hkL/nfywWefdP2Ebbf94tr45AcvU8HY+rjda7xlCuTsfVR7sULXdLZ/pcBccKJA9nWgZSuNlzjkIW4tE5K26FPXKiTqw/1Q6Y+me4ZphcAucEf/JfGz/h0C80LjBiGgkU5hTs1tQuIZU6kqlbsStCovk5LrIfjf2JhiJZvoRz5IWoOgYM4JmukOhFAuNNzQyhQViIIhSgpKfzBa5NQQEGgT2+v8KeajsKZWpg0ybSIvnQMDKJWCf+tPbHA9iNTwZ5pmLDLxau2b9I/1GBCcF1SYXoTBqOFg/L+e18vVrfiRoCVKbvMQXp4y5uUBY/2LqvWBn1tkCAjLEeq+EX+jiLnT6FfKxmvTrZElz/TPusXuBUSG8XW6QLWJg2/Y7x5+yrFM06vrdfnf0n4930wjRdwL2slKx7nyeZ+9/dLBcWWXU8PAPzk7gHWGffrcwS9jspCt2sSbrEHtaphn1IB/cuiCpn3ryw/hsJ2dsSkh+z3jpr+ZLrzAGSj3BFEv16FYM3/7epzeuzHqGD6LFcn8S/HoKIwFISbVirOM2uXzHlMI10wJLhp/abG7ZV/sN83vjmxcnR3nhTwzfXy1yiTuXOtFBzeDkBHBjrvKSZYPWkXggUB15IXeD354HH1Wi4PM7P8Rk/63/OiP+ZQ4nwFxBewi8J8SQHCT3PN/xXERhPVEk468S03U/n1phquLFci9kCkL2j9OiUEGIF3MAGKNTuYKZ6BWFAM8AYyD1JWK4JE6wpRc0jYZjjIiZr77FwFazLxO5SYkJCABoNo2JRMs6SwlcA+5TvQO+xWu7da2H99LgwqadwsTM93QLX6c0PdBPs1am3A5MCb6eyVr/QPdicIpOmI3tFeKAwUE6JmMzMnExfpk1xKIEfhO0FE1b1CSvC2ZDEeQfovNqsVp4YD7aab0G60C6Bb257+PtYWS8MYF9aTlDWFlSAmPV4E4dbMArTD8g9wVO/gG7FS68gyUx6l9wKPxw7HuPupFkeIbbXAaplGQrI5Cy/jwK+D8/5/B/iglZyF5zxjlodAAL0gzZoGdWtjq8T2p9HJb9OGr2G4KZLtKPXPv0pv1c62Y/Uu7jjEmChPhcyzy7L8e612ZHJEslJoodNIOZhU6UwU+8XDbWw0dAE/2uzCB5BAufPg2TWj0/Oj/oJIZDVxEMU85p/QuhoWH+RRgAioSHz4fhxQ4ygP6wcKK0xmF5XmSPOjonJFueMEgicc+eIRz0NKxJbKpTlCkW5suKPAQYY4K7/x+tEPJ5ympeO4WF54Ba4bbjDxsHE4vr+hGDD8tJ9bBRkyOyvb0xUVqV12IIMhtIK7n1dnJju/0hlYmN9f2aQoPxgQ0L/8m8pw7wIGctEb58sEDKW7uOE3cIPFCxlyZKpTf/mTQX9Ip+YhAS4g8FUyuBktHNy0tOGinXCAHzX7jr9Rr74doIG26T/86gadsd9N2d/WkYUNhg6cake68itxMWvej4xO5yjEDgTe8f4WN3H9yPBEO7aYIUVTJ94N+dAOudI55Jfx/for+g/1yTB0w9dsq3ylz76l2ggd1hFqiXBXznQer+WUqfMly34Ym61uPqHeQtUtYdqveuePT3NOgzUuzFGnc9XmCaar5cXOjnY4BXo68339S+NRMf/0ULZKI2IJW8l7w+gjmsJX/Vu6sghJiiuq/7YPvVkl/fuVRMSLwLLsu6KH8Ox5yZbXING04O8KVERPmi0IDABRQ2lBQb7hviiaBpspi9pGwmTg79CNxfQQhx83V2EiNv/UF1XJBBzOjb1fqUljFMD9ucpGhEr3fj/NtmByFJ/X763b6CXITgZ7eXlS2vCfKXz+X7ebu9dhx4NXsFjchJuyfTFamiorHweSHAgLZSKSggUoNE+EVEU7yA62ssivsne42D4XVlnYRG8/lSFWhjbGRiWnvdrhGeJBYJXHPt7KPAtOggwODowZ/otHsKnw9BdyS8ClnS8J7f5j0yUbF8/zFqGMa3e5DMLMtXR6StUg0r4CaZVTW1zYQsvtV+vXg2W/M5TlFzPzqYJnG+c58Bw2YOnWZE+wwQPsTmOzRcUIeD5tNv/da9d29Ckfht2j/Nw2NsD7qSd8Pr/J34miB5UDkD4EfEngUsZMl3f/q5MSn5csuiaz+c+wQGfN+aa5ty0fshmGXxPHar/y7Og3+eUL8vwIdt6MwooTLmfNwYH+PQlLdLqrHuYL9ZmtykVZMibGh+nnwGmBUzh9cHj1HVhj010+OAJebfVXXNX3aXu/6P/uZ7z6Gblw4ctFglPUjNrX3nzUc5xX/Rf3ZfqSKL0zTlHCHTuz3AN5+wNG5IjmolyU44gTzjqwN/NchORFv37jbuwhp5mbE/zTrYb6WmwpmT+RTWOtxm++egG+uG49I+NMRv/kI5Oo288evz/Azyc9DboHLYZiwiuMLPHV56HFZTG17Yfg9LVdayhecfljpsw9NPwioYiM2kuJ+I8R66aDxvBd1K6ZX4xoqXYFfb+2whiQ+bYlP0wpQ2dZwVx9rnfdceG4urnociJAPoi+KO65Jt5SPH8LcOlOViCx0Z8IjPyNz9c8UvVs5Wfeg6lOsfPfRG74wV3imt5UZW/qSCxlBt1OTs+aDl/eTBI9Br/kwEh2W+8zDlzclbei9jcF0EnLk5xp2KnpTSxYFPBniAN/OYGKwFHcq/vG27zROdxZIy0ADoELSCNTbjgv4lviH/DgnsPWFmsnOMGlPGg1sLQMdM+A8B0i9lcw6+eiyE1tVOs7OLRKXLDvdGhgIpfpYfqbz08HcKbGLeJcE7FxV+IB4m/XJzsukjc9nczNN5GvHi/zgE71Gr94W8JhLuosUMp210eP+SA58yhj50W2ReCn/4Y40QWV8PHQUX3w2naRbfw9nbDd5A7Lleune6GXQM/ID9M3SJ6th2wViwoEzho/Gn+G2A33UUJusDVv003/Ndd+Rutu0zwv2iAQ+MO3ubtO7h64GuHdpmCOwRhgbiMWVuC2jNn7b+UcCFgCwzggCasd2Ak4XbqPbTMOxotQ2Owy1mhaA2aWqyavzs1v9HOLzE6TIK3BeNrd8U7GiWZS4i14YsF6Z5Cixq5dcLhBFGyj5jn19eOsYBp42XuigJkXsNz/CqC+T2/fWwNTtncxh5c8P0+Rcvg3O1nlRmF0cX8+pYKaZkYyUPyawqiTdGZGTLyHN+VFxYaZRlB2S2VdKciT/m7r1Bg+sIX9LfoFyZLLckyzwWVZrLEEP/8YzMlc/KKvr5DX3fl1yfPjN3KkuorrwIyrw2mtWhZG9z+8Lzfb3LmKMLKFhd0ZBzZsV4fVw1pQ7VMJH9mWjF/kHs4PRGA/QTQogMQIeuPK1sfXbLpcrFWmpO0ONZAg/1HqvjBJkP0+sTyuYUtv920vjx+JmJz9v+vZyzLGfsr6txbhjfGGx2ZiceKA+ZRE4Mw/lwgiSQZ/T455IvJp/+vSvzJpF9izpzP7wELWOoxfoxfPf0ghj6GPkY2yO3odrf6U/R6FkC92evwwetHtA3WftZ+kivRXF5UyzDU6C0GF92EKay+Ku6YOKhGt9GO7pHLy4Sal5ENgNpBqx7LC7UHFuEeGrVWFXx1GNwCQPBRVYzmA2ogzdQeS71nUHYqoj7sDzKo4rJjAL9dRf1+Fl9N5FxHwKgeF0J+lGpxnxdgeJEeoHLiaso633RVq91aqxzuxRnwnNLYPGElkN1+yaNRQ/esy9Y8VBeqql6vDZ/Qu1VBRJ22GNXHxqH1az1GkU8fxq0J88daOPRTkiQrVZVMaGq+tji3vCx8sOhXzsKv0kANVqFqe1qBiFzIfn+qwVVXfg1xsLHYk1hV9oubBuRVeD+Y6neeEqp0DO+syyKw6DYXiKSGSVGmaKxwKgNY7S4bdHdxsV1ZqipCFTdVa8DB6tYwi3FdbmqVzJgykm8cJ9aeDpzPI74V9JeqGH9h2mMhk1c8Bv0wizPbNX5/WYVXGfCKRJVphjhz6TJF+o9hCWUNeajWN8nFuBVhEKfx9XE8ewl2yMZyrff1f/3VuXQ/HutCSd9W3X/+ReqdrK31NMfAf1+uC3fQLLovDNu9/31YjyEP8J/lIg1pwOk3KYAmT6NFEAboM4CCC5CKPQB0hf9MADWWBAPBGeC6XMTYuTwUqF0R5uTcdoyaxfyGePsBQc+GJ5ciw89l0POt4AxMulx0fHR56NW4IpwD5J+WMUb6Ym6n7gdl9EN6eLqn10/Jq5JtK+l+c/6KTUXfbo8327v5kC5GLnELl23u+c79bLJDQ9ve0V1qxTYMJ2E/FkyNt+vr9HLVR0a72qn7QRn9kB6e7p/f114/Ja9KxnlULOuv2NSR/sLbbo83IYQP3kPtTS5RDxdM5+eefBf3tGlxQ7P4uwzESeuC4oMPevwkrBnHEiI+3q4X9RIvP6ZCasceXgnLGptrshGZXKFUqTX/Vu2D5NWjV5/+2CapZnOXF2VVPzRt1w/jYrlab7a7/eF4Ol+u0+3x6fnl9e394/Pr+wcAIRhBMZwgKZphOV4QJVlRNd0wLdtx7/5+sA7CKE7SLC/Kqm7arh/GaV7WbT/O637e7wdACEZQDCdIimZYjhdESVZUTTdMy3Zczw/CKE7SLC/Kqm7arh/GaV7WbT/O6763P3Pv97ueH4RRnACIMKGMC6m0sWmWF2VVN23XD+M0L+u2H+d1P+/HtP7YmAGRCVvnvwOVftc2kdIghYnFuYHulio3/FgarfPNN5U3RHlX+M2VXsMbqxmz90AzUc1cF0Mrszg6o2aAmTXwgdIGLs3AXAC/+F26BSpYE0HlPgAXpxz0EGYLJgV+2ijwijoA05Ov1xApxQZFG3B1r+5BdawZP8C4ESAGyLajbgC/tvwFlXdPowIlludR9AN4bDZ3wY6+AmxY5SnCukpZRev6WzEVqhnVMemar8vUAcyaSkoLXdzqmGNwPKAonP90oySa7xvNUCFS4ZM0zMJMGtwhc/jFCQc9MhpwLVQdYDewPLia67hQ2ijbqKhBFlTHVSLQYAjCX9QpNskgHwpcj76Xg3DWO2EZ5djrg2Xfqeaizm1DDjoMRCzk2asVGpSH1IFp+OjRpKYQm6mRjTKPUlvDsEnvIcrTHfZRgkF/xByNUSoOm9dZym2w1DC/7W1IA4SouEvNAGeZPmqPI1zHVCXVIHsCiWVTfG291MKtczfS2vg4NCuoCwXpJxVZ2V7+04p1IVNtKFO0wGrkQoBfnDIl4uKW6YeST1pUlmOTKgGmVdymioscgIC86V+IOiCwuyQjgiF9YJxDkzHV3CVnmSbLHgXEaXPW14CU70OwubVUTKsmc0bJwMKV6dGuGDMkw0meAD9jd/NN7sBSCqUBuLq36LJhWznZgp0ApmAAItYnlnfZr+mvSd1nOhWA1ZiWr9D+ErRKeO0n75uoq/Rkc0PCtmp9Y9MKLlNPihUJeUYBfk0nc/MtVCzcB6ceGlVcqqLbSsRGDepoKmXXJKNoTECnaz26bSh6tEpxbXVOLESaXLu8gVT55K+eXczoCn4xosR6wxaZfcegDvCwTGp+eYCv+PCZGMTZ4jX0Tvk26OhUJ2ouTm70iB8SJHgfdRTaqHE81W0UqcEKnaLTNRhCIzaGwMFG1njrw4fgMnuK66j4aWUKXWzS4XLu0S8DXAdUm6ro4FY3uxu2Wo80/hloPbFw/vn7HlnU95FHE10Hlda9yetoGKpJDHClnLJvG07GaqegpnVGsObo/MGG1nfRkxMBHPRoY7RgkoMJNwtq/jEZvk1UtcO25uLkVlcxrdh9yZoQ0rXWXt2Q68uV6+bUpR5uXAg6rdorFJ2uwZDwNBGQe5eOVuHr9Lg9sNAFd71T0txcKVHvNy/H/izfIufU7MhyZPOHr7B1KMgy+Q64+5xSKgW5rxhXz6Rv/AD8+jW7NRbFTNc1SSPh9rsF3K6ZBGCIL0JqnYjs1yl+Rzl2bmJOxjM1qP2y15iDzTqe9kxaAWFFSsltJcNZsO32ReD+B50YkPWG1wuO/1hhrkwlfwEAAAA=) format('woff2'),url(https://img01.yzcdn.cn/vant/vant-icon-f463a9.woff) format('woff'),url(https://img01.yzcdn.cn/vant/vant-icon-f463a9.ttf) format('truetype')}.van-icon{position:relative;display:inline-block;font:normal normal normal 14px/1 vant-icon;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased}.van-icon::before{display:inline-block}.van-icon-add-o::before{content:'\F000'}.van-icon-add-square::before{content:'\F001'}.van-icon-add::before{content:'\F002'}.van-icon-after-sale::before{content:'\F003'}.van-icon-aim::before{content:'\F004'}.van-icon-alipay::before{content:'\F005'}.van-icon-apps-o::before{content:'\F006'}.van-icon-arrow-down::before{content:'\F007'}.van-icon-arrow-left::before{content:'\F008'}.van-icon-arrow-up::before{content:'\F009'}.van-icon-arrow::before{content:'\F00A'}.van-icon-ascending::before{content:'\F00B'}.van-icon-audio::before{content:'\F00C'}.van-icon-award-o::before{content:'\F00D'}.van-icon-award::before{content:'\F00E'}.van-icon-back-top::before{content:'\F0E6'}.van-icon-bag-o::before{content:'\F00F'}.van-icon-bag::before{content:'\F010'}.van-icon-balance-list-o::before{content:'\F011'}.van-icon-balance-list::before{content:'\F012'}.van-icon-balance-o::before{content:'\F013'}.van-icon-balance-pay::before{content:'\F014'}.van-icon-bar-chart-o::before{content:'\F015'}.van-icon-bars::before{content:'\F016'}.van-icon-bell::before{content:'\F017'}.van-icon-bill-o::before{content:'\F018'}.van-icon-bill::before{content:'\F019'}.van-icon-birthday-cake-o::before{content:'\F01A'}.van-icon-bookmark-o::before{content:'\F01B'}.van-icon-bookmark::before{content:'\F01C'}.van-icon-browsing-history-o::before{content:'\F01D'}.van-icon-browsing-history::before{content:'\F01E'}.van-icon-brush-o::before{content:'\F01F'}.van-icon-bulb-o::before{content:'\F020'}.van-icon-bullhorn-o::before{content:'\F021'}.van-icon-calendar-o::before{content:'\F022'}.van-icon-card::before{content:'\F023'}.van-icon-cart-circle-o::before{content:'\F024'}.van-icon-cart-circle::before{content:'\F025'}.van-icon-cart-o::before{content:'\F026'}.van-icon-cart::before{content:'\F027'}.van-icon-cash-back-record::before{content:'\F028'}.van-icon-cash-on-deliver::before{content:'\F029'}.van-icon-cashier-o::before{content:'\F02A'}.van-icon-certificate::before{content:'\F02B'}.van-icon-chart-trending-o::before{content:'\F02C'}.van-icon-chat-o::before{content:'\F02D'}.van-icon-chat::before{content:'\F02E'}.van-icon-checked::before{content:'\F02F'}.van-icon-circle::before{content:'\F030'}.van-icon-clear::before{content:'\F031'}.van-icon-clock-o::before{content:'\F032'}.van-icon-clock::before{content:'\F033'}.van-icon-close::before{content:'\F034'}.van-icon-closed-eye::before{content:'\F035'}.van-icon-cluster-o::before{content:'\F036'}.van-icon-cluster::before{content:'\F037'}.van-icon-column::before{content:'\F038'}.van-icon-comment-circle-o::before{content:'\F039'}.van-icon-comment-circle::before{content:'\F03A'}.van-icon-comment-o::before{content:'\F03B'}.van-icon-comment::before{content:'\F03C'}.van-icon-completed::before{content:'\F03D'}.van-icon-contact::before{content:'\F03E'}.van-icon-coupon-o::before{content:'\F03F'}.van-icon-coupon::before{content:'\F040'}.van-icon-credit-pay::before{content:'\F041'}.van-icon-cross::before{content:'\F042'}.van-icon-debit-pay::before{content:'\F043'}.van-icon-delete-o::before{content:'\F0E9'}.van-icon-delete::before{content:'\F044'}.van-icon-descending::before{content:'\F045'}.van-icon-description::before{content:'\F046'}.van-icon-desktop-o::before{content:'\F047'}.van-icon-diamond-o::before{content:'\F048'}.van-icon-diamond::before{content:'\F049'}.van-icon-discount::before{content:'\F04A'}.van-icon-down::before{content:'\F04B'}.van-icon-ecard-pay::before{content:'\F04C'}.van-icon-edit::before{content:'\F04D'}.van-icon-ellipsis::before{content:'\F04E'}.van-icon-empty::before{content:'\F04F'}.van-icon-enlarge::before{content:'\F0E4'}.van-icon-envelop-o::before{content:'\F050'}.van-icon-exchange::before{content:'\F051'}.van-icon-expand-o::before{content:'\F052'}.van-icon-expand::before{content:'\F053'}.van-icon-eye-o::before{content:'\F054'}.van-icon-eye::before{content:'\F055'}.van-icon-fail::before{content:'\F056'}.van-icon-failure::before{content:'\F057'}.van-icon-filter-o::before{content:'\F058'}.van-icon-fire-o::before{content:'\F059'}.van-icon-fire::before{content:'\F05A'}.van-icon-flag-o::before{content:'\F05B'}.van-icon-flower-o::before{content:'\F05C'}.van-icon-font-o::before{content:'\F0EC'}.van-icon-font::before{content:'\F0EB'}.van-icon-free-postage::before{content:'\F05D'}.van-icon-friends-o::before{content:'\F05E'}.van-icon-friends::before{content:'\F05F'}.van-icon-gem-o::before{content:'\F060'}.van-icon-gem::before{content:'\F061'}.van-icon-gift-card-o::before{content:'\F062'}.van-icon-gift-card::before{content:'\F063'}.van-icon-gift-o::before{content:'\F064'}.van-icon-gift::before{content:'\F065'}.van-icon-gold-coin-o::before{content:'\F066'}.van-icon-gold-coin::before{content:'\F067'}.van-icon-good-job-o::before{content:'\F068'}.van-icon-good-job::before{content:'\F069'}.van-icon-goods-collect-o::before{content:'\F06A'}.van-icon-goods-collect::before{content:'\F06B'}.van-icon-graphic::before{content:'\F06C'}.van-icon-home-o::before{content:'\F06D'}.van-icon-hot-o::before{content:'\F06E'}.van-icon-hot-sale-o::before{content:'\F06F'}.van-icon-hot-sale::before{content:'\F070'}.van-icon-hot::before{content:'\F071'}.van-icon-hotel-o::before{content:'\F072'}.van-icon-idcard::before{content:'\F073'}.van-icon-info-o::before{content:'\F074'}.van-icon-info::before{content:'\F075'}.van-icon-invition::before{content:'\F076'}.van-icon-label-o::before{content:'\F077'}.van-icon-label::before{content:'\F078'}.van-icon-like-o::before{content:'\F079'}.van-icon-like::before{content:'\F07A'}.van-icon-live::before{content:'\F07B'}.van-icon-location-o::before{content:'\F07C'}.van-icon-location::before{content:'\F07D'}.van-icon-lock::before{content:'\F07E'}.van-icon-logistics::before{content:'\F07F'}.van-icon-manager-o::before{content:'\F080'}.van-icon-manager::before{content:'\F081'}.van-icon-map-marked::before{content:'\F082'}.van-icon-medal-o::before{content:'\F083'}.van-icon-medal::before{content:'\F084'}.van-icon-minus::before{content:'\F0E8'}.van-icon-more-o::before{content:'\F085'}.van-icon-more::before{content:'\F086'}.van-icon-music-o::before{content:'\F087'}.van-icon-music::before{content:'\F088'}.van-icon-new-arrival-o::before{content:'\F089'}.van-icon-new-arrival::before{content:'\F08A'}.van-icon-new-o::before{content:'\F08B'}.van-icon-new::before{content:'\F08C'}.van-icon-newspaper-o::before{content:'\F08D'}.van-icon-notes-o::before{content:'\F08E'}.van-icon-orders-o::before{content:'\F08F'}.van-icon-other-pay::before{content:'\F090'}.van-icon-paid::before{content:'\F091'}.van-icon-passed::before{content:'\F092'}.van-icon-pause-circle-o::before{content:'\F093'}.van-icon-pause-circle::before{content:'\F094'}.van-icon-pause::before{content:'\F095'}.van-icon-peer-pay::before{content:'\F096'}.van-icon-pending-payment::before{content:'\F097'}.van-icon-phone-circle-o::before{content:'\F098'}.van-icon-phone-circle::before{content:'\F099'}.van-icon-phone-o::before{content:'\F09A'}.van-icon-phone::before{content:'\F09B'}.van-icon-photo-fail::before{content:'\F0E5'}.van-icon-photo-o::before{content:'\F09C'}.van-icon-photo::before{content:'\F09D'}.van-icon-photograph::before{content:'\F09E'}.van-icon-play-circle-o::before{content:'\F09F'}.van-icon-play-circle::before{content:'\F0A0'}.van-icon-play::before{content:'\F0A1'}.van-icon-plus::before{content:'\F0A2'}.van-icon-point-gift-o::before{content:'\F0A3'}.van-icon-point-gift::before{content:'\F0A4'}.van-icon-points::before{content:'\F0A5'}.van-icon-printer::before{content:'\F0A6'}.van-icon-qr-invalid::before{content:'\F0A7'}.van-icon-qr::before{content:'\F0A8'}.van-icon-question-o::before{content:'\F0A9'}.van-icon-question::before{content:'\F0AA'}.van-icon-records::before{content:'\F0AB'}.van-icon-refund-o::before{content:'\F0AC'}.van-icon-replay::before{content:'\F0AD'}.van-icon-revoke::before{content:'\F0ED'}.van-icon-scan::before{content:'\F0AE'}.van-icon-search::before{content:'\F0AF'}.van-icon-send-gift-o::before{content:'\F0B0'}.van-icon-send-gift::before{content:'\F0B1'}.van-icon-service-o::before{content:'\F0B2'}.van-icon-service::before{content:'\F0B3'}.van-icon-setting-o::before{content:'\F0B4'}.van-icon-setting::before{content:'\F0B5'}.van-icon-share-o::before{content:'\F0E7'}.van-icon-share::before{content:'\F0B6'}.van-icon-shop-collect-o::before{content:'\F0B7'}.van-icon-shop-collect::before{content:'\F0B8'}.van-icon-shop-o::before{content:'\F0B9'}.van-icon-shop::before{content:'\F0BA'}.van-icon-shopping-cart-o::before{content:'\F0BB'}.van-icon-shopping-cart::before{content:'\F0BC'}.van-icon-shrink::before{content:'\F0BD'}.van-icon-sign::before{content:'\F0BE'}.van-icon-smile-comment-o::before{content:'\F0BF'}.van-icon-smile-comment::before{content:'\F0C0'}.van-icon-smile-o::before{content:'\F0C1'}.van-icon-smile::before{content:'\F0C2'}.van-icon-sort::before{content:'\F0EA'}.van-icon-star-o::before{content:'\F0C3'}.van-icon-star::before{content:'\F0C4'}.van-icon-stop-circle-o::before{content:'\F0C5'}.van-icon-stop-circle::before{content:'\F0C6'}.van-icon-stop::before{content:'\F0C7'}.van-icon-success::before{content:'\F0C8'}.van-icon-thumb-circle-o::before{content:'\F0C9'}.van-icon-thumb-circle::before{content:'\F0CA'}.van-icon-todo-list-o::before{content:'\F0CB'}.van-icon-todo-list::before{content:'\F0CC'}.van-icon-tosend::before{content:'\F0CD'}.van-icon-tv-o::before{content:'\F0CE'}.van-icon-umbrella-circle::before{content:'\F0CF'}.van-icon-underway-o::before{content:'\F0D0'}.van-icon-underway::before{content:'\F0D1'}.van-icon-upgrade::before{content:'\F0D2'}.van-icon-user-circle-o::before{content:'\F0D3'}.van-icon-user-o::before{content:'\F0D4'}.van-icon-video-o::before{content:'\F0D5'}.van-icon-video::before{content:'\F0D6'}.van-icon-vip-card-o::before{content:'\F0D7'}.van-icon-vip-card::before{content:'\F0D8'}.van-icon-volume-o::before{content:'\F0D9'}.van-icon-volume::before{content:'\F0DA'}.van-icon-wap-home-o::before{content:'\F0DB'}.van-icon-wap-home::before{content:'\F0DC'}.van-icon-wap-nav::before{content:'\F0DD'}.van-icon-warn-o::before{content:'\F0DE'}.van-icon-warning-o::before{content:'\F0DF'}.van-icon-warning::before{content:'\F0E0'}.van-icon-weapp-nav::before{content:'\F0E1'}.van-icon-wechat-pay::before{content:'\F0E2'}.van-icon-wechat::before{content:'\F0EE'}.van-icon-youzan-shield::before{content:'\F0E3'}.van-icon__image{width:1em;height:1em;object-fit:contain}.van-tabbar-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#646566;font-size:12px;line-height:1;cursor:pointer}.van-tabbar-item__icon{position:relative;margin-bottom:4px;font-size:22px}.van-tabbar-item__icon .van-icon{display:block}.van-tabbar-item__icon img{display:block;height:20px}.van-tabbar-item--active{color:#1989fa;background-color:#fff}.van-tabbar-item .van-info{margin-top:4px}.van-step{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;color:#969799;font-size:14px}.van-step__circle{display:block;width:5px;height:5px;background-color:#969799;border-radius:50%}.van-step__line{position:absolute;background-color:#ebedf0;-webkit-transition:background-color .3s;transition:background-color .3s}.van-step--horizontal{float:left}.van-step--horizontal:first-child .van-step__title{margin-left:0;-webkit-transform:none;transform:none}.van-step--horizontal:last-child{position:absolute;right:1px;width:auto}.van-step--horizontal:last-child .van-step__title{margin-left:0;-webkit-transform:none;transform:none}.van-step--horizontal:last-child .van-step__circle-container{right:-9px;left:auto}.van-step--horizontal .van-step__circle-container{position:absolute;top:30px;left:-8px;z-index:1;padding:0 8px;background-color:#fff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-step--horizontal .van-step__title{display:inline-block;margin-left:3px;font-size:12px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width:321px){.van-step--horizontal .van-step__title{font-size:11px}}.van-step--horizontal .van-step__line{top:30px;left:0;width:100%;height:1px}.van-step--horizontal .van-step__icon{display:block;font-size:12px}.van-step--horizontal .van-step--process{color:#323233}.van-step--vertical{display:block;float:none;padding:10px 10px 10px 0;line-height:18px}.van-step--vertical:not(:last-child)::after{border-bottom-width:1px}.van-step--vertical:first-child::before{position:absolute;top:0;left:-15px;z-index:1;width:1px;height:20px;background-color:#fff;content:''}.van-step--vertical .van-step__circle-container{position:absolute;top:19px;left:-15px;z-index:2;font-size:12px;line-height:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.van-step--vertical .van-step__line{top:16px;left:-15px;width:1px;height:100%}.van-step:last-child .van-step__line{width:0}.van-step--finish{color:#323233}.van-step--finish .van-step__circle,.van-step--finish .van-step__line{background-color:#07c160}.van-step__icon,.van-step__title{-webkit-transition:color .3s;transition:color .3s}.van-step__icon--active,.van-step__title--active{color:#07c160}.van-rate{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none}.van-rate__item{position:relative}.van-rate__item:not(:last-child){padding-right:4px}.van-rate__icon{display:block;width:1em;color:#c8c9cc;font-size:20px}.van-rate__icon--half{position:absolute;top:0;left:0;width:.5em;overflow:hidden}.van-rate__icon--full{color:#ee0a24}.van-rate__icon--disabled{color:#c8c9cc}.van-rate--disabled{cursor:not-allowed}.van-rate--readonly{cursor:default}.van-notice-bar{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:40px;padding:0 16px;color:#ed6a0c;font-size:14px;line-height:24px;background-color:#fffbe8}.van-notice-bar__left-icon,.van-notice-bar__right-icon{min-width:24px;font-size:16px}.van-notice-bar__right-icon{text-align:right;cursor:pointer}.van-notice-bar__wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:100%;overflow:hidden}.van-notice-bar__content{position:absolute;white-space:nowrap;-webkit-transition-timing-function:linear;transition-timing-function:linear}.van-notice-bar__content.van-ellipsis{max-width:100%}.van-notice-bar--wrapable{height:auto;padding:8px 16px}.van-notice-bar--wrapable .van-notice-bar__wrap{height:auto}.van-notice-bar--wrapable .van-notice-bar__content{position:relative;white-space:normal;word-wrap:break-word}.van-nav-bar{position:relative;z-index:1;line-height:22px;text-align:center;background-color:#fff;-webkit-user-select:none;user-select:none}.van-nav-bar--fixed{position:fixed;top:0;left:0;width:100%}.van-nav-bar--safe-area-inset-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-nav-bar .van-icon{color:#1989fa}.van-nav-bar__content{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:46px}.van-nav-bar__arrow{margin-right:4px;font-size:16px}.van-nav-bar__title{max-width:60%;margin:0 auto;color:#323233;font-weight:500;font-size:16px}.van-nav-bar__left,.van-nav-bar__right{position:absolute;top:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 16px;font-size:14px;cursor:pointer}.van-nav-bar__left:active,.van-nav-bar__right:active{opacity:.7}.van-nav-bar__left{left:0}.van-nav-bar__right{right:0}.van-nav-bar__text{color:#1989fa}.van-grid-item{position:relative;box-sizing:border-box}.van-grid-item--square{height:0}.van-grid-item__icon{font-size:28px}.van-grid-item__icon-wrapper{position:relative}.van-grid-item__text{color:#646566;font-size:12px;line-height:1.5;word-break:break-all}.van-grid-item__icon+.van-grid-item__text{margin-top:8px}.van-grid-item__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;box-sizing:border-box;height:100%;padding:16px 8px;background-color:#fff}.van-grid-item__content::after{z-index:1;border-width:0 1px 1px 0}.van-grid-item__content--square{position:absolute;top:0;right:0;left:0}.van-grid-item__content--center{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-grid-item__content--horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.van-grid-item__content--horizontal .van-grid-item__icon+.van-grid-item__text{margin-top:0;margin-left:8px}.van-grid-item__content--surround::after{border-width:1px}.van-grid-item__content--clickable{cursor:pointer}.van-grid-item__content--clickable:active{background-color:#f2f3f5}.van-goods-action-icon{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;min-width:48px;height:100%;color:#646566;font-size:10px;line-height:1;text-align:center;background-color:#fff;cursor:pointer}.van-goods-action-icon:active{background-color:#f2f3f5}.van-goods-action-icon__icon{position:relative;width:1em;margin:0 auto 5px;color:#323233;font-size:18px}.van-checkbox{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.van-checkbox--disabled{cursor:not-allowed}.van-checkbox--label-disabled{cursor:default}.van-checkbox--horizontal{margin-right:12px}.van-checkbox__icon{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:1em;font-size:20px;line-height:1em;cursor:pointer}.van-checkbox__icon .van-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid #c8c9cc;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color,border-color,background-color;transition-property:color,border-color,background-color}.van-checkbox__icon--round .van-icon{border-radius:100%}.van-checkbox__icon--checked .van-icon{color:#fff;background-color:#1989fa;border-color:#1989fa}.van-checkbox__icon--disabled{cursor:not-allowed}.van-checkbox__icon--disabled .van-icon{background-color:#ebedf0;border-color:#c8c9cc}.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon{color:#c8c9cc}.van-checkbox__label{margin-left:8px;color:#323233;line-height:20px}.van-checkbox__label--left{margin:0 8px 0 0}.van-checkbox__label--disabled{color:#c8c9cc}.van-coupon{margin:0 12px 12px;overflow:hidden;background-color:#fff;border-radius:8px;box-shadow:0 0 4px rgba(0,0,0,.1)}.van-coupon:active{background-color:#f2f3f5}.van-coupon__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;min-height:84px;padding:14px 0;color:#323233}.van-coupon__head{position:relative;min-width:96px;padding:0 8px;color:#ee0a24;text-align:center}.van-coupon__amount,.van-coupon__condition,.van-coupon__name,.van-coupon__valid{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-coupon__amount{margin-bottom:6px;font-weight:500;font-size:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-coupon__amount span{font-weight:400;font-size:40%}.van-coupon__amount span:not(:empty){margin-left:2px}.van-coupon__condition{font-size:12px;line-height:16px;white-space:pre-wrap}.van-coupon__body{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;border-radius:0 8px 8px 0}.van-coupon__name{margin-bottom:10px;font-weight:700;font-size:14px;line-height:20px}.van-coupon__valid{font-size:12px}.van-coupon__corner{position:absolute;top:0;right:16px;bottom:0}.van-coupon__description{padding:8px 16px;font-size:12px;border-top:1px dashed #ebedf0}.van-coupon--disabled:active{background-color:#fff}.van-coupon--disabled .van-coupon-item__content{height:74px}.van-coupon--disabled .van-coupon__head{color:inherit}.van-image{position:relative;display:inline-block}.van-image--round{overflow:hidden;border-radius:50%}.van-image--round img{border-radius:inherit}.van-image__error,.van-image__img,.van-image__loading{display:block;width:100%;height:100%}.van-image__error,.van-image__loading{position:absolute;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#969799;font-size:14px;background-color:#f7f8fa}.van-image__loading-icon{color:#dcdee0;font-size:32px}.van-image__error-icon{color:#dcdee0;font-size:32px}.van-radio{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.van-radio--disabled{cursor:not-allowed}.van-radio--label-disabled{cursor:default}.van-radio--horizontal{margin-right:12px}.van-radio__icon{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:1em;font-size:20px;line-height:1em;cursor:pointer}.van-radio__icon .van-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid #c8c9cc;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color,border-color,background-color;transition-property:color,border-color,background-color}.van-radio__icon--round .van-icon{border-radius:100%}.van-radio__icon--checked .van-icon{color:#fff;background-color:#1989fa;border-color:#1989fa}.van-radio__icon--disabled{cursor:not-allowed}.van-radio__icon--disabled .van-icon{background-color:#ebedf0;border-color:#c8c9cc}.van-radio__icon--disabled.van-radio__icon--checked .van-icon{color:#c8c9cc}.van-radio__label{margin-left:8px;color:#323233;line-height:20px}.van-radio__label--left{margin:0 8px 0 0}.van-radio__label--disabled{color:#c8c9cc}.van-tag{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 4px;color:#fff;font-size:12px;line-height:16px;border-radius:2px}.van-tag--default{background-color:#969799}.van-tag--default.van-tag--plain{color:#969799}.van-tag--danger{background-color:#ee0a24}.van-tag--danger.van-tag--plain{color:#ee0a24}.van-tag--primary{background-color:#1989fa}.van-tag--primary.van-tag--plain{color:#1989fa}.van-tag--success{background-color:#07c160}.van-tag--success.van-tag--plain{color:#07c160}.van-tag--warning{background-color:#ff976a}.van-tag--warning.van-tag--plain{color:#ff976a}.van-tag--plain{background-color:#fff}.van-tag--plain::before{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid currentColor;border-radius:inherit;content:'';pointer-events:none}.van-tag--medium{padding:2px 6px}.van-tag--large{padding:4px 8px;font-size:14px;border-radius:4px}.van-tag--mark{border-radius:0 999px 999px 0}.van-tag--mark::after{display:block;width:2px;content:''}.van-tag--round{border-radius:999px}.van-tag__close{margin-left:2px;cursor:pointer}.van-card{position:relative;box-sizing:border-box;padding:8px 16px;color:#323233;font-size:12px;background-color:#fafafa}.van-card:not(:first-child){margin-top:8px}.van-card__header{display:-webkit-box;display:-webkit-flex;display:flex}.van-card__thumb{position:relative;-webkit-box-flex:0;-webkit-flex:none;flex:none;width:88px;height:88px;margin-right:8px}.van-card__thumb img{border-radius:8px}.van-card__content{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;min-width:0;min-height:88px}.van-card__content--centered{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-card__desc,.van-card__title{word-wrap:break-word}.van-card__title{max-height:32px;font-weight:500;line-height:16px}.van-card__desc{max-height:20px;color:#646566;line-height:20px}.van-card__bottom{line-height:20px}.van-card__price{display:inline-block;color:#323233;font-weight:500;font-size:12px}.van-card__price-integer{font-size:16px;font-family:Avenir-Heavy,PingFang SC,Helvetica Neue,Arial,sans-serif}.van-card__price-decimal{font-family:Avenir-Heavy,PingFang SC,Helvetica Neue,Arial,sans-serif}.van-card__origin-price{display:inline-block;margin-left:5px;color:#969799;font-size:10px;text-decoration:line-through}.van-card__num{float:right;color:#969799}.van-card__tag{position:absolute;top:2px;left:0}.van-card__footer{-webkit-box-flex:0;-webkit-flex:none;flex:none;text-align:right}.van-card__footer .van-button{margin-left:5px}.van-cell{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:border-box;width:100%;padding:10px 16px;overflow:hidden;color:#323233;font-size:14px;line-height:24px;background-color:#fff}.van-cell::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-cell--borderless::after,.van-cell:last-child::after{display:none}.van-cell__label{margin-top:4px;color:#969799;font-size:12px;line-height:18px}.van-cell__title,.van-cell__value{-webkit-box-flex:1;-webkit-flex:1;flex:1}.van-cell__value{position:relative;overflow:hidden;color:#969799;text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__value--alone{color:#323233;text-align:left}.van-cell__left-icon,.van-cell__right-icon{height:24px;font-size:16px;line-height:24px}.van-cell__left-icon{margin-right:4px}.van-cell__right-icon{margin-left:4px;color:#969799}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:#f2f3f5}.van-cell--required{overflow:visible}.van-cell--required::before{position:absolute;left:8px;color:#ee0a24;font-size:14px;content:'*'}.van-cell--center{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-cell--large{padding-top:12px;padding-bottom:12px}.van-cell--large .van-cell__title{font-size:16px}.van-cell--large .van-cell__label{font-size:14px}.van-coupon-cell__value--selected{color:#323233}.van-contact-card{padding:16px}.van-contact-card__value{margin-left:5px;line-height:20px}.van-contact-card--add .van-contact-card__value{line-height:40px}.van-contact-card--add .van-cell__left-icon{color:#1989fa;font-size:40px}.van-contact-card::before{position:absolute;right:0;bottom:0;left:0;height:2px;background:-webkit-repeating-linear-gradient(135deg,#ff6c6c 0,#ff6c6c 20%,transparent 0,transparent 25%,#1989fa 0,#1989fa 45%,transparent 0,transparent 50%);background:repeating-linear-gradient(-45deg,#ff6c6c 0,#ff6c6c 20%,transparent 0,transparent 25%,#1989fa 0,#1989fa 45%,transparent 0,transparent 50%);background-size:80px;content:''}.van-collapse-item{position:relative}.van-collapse-item--border::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;top:0;right:16px;left:16px;border-top:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-collapse-item__title .van-cell__right-icon::before{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.van-collapse-item__title::after{right:16px;display:none}.van-collapse-item__title--expanded .van-cell__right-icon::before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.van-collapse-item__title--expanded::after{display:block}.van-collapse-item__title--borderless::after{display:none}.van-collapse-item__title--disabled{cursor:not-allowed}.van-collapse-item__title--disabled,.van-collapse-item__title--disabled .van-cell__right-icon{color:#c8c9cc}.van-collapse-item__title--disabled:active{background-color:#fff}.van-collapse-item__wrapper{overflow:hidden;-webkit-transition:height .3s ease-in-out;transition:height .3s ease-in-out;will-change:height}.van-collapse-item__content{padding:12px 16px;color:#969799;font-size:14px;line-height:1.5;background-color:#fff}.van-field__label{-webkit-box-flex:0;-webkit-flex:none;flex:none;box-sizing:border-box;width:6.2em;margin-right:12px;color:#646566;text-align:left;word-wrap:break-word}.van-field__label--center{text-align:center}.van-field__label--right{text-align:right}.van-field--disabled .van-field__label{color:#c8c9cc}.van-field__value{overflow:visible}.van-field__body{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-field__control{display:block;box-sizing:border-box;width:100%;min-width:0;margin:0;padding:0;color:#323233;line-height:inherit;text-align:left;background-color:transparent;border:0;resize:none}.van-field__control::-webkit-input-placeholder{color:#c8c9cc}.van-field__control::placeholder{color:#c8c9cc}.van-field__control:disabled{color:#c8c9cc;cursor:not-allowed;opacity:1;-webkit-text-fill-color:#c8c9cc}.van-field__control:read-only{cursor:default}.van-field__control--center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.van-field__control--right{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:right}.van-field__control--custom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:24px}.van-field__control[type=date],.van-field__control[type=datetime-local],.van-field__control[type=time]{min-height:24px}.van-field__control[type=search]{-webkit-appearance:none}.van-field__button,.van-field__clear,.van-field__icon,.van-field__right-icon{-webkit-flex-shrink:0;flex-shrink:0}.van-field__clear,.van-field__right-icon{margin-right:-8px;padding:0 8px;line-height:inherit}.van-field__clear{color:#c8c9cc;font-size:16px;cursor:pointer}.van-field__left-icon .van-icon,.van-field__right-icon .van-icon{display:block;font-size:16px;line-height:inherit}.van-field__left-icon{margin-right:4px}.van-field__right-icon{color:#969799}.van-field__button{padding-left:8px}.van-field__error-message{color:#ee0a24;font-size:12px;text-align:left}.van-field__error-message--center{text-align:center}.van-field__error-message--right{text-align:right}.van-field__word-limit{margin-top:4px;color:#646566;font-size:12px;line-height:16px;text-align:right}.van-field--error .van-field__control::-webkit-input-placeholder{color:#ee0a24;-webkit-text-fill-color:currentColor}.van-field--error .van-field__control,.van-field--error .van-field__control::placeholder{color:#ee0a24;-webkit-text-fill-color:currentColor}.van-field--min-height .van-field__control{min-height:60px}.van-search{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;padding:10px 12px;background-color:#fff}.van-search__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;padding-left:12px;background-color:#f7f8fa;border-radius:2px}.van-search__content--round{border-radius:999px}.van-search__label{padding:0 5px;color:#323233;font-size:14px;line-height:34px}.van-search .van-cell{-webkit-box-flex:1;-webkit-flex:1;flex:1;padding:5px 8px 5px 0;background-color:transparent}.van-search .van-cell__left-icon{color:#969799}.van-search--show-action{padding-right:0}.van-search input::-webkit-search-cancel-button,.van-search input::-webkit-search-decoration,.van-search input::-webkit-search-results-button,.van-search input::-webkit-search-results-decoration{display:none}.van-search__action{padding:0 8px;color:#323233;font-size:14px;line-height:34px;cursor:pointer;-webkit-user-select:none;user-select:none}.van-search__action:active{background-color:#f2f3f5}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;background-color:#fff;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.van-popup--center.van-popup--round{border-radius:16px}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 16px 16px}.van-popup--right{top:50%;right:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:16px 0 0 16px}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:16px 16px 0 0}.van-popup--left{top:50%;left:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 16px 16px 0}.van-popup--safe-area-inset-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-popup-slide-bottom-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-top-enter-active{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.van-popup-slide-bottom-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-top-leave-active{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.van-popup-slide-top-enter,.van-popup-slide-top-leave-active{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter,.van-popup-slide-right-leave-active{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter,.van-popup-slide-bottom-leave-active{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.van-popup-slide-left-enter,.van-popup-slide-left-leave-active{-webkit-transform:translate3d(-100%,-50%,0);transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:1;color:#c8c9cc;font-size:22px;cursor:pointer}.van-popup__close-icon:active{color:#969799}.van-popup__close-icon--top-left{top:16px;left:16px}.van-popup__close-icon--top-right{top:16px;right:16px}.van-popup__close-icon--bottom-left{bottom:16px;left:16px}.van-popup__close-icon--bottom-right{right:16px;bottom:16px}.van-share-sheet__header{padding:12px 16px 4px;text-align:center}.van-share-sheet__title{margin-top:8px;color:#323233;font-weight:400;font-size:14px;line-height:20px}.van-share-sheet__description{display:block;margin-top:8px;color:#969799;font-size:12px;line-height:16px}.van-share-sheet__options{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;padding:16px 0 16px 8px;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}.van-share-sheet__options--border::before{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;top:0;right:0;left:16px;border-top:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-share-sheet__options::-webkit-scrollbar{height:0}.van-share-sheet__option{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.van-share-sheet__option:active{opacity:.7}.van-share-sheet__icon{width:48px;height:48px;margin:0 16px}.van-share-sheet__name{margin-top:8px;padding:0 4px;color:#646566;font-size:12px}.van-share-sheet__option-description{padding:0 4px;color:#c8c9cc;font-size:12px}.van-share-sheet__cancel{display:block;width:100%;padding:0;font-size:16px;line-height:48px;text-align:center;background:#fff;border:none;cursor:pointer}.van-share-sheet__cancel::before{display:block;height:8px;background-color:#f7f8fa;content:' '}.van-share-sheet__cancel:active{background-color:#f2f3f5}.van-popover{position:absolute;overflow:visible;background-color:transparent;-webkit-transition:opacity .15s,-webkit-transform .15s;transition:opacity .15s,-webkit-transform .15s;transition:opacity .15s,transform .15s;transition:opacity .15s,transform .15s,-webkit-transform .15s}.van-popover__wrapper{display:inline-block}.van-popover__arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;border-width:6px}.van-popover__content{overflow:hidden;border-radius:8px}.van-popover__action{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;width:128px;height:44px;padding:0 16px;font-size:14px;line-height:20px;cursor:pointer}.van-popover__action:last-child .van-popover__action-text::after{display:none}.van-popover__action-text{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:100%}.van-popover__action-icon{margin-right:8px;font-size:20px}.van-popover__action--with-icon .van-popover__action-text{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.van-popover[data-popper-placement^=top] .van-popover__arrow{bottom:0;border-top-color:currentColor;border-bottom-width:0;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}.van-popover[data-popper-placement=top]{-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.van-popover[data-popper-placement=top] .van-popover__arrow{left:50%}.van-popover[data-popper-placement=top-start]{-webkit-transform-origin:0 100%;transform-origin:0 100%}.van-popover[data-popper-placement=top-start] .van-popover__arrow{left:16px}.van-popover[data-popper-placement=top-end]{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.van-popover[data-popper-placement=top-end] .van-popover__arrow{right:16px}.van-popover[data-popper-placement^=left] .van-popover__arrow{right:0;border-right-width:0;border-left-color:currentColor;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%)}.van-popover[data-popper-placement=left]{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.van-popover[data-popper-placement=left] .van-popover__arrow{top:50%}.van-popover[data-popper-placement=left-start]{-webkit-transform-origin:100% 0;transform-origin:100% 0}.van-popover[data-popper-placement=left-start] .van-popover__arrow{top:16px}.van-popover[data-popper-placement=left-end]{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.van-popover[data-popper-placement=left-end] .van-popover__arrow{bottom:16px}.van-popover[data-popper-placement^=right] .van-popover__arrow{left:0;border-right-color:currentColor;border-left-width:0;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.van-popover[data-popper-placement=right]{-webkit-transform-origin:0 50%;transform-origin:0 50%}.van-popover[data-popper-placement=right] .van-popover__arrow{top:50%}.van-popover[data-popper-placement=right-start]{-webkit-transform-origin:0 0;transform-origin:0 0}.van-popover[data-popper-placement=right-start] .van-popover__arrow{top:16px}.van-popover[data-popper-placement=right-end]{-webkit-transform-origin:0 100%;transform-origin:0 100%}.van-popover[data-popper-placement=right-end] .van-popover__arrow{bottom:16px}.van-popover[data-popper-placement^=bottom] .van-popover__arrow{top:0;border-top-width:0;border-bottom-color:currentColor;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.van-popover[data-popper-placement=bottom]{-webkit-transform-origin:50% 0;transform-origin:50% 0}.van-popover[data-popper-placement=bottom] .van-popover__arrow{left:50%}.van-popover[data-popper-placement=bottom-start]{-webkit-transform-origin:0 0;transform-origin:0 0}.van-popover[data-popper-placement=bottom-start] .van-popover__arrow{left:16px}.van-popover[data-popper-placement=bottom-end]{-webkit-transform-origin:100% 0;transform-origin:100% 0}.van-popover[data-popper-placement=bottom-end] .van-popover__arrow{right:16px}.van-popover--light{color:#323233}.van-popover--light .van-popover__content{background-color:#fff;box-shadow:0 2px 12px rgba(50,50,51,.12)}.van-popover--light .van-popover__arrow{color:#fff}.van-popover--light .van-popover__action:active{background-color:#f2f3f5}.van-popover--light .van-popover__action--disabled{color:#c8c9cc;cursor:not-allowed}.van-popover--light .van-popover__action--disabled:active{background-color:transparent}.van-popover--dark{color:#fff}.van-popover--dark .van-popover__content{background-color:#4a4a4a}.van-popover--dark .van-popover__arrow{color:#4a4a4a}.van-popover--dark .van-popover__action:active{background-color:rgba(0,0,0,.2)}.van-popover--dark .van-popover__action--disabled{color:#969799}.van-popover--dark .van-popover__action--disabled:active{background-color:transparent}.van-popover--dark .van-popover__action-text::after{border-color:#646566}.van-popover-zoom-enter,.van-popover-zoom-leave-active{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}.van-popover-zoom-enter-active{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.van-popover-zoom-leave-active{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.van-notify{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:8px 16px;color:#fff;font-size:14px;line-height:20px;white-space:pre-wrap;text-align:center;word-wrap:break-word}.van-notify--primary{background-color:#1989fa}.van-notify--success{background-color:#07c160}.van-notify--danger{background-color:#ee0a24}.van-notify--warning{background-color:#ff976a}.van-dropdown-item{position:fixed;right:0;left:0;z-index:10;overflow:hidden}.van-dropdown-item__icon{display:block;line-height:inherit}.van-dropdown-item__option{text-align:left}.van-dropdown-item__option--active{color:#ee0a24}.van-dropdown-item__option--active .van-dropdown-item__icon{color:#ee0a24}.van-dropdown-item--up{top:0}.van-dropdown-item--down{bottom:0}.van-dropdown-item__content{position:absolute;max-height:80%}.van-loading{position:relative;color:#c8c9cc;font-size:0;vertical-align:middle}.van-loading__spinner{position:relative;display:inline-block;width:30px;max-width:100%;height:30px;max-height:100%;vertical-align:middle;-webkit-animation:van-rotate .8s linear infinite;animation:van-rotate .8s linear infinite}.van-loading__spinner--spinner{-webkit-animation-timing-function:steps(12);animation-timing-function:steps(12)}.van-loading__spinner--spinner i{position:absolute;top:0;left:0;width:100%;height:100%}.van-loading__spinner--spinner i::before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:' '}.van-loading__spinner--circular{-webkit-animation-duration:2s;animation-duration:2s}.van-loading__circular{display:block;width:100%;height:100%}.van-loading__circular circle{-webkit-animation:van-circular 1.5s ease-in-out infinite;animation:van-circular 1.5s ease-in-out infinite;stroke:currentColor;stroke-width:3;stroke-linecap:round}.van-loading__text{display:inline-block;margin-left:8px;color:#969799;font-size:14px;vertical-align:middle}.van-loading--vertical{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-loading--vertical .van-loading__text{margin:8px 0 0}@-webkit-keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}100%{stroke-dasharray:90,150;stroke-dashoffset:-120}}@keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}100%{stroke-dasharray:90,150;stroke-dashoffset:-120}}.van-loading__spinner--spinner i:nth-of-type(1){-webkit-transform:rotate(30deg);transform:rotate(30deg);opacity:1}.van-loading__spinner--spinner i:nth-of-type(2){-webkit-transform:rotate(60deg);transform:rotate(60deg);opacity:.9375}.van-loading__spinner--spinner i:nth-of-type(3){-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:.875}.van-loading__spinner--spinner i:nth-of-type(4){-webkit-transform:rotate(120deg);transform:rotate(120deg);opacity:.8125}.van-loading__spinner--spinner i:nth-of-type(5){-webkit-transform:rotate(150deg);transform:rotate(150deg);opacity:.75}.van-loading__spinner--spinner i:nth-of-type(6){-webkit-transform:rotate(180deg);transform:rotate(180deg);opacity:.6875}.van-loading__spinner--spinner i:nth-of-type(7){-webkit-transform:rotate(210deg);transform:rotate(210deg);opacity:.625}.van-loading__spinner--spinner i:nth-of-type(8){-webkit-transform:rotate(240deg);transform:rotate(240deg);opacity:.5625}.van-loading__spinner--spinner i:nth-of-type(9){-webkit-transform:rotate(270deg);transform:rotate(270deg);opacity:.5}.van-loading__spinner--spinner i:nth-of-type(10){-webkit-transform:rotate(300deg);transform:rotate(300deg);opacity:.4375}.van-loading__spinner--spinner i:nth-of-type(11){-webkit-transform:rotate(330deg);transform:rotate(330deg);opacity:.375}.van-loading__spinner--spinner i:nth-of-type(12){-webkit-transform:rotate(360deg);transform:rotate(360deg);opacity:.3125}.van-pull-refresh{overflow:hidden;-webkit-user-select:none;user-select:none}.van-pull-refresh__track{position:relative;height:100%;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.van-pull-refresh__head{position:absolute;left:0;width:100%;height:50px;overflow:hidden;color:#969799;font-size:14px;line-height:50px;text-align:center;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.van-number-keyboard{position:fixed;bottom:0;left:0;z-index:100;width:100%;padding-bottom:22px;background-color:#f2f3f5;-webkit-user-select:none;user-select:none}.van-number-keyboard--with-title{border-radius:20px 20px 0 0}.van-number-keyboard__header{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:content-box;height:34px;padding-top:6px;color:#646566;font-size:16px}.van-number-keyboard__title{display:inline-block;font-weight:400}.van-number-keyboard__title-left{position:absolute;left:0}.van-number-keyboard__body{display:-webkit-box;display:-webkit-flex;display:flex;padding:6px 0 0 6px}.van-number-keyboard__keys{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:3;-webkit-flex:3;flex:3;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-number-keyboard__close{position:absolute;right:0;height:100%;padding:0 16px;color:#576b95;font-size:14px;background-color:transparent;border:none;cursor:pointer}.van-number-keyboard__close:active{opacity:.7}.van-number-keyboard__sidebar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.van-number-keyboard--unfit{padding-bottom:0}.van-key{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:48px;font-size:28px;line-height:1.5;background-color:#fff;border-radius:8px;cursor:pointer}.van-key--large{position:absolute;top:0;right:6px;bottom:6px;left:0;height:auto}.van-key--blue,.van-key--delete{font-size:16px}.van-key--active{background-color:#ebedf0}.van-key--blue{color:#fff;background-color:#1989fa}.van-key--blue.van-key--active{background-color:#0570db}.van-key__wrapper{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-flex-basis:33%;flex-basis:33%;box-sizing:border-box;padding:0 6px 6px 0}.van-key__wrapper--wider{-webkit-flex-basis:66%;flex-basis:66%}.van-key__delete-icon{width:32px;height:22px}.van-key__collapse-icon{width:30px;height:24px}.van-key__loading-icon{color:#fff}.van-list__error-text,.van-list__finished-text,.van-list__loading{color:#969799;font-size:14px;line-height:50px;text-align:center}.van-list__placeholder{height:0;pointer-events:none}.van-switch{position:relative;display:inline-block;box-sizing:content-box;width:2em;height:1em;font-size:30px;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:1em;cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s}.van-switch__node{position:absolute;top:0;left:0;width:1em;height:1em;background-color:#fff;border-radius:100%;box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);-webkit-transition:-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05),-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05)}.van-switch__loading{top:25%;left:25%;width:50%;height:50%;line-height:1}.van-switch--on{background-color:#1989fa}.van-switch--on .van-switch__node{-webkit-transform:translateX(1em);transform:translateX(1em)}.van-switch--on .van-switch__loading{color:#1989fa}.van-switch--disabled{cursor:not-allowed;opacity:.5}.van-switch--loading{cursor:default}.van-switch-cell{padding-top:9px;padding-bottom:9px}.van-switch-cell--large{padding-top:11px;padding-bottom:11px}.van-switch-cell .van-switch{float:right}.van-button{position:relative;display:inline-block;box-sizing:border-box;height:44px;margin:0;padding:0;font-size:16px;line-height:1.2;text-align:center;border-radius:2px;cursor:pointer;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-appearance:none}.van-button::before{position:absolute;top:50%;left:50%;width:100%;height:100%;background-color:#000;border:inherit;border-color:#000;border-radius:inherit;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;content:' '}.van-button:active::before{opacity:.1}.van-button--disabled::before,.van-button--loading::before{display:none}.van-button--default{color:#323233;background-color:#fff;border:1px solid #ebedf0}.van-button--primary{color:#fff;background-color:#07c160;border:1px solid #07c160}.van-button--info{color:#fff;background-color:#1989fa;border:1px solid #1989fa}.van-button--danger{color:#fff;background-color:#ee0a24;border:1px solid #ee0a24}.van-button--warning{color:#fff;background-color:#ff976a;border:1px solid #ff976a}.van-button--plain{background-color:#fff}.van-button--plain.van-button--primary{color:#07c160}.van-button--plain.van-button--info{color:#1989fa}.van-button--plain.van-button--danger{color:#ee0a24}.van-button--plain.van-button--warning{color:#ff976a}.van-button--large{width:100%;height:50px}.van-button--normal{padding:0 15px;font-size:14px}.van-button--small{height:32px;padding:0 8px;font-size:12px}.van-button__loading{color:inherit;font-size:inherit}.van-button--mini{height:24px;padding:0 4px;font-size:10px}.van-button--mini+.van-button--mini{margin-left:4px}.van-button--block{display:block;width:100%}.van-button--disabled{cursor:not-allowed;opacity:.5}.van-button--loading{cursor:default}.van-button--round{border-radius:999px}.van-button--square{border-radius:0}.van-button__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:100%}.van-button__content::before{content:' '}.van-button__icon{font-size:1.2em;line-height:inherit}.van-button__icon+.van-button__text,.van-button__loading+.van-button__text,.van-button__text+.van-button__icon,.van-button__text+.van-button__loading{margin-left:4px}.van-button--hairline{border-width:0}.van-button--hairline::after{border-color:inherit;border-radius:4px}.van-button--hairline.van-button--round::after{border-radius:999px}.van-button--hairline.van-button--square::after{border-radius:0}.van-submit-bar{position:fixed;bottom:0;left:0;z-index:100;width:100%;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff;-webkit-user-select:none;user-select:none}.van-submit-bar__tip{padding:8px 12px;color:#f56723;font-size:12px;line-height:1.5;background-color:#fff7cc}.van-submit-bar__tip-icon{min-width:18px;font-size:12px;vertical-align:middle}.van-submit-bar__tip-text{vertical-align:middle}.van-submit-bar__bar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;height:50px;padding:0 16px;font-size:14px}.van-submit-bar__text{-webkit-box-flex:1;-webkit-flex:1;flex:1;padding-right:12px;color:#323233;text-align:right}.van-submit-bar__text span{display:inline-block}.van-submit-bar__suffix-label{margin-left:5px;font-weight:500}.van-submit-bar__price{color:#ee0a24;font-weight:500;font-size:12px}.van-submit-bar__price--integer{font-size:20px;font-family:Avenir-Heavy,PingFang SC,Helvetica Neue,Arial,sans-serif}.van-submit-bar__button{width:110px;height:40px;font-weight:500;border:none}.van-submit-bar__button--danger{background:-webkit-linear-gradient(left,#ff6034,#ee0a24);background:linear-gradient(to right,#ff6034,#ee0a24)}.van-submit-bar--unfit{padding-bottom:0}.van-goods-action-button{-webkit-box-flex:1;-webkit-flex:1;flex:1;height:40px;font-weight:500;font-size:14px;border:none;border-radius:0}.van-goods-action-button--first{margin-left:5px;border-top-left-radius:999px;border-bottom-left-radius:999px}.van-goods-action-button--last{margin-right:5px;border-top-right-radius:999px;border-bottom-right-radius:999px}.van-goods-action-button--warning{background:-webkit-linear-gradient(left,#ffd01e,#ff8917);background:linear-gradient(to right,#ffd01e,#ff8917)}.van-goods-action-button--danger{background:-webkit-linear-gradient(left,#ff6034,#ee0a24);background:linear-gradient(to right,#ff6034,#ee0a24)}@media (max-width:321px){.van-goods-action-button{font-size:13px}}.van-toast{position:fixed;top:50%;left:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:content-box;width:88px;max-width:70%;min-height:88px;padding:16px;color:#fff;font-size:14px;line-height:20px;white-space:pre-wrap;text-align:center;word-wrap:break-word;background-color:rgba(0,0,0,.7);border-radius:8px;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.van-toast--unclickable{overflow:hidden}.van-toast--unclickable *{pointer-events:none}.van-toast--html,.van-toast--text{width:-webkit-fit-content;width:fit-content;min-width:96px;min-height:0;padding:8px 12px}.van-toast--html .van-toast__text,.van-toast--text .van-toast__text{margin-top:0}.van-toast--top{top:20%}.van-toast--bottom{top:auto;bottom:20%}.van-toast__icon{font-size:36px}.van-toast__loading{padding:4px;color:#fff}.van-toast__text{margin-top:8px}.van-calendar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;height:100%;background-color:#fff}.van-calendar__popup.van-popup--bottom,.van-calendar__popup.van-popup--top{height:80%}.van-calendar__popup.van-popup--left,.van-calendar__popup.van-popup--right{height:100%}.van-calendar__popup .van-popup__close-icon{top:11px}.van-calendar__header{-webkit-flex-shrink:0;flex-shrink:0;box-shadow:0 2px 10px rgba(125,126,128,.16)}.van-calendar__header-subtitle,.van-calendar__header-title,.van-calendar__month-title{height:44px;font-weight:500;line-height:44px;text-align:center}.van-calendar__header-title{font-size:16px}.van-calendar__header-subtitle{font-size:14px}.van-calendar__month-title{font-size:14px}.van-calendar__weekdays{display:-webkit-box;display:-webkit-flex;display:flex}.van-calendar__weekday{-webkit-box-flex:1;-webkit-flex:1;flex:1;font-size:12px;line-height:30px;text-align:center}.van-calendar__body{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:auto;-webkit-overflow-scrolling:touch}.van-calendar__days{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-user-select:none;user-select:none}.van-calendar__month-mark{position:absolute;top:50%;left:50%;z-index:0;color:rgba(242,243,245,.8);font-size:160px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none}.van-calendar__day,.van-calendar__selected-day{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.van-calendar__day{position:relative;width:14.285%;height:64px;font-size:16px;cursor:pointer}.van-calendar__day--end,.van-calendar__day--multiple-middle,.van-calendar__day--multiple-selected,.van-calendar__day--start,.van-calendar__day--start-end{color:#fff;background-color:#ee0a24}.van-calendar__day--start{border-radius:4px 0 0 4px}.van-calendar__day--end{border-radius:0 4px 4px 0}.van-calendar__day--multiple-selected,.van-calendar__day--start-end{border-radius:4px}.van-calendar__day--middle{color:#ee0a24}.van-calendar__day--middle::after{position:absolute;top:0;right:0;bottom:0;left:0;background-color:currentColor;opacity:.1;content:''}.van-calendar__day--disabled{color:#c8c9cc;cursor:default}.van-calendar__bottom-info,.van-calendar__top-info{position:absolute;right:0;left:0;font-size:10px;line-height:14px}@media (max-width:350px){.van-calendar__bottom-info,.van-calendar__top-info{font-size:9px}}.van-calendar__top-info{top:6px}.van-calendar__bottom-info{bottom:6px}.van-calendar__selected-day{width:54px;height:54px;color:#fff;background-color:#ee0a24;border-radius:4px}.van-calendar__footer{-webkit-flex-shrink:0;flex-shrink:0;padding:0 16px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-calendar__footer--unfit{padding-bottom:0}.van-calendar__confirm{height:36px;margin:7px 0}.van-picker{position:relative;background-color:#fff;-webkit-user-select:none;user-select:none}.van-picker__toolbar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;height:44px}.van-picker__cancel,.van-picker__confirm{height:100%;padding:0 16px;font-size:14px;background-color:transparent;border:none;cursor:pointer}.van-picker__cancel:active,.van-picker__confirm:active{opacity:.7}.van-picker__confirm{color:#576b95}.van-picker__cancel{color:#969799}.van-picker__title{max-width:50%;font-weight:500;font-size:16px;line-height:20px;text-align:center}.van-picker__columns{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;cursor:grab}.van-picker__loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#1989fa;background-color:rgba(255,255,255,.9)}.van-picker__frame{position:absolute;top:50%;right:16px;left:16px;z-index:2;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.van-picker__mask{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-image:-webkit-linear-gradient(top,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),-webkit-linear-gradient(bottom,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));background-image:linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),linear-gradient(0deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));background-repeat:no-repeat;background-position:top,bottom;-webkit-transform:translateZ(0);transform:translateZ(0);pointer-events:none}.van-picker-column{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:hidden;font-size:16px}.van-picker-column__wrapper{-webkit-transition-timing-function:cubic-bezier(.23,1,.68,1);transition-timing-function:cubic-bezier(.23,1,.68,1)}.van-picker-column__item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:0 4px;color:#000}.van-picker-column__item--disabled{cursor:not-allowed;opacity:.3}.van-action-sheet{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;max-height:80%;overflow:hidden;color:#323233}.van-action-sheet__content{-webkit-box-flex:1;-webkit-flex:1 auto;flex:1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-action-sheet__cancel,.van-action-sheet__item{display:block;width:100%;padding:14px 16px;font-size:16px;background-color:#fff;border:none;cursor:pointer}.van-action-sheet__cancel:active,.van-action-sheet__item:active{background-color:#f2f3f5}.van-action-sheet__item{line-height:22px}.van-action-sheet__item--disabled,.van-action-sheet__item--loading{color:#c8c9cc}.van-action-sheet__item--disabled:active,.van-action-sheet__item--loading:active{background-color:#fff}.van-action-sheet__item--disabled{cursor:not-allowed}.van-action-sheet__item--loading{cursor:default}.van-action-sheet__cancel{-webkit-flex-shrink:0;flex-shrink:0;box-sizing:border-box;color:#646566}.van-action-sheet__subname{margin-top:8px;color:#969799;font-size:12px;line-height:18px}.van-action-sheet__gap{display:block;height:8px;background-color:#f7f8fa}.van-action-sheet__header{-webkit-flex-shrink:0;flex-shrink:0;font-weight:500;font-size:16px;line-height:48px;text-align:center}.van-action-sheet__description{position:relative;-webkit-flex-shrink:0;flex-shrink:0;padding:20px 16px;color:#969799;font-size:14px;line-height:20px;text-align:center}.van-action-sheet__description::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-action-sheet__loading-icon .van-loading__spinner{width:22px;height:22px}.van-action-sheet__close{position:absolute;top:0;right:0;padding:0 16px;color:#c8c9cc;font-size:22px;line-height:inherit}.van-action-sheet__close:active{color:#969799}.van-goods-action{position:fixed;right:0;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:content-box;height:50px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-goods-action--unfit{padding-bottom:0}.van-dialog{position:fixed;top:45%;left:50%;width:320px;overflow:hidden;font-size:16px;background-color:#fff;border-radius:16px;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:.3s;transition:.3s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}@media (max-width:321px){.van-dialog{width:90%}}.van-dialog__header{padding-top:26px;font-weight:500;line-height:24px;text-align:center}.van-dialog__header--isolated{padding:24px 0}.van-dialog__content--isolated{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:104px}.van-dialog__message{-webkit-box-flex:1;-webkit-flex:1;flex:1;max-height:60vh;padding:26px 24px;overflow-y:auto;font-size:14px;line-height:20px;white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:8px;color:#646566}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__footer{display:-webkit-box;display:-webkit-flex;display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__cancel,.van-dialog__confirm{-webkit-box-flex:1;-webkit-flex:1;flex:1;height:48px;margin:0;border:0}.van-dialog__confirm,.van-dialog__confirm:active{color:#ee0a24}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:8px 24px 16px}.van-dialog--round-button .van-dialog__message{padding-bottom:16px;color:#323233}.van-dialog--round-button .van-dialog__cancel,.van-dialog--round-button .van-dialog__confirm{height:36px}.van-dialog--round-button .van-dialog__confirm{color:#fff}.van-dialog-bounce-enter{-webkit-transform:translate3d(-50%,-50%,0) scale(.7);transform:translate3d(-50%,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{-webkit-transform:translate3d(-50%,-50%,0) scale(.9);transform:translate3d(-50%,-50%,0) scale(.9);opacity:0}.van-contact-edit{padding:16px}.van-contact-edit__fields{overflow:hidden;border-radius:4px}.van-contact-edit__fields .van-field__label{width:4.1em}.van-contact-edit__switch-cell{margin-top:10px;padding-top:9px;padding-bottom:9px;border-radius:4px}.van-contact-edit__buttons{padding:32px 0}.van-contact-edit .van-button{margin-bottom:12px;font-size:16px}.van-address-edit{padding:12px}.van-address-edit__fields{overflow:hidden;border-radius:8px}.van-address-edit__fields .van-field__label{width:4.1em}.van-address-edit__default{margin-top:12px;overflow:hidden;border-radius:8px}.van-address-edit__buttons{padding:32px 4px}.van-address-edit__buttons .van-button{margin-bottom:12px}.van-address-edit-detail{padding:0}.van-address-edit-detail__search-item{background-color:#f2f3f5}.van-address-edit-detail__keyword{color:#ee0a24}.van-address-edit-detail__finish{color:#1989fa;font-size:12px}.van-radio-group--horizontal{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-contact-list{box-sizing:border-box;height:100%;padding-bottom:80px}.van-contact-list__item{padding:16px}.van-contact-list__item-value{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding-right:32px;padding-left:8px}.van-contact-list__item-tag{-webkit-box-flex:0;-webkit-flex:none;flex:none;margin-left:8px;padding-top:0;padding-bottom:0;line-height:1.4em}.van-contact-list__group{box-sizing:border-box;height:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch}.van-contact-list__edit{font-size:16px}.van-contact-list__bottom{position:fixed;right:0;bottom:0;left:0;z-index:999;padding:0 16px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-contact-list__add{height:40px;margin:5px 0}.van-address-list{box-sizing:border-box;height:100%;padding:12px 12px 80px}.van-address-list__bottom{position:fixed;bottom:0;left:0;z-index:999;box-sizing:border-box;width:100%;padding:0 16px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-address-list__add{height:40px;margin:5px 0}.van-address-list__disabled-text{padding:20px 0 16px;color:#969799;font-size:14px;line-height:20px}.van-address-item{padding:12px;background-color:#fff;border-radius:8px}.van-address-item:not(:last-child){margin-bottom:12px}.van-address-item__value{padding-right:44px}.van-address-item__name{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:8px;font-size:16px;line-height:22px}.van-address-item__tag{-webkit-box-flex:0;-webkit-flex:none;flex:none;margin-left:8px;padding-top:0;padding-bottom:0;line-height:1.4em}.van-address-item__address{color:#323233;font-size:13px;line-height:18px}.van-address-item--disabled .van-address-item__address,.van-address-item--disabled .van-address-item__name{color:#c8c9cc}.van-address-item__edit{position:absolute;top:50%;right:16px;color:#969799;font-size:20px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.van-address-item .van-cell{padding:0}.van-address-item .van-radio__label{margin-left:12px}.van-address-item .van-radio__icon--checked .van-icon{background-color:#ee0a24;border-color:#ee0a24}.van-badge{display:inline-block;box-sizing:border-box;min-width:16px;padding:0 3px;color:#fff;font-weight:500;font-size:12px;font-family:-apple-system-font,Helvetica Neue,Arial,sans-serif;line-height:1.2;text-align:center;background-color:#ee0a24;border:1px solid #fff;border-radius:999px}.van-badge--fixed{position:absolute;top:0;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transform-origin:100%;transform-origin:100%}.van-badge--dot{width:8px;min-width:0;height:8px;background-color:#ee0a24;border-radius:100%}.van-badge__wrapper{position:relative;display:inline-block}.van-tab__pane,.van-tab__pane-wrapper{-webkit-flex-shrink:0;flex-shrink:0;box-sizing:border-box;width:100%}.van-tab__pane-wrapper--inactive{height:0;overflow:visible}.van-sticky--fixed{position:fixed;top:0;right:0;left:0;z-index:99}.van-tab{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:0 4px;color:#646566;font-size:14px;line-height:20px;cursor:pointer}.van-tab--active{color:#323233;font-weight:500}.van-tab--disabled{color:#c8c9cc;cursor:not-allowed}.van-tab__text--ellipsis{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.van-tab__text-wrapper{position:relative}.van-tabs{position:relative}.van-tabs__wrap{overflow:hidden}.van-tabs__wrap--page-top{position:fixed}.van-tabs__wrap--content-bottom{top:auto;bottom:0}.van-tabs__wrap--scrollable .van-tab{-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto;padding:0 12px}.van-tabs__wrap--scrollable .van-tabs__nav{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.van-tabs__wrap--scrollable .van-tabs__nav::-webkit-scrollbar{display:none}.van-tabs__nav{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;background-color:#fff;-webkit-user-select:none;user-select:none}.van-tabs__nav--line{box-sizing:content-box;height:100%;padding-bottom:15px}.van-tabs__nav--complete{padding-right:8px;padding-left:8px}.van-tabs__nav--card{box-sizing:border-box;height:30px;margin:0 16px;border:1px solid #ee0a24;border-radius:2px}.van-tabs__nav--card .van-tab{color:#ee0a24;border-right:1px solid #ee0a24}.van-tabs__nav--card .van-tab:last-child{border-right:none}.van-tabs__nav--card .van-tab.van-tab--active{color:#fff;background-color:#ee0a24}.van-tabs__nav--card .van-tab--disabled{color:#c8c9cc}.van-tabs__line{position:absolute;bottom:15px;left:0;z-index:1;width:40px;height:3px;background-color:#ee0a24;border-radius:3px}.van-tabs__track{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;width:100%;height:100%;will-change:left}.van-tabs__content--animated{overflow:hidden}.van-tabs--line .van-tabs__wrap{height:44px}.van-tabs--card>.van-tabs__wrap{height:30px}.van-coupon-list{position:relative;height:100%;background-color:#f7f8fa}.van-coupon-list__field{padding:5px 0 5px 16px}.van-coupon-list__field .van-field__body{height:34px;padding-left:12px;line-height:34px;background:#f7f8fa;border-radius:17px}.van-coupon-list__field .van-field__body::-webkit-input-placeholder{color:#c8c9cc}.van-coupon-list__field .van-field__body::placeholder{color:#c8c9cc}.van-coupon-list__field .van-field__clear{margin-right:0}.van-coupon-list__exchange-bar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:#fff}.van-coupon-list__exchange{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:32px;font-size:16px;line-height:30px;border:0}.van-coupon-list .van-tabs__wrap{box-shadow:0 6px 12px -12px #969799}.van-coupon-list__list{box-sizing:border-box;padding:16px 0 24px;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-coupon-list__list--with-bottom{padding-bottom:66px}.van-coupon-list__bottom{position:absolute;bottom:0;left:0;z-index:999;box-sizing:border-box;width:100%;padding:5px 16px;font-weight:500;background-color:#fff}.van-coupon-list__close{height:40px}.van-coupon-list__empty{padding-top:60px;text-align:center}.van-coupon-list__empty p{margin:16px 0;color:#969799;font-size:14px;line-height:20px}.van-coupon-list__empty img{width:200px;height:200px}.van-cascader__header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;height:48px;padding:0 16px}.van-cascader__title{font-weight:500;font-size:16px;line-height:20px}.van-cascader__close-icon{color:#c8c9cc;font-size:22px}.van-cascader__close-icon:active{color:#969799}.van-cascader__tabs .van-tab{-webkit-box-flex:0;-webkit-flex:none;flex:none;padding:0 10px}.van-cascader__tabs.van-tabs--line .van-tabs__wrap{height:48px}.van-cascader__tabs .van-tabs__nav--complete{padding-right:6px;padding-left:6px}.van-cascader__tab{color:#323233;font-weight:500}.van-cascader__tab--unselected{color:#969799;font-weight:400}.van-cascader__option{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:10px 16px;font-size:14px;line-height:20px}.van-cascader__option:active{background-color:#f2f3f5}.van-cascader__option--selected{color:#ee0a24;font-weight:500}.van-cascader__selected-icon{font-size:18px}.van-cascader__options{box-sizing:border-box;height:384px;padding-top:6px;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-cell-group{background-color:#fff}.van-cell-group__title{padding:16px 16px 8px;color:#969799;font-size:14px;line-height:16px}.van-panel{background:#fff}.van-panel__header-value{color:#ee0a24}.van-panel__footer{padding:8px 16px}.van-checkbox-group--horizontal{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-circle{position:relative;display:inline-block;width:100px;height:100px;text-align:center}.van-circle svg{position:absolute;top:0;left:0;width:100%;height:100%}.van-circle__layer{stroke:#fff}.van-circle__hover{fill:none;stroke:#1989fa;stroke-linecap:round}.van-circle__text{position:absolute;top:50%;left:0;box-sizing:border-box;width:100%;padding:0 4px;color:#323233;font-weight:500;font-size:14px;line-height:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-col{float:left;box-sizing:border-box;min-height:1px}.van-col--1{width:4.16666667%}.van-col--offset-1{margin-left:4.16666667%}.van-col--2{width:8.33333333%}.van-col--offset-2{margin-left:8.33333333%}.van-col--3{width:12.5%}.van-col--offset-3{margin-left:12.5%}.van-col--4{width:16.66666667%}.van-col--offset-4{margin-left:16.66666667%}.van-col--5{width:20.83333333%}.van-col--offset-5{margin-left:20.83333333%}.van-col--6{width:25%}.van-col--offset-6{margin-left:25%}.van-col--7{width:29.16666667%}.van-col--offset-7{margin-left:29.16666667%}.van-col--8{width:33.33333333%}.van-col--offset-8{margin-left:33.33333333%}.van-col--9{width:37.5%}.van-col--offset-9{margin-left:37.5%}.van-col--10{width:41.66666667%}.van-col--offset-10{margin-left:41.66666667%}.van-col--11{width:45.83333333%}.van-col--offset-11{margin-left:45.83333333%}.van-col--12{width:50%}.van-col--offset-12{margin-left:50%}.van-col--13{width:54.16666667%}.van-col--offset-13{margin-left:54.16666667%}.van-col--14{width:58.33333333%}.van-col--offset-14{margin-left:58.33333333%}.van-col--15{width:62.5%}.van-col--offset-15{margin-left:62.5%}.van-col--16{width:66.66666667%}.van-col--offset-16{margin-left:66.66666667%}.van-col--17{width:70.83333333%}.van-col--offset-17{margin-left:70.83333333%}.van-col--18{width:75%}.van-col--offset-18{margin-left:75%}.van-col--19{width:79.16666667%}.van-col--offset-19{margin-left:79.16666667%}.van-col--20{width:83.33333333%}.van-col--offset-20{margin-left:83.33333333%}.van-col--21{width:87.5%}.van-col--offset-21{margin-left:87.5%}.van-col--22{width:91.66666667%}.van-col--offset-22{margin-left:91.66666667%}.van-col--23{width:95.83333333%}.van-col--offset-23{margin-left:95.83333333%}.van-col--24{width:100%}.van-col--offset-24{margin-left:100%}.van-count-down{color:#323233;font-size:14px;line-height:20px}.van-divider{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin:16px 0;color:#969799;font-size:14px;line-height:24px;border-color:#ebedf0;border-style:solid;border-width:0}.van-divider::after,.van-divider::before{display:block;-webkit-box-flex:1;-webkit-flex:1;flex:1;box-sizing:border-box;height:1px;border-color:inherit;border-style:inherit;border-width:1px 0 0}.van-divider::before{content:''}.van-divider--hairline::after,.van-divider--hairline::before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-divider--dashed{border-style:dashed}.van-divider--content-center::before,.van-divider--content-left::before,.van-divider--content-right::before{margin-right:16px}.van-divider--content-center::after,.van-divider--content-left::after,.van-divider--content-right::after{margin-left:16px;content:''}.van-divider--content-left::before{max-width:10%}.van-divider--content-right::after{max-width:10%}.van-dropdown-menu{-webkit-user-select:none;user-select:none}.van-dropdown-menu__bar{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;height:48px;background-color:#fff;box-shadow:0 2px 12px rgba(100,101,102,.12)}.van-dropdown-menu__bar--opened{z-index:11}.van-dropdown-menu__item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;min-width:0;cursor:pointer}.van-dropdown-menu__item:active{opacity:.7}.van-dropdown-menu__item--disabled:active{opacity:1}.van-dropdown-menu__item--disabled .van-dropdown-menu__title{color:#969799}.van-dropdown-menu__title{position:relative;box-sizing:border-box;max-width:100%;padding:0 8px;color:#323233;font-size:15px;line-height:22px}.van-dropdown-menu__title::after{position:absolute;top:50%;right:-4px;margin-top:-5px;border:3px solid;border-color:transparent transparent #dcdee0 #dcdee0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:.8;content:''}.van-dropdown-menu__title--active{color:#ee0a24}.van-dropdown-menu__title--active::after{border-color:transparent transparent currentColor currentColor}.van-dropdown-menu__title--down::after{margin-top:-1px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.van-empty{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:32px 0}.van-empty__image{width:160px;height:160px}.van-empty__image img{width:100%;height:100%}.van-empty__description{margin-top:16px;padding:0 60px;color:#969799;font-size:14px;line-height:20px}.van-empty__bottom{margin-top:24px}.van-grid{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-swipe{position:relative;overflow:hidden;cursor:grab;-webkit-user-select:none;user-select:none}.van-swipe__track{display:-webkit-box;display:-webkit-flex;display:flex;height:100%}.van-swipe__track--vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.van-swipe__indicators{position:absolute;bottom:12px;left:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.van-swipe__indicators--vertical{top:50%;bottom:auto;left:12px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child){margin-bottom:6px}.van-swipe__indicator{width:6px;height:6px;background-color:#ebedf0;border-radius:100%;opacity:.3;-webkit-transition:opacity .2s,background-color .2s;transition:opacity .2s,background-color .2s}.van-swipe__indicator:not(:last-child){margin-right:6px}.van-swipe__indicator--active{background-color:#1989fa;opacity:1}.van-swipe-item{position:relative;-webkit-flex-shrink:0;flex-shrink:0;width:100%;height:100%}.van-image-preview{position:fixed;top:0;left:0;width:100%;height:100%}.van-image-preview__swipe{height:100%}.van-image-preview__swipe-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;overflow:hidden}.van-image-preview__cover{position:absolute;top:0;left:0}.van-image-preview__image{width:100%;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.van-image-preview__image--vertical{width:auto;height:100%}.van-image-preview__image img{-webkit-user-drag:none}.van-image-preview__image .van-image__error{top:30%;height:40%}.van-image-preview__image .van-image__error-icon{font-size:36px}.van-image-preview__image .van-image__loading{background-color:transparent}.van-image-preview__index{position:absolute;top:16px;left:50%;color:#fff;font-size:14px;line-height:20px;text-shadow:0 1px 1px #323233;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.van-image-preview__overlay{background-color:rgba(0,0,0,.9)}.van-image-preview__close-icon{position:absolute;z-index:1;color:#c8c9cc;font-size:22px;cursor:pointer}.van-image-preview__close-icon:active{color:#969799}.van-image-preview__close-icon--top-left{top:16px;left:16px}.van-image-preview__close-icon--top-right{top:16px;right:16px}.van-image-preview__close-icon--bottom-left{bottom:16px;left:16px}.van-image-preview__close-icon--bottom-right{right:16px;bottom:16px}.van-uploader{position:relative;display:inline-block}.van-uploader__wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-uploader__wrapper--disabled{opacity:.5}.van-uploader__input{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;cursor:pointer;opacity:0}.van-uploader__input-wrapper{position:relative}.van-uploader__input:disabled{cursor:not-allowed}.van-uploader__upload{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;width:80px;height:80px;margin:0 8px 8px 0;background-color:#f7f8fa}.van-uploader__upload:active{background-color:#f2f3f5}.van-uploader__upload-icon{color:#dcdee0;font-size:24px}.van-uploader__upload-text{margin-top:8px;color:#969799;font-size:12px}.van-uploader__preview{position:relative;margin:0 8px 8px 0;cursor:pointer}.van-uploader__preview-image{display:block;width:80px;height:80px;overflow:hidden}.van-uploader__preview-delete{position:absolute;top:0;right:0;width:14px;height:14px;background-color:rgba(0,0,0,.7);border-radius:0 0 0 12px}.van-uploader__preview-delete-icon{position:absolute;top:-2px;right:-2px;color:#fff;font-size:16px;-webkit-transform:scale(.5);transform:scale(.5)}.van-uploader__preview-cover{position:absolute;top:0;right:0;bottom:0;left:0}.van-uploader__mask{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#fff;background-color:rgba(50,50,51,.88)}.van-uploader__mask-icon{font-size:22px}.van-uploader__mask-message{margin-top:6px;padding:0 4px;font-size:12px;line-height:14px}.van-uploader__loading{width:22px;height:22px;color:#fff}.van-uploader__file{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:80px;height:80px;background-color:#f7f8fa}.van-uploader__file-icon{color:#646566;font-size:20px}.van-uploader__file-name{box-sizing:border-box;width:100%;margin-top:8px;padding:0 4px;color:#646566;font-size:12px;text-align:center}.van-index-anchor{z-index:1;box-sizing:border-box;padding:0 16px;color:#323233;font-weight:500;font-size:14px;line-height:32px;background-color:transparent}.van-index-anchor--sticky{position:fixed;top:0;right:0;left:0;color:#ee0a24;background-color:#fff}.van-index-bar__sidebar{position:fixed;top:50%;right:0;z-index:2;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;-webkit-user-select:none;user-select:none}.van-index-bar__index{padding:0 8px 0 16px;font-weight:500;font-size:10px;line-height:14px}.van-index-bar__index--active{color:#ee0a24}.van-pagination{display:-webkit-box;display:-webkit-flex;display:flex;font-size:14px}.van-pagination__item,.van-pagination__page-desc{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-pagination__item{-webkit-box-flex:1;-webkit-flex:1;flex:1;box-sizing:border-box;min-width:36px;height:40px;color:#1989fa;background-color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.van-pagination__item:active{color:#fff;background-color:#1989fa}.van-pagination__item::after{border-width:1px 0 1px 1px}.van-pagination__item:last-child::after{border-right-width:1px}.van-pagination__item--active{color:#fff;background-color:#1989fa}.van-pagination__next,.van-pagination__prev{padding:0 4px;cursor:pointer}.van-pagination__item--disabled,.van-pagination__item--disabled:active{color:#646566;background-color:#f7f8fa;cursor:not-allowed;opacity:.5}.van-pagination__page{-webkit-box-flex:0;-webkit-flex-grow:0;flex-grow:0}.van-pagination__page-desc{-webkit-box-flex:1;-webkit-flex:1;flex:1;height:40px;color:#646566}.van-pagination--simple .van-pagination__next::after,.van-pagination--simple .van-pagination__prev::after{border-width:1px}.van-password-input{position:relative;margin:0 16px;-webkit-user-select:none;user-select:none}.van-password-input__error-info,.van-password-input__info{margin-top:16px;font-size:14px;text-align:center}.van-password-input__info{color:#969799}.van-password-input__error-info{color:#ee0a24}.van-password-input__security{display:-webkit-box;display:-webkit-flex;display:flex;width:100%;height:50px;cursor:pointer}.van-password-input__security::after{border-radius:6px}.van-password-input__security li{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:100%;font-size:20px;line-height:1.2;background-color:#fff}.van-password-input__security i{position:absolute;top:50%;left:50%;width:10px;height:10px;background-color:#000;border-radius:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);visibility:hidden}.van-password-input__cursor{position:absolute;top:50%;left:50%;width:1px;height:40%;background-color:#323233;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:1s van-cursor-flicker infinite;animation:1s van-cursor-flicker infinite}@-webkit-keyframes van-cursor-flicker{from{opacity:0}50%{opacity:1}100%{opacity:0}}@keyframes van-cursor-flicker{from{opacity:0}50%{opacity:1}100%{opacity:0}}.van-progress{position:relative;height:4px;background:#ebedf0;border-radius:4px}.van-progress__portion{position:absolute;left:0;height:100%;background:#1989fa;border-radius:inherit}.van-progress__pivot{position:absolute;top:50%;box-sizing:border-box;min-width:3.6em;padding:0 5px;color:#fff;font-size:10px;line-height:1.6;text-align:center;word-break:keep-all;background-color:#1989fa;border-radius:1em;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.van-row::after{display:table;clear:both;content:''}.van-row--flex{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-row--flex::after{display:none}.van-row--justify-center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-row--justify-end{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.van-row--justify-space-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.van-row--justify-space-around{-webkit-justify-content:space-around;justify-content:space-around}.van-row--align-center{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-row--align-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.van-sidebar{width:80px;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-tree-select{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;font-size:14px;-webkit-user-select:none;user-select:none}.van-tree-select__nav{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow-y:auto;background-color:#f7f8fa;-webkit-overflow-scrolling:touch}.van-tree-select__nav-item{padding:14px 12px}.van-tree-select__content{-webkit-box-flex:2;-webkit-flex:2;flex:2;overflow-y:auto;background-color:#fff;-webkit-overflow-scrolling:touch}.van-tree-select__item{position:relative;padding:0 32px 0 16px;font-weight:500;line-height:48px;cursor:pointer}.van-tree-select__item--active{color:#ee0a24}.van-tree-select__item--disabled{color:#c8c9cc;cursor:not-allowed}.van-tree-select__selected{position:absolute;top:50%;right:16px;margin-top:-8px;font-size:16px}.van-skeleton{display:-webkit-box;display:-webkit-flex;display:flex;padding:0 16px}.van-skeleton__avatar{-webkit-flex-shrink:0;flex-shrink:0;width:32px;height:32px;margin-right:16px;background-color:#f2f3f5}.van-skeleton__avatar--round{border-radius:999px}.van-skeleton__content{width:100%}.van-skeleton__avatar+.van-skeleton__content{padding-top:8px}.van-skeleton__row,.van-skeleton__title{height:16px;background-color:#f2f3f5}.van-skeleton__title{width:40%;margin:0}.van-skeleton__row:not(:first-child){margin-top:12px}.van-skeleton__title+.van-skeleton__row{margin-top:20px}.van-skeleton--animate{-webkit-animation:van-skeleton-blink 1.2s ease-in-out infinite;animation:van-skeleton-blink 1.2s ease-in-out infinite}.van-skeleton--round .van-skeleton__row,.van-skeleton--round .van-skeleton__title{border-radius:999px}@-webkit-keyframes van-skeleton-blink{50%{opacity:.6}}@keyframes van-skeleton-blink{50%{opacity:.6}}.van-stepper{font-size:0;-webkit-user-select:none;user-select:none}.van-stepper__minus,.van-stepper__plus{position:relative;box-sizing:border-box;width:28px;height:28px;margin:0;padding:0;color:#323233;vertical-align:middle;background-color:#f2f3f5;border:0;cursor:pointer}.van-stepper__minus::before,.van-stepper__plus::before{width:50%;height:1px}.van-stepper__minus::after,.van-stepper__plus::after{width:1px;height:50%}.van-stepper__minus::after,.van-stepper__minus::before,.van-stepper__plus::after,.van-stepper__plus::before{position:absolute;top:50%;left:50%;background-color:currentColor;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:''}.van-stepper__minus:active,.van-stepper__plus:active{background-color:#e8e8e8}.van-stepper__minus--disabled,.van-stepper__plus--disabled{color:#c8c9cc;background-color:#f7f8fa;cursor:not-allowed}.van-stepper__minus--disabled:active,.van-stepper__plus--disabled:active{background-color:#f7f8fa}.van-stepper__minus{border-radius:4px 0 0 4px}.van-stepper__minus::after{display:none}.van-stepper__plus{border-radius:0 4px 4px 0}.van-stepper__input{box-sizing:border-box;width:32px;height:28px;margin:0 2px;padding:0;color:#323233;font-size:14px;line-height:normal;text-align:center;vertical-align:middle;background-color:#f2f3f5;border:0;border-width:1px 0;border-radius:0;-webkit-appearance:none}.van-stepper__input:disabled{color:#c8c9cc;background-color:#f2f3f5;-webkit-text-fill-color:currentColor;opacity:1}.van-stepper__input:read-only{cursor:default}.van-stepper--round .van-stepper__input{background-color:transparent}.van-stepper--round .van-stepper__minus,.van-stepper--round .van-stepper__plus{border-radius:100%}.van-stepper--round .van-stepper__minus:active,.van-stepper--round .van-stepper__plus:active{opacity:.7}.van-stepper--round .van-stepper__minus--disabled,.van-stepper--round .van-stepper__minus--disabled:active,.van-stepper--round .van-stepper__plus--disabled,.van-stepper--round .van-stepper__plus--disabled:active{opacity:.3}.van-stepper--round .van-stepper__plus{color:#fff;background-color:#ee0a24}.van-stepper--round .van-stepper__minus{color:#ee0a24;background-color:#fff;border:1px solid #ee0a24}.van-sku-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;min-height:50%;max-height:80%;overflow-y:visible;font-size:14px;background:#fff}.van-sku-body{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;min-height:44px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.van-sku-body::-webkit-scrollbar{display:none}.van-sku-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;margin:0 16px}.van-sku-header__img-wrap{-webkit-flex-shrink:0;flex-shrink:0;width:96px;height:96px;margin:12px 12px 12px 0;overflow:hidden;border-radius:4px}.van-sku-header__goods-info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding:12px 20px 12px 0}.van-sku-header-item{margin-top:8px;color:#969799;font-size:12px;line-height:16px}.van-sku__price-symbol{font-size:16px;vertical-align:bottom}.van-sku__price-num{font-weight:500;font-size:22px;vertical-align:bottom;word-wrap:break-word}.van-sku__goods-price{margin-left:-2px;color:#ee0a24}.van-sku__price-tag{position:relative;display:inline-block;margin-left:8px;padding:0 5px;overflow:hidden;color:#ee0a24;font-size:12px;line-height:16px;border-radius:8px}.van-sku__price-tag::before{position:absolute;top:0;left:0;width:100%;height:100%;background:currentColor;opacity:.1;content:''}.van-sku-group-container{padding-top:12px}.van-sku-group-container--hide-soldout .van-sku-row__item--disabled{display:none}.van-sku-row{margin:0 16px 12px}.van-sku-row:last-child{margin-bottom:0}.van-sku-row__image-item,.van-sku-row__item{position:relative;overflow:hidden;color:#323233;border-radius:4px;cursor:pointer}.van-sku-row__image-item::before,.van-sku-row__item::before{position:absolute;top:0;left:0;width:100%;height:100%;background:#f7f8fa;content:''}.van-sku-row__image-item--active,.van-sku-row__item--active{color:#ee0a24}.van-sku-row__image-item--active::before,.van-sku-row__item--active::before{background:currentColor;opacity:.1}.van-sku-row__item{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;min-width:40px;margin:0 12px 12px 0;font-size:13px;line-height:16px;vertical-align:middle}.van-sku-row__item-img{z-index:1;width:24px;height:24px;margin:4px 0 4px 4px;object-fit:cover;border-radius:2px}.van-sku-row__item-name{z-index:1;padding:8px}.van-sku-row__item--disabled{color:#c8c9cc;background:#f2f3f5;cursor:not-allowed}.van-sku-row__item--disabled .van-sku-row__item-img{opacity:.3}.van-sku-row__image{margin-right:0}.van-sku-row__image-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;width:110px;margin:0 4px 4px 0;border:1px solid transparent}.van-sku-row__image-item:last-child{margin-right:0}.van-sku-row__image-item-img{width:100%;height:110px}.van-sku-row__image-item-img-icon{position:absolute;top:0;right:0;z-index:3;width:18px;height:18px;color:#fff;line-height:18px;text-align:center;background-color:rgba(0,0,0,.4);border-bottom-left-radius:4px}.van-sku-row__image-item-name{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;height:40px;padding:4px;font-size:12px;line-height:16px}.van-sku-row__image-item-name span{word-wrap:break-word}.van-sku-row__image-item--active{border-color:currentColor}.van-sku-row__image-item--disabled{color:#c8c9cc;cursor:not-allowed}.van-sku-row__image-item--disabled::before{z-index:2;background:#f2f3f5;opacity:.4}.van-sku-row__title{padding-bottom:12px}.van-sku-row__title-multiple{color:#969799}.van-sku-row__scroller{margin:0 -16px;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch}.van-sku-row__scroller::-webkit-scrollbar{display:none}.van-sku-row__row{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;margin-bottom:4px;padding:0 16px}.van-sku-row__indicator{width:40px;height:4px;background:#ebedf0;border-radius:2px}.van-sku-row__indicator-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding-bottom:16px}.van-sku-row__indicator-slider{width:50%;height:100%;background-color:#ee0a24;border-radius:2px}.van-sku-stepper-stock{padding:12px 16px;overflow:hidden;line-height:30px}.van-sku__stepper{float:right;padding-left:4px}.van-sku__stepper-title{float:left}.van-sku__stepper-quota{float:right;color:#ee0a24;font-size:12px}.van-sku__stock{display:inline-block;margin-right:8px;color:#969799;font-size:12px}.van-sku__stock-num--highlight{color:#ee0a24}.van-sku-messages{padding-bottom:32px}.van-sku-messages__image-cell .van-cell__title{max-width:6.2em;margin-right:12px;color:#646566;text-align:left;word-wrap:break-word}.van-sku-messages__image-cell .van-cell__value{overflow:visible;text-align:left}.van-sku-messages__image-cell-label{color:#969799;font-size:12px;line-height:18px}.van-sku-actions{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;padding:8px 16px}.van-sku-actions .van-button{height:40px;font-weight:500;font-size:14px;border:none;border-radius:0}.van-sku-actions .van-button:first-of-type{border-top-left-radius:20px;border-bottom-left-radius:20px}.van-sku-actions .van-button:last-of-type{border-top-right-radius:20px;border-bottom-right-radius:20px}.van-sku-actions .van-button--warning{background:-webkit-linear-gradient(left,#ffd01e,#ff8917);background:linear-gradient(to right,#ffd01e,#ff8917)}.van-sku-actions .van-button--danger{background:-webkit-linear-gradient(left,#ff6034,#ee0a24);background:linear-gradient(to right,#ff6034,#ee0a24)}.van-slider{position:relative;width:100%;height:2px;background-color:#ebedf0;border-radius:999px;cursor:pointer}.van-slider::before{position:absolute;top:-8px;right:0;bottom:-8px;left:0;content:''}.van-slider__bar{position:relative;width:100%;height:100%;background-color:#1989fa;border-radius:inherit;-webkit-transition:all .2s;transition:all .2s}.van-slider__button{width:24px;height:24px;background-color:#fff;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.5)}.van-slider__button-wrapper,.van-slider__button-wrapper-right{position:absolute;top:50%;right:0;-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0);cursor:grab}.van-slider__button-wrapper-left{position:absolute;top:50%;left:0;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);cursor:grab}.van-slider--disabled{cursor:not-allowed;opacity:.5}.van-slider--disabled .van-slider__button-wrapper,.van-slider--disabled .van-slider__button-wrapper-left,.van-slider--disabled .van-slider__button-wrapper-right{cursor:not-allowed}.van-slider--vertical{display:inline-block;width:2px;height:100%}.van-slider--vertical .van-slider__button-wrapper,.van-slider--vertical .van-slider__button-wrapper-right{top:auto;right:50%;bottom:0;-webkit-transform:translate3d(50%,50%,0);transform:translate3d(50%,50%,0)}.van-slider--vertical .van-slider__button-wrapper-left{top:0;right:50%;left:auto;-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0)}.van-slider--vertical::before{top:0;right:-8px;bottom:0;left:-8px}.van-steps{overflow:hidden;background-color:#fff}.van-steps--horizontal{padding:10px 10px 0}.van-steps--horizontal .van-steps__items{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;margin:0 0 10px;padding-bottom:22px}.van-steps--vertical{padding:0 0 0 32px}.van-swipe-cell{position:relative;overflow:hidden;cursor:grab}.van-swipe-cell__wrapper{-webkit-transition-timing-function:cubic-bezier(.18,.89,.32,1);transition-timing-function:cubic-bezier(.18,.89,.32,1);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.van-swipe-cell__left,.van-swipe-cell__right{position:absolute;top:0;height:100%}.van-swipe-cell__left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.van-tabbar{z-index:1;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:content-box;width:100%;height:50px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-tabbar--fixed{position:fixed;bottom:0;left:0}.van-tabbar--unfit{padding-bottom:0}
/*vue 样式文件end*/
.catalog-product-view .product.info.detailed h3 { font-size: 14px; margin: 0; line-height: 1.5; color: #333;}
.page-products .chatra-btn-show { height: 40px; box-shadow: 0 2px 15px 2px rgba(40, 44, 67, 0.15); border-radius: 50px 0 0 50px; background: url("../../frontend/Te/online/zh_Hans_CN/images/service.png") no-repeat 15px center #00a0e8; color: #fff; background-size: 15px auto; padding: 0 15px 0 38px; position: fixed; right: 0; bottom: 80px; z-index: 20; line-height: 40px; cursor: pointer;}
.actions-toolbar>.primary .action.add { border-radius: 3px;}
#chatra.chatra--visible { display: none !important;}
#chatra.chatra--visible.chatra--expanded { display: block !important;}
.wishlist-index-index .product-item .price-box .old-price .price-container .price,.account.wishlist-index-index .product-item .price-box .special-price+.old-price { color: #333;}
.checkout-cart-index .cart-empty,.sales-order-history .message.info.empty { padding-top: 100px;
    background: url("../../frontend/Te/online/zh_Hans_CN/images/find.png") no-repeat center 10px; background-size: 80px auto; border: none !important; text-align: center;margin-top: 40px; background-color: transparent !important;
}
.checkout-cart-index .page-wrapper >.page-main,.sales-order-history .page-main { background-color: #F1F1F1;}
.checkout-cart-index .page-wrapper >.page-main>.columns { padding: 0; margin-top: 0;}
.checkout-cart-index .page-wrapper >.page-main>.columns >.main >.cart-container { background: #fff;
    margin-left: 0; margin-right: 0; padding: 70px 5px 10px;}
.checkout-cart-index .page-wrapper >.page-main>.columns >.main >.cart-container p { position: absolute; top: -70px; left: -5px; right: -5px; padding: 0 10px;  background-color: #F1F1F1; height: 50px;  line-height: 50px;     color: #333333;}
.checkout-cart-index .page-wrapper >.page-main>.columns >.main >.cart-container p.top-statistics-text {
    position: relative; left: 0; right: 0; top: 0; background: transparent; font-size: 16px; color: #000;line-height: 56px; height: 56px; border-bottom: 1px solid #ECECEC; font-weight: 400;padding: 0;
}
.sales-order-history .message.info.empty {
    color: #666 !important; padding-top: 100px !important; margin-top: 40px;
}
.checkout-cart-index .cart-empty p { text-align: center; font-size: 16px; color: #333;}
.page-with-filter .product-item .product-info>.price-box .old-price { text-decoration: none;}
/*.page-with-filter .product-item .product-info>.price-box .special-price+.cny-price { display: none !important;}*/
.externalapi-result-index .page-title-wrapper { display: none !important;}
.pay-result-box { margin-top: 80px; background: url("../../frontend/Te/online/zh_Hans_CN/images/pay.png") no-repeat center top /60px auto; padding: 80px 0 0; text-align: center;}
.pay-result-box p { text-align: center; font-size: 16px; color: #333; margin-bottom: 40px;}
.pay-result-box a,.pay-result-box .show-pay-result { display: inline-block; text-align: center; min-width: 140px; line-height: 46px; height: 46px; background: #00A0E8; color: #fff; font-size: 16px; border-radius: 4px;margin: 0 4px; width: 100%; box-sizing: border-box; border: none;}
.pay-result-box a.not-paid { background: #3E4152;}
.account .order-foot {
    box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.05); position: fixed; left: 0; right: 0; bottom: 0; z-index: 22; background: #fff; padding: 10px 20px; width: auto;
}
.catalog-product-view .chatra-btn-show { display: none !important;}
.page-with-filter .filter-content .filter-current .filter-current-subtitle, .page-with-filter .filter-content > .filter-actions,.page-with-filter .filter-content .filter-current .item>.filter-label,.page-with-filter .filter-current .remove span { display: none !important;}
.page-with-filter .filter-content .filter-current .item { position: relative; padding: 0 20px; margin-bottom: 0;}
.page-with-filter .filter-current .filter-value {line-height: 36px; display: inline-block;  padding: 0 30px 0 10px; background: #F5F5F5;vertical-align: middle;}
.page-with-filter .filter-current .remove {width: 30px;  overflow: hidden; display: inline-block; height: 36px; vertical-align: middle; margin-left: -35px; background: url("../../frontend/Te/online/zh_Hans_CN/images/close.png") no-repeat center / 15px auto;}
.checkout-hide{display: none;}
.checkout-index-index .opc-wrapper .opc > .actions-toolbar { position: fixed; bottom: 12px; right: 20px; z-index: 22; padding: 0; width: 122px; box-sizing: border-box;}
@media (max-width: 1023px) {
    body { padding-top:0 !important; background: #fff !important;}
    .checkout-index-index { padding-bottom: 20px;}
    .catalog-product-view { padding-bottom: 60px;}
    body.page-with-filter,body.catalogsearch-advanced-result{
        padding-top: 0;
        background-color: #fff;
    }
    body.page-with-filter .page-main .columns,body.catalogsearch-advanced-result .page-main .columns{
        margin-top: 0 ;
    }
    body.page-with-filter aside:last-child .modal-inner-wrap .modal-content,body.catalogsearch-advanced aside:last-child .modal-inner-wrap .modal-content{
        padding-bottom: 0;
    }
    .page-header,.sidebar .block-title{display: none;}
    body.page-with-filter #maincontent .grid-main{
        order: 2;
        -webkit-order: 2;
        -ms-flex-order: 2;
    }
    body.page-with-filter .filter-options .filter-options-item[data-name="Brand"],body.page-with-filter .filter-options .filter-options-item[data-name="brand"]{display: block;
        margin: 0 -23px;
        background-color: #ededed;
        width: auto;
        overflow: auto;}
    body.page-with-filter .filter-options .filter-options-item[data-name="Brand"] .filter-options-content,body.page-with-filter .filter-options .filter-options-item[data-name="brand"] .filter-options-content { display: block !important;padding: 8px 20px 2px;}
    body.page-with-filter .filter-options .filter-options-item[data-name="Brand"] .swiper-container,body.page-with-filter .filter-options .filter-options-item[data-name="brand"] .swiper-container{
        padding-bottom: 6px;
    }
    body.page-with-filter .filter-options .filter-options-item[data-name="Brand"] ol,body.page-with-filter .filter-options .filter-options-item[data-name="brand"] ol {
        padding-left: 20px;
    }
    body.page-with-filter .sidebar-main .filter-content>.filter-subtitle { display: none !important;}

    /*body.page-with-filter .filter-options .filter-options-title[role="tab"],body.page-with-filter .filter-options .filter-options-title,body.page-with-filter .filter-options .filter-options-content .item a:last-child{display: none;}*/
    body.page-with-filter .filter-options .filter-options-content .item{ display: inline-flex !important; margin-right: 4px; width: auto;}
    body.page-with-filter #maincontent .filter-options .filter-options-item .filter-options-content .item a:first-child{    box-sizing: border-box;
        padding: 6px 12px;
        background-color: #fff; display: block;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
    body.page-with-filter #maincontent .filter-options .filter-options-item .filter-options-content .item a:first-child span{display: none}
    body.page-with-filter .products-grid .product-item-name .product-item-link,body.catalogsearch-advanced-result .products-grid .product-item-name .product-item-link{text-align: left;height: auto;color: #333;
        font-weight: 400;
    }
    .page-layout-1column .product.media { width: 100% !important;}
    .page-wrapper > .breadcrumbs { display: none !important;}
    .catalog-product-view #maincontent .product-wrap .box-tocart { display: block; margin-top: 0 !important;}
    .product.data.items > .item.title > .switch { box-sizing: initial !important;}
    .product.data.items > .item.title,.product.data.items > .item.content { float: none !important; width: 100% !important;margin-left:0 !important;}
    .checkout-container .opc-wrapper,.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide { float: none !important; width: 100% !important;}
    .product.data.items > .item.content { border-top: none  !important;margin-top: 0 !important;}
    .product-wrap .box-tocart .field.qty { margin-right: 0 !important;}
    .checkout-cart-index .cart-container .cart-summary,.checkout-cart-index #shopping-cart-table .cart.item .field.qty .control.qty .input-text.qty { border: none !important;}
    .checkout-cart-index #shopping-cart-table .cart.item td.col.item {flex-direction: row !important;}
    .checkout-cart-index #shopping-cart-table .cart.item { padding: 25px 0 !important;}
    .checkout-cart-index #shopping-cart-table .cart.item .actions-toolbar { position: inherit !important;}
    .checkout-cart-index #shopping-cart-table .cart.item .product-item-details {text-align: left !important;}

}
body.page-with-filter .grid.products-grid .price-box,body.catalogsearch-advanced-result .grid.products-grid .price-box { display: block;margin: 0;text-align: left;justify-content: initial; margin-top: -4px;}
body.page-with-filter .grid.products-grid .price-box .catalog-product-view-special-price,body.catalogsearch-advanced-result .grid.products-grid .price-box .catalog-product-view-special-price {   display: flex; align-items: flex-end;  flex-wrap: inherit;}
body.page-with-filter .grid.products-grid .price-box .cny-price,body.catalogsearch-advanced-result .grid.products-grid .price-box .cny-price { height: 15px; display: block; width: 100%; padding: 0;margin-top: 2px; font-size: 14px;font-weight: 400;}
body.page-with-filter .category-view:after{content: "";display: block;clear: both;}
body.page-with-filter .category-information i{ background: url(../../frontend/Te/online/zh_Hans_CN/images/arrow_next.png) no-repeat center / 8px auto transparent;  width: 8px; height: 10px; margin-left: 4px; display: inline-block;}
body.page-with-filter .category-information button{background: rgba(243,243,244,1); border-radius: 28px; width: 82px;
    height: 28px; font-size: 12px; color: #111; padding: 0;}
body.page-with-filter .category-view-marketing-info,body.catalogsearch-advanced-result .category-view-marketing-info{display: none !important;}
body.page-with-filter #layered-filter-block,body.catalogsearch-advanced-result #layered-filter-block{padding-bottom: 0 !important;}
body.page-with-filter .products-grid .product-item-name .product-item-link span,body.catalogsearch-advanced-result .products-grid .product-item-name .product-item-link span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block; font-weight: 500;color: #000;line-height: 1;font-size: 12px;}
body.page-with-filter .product-item-name,body.catalogsearch-advanced-result .product-item-name {width: 100%;    font-size: 12px;}
.product.description .product-detail-image img { width: 100%; display: block;}

/* account */
body.customer-address-index { background: #F5F5F5 !important; }
.account.customer-address-index .page-title-wrapper { display: block !important;}
.account.customer-address-index .block-addresses-list .box-address-shipping { margin-top: 10px;}
.account.customer-address-index .block-addresses-default .box-address-shipping { margin-top: 0;}
.account.customer-address-index #maincontent .columns { padding-top: 0;}

/* cart page */
.checkout-cart-index #shopping-cart-table .cart.item td.col.subtotal { display: none;}
.checkout-cart-index #shopping-cart-table .cart.item td.price .price-excluding-tax .price{ font-size: 16px; color: #F75177;}
.checkout-cart-index #shopping-cart-table .cart.item .price-excluding-tax { display: inline-block; position: relative; top: 0; left: 0;}
.checkout-cart-index #shopping-cart-table .cart.item .price-excluding-tax span{font-weight: 700;}
.account .grid.products-grid .product-items .product-item { flex-basis: 100%; width: 100%; max-width: 100%;padding: 20px 0; border: none; position: relative;}
.account .products-grid.wishlist .product-item .product-item-photo { max-width: 110px;float: left;    margin-right: 15px;}
.checkout-index-index .opc-wrapper .step-title { color: #000;margin-bottom: 10px; border: none;}
.opc-wrapper .shipping-address-item { position: relative; padding: 15px 0; margin-bottom: 0;}
.opc-wrapper .shipping-address-item.selected-item {  padding: 15px 0; margin-bottom: 0; }
.opc-wrapper .shipping-address-item.selected-item:before { content: ""; width: 5px; height: 100%; position: absolute; left: -20px; top: 0; background: #00A0E8; }
.opc-wrapper .shipping-address-item.selected-item:after { content: ""; display: none !important; }
.opc-wrapper .shipping-address-item .action-select-shipping-item { position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: 6; width: 100%; height: 100%;}
.opc-wrapper .shipping-address-item .action-select-shipping-item span { opacity: 0; font-size: 0;}
.products-grid.wishlist .product-item-name,.products-grid.wishlist .product-item .price-box,.opc-wrapper .shipping-address-item .action-select-shipping-item { text-align: left;}
.products-grid.wishlist .product-item-inner .btn-remove { background: url("../../frontend/Te/online/zh_Hans_CN/images/delete.png") no-repeat center; background-size: 20px auto;}
.products-grid.wishlist .product-item-inner .btn-remove span { display: none;}
.opc-estimated-wrapper,.cart-container .cart-summary table.totals tr.grand.totals{ position: fixed; background: #fff !important;  bottom: 0; left: 0; z-index: 19; width: 100%;justify-content: inherit; padding: 26px 20px 25px; margin: 0;border-top: solid 1px #ECECEC;}
.opc-estimated-wrapper { border: none;border-top: solid 1px #ECECEC; padding: 12px 20px;box-sizing: border-box; height: 70px;display: block;}
.cart-container .cart-summary { padding: 0 0 10px;}
.cart-container .cart-summary .table.totals tbody tr.totals.shipping { border-top: 1px solid #e2e2e2;}
.cart-container .cart-summary .table.totals tbody td .price { color: #000; padding-right: 0;font-weight: 500;}
.cart-container .cart-summary table.totals tr.grand.totals { padding: 5px 20px;}
.cart-container .cart-summary .checkout.methods .item { margin-bottom: 10px;}
.cart-container .cart-summary .checkout.methods .item .primary.checkout { padding: 0 20px; font-size: 14px; border-radius: 3px; min-width: 122px; height: 47px; font-weight: 500;  display: flex;justify-content: center;align-items: center;}
.cart-container .cart-summary .table.totals .grand.totals td { font-size: 16px; color: #333;}
.cart-container .cart-summary table.totals tr.grand.totals {justify-content: start;}
.checkout-cart-index .cart-container .cart-summary .cart-totals { margin-bottom: 0;}
.cart-container .checkout-methods-items { position: fixed; bottom: 0; right: 20px; z-index: 20;}
#shipping-method-buttons-container,#checkout-step-payment .fieldset .payment-method-content .checkout-agreements-block + .actions-toolbar { position: fixed; bottom: 12px; z-index: 20; width: 122px; right: 20px; box-sizing: border-box;  }
#product-addtocart-button {position: fixed; right: 0; bottom: 0; z-index: 22; width: 103px; opacity: 0;  padding: 0; height: 60px; display: none;}
.page-with-filter .product-item .price-box .old-price { text-decoration: none;}
.account .page.messages { margin-bottom: 0;}
.opc-estimated-wrapper .estimated-block .estimated-cny-price { font-size: 14px; color: #999; display: none;}
.methods-shipping .actions-toolbar .action.primary,.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary { border-radius: 3px;}
.checkout-cart-index #shopping-cart-table .cart.item .actions-toolbar .action+.action,.checkout-cart-index #shopping-cart-table .cart.item .actions-toolbar .action-delete { display: block !important;}
.checkout-cart-index .action.action-edit,.checkout-cart-index .action.action-delete,.checkout-cart-index .cart.main.actions,.update-cart-item,.checkout-cart-index .page-title-wrapper,.account .page-title-wrapper,.account .grid-left,.wishlist-index-index .form-wishlist-items>.actions-toolbar,.products-grid.wishlist .box-tocart .product-item-actions,.products-grid.wishlist .product-item-actions a.action.edit,.toolbar.wishlist-toolbar,.opc-progress-bar,.customer-addresses-toolbar.toolbar.bottom,.account .column.main>.actions-toolbar>.secondary,.scrollToTop,.additional-addresses .table-additional-addresses-items .col.lastname,.additional-addresses .table-additional-addresses-items .action.delete,.checkout.methods .item .primary.checkout:after,.customer-account-index .block-dashboard-addresses,.opc-wrapper .action-show-popup>span:before,.checkout-shipping-method button.action.primary>span:after,.customer-address-form .actions-toolbar .secondary,.account.customer-address-index .block-addresses-default .box-address-shipping .box-title,.checkout-cart-index #shopping-cart-table .cart.item .actions-toolbar .action+.action.action-edit,.customer-address-index .block-addresses-list >.block-content .empty,.sales-order-history .message.info.empty span:before ,.catalog-product-view .product-category-info .product-category-url,.customer-address-form .page.messages { display: none !important;}
.cart-container .cart-summary { border: none; background: transparent;}
.checkout-cart-index #shopping-cart-table .cart.item .field.qty { left: inherit; right: 0;}
.cart-container .cart-summary table.totals tr.grand.totals { display: flex !important;}
.cart-container .cart-summary table.totals tr.grand.totals.excl { display: none !important;}
.checkout-cart-index #shopping-cart-table .cart.item .field.qty .control.qty .input-text.qty { width: 50px; border-color: #D7D7D7; line-height: 30px; height: 30px;}
.customer-address-form .fieldset { padding: 0 0 50px;}

/*toop0.2*/
.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide{
    visibility: visible;
    opacity: 1;
    position: initial;
}
.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap{
    left: 0;
    transform: inherit;
    box-shadow: none;
    width: auto;
    padding: 0;
}
#checkout-self-mention .self-mention-items{
    margin-bottom: 10px;
    position: relative;
    padding: 16px;
    border: solid 1px #e2e2e2;
}
#checkout-self-mention .self-mention-items button{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background: transparent;
    float: none;
}
#checkout-self-mention .self-mention-items button span{
    opacity: 0;
    font-size: 0;
}
#checkout-self-mention .self-mention-items .self-mention-address>div{
    line-height: 30px;
}
#checkout-self-mention .self-mention-items.selected-item{
    border-color: #00A0E8;
    padding: 15px;
}
#checkout-self-mention .self-mention-items.selected-item:after{
    position: absolute;
    background: #ff5501;
    color: #ffffff;
    width: 29px;
    font-size: 27px;
    line-height: 21px;
    padding-top: 2px;
    right: 0;
    text-align: center;
    background: url(../../frontend/Te/online/zh_Hans_CN/images/selected.png) no-repeat center;
    background-size: 30px auto;
    top: inherit;
    bottom: 0;
    height: 28px;
    content: "";

}

.action.primary:hover:before,.action.primary:before{
    display: none;
}
.action.primary:focus, .action.primary:active,.action.primary:hover{
    background-color: #00a0e8;
}
.cart-totals .table-wrapper .loading-mask{
    position: fixed !important;
}
.product-item .product-info ul.list-color {
    line-height: 1.2;
    margin-bottom: 6px;
}
.product-item .product-info ul.list-color li{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f6f6f6;
    display: inline-block;
    margin: 0 1px;
}
.checkout-container.payment-item .view-all { display: none !important; }

.edit-address-link{display: block !important;    z-index: 99999999999;}

/*toop0.2 end*/

#shopping-cart-table .cart.item .actions-toolbar>.action.action-towishlist span{
    display: block;
}
.custom-page-title-wrapper { padding: 20px; box-sizing: border-box; font-size: 2.4rem; color: #000;line-height: 1; margin: 0 !important; font-weight: normal;}
ol#checkoutSteps li .custom-page-title-wrapper { padding: 20px 0;}
.custom-page-title-wrapper small { color: #666; font-weight: 300; font-size: 1.3rem;line-height: 1; margin-bottom: 2px; display: block; }
.noitem-box { text-align: center; padding: 100px 0 50px;}
.noitem-box h2 { font-size: 3rem; font-weight: 700; line-height: 1; color: #000; margin-bottom: 5px;}
.noitem-box p,.noitem-box span { font-size: 1.4rem; font-weight: 300; line-height: 1; color: #333; margin-bottom: 12px; text-align: center;}
.miniprogram .noitem-box >span { font-weight: 400; display: inline-block !important; padding-right: 15px; background: url("../../frontend/Te/online/zh_Hans_CN/images/b_go.png") no-repeat right center; background-size: 9px auto;}

.toolbar_2_0 { box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, .05); padding: 14px 20px 10px;}
.catalog-product-view .product-wrap > .product-info-main { box-shadow: 0 -8px 9px 0 rgba(0, 0, 0, .08);}
.catalog-product-view .commission-share, .catalog-product-view .miniprogram .wechat-share {box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);}
.catalog-product-view .product-tags { border-radius: 50px 50px 50px 0;min-width: 39px; box-sizing: border-box;  text-align: center;}
.customer-ico,.collect-ico { margin-right: 0 !important;}
.catalog-product-view .list-label { min-width: 78px;}
.scroll-top-status .product.media.fixed { opacity: 0 !important;}
.float-tools .cart-icon { background: url("../../frontend/Te/online/zh_Hans_CN/images/cart.png") no-repeat center; background-size: 24px auto; margin-right: 2px; width: 44px !important;  background-color: #F2F2F2; position: absolute; height: 44px; left: 46px;    display: none; min-width: 44px;}
.float-tools .cart-icon i { width: 14px; height: 14px; border-radius: 100%; background: #00A0E8; position: absolute; right: 4px; top: 4px; box-sizing: border-box; margin: 0; font-style: normal; font-size: 10px; color: #fff; text-align: center; line-height: 14px;}
.add_shopping_cart.over i,.buy_now.over i { font-family: "RobotoCondensed",'Microsoft YaHei','PingFangSC-Regular'; font-weight: 300;}
.price,.current-price { font-family: 'RobotoCondensed' !important; font-weight: 700 !important;}
.keep_paying.order-foot .pay-again .price { display: inline-block; padding-left: 10px;}

.mini-show,.custom-size-table-data { display: none;}
.miniprogram .mini-show { display: block;}
.miniprogram .toolbar_2_0 .customer, .miniprogram .app-show,.miniprogram .opc-sidebar tr.messages,.miniprogram .opc-estimated-wrapper .estimated-block span.estimated-base_price,.miniprogram .payment-method.paypal { display: none !important;}
.catalog-product-view  .miniprogram .commission-share.share { background: url(../../frontend/Te/online/zh_Hans_CN/images/homem.png) no-repeat center center; background-size: 24px auto; background-color: #fff;}

/*购物车*/
.checkout-cart-index .page-wrapper>.page-main>.columns>.main>.cart-container p.top-statistics-text{
    font-size: 13px;
    color: #666666;
    line-height: inherit;
    height: inherit;
    border: 0;
    margin-bottom: 0;
    font-weight: 300;
}

.top-statistics{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: solid 1px #ececec !important;
}
.top-statistics h3{
    margin: 0;
    font-size: 24px;
    color: #000000;
    font-weight: 400;
}
.top-statistics a{
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #333333;
}
.top-statistics a i{
    background-size: 16px;
    width: 30px;
    height: 30px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-left: 5px;
}
.checkout-cart-index #shopping-cart-table .cart.item{
    padding: 25px 0;
}
.checkout-cart-index #shopping-cart-table .cart.item.invalid-item-title{
    padding: 25px 0 0;
}
.checkout-cart-index #shopping-cart-table .cart.item.invalid-item{
    padding: 0 !important;
}
.checkout-cart-index #shopping-cart-table .cart.item.invalid-item.item-info{
    padding: 0;
}
.checkout-cart-index #shopping-cart-table .cart.item.invalid-item > tr > td .product-item-brand{
    font-size: 14px;
    font-weight: 500;
}
.checkout-cart-index #shopping-cart-table .cart.item.invalid-item .product-item-details { width: 100%;}
.checkout-cart-index #shopping-cart-table .cart.item.invalid-item>tr>td .product-item-name { font-size: 12px;  color: #999 !important;}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-brand{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 3px;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-details .product-item-name{
    font-size: 1.5rem;
    color: #000;
    line-height: 1.8rem;
    max-height: 3.6rem;
    margin-bottom: 1.2rem;
    font-weight: 400;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-details .product-item-attributes,.checkout-cart-index #shopping-cart-table .cart.item .product-item-details .product-item-offi_atk_numb{
    color: #666666;
    font-size: 1.3rem;
    font-weight: lighter;
    line-height: 17px;
    margin-bottom: 0;
}


.checkout-cart-index #shopping-cart-table .cart.item .product-item-offi_atk_numb{
    color: #666666;
    font-size: 12px;
    font-weight: lighter;
}
.checkout-cart-index #shopping-cart-table .cart.item .actions-toolbar{
    position: inherit;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-photo{
    padding-bottom: 9px;
}
.checkout-cart-index #shopping-cart-table .cart.item.invalid-item .action-towishlist{
    position: absolute;
    bottom: 25px;
    right: auto;
    left: 20px;
    top: auto;
    margin: 0 !important;
    display: flex;
    padding: 0;
    align-items: center;
}
.checkout-cart-index #shopping-cart-table .cart.item.invalid-item .action-towishlist{
    display: none;
}
.checkout-cart-index #shopping-cart-table .cart.item .action-towishlist{
    display: flex;
    position: absolute;
    bottom: 22px;
    margin: 0 !important;
    left: 4px;
}
#shopping-cart-table .cart.item .actions-toolbar .action-towishlist:before { display: none;}
.checkout-cart-index #shopping-cart-table .cart.item .action-towishlist>span:first-child,.checkout-cart-index #shopping-cart-table .cart.item .actions-toolbar .has-wishlish{ display: block; font-size: 13px; color: #666; padding-left: 17px; background: url("../../frontend/Te/online/zh_Hans_CN/images/wishlist.png") no-repeat left center; background-size: 14px auto;
}
.checkout-cart-index #shopping-cart-table .cart.item .actions-toolbar .has-wishlish { background: url("../../frontend/Te/online/zh_Hans_CN/images/wishlisted.png") no-repeat left center; background-size: 14px auto; position: absolute; left: 7px; bottom: 22px; padding: 3px 3px 3px 17px;}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-details .product-item-name{
    padding-right: 30px;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-info td span.cart-price .price{
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #333;
}
#shopping-cart-table .cart.item .item-info td > span.original-price:before{
    font-size: 1.6rem;
}
.checkout-cart-index #shopping-cart-table .cart.item .item-info td span.cart-price .price:first-letter{
    font-size: 11px;
}
.checkout-cart-index #shopping-cart-table .cart.item .product-item-photo .product-image-photo{
    max-width: 110px;
    margin: 0;
}
.checkout-cart-index #shopping-cart-table .cart.item .field.qty .control.qty .input-text.qty{
    border: 0;
}
.checkout-cart-index .chectout-cart-minus-qty, .checkout-cart-index .chectout-cart-plus-qty{
    border-radius: 4px;
    background-size: 9px;
}
.checkout-cart-index #shopping-cart-table .cart.item .actions-toolbar .action.action-delete{
    position:absolute;
    top: 22px;
    right: 0;
}
#shopping-cart-table .cart.item .item-info td > span{
    height: 20px;
}
.cart-container .cart-summary .table.totals tbody td .price{
    font-size: 16px;
}
.cart-container .cart-summary .checkout.methods .item .primary.checkout{
    border-radius: 5px;
}

.checkout-cart-index .cart-container .cart-summary .table.totals tbody > tr.totals.sub{
    background: #FFFFFF;
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.05);
    border-radius: 12px 12px 0 0;
    border: 0;
}
.remind-row{
    margin: 0 -20px;
}

.remind{
    background: url("../../frontend/Te/online/zh_Hans_CN/images/top_remind_bg.png") no-repeat center;
    display: inline-block;
    align-items: end;
    padding: 20px;
    background-size: 100% 100%;
}
.remind>img{
    width: 24px;
    height: auto;
    flex-shrink: 0;
    float: left;
    margin-right: 5px;
}
.remind .remind-text{
    padding-top: 2px;
    overflow: auto;
}
.remind .remind-text h3{
    margin: 0 0 10px;
    font-size: 1.7rem;
    font-weight: 500;
    color: #FFFFFF;
}
.checkout-cart-index .page-wrapper >.page-main>.columns >.main >.cart-container .remind .remind-text p{
    position: inherit;
    background-color: transparent;
    padding: 0;
    height: auto;
    line-height: initial;
    margin: 0;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 300;
}
.bottom-remind{
    background: #F6F6F6;
}
.checkout-cart-index .page-wrapper >.page-main>.columns >.main >.cart-container .remind.bottom-remind .remind-text p{
    color: #333333;
}
.remind.bottom-remind .remind-text h3{
    color: #333333;
}
.cart.table-wrapper,#gift-options-cart{
    margin-bottom: 0;
}
#gift-options-cart .action-towishlist,#toast .action-towishlist{
    display: none;
}
/*仅剩*/
#shopping-cart-table td > div.qty_prompt{
    font-size: 14px;
    color: #F2BB32;
    float: right;
    position: static;
    margin-top: -20px;
    padding: 0;
}
.center-remind{
    font-size: 14px;
    color: #F2BB32;
}
.checkout-cart-index .qty-message{
    background-color: #D7D7D7;
    color: #000;
    padding: 3px 7px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: 0;
    min-width: 75px;
}
.checkout-cart-index .qty-message.min{
    background-color: #D7D7D7;
    color: #000;
    padding: 3px 7px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: 0;
    min-width: 75px;
}
.checkout-cart-index .qty-message.max{
    background-color: #efcfa8;
    color: #000;
    padding: 3px 7px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: 0;
    min-width: 75px;
}
/*收藏页 删除影藏*/
.account.wishlist-index-index .products-grid.wishlist .product-item-inner .btn-remove{
    /*display: none;*/
    top: -32px;
}

#shopping-cart-table .cart.item .item-info td > span.original-price{
    font-size: 1.4rem;
    color: #999999;
    font-weight: 300;
    line-height: 1.6rem;
    height: auto;
}
#shopping-cart-table .cart.item .item-info td > span.original-price:before{
    content: "|";
}
#shopping-cart-table .cart.item .item-info td > span.original-price .price-ico{
    font-size: 1.1rem;
}
.cancel_collect{
    display: flex;
    font-size: 14px;
    position: absolute;
    right: 4px;
    bottom: 24px;
}
.cancel_collect .collect-ico{
    background-size: 18px;
    width: 18px;
    height: 18px;
    margin-left: 3px;
}
.account .grid.products-grid .product-items .product-item{
    padding: 25px 0;
}
.checkout-cart-index .cart-container .cart-table{
    margin-bottom: 35px;
}

.checkout-cart-index .page-wrapper >.page-main>.columns >.main >.cart-container .remind.center-remind .remind-text p{
    color: #000;
}
.favoritesH{
    font-size: 24px;
    color: #000000;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.favoritesH small{
    font-size: 13px;
    color: #666666;
    display: block;
    font-weight: 300;
}
#wishlist-view-form .loading-mask{
    position: relative;
    margin-top: 5px;
}
#wishlist-view-form .loading-mask .loader{
    position: relative;
    width: 30px;
    height: 30px;
}
#wishlist-view-form .loading-mask .loader:after{
    margin-left: 0;
    margin-top: 0;
}
#form-wishlist-items{
    border-top: solid 1px #ECECEC !important;
}
.account.wishlist-index-index .products-grid.wishlist .product-item-inner .unavailable.stock{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 0;
    top: -5px;
    left: 20px;
    border-radius: 50%;
}
.account.wishlist-index-index .price-as-configured{
    left: 120px;
}
.account.wishlist-index-index .products-grid .product-item-name .product-item-link{
    color: #000000;
    font-size: 14px;
}
.account .column.main .toolbar{
    display: none !important;
}

.sales-order-view .order-status{
    background:#F6F6F6;
    position: relative;
    padding: 25px 20px;
}
.sales-order-view .order-status p{
    font-size: 1.4rem;
    margin: 0;
    line-height: 1;
    margin-left: 32px;
}
.sales-order-view .order-status h4{
    font-weight: 500;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}
.sales-order-view .order-item h5{
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #000;
}
.sales-order-view .order-item h5 span{
    margin-right: 0.3rem;
}
.sales-order-view .order-item .product-img{
    width: 110px;
    min-width: 110px;
}
.sales-order-view .order-item .product-img img{
    max-width: 110px;
    max-height: 110px;
}
.payment-ico{
    margin-right: 5px;
}
.sales-order-view .page-title-wrapper .order-date{
    display: block !important;
    font-size: 13px;
}
.sales-order-view.account .items.order-links,.sales-order-shipment .items.order-links,.sales-order-creditmemo .items.order-links{
    background-color: transparent;
    border-bottom: 1px solid #e2e2e2;
}
.sales-order-view.account .items.order-links li.item.current,.sales-order-shipment .items.order-links li.item.current,.sales-order-creditmemo .items.order-links li.item.current{
    color: #000000;
}
.sales-order-view.account .items.order-links li.item,.sales-order-shipment.account .items.order-links li.item,.sales-order-creditmemo.account .items.order-links li.item{
    font-size: 1.6rem;
    line-height: 3.8rem;
    font-weight: 400;
    margin-right: 20px;
}
.sales-order-view .order-item h2{
    font-size: 1.5rem;
    margin: 0;
    color: #000000;
    font-weight: 500;
    margin-bottom: 2px;
}
.sales-order-view .order-item h3{
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    font-size: 1.5rem;
}
.sales-order-view .order-item .pro-color,.sales-order-view .order-item .product-item-offi_atk_numb{
    color: #666666;
    padding: 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;
}
.sales-order-view .order-item .item-list .price{
    float: inherit;
}
.sales-order-view .order-item .item-list .discount-price .price{
    color: #000000;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'RobotoCondensed';
    display: inherit;
}
.sales-order-view .order-item .item-list .discount-price .price:first-letter{
    font-size: 11px;
}
.sales-order-view .order-item .item-list .split-line{
    margin: 0 4px;
    color: #999999;
}
.sales-order-view .order-item .item-list .original-price .price{
    font-weight: 400 !important;
    color: #999999;
    font-size: 1.4rem;
    text-decoration: line-through;
    display: inherit;
}
.sales-order-view .order-item .item-list .original-price .price:first-letter{
    font-size: 11px;
}
.sales-order-view .order-item .qty{
    font-size: 1.4rem;
    font-weight: 500;
    color: #333333;
}
.sales-order-view .block-order-details-view .block-content .box.box-order-shipping-method{
    display: none;
}
.sales-order-view .block.block-order-details-view .box-content,.block-order-details-view .box-content .payment-method .title{
    color: #999999;
}
.sales-order-view .main > .block.block-order-details-view:before{
    height: 0.5px;
}
.sales-order-view .order-item .item-list li{
    display: flex;
    align-items: stretch;
    padding: 25px 0;
    border-top: thin solid #ECECEC;
}
.sales-order-view .order-details-items{
    padding-bottom: 0;
}
.sales-order-view .block.block-order-details-view{
    padding: 0;
}
.sales-order-view .order-item{
    padding: 17px 0 0;
}
.sales-order-view .order-item .price-item{
    padding-bottom: 12px;
    padding-top: 20px;
}
.sales-order-view .block-order-details-view .block-content .box{
    padding-top: 20px;
}
.sales-order-view .block.block-order-details-view .box-content address{
    color: #333333;
    font-size: 1.3rem;
    line-height: 22px;
}
.sales-order-view .page-wrapper{
    margin-bottom: 10px;
}
.sales-order-view .order-item .info{
    width: 100%;
}
.sales-order-view .order-item .price-item > p{
    margin-bottom: 10px;
    line-height: 1;
    display: flex;
    justify-content: space-between
}
.sales-order-view .order-item .price-item p .amount > span.price{
    font-weight: 700;
    font-family: 'RobotoCondensed';
    display: inherit;
}
/*.sales-order-view .order-item .price-item p .amount > span.price:first-letter{*/
/*font-size: 11px;*/
/*}*/
.sales-order-view .order-item .price-item p.shipping > span.price{
    font-weight: 500;
    font-family: 'RobotoCondensed';
    display: inherit;
}
.sales-order-view .order-item .price-item p.shipping > span.price:first-letter{
    font-size: 11px;
}
.sales-order-view .column.main .block:not(.widget) .box-title > span{
    color: #000000;
    font-weight: 400;
    font-size: 1.5rem;
}
.sales-order-view .order-item .price-item p.discount > span.price{
    font-weight: 500;
    font-family: 'RobotoCondensed';
    display: inherit;
    color: #F64E60;
}
.sales-order-view .block.block-order-details-view .block-content .box.box-order-details{
    padding-bottom: 20px;
}
.sales-order-view .block.block-order-details-view .block-content .box.box-order-details .order-number div{
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #E2E2E2;
    font-size: 11px;
    margin-left: 5px;
    line-height: 1;
    color: #333;
}
.sales-order-view .block.block-order-details-view .block-content .box.box-order-details .order-number {
    font-size: 13px;
}
.sales-order-view .block.block-order-details-view .box-content address span{
    width: 70px;
    display: inline-block;
    color: #666666;
    font-weight: 500;
    font-size: 13px;
}
.sales-order-view .block.block-order-details-view .box-content address .flex{
    display: flex;
}
.sales-order-view .block.block-order-details-view .box-content address p{
    margin-bottom: 0;
}
.sales-order-view .block.block-order-details-view .box-content address a{
    color: #333333;
}
/*.sales-order-view .order-item .price-item p.discount > span.price:first-letter{*/
/*font-size: 11px;*/
/*}*/

.sales-order-view .order-item .price-item p{
    margin-bottom: 10px;
    line-height: 1;
}
.sales-order-view .order-foot .order-grand-total{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
}
.account.sales-order-view .order-foot{
    text-align: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sales-order-view .account .column.main .block:not(.widget) .box-title{
    line-height: 1;
    margin-bottom: 10px;
}
.sales-order-view .order-item .price-item .mark{
    font-weight: 400;
}
.sales-order-view .order-item .price-item .subtotal .mark:after{
    content: '';
    color: #666666;
}
.sales-order-view .block.block-order-details-view .block-content .box{
    padding: 17px 0 20px;
}
.sales-order-view .block.block-order-details-view .block-content .box .box-title{
    line-height: 1;
    margin-bottom: 15px;
}
.sales-order-view .order-status{
    background: url("../../frontend/Te/online/zh_Hans_CN/images/top_remind_bg2.png") no-repeat center #00a0e8;
    align-items: end;
    background-size: 100% 100%;
}
.sales-order-view .block.block-order-details-view .box-order-details .box-content span:not(.text){
    width: 70px;
    display: inline-block;
    color: #666666;
    font-weight: 500;
    font-size: 1.3rem;
}
.sales-order-view .block.block-order-details-view .box-order-details .box-content span.text{
    color: #333333;
    font-size: 1.3rem;
}
.sales-order-view .block.block-order-details-view .block-content .box.box-order-details .order-number{
    margin-bottom: 4px;
}
.sales-order-view .block.block-order-details-view .block-content .box.box-order-details .time{
    margin-bottom: 4px;
    font-size: 1.3rem;
    color: #333333;
}
.sales-order-view .block.block-order-details-view .block-content .box.box-order-details .pay{
    font-size: 1.3rem;
    color: #333333;
}
.sales-order-view .block.block-order-details-view .block-content .box.box-order-details .pay .payment-method{
    display: inline-block;
    line-height: initial;
    margin: 0;
}
.sales-order-view .block.block-order-details-view .block-content .box.box-order-details .pay .payment-method .title{
    margin-bottom: 0;
    color: #333333;
}
.sales-order-view .order-foot .order-grand-total .price{
    margin-left: 5px;
    display: inline-block;
}
.sales-order-view .order-foot .status{
    font-size: 1.5rem; line-height: 44px;
    padding: 0;
    background-color: transparent;
    color: #666666;
    border-radius: 5px;
    font-weight: 400;
}
.sales-order-view .order-foot .order-grand-total .price:first-letter{
    font-size: 13px;
}
.sales-order-view .order-item .info .commodity-foot{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.sales-order-view .order-item .info .commodity-foot .display-price{
    display: flex;
    align-items: flex-end;
}
.sales-order-view .box-title{
    margin-bottom: 12px;
}
/*.sales-order-view .order-header{*/
/*position: absolute;*/
/*right: -20px;*/
/*left: -20px;*/
/*top: -126px;*/
/*}*/
/*.sales-order-view .order-status+.order-header{*/
/*position: absolute;*/
/*right: -20px;*/
/*left: -20px;*/
/*top: -84px;*/
/*}*/
/*.sales-order-view .order-header .time{*/
/*text-align: left;*/
/*font-weight: 300;*/
/*color: #666;*/
/*font-size: 13px;*/
/*}*/
/*.sales-order-view .order-header h2{*/
/*line-height: 1;*/
/*font-size: 2.4rem;*/
/*font-weight: 400;*/
/*margin: 0;*/
/*}*/
.sales-order-shipment .page-title-wrapper h1{ line-height: 1; font-size: 2rem; font-weight: 400; display: flex !important; flex-direction: column; padding: 20px; margin: 0;}
.sales-order-view .page-title-wrapper,.sales-order-view .page-title-wrapper.show{
    display: flex !important;
    flex-direction: column;
    padding: 20px 0;
}
.sales-order-view .page-title-wrapper .order-status{
    display: none;
}
.sales-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar{
    display: none;
}
.sales-order-view .page-title-wrapper .page-title{
    /*display: none;*/
    line-height: 1;
    font-size: 2rem;
    font-weight: 400;
    order: 2;
    margin: 0;
}
.sales-order-view .page-title-wrapper .order-date{
    margin: 0;
    text-align: left;
    font-weight: 300;
    color: #666666;
    order: 1;
    /*display: none !important;*/
}
.sales-order-view .page-title-wrapper .order-date .label{
    display: none;
}
.sales-order-view .order-item .price-item p > span{
    font-size: 1.5rem;
    color: #000000;
}
.sales-order-view .block-order-details-view .block-content .box.box-order-details{
    border-bottom:0;
}
#wrapper {
    background: url("../../frontend/Te/online/zh_Hans_CN/images/top.png") no-repeat center bottom;
    background-size: auto 20px;
    width: 34px;
    height: 20px;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    position: absolute;
    border-radius: 0;
    top: 16px;
}
.checkout-cart-index .cart-container .cart-summary .table.totals tbody tr.totals.sub > th{
    font-size: 1.5rem;
}
.cart-container .cart-summary .table.totals tbody td .price{
    font-size: 1.6rem;
    display: inherit;
}
.cart-container .cart-summary .table.totals tbody td .price:first-letter{
    font-size: 1.3rem;
}
.checkout-cart-index .cart-container .cart-summary .table.totals tbody tr.totals.sub > th:after{
    font-size: 1.3rem;
}
/*.sales-order-view .page-title-wrapper .order-date*/
.customer-account-edit .fieldset > div.field:not(.choice) .label{
    font-size: 1.6rem; padding: 0;
}
.customer-account-edit .fieldset > .field{
    margin-bottom: 0;
}
.customer-account-edit .fieldset > div.field:not(.choice) input{
    font-size: 1.6rem;
}
.customer-account-edit .page-wrapper .form-edit-account{
    padding: 0;
    margin: 0;
}
.customer-account-edit #maincontent .columns{
    margin: 0;
    padding: 0;
}
.customer-account-edit .page-wrapper .form-edit-account{
    padding: 0 20px !important;
}
.customer-account-edit .fieldset > div.field:not(.choice){
    padding: 17px 0 17px 86px;
    margin: 0;
}
.customer-account-edit .fieldset > .legend + br{
    display: none;
}
.customer-account-edit .fieldset.info{
    margin-top:0;
}
.cart-minus-qty, .product-view-minus-qty, .chectout-cart-minus-qty{
    background-color: #F2F2F2;
}
#opc-sidebar .items-in-cart > .title span{
    font-size: 15px;
}
/*vue loder*/
#app .loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 10rem;
    height: 10rem;
    background: transparent;
    margin: -5rem 0 0 -5rem;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#app .loader img {
    width: 2.4rem;
    height: 2.4rem;
}

#app .loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
}

/*地址管理 p4*/
.account.customer-address-index .custom-page-title-wrapper{
    background-color: #FFFFFF;
    margin: -15px -15px 15px !important;
}
.account.customer-address-index .page-title-wrapper{
    padding: 2rem;
    display: none !important;
}
.account.customer-address-index .page-title-wrapper h1{
    color: #000;
    font-size: 24px;
}
.account.customer-address-index .page-title-wrapper h1 small{
    display: block;
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 3px;
}
.account.customer-address-index #maincontent .columns{
    background: #F6F6F6;
    padding-top: 15px;
}
.box-address-shipping .box-content p.name{
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1;
}
.box-address-shipping .box-content p.name span.name{
    font-weight: 500;
    color: #000;
    margin-right: 12px;
    font-size: 17px;
    line-height: 20px;
}
.box-address-shipping .box-content p.IdCard{
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 7px;
    color: #666666;
}
.box-address-shipping .box-content p.address{
    font-size: 13px;
    color: #666666;
    font-weight: 300;
    line-height: 17px;
}
.account.customer-address-index .box-actions{
    margin: 0;
    position: absolute;
    bottom: 20px;
    top: 0;
    right: 18px;
    margin-top: 18px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.box-address-shipping .box-actions .action.edit{
    position: relative;
    padding: 0;
    line-height: initial;
    display: block;
    top: auto;
    right: auto;
}
body.account .box a.action{
    font-size: 14px;
    line-height: 1;
    color: #666666;
    display: block;
    padding: 0;
    background-color: transparent;
}
.account.customer-address-index .box-address-shipping span.name,.account.customer-address-index .box-address-shipping span.phone{
    display: inline-block;
}
.account.customer-address-index .block-addresses-list .block-content{
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.column.main .block:not(.widget) .block-content .row .box{
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.08);
}
.box-address-shipping .box-actions .action.edit{
    height: 18px;
    margin: 0;
}
.account.customer-address-index .block-addresses-list .block-content .action.edit{
    position: relative !important;
    top: auto;
    right: auto;
}
.account.customer-address-index .column.main .block:not(.widget) .block-content .row .box{
    background: #FFFFFF;
    border-radius: 1rem;
    margin: 1rem 1rem !important;
    padding: 1.8rem 1.5rem !important;
}
.account.customer-address-index .box-address-shipping span{
    color: #333333;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
}
.account.customer-address-index .block-content .action.edit:before{
    background-size: 16px;
    width: 16px;
    height: 16px;
}
.account.customer-address-index .block-addresses-default .box-address-shipping .box-content p.address:before{
    content: '默认';
    background-color: #000;
    color: #fff;
    padding: 2px 4px;
    font-size: 10px;
    border-radius: 2px;
    margin-right: 5px;
}
.account.customer-address-index .actions-toolbar{
    position: absolute;
    bottom: auto;
    top: 28px;
    left: auto;
    padding: 0;
    right: 20px;
    background-color: transparent;
    box-shadow: none;
}
.account.customer-address-index .action.primary{
    background: transparent;
    color: #333333;
    padding: 0;
    min-width: auto;
    line-height: inherit;
    border: 0;
}
.account.customer-address-index .action.primary span{
    display: flex;
    align-items: center;
}
.account.customer-address-index .action.primary span:after{
    content: '';
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
/*地址管理*/

/*静态模板 p4*/
.cms-page-view .page-wrapper{
    width: 100%;
}
.cms-page-view #maincontent .columns{
    margin: 0;
    padding: 0 2rem;
}
.cms-page-view .custom-page-title-wrapper{
    padding: 2rem 0;
    margin-bottom: 1.9rem !important;
}
.cms-page-view ul {
    padding: 0 0 0 20px;
}
.cms-page-view ul li{
    list-style-type: disc;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 21px;
    color: #333333;
}
.wechat-img{
    width: 80px;
    margin: 75px auto 15px;
}
.cms-page-view p.wechat-text{
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 3px;
    color: #000000;
    font-weight: 400;
}
.cms-page-view p.wechat-numeral{
    text-align: center;
    font-size: 1.3rem;
    color: #00A0E8;
    font-weight: 400;
    margin-bottom: 4.5rem;
    line-height: 1.7rem;
}
.cms-page-view p.or{
    text-align: center;
    color: #999999;
    font-size: 1.3rem;
    margin-bottom: 4.5rem;
}
.cms-page-view p.QRcode-img{
    text-align: center;
    width: 120px;
    margin: 0 auto 15px;
}
.cms-page-view p.QRcode-text{
    font-size: 1.7rem;
    color: #000000;
    text-align: center;
    line-height: 2rem;
    font-weight: 400;
    margin-bottom: 3px;
}
.cms-page-view p.QRcode-or-text{
    text-align: center;
    font-size: 1.3rem;
    color: #333333;
    font-weight: 400;
    line-height: 1.7rem;
}
.cms-page-view p.QRcode-or-text .numeral{
    color: #00A0E8;
}
.customer-account-edit .fieldset>div.field.field-mobilenumber .control{ min-height: 21px; font-weight: 300; }
/*静态模板*/

/*购物车*/
.checkout-cart-index .cart-container .cart-summary .table.totals tbody tr.totals.sub > td.amount{
    padding-top: 2px;
}
#app .swiper-container .swiper-wrapper{
    display: flex;
    align-items: stretch;
}
.swiper-container .swiper-slide{
    height: auto;
}
/*地址管理*/
.customer-address-form .field.choice>input[type=checkbox]+.label:before{ display: none; }
.checkout-cart-index .custom-page-title-wrapper{display: none}
.catalog-product-view .delivey-box-list{  display: none;}
#app.load .top-statistics,#app.load .favorites_items,#app.load .noitem-box{ display: none;}
.checkout-index-index #ClearanceInfoFrom{ position: fixed; top: 0; left: 0;  bottom: 0; right: 0; background-color: #fff;  z-index: 42;  padding: 0 20px;}
#ClearanceInfoFrom h3{  margin-top: 30px; margin-bottom: 20px; font-size: 22px; font-weight: 400; line-height: 22px;}
#ClearanceInfoFrom h3 i{ font-style: normal !important; position: absolute; width: 22px; height: 22px; top: 30px;  right: 20px; background-size: 22px auto;  padding: 0;  margin: 0;}
#ClearanceInfoFrom .field{ border-bottom: 1px solid #ECECEC; position: relative; padding: 18px 0 18px 125px; margin-bottom: 0;}
#ClearanceInfoFrom .field label{ position: absolute; left: 0; font-size: 14px; line-height: 24px; margin: 0; text-align: left;  padding: 0; width: auto !important; font-weight: 400;}
#ClearanceInfoFrom .field label span{ color: #333333; font-size: 15px; font-weight: 400; line-height: 1;}
#ClearanceInfoFrom .field input{  padding-left: 0; font-size: 15px; color: #000;}
#ClearanceInfoFrom .field input::-webkit-input-placeholder {  color: #AAAAAA;}
#ClearanceInfoFrom .field input::-moz-input-placeholder {  color: #AAAAAA;}
#ClearanceInfoFrom .field input::-ms-input-placeholder {  color: #AAAAAA;}
#ClearanceInfoFrom .field input[type="text"]:focus{ border: 0;}
#ClearanceInfoFrom .field input[type="text"]::-moz-placeholder { color: #666666; opacity: 1;}
#ClearanceInfoFrom .field input[type="text"]::-webkit-input-placeholder { color: #666666; opacity: 1;}
#ClearanceInfoFrom .field input[type="text"]:-ms-input-placeholder { color: #666666; opacity: 1;}
#ClearanceInfoFrom .field.image .control button{ width: 48%; border-radius: 5px; line-height: 36px; height: 36px; align-items: baseline; margin: 0; padding: 0; color: #ffffff; margin-left: 4%; background-color: #00a0e8;}
.billings-address-save p.img { float: left; margin-right: 20px !important;}
#ClearanceInfoFrom .field.image .control img{ width: auto; height: auto;  display: block;  margin: 0;max-height: 100px;box-sizing: border-box;max-width: 100%;}
#ClearanceInfoFrom .field.image+button{ margin-top: 21px;  width: 100%; border-radius: 5px; line-height: 44px; height: 44px; align-items: baseline; padding: 0; background-color: #00a0e8; color: #ffffff; }
#ClearanceInfoFrom>div{ height: 100%;}
#ClearanceInfoFrom .field.image{ padding-left: 0; border: 0;}
#ClearanceInfoFrom .field.image .label{ position: relative;}
#ClearanceInfoFrom .field.image .control{ display: flex;  margin: 18px -5px 0;}
#ClearanceInfoFrom .field.image .control .col-6 {  width: 50%; padding: 0 5px; position: relative; display: flex; justify-content: center; align-items: center; min-height: 100px;}
#ClearanceInfoFrom .field.image .control .col-6 .file{ height: 100px; position: absolute; background: transparent; left: 5px; right: 5px; border: 1px solid #ECECEC; display: flex; justify-content: center; align-items: center; font-size: 18px;  color: #888888;z-index: 3; box-sizing: border-box;}
#ClearanceInfoFrom .field.image .control .col-6 .file-img{  width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative; z-index: 1; overflow: hidden; max-height: 100px;}
#ClearanceInfoFrom .field.image .control .col-6.uploaded .national_emblem {  background: url(../../frontend/Te/online/zh_Hans_CN/images/national_emblem_white.png) no-repeat right center;background-size: 100%;}
#ClearanceInfoFrom .field.image .control .col-6.uploaded .character {  background: url(../../frontend/Te/online/zh_Hans_CN/images/character_white.png) no-repeat right center;background-size: 100%;}
#ClearanceInfoFrom .field.image .control .col-6.uploaded .card_img p{ color: #fff;}
#ClearanceInfoFrom .field.image .control .col-6.uploaded .file-img:before{ content: ""; width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; background: url("../../frontend/Te/online/zh_Hans_CN/images/print-img.png") repeat 0 0; background-size: 130% auto;}
#ClearanceInfoFrom .complete .remove-info,#ClearanceInfoFrom .uploaded .remove-info { position: absolute; right: 10px; bottom: 5px; background: url("../../frontend/Te/online/zh_Hans_CN/images/delete_w.png") no-repeat center; width: 18px; height: 18px; z-index: 4; background-size: 18px auto; display: block;}
.clear-infos h4 { font-size: 17px;line-height: 1.23; margin: 0 0 10px; color: #333; font-weight: 500; }
.clear-infos p { font-size: 15px;line-height: 21px; margin: 0 0 30px; color: #333; }
.clear-infos a.action.primary,.clear-info-wrap .button-wrap .action.primary { border-radius: 5px; display: block; margin-bottom: 10px; width: 100%;}
.clear-title { font-size: 17px; margin: 0; padding: 10px 0; font-weight: 500;}
.clear-info-tips { font-size: 12px; line-height: 1.3; color: #000; background: url("../../frontend/Te/online/zh_Hans_CN/images/message_info.png") no-repeat 15px 10px; background-color: #f7f7f7; background-size: 14px auto; padding: 8px 10px 8px 34px; height: auto !important; margin-bottom: 5px;}
.clear-info-wrap { padding: 20px 20px 50px;}
.clearance-order-clearance .clear-info-wrap { padding-top: 10px;}
.clear-info-wrap .file-img >input { width: 0; opacity: 0; height: 0; padding: 0 !important; font-size: 0 !important; line-height: 0 !important; float: left; margin: 0 !important;}
.clear-info-wrap .button-wrap {position: fixed; bottom: 0; left: 0; width: 100%; height: 70px !important; padding: 14px 20px 0; box-sizing: border-box; box-shadow: 0 -5px 15px 0 rgba(0,0, 0,0.05);  border-radius: 12px 12px 0 0; z-index: 10; background: #fff;}
.clear-info-tips.warning-tips { color: #F6820A;background: url("../../frontend/Te/online/zh_Hans_CN/images/warning-info.png") no-repeat 15px 8px;background-color: #f7f7f7; background-size: 14px auto;}
.account.sales-order-history .order-status-waitting_ship .order_pay_tracking span.warning-info {color: #F6820A;}
.account.sales-order-history .order-status-waitting_ship span.warning-info:after { background-color: #F6820A;}
#ClearanceInfoFrom .field.image .control .col-6 .card_img i{ width: 24px; height: 24px; display: block; background-size: 100%; margin: 0 auto 5px;}
#ClearanceInfoFrom .field.image .control .col-6 .card_img p{ margin: 0; font-size: 13px; line-height: 1;}
#ClearanceInfoFrom>div.billing-address-tips{  height: auto;}
.customer-account-edit #ClearanceInfoFrom .field label span { color: #666;}
.clearance_infofrom_footer{ position: fixed;  right: -5px; left: -5px; bottom: 0;  margin: 0; padding: 20px; border-radius: 24px 24px 0 0;  box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.05);display: flex; flex-wrap: nowrap; justify-content: space-between; background-color: #fff; z-index: 45;}
.clearance_infofrom_footer button{ width: 50%; border-radius: 5px; line-height: 47px; height: 47px; align-items: baseline; padding: 0; background-color: #00a0e8; color: #ffffff; margin: 0 5px;}
.clearance_infofrom_footer .button-jump { background-color: #F2F2F2; color: #333;}
.checkout-index-index .opc-wrapper .step-title{ font-size: 17px;  line-height: 1; margin: 0; padding: 0 0 15px; font-family: 'Roboto', 'Microsoft YaHei', 'PingFangSC-Medium';}
.clearance-order-clearance .page-wrapper { width: 100%;}
.clearance-order-clearance h1.page-title { text-align: left; padding: 0 20px; font-size: 2rem; font-weight: 400; color: #000;}
.clearance-order-clearance .page-main > .columns { padding: 0; margin-top: 0;}
.clearance-order-clearance ul.order-links { padding: 0 20px;}
.clearance-order-clearance .columns > .row { margin: 0;}
.clearance-order-clearance .items.order-links li.item { font-size: 16px; color: #000;line-height: 3.8rem; font-weight: 400; margin-right: 20px;}
.clearance-order-clearance .items.order-links li.item.current { border-bottom: 0.25rem solid #000;}
.clearance-order-clearance .page-title-wrapper { margin-bottom: 0;}
#ClearanceInfoFrom .form-clear-wrap { position: relative;overflow-y: auto; overflow-x: hidden;}

.billings-address-save{ position: relative; padding-bottom: 7px; border-bottom: 1px solid #ececec;}
.billings-address-save h3{  margin: 0; font-weight: 500; font-size: 17px; line-height: 20px; margin-bottom: 3px; color: #000000;}
.billing-cn .billings-address-save p.prompt{  color: #999999; font-size: 13px;}
.billings-address-save p span.label{ width: 110px; display: inline-block; font-size: 13px; color: #666666;}
.billings-address-save p.img span.label{ width: auto;}
.billings-address-save p img{ width: 100px; margin-top: 5px; display: none;}
.billings-address-save{  position: relative; margin-top: 15px;}
.billings-address-save[data-if-billings='show'],#ClearanceInfoFrom[data-if-from='show']{ display: block;}
#ClearanceInfoFrom[data-if-from='hide']{ display: none;}
.billings-address-save[data-if-billings='hide'] >p,.billings-address-save[data-if-billings='hide'] >h3,.billings-address-save[data-if-billings='show'] p.prompt { display: none;}
.billings-address-save[data-if-billings='hide'] >p.prompt,.billings-address-save[data-if-billings='hide'] h3:first-child { display: block;}
.billings-address-save h3{ display: none;}
.billings-address-save .prompt{ display: none; color: #999999;}
.billings-address-save[data-if-billings='show'] h3:nth-child(2){ display: block;margin-bottom: 20px;}
.billings-address-save p span.label+span{ color: #333333;}
.items.order-links li.item.done strong,.items.order-links li.item.done a { background: url("../../frontend/Te/online/zh_Hans_CN/images/success-i.png") no-repeat 0 center; display: inline-block; padding-left: 20px; background-size: 16px auto;}
.items.order-links li.item.warn strong,.items.order-links li.item.warn a { background: url("../../frontend/Te/online/zh_Hans_CN/images/warn-i.png") no-repeat 0 center; background-size: 16px auto;padding-left: 20px;display: inline-block;}

@media (max-width: 374px) {
    .pay-result-box a { min-width: 125px;}
    .catalog-product-view .price-related-tax .price-related-tax-item { font-size: 12px;}
}
.account .grid.products-grid .product-items .product-item{
    padding: 25px 0 45px;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .actions-primary{
    padding: 0;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions .action{
    line-height: 22px;
    min-width: max-content;
    background-size: 14px;
    padding: 0;
    font-size: 12px;
    background-color: transparent;
    height: auto !important;
}

.products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions{
    display: flex !important;
    position: absolute;
    bottom: -32px;
    left: 0;
    margin: 0 0 0 14px;
}

.products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions .action>span{
    font-variant: diagonal-fractions;
    display: flex !important;
    font-size: 13px;
    color: #00a0e8;
    align-items: center;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions .action>span:before{
    content: '+';
    color: #FFF;
    width: 18px;
    height: 18px;
    background-color: #00A0E8;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 100;
    font-size: 15px;
    margin-right: 4px;
}
.account.wishlist-index-index .product-item .price-box .special-price{
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #333;
    display: inline-block;
}
.account.wishlist-index-index .product-item .price-box .special-price:first-letter{
    font-size: 11px;
}
.account.wishlist-index-index .product-item .price-box .price{
    display: inline-block;
}
.account.wishlist-index-index .product-item .price-box .price:first-letter{
    font-size: 11px;
}
.account.wishlist-index-index .product-item .price-box .special-price+.old-price{
    text-decoration: none;
}
.product-item .old-price .price-final_price .price-wrapper:before{
    content: '|';
    margin-right: 4px;
}
.wishlist-index-index .product-item .price-box .old-price .price-container .price{
    text-decoration: line-through;
    font-size: 1.4rem;
    color: #999999;
    font-weight: 300 !important;
    line-height: 1.6rem;
    height: auto;
    display: inline-block;
}
.wishlist-index-index .product-item .price-box .old-price .price-container .price:first-letter{
    font-size: 11px;
}
.account.wishlist-index-index .product-item-tooltip{
    display: block;
}
.products-grid.wishlist .product-item-tooltip dl{
    justify-content: left;
}
.products-grid.wishlist .product-item .price-box{
    margin-top: 0 !important;
}
.products-grid.wishlist .product-item-tooltip .tooltip.content{
    margin-top: 0;
}
.account.wishlist-index-index .products-grid.wishlist .product-item-name{
    font-size: 1.5rem;
    color: #000;
    line-height: 1.8rem;
    max-height: 3.6rem;
    margin-bottom: 1.2rem;
    font-weight: 400;
}
.products-grid.wishlist .product-item-tooltip dl dt{
    text-align: left;
    flex-basis: auto;
    padding-right: 4px;
    color: #666666;
    font-size: 1.3rem;
    font-weight: lighter;
    line-height: 17px;
}
.tooltip.wrapper .tooltip.content .label:after{
    content: ':';
}
.products-grid.wishlist .product-item-tooltip dl dd{
    font-style: inherit;
    color: #666666;
    font-size: 1.3rem;
    font-weight: lighter;
    line-height: 17px;
    padding: 0;
}
.account.wishlist-index-index .price-as-configured{
    left: 126px;
}
.products-grid.wishlist .product-item-tooltip .tooltip.content .subtitle{
    display: none;
}
.account.wishlist-index-index .products-grid.wishlist .product-item-name{
    padding-right: 30px;
}
.products-grid.wishlist .product-item-tooltip dl dd{
    flex-basis: 75%;
    margin: 0;
}
.account .toolbar .pages{
    margin: 0;
    display: block;
}
.account .column.main .toolbar:last-child{
    display: none !important;
    background-color: transparent;
}
.account .column.main .toolbar br{
    display: none;
}
.account .toolbar>.pager p.toolbar-amount{
    display: none;
}
.account .toolbar>.pager .limiter{
    display: none;
}
.toolbar>.pager{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.pages .item{
    border-right:0;
}
.pages strong.page{
    color: #000;
}
.pages a.page{
    color: #7d7d7d;
    background: #FFF;
}
.tooltip.wrapper .tooltip.content .label:after{
    content: ':';
}
.checkout-cart-index .cart-container .cart-summary .table.totals tbody tr.totals.sub>td.amount{
    padding-top: 1px;
}
.catalog-product-view .overlay-layer-content .delivey-box-list{
    display:none;
}
.delivey-box-description li{
    color: #000;
    display: none;
}
.delivey-box-description li.active{
    display: block;
}
.page-main > .page.messages .messages{
    display: none;
}
.sales-order-view .order-item .item-list .discount-price .price,.checkout-cart-index #shopping-cart-table .cart.item .item-info td span.cart-price .price,.favorites_item_text .price_text .price { color: #F64E60 !important;}
.sales-order-view .order-item .item-list .discount-price:only-child .price,.checkout-cart-index #shopping-cart-table .cart.item .item-info td .price-including-tax:only-child span.cart-price .price,.favorites_item_text .price_text .price:only-child,.sales-order-view .order-item .item-list .discount-price:only-child .price,.checkout-cart-index #shopping-cart-table .cart.item .item-info td .price-excluding-tax:only-child span.cart-price .price { color: #333 !important;}
.gallery-zoom-img .fotorama__stage__frame .fotorama__img { max-height: 113.067%; max-width: 113.067%;}
.gallery-zoom-img >img.gallery-placeholder__image { margin-left: -6.6%;max-height: 113.067%; max-width: 113.067%;}
.catalog-product-view .product.media.fixed .gallery-placeholder {backface-visibility: hidden;    transform: translate3d(0px, 0px, 0px);will-change: transform;transition: 0.1s all linear; }
.gallery-placeholder { height: 375px;}
.gallery-placeholder .fotorama__stage,.gallery-placeholder .fotorama__wrap,.gallery-placeholder .fotorama { height: 100% !important;}
.gallery-zoom-img.gallery-special-img .fotorama__stage__frame.media-first-img>img { max-width: 94%;}
.gallery-placeholder.gallery-zoom-img.gallery-special-img { text-align: center;}
.gallery-placeholder.gallery-zoom-img.gallery-special-img>img { max-width: 94%; display: inline-block; margin: 0;}
.customer-account-edit .fieldset > div.field:not(.choice) input { padding-left: 0;}
.sales-order-view .open-tax,.sales-order-view .tax-refund-infos { padding: 17px 0; border-top: 1px solid #ececec;}
.sales-order-view .open-tax >h3,.sales-order-view .tax-refund-infos h3 { margin: 0 0 17px; font-size: 15px; color: #000; font-weight: 400; line-height: 1;}
.sales-order-view .open-tax .order-open-tax,.sales-order-view .tax-refund-infos .action-tool .repost-btn { width: 100%;background-color: #00A0E8;border-radius: 5px;border:none;color: #fff; font-size: 15px;margin-bottom: 15px;}
.sales-order-view .open-tax .tax-wrap-box { padding: 0;}
.sales-order-view .tax-refund-infos h3:before { display: none;}
.sales-order-view .tax-refund-infos h4 { font-size: 14px; color: #00a0e8;}
.product-options-wrapper>.fieldset>.field .options-list>.field .label { position: inherit;}
.product-options-wrapper>.fieldset>.field .options-list>.field { padding-top: 0; }
.product-wrap .product-options-wrapper .fieldset>.field {border-bottom: none; border-top: 1px solid #ececec;padding-bottom: 8px;}
.customer-address-form .fieldset>div.field:not(.choice) { margin-bottom: 0;padding-top: 18px; padding-bottom: 18px;}
.customer-address-form .page-main .columns { margin-top: 0;}
.customer-address-form .fieldset { margin-bottom: 20px;}
.customer-address-form .form-address-edit .actions-toolbar { margin-top: 0;}
.customer-address-form .fieldset>.field:last-child { padding-top: 20px;padding-bottom: 0;}
.cms-page-view h3 { font-size: 17px; color: #000; line-height: 24px; margin: 0 0 25px;text-transform: inherit;}
.cms-page-view h4,.cms-page-view p { font-size: 15px; color: #000; margin: 0 0 10px; line-height: 22px;text-transform: inherit;}
.cms-page-view p { color: #333; margin-bottom: 20px; font-weight: 300;}
.cms-page-view ul { margin-bottom: 20px;}
.cms-page-view ul li { margin-bottom: 3px;font-weight: 300;}
.cms-page-view ul li >span { color: #333;}
.cms-page-view h4.member { padding-left: 25px;}
.cms-page-view h4.bronze { background: url("../../frontend/Te/online/zh_Hans_CN/images/member_icon1.png") no-repeat left 0; background-size: 19px auto; color: #B3875F;}
.cms-page-view h4.silver { background: url("../../frontend/Te/online/zh_Hans_CN/images/member_icon2.png") no-repeat left 0; background-size: 19px auto;color: #B0ADAF;}
.cms-page-view h4.gold { background: url("../../frontend/Te/online/zh_Hans_CN/images/member_icon3.png") no-repeat left 0; background-size: 19px auto;color: #D5A14D;}
.cms-page-view h4.platinum { background: url("../../frontend/Te/online/zh_Hans_CN/images/member_icon4.png") no-repeat left 0; background-size: 19px auto;color: #68696B;}
.cms-page-view h4.titan { background: url("../../frontend/Te/online/zh_Hans_CN/images/member_icon5.png") no-repeat left 0; background-size: 19px auto;color: #000000;}
.cms-page-view ul.bronze-list li { color: #333;}
.cms-page-view u { text-decoration: underline;}
.cms-page-view p strong { margin: 0 0 5px; font-weight: 600; display: inline-block;}
.sales-order-creditmemo .creditmemo .actions-toolbar,.sales-order-creditmemo .order-details-items table.table-order-items tfoot tr.grand_total,.sales-order-creditmemo .order-details-items table.table-order-items tfoot tr.totals-tax,.order-details-items.creditmemo .creditmemo tr td.total { display: none !important;}
.sales-order-creditmemo .page-wrapper { width: 100%;}
.sales-order-creditmemo .page-main > .columns { padding-left: 20px; padding-right: 20px;}
.order-details-items.creditmemo { border: none; margin-bottom: 0; padding-bottom: 0; }
.sales-order-creditmemo .order-details-items table.table-order-items tfoot { background: transparent;}
.sales-order-creditmemo .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td,.sales-order-creditmemo .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th { padding-bottom: 0;}
.sales-order-creditmemo .order-details-items table.table-order-items tfoot tr.subtotal .price,.sales-order-creditmemo .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,.creditmemo .cart-price .price,.creditmemo .discount .price { font-weight: 400 !important; font-size: 14px; color: #666;}
.creditmemo td,.creditmemo .cart-price .price,.creditmemo .discount .price { color: #000 !important;}
.checkout-onepage-success .continue { margin-top: 0; background-color: #F2F2F2; color: #000;}
.member-wrapbox { padding-top: 10px;}
.member-wrapbox .swiper-slide { background: url("../../frontend/Te/online/zh_Hans_CN/images/star_bg.png") no-repeat right bottom; background-size: 162px auto; background-color: #F7F7F7;border-radius: 12px;}
.member-wrapbox .s-img img { display: block; width: 100%;}
.member-wrapbox .text { padding: 20px;min-height: 238px; box-sizing: border-box;}
.member-wrapbox .swiper-container { padding-bottom: 23px;}
.member-wrapbox .swiper-pagination { bottom: 0; line-height: 0; height: auto;}
.member-wrapbox .swiper-pagination-bullet { margin: 0 2px 0 1px; border-radius: 2px;height: 3px; width: 5px; background: #D9D9D9;}
.member-wrapbox .swiper-pagination-bullet-active { width: 15px; background: #222;}
footer.modal-footer >button { color: #fff;}
.overlay-hide .share-footer { display: none;}
.default-content .field { border-bottom: 1px solid #ECECEC; position: relative; padding: 18px 0 18px 90px; width: 100%; box-sizing: border-box;}
.default-content .field .label { position: absolute; left: 0; font-size: 14px; line-height: 24px; margin: 0; text-align: left; padding: 0; font-weight: 400;}
.default-content .field .control { padding: 0 10px 0 0; font-size: 15px; color: #000;height: 24px; line-height: 24px;}
.default-content .field input.input-text:focus { border: none;}
.share-img-content { text-align: center; padding-bottom: 15px;}
#checkout-step-payment .payment-method[data-code='easy_payment_gateway_behalfpay']{ display: none !important;}
#checkout-step-payment .payment-method .payment-method-title #easy_payment_gateway_behalfpay + .label>span { background: url("../../frontend/Te/online/zh_Hans_CN/images/behalfpay.png") no-repeat left center; background-size: 24px auto; padding-left: 29px; }
.payment-again-box #easy_payment_gateway_behalfpay + label { background: url("../../frontend/Te/online/zh_Hans_CN/images/behalfpay.png") no-repeat left center; background-size: 24px auto; }
#mageworx-payment-fee-form>.fieldset>.field>.field-note { display: none !important;}
#mageworx-payment-fee-form>.fieldset>.payment-description { display: block !important; line-height: 21px; color: #666; font-size: 15px;font-weight: 300;font-family: 'Roboto Light','Source Han Sans CN Light','Microsoft YaHei Light',PingFangSC-Light;}
#mageworx-payment-fee-container .payment-description b {font-family: 'Roboto','Microsoft YaHei','PingFangSC-Medium'; display: block;}
#mageworx-payment-fee-container .payment-description ul { margin: 5px 0 0 15px; padding: 0; list-style: decimal outside;}
#mageworx-payment-fee-container .payment-description ul li { padding:  0 0 10px; font-size: 15px;}
#mageworx-payment-fee-container .fee-content-wrap.hide-wrap,.clearinfo-content-wrap.hide-wrap { bottom: -100%;}
#mageworx-payment-fee-container .fee-content-wrap,.clearinfo-content-wrap { transition: .2s bottom linear; position: fixed; bottom: 0; left: 0; width: 100%; background: #fff; box-sizing: border-box; z-index: 44; padding: 0 20px 20px; border-radius: 14px 14px 0 0;}
#mageworx-payment-fee-container .fee-content-wrap h3,.clearinfo-content-wrap .overlay-box h3 { font-size: 22px; font-family: 'Microsoft YaHei','PingFangSC-Medium'; padding: 0; margin: 0; line-height: 62px; color: #000; background: url("../../frontend/Te/online/zh_Hans_CN/images/error-x.png") no-repeat right center; background-size: 18px auto;}
#mageworx-payment-fee-container .overlay-content,.clearinfo-content-wrap .overlay-box { position: relative; padding-bottom: 80px;}
#mageworx-payment-fee-container .hide-wrap .payment-share-tools,.clearinfo-content-wrap.hide-wrap .button-tools { bottom: -100%;}
#mageworx-payment-fee-container .payment-share-tools,.clearinfo-content-wrap .button-tools { position: fixed; width: 100%; bottom: 0; left: 0; box-sizing: border-box; box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, .05); padding: 14px 20px 10px; flex-wrap: wrap; border-radius: 12px 12px 0 0; display: flex; background-color: #fff; z-index: 9;}
#mageworx-payment-fee-container .payment-share-tools button { width: 48.5%;border-radius: 5px; font-size: 14px; text-align: center; color: #fff;line-height: 47px; padding: 0; margin: 0;background-color: #00A0E8;}
#mageworx-payment-fee-container .payment-share-tools  button.cancel-pay { background-color: #F2F2F2; color: #333;margin-right: 3%;}
#mageworx-payment-fee-form>.fieldset>.field { padding-left: 20px !important;border-bottom: 1px solid #222;}
#mageworx-payment-fee-form>.fieldset>.field .label >span,#mageworx-payment-fee-form>.fieldset>.field .admin__control-text { font-size: 20px; color: #000;}
#mageworx-payment-fee-form>.fieldset>.field .admin__control-text { font-weight: 600;font-family: "RobotoCondensed";}
#mageworx-payment-fee-container .on-customize { position: fixed; bottom: 12px; right: 20px; z-index: 42; width: 122px; height: 44.8px; line-height: 44.8; border-radius: 3px;}
#mageworx-payment-fee-container .on-customize span { display: block; color: #fff; font-size: 14px; text-align: center; line-height: 1.2;}
#mageworx-payment-fee-container .loading-mask { position: fixed !important; background: transparent !important; bottom: 90px !important;}
.checkout-index-index .checkout-agreements-block .checkout-agreement[data-for*='easy_payment_gateway_behalfpay'] { float: left; height: 20px;}
.checkout-index-index .checkout-agreements-block .checkout-agreement:nth-child(3) { display: none !important; }
.checkout-index-index .checkout-agreements-block .checkout-agreement[data-for*='easy_payment_gateway_behalfpay']:nth-child(3) { display: inline !important; float: none;}
.checkout-index-index .checkout-agreements-block .checkout-agreement[data-for*='easy_payment_gateway_behalfpay']:nth-child(3) button.action-show { margin-left: 24px; padding-bottom: 4px;}
.checkout-agreements-item-content .underline { font-style: normal; text-decoration: underline;}
.checkout-agreements-item-content p { color: #333; font-size: 15px; line-height: 22px;}
.checkout-agreements-item-content h2 { font-size: 22px;font-weight: 400; color: #000;}
.checkout-agreements-item-content h3 { font-size: 17px; color: #000; font-weight: 400;}
.checkout-agreements-item-content b { font-weight: 700;}
.checkout-agreements-item-content ol { list-style: outside decimal; margin-left: 15px;}
.checkout-agreements-item-content ol li { padding-bottom: 10px; font-size: 15px; line-height: 22px; color: #333;}
.tips-error-overlay { position: fixed; width: 88%; top: 30%; padding: 20px; box-sizing: border-box; border-radius: 5px; background: #fff; height: auto; left: 6%; z-index: 100;}
.tips-error-overlay h4 { font-size: 18px; color: #000; margin: 0 0 12px; font-weight: 500;}
.tips-error-overlay p {  font-size: 15px; color: #000; line-height: 1.5; margin-bottom: 25px;}
.button-tools { display: flex; flex-wrap: nowrap; }
.button-tools button {width: 48.5%; border-radius: 5px; font-size: 14px; text-align: center; color: #fff; line-height: 47px; padding: 0; margin: 0; background-color: #00A0E8; }
.button-tools button.payment-cancle,.button-tools button.gray-btn { background-color: #F2F2F2; color: #333; margin-right: 3%;}
.clearinfo-content-wrap .get-clear-info li { border-bottom: 1px solid #ECECEC; vertical-align: middle; padding: 0 !important;}
.clearinfo-content-wrap .get-clear-info li span { display: inline-block;line-height: 54px;height: 54px;font-size: 15px; color: #000; vertical-align: middle;}
.clearinfo-content-wrap .get-clear-info li span.label { width: 125px; color: #333;}
.clearinfo-content-wrap >.overlay-box >p { font-size: 15px; line-height: 21px; color: #666; padding: 15px 0 10px;}
.wrapper-layer.zoom { z-index: 43;}
.checkout-cart-index .cart-products-toolbar-top.toolbar,.checkout-cart-index .pager>.toolbar-amount { display: none !important; }
.checkout-cart-index .cart-products-toolbar-bottom { background: transparent; margin-bottom: 0;}
.checkout-cart-index .cart-products-toolbar-bottom.toolbar>.pager{ margin-bottom: 0;}
.checkout-cart-index .cart-products-toolbar-bottom.toolbar >.pager >.pages { display: block;}
#mageworx-payment-fee-container .change-price { width: 30px; height: 20px; background: url("../../frontend/Te/online/zh_Hans_CN/images/c-arrow.png") no-repeat center right; background-size: 14px auto; position: fixed; right: 155px; bottom: 25px; font-size: 14px; color: #00a0e8; text-decoration: underline;z-index: 32; padding-right: 10px;}
.miniprogram #mageworx-payment-fee-container .change-price { display: none !important;}
.opc-estimated-wrapper .estimated-block .get-current-price {font-size: 16px; color: #000; font-weight: 700; display: none;}
.duty-price { padding: 12px 0; font-size: 14px;border-bottom: 1px solid #ececec; width: 100%; display: block;}
.duty-price .desc { font-size: 14px; line-height: 20px; color: #000; background: url("../../frontend/Te/online/zh_Hans_CN/images/plain.png") no-repeat left center; background-size: 15px auto; padding-left: 20px;font-weight: 400;}
.duty-price .desc span { color: #F94C69;}
.miniprogram .duty-price { display: none !important;}
.high-beauty-tax,.customs-tax { padding: 12px 0; font-size: 14px; font-weight: 400; border-bottom: 1px solid #ececec; line-height: 1.3;}
.block-order-details-view .box-order-details .payment-method dd.content { display: none !important;}
.sales-order-view .block.block-order-details-view .block-content .box.box-order-cancel { border: none; padding: 0 0 20px; }
.sales-order-view .block.block-order-details-view .block-content .cancel-order-btn { height: 46px; line-height: 46px; text-align: center; background: #F2F2F2; color: #333; border-radius: 5px; font-size: 14px;}
/*.catalog-product-view .price-final_price_2_0 > div.price_three li.detail-tax-icon p >span, .catalog-product-view .price-final_price_2_0 > div.price_three li.detail-tax-icon p> span:first-child { background: url(../../frontend/Te/online/zh_Hans_CN/images/taxa.png) no-repeat right center; background-size: 28px auto; padding-right: 28px;}*/
.action_subline .sale-price,.action_subline .sale-discount { font-style: normal; display: inline;}
.cart-container .cart-summary .table.totals tbody tr.totals.sub > th:after { display: block; margin-top: 5px; content: "不含税"; font-size: 12px; color: #999; line-height: 1;}
.opc-block-summary table.table-totals.table tbody tr.grand.totals.excl { display: none !important;}
.checkout-cart-index .cart-container .cart-summary .table.totals tbody tr.totals.sub>td.amount { padding-left: 10px;}
.check-product-info { position: absolute; top: -13px;  right: 0; line-height: 26px; padding: 0 8px; color: #fff; font-size: 12px; height: 26px; background: #f94c69;  border-radius: 15px 0 0 0;}
.message-text-box .text { font-size: 15px;}
.customer-address-form .field.required input.input-text.mage-error+.mage-error,.customer-address-form .field.required select.mage-error + .mage-error { top: 20px;left: 10px; }
.customer-address-form .fieldset>div.field:not(.choice) select { font-style: normal;}
.cart-container .cart-summary .table.totals tbody tr.totals.sub.incl > th:after { content: "含税";}
.cart-container .cart-summary .table.totals tbody tr.totals.sub.cont-incl > th:after { content: "部分含税";}
.price-final_price_2_0>div.price_three li.taxIncludedPrice p span.price-wrapper>.price:first-letter { font-size: 13px; font-family: "RobotoCondensed",'Microsoft YaHei','PingFangSC-Regular';margin-right: -2px;font-weight: 700;}
select:focus{  border:0 !important; }
.field[name*='telephone_code'] { border: none !important; width: 68px; position: relative;padding: 0 !important;}
.field[name*='telephone_code'] label { display: none !important; }
.field[name*='telephone_code'] .control { top: -43px;}
.field[name*='shippingAddress.telephone'],.customer-address-form .fieldset>div.field.telephone { padding-left: 152px !important; }
.field.tel-code { padding-left: 188px !important;}
.customer-address-form .fieldset>div.field.telephone .control-exta,.field[name*='telephone_code'] .control,.field.tel-code .field-tel  { position: absolute; left: 80px; width: 78px; overflow: hidden;}
.field.tel-code .field-tel { left: 115px;}
.customer-address-form .fieldset>div.field.telephone .control-exta select,.field[name*='telephone_code'] .control .select,.field.tel-code .field-tel select { width: 70px; white-space: nowrap; text-overflow: ellipsis; display: block; padding-right: 15px !important;}
.customer-address-form .fieldset>div.field.telephone .control-exta select option,.field[name*='telephone_code'] .control .select option,.field.tel-code .field-tel select option { display: block;}
.sales-order-view .order-foot .pay-btn { padding: 0 10px; box-sizing: border-box;}
.order-details-items .order-item .item-list>li{ padding-top: 40px; position: relative;}
.order-details-items .order-item .item-list>li .get-track { position: absolute; right: 0; top: 13px; cursor: pointer;color: #00a0e8; padding-right: 14px; background: url("../../frontend/Te/online/zh_Hans_CN/images/c-arrow.png") no-repeat center right; background-size: 14px auto; height: 22px; display: inline-block; line-height: 22px; font-size: 13px;}
.track-wrapper .close-layer-btn { position: absolute; right: 0; top: 0; width: 20px; height: 20px; z-index: 8;  cursor: pointer;background: url("../../frontend/Te/online/zh_Hans_CN/images/close.png") no-repeat center; background-size: 18px auto; }
.tracking-box.loading { position: relative;}
.tracking-box.loading:after { content: ""; background: url("../../frontend/Te/online/zh_Hans_CN/images/loading.png") no-repeat center; background-size: 24px auto;animation: loading 600ms linear 0s infinite; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.order-details-items .order-item .order-item-collapse-icon { background: url("../../frontend/Te/online/zh_Hans_CN/images/arrow_next.png") no-repeat center right; background-size: 14px auto; margin-right: 10px; width: 10px; height: 17.6px }
.order-details-items .order-item .order-item-collapse { height: 56px; border-bottom: thin solid #ECECEC;padding: 0 20px;margin: 0 -20px; }
.order-details-items .order-item .order-item-list-content .order-item-content:last-child .order-item-collapse { border: none; }
.order-details-items .order-item .order-item-collapse + .item-list { display: none }
.order-details-items .order-item .order-item-collapse.open .order-item-collapse-icon { transform: rotate(90deg) }
.order-details-items .order-item .order-item-collapse.open + .item-list { display: block }
.subtotal-detial { text-align: right; padding-bottom: 6px; color: #666;}
.need-pay-item { font-weight: 600;color: #000;}
.prev-pay-item,.connect-item  { font-weight: normal; color: #666;}
.prev-pay-item .price {font-weight: normal !important; }
.cursor-pointer { cursor: pointer }
.flex { display: flex }
.items-center { align-items: center }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.flex-1 { flex: 1 }
.truncate { overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.bg-gray-75 { background-color: #F6F6F6 }
.text-gray-450 { color: #999999; }
.text-black { color: #000000; }
.font-bold { font-weight: bold }code[class*="language-"] {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
code[class*="language-"]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
code[class*="language-"]::selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*="language-"] {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  background: #f5f2f0;
}
pre[class*="language-"]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*="language-"]::selection {
  text-shadow: none;
  background: #b3d4fc;
}
:not(pre) > code[class*="language-"] {
  background: #f5f2f0;
  padding: .1em;
  border-radius: .3em;
}
.token.comment {
  color: slategray;
}
.token.prolog {
  color: slategray;
}
.token.doctype {
  color: slategray;
}
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: .7;
}
.token.property {
  color: #905;
}
.token.tag {
  color: #905;
}
.token.boolean {
  color: #905;
}
.token.number {
  color: #905;
}
.token.constant {
  color: #905;
}
.token.symbol {
  color: #905;
}
.token.selector {
  color: #690;
}
.token.attr-name {
  color: #690;
}
.token.string {
  color: #690;
}
.token.builtin {
  color: #690;
}
.token.operator {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.entity {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
  cursor: help;
}
.token.url {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.language-css .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule {
  color: #07a;
}
.token.attr-value {
  color: #07a;
}
.token.keyword {
  color: #07a;
}
.token.regex {
  color: #e90;
}
.token.important {
  color: #e90;
  font-weight: bold;
}
@media print {
  code[class*="language-"] {
    text-shadow: none;
  }
  pre[class*="language-"] {
    text-shadow: none;
  }
}
.intl-tel-input {
  position: relative;
  display: block; }
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
.intl-tel-input .hide {
  display: none; }
.intl-tel-input .v-hide {
  visibility: hidden; }
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  border: 1px solid #e2e2e2;
  height: 40px !important;
  font-size: 14px;
}
.intl-tel-input .country-list
{
  z-index:9999 !important;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px; }
.modal
{
  z-index: 99 !important;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px; }
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  }
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll; }
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px; }
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px; }
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal; } }
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC; }
.intl-tel-input .country-list .country {
  padding: 5px 10px; }
.intl-tel-input .country-list .country .dial-code {
  color: #999; }
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05); }
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle; }
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px; }
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0; }
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 46px; }
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer; }
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default; }
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent; }
.intl-tel-input.separate-dial-code .selected-flag {
  display: table; }
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px; }
.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px; }
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px; }
.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px; }
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px; }
.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px; }
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px; }
.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px; }
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px; }
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }
.intl-tel-input.iti-container:hover {
  cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti-flag {
  width: 20px; }
.iti-flag.be {
  width: 18px; }
.iti-flag.ch {
  width: 15px; }
.iti-flag.mc {
  width: 19px; }
.iti-flag.ne {
  width: 18px; }
.iti-flag.np {
  width: 13px; }
.iti-flag.va {
  width: 15px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5652px 15px; } }
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px; }
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px; }
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px; }
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px; }
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px; }
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px; }
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px; }
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px; }
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px; }
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px; }
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px; }
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px; }
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px; }
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px; }
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px; }
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px; }
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px; }
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px; }
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px; }
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px; }
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px; }
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px; }
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px; }
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px; }
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px; }
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px; }
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px; }
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px; }
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px; }
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px; }
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px; }
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px; }
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px; }
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px; }
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px; }
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px; }
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px; }
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px; }
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px; }
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px; }
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px; }
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px; }
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px; }
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px; }
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px; }
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px; }
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px; }
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px; }
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px; }
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px; }
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px; }
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px; }
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px; }
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px; }
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px; }
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px; }
.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0px; }
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px; }
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px; }
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px; }
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px; }
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px; }
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px; }
.iti-flag.do {
  height: 14px;
  background-position: -1379px 0px; }
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px; }
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px; }
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px; }
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px; }
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px; }
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px; }
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px; }
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px; }
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px; }
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px; }
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px; }
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px; }
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px; }
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px; }
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px; }
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px; }
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px; }
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px; }
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px; }
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px; }
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px; }
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px; }
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px; }
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px; }
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px; }
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px; }
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px; }
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px; }
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px; }
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px; }
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px; }
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px; }
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px; }
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px; }
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px; }
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px; }
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px; }
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px; }
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px; }
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px; }
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px; }
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px; }
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px; }
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px; }
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px; }
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px; }
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px; }
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px; }
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px; }
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px; }
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px; }
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px; }
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px; }
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px; }
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px; }
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px; }
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px; }
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px; }
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px; }
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px; }
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px; }
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px; }
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px; }
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px; }
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px; }
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px; }
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px; }
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px; }
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px; }
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px; }
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px; }
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px; }
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px; }
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px; }
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px; }
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px; }
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px; }
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px; }
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px; }
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px; }
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px; }
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px; }
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px; }
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px; }
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px; }
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px; }
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px; }
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px; }
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px; }
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px; }
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px; }
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px; }
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px; }
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px; }
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px; }
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px; }
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px; }
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px; }
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px; }
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px; }
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px; }
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px; }
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px; }
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px; }
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px; }
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px; }
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px; }
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px; }
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px; }
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px; }
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px; }
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px; }
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px; }
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px; }
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px; }
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px; }
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px; }
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px; }
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px; }
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px; }
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px; }
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px; }
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px; }
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px; }
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px; }
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px; }
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px; }
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px; }
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px; }
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px; }
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px; }
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px; }
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px; }
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px; }
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px; }
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px; }
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px; }
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px; }
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px; }
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px; }
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px; }
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px; }
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px; }
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px; }
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px; }
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px; }
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px; }
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px; }
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px; }
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px; }
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px; }
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px; }
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px; }
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px; }
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px; }
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px; }
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px; }
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px; }
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px; }
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px; }
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px; }
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px; }
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px; }
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px; }
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px; }
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px; }
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px; }
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px; }
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px; }
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px; }
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px; }
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px; }
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px; }
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px; }
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px; }
.iti-flag.un {
  height: 14px;
  background-position: -5241px 0px; }
.iti-flag.us {
  height: 11px;
  background-position: -5263px 0px; }
.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0px; }
.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0px; }
.iti-flag.va {
  height: 15px;
  background-position: -5329px 0px; }
.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0px; }
.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0px; }
.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0px; }
.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0px; }
.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0px; }
.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0px; }
.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0px; }
.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0px; }
.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0px; }
.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0px; }
.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0px; }
.iti-flag.za {
  height: 14px;
  background-position: -5588px 0px; }
.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0px; }
.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../frontend/Te/online/zh_Hans_CN/Magecomp_Mobilelogin/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url("../../frontend/Te/online/zh_Hans_CN/Magecomp_Mobilelogin/img/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }
#error-msg {
  color: red;
}
#valid-msg {
  color: #00C900;
}
input.error {
  border: 1px solid #FF7C7C;
}
@font-face {
  font-family: Montserrat-Bold;
  src: url(../../frontend/Te/online/zh_Hans_CN/Magecomp_Mobilelogin/font/Montserrat-Bold.ttf);
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(../../frontend/Te/online/zh_Hans_CN/Magecomp_Mobilelogin/font/Montserrat-Regular.ttf);
}
#blankerror {
  display: none;
}
#mobileNotValid {
  display: none;
}
#otpNotValid {
  display: none;
}
#validmsg {
  display: none;
}
#reg_mob_error_msg {
  display: none;
}
#reg-sms-please-wait {
  display: none;
}
#regi_otp_cont {
  display: none;
}
#reg-submit-please-wait {
  display: none;
}
#checkforgototperror {
  display: none;
}
#blankerror_forgorpass {
  display: none;
}
#forgotmobileerror {
  display: none;
}
#mobile-forgot-email {
  display: none;
}
#valid-msg {
  display: none;
}
#forgot-mob-error-msg {
  display: none;
}
#forgot-sms-please-wait {
  display: none;
}
#passresetbyemail {
  display: none;
  margin-right: 0;
}
#forgot-sms-verify-please-wait {
  display: none;
}
#forgototpverify {
  display: none;
}
#blankerror_forgot1 {
  display: none;
}
#setnewpass {
  display: none;
}
#passmatcherror {
  display: none;
}
#resetpassvalidation {
  display: none;
}
#blankerror_forgot2 {
  display: none;
}
#set-new-pass-please-wait {
  display: none;
}
#loginotpmobbtnerror {
  display: none;
}
#loginsendotperror {
  display: none;
}
#updatepasssuccess {
  display: none;
}
#sendemail_success {
  display: none;
}
#checkloginotperror {
  display: none;
}
#emptyotp {
  display: none;
}
#login-mob-error-msg {
  display: none;
}
#login-sms-please-wait {
  display: none;
}
#loginotpverify {
  display: none;
}
#login-verify-please-wait {
  display: none;
}
#forgotmob-div {
  float: left;
  width: 100%;
}
#emailpasswrong_error1 {
  display: none;
}
#progress-indicator {
  display: none;
}
#form-list {
  padding: 0;
}
#input-box-login {
  position: relative;
}
#input-box-password {
  position: relative;
}
#progress_indecator {
  float: right;
}
#blankpage_customer_register {
  display: none;
}
#otpverify {
  display: none;
}
#reg-otp-verify-please-wait {
  display: none;
}
#customer-progress-indicator {
  display: none;
}
#sending {
  display: none;
  cursor: pointer;
}
#submitbtnajax1 {
  float: left;
}
#submitbtnajax {
  float: left;
}
#emailpasswrong_msg {
  display: none;
}
#customer-login-please-wait {
  display: none;
}
#updatemobile_img {
  display: none;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.71);
}
.modal .error1 {
  color: #f44242;
  padding: 9px;
  margin-top: 10px;
  clear: both;
}
.modal .success {
  color: #30b201;
  font-weight: 600;
  width: 90%;
  padding: 2px;
  clear: both;
}
.modal .error span {
  font-size: 12px;
  margin-left: 11px;
}
.modal .button {
  font-weight: bold !important;
  font-weight: bold;
}
.modal input[type="text"] {
  border: 2px solid #d2dae2;
  border-radius: 6px;
  max-width: 600px;
  padding-right: 50px;
  box-shadow: 0px 3px 8.550000000000001px 0.45px rgba(0, 0, 0, 0.21);
  height: 40px !important;
  font-size: 12px;
  font-family: Montserrat-Bold;
}
.modal input[type="text"]::-moz-placeholder {
  color: #313131;
  font-family: Montserrat-Regular;
  opacity: 1;
}
.modal input[type="text"]::-webkit-input-placeholder {
  color: #000;
  font-family: Montserrat-Regular;
}
.modal input[type="password"] {
  border: 2px solid #d2dae2;
  border-radius: 6px;
  max-width: 600px;
  padding-right: 50px;
  box-shadow: 0px 3px 8.550000000000001px 0.45px rgba(0, 0, 0, 0.21);
  height: 40px !important;
  font-size: 12px;
  font-family: Montserrat-Bold;
}
.modal input[type="password"]::-moz-placeholder {
  color: #313131;
  font-family: Montserrat-Regular;
  opacity: 1;
}
.modal input[type="password"]::-webkit-input-placeholder {
  color: #000;
  font-family: Montserrat-Regular;
}
.modal .buttons-set {
  margin: 31px auto 80px;
  max-width: 510px;
  width: 88%;
}
.modal .buttons-set button.button {
  float: right;
}
.modal .buttons-set-ultimate {
  margin: 31px auto 80px;
  max-width: 450px;
  width: 95%;
  font-size: 12px;
}
.left {
  float: left !important;
  margin-right: 15px;
}
select:focus {
  outline: none;
}
.customer-progress-indicator {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10003;
}
.customer-please-wait {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.mobile-modal-content {
  background-color: #ffffff;
  font-family: Montserrat-Regular;
  height: 550px;
  left: 0;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 25%;
  max-width: 460px;
}
.mobile-modal-content .form-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
.mobile-modal-content .action {
  background-color: #ffffff;
  border: medium none;
  border-radius: 8px;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21);
  color: #169fc8;
  font-family: Montserrat-Bold;
  font-size: 26px;
  height: 50px;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
}
.mobile-modal-content .buttons-set {
  margin: 31px auto 80px !important;
  max-width: 578px !important;
  width: 100% !important;
}
.ajax-register-form .ultimate {
  width: 800px;
  height: 600px;
}
.ajax-register-form .ultimate .leftimage {
  height: 600px !important;
}
.ajax-register-form .sendotp {
  float: right;
}
.ajax-register-form .error {
  color: #903;
}
.ajax-register-form .verifyotp {
  max-width: 192px !important;
}
.ajax-forgot-form .ultimate {
  width: 800px;
  height: 600px;
}
.ajax-forgot-form .ultimate .notice {
  margin-left: 40px;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 10px;
  margin-left: 40px !important;
}
.ajax-forgot-form .mobile-modal-content {
  height: 550px;
}
.ajax-forgot-form .mobile-modal-content .notice {
  margin-left: 43px;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 10px;
}
.ajax-login-form .ultimate {
  width: 800px;
  height: 600px;
}
.ajax-login-form .ultimate .notice {
  margin-left: 40px;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 10px;
}
.ajax-login-form .mobile-modal-content {
  font-family: Montserrat-Regular;
  height: auto;
}
.ajax-login-form .mobile-modal-content .notice {
  margin-left: 43px;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 10px;
  margin-left: 6px !important;
}
.ajax-login-form ul li {
  list-style: outside none none !important;
}
.ajax-login-form .page-title {
  margin-top: 20px;
}
.ultimate {
  background-color: #ffffff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 25%;
  font-family: Montserrat-Regular;
}
.ultimate .email {
  width: 100% !important;
}
.ultimate .mobilenumber {
  width: 100% !important;
}
.ultimate .notice {
  margin-left: 5px;
  margin-bottom: 10px;
}
.ultimate .reg-form .send-otp-button {
  margin-right: 0.5% !important;
}
.submitbtnajax {
  text-align: center;
  margin: 0 auto;
}
.progress-indicator {
  text-align: center;
}
.model-bottom {
  float: left;
  width: 100%;
}
.notice {
  font-size: 12px;
  margin-bottom: 15px;
  padding-top: 8px;
}
.buttons-set a:hover {
  text-decoration: none !important;
}
.close {
  color: #000;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  background-image: url("../../frontend/Te/online/zh_Hans_CN/Magecomp_Mobilelogin/images/icons.png");
  background-position: -65px -2px;
  padding: 11px;
}
.close:hover {
  text-decoration: none;
  cursor: pointer;
}
.close:focus {
  text-decoration: none;
  cursor: pointer;
}
.closediv {
  float: right;
  height: 20px;
  position: relative;
  right: -20px;
  text-align: center;
  top: -10px;
  vertical-align: middle;
}
.mobbtn {
  background-color: #00a0e9;
  color: #fff;
  font-size: 14px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.mobbtn:hover {
  background-color: #3E4152;
}
.progress-indicator.forgot-mobile-progress-indicator {
  float: right !important;
  margin-right: 60px;
  margin-top: 18px;
}
.forogotlink {
  float: right;
}
.forogotlink a {
  color: #169fc8;
  font-size: 12px;
}
.right {
  float: left;
  padding: 20px;
  width: 53%;
}
.leftimg {
  float: left;
  height: 100%;
  object-fit: cover;
  width: 100%;
  display: inline-block;
}
.closediv-ultimate {
  float: right;
  height: 20px;
  position: relative;
  right: -25px;
  text-align: center;
  top: -10px;
  vertical-align: middle;
  width: 20px;
}
.register-ultimate {
  float: left;
  font-size: 11px;
  margin-left: 24px;
}
.leftimage {
  float: left;
  width: 47%;
  height: 600px;
  max-width: 330px;
}
.register {
  font-size: 12px;
  float: left;
}
.reg-form .register {
  margin-top: 10px;
  font-size: 12px;
}
.reg-form .reginput {
  width: 47%;
  float: left;
  margin-bottom: 12px;
}
.reg-form .send-otp-button {
  float: right;
  margin-right: 0.5%;
  margin-bottom: 12px;
}
.reg-form .otp-content {
  width: 100%;
  margin: 0;
}
.reg-form .even {
  margin-left: 6%;
}
.setnewpass .reginput {
  margin-bottom: 12px;
}
#myModal input::-webkit-input-placeholder {
  color: grey !important;
}
#myModal input:-moz-placeholder {
  color: grey !important;
}
#myModal input::-moz-placeholder {
  color: grey !important;
}
#myModal input:-ms-input-placeholder {
  color: red !important;
}
#login-type {
  height: 33px;
  padding-right: 2px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-left: 9px;
}
#login-type li {
  float: left;
  list-style: none;
  outline: none;
  width: 49%;
  text-align: center;
}
#login-type li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: bold;
  color: #5685bc;
  padding-top: 12px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 6%;
  display: block;
  background: #FFF;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  font-size: 13px !important;
  background-color: #169fc8 !important;
  color: white;
  border-radius: 6px;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21);
  font-family: Montserrat-Regular;
}
#login-type li a:hover {
  color: #169fc8 !important;
  outline: none;
  background-color: #ffffff !important;
  border: medium none;
  border-radius: 8px;
  color: #169fc8;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21) !important;
}
#login-type li a.inactive {
  padding-top: 12px;
  padding-bottom: 5.4%;
  padding-left: 8px;
  padding-right: 8px;
  color: #333 !important;
  background: #EEE !important;
  outline: none;
  text-transform: uppercase;
  box-shadow: none !important;
}
#login-type .login-type-last {
  margin-left: 2% !important;
}
#tabs li a.inactive:hover {
  color: #169fc8 !important;
  outline: none;
  background-color: #ffffff !important;
  border: medium none;
  border-radius: 8px;
  color: #169fc8;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21) !important;
}
.login-container h2 {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #5685bc;
}
.login-container p {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: small;
}
.login-container ul {
  margin-left: 4px;
  font-size: small;
  line-height: 1.4;
  list-style-type: disc;
}
.login-container li {
  padding-bottom: 5px;
  margin-left: 5px;
}
.custom-select {
  position: relative;
  font-family: Arial;
  width: 26%;
  float: left;
  border: 1px solid #d2dae2;
  border-radius: 8px;
  font-weight: bold;
  margin-bottom: 31px;
  margin-left: 5%;
  margin-right: 2%;
}
.custom-select select {
  display: none;
}
.select-selected {
  background-color: white;
  border-radius: 8px;
  padding: 8px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.select-items {
  background-color: #ffffff;
  border: medium none;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21);
  font-family: Montserrat-Bold;
  border-radius: 4px;
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-items div {
  padding: 8px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
}
.select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.select-hide {
  display: none;
}
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.reset-type {
  border: 2px solid #d2dae2;
  border-radius: 8px;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21);
  float: none;
  font-weight: bold;
  height: 43px;
  margin-bottom: 31px;
  margin-left: 5%;
  margin-right: 2%;
  width: 28%;
}
.reset-msg {
  font-size: 14px;
  float: left;
  width: 64%;
}
#ajaxlogin-forgot-window .send-otp-button {
  float: right;
  margin-right: 9.5%;
  margin-bottom: 12px;
  margin-top: 18px;
}
.reg-submit {
  padding-top: 0px;
  width: 190px !important;
}
.registraionform .content {
  margin-top: 23px !important;
}
.create-account-page-main-div .progress-indicator {
  float: left;
  position: absolute;
}
.create-account-page-main-div .error {
  color: #e02b27;
}
.create-account-resend-otp {
  float: right;
  cursor: pointer;
}
.forgotmobileerror {
  color: #903;
}
#forgotmob {
  font-family: Montserrat-Regular !important;
}
.option {
  background-color: #ffffff;
  border: medium none;
  border-radius: 8px;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21);
  color: #169fc8;
  font-family: Montserrat-Bold;
  height: 50px;
  text-transform: uppercase;
}
.mobileotpsenderror {
  display: none;
}
.checkotperror {
  display: none;
}
.mobileExist {
  display: none;
}
.regcontollererror {
  display: none;
}
label.reset-msg {
  line-height: 40px;
}
.passresetbyemail {
  margin-right: 8.5%;
}
.createlinking {
  color: #fa6000 !important;
}
.loginlink {
  margin: 0 auto;
}
.user-icon {
  background-image: url("../../frontend/Te/online/zh_Hans_CN/Magecomp_Mobilelogin/images/icons.png");
  background-repeat: no-repeat;
  padding: 20px;
  position: absolute;
  right: 4px;
  top: -18px;
  background-position: -15px 10px;
}
.pass-icon {
  background-image: url("../../frontend/Te/online/zh_Hans_CN/Magecomp_Mobilelogin/images/icons.png");
  background-repeat: no-repeat;
  padding: 20px;
  position: absolute;
  right: 4px;
  top: -18px;
  background-position: -104px 11px;
}
.loginotpverify {
  float: left;
  width: 100%;
}
.mobile-modal-content .info {
  margin: 29px auto 0;
  width: 85%;
}
.mobile-modal-content .info > p {
  margin-bottom: 0;
}
.form-create-account .info {
  margin: 0;
  width: 100%;
}
.form-create-account .otp-content {
  margin: 0;
  width: 100%;
}
.reg-email {
  width: 100% !important;
}
.reg-mobile {
  width: 100% !important;
}
.forgotsendotp.mobbtn {
  float: right;
}
@media screen and (max-width: 1500px) {
  .ultimate {
    top: 5%;
  }
  .mobile-modal-content {
    top: 2%;
  }
}
@media screen and (max-width: 768px) {
  .ajax-login-form .mobile-modal-content {
    width: 95%;
  }
  .ajax-login-form .ultimate {
    width: 95%;
  }
  .ajax-register-form .mobile-modal-content {
    width: 95%;
  }
  .ajax-register-form .ultimate {
    width: 95%;
  }
  .ajax-forgot-form .mobile-modal-content {
    width: 95%;
  }
  .ajax-forgot-form .ultimate {
    width: 95%;
  }
  .right {
    width: 46%;
  }
}
@media screen and (max-width: 650px) {
  .ajax-register-form .mobile-modal-content {
    width: 85%;
  }
  .ajax-register-form .ultimate {
    width: 85%;
  }
  .ajax-forgot-form .mobile-modal-content {
    width: 85%;
  }
  .ajax-forgot-form .ultimate {
    width: 85%;
  }
  .leftimage {
    display: none;
  }
  .right {
    padding: 0px;
    width: 100%;
    float: left;
    margin: 0 auto;
  }
  .closediv-ultimate {
    top: -6px;
  }
  .ultimate {
    padding: 20px;
  }
}
@media screen and (max-width: 585px) {
  .forogotlink {
    font-size: 12px;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .ajax-login-form .mobile-modal-content {
    width: 85%;
    height: auto;
  }
  .ajax-register-form .mobile-modal-content {
    width: 85%;
    height: auto;
  }
  .ajax-forgot-form .mobile-modal-content {
    width: 85%;
    height: auto;
  }
  #login-type li a {
    padding-bottom: 8.7%;
    font-size: 11px !important;
  }
  #login-type li a.inactive {
    padding-bottom: 7.7%;
  }
  .modal .buttons-set {
    width: 100%;
    font-size: 12px;
  }
  .mobile-modal-content {
    top: 3%;
  }
  .mobile-modal-content .input-text {
    height: 55px !important;
  }
  .forogotlink {
    font-size: 12px;
    overflow: hidden;
  }
  .reset-type {
    margin-top: 10px;
    margin-left: 0px;
  }
  .reg-form {
    margin-left: 0;
  }
  .reg-form .reginput {
    width: 100% !important;
  }
  .reg-form .even {
    margin-left: 0;
  }
  .reg-form .otp-content {
    width: 100%;
  }
  .reg-form .send-otp-button {
    margin-right: 1%;
  }
  .ultimate .reg-form .reginput {
    width: 98% !important;
  }
}
/**
 * WaPoNe
 *
 * @category   WaPoNe
 * @package    WaPoNe_CookieNotification
 * @copyright  Copyright (c) 2017 WaPoNe (http://www.fantetti.net)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

#cookienotification-block {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 14px;
    margin: 0;
}

#cookienotification-block > p {
    float: left;
    margin-right: 10px;
}

button#btn-cookienotification-more {
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    border: solid black 1px;
    float: left;
    margin-right: 10px;
}

button#btn-cookienotification-allow {
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    border: solid black 1px;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
