/**
 * 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/Amr/default/en_CA/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: 18px;
}
.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;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.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/Amr/default/en_CA/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 {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  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: #888888;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
abbr[title] {
  border-bottom: 1px dotted #f4f4f4;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #d02223;
  color: #ffffff;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #f4f4f4;
  margin-bottom: 25px;
  margin-top: 25px;
}
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: #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 4.7rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
h2 {
  color: #000000;
  font-weight: 700;
  line-height: 1.04166667;
  font-size: 3.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
h3 {
  color: #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
h4 {
  color: #000000;
  font-weight: 600;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
h5 {
  color: #000000;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
h6 {
  color: #000000;
  font-weight: 600;
  line-height: 1.3;
  font-size: 1.8662rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
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', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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: inherit;
  text-decoration: none;
}
a:active,
.alink:active {
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 3.125rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1.25rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 25px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 6.25px;
  margin-top: 0;
}
dd {
  margin-bottom: 12.5px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #f4f4f4;
  color: #111111;
  line-height: 1.8;
  margin: 0 0 12.5px;
  padding: 12.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 #f4f4f4;
  margin: 0 0 25px 50px;
  padding: 0;
  color: #888888;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8;
  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.8;
  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 12.5px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: transparent;
  border: 1px solid #d02223;
  color: #d02223;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 12px 20px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  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: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #d02223;
  border: 1px solid #d02223;
  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;
}
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*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #f4f4f4;
  border-radius: 0;
  color: #888888;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 42px;
  line-height: 1.8;
  padding: 0 17px;
  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*="date"]:focus,
input[type="email"]:focus {
  border: 1px solid #a3a3a3;
  color: #000000;
}
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*="date"]: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*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #000000;
}
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*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #000000;
}
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*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #000000;
}
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;
  background-clip: padding-box;
  border: 1px solid #f4f4f4;
  border-radius: 0;
  color: #888888;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 42px;
  line-height: 1.8;
  padding: 6.25px 12.5px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #a3a3a3;
  color: #000000;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #f4f4f4;
  border-radius: 0;
  color: #888888;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.8;
  margin: 0;
  padding: 12.5px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:focus {
  border: 1px solid #a3a3a3;
  color: #000000;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #000000;
}
textarea::-webkit-input-placeholder {
  color: #000000;
}
textarea:-ms-input-placeholder {
  color: #000000;
}
input[type="checkbox"] {
  margin: 2px 6.25px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 6.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.
 */
.abs-reset-list,
.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;
}
.abs-reset-list > li,
.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-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 {
  background-image: none;
  background: transparent;
  border: 1px solid #d02223;
  color: #d02223;
  cursor: pointer;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 12px 20px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  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: #d02223;
  border: 1px solid #d02223;
  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: #d02223;
  border: 1px solid #d02223;
  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;
}
.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;
}
.abs-product-options-list dt,
.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 12.5px 6.25px 0;
}
.abs-product-options-list dt:after,
.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: ': ';
}
.abs-product-options-list dd,
.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 6.25px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.abs-reset-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.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;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.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;
}
.abs-login-block-title strong,
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.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,
.account .column.main .block:not(.widget) .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 {
  margin-bottom: 15px;
}
.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,
.account .column.main .block:not(.widget) .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 {
  color: #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.abs-account-blocks .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.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 {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.account .column.main .block:not(.widget) .box-title,
.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 {
  display: inline-block;
  margin: 0 0 6.25px;
}
.abs-account-blocks .box-title > span,
.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 {
  color: #000000;
  font-weight: 600;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.abs-account-blocks .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.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 {
  font-weight: 400;
  margin-left: 12.5px;
}
.abs-account-blocks .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.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 {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.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 {
  margin-bottom: 25px;
}
.abs-dropdown-simple,
.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 #f4f4f4;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 1px 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 #000000 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;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .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,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 50px;
}
.abs-remove-button-for-blocks,
.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;
}
.abs-product-link,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product.name a > a {
  color: #888888;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product.name a > a:visited {
  color: #888888;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product.name a > a:hover {
  color: #888888;
  text-decoration: none;
}
.abs-product-link > a:active,
.product.name a > a:active {
  color: #888888;
  text-decoration: none;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.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: 12.5px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.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;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.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: 37.5px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.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;
}
.abs-add-fields .message.notice,
.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: 37.5px 0 0;
}
.abs-add-fields .additional,
.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;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-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,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.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 .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  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,
.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,
.fieldset .fullname .field:before,
.fieldset .fullname .field: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,
.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,
.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,
.fieldset .fullname .field: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,
.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-add-box-sizing,
.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,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.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 {
  display: block;
  text-decoration: none;
}
.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-navigation-icon:after {
  position: absolute;
  right: 6.25px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.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 6.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 #f4f4f4;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 6.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 #000000 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;
}
.abs-action-addto-product,
.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: 6.25px 8px;
  font-size: 1.1rem;
}
.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 {
  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 {
  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 {
  -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 {
  color: #333333;
}
.abs-button-l,
.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,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-button-as-link,
.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.8;
  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: inherit;
  text-decoration: none;
}
.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: underline;
}
.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-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.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;
}
.abs-revert-secondary-color,
.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: transparent;
  border: 1px solid #d02223;
  color: #d02223;
}
.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: #d02223;
  border: 1px solid #d02223;
  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: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 12px 20px;
}
.abs-box-tocart,
.bundle-actions {
  margin: 12.5px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.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;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.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;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.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) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.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: ')';
}
.abs-tax-total,
.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;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -12.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';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 31.25px;
  padding-bottom: 12.5px;
}
.abs-account-title > strong,
.abs-account-title > span,
.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;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 6.25px;
  padding-right: 31.25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-colon:after,
.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-icon-add,
.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;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 6.25px;
}
.abs-no-display,
.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;
}
.abs-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 25px;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 0;
  font-weight: 700;
  background-image: none;
  background: transparent;
  border: 1px solid #d02223;
  color: #d02223;
  cursor: pointer;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  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: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #d02223;
  border: 1px solid #d02223;
  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;
}
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 6.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;
}
.abs-field-date .control,
.field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 12.5px;
  width: calc(100% - 52.5px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 12.5px;
  width: calc(100% - 42.75px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -12.5px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.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: 12.5px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.abs-checkout-tooltip-content-position-top:after,
.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;
}
.abs-checkout-title,
.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: 12.5px;
  color: #888888;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 25px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 12.5px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.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 #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 31.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;
}
.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 {
  position: absolute;
  right: -5px;
  top: -12px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.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';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #f4f4f4;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #f4f4f4;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 37.5px 7px 6.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;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content,
.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';
}
.abs-discount-block.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.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: 50px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -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;
}
.table-wrapper {
  margin-bottom: 25px;
}
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 #f4f4f4;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #f4f4f4;
  padding-top: 25px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 12.5px;
  padding: 12.5px 25px;
  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: inherit;
}
.message.info a:active {
  color: inherit;
}
.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 12.5px;
  padding: 12.5px 25px;
  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: inherit;
}
.message.error a:active {
  color: inherit;
}
.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 12.5px;
  padding: 12.5px 25px;
  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: inherit;
}
.message.warning a:active {
  color: inherit;
}
.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 12.5px;
  padding: 12.5px 25px;
  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: inherit;
}
.message.notice a:active {
  color: inherit;
}
.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 12.5px;
  padding: 12.5px 25px;
  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: inherit;
}
.message.success a:active {
  color: inherit;
}
.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: 12.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/Amr/default/en_CA/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 50px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 31.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: 25px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 25px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 6.25px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  color: #000000;
  font-weight: 400;
}
.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 #f4f4f4;
  border-radius: 0;
  color: #888888;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 42px;
  line-height: 1.8;
  padding: 0 17px;
  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 #a3a3a3;
  color: #000000;
}
.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: #000000;
}
.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: #000000;
}
.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: #000000;
}
.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: 12.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 6.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;
  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: 12.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: 6.25px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 6.25px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 12.5px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 12.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 25px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 6.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/Amr/default/en_CA/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Amr/default/en_CA/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 0;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
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,
.action-primary {
  background-image: none;
  background: transparent;
  border: 1px solid #d02223;
  color: #d02223;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 12px 20px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.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;
  font-size: 16px;
  line-height: 1px;
  padding: 5px 0 11px;
  color: #000000;
  cursor: pointer;
}
.product.data.items > .item.title:before {
  content: "\ec37";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  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: "\ec36";
}
.product.data.items > .item.title > .switch {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.product.data.items > .item.title.active:before {
  content: "\ec37";
}
.product.data.items > .item.title.active > .switch {
  color: #000000;
}
.product.data.items > div.item.title {
  margin-top: 25px;
}
.product.data.items > .item.title {
  margin: 0 0 25px;
}
.product.data.items > .item.title > .switch {
  background: #ffffff;
  border-bottom: 1px solid #f4f4f4;
  height: 20px;
  padding: 5px 30px 11px 0;
  font-weight: 700;
  line-height: 20px;
  font-size: 1.4rem;
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #888888;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #d02223;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #ffffff;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  padding-bottom: 11px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 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: 300;
}
.pages .item {
  font-size: 1.4rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 6px 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: #ffffff;
  border: 1px solid #f4f4f4;
  color: #000000;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:hover {
  background: none;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
}
.pages strong.page {
  background: #d02223;
  border: 1px solid #d02223;
  font-size: 1.4rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
  font-weight: 300;
  padding: 0 4px;
}
.pages .action {
  background: none;
  border: 1px solid #f4f4f4;
  color: #000000;
  display: inline-block;
  padding: 0 12px;
  text-decoration: none;
}
.pages .action:hover {
  border: 1px solid #000000;
  color: #000000;
  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: 20px;
  line-height: inherit;
  color: #000000;
  content: "\e928";
  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: #000000;
}
.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: 20px;
  line-height: inherit;
  color: #000000;
  content: "\e927";
  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: #000000;
}
.pages a,
.pages strong {
  box-sizing: border-box;
  text-align: center;
  border-radius: 0;
}
.pages a.page,
.pages strong.page {
  min-width: 34px;
}
.pages a.link {
  display: inline-block;
  color: #000000;
  border: 1px solid #f4f4f4;
  background: none;
  padding: 0 12px;
}
.pages a.link:hover {
  color: #000000;
  border: 1px solid #000000;
}
.pages .item:last-child {
  margin-right: 0;
}
.pages .item .action {
  margin: 0;
  width: auto;
}
.pages .item .action:before {
  transition: 0.3s all ease;
}
.pages .pages-item-previous {
  margin-right: 10px;
}
.pages .pages-item-next {
  margin-left: 4px;
}
.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: 12.5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 12.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;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #888888;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs a:visited {
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #d02223;
}
.breadcrumbs a:active {
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child):after {
  color: #888888;
  content: '/';
}
.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._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: 31.25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 12.5px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 12.5px;
}
.modal-slide .action-close {
  padding: 9px 15px;
}
.modal-slide .page-main-actions {
  margin-bottom: -8.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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Amr/default/en_CA/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Amr/default/en_CA/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Amr/default/en_CA/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Amr/default/en_CA/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Amr/default/en_CA/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: inherit;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: inherit;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: inherit;
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: inherit;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: transparent;
  border: 1px solid #d02223;
  color: #d02223;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 12px 20px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: transparent;
  border: 1px solid #d02223;
  color: #d02223;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 12px 20px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  position: relative;
}
.pagebuilder-accordion > .item.title:before {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 1px;
  padding: 5px 0 11px;
  color: #000000;
  cursor: pointer;
}
.pagebuilder-accordion > .item.title:before {
  content: "\ec37";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.pagebuilder-accordion > .item.title[aria-expanded="false"]:before {
  content: "\ec36";
}
.pagebuilder-accordion > .item.title > .switch {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.pagebuilder-accordion > .item.title.active:before {
  content: "\ec37";
}
.pagebuilder-accordion > .item.title.active > .switch {
  color: #000000;
}
.pagebuilder-accordion > div.item.title {
  margin-top: 25px;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 25px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #ffffff;
  border-bottom: 1px solid #f4f4f4;
  height: 20px;
  padding: 5px 30px 11px 0;
  font-weight: 700;
  line-height: 20px;
  font-size: 1.4rem;
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #888888;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #d02223;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #ffffff;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  padding-bottom: 11px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 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: 12.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: 768px) {
  .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: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -12.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: 12.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: 768px) {
  .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: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__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;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../../frontend/Amr/default/en_CA/Dotdigitalgroup_Sms/images/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/Amr/default/en_CA/Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.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;
}
.checkout-payment-method .payment-method .paybright-payment-method-title img {
  float: right;
}
.checkout-payment-method .payment-method .paybright-content .description {
  padding-bottom: 20px;
}
/**
 * @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 .product-item .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item .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%;
}
/*
*   TM_AjaxCatalog
*/
#search_mini_form {
  position: relative;
}
body.ajax-loading #search.input-text:focus {
  background-image: url(../../frontend/Amr/default/en_CA/images/loader-dark.gif);
  background-position: 2px 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
#search.input-text {
  padding-left: 20px;
}
#search_mini_form input[aria-haspopup="false"] + #search_autocomplete ul[role=listbox] {
  overflow: hidden;
}
#search_mini_form .search-autocomplete {
  overflow: hidden;
  position: static;
  max-height: 350px;
  z-index: 99;
  background: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}
#search_mini_form .search-autocomplete:after {
  content: '';
  position: absolute;
  top: 320px;
  left: 0;
  z-index: 9999;
  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);
}
#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 ul li.search-item {
  border-bottom: 1px solid #cccccc;
  border-top: none;
  padding: 10px;
  padding-right: 30px;
}
#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: -10px;
  padding: 10px;
}
#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 {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
#search_mini_form .search-autocomplete ul li.search-item a .price {
  display: block;
  color: #313131;
  font-size: 16px;
}
#search_mini_form .search-autocomplete ul li.search-item:hover {
  background: none;
  box-shadow: 0 0 15px 0 rgba(208, 34, 35, 0.85) inset;
}
/**
 * Copyright © Zemez. All rights reserved.
 * See COPYING.txt for license details.
 */
.catalog-image-grid {
  margin-bottom: 20px;
}
.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: 0 -8px;
}
.catalog-image-grid .category-grid > li,
.catalog-image-grid .category-list > li {
  padding: 0 8px;
  margin: 0 0 20px;
  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-weight: 500;
  font-size: 24px;
  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-weight: 600;
    font-size: 16px;
  }
}
.catalog-image-grid .category-grid .category-link .category-name,
.catalog-image-grid .category-list .category-link .category-name {
  display: inline-block;
  margin-bottom: 10px;
}
.catalog-image-grid .category-grid .category-link .category-image,
.catalog-image-grid .category-list .category-link .category-image {
  display: block;
  margin-bottom: 10px;
}
.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: 18px;
  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;
}
.category-image {
  display: block;
  width: 100%;
  border: 1px solid #ebebeb;
}
.catalog-image-grid-title {
  font-size: 24px;
}
.category-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -8px;
}
.category-grid > li {
  margin-bottom: 20px;
  padding: 0 8px;
  box-sizing: border-box;
}
@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%;
  }
}
.timer-wrapper {
  background: #f0f0f0;
}
/**
 * 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: 12.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: 12.5px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 25px;
  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 6.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: 12.5px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 25px;
}
.block-cart-failed {
  margin-top: 50px;
}
.block-cart-failed .block-title {
  font-size: 3.5rem;
}
.block-cart-failed .block-title strong {
  font-weight: 700;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 12.5px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 50px;
}
.bundle-options-container .legend.title {
  color: #000000;
  font-weight: 700;
  line-height: 1.04166667;
  font-size: 3.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 37.5px;
}
.bundle-options-container .action.back {
  margin-bottom: 37.5px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 12.5px 25px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  color: #000000;
  font-weight: 700;
  line-height: 1.04166667;
  font-size: 3.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 37.5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  color: #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 12.5px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 12.5px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 25px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 400;
  margin: 0 0 6.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: -17px;
  margin-right: -17px;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: -25px;
}
.grid.products-grid .product-items .product-item {
  padding: 0 17px;
  margin-top: 25px;
  box-sizing: border-box;
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .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 .product-item {
    flex-basis: 33.33333333%;
    width: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (max-width: 1200px) {
  .grid.products-grid .product-items .product-item {
    padding: 0 9px;
  }
}
@media (max-width: 480px) {
  .grid.products-grid .product-items .product-item {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .grid.products-grid .product-items {
    margin-left: -6px;
    margin-right: -6px;
  }
  .grid.products-grid .product-items .product-item {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.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;
}
.grid.products-grid .owl-carousel .owl-nav {
  top: -50px;
}
.grid.products-grid .owl-carousel .owl-nav .owl-prev,
.grid.products-grid .owl-carousel .owl-nav .owl-next {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #000000;
  border: none;
  width: auto;
  height: auto;
  box-shadow: none;
  opacity: 1;
}
.grid.products-grid .owl-carousel .owl-nav .owl-prev:hover,
.grid.products-grid .owl-carousel .owl-nav .owl-next:hover {
  color: #d02223;
}
.grid.products-grid .owl-carousel .owl-nav .owl-prev:before,
.grid.products-grid .owl-carousel .owl-nav .owl-next:before {
  display: none;
}
.grid.products-grid .owl-carousel .owl-nav .owl-prev.disabled,
.grid.products-grid .owl-carousel .owl-nav .owl-next.disabled {
  color: #888888;
}
.grid.products-grid .owl-carousel .owl-nav .owl-prev + .owl-next {
  position: relative;
  margin-left: 20px;
}
.grid.products-grid .owl-carousel .owl-nav .owl-prev + .owl-next:after {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -10px;
  border-left: 1px solid #f4f4f4;
  pointer-events: none;
}
.list.products-list .product-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -17px;
  margin-right: -17px;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: -25px;
}
.list.products-list .product-items .product-item {
  padding: 0 17px;
  margin-top: 25px;
  box-sizing: border-box;
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .list.products-list .product-items .product-item {
    flex-basis: 33.33333333%;
    width: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .list.products-list .product-items .product-item {
    flex-basis: 33.33333333%;
    width: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (max-width: 1200px) {
  .list.products-list .product-items .product-item {
    padding: 0 9px;
  }
}
@media (max-width: 480px) {
  .list.products-list .product-items .product-item {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .list.products-list .product-items {
    margin-left: -6px;
    margin-right: -6px;
  }
  .list.products-list .product-items .product-item {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.list.products-list .product-items.owl-carousel {
  margin-top: 0;
  width: auto;
}
.list.products-list .product-items.owl-carousel .owl-item .product-item {
  flex-basis: 100%;
  width: 100%;
  max-width: none;
  margin-top: 0;
}
.list.products-list .owl-carousel .owl-nav {
  top: -50px;
}
.list.products-list .owl-carousel .owl-nav .owl-prev,
.list.products-list .owl-carousel .owl-nav .owl-next {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #000000;
  border: none;
  width: auto;
  height: auto;
  box-shadow: none;
  opacity: 1;
}
.list.products-list .owl-carousel .owl-nav .owl-prev:hover,
.list.products-list .owl-carousel .owl-nav .owl-next:hover {
  color: #d02223;
}
.list.products-list .owl-carousel .owl-nav .owl-prev:before,
.list.products-list .owl-carousel .owl-nav .owl-next:before {
  display: none;
}
.list.products-list .owl-carousel .owl-nav .owl-prev.disabled,
.list.products-list .owl-carousel .owl-nav .owl-next.disabled {
  color: #888888;
}
.list.products-list .owl-carousel .owl-nav .owl-prev + .owl-next {
  position: relative;
  margin-left: 20px;
}
.list.products-list .owl-carousel .owl-nav .owl-prev + .owl-next:after {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -10px;
  border-left: 1px solid #f4f4f4;
  pointer-events: none;
}
.product-items .product-item .product-item-info .product-item-actions .action.towishlist:before {
  content: "\e01a";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.product-items .product-item .product-item-info .product-item-actions .action.tocompare {
  display: inline-block;
  vertical-align: top;
}
.product-items .product-item .product-item-info .product-item-actions .action.tocompare:before {
  content: "\e03d";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.product-items .product-item .product-item-info .product-item-actions .action.towishlist,
.product-items .product-item .product-item-info .product-item-actions .action.tocompare {
  line-height: 1;
}
.product-items .product-item .product-item-info .product-item-actions .action.towishlist:before,
.product-items .product-item .product-item-info .product-item-actions .action.tocompare:before {
  font-size: 24px;
  line-height: 1;
  color: inherit;
}
.product-items .product-item .product-item-info .product-item-actions .action.towishlist span,
.product-items .product-item .product-item-info .product-item-actions .action.tocompare span {
  display: none;
}
.product-item a.product-item-photo {
  display: block;
  background-color: #f4f4f4;
  line-height: 0;
  text-align: center;
}
.product-item .product-item-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.product-item .product-item-actions .actions-secondary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-item .product-item-actions .actions-secondary .action {
  display: block;
}
.product-item .price-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  color: #000000;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}
.product-item .price-box .price,
.product-item .price-box .price-container {
  font-weight: bold;
  font-size: inherit;
}
.product-item .price-box .special-price {
  color: #000000;
  margin: 0;
}
.product-item .price-box .old-price {
  text-decoration: line-through;
  color: #888888;
  font-weight: 400;
  margin-left: 3px;
}
.product-item .price-box .old-price.map-old-price {
  display: inline-block;
  width: 100%;
}
.product-item .price-box .price-from > span,
.product-item .price-box .price-to > span {
  display: inline-block;
}
.product-item .price-box .price-from + .price-to {
  margin-top: 0;
}
.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: 8px;
}
.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: 10px;
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .product-item .product-reviews-summary {
    display: none;
  }
}
.product-item .product-item-info .product-item-actions .tocart.stock {
  line-height: 16px;
  opacity: 0.6;
}
.product-item .product-item-info .product-item-actions .tocart.stock:hover {
  color: #888888;
}
.product-item-name {
  display: inline-block;
  font-weight: 300;
  line-height: 1.71428571;
  color: #000000;
}
.toolbar-wrapper {
  margin-top: 45px;
  margin-bottom: 45px;
}
.toolbar-wrapper .toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.toolbar-wrapper .toolbar > * {
  margin-bottom: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.toolbar-wrapper .toolbar .filter-toggle {
  background: #d02223;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .toolbar-wrapper .toolbar .filter-toggle {
    padding: 10px 20px;
  }
}
.toolbar-wrapper .toolbar .filter-toggle:hover,
.toolbar-wrapper .toolbar .filter-toggle:focus,
.toolbar-wrapper .toolbar .filter-toggle:active {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.toolbar-wrapper .toolbar .field {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 40px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .toolbar-wrapper .toolbar .field {
    margin-right: 0;
  }
}
.toolbar-wrapper .toolbar .field .label {
  margin-right: 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.toolbar-wrapper .toolbar .field .label:after {
  content: ':';
}
@media (min-width: 768px) {
  .toolbar-wrapper .toolbar .field .control {
    max-width: 200px;
  }
  .toolbar-wrapper .toolbar .field .control .select2-container {
    max-width: 200px;
  }
  .toolbar-wrapper .toolbar .field .control select {
    min-width: 120px;
    width: 80%;
    padding: 0 6px 0 20px;
    background: #f4f4f4;
    border: 0;
  }
  .toolbar-wrapper .toolbar .field .control select.limiter-options {
    width: 50px;
    min-width: auto;
  }
}
@media (max-width: 479px) {
  .toolbar-wrapper .toolbar .field {
    flex-wrap: wrap;
  }
  .toolbar-wrapper .toolbar .field .label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3px;
  }
  .toolbar-wrapper .toolbar .field .control {
    flex-grow: 1;
  }
}
.toolbar-wrapper .toolbar .field .select2-selection {
  background: none;
  border: none;
  height: 34px;
}
.toolbar-wrapper .toolbar .field .select2-selection .select2-selection__rendered {
  font-size: 12px;
  line-height: 34px;
  color: #000000;
  background: #f4f4f4;
}
@media (max-width: 1199px) {
  .toolbar-wrapper .toolbar .field .select2-selection .select2-selection__rendered {
    padding-left: 20px;
  }
}
.toolbar-wrapper .toolbar .field .select2-selection .select2-selection__arrow {
  top: 0;
  height: 34px;
}
.toolbar-wrapper .toolbar .field .select2-selection .select2-selection__arrow b:before {
  line-height: 42px;
}
.toolbar-wrapper .toolbar .field .select2-container.select2-container--open .select2-selection__rendered {
  box-shadow: none;
  z-index: 0;
}
.toolbar-wrapper .toolbar .select2-container--open .select2-dropdown {
  border-top: 1px solid #f4f4f4;
}
.toolbar-wrapper .toolbar .pages {
  display: none;
}
@media (max-width: 1023px) {
  .toolbar-wrapper .toolbar .toolbar-amount {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    flex-basis: 35%;
    margin-left: 2rem;
    margin-bottom: 0;
    margin-top: 0.8rem;
  }
  .toolbar-wrapper .toolbar .modes {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .toolbar-wrapper .toolbar .toolbar-sorter {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    flex-basis: 50%;
    max-width: 50%;
    margin-right: 0;
  }
  .toolbar-wrapper .toolbar .toolbar-sorter .select2-container {
    max-width: 100%;
  }
  .toolbar-wrapper .toolbar .limiter {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    justify-content: flex-end;
    margin-right: 0;
    max-width: 50px;
  }
}
@media (max-width: 639px) {
  .toolbar-wrapper .toolbar .modes {
    flex-basis: 40%;
    justify-content: flex-end;
  }
}
@media (max-width: 479px) {
  .toolbar-wrapper .toolbar .toolbar-sorter {
    flex-basis: 70%;
    max-width: 70%;
    padding-right: 20px;
  }
  .toolbar-wrapper .toolbar .toolbar-sorter .control {
    max-width: 80%;
  }
  .toolbar-wrapper .toolbar .limiter {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.toolbar-sorter .sorter-action {
  font-size: 35px;
  line-height: 1;
  color: #d02223;
  position: relative;
  margin-right: 3rem;
  margin-left: 0.5rem;
  top: 5px;
}
.toolbar-sorter .sorter-action:before {
  content: "\f0dc";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.toolbar-sorter .sorter-action span {
  display: none;
}
.toolbar-sorter .sorter-action.sort-desc {
  transform: rotate(180deg);
}
.toolbar-amount {
  flex-grow: 1;
  text-align: right;
  margin-top: 0;
  color: #000000;
}
@media (max-width: 639px) {
  .toolbar-amount {
    display: none;
  }
}
.toolbar-amount span {
  margin: 0 4px;
}
.field.limiter .limiter-text {
  display: none;
}
.modes {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.modes .modes-label {
  display: none;
}
.modes .mode-grid:before {
  content: "\f00a";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.modes .mode-grid:before {
  font-size: 24px;
}
.modes .mode-list:before {
  content: "\f009";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.modes .mode-list:before {
  font-size: 24px;
}
.modes .modes-mode {
  display: block;
  margin-left: 18px;
  color: #d4d4d4;
}
.modes .modes-mode:before {
  display: block;
  line-height: 36px;
}
@media (max-width: 1200px) {
  .modes .modes-mode:before {
    line-height: 42px;
  }
}
.modes .modes-mode.active {
  color: #000000;
}
.modes .modes-mode span {
  display: none;
}
.modes a.modes-mode:hover {
  color: #d02223;
}
.tollbar-bottom {
  margin-top: 30px;
}
.tollbar-bottom .pages {
  display: flex;
  width: 100%;
  justify-content: center;
}
.tollbar-bottom .pages .item a.page {
  border: 0;
  padding: 1px 4px;
  color: #888888;
}
.tollbar-bottom .pages .item a.page:hover {
  background: #f59595;
  color: #000000;
}
.tollbar-bottom .pages .item.current strong.page {
  background: #f59595;
  border-color: #f59595;
  color: #000000;
}
.tollbar-bottom .pages .item.pages-item-next a,
.tollbar-bottom .pages .item.pages-item-previous a {
  border: 0;
}
.tollbar-bottom .pages .item.pages-item-next a:before,
.tollbar-bottom .pages .item.pages-item-previous a:before {
  font-size: 14px;
  font-family: inherit;
  text-decoration: underline;
  color: #d02223;
}
.tollbar-bottom .pages .item.pages-item-next a:hover:before,
.tollbar-bottom .pages .item.pages-item-previous a:hover:before {
  color: #000000;
}
.tollbar-bottom .pages .item.pages-item-next a:before {
  content: 'next';
}
.tollbar-bottom .pages .item.pages-item-previous a:before {
  content: 'prev';
}
.tollbar-bottom .toolbar-amount,
.tollbar-bottom .toolbar-sorter,
.tollbar-bottom .limiter,
.tollbar-bottom .modes {
  display: none;
}
@media (max-width: 767px) {
  .tollbar-bottom .toolbar {
    justify-content: center;
    padding-top: 24px;
    border-top: 1px solid #f4f4f4;
  }
}
html.rtl .toolbar .field {
  margin-right: 0;
  margin-left: 40px;
}
html.rtl .toolbar .field .label {
  margin-right: 0;
  margin-left: 10px;
}
@media (max-width: 479px) {
  html.rtl .toolbar .field .label {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  html.rtl .toolbar .field .select2-selection .select2-selection__rendered {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  html.rtl .toolbar .toolbar-sorter {
    margin-left: 0;
  }
  html.rtl .toolbar .limiter {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  html.rtl .toolbar .toolbar-sorter {
    padding-right: 0;
    padding-left: 20px;
  }
}
html.rtl .modes .modes-mode {
  margin-left: 0;
  margin-right: 24px;
}
.account .table-wrapper.additional-addresses {
  margin-top: 30px;
}
@media (min-width: 640px) and (max-width: 1554px) {
  .account .table-wrapper.additional-addresses {
    overflow-x: scroll;
  }
}
.account .toolbar .pager {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .account .toolbar .pager .pager {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.account .toolbar div.pager .toolbar-amount {
  padding: 0 10px;
  margin-bottom: 4px;
  max-width: 70px;
}
@media (max-width: 480px) {
  .account .toolbar div.pager .toolbar-amount {
    display: none;
  }
}
.account .toolbar .limiter {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
  width: auto;
}
.account .toolbar .limiter .select2-container {
  margin: 0 11px;
}
.account button.action,
.account a.action.default,
.account .cart.table-wrapper .actions-toolbar > .action.action,
.account .action-gift.action {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.account button.action:hover,
.account a.action.default:hover,
.account .cart.table-wrapper .actions-toolbar > .action.action:hover,
.account .action-gift.action:hover {
  color: #ffffff;
  background: #d02223;
  border-color: #d02223;
}
@media (max-width: 1024px) {
  .page-with-filter.page-products .toolbar.toolbar-products .filter-toggle {
    order: 1;
  }
}
@media (max-width: 505px) {
  .page-with-filter.page-products .toolbar.toolbar-products .filter-toggle {
    flex-basis: 50%;
    padding: 10px 10px;
  }
}
@media (max-width: 1024px) {
  .page-with-filter.page-products .toolbar.toolbar-products .toolbar-sorter {
    order: 2;
    margin-left: auto;
    width: auto;
    flex-basis: auto;
  }
}
@media (max-width: 505px) {
  .page-with-filter.page-products .toolbar.toolbar-products .toolbar-sorter {
    margin-left: 0;
    order: 3;
    padding-right: 30px;
    max-width: 80%;
  }
  .page-with-filter.page-products .toolbar.toolbar-products .toolbar-sorter .control {
    max-width: 168px;
    width: 165px;
  }
  .page-with-filter.page-products .toolbar.toolbar-products .toolbar-sorter .control .select2-container {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .page-with-filter.page-products .toolbar.toolbar-products .limiter {
    order: 3;
  }
}
@media (max-width: 505px) {
  .page-with-filter.page-products .toolbar.toolbar-products .limiter {
    margin: 0;
    order: 4;
  }
}
@media (max-width: 1024px) {
  .page-with-filter.page-products .toolbar.toolbar-products .modes {
    order: 4;
    flex-basis: auto;
  }
}
@media (max-width: 505px) {
  .page-with-filter.page-products .toolbar.toolbar-products .modes {
    order: 2;
  }
}
.account.wishlist-index-index .select2-container {
  width: 75px !important;
}
.select2-container.select2-container--open .select2-selection__rendered {
  box-shadow: none;
  z-index: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 4px 10px !important;
}
.select2-results {
  padding: 15px !important;
}
.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: 25px;
}
.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;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 12.5px 0;
}
.product.media .product.thumbs {
  margin: 25px 0 37.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 6.25px 12.5px 6.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 37.5px 12.5px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.8;
  margin-bottom: 12.5px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 25px;
  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: 6.25px;
}
.product-info-main .product.attribute.overview {
  margin: 25px 0;
}
.product-info-main .product.alert {
  margin: 12.5px 0;
}
.product-info-main .price-box {
  margin-top: 12.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 6.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: 12.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 6.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: 6.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: 12.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: 25px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 18.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: 25px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 12.5px 0;
  padding: 12.5px 18.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.8;
  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: inherit;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  text-decoration: underline;
}
.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 6.25px;
}
.sidebar .product-items .product-item {
  margin-bottom: 25px;
  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: 12.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 {
  position: absolute;
  right: 0;
  top: -1px;
}
.sidebar .block-wishlist .action.delete {
  line-height: unset;
  width: auto;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .product-items-images {
  margin-left: -6.25px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 6.25px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 12.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 #f4f4f4;
}
.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 #f4f4f4;
}
.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: 6.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: 12.5px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  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;
  right: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 12.5px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 12.5px;
}
.block-category-event .block-title {
  margin: 0 0 12.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: 50px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.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 {
  border-top: 1px solid #f4f4f4;
  clear: both;
  margin: 0 0 -1px;
  padding: 0 0;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  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: 6.25px 50px 6.25px 12.5px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #f4f4f4;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 6.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: 12.5px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 31.25px;
  padding: 1px 15px 31.25px;
}
.cart-summary > .title {
  display: block;
  color: #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 31.25px 6.25px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 12.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 #f4f4f4;
  padding-top: 12.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 #f4f4f4;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 25px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 12.5px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 31.25px 0 12.5px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 12.5px;
  margin-right: 12.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: 12.5px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 12.5px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 25px;
}
.cart-container .checkout-methods-items {
  margin-top: 25px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 25px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 31.25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 31.25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #f4f4f4;
}
.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 12.5px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 12.5px 12.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: 37.5px 0 25px;
  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 12.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 #f4f4f4;
  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 1px 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 #000000 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 25px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 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: #ffffff;
  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 -25px;
  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: 25px 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: 6.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: 25px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 12.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: 6.25px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 12.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;
  margin-left: 5px;
  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 25px;
}
.opc-wrapper {
  margin: 0 0 25px;
}
.opc-wrapper .step-content {
  margin: 0 0 50px;
}
.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 6.25px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #d02223;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #ffffff;
}
.opc-progress-bar {
  margin: 0 0 25px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 12.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: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._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: 12.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: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 25px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 12.5px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 25px;
  padding: 25px 42.5px 25px 25px;
  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 25px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 6.25px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 25px 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: 25px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 25px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 25px;
  padding-top: 25px;
}
.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: 12.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: 37.5px;
}
.opc-block-shipping-information {
  padding: 0 37.5px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 25px;
  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 25px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 37.5px;
  margin: 0 0 25px;
}
.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 #f4f4f4;
  padding: 12.5px 50px 12.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: 12.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 12.5px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 6.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 #f4f4f4;
  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: 31.25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -75px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 2.8rem;
  border-bottom: 0;
  margin-bottom: 31.25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 6.25px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 31.25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 12.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: 50px;
  padding-top: 50px;
  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: 25px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 6.25px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 6.25px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 25px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 25px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 25px 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 12.5px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 25px;
}
.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: 25px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 25px 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: 25px 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 25px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 25px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 6.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: 6.25px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 6.25px;
  padding-right: 6.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: 25px;
  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: 25px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 37.5px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 25px;
}
.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%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 12.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;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 25px;
}
.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 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.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: 6.25px 18px 6.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: 12.5px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 12.5px;
}
.block .title strong {
  color: #000000;
  font-weight: 600;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.column.main .block .title strong {
  font-size: 28px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 6.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 17px;
  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: 12.5px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 25px;
}
.downloadable.samples dd {
  margin: 0 0 12.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: 31.25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 6.25px 8px;
  font-size: 1.1rem;
  margin-top: 25px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 25px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 25px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 37.5px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 25px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 25px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 12.5px;
}
.gift-message .field {
  margin-bottom: 25px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 25px;
}
.gift-options-content .fieldset {
  margin: 0 0 25px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 12.5px 25px 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: 12.5px 0 25px;
  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: transparent;
  border: 1px solid #d02223;
  color: #d02223;
  cursor: pointer;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  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: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.gift-item-block .title:hover {
  background: #d02223;
  border: 1px solid #d02223;
  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 .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 12.5px 12.5px 25px;
  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: 12.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: 25px;
  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 #f4f4f4;
  padding-top: 12.5px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 50px;
}
.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: 12.5px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 6.25px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 12.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: 75px;
}
.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 31.25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #f4f4f4;
}
.block-giftregistry-shared-items .col {
  padding: 25px 8px 12.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: 12.5px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 6.25px;
}
.gift-wrapping .label {
  margin: 0 0 6.25px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 12.5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 25px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 25px 0 12.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 12.5px 12.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: 12.5px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 6.25px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 6.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: 25px 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 12.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: 25px;
}
.order-options .product {
  margin-bottom: 12.5px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 12.5px;
}
.order-options .gift-wrapping {
  margin-bottom: 12.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 #f4f4f4;
}
.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 #f4f4f4;
}
.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: 50px;
}
.block.filter .filter-title {
  margin-bottom: 25px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 12.5px;
}
.filter-current .item {
  margin-bottom: 12.5px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 37.5px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  color: #000000;
  font-weight: 600;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin: 0 0 12.5px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 31.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: 12.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: 12.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: #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.map-popup .popup-content {
  margin: 12.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: 12.5px;
  top: 12.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 25px;
}
.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: 12.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.8;
  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: inherit;
  text-decoration: none;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  text-decoration: underline;
}
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 #f4f4f4;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 1px 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 #000000 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: 6.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: 12.5px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 6.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: #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.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: 12.5px;
  top: 12.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: 12.5px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 12.5px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 25px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 25px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 25px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 75px;
  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: 25px;
}
.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: 25px;
}
.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 12.5px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 12.5px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 12.5px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 12.5px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 25px;
  margin-top: 37.5px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #888888;
}
.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: 31.25px;
  padding-left: 21px;
}
.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: 12.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: 12.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: 37.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: 12.5px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 50px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 31.25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 12.5px;
}
.multicheckout .item-options {
  margin: 12.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 #f4f4f4;
  padding-bottom: 12.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: 50px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 12.5px;
  margin-top: -12.5px;
}
.multicheckout .box-title span {
  margin-right: 12.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 6.25px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 50px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 6.25px 6.25px 12.5px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 12.5px 6.25px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 25px;
}
.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: #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  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: #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 12.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 #f4f4f4;
  margin: 25px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 12.5px 0 25px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Amr/default/en_CA/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/Amr/default/en_CA/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%;
  }
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 82px;
  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: #888888;
  font-family: 'theme-icons';
  font-size: 14px;
  height: 14px;
  letter-spacing: 3px;
  line-height: 14px;
  content: "\e98d" "\e98d" "\e98d" "\e98d" "\e98d";
  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: #ff8c2f;
  font-family: 'theme-icons';
  font-size: 14px;
  height: 14px;
  letter-spacing: 3px;
  line-height: 14px;
  content: "\e98d" "\e98d" "\e98d" "\e98d" "\e98d";
  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: #888888;
  font-family: 'theme-icons';
  font-size: 14px;
  height: 14px;
  letter-spacing: 3px;
  line-height: 14px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: "\e98d" "\e98d" "\e98d" "\e98d" "\e98d";
  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: #ff8c2f;
  font-family: 'theme-icons';
  font-size: 14px;
  height: 14px;
  letter-spacing: 3px;
  line-height: 14px;
  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: "\e98d" "\e98d" "\e98d" "\e98d" "\e98d";
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: "\e98d" "\e98d" "\e98d" "\e98d";
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: "\e98d" "\e98d" "\e98d";
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: "\e98d" "\e98d";
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: "\e98d";
}
.block.add.review {
  margin-bottom: 50px;
}
.block.add.review > .title {
  color: #000000;
  font-weight: 700;
  line-height: 1.04166667;
  font-size: 3.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.block.add.review .legend {
  color: #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin: 0 0 25px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 6.25px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  color: #000000;
  font-weight: 700;
  line-height: 1.04166667;
  font-size: 3.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.block.reviews.list .review.item {
  margin-bottom: 50px;
}
.block.reviews.list .review.title {
  color: #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 25px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 25px;
}
.product-reviews-summary {
  display: table;
  margin: 12.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: -6.25px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 14px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 6.25px;
}
.customer-review .product-details {
  margin-bottom: 50px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 25px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 12.5px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  color: #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-weight: 600;
  margin-bottom: 25px;
}
.customer-review .review-details .review-content {
  margin-bottom: 25px;
}
.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: 12.5px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 12.5px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 25px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 25px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: transparent;
  border: 1px solid #d02223;
  color: #d02223;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.review-form .action.submit.primary:hover {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.fieldset .review-legend.legend {
  margin-bottom: 25px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 60px;
  margin-top: 12.5px;
}
.review-list {
  margin-bottom: 37.5px;
}
.review-list .block-title strong {
  color: #000000;
  font-weight: 700;
  line-height: 1.04166667;
  font-size: 3.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 25px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 12.5px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  color: #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin: 0 0 25px;
}
.review-content {
  margin-bottom: 25px;
}
.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: 31.25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 12.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: 25px;
}
.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 #f4f4f4;
  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 #f4f4f4;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  color: #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 2.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  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 #f4f4f4;
}
.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 25px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 31.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 #f4f4f4;
  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: 12.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: 12.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: 12.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 12.5px 6.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;
}
.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);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Amr/default/en_CA/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 6.25px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.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 {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  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: 25px 0;
}
.swatch-opt-listing {
  margin-bottom: 12.5px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.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;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 12.5px 1.8rem;
}
body {
  background-color: #ffffff;
}
.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 #f4f4f4;
  margin-bottom: 25px;
}
.header.content {
  padding-top: 12.5px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 12.5px 50px;
  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: 37.5px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 12.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 12.5px;
  padding: 12.5px 25px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #888888;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: inherit;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: inherit;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 12.5px;
}
.message.global.demo {
  margin: 0 0 12.5px;
  padding: 12.5px 25px;
  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: inherit;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #f4f4f4;
  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 .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #000000 transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 25px 0;
}
.ui-datepicker td {
  padding: 0;
}
.cookie-status-message {
  display: none;
}
.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.8;
  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: inherit;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  text-decoration: underline;
}
.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.8;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 25px;
}
.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: inherit;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  text-decoration: underline;
}
.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;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.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 #f4f4f4;
}
.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 #f4f4f4;
}
.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 #f4f4f4;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 12.5px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 12.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: 12.5px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 12.5px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 31.25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 12.5px;
}
.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: 12.5px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.block.newsletter {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .block.newsletter {
    margin-top: 10px;
  }
  .block.newsletter .title.heading-4 {
    text-align: center;
  }
}
.block.newsletter .form.subscribe {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
}
@media (max-width: 767px) {
  .block.newsletter .form.subscribe {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .block.newsletter .form.subscribe .field.newsletter {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 80%;
    width: 80%;
  }
  .block.newsletter .form.subscribe .actions {
    margin: 0;
  }
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .label {
  flex-basis: 100%;
  display: block;
  line-height: 21px;
  margin-bottom: 8px;
  color: #888888;
}
.block.newsletter .field {
  flex-basis: 170px;
  flex-grow: 1;
  padding: 0;
  margin-top: 10px;
  margin-left: 3px;
}
.block.newsletter .field .control:before {
  display: none;
}
.block.newsletter .actions {
  margin-top: 10px;
  margin-left: 3px;
}
.block.newsletter .actions .action.subscribe {
  height: 100%;
  margin: 0;
  padding-left: 13px;
  padding-right: 13px;
}
@media (min-width: 1554px) {
  .block.newsletter .actions .action.subscribe {
    min-width: 128px;
  }
}
.block.newsletter #newsletter-error {
  position: absolute;
  top: calc(100% - 7px);
  left: 0;
  padding: 0 2px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  background: #ffffff;
}
.page-footer .block.newsletter .field.newsletter {
  flex-basis: 100%;
  margin-top: 16px;
}
.page-footer .block.newsletter .actions {
  margin-top: 23px;
  margin-left: 3px;
}
.page-footer .block.newsletter .actions .action.subscribe.primary {
  min-width: auto;
  background: #d02223;
  color: #ffffff;
  border: 0;
  padding: 18px 53px;
  text-transform: lowercase;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 18px;
}
.page-footer .block.newsletter .actions .action.subscribe.primary:hover {
  color: #ffffff;
  background: #000000;
}
#productComparePopup .action.print {
  display: none;
}
@media (max-width: 1199px) {
  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 .static-block,
  nav.tm-navigation .product {
    display: none;
  }
  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: 7px 5px;
  }
  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 (min-width: 768px) and (max-width: 1199px) {
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    top: -4px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:before {
    font-family: 'theme-icons';
    content: "\e926";
    color: #000000;
  }
}
@media (max-width: 767px) {
  .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;
  color: #a5a5a5;
}
.newsletter-popup.modal-popup .modal-content .block.newsletter {
  margin: 0;
  text-align: left;
}
.newsletter-popup.modal-popup .modal-content .block.newsletter .field {
  margin: 0;
}
.newsletter-popup.modal-popup .modal-content .block.newsletter .field .control input {
  padding: 0 17px;
}
.newsletter-popup.modal-popup .modal-content .block.newsletter .field .control::before {
  display: none;
}
.newsletter-popup.modal-popup .buttons-container {
  margin-top: 20px;
}
.newsletter-popup.modal-popup .buttons-container button,
.newsletter-popup.modal-popup .buttons-container .cart.table-wrapper .actions-toolbar > .action,
.newsletter-popup.modal-popup .buttons-container .action-gift {
  background-image: none;
  background: transparent;
  border: 1px solid #d02223;
  color: #d02223;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 12px 20px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
  text-transform: uppercase;
}
.newsletter-popup.modal-popup .buttons-container button:focus,
.newsletter-popup.modal-popup .buttons-container button:active,
.newsletter-popup.modal-popup .buttons-container .cart.table-wrapper .actions-toolbar > .action:focus,
.newsletter-popup.modal-popup .buttons-container .cart.table-wrapper .actions-toolbar > .action:active,
.newsletter-popup.modal-popup .buttons-container .action-gift:focus,
.newsletter-popup.modal-popup .buttons-container .action-gift:active {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.newsletter-popup.modal-popup .buttons-container button:hover,
.newsletter-popup.modal-popup .buttons-container .cart.table-wrapper .actions-toolbar > .action:hover,
.newsletter-popup.modal-popup .buttons-container .action-gift:hover {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.newsletter-popup.modal-popup .buttons-container button.disabled,
.newsletter-popup.modal-popup .buttons-container button[disabled],
fieldset[disabled] .newsletter-popup.modal-popup .buttons-container button,
.newsletter-popup.modal-popup .buttons-container .cart.table-wrapper .actions-toolbar > .action.disabled,
.newsletter-popup.modal-popup .buttons-container .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .newsletter-popup.modal-popup .buttons-container .cart.table-wrapper .actions-toolbar > .action,
.newsletter-popup.modal-popup .buttons-container .action-gift.disabled,
.newsletter-popup.modal-popup .buttons-container .action-gift[disabled],
fieldset[disabled] .newsletter-popup.modal-popup .buttons-container .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.newsletter-popup.modal-popup .buttons-container button.subscribe,
.newsletter-popup.modal-popup .buttons-container .cart.table-wrapper .actions-toolbar > .action.subscribe,
.newsletter-popup.modal-popup .buttons-container .action-gift.subscribe {
  background-image: none;
  background: transparent;
  border: 1px solid #d02223;
  color: #d02223;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 12px 20px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
}
.newsletter-popup.modal-popup .buttons-container button.subscribe:focus,
.newsletter-popup.modal-popup .buttons-container button.subscribe:active,
.newsletter-popup.modal-popup .buttons-container .cart.table-wrapper .actions-toolbar > .action.subscribe:focus,
.newsletter-popup.modal-popup .buttons-container .cart.table-wrapper .actions-toolbar > .action.subscribe:active,
.newsletter-popup.modal-popup .buttons-container .action-gift.subscribe:focus,
.newsletter-popup.modal-popup .buttons-container .action-gift.subscribe:active {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.newsletter-popup.modal-popup .buttons-container button.subscribe:hover,
.newsletter-popup.modal-popup .buttons-container .cart.table-wrapper .actions-toolbar > .action.subscribe:hover,
.newsletter-popup.modal-popup .buttons-container .action-gift.subscribe:hover {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.newsletter-popup.modal-popup .buttons-container button.subscribe.disabled,
.newsletter-popup.modal-popup .buttons-container button.subscribe[disabled],
fieldset[disabled] .newsletter-popup.modal-popup .buttons-container button.subscribe,
.newsletter-popup.modal-popup .buttons-container .cart.table-wrapper .actions-toolbar > .action.subscribe.disabled,
.newsletter-popup.modal-popup .buttons-container .cart.table-wrapper .actions-toolbar > .action.subscribe[disabled],
fieldset[disabled] .newsletter-popup.modal-popup .buttons-container .cart.table-wrapper .actions-toolbar > .action.subscribe,
.newsletter-popup.modal-popup .buttons-container .action-gift.subscribe.disabled,
.newsletter-popup.modal-popup .buttons-container .action-gift.subscribe[disabled],
fieldset[disabled] .newsletter-popup.modal-popup .buttons-container .action-gift.subscribe {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.newsletter-popup.modal-popup .buttons-container button + button,
.newsletter-popup.modal-popup .buttons-container .cart.table-wrapper .actions-toolbar > .action + .cart.table-wrapper .actions-toolbar > .action,
.newsletter-popup.modal-popup .buttons-container .action-gift + .action-gift {
  margin-left: 10px;
}
.newsletter-popup.modal-popup .privacy-policy-check-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
.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;
}
.newsletter-popup.modal-popup .modal-inner-wrap {
  margin-top: 12%;
  background-image: url('../../frontend/Amr/default/en_CA/images/media/newsletter-bg.jpg');
  background-size: cover;
  height: 100%;
  max-width: 560px;
  max-height: 475px;
  padding: 37px 40px;
}
@media (max-width: 1024px) {
  .newsletter-popup.modal-popup .modal-inner-wrap {
    min-height: auto;
    height: auto;
  }
}
@media (max-width: 640px) {
  .newsletter-popup.modal-popup .modal-inner-wrap {
    width: 100%;
    max-width: 90%;
    margin-top: 33%;
    padding: 0;
  }
}
.newsletter-popup.modal-popup .modal-inner-wrap .modal-header,
.newsletter-popup.modal-popup .modal-inner-wrap .modal-content {
  background: #ffffff;
}
.newsletter-popup.modal-popup .modal-inner-wrap header.modal-header {
  padding: 65px 30px 0;
}
.newsletter-popup.modal-popup .modal-inner-wrap header.modal-header h1 {
  color: #005627;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .newsletter-popup.modal-popup .modal-inner-wrap header.modal-header h1 {
    font-size: 27px;
  }
}
.newsletter-popup.modal-popup .modal-inner-wrap header.modal-header .action-close {
  right: 0;
  top: 5px;
}
.newsletter-popup.modal-popup .modal-inner-wrap header.modal-header .action-close:before {
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 640px) {
  .newsletter-popup.modal-popup .modal-inner-wrap header.modal-header .action-close {
    right: 1px;
    top: 3px;
  }
  .newsletter-popup.modal-popup .modal-inner-wrap header.modal-header .action-close:before {
    color: #000000;
  }
}
.newsletter-popup.modal-popup .modal-inner-wrap .modal-content {
  padding: 0 30px 25px;
}
.newsletter-popup.modal-popup .modal-inner-wrap .modal-content .content-text {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
  font-size: 20px;
  word-spacing: -2px;
  margin-top: 9px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .newsletter-popup.modal-popup .modal-inner-wrap .modal-content .content-text {
    font-size: 14px;
    margin-top: 14px;
    line-height: 22px;
  }
}
@media (max-width: 640px) {
  .newsletter-popup.modal-popup .modal-inner-wrap .modal-content .content-text {
    font-size: 13px;
  }
}
.newsletter-popup.modal-popup .modal-inner-wrap .modal-content .newsletter-popup .form.subscribe {
  flex-direction: column;
}
.newsletter-popup.modal-popup .modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .field.newsletter {
  flex-basis: auto;
  margin-top: 19px;
}
.newsletter-popup.modal-popup .modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .field.newsletter input {
  border: 0;
  background: #f4f4f4;
  width: 82%;
  margin: 0 auto;
  display: block;
}
.newsletter-popup.modal-popup .modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .field.newsletter input::-webkit-input-placeholder {
  color: #888888;
}
.newsletter-popup.modal-popup .modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .field.newsletter input::-moz-placeholder {
  color: #888888;
}
.newsletter-popup.modal-popup .modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .field.newsletter input:-ms-input-placeholder {
  color: #888888;
}
.newsletter-popup.modal-popup .modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .field.newsletter input:-moz-placeholder {
  color: #888888;
}
@media (max-width: 767px) {
  .newsletter-popup.modal-popup .modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .field.newsletter input {
    width: 100%;
  }
}
.newsletter-popup.modal-popup .modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .field.newsletter div.mage-error {
  font-size: 10px;
  line-height: 0;
  text-align: center;
  position: relative;
  top: 5px;
}
.newsletter-popup.modal-popup .modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .buttons-container {
  margin-top: 23px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .newsletter-popup.modal-popup .modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .buttons-container {
    margin-top: 18px;
  }
}
.newsletter-popup.modal-popup .modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .buttons-container .subscribe {
  text-transform: lowercase;
  letter-spacing: 0;
  padding: 14px 52px;
  background: #d02223;
  color: #ffffff;
  border: 0;
}
.newsletter-popup.modal-popup .modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .buttons-container .subscribe:hover {
  background: #000000;
}
@media (max-width: 767px) {
  .newsletter-popup.modal-popup .modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .buttons-container .subscribe {
    padding: 10px 40px;
  }
}
.newsletter-popup.modal-popup .modal-inner-wrap .modal-content .newsletter-popup .privacy-policy-check-box {
  margin-top: 20px;
}
.newsletter-popup.modal-popup .modal-inner-wrap .modal-content .newsletter-popup .privacy-policy-check-box .privacy-policy-check-text {
  font-size: 10px;
  line-height: 17px;
  margin-left: 6px;
}
.newsletter-popup.modal-popup .modal-inner-wrap .modal-footer {
  display: none;
}
.newsletter-popup.modal-popup header.modal-header {
  padding: 20px 30px 0;
}
.newsletter-popup.modal-popup .modal-content {
  padding: 20px 30px 30px;
}
/* 
 *  Shop By Brand by Zemez 2016
 *  v1.0.0
 */
.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-item-name a {
  color: #d02223;
}
.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: 768px) {
  .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-name a {
  font-weight: 400;
  color: #d02223;
}
.brand-list .brand-item .brand-item-description {
  text-align: left;
}
.product-brand {
  margin-bottom: 20px;
}
.product-brand .product-brand-name {
  margin-bottom: 0;
}
.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 .block-content .brandlist {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.block.brands .block-content .brandlist .brand {
  padding: 0 15px;
  box-sizing: border-box;
}
.block.brands .block-content .brandlist .brand-logo {
  display: inline-block;
  margin-bottom: 15px;
}
.block.brands .block-content .brandlist .brand-name {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .block.brands .block-content .brandlist .brand {
    flex-basis: 50% !important;
  }
}
/* 
 * 	Featured Product by Zemez 2016
 *	v1.0.0
 */
/**
 * 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/Amr/default/en_CA/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%;
}
/*
 * 	Featured Product by Zemez
 */
.block.widget.featured .products-grid .product-items .product-item-photo {
  display: block;
  text-align: center;
}
.block.widget.featured .block-content .products-grid .product-items {
  margin: 0 -15px;
}
.block.widget.featured .block-content .products-grid .product-items .product-item {
  margin-left: 0;
  margin-right: 0;
  padding: 0 15px;
}
.block.featured .block-content .products-grid.is-carousel {
  margin: 0 -15px;
}
.block.featured .block-content .products-grid .product-items.owl-carousel {
  margin: 0;
}
.block.featured .block-content .products-grid .product-items.owl-carousel .owl-wrapper-outer {
  padding: 10px 0 0;
}
.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: 767px) {
  .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: right;
}
.block.featured [role="tablist"] .category-title {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 0 20px;
  background-color: #d02223;
  min-width: 150px;
}
.block.featured [role="tablist"] .category-title:before {
  display: none;
}
.block.featured [role="tablist"] .category-title strong {
  margin-bottom: 0;
  padding-left: 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
}
.block.featured [role="tablist"] .category-title.active strong {
  color: #ccc;
}
.block.featured [role="tablist"] .category-content {
  text-align: left;
  float: right;
  margin-left: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .block.featured [role="tablist"] .category-title {
    display: block;
    width: 100%;
    background-color: #d02223;
  }
  .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-list .product-item-info {
  display: block;
}
.block.widget .products-list .product-item {
  display: block;
}
.block.widget .products-list .product-item-details {
  display: block;
}
.block.featured:not(.sidebar-featured) .block-content .products-list .owl-carousel .product-item-info .product-item-photo,
.block.featured:not(.sidebar-featured) .custom-columns .products-list .product-items .product-item-info .product-item-photo {
  float: left;
  width: 33%;
}
/* 
 * 	Featured Product by Zemez
 */
.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';
}
.featured-product_carousel-arrow {
  display: inline-block;
  padding: 0 7px;
  cursor: pointer;
}
.featured-product_carousel-arrow:before {
  color: #0d0d0d;
  font-family: inherit;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  transition: .3s ease;
}
.featured-product_carousel-arrow:hover:before {
  color: #d02223;
}
.columns {
  display: block !important;
}
.block.widget.featured .product-item {
  position: relative;
  max-width: 100%;
}
.block.widget.featured .product-item .product-item-info {
  position: relative;
}
.block.widget.featured .product-item .product-label {
  position: absolute;
  top: 21px;
  left: 0;
  z-index: 9;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 14px;
  font-weight: 400;
  border: 0;
  line-height: 20px;
  background-color: #d02223;
}
.block.widget.featured .not-found {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .block.widget.featured .not-found {
    padding: 0 0 15px;
    margin: -30px 0 0;
  }
}
.block.widget.featured .testd {
  display: none;
}
.block.widget.featured:not([role="tablist"]) .block-title strong {
  font-size: 42px;
  line-height: 42px;
}
.clear-featured {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.block.widget.featured .products-grid .owl-carousel .owl-item .product-item {
  width: 100%;
}
.block.featured {
  float: none;
}
.block.featured .loader > div {
  position: relative;
}
.block.featured .loader > div:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../frontend/Amr/default/en_CA/images/loader-1.gif) center 100px no-repeat;
  z-index: -1;
}
.block.featured .owl-carousel .owl-item {
  padding-top: 10px;
}
.block.featured .block-content .owl-carousel .owl-nav {
  position: absolute;
  top: -51px;
  right: 10px;
}
.block.featured .block-content .owl-carousel .owl-nav .owl-prev,
.block.featured .block-content .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  padding: 0 7px;
  cursor: pointer;
}
.block.featured .block-content .owl-carousel .owl-nav .owl-prev:before,
.block.featured .block-content .owl-carousel .owl-nav .owl-next:before {
  color: #0d0d0d;
  font-family: inherit;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  transition: .3s ease;
}
.block.featured .block-content .owl-carousel .owl-nav .owl-prev:hover:before,
.block.featured .block-content .owl-carousel .owl-nav .owl-next:hover:before {
  color: #d02223;
}
.block.featured .block-content .owl-carousel .owl-dots {
  text-align: center;
  padding: 15px 0;
  width: 100%;
}
.block.featured .block-content .owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
  background: #999999;
}
.block.featured .block-content .owl-carousel .owl-dots .owl-dot.active {
  background: #1979c3;
}
.block.featured.featured[role="tablist"] .block-content .owl-carousel .owl-nav {
  top: -35px;
}
.block.widget.featured:not([role="tablist"]) .block-title {
  margin-bottom: 18px;
  display: none;
}
@media (max-width: 480px) {
  .block.widget.featured:not([role="tablist"]) .block-title {
    margin-bottom: 60px;
    text-align: center;
  }
}
.block.widget.featured:not([role="tablist"]) .block-title strong {
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .block.widget.featured .block-content .owl-carousel .owl-nav {
    right: 50%;
    transform: translate(50%);
  }
}
.block.widget.featured .block-content .owl-carousel .owl-nav .owl-prev:before {
  content: "Prev";
}
.block.widget.featured .block-content .owl-carousel .owl-nav .owl-next:before {
  content: "Next";
}
.block.widget.featured .block-content .owl-carousel .owl-nav .owl-next.disabled,
.block.widget.featured .block-content .owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}
.block.widget.featured.first {
  margin-top: 75px;
}
@media (min-width: 1200px) {
  .block.widget.featured[role="tablist"] .block-title,
  .block.widget.featured .category-title {
    padding: 12px 52px 10px 25px;
    margin: 0;
    background-color: #000000;
    height: auto;
  }
}
.block.widget.featured[role="tablist"] .block-title strong,
.block.widget.featured .category-title strong {
  color: #ffffff;
  font-weight: 400;
  transition: .3s ease all;
}
.block.widget.featured[role="tablist"] .block-title strong:before,
.block.widget.featured .category-title strong:before {
  content: "+";
  margin-right: 9px;
  color: #ffffff;
  visibility: hidden;
}
@media (max-width: 768px) {
  .block.widget.featured[role="tablist"] .block-title strong:before,
  .block.widget.featured .category-title strong:before {
    visibility: visible;
  }
}
.block.widget.featured[role="tablist"] .block-title.active,
.block.widget.featured .category-title.active,
.block.widget.featured[role="tablist"] .block-title:hover,
.block.widget.featured .category-title:hover {
  background-color: #d02223;
  border-bottom: 5px solid #000000;
}
.block.widget.featured[role="tablist"] .block-title.active strong,
.block.widget.featured .category-title.active strong,
.block.widget.featured[role="tablist"] .block-title:hover strong,
.block.widget.featured .category-title:hover strong {
  color: #ffffff;
}
.block.widget.featured[role="tablist"] .block-title.active strong:before,
.block.widget.featured .category-title.active strong:before,
.block.widget.featured[role="tablist"] .block-title:hover strong:before,
.block.widget.featured .category-title:hover strong:before {
  visibility: hidden;
}
@media (max-width: 768px) {
  .block.widget.featured[role="tablist"] .block-title.active strong:before,
  .block.widget.featured .category-title.active strong:before,
  .block.widget.featured[role="tablist"] .block-title:hover strong:before,
  .block.widget.featured .category-title:hover strong:before {
    visibility: visible;
  }
}
.block.widget.featured[role="tablist"] .block-title.active strong:before,
.block.widget.featured .category-title.active strong:before {
  content: "-";
}
.block.widget.featured .block-content .products-grid .product-items {
  margin: 0;
  margin-top: 10px;
  display: flex;
  border: none;
}
.block.widget.featured .block-content .products-grid .product-items .small-items {
  flex-basis: 56%;
  flex-wrap: wrap;
  display: flex;
}
.block.widget.featured .block-content .products-grid .product-items .small-items .product-item {
  width: 33.3%;
  max-width: 33.3%;
  padding: 0 1% 1% 0;
}
.block.widget.featured .block-content .products-grid .product-items .product-item {
  padding: 0;
  margin: 0;
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info {
  box-shadow: 0px 0px 15px;
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-img-wrap .product-image-wrapper {
  height: 100%;
  width: 95%;
  margin: auto;
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-img-wrap .product-item-photo {
  background: transparent;
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-img-wrap .product-item-photo .product-image-photo {
  margin-bottom: 0;
  margin-top: 10px;
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details {
  padding-bottom: 25px;
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-name {
  margin: 0 auto;
  margin-top: 22px;
  font-size: 12px;
  text-align: center;
  width: 70%;
  display: block;
  height: 40px;
}
@media (max-width: 1554px) {
  .block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-name {
    margin-top: 22px;
    font-size: 12px;
    line-height: 18px;
    width: 90%;
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-name {
    height: auto;
  }
  .block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-name a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-name a {
  color: #000000;
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-name a:hover {
  color: #d02223;
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .price-box {
  justify-content: center;
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-actions {
  display: block;
  background-color: transparent;
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart {
  padding: 9px 56px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 15px;
  width: auto;
  margin: 8px auto;
  display: block;
  background: linear-gradient(to bottom, #d02223 0px, #8c2b18 100%);
  color: #ffffff;
  border-radius: 1rem;
  transition: none;
}
@media (max-width: 1553px) {
  .block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart {
    padding: 18px 56px;
  }
}
@media (max-width: 1200px) {
  .block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart {
    padding: 14px 24px;
  }
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart:before {
  display: none;
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart:hover {
  background: darkred;
  color: #ffffff;
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable {
  color: #000000;
  border: 0;
  text-align: center;
  margin: 8px auto;
  margin-bottom: 2px;
  opacity: 0.4;
  padding: 12px 56px;
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable:hover {
  background: darkred;
}
@media (max-width: 1553px) {
  .block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable {
    padding: 10px 0;
  }
}
@media (max-width: 1200px) {
  .block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable {
    padding: 6px 0;
  }
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary {
  position: absolute;
  top: 13px;
  right: 18px;
  flex-direction: column;
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary a {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  z-index: 1;
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary a:before {
  color: #888888;
  font-size: 19px;
  content: "\e02d";
}
.block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary a:hover:before {
  color: #d02223;
}
.block.widget.featured .block-content .products-grid .product-items .small-items + .product-item {
  flex-basis: 30%;
  width: 30%;
  max-width: 30%;
  padding-bottom: 0.5%;
}
.block.widget.featured .block-content .products-grid .product-items .small-items + .product-item .product-label {
  left: 32px;
}
@media (max-width: 480px) {
  .block.widget.featured .block-content .products-grid .product-items .small-items + .product-item .product-label {
    left: 0;
  }
}
.block.widget.featured .block-content .products-grid .product-items .small-items + .product-item .product-item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.block.widget.featured .block-content .products-grid .product-items .small-items + .product-item .product-item-info .product-img-wrap .product-item-photo .product-image-wrapper {
  width: 98%;
  margin-bottom: 2rem;
}
.block.widget.featured .block-content .products-grid .product-items .small-items + .product-item .product-item-info .product-img-wrap {
  margin-top: auto;
}
@media (max-width: 480px) {
  .block.widget.featured .block-content .products-grid .product-items .small-items + .product-item .product-item-info .product-img-wrap {
    margin-top: 25px;
  }
}
.block.widget.featured .block-content .products-grid .product-items .small-items + .product-item .product-item-info .product-item-details {
  margin-bottom: 10px;
}
.block.widget.featured .block-content .products-grid .product-items .small-items + .product-item .product-item-info .product-item-details .product-item-name {
  margin-top: 53px;
  font-size: 17px;
  height: 59px;
}
@media (max-width: 1554px) {
  .block.widget.featured .block-content .products-grid .product-items .small-items + .product-item .product-item-info .product-item-details .product-item-name {
    margin-top: 22px;
    font-size: 15px;
    width: 70%;
    line-height: 22px;
    height: 56px;
  }
}
.block.widget.featured .block-content .products-grid .product-items .small-items + .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
  top: 16px;
  right: 24px;
}
@media (max-width: 480px) {
  .block.widget.featured .block-content .products-grid .product-items .small-items + .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
    top: 13px;
    right: 18px;
  }
}
.block.widget.featured .block-content .products-grid .product-items .small-items + .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary a:before {
  font-size: 26px;
}
@media (max-width: 480px) {
  .block.widget.featured .block-content .products-grid .product-items .small-items + .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary a:before {
    font-size: 19px;
  }
}
@media (max-width: 1200px) {
  .block.widget.featured .block-content .products-grid .product-items .small-items {
    flex-basis: 100%;
    max-width: 100%;
  }
  .block.widget.featured .block-content .products-grid .product-items .small-items + .product-item {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .block.widget.featured .block-content .products-grid .product-items .small-items + .product-item .product-item-info {
    border-top: 1px solid #e5e5e5;
  }
}
@media (max-width: 767px) {
  .block.widget.featured[role="tablist"] .block-title {
    margin: 18px 0;
    text-align: center;
  }
  .block.widget.featured .block-content {
    padding-top: 0;
  }
  .block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-img-wrap .product-item-photo .product-image-photo {
    margin-bottom: 0;
    margin-top: auto;
  }
  .block.widget.featured .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable {
    padding: 6px 0;
  }
}
@media (max-width: 768px) {
  .block.widget.featured .block-content .products-grid .product-items .small-items .product-item {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 640px) {
  .block.widget.featured .block-content .products-grid .product-items .small-items div.product-item {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.block.featured[role="tablist"] .block-content .category-content {
  text-align: left;
  float: right;
  margin-left: 0;
  padding: 0;
  width: 100%;
}
.block-content-wrap {
  text-align: left !important;
}
.block.widget.featured[role="tablist"] .category-title strong {
  padding-left: 0;
}
.widget + .widget {
  margin-top: 0px;
}
@media (min-width: 1200px) {
  .widget + .widget {
    margin-top: 0px;
  }
}
.hp-featured-products__mobile {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.hp-featured-products__mobile > li {
  background-color: #d02223;
  width: 250px;
  text-align: center;
  color: white;
  padding: 2rem;
  margin: 3rem 1rem;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .hp-featured-products__mobile > li {
    width: 180px;
  }
}
@media screen and (max-width: 640px) {
  .hp-featured-products__mobile > li {
    width: 100%;
    margin: 1rem 0;
  }
}
.hp-featured-products__mobile > li > a span {
  text-transform: uppercase;
  font-weight: 600;
}
.hp-featured-products__mobile > li > a {
  padding: 1rem 8rem;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .hp-featured-products__mobile > li > a {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .hp-featured-products__mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .block.widget.featured {
    display: none;
  }
}
.hp-banner-block-mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .hp-banner-block-mobile {
    display: block;
  }
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 12.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: 25px;
}
.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: 25px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 12.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: 25px;
}
.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 12.5px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 12.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: transparent;
  border: 1px solid #d02223;
  color: #d02223;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 12px 20px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  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: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #d02223;
  border: 1px solid #d02223;
  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:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 25px;
}
.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: 25px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 25px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.block-products-list {
  margin-top: 0;
  margin-bottom: 0;
}
* + .block-products-list {
  margin-top: 30px;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 25px;
}
.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;
}
@media only screen and (max-width: 768px) {
  .checkout-payment-method .payment-method .paybright-payment-method-title img {
    height: auto;
  }
  .checkout-payment-method .payment-method .paybright-content .description {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .field-tooltip .field-tooltip-content {
    right: -12.5px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .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,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    cursor: pointer;
    margin-bottom: 0;
    padding: 12.5px 50px 12.5px 0;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title: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;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 12.5px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 31.25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 12.5px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .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: -12.5px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 12.5px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 0;
    padding-right: 0;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .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: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    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: 6.25px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .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: 12.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 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .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: 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: 31.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: 12.5px;
    padding-right: 0;
    padding-bottom: 12.5px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 50px 8px 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: #ff5501;
    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: #ff5501;
    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 #d1d1d1;
  }
  .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;
    font-size: 16px;
    line-height: 1px;
    padding: 5px 0 11px;
    color: #000000;
    cursor: pointer;
  }
  .product.data.items > .item.title:before {
    content: "\ec37";
    display: inline-block;
    font-family: 'theme-icons';
    font-weight: 400;
    font-style: normal;
    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: "\ec36";
  }
  .product.data.items > .item.title > .switch {
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  .product.data.items > .item.title.active:before {
    content: "\ec37";
  }
  .product.data.items > .item.title.active > .switch {
    color: #000000;
  }
  .product.data.items > div.item.title {
    margin-top: 25px;
  }
  .product.data.items > .item.title {
    margin: 0 0 25px;
  }
  .product.data.items > .item.title > .switch {
    background: #ffffff;
    border-bottom: 1px solid #f4f4f4;
    height: 20px;
    padding: 5px 30px 11px 0;
    font-weight: 700;
    line-height: 20px;
    font-size: 1.4rem;
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #888888;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #d02223;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    padding-bottom: 11px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin: 0;
    padding: 0;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .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;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .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: 6.25px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: none;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .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: 12.5px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -12.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 25px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 12.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 25px;
  }
  .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%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 12.5px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    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: -12.5px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 25px;
    padding-bottom: 12.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: 25px;
  }
  .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: 12.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 #f4f4f4;
    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: 6.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: 31.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: 50px;
  }
  .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: 12.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;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #f4f4f4;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .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;
  }
  .products-grid.wishlist {
    margin-bottom: 37.5px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 25px 0 25px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 25px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 25px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  body {
    padding-top: 56px;
  }
  .sm-header-panel-canvas {
    position: fixed;
    height: 56px;
    left: 0;
    top: 0;
    width: 100%;
    background: #000000;
    z-index: 16;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  }
  .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;
  }
  .sm-header_customer-menu-toggle {
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0;
    right: 65px;
    width: 56px;
    height: 56px;
    z-index: 20;
    background-color: transparent;
  }
  .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: 22px;
    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:before,
  .sm-header_customer-menu-toggle:after {
    color: #ffffff;
  }
  .sm-header_customer-menu-toggle:hover:before,
  .sm-header_customer-menu-toggle:hover:after {
    color: #ffffff;
  }
  .sm-header_customer-menu-container .sm-header_customer-menu .welcome {
    display: block;
    color: #888888;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    padding: 22px 16px;
    border-bottom: 1px solid #f4f4f4;
  }
  .sm-header_customer-menu-wrap.ui-dialog {
    position: fixed;
    z-index: 20;
    top: 56px;
    right: 0;
    bottom: 0;
    width: 320px;
    display: none;
    color: #000000;
  }
  .sm-header_customer-menu-wrap.ui-dialog .ui-dialog-buttonpane {
    display: none;
  }
  .sm-header_customer-menu-wrap.ui-dialog.open {
    visibility: visible;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  }
  .sm-header_customer-menu-wrap.ui-dialog .links li {
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid #f4f4f4;
  }
  .sm-header_customer-menu-wrap.ui-dialog .links li > span {
    display: block;
  }
  .sm-header_customer-menu-wrap.ui-dialog .links li .counter {
    display: inline;
  }
  .sm-header_customer-menu-wrap.ui-dialog .links li .customer-name {
    display: none;
  }
  .sm-header_customer-menu-wrap.ui-dialog .links li.customer-account {
    padding: 0;
    border-bottom: none;
  }
  .sm-header_customer-menu-wrap.ui-dialog .links a {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher {
    margin-right: 0;
    border-bottom: 1px solid #f4f4f4;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .switcher-options {
    display: block;
    padding: 12px 16px;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .switcher-options .action.switcher-trigger:after {
    padding-left: 0;
    vertical-align: middle;
    font-size: 28px;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .switcher-options strong {
    font-weight: 600;
    vertical-align: middle;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .switcher-trigger {
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    padding: 12px 16px;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .switcher-trigger:after {
    content: "\e926";
    display: inline-block;
    font-family: 'theme-icons';
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    padding-left: 4px;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .switcher-trigger:hover {
    color: #d02223;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .switcher-trigger.open:after {
    content: "\e929";
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .switcher-trigger span {
    vertical-align: text-top;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .dropdown.switcher-dropdown {
    position: static;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .dropdown.switcher-dropdown:before,
  .sm-header_customer-menu-wrap.ui-dialog .switcher .dropdown.switcher-dropdown:after {
    display: none;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .dropdown.switcher-dropdown a {
    padding: 0 0 0 8px;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .mage-dropdown-dialog {
    position: relative;
    padding: 0 8px 0 32px;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .mage-dropdown-dialog li {
    margin-bottom: 16px;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .mage-dropdown-dialog a {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #a9a9a9;
  }
  .sm-header_customer-menu-wrap.ui-dialog .switcher .mage-dropdown-dialog a:hover {
    color: #d02223;
  }
  .sm-header_customer-menu-wrap.ui-dialog ul.dropdown li.switcher-option:hover {
    background: none;
  }
  .sm-header_customer-menu {
    display: none;
  }
  .sm-header_customer-menu.ui-dialog-content {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    transition: .3s ease;
    text-align: left;
    overflow: auto;
    transform: translateX(100vw);
  }
  .sm-header_customer-menu.ui-dialog-content .greet.welcome {
    display: none;
  }
  .sm-header_customer-menu.ui-dialog-content .header.links li a {
    color: #000000;
    font-weight: 400;
  }
  .sm-header_customer-menu.ui-dialog-content .header.links li a:hover {
    color: #d02223;
  }
  .sm-header_customer-menu-container.open .sm-header_customer-menu.ui-dialog-content {
    transform: translateX(0);
  }
  .sm-header_customer-menu-wrap.ui-dialog .links a {
    direction: ltr;
  }
  .nav-toggle {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .pseudoStickyBlock {
    display: none;
  }
  .sm-header-nav-wrap {
    text-align: center;
  }
  .sm-header-nav-wrap > .container {
    flex-direction: column;
  }
  .sm-header-nav-wrap.isStuck {
    position: static !important;
  }
  .sm-header-nav-wrap.stuckElement {
    z-index: auto !important;
  }
  .minicart-wrapper .block.block-minicart {
    z-index: 1000;
  }
  html.rtl .sm-header_customer-menu-toggle {
    right: auto;
    left: 84px;
  }
  html.rtl .minicart-wrapper .action.showcart {
    right: auto;
    left: 0;
  }
  html.rtl .block-search .search .label {
    right: auto;
    left: 140px;
  }
  html.rtl .block-search .search .label.open {
    left: 0;
  }
  html.rtl .sm-header_customer-menu.ui-dialog-content {
    text-align: right;
    transform: translateX(-100vw);
  }
  html.rtl .sm-header_customer-menu-container.open .sm-header_customer-menu.ui-dialog-content {
    transform: translateX(0);
  }
  html.rtl .sm-header_customer-menu-wrap.ui-dialog {
    right: auto;
    left: 0;
  }
  html.rtl .sm-header_customer-menu-wrap.ui-dialog .switcher .dropdown.switcher-dropdown a {
    padding-right: 8px;
    padding-left: 0;
  }
  html.rtl .minicart-wrapper .block-minicart {
    right: auto;
    left: 0;
    text-align: right;
    transform: translateX(-100vw);
  }
  html.rtl .minicart-wrapper.active .block-minicart {
    transform: translateX(0);
  }
  .modal-popup._inner-scroll {
    z-index: 1001 !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);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: translateX(100%);
    transition: 0.3s ease-in-out;
    width: 270px;
  }
  .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;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  .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-right: 1rem;
    margin-left: 0;
  }
  .footer-panel .social-links {
    margin-bottom: 12px;
  }
  .tm-logo-container {
    float: none;
  }
  .block-search #search_mini_form,
  .block-search #search_mini_form > .search {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    padding: 0;
    margin: 0;
  }
  .block-search #search_mini_form .search .control {
    display: none;
    border: none;
    clear: none;
    margin: 0;
    padding: 0;
  }
  .block-search #search_mini_form .ui-dialog-buttonpane {
    display: none;
  }
  .block-search .search .label {
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    display: block;
    position: fixed;
    z-index: 11;
    top: 0;
    right: 122px;
    width: 56px;
    height: 56px;
    background: transparent;
  }
  .block-search .search .label:before,
  .block-search .search .label:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    font-family: 'theme-icons';
    color: #ffffff;
    font-size: 22px;
    line-height: 56px;
    transition: .3s ease;
  }
  .block-search .search .label:before {
    content: "\ec22";
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) scale(1);
  }
  .block-search .search .label:after {
    content: "\ec2a";
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg) scale(0);
  }
  .block-search .search .label.open:before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(0);
  }
  .block-search .search .label.open:after {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) scale(1);
  }
  .block-search .search .label:after {
    color: #a9a9a9;
  }
  .block-search .search .label span {
    display: none;
  }
  .block-search .search .label.open {
    right: 0;
    z-index: 99;
    transition: right .3s ease;
  }
  .block-search .search .label.open:hover:after {
    color: #d02223;
  }
  .block-search .field.search > .search-control_wrapper {
    position: fixed;
    z-index: 10;
    left: auto;
    top: 0;
    right: 112px;
    width: 0;
    height: 56px;
    transition: .3s ease;
  }
  .block-search .field.search > .search-control_wrapper > .control {
    height: 100%;
  }
  .block-search .field.search > .search-control_wrapper input {
    border-radius: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: #ffffff;
    border: none;
    font-size: 12px;
    line-height: 14px;
    padding: 16px 0 16px 0;
    position: static;
    left: auto;
    margin: 0;
    transition: .3s ease;
  }
  .block-search #search_mini_form .search.open .search-control_wrapper {
    right: 0;
    left: 0;
    width: auto;
    z-index: 97;
  }
  .block-search #search_mini_form .search.open .search-control_wrapper input {
    padding: 16px 112px 16px 16px;
  }
  .block-search form button.action.search,
  .block-search form .cart.table-wrapper .actions-toolbar > .action.action.search,
  .block-search form .action-gift.action.search {
    background: transparent;
    color: #000000;
    line-height: 56px;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    z-index: 59;
    right: 56px;
    top: -56px;
    width: 56px;
    height: 56px;
    opacity: 0;
  }
  .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: "\ea66";
    display: inline-block;
    font-family: 'theme-icons';
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
  }
  .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: 20px;
  }
  .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 .field.search.open + .actions .action.search[disabled] {
    opacity: 0;
    top: -56px;
    z-index: 59;
  }
  .block-search .field.search.open + .actions button.action.search,
  .block-search .field.search.open + .actions .cart.table-wrapper .actions-toolbar > .action.action.search,
  .block-search .field.search.open + .actions .action-gift.action.search {
    top: 0;
    opacity: 1;
    z-index: 99;
  }
  .block-search .field.search.open + .actions button.action.search:before,
  .block-search .field.search.open + .actions .cart.table-wrapper .actions-toolbar > .action.action.search:before,
  .block-search .field.search.open + .actions .action-gift.action.search:before {
    color: #000000;
  }
  .block-search .field.search.open + .actions button.action.search:hover,
  .block-search .field.search.open + .actions .cart.table-wrapper .actions-toolbar > .action.action.search:hover,
  .block-search .field.search.open + .actions .action-gift.action.search:hover {
    color: #000000;
  }
  html.rtl .block-search #search_mini_form .search.open .search-control_wrapper input {
    padding-right: 30px;
    padding-left: 112px;
  }
  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,
  html.rtl .block-search form .cart.table-wrapper .actions-toolbar > .action.action.search,
  html.rtl .block-search form .action-gift.action.search,
  html.rtl .block-search form .action-gift.action.search {
    right: auto;
    left: 56px;
  }
  .footer-col {
    padding: 8px 0;
  }
  .footer-col h4 {
    cursor: pointer;
    font-size: 20px;
    position: relative;
    font-weight: 700;
    box-sizing: border-box;
    padding-right: 26px;
    margin-bottom: 0;
  }
  .footer-col h4:before {
    content: "\e926";
    display: inline-block;
    font-family: 'theme-icons';
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
  }
  .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;
    border: 1px solid;
  }
  .footer-col h4.active:before {
    content: "\e929";
  }
  .footer-col .footer-col-content {
    display: none;
    margin-top: 15px;
  }
  html.rtl .footer-col h4 {
    padding-right: 0;
    padding-left: 26px;
  }
  html.rtl .footer-col h4:before {
    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;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .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%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .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: 12.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: 31.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: 6.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: 12.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: 25px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 25px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 6.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: 25px;
  }
  .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;
  }
  .block-search {
    margin-top: 12.5px;
  }
  .minicart-wrapper {
    margin-top: 12.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;
    margin-left: 0;
  }
  .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 42.5px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 41.5px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 12.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: 25px;
    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;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 25px;
  }
  .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: 6.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: 50px;
  }
  .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: 31.25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 31.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;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@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-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .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.8;
    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: inherit;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    text-decoration: underline;
  }
  .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: 12.5px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 25px 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: 31.25px;
    padding-right: 31.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: 31.25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 50px;
    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: 230px;
  }
  .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;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 25px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
}
.page-header {
  border-bottom: 0.5rem solid #d02223;
}
.page-header .header-top {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.page-header .header-top .container {
  flex-grow: 1;
  margin-left: 0;
}
.page-header .header-top .container .link.compare {
  margin-left: 0rem;
}
.page-header .header-switchers {
  height: 2rem;
  margin-left: auto;
}
.page-header .header-switchers .switcher {
  padding: 0 16px;
}
.page-header .header-switchers .switcher .options .action.toggle.active {
  color: #ffffff;
}
.page-header .header-switchers .switcher .options .action.toggle:hover {
  color: #000000;
}
.page-header .header-switchers .switcher .options .action.toggle:after {
  color: #ffffff;
}
.page-header .header-switchers .switcher .options ul.dropdown:after {
  border-color: transparent transparent #ffffff transparent;
}
.page-header .customer-account .customer-name {
  color: #000000;
  font-weight: 600;
}
.page-header .minicart-wrapper .block-minicart:after {
  border-color: transparent transparent #ffffff transparent;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
  min-width: 320px;
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1554px) {
  .container {
    max-width: 1554px;
  }
}
@media (min-width: 2000px) {
  .container {
    max-width: 2000px;
  }
}
.row,
.product-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
  margin-right: -17px;
  box-sizing: border-box;
}
[class*='col-xxs-'] {
  position: relative;
  width: 100%;
  padding-right: 17px;
  padding-left: 17px;
  box-sizing: border-box;
}
[class*='col-xs-'] {
  position: relative;
  width: 100%;
  padding-right: 17px;
  padding-left: 17px;
  box-sizing: border-box;
}
[class*='col-m-'] {
  position: relative;
  width: 100%;
  padding-right: 17px;
  padding-left: 17px;
  box-sizing: border-box;
}
[class*='col-l-'] {
  position: relative;
  width: 100%;
  padding-right: 17px;
  padding-left: 17px;
  box-sizing: border-box;
}
[class*='col-xl-'] {
  position: relative;
  width: 100%;
  padding-right: 17px;
  padding-left: 17px;
  box-sizing: border-box;
}
[class*='col-xxl-'] {
  position: relative;
  width: 100%;
  padding-right: 17px;
  padding-left: 17px;
  box-sizing: border-box;
}
[class*='col-xxxl-'] {
  position: relative;
  width: 100%;
  padding-right: 17px;
  padding-left: 17px;
  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: 768px) {
  .col-m-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-m-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-m-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .col-m-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (min-width: 768px) {
  .col-m-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .col-m-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .col-m-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .col-m-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .col-m-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .col-m-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .col-m-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .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: 1554px) {
  .col-xxl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-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: 768px) {
  .col-m-preffix-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-m-preffix-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-m-preffix-10 {
    margin-left: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .col-m-preffix-9 {
    margin-left: 75%;
  }
}
@media (min-width: 768px) {
  .col-m-preffix-8 {
    margin-left: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .col-m-preffix-7 {
    margin-left: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .col-m-preffix-6 {
    margin-left: 50%;
  }
}
@media (min-width: 768px) {
  .col-m-preffix-5 {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .col-m-preffix-4 {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .col-m-preffix-3 {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .col-m-preffix-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .col-m-preffix-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .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: 1554px) {
  .col-xxl-preffix-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-preffix-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-preffix-10 {
    margin-left: 83.33333333%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-preffix-9 {
    margin-left: 75%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-preffix-8 {
    margin-left: 66.66666667%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-preffix-7 {
    margin-left: 58.33333333%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-preffix-6 {
    margin-left: 50%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-preffix-5 {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-preffix-4 {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-preffix-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-preffix-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-preffix-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1554px) {
  .col-xxl-preffix-0 {
    margin-left: 0%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-preffix-12 {
    margin-left: 100%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-preffix-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-preffix-10 {
    margin-left: 83.33333333%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-preffix-9 {
    margin-left: 75%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-preffix-8 {
    margin-left: 66.66666667%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-preffix-7 {
    margin-left: 58.33333333%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-preffix-6 {
    margin-left: 50%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-preffix-5 {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-preffix-4 {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-preffix-3 {
    margin-left: 25%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-preffix-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-preffix-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 2000px) {
  .col-xxxl-preffix-0 {
    margin-left: 0%;
  }
}
@font-face {
  font-family: 'theme-icons';
  src: url('../../frontend/Amr/default/en_CA/fonts/theme-icons/theme-icons.woff2') format('woff2'), url('../../frontend/Amr/default/en_CA/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-add22:before {
  content: "\e000";
}
.themeicon-back67:before {
  content: "\e001";
}
.themeicon-basket38:before {
  content: "\e002";
}
.themeicon-basket39:before {
  content: "\e003";
}
.themeicon-bell74:before {
  content: "\e004";
}
.themeicon-bookmark1:before {
  content: "\e005";
}
.themeicon-bookmarks5:before {
  content: "\e006";
}
.themeicon-briefcase74:before {
  content: "\e007";
}
.themeicon-calendar191:before {
  content: "\e008";
}
.themeicon-camera126:before {
  content: "\e009";
}
.themeicon-compass116:before {
  content: "\e00a";
}
.themeicon-cup69:before {
  content: "\e00b";
}
.themeicon-dashboard1:before {
  content: "\e00c";
}
.themeicon-deleted:before {
  content: "\e00d";
}
.themeicon-done1:before {
  content: "\e00e";
}
.themeicon-download188:before {
  content: "\e00f";
}
.themeicon-download189:before {
  content: "\e010";
}
.themeicon-download191:before {
  content: "\e011";
}
.themeicon-email129:before {
  content: "\e012";
}
.themeicon-exit21:before {
  content: "\e013";
}
.themeicon-fastforwardbutton1:before {
  content: "\e014";
}
.themeicon-fastforwardbutton:before {
  content: "\e015";
}
.themeicon-file117:before {
  content: "\e016";
}
.themeicon-folder267:before {
  content: "\e017";
}
.themeicon-garbage18:before {
  content: "\e018";
}
.themeicon-graphic51:before {
  content: "\e019";
}
.themeicon-heart369:before {
  content: "\e01a";
}
.themeicon-house202:before {
  content: "\e01b";
}
.themeicon-link74:before {
  content: "\e01c";
}
.themeicon-list7:before {
  content: "\e01d";
}
.themeicon-magnifyingglass25:before {
  content: "\e01e";
}
.themeicon-memory4:before {
  content: "\e01f";
}
.themeicon-menu8:before {
  content: "\e020";
}
.themeicon-microphone109:before {
  content: "\e021";
}
.themeicon-more23:before {
  content: "\e022";
}
.themeicon-musicplayer20:before {
  content: "\e023";
}
.themeicon-notebook94:before {
  content: "\e024";
}
.themeicon-padlock85:before {
  content: "\e025";
}
.themeicon-picture51:before {
  content: "\e026";
}
.themeicon-piechart11:before {
  content: "\e027";
}
.themeicon-pin75:before {
  content: "\e028";
}
.themeicon-play126:before {
  content: "\e029";
}
.themeicon-power7:before {
  content: "\e02a";
}
.themeicon-random9:before {
  content: "\e02b";
}
.themeicon-refresh7:before {
  content: "\e02c";
}
.themeicon-repeat:before {
  content: "\e02d";
}
.themeicon-rewind6:before {
  content: "\e02e";
}
.themeicon-settings71:before {
  content: "\e02f";
}
.themeicon-share48:before {
  content: "\e030";
}
.themeicon-share52:before {
  content: "\e031";
}
.themeicon-sound1:before {
  content: "\e032";
}
.themeicon-speechbubble25:before {
  content: "\e033";
}
.themeicon-support:before {
  content: "\e034";
}
.themeicon-tag7:before {
  content: "\e035";
}
.themeicon-target61:before {
  content: "\e036";
}
.themeicon-till:before {
  content: "\e037";
}
.themeicon-timer4:before {
  content: "\e038";
}
.themeicon-transit11:before {
  content: "\e039";
}
.themeicon-user14:before {
  content: "\e03a";
}
.themeicon-user15:before {
  content: "\e03b";
}
.themeicon-video194:before {
  content: "\e03c";
}
.themeicon-view:before {
  content: "\e03d";
}
.themeicon-volumecontrol3:before {
  content: "\e03e";
}
.themeicon-whiteflag:before {
  content: "\e03f";
}
.themeicon-writingtool1:before {
  content: "\e040";
}
.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-home:before {
  content: "\e905";
}
.themeicon-bathtub:before {
  content: "\e906";
}
.themeicon-toothbrush:before {
  content: "\e907";
}
.themeicon-bed:before {
  content: "\e908";
}
.themeicon-couch:before {
  content: "\e909";
}
.themeicon-chair:before {
  content: "\e90a";
}
.themeicon-city:before {
  content: "\e90b";
}
.themeicon-apartment:before {
  content: "\e90c";
}
.themeicon-pencil:before {
  content: "\e90d";
}
.themeicon-home4:before {
  content: "\e90e";
}
.themeicon-pen:before {
  content: "\e90f";
}
.themeicon-pencil3:before {
  content: "\e910";
}
.themeicon-eraser:before {
  content: "\e911";
}
.themeicon-pencil5:before {
  content: "\e913";
}
.themeicon-feather:before {
  content: "\e914";
}
.themeicon-arrows-1_download:before {
  content: "\e916";
}
.themeicon-feather3:before {
  content: "\e917";
}
.themeicon-pen2:before {
  content: "\e918";
}
.themeicon-blog:before {
  content: "\e91c";
}
.themeicon-brush:before {
  content: "\e91d";
}
.themeicon-brush2:before {
  content: "\e91e";
}
.themeicon-spray:before {
  content: "\e91f";
}
.themeicon-paint-roller:before {
  content: "\e920";
}
.themeicon-stamp:before {
  content: "\e921";
}
.themeicon-tape:before {
  content: "\e922";
}
.themeicon-desk-tape:before {
  content: "\e923";
}
.themeicon-eye-dropper:before {
  content: "\e925";
}
.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-palette:before {
  content: "\e92a";
}
.themeicon-color-sampler:before {
  content: "\e92b";
}
.themeicon-bucket:before {
  content: "\e92c";
}
.themeicon-arrows-1_refresh-69:before {
  content: "\e92d";
}
.themeicon-magic-wand:before {
  content: "\e92e";
}
.themeicon-magnet:before {
  content: "\e92f";
}
.themeicon-pencil-ruler:before {
  content: "\e930";
}
.themeicon-pencil-ruler2:before {
  content: "\e931";
}
.themeicon-compass:before {
  content: "\e932";
}
.themeicon-gun:before {
  content: "\e933";
}
.themeicon-bottle:before {
  content: "\e934";
}
.themeicon-drop2:before {
  content: "\e935";
}
.themeicon-snow:before {
  content: "\e936";
}
.themeicon-snow2:before {
  content: "\e937";
}
.themeicon-arrows-1_simple-right:before {
  content: "\e939";
}
.themeicon-lighter:before {
  content: "\e93a";
}
.themeicon-knife:before {
  content: "\e93b";
}
.themeicon-dagger:before {
  content: "\e93c";
}
.themeicon-tissue:before {
  content: "\e93d";
}
.themeicon-toilet-paper:before {
  content: "\e93e";
}
.themeicon-poop:before {
  content: "\e93f";
}
.themeicon-umbrella:before {
  content: "\e940";
}
.themeicon-umbrella2:before {
  content: "\e941";
}
.themeicon-tornado:before {
  content: "\e942";
}
.themeicon-fan:before {
  content: "\e944";
}
.themeicon-sun-small:before {
  content: "\e946";
}
.themeicon-sun:before {
  content: "\e947";
}
.themeicon-moon:before {
  content: "\e949";
}
.themeicon-cloud:before {
  content: "\e94a";
}
.themeicon-arrows-1_tail-triangle-left:before {
  content: "\e94b";
}
.themeicon-arrows-1_tail-triangle-right:before {
  content: "\e94c";
}
.themeicon-cloud-rain:before {
  content: "\e94d";
}
.themeicon-cloud-hailstones:before {
  content: "\e94e";
}
.themeicon-cloud-snow:before {
  content: "\e94f";
}
.themeicon-cloud-windy:before {
  content: "\e950";
}
.themeicon-sun-wind:before {
  content: "\e951";
}
.themeicon-cloud-sun:before {
  content: "\e953";
}
.themeicon-cloud-lightning:before {
  content: "\e954";
}
.themeicon-cloud-sync:before {
  content: "\e955";
}
.themeicon-cloud-gear:before {
  content: "\e957";
}
.themeicon-database:before {
  content: "\e95d";
}
.themeicon-server:before {
  content: "\e966";
}
.themeicon-shield:before {
  content: "\e967";
}
.themeicon-shield-check:before {
  content: "\e968";
}
.themeicon-shield-alert:before {
  content: "\e969";
}
.themeicon-shield-cross:before {
  content: "\e96a";
}
.themeicon-lock:before {
  content: "\e96b";
}
.themeicon-key:before {
  content: "\e96e";
}
.themeicon-key-hole:before {
  content: "\e96f";
}
.themeicon-cog:before {
  content: "\e972";
}
.themeicon-wrench:before {
  content: "\e974";
}
.themeicon-screwdriver:before {
  content: "\e975";
}
.themeicon-hammer-wrench:before {
  content: "\e976";
}
.themeicon-hammer:before {
  content: "\e977";
}
.themeicon-saw:before {
  content: "\e978";
}
.themeicon-axe:before {
  content: "\e979";
}
.themeicon-axe2:before {
  content: "\e97a";
}
.themeicon-shovel:before {
  content: "\e97b";
}
.themeicon-pickaxe:before {
  content: "\e97c";
}
.themeicon-factory:before {
  content: "\e97d";
}
.themeicon-recycle:before {
  content: "\e97f";
}
.themeicon-trash:before {
  content: "\e980";
}
.themeicon-trash2:before {
  content: "\e981";
}
.themeicon-trash3:before {
  content: "\e982";
}
.themeicon-broom:before {
  content: "\e983";
}
.themeicon-game:before {
  content: "\e984";
}
.themeicon-gamepad:before {
  content: "\e985";
}
.themeicon-joystick:before {
  content: "\e986";
}
.themeicon-dice:before {
  content: "\e987";
}
.themeicon-spades:before {
  content: "\e988";
}
.themeicon-diamonds:before {
  content: "\e989";
}
.themeicon-clubs:before {
  content: "\e98a";
}
.themeicon-hearts:before {
  content: "\e98b";
}
.themeicon-heart:before {
  content: "\e98c";
}
.themeicon-star:before {
  content: "\e98d";
}
.themeicon-flag:before {
  content: "\e990";
}
.themeicon-flag2:before {
  content: "\e991";
}
.themeicon-mailbox-full:before {
  content: "\e993";
}
.themeicon-mailbox-empty:before {
  content: "\e994";
}
.themeicon-at-sign:before {
  content: "\e995";
}
.themeicon-envelope:before {
  content: "\e996";
}
.themeicon-envelope-open:before {
  content: "\e997";
}
.themeicon-paperclip:before {
  content: "\e998";
}
.themeicon-paper-plane:before {
  content: "\e999";
}
.themeicon-box:before {
  content: "\e99f";
}
.themeicon-archive:before {
  content: "\e9a0";
}
.themeicon-archive2:before {
  content: "\e9a1";
}
.themeicon-drawers:before {
  content: "\e9a2";
}
.themeicon-drawers2:before {
  content: "\e9a3";
}
.themeicon-drawers3:before {
  content: "\e9a4";
}
.themeicon-eye:before {
  content: "\e9a5";
}
.themeicon-binoculars:before {
  content: "\e9a9";
}
.themeicon-floppy-disk:before {
  content: "\e9ae";
}
.themeicon-disc:before {
  content: "\e9af";
}
.themeicon-tape2:before {
  content: "\e9b0";
}
.themeicon-arrows-e_circle-e-right-01:before {
  content: "\e9b1";
}
.themeicon-arrows-e_circle-e-right-09:before {
  content: "\e9b2";
}
.themeicon-printer:before {
  content: "\e9b3";
}
.themeicon-shredder:before {
  content: "\e9b4";
}
.themeicon-file-empty:before {
  content: "\e9b5";
}
.themeicon-files:before {
  content: "\e9b7";
}
.themeicon-copy:before {
  content: "\e9b8";
}
.themeicon-folder:before {
  content: "\e9ba";
}
.themeicon-folder-star:before {
  content: "\e9c0";
}
.themeicon-folder-heart:before {
  content: "\e9c1";
}
.themeicon-folder-user:before {
  content: "\e9c2";
}
.themeicon-folder-music:before {
  content: "\e9c4";
}
.themeicon-folder-picture:before {
  content: "\e9c5";
}
.themeicon-scissors:before {
  content: "\e9c7";
}
.themeicon-paste:before {
  content: "\e9c8";
}
.themeicon-clipboard-empty:before {
  content: "\e9c9";
}
.themeicon-clipboard-pencil:before {
  content: "\e9ca";
}
.themeicon-clipboard-text:before {
  content: "\e9cb";
}
.themeicon-clipboard-check:before {
  content: "\e9cc";
}
.themeicon-register:before {
  content: "\e9d1";
}
.themeicon-reading:before {
  content: "\e9d6";
}
.themeicon-typewriter:before {
  content: "\e9d7";
}
.themeicon-document:before {
  content: "\e9d8";
}
.themeicon-document2:before {
  content: "\e9d9";
}
.themeicon-graduation-hat:before {
  content: "\e9da";
}
.themeicon-license:before {
  content: "\e9db";
}
.themeicon-medal-empty:before {
  content: "\e9dd";
}
.themeicon-trophy:before {
  content: "\e9e2";
}
.themeicon-trophy2:before {
  content: "\e9e3";
}
.themeicon-music-note:before {
  content: "\e9e4";
}
.themeicon-music-note3:before {
  content: "\e9e6";
}
.themeicon-playlist:before {
  content: "\e9e7";
}
.themeicon-guitar:before {
  content: "\e9e9";
}
.themeicon-trumpet:before {
  content: "\e9ea";
}
.themeicon-album:before {
  content: "\e9eb";
}
.themeicon-repeat1:before {
  content: "\e9ee";
}
.themeicon-headphones:before {
  content: "\e9ef";
}
.themeicon-headset:before {
  content: "\e9f0";
}
.themeicon-loudspeaker:before {
  content: "\e9f1";
}
.themeicon-equalizer:before {
  content: "\e9f2";
}
.themeicon-theater:before {
  content: "\e9f3";
}
.themeicon-3d-glasses:before {
  content: "\e9f4";
}
.themeicon-presentation:before {
  content: "\e9f6";
}
.themeicon-play:before {
  content: "\e9f7";
}
.themeicon-film-play:before {
  content: "\e9f8";
}
.themeicon-media:before {
  content: "\e9fa";
}
.themeicon-film:before {
  content: "\e9fb";
}
.themeicon-surveillance:before {
  content: "\e9fd";
}
.themeicon-surveillance2:before {
  content: "\e9fe";
}
.themeicon-camera:before {
  content: "\e9ff";
}
.themeicon-camera-play:before {
  content: "\ea01";
}
.themeicon-users_multiple-19:before {
  content: "\ea04";
}
.themeicon-camera2:before {
  content: "\ea05";
}
.themeicon-camera-flip:before {
  content: "\ea06";
}
.themeicon-shutter:before {
  content: "\ea08";
}
.themeicon-picture:before {
  content: "\ea0e";
}
.themeicon-picture2:before {
  content: "\ea0f";
}
.themeicon-picture3:before {
  content: "\ea10";
}
.themeicon-book:before {
  content: "\ea12";
}
.themeicon-audio-book:before {
  content: "\ea13";
}
.themeicon-book2:before {
  content: "\ea14";
}
.themeicon-ui-1_bold-remove:before {
  content: "\ea18";
}
.themeicon-library2:before {
  content: "\ea19";
}
.themeicon-contacts:before {
  content: "\ea1a";
}
.themeicon-profile:before {
  content: "\ea1b";
}
.themeicon-portrait:before {
  content: "\ea1c";
}
.themeicon-user:before {
  content: "\ea1e";
}
.themeicon-ui-1_check-circle-08:before {
  content: "\ea1f";
}
.themeicon-user-lock:before {
  content: "\ea21";
}
.themeicon-ui-1_check:before {
  content: "\ea25";
}
.themeicon-woman:before {
  content: "\ea27";
}
.themeicon-man:before {
  content: "\ea28";
}
.themeicon-baby:before {
  content: "\ea29";
}
.themeicon-baby2:before {
  content: "\ea2a";
}
.themeicon-baby-bottle:before {
  content: "\ea2c";
}
.themeicon-walk:before {
  content: "\ea2d";
}
.themeicon-woman2:before {
  content: "\ea31";
}
.themeicon-man2:before {
  content: "\ea32";
}
.themeicon-man-woman:before {
  content: "\ea33";
}
.themeicon-weight:before {
  content: "\ea35";
}
.themeicon-scale:before {
  content: "\ea36";
}
.themeicon-button:before {
  content: "\ea37";
}
.themeicon-bow-tie:before {
  content: "\ea38";
}
.themeicon-ui-1_email-83:before {
  content: "\ea39";
}
.themeicon-ui-1_email-84:before {
  content: "\ea3a";
}
.themeicon-tie:before {
  content: "\ea3b";
}
.themeicon-socks:before {
  content: "\ea3c";
}
.themeicon-shoe:before {
  content: "\ea3d";
}
.themeicon-shoes:before {
  content: "\ea3e";
}
.themeicon-hat:before {
  content: "\ea3f";
}
.themeicon-ui-1_home-51:before {
  content: "\ea40";
}
.themeicon-pants:before {
  content: "\ea41";
}
.themeicon-shorts:before {
  content: "\ea42";
}
.themeicon-flip-flops:before {
  content: "\ea43";
}
.themeicon-shirt:before {
  content: "\ea44";
}
.themeicon-hanger:before {
  content: "\ea45";
}
.themeicon-laundry:before {
  content: "\ea46";
}
.themeicon-store:before {
  content: "\ea47";
}
.themeicon-haircut:before {
  content: "\ea48";
}
.themeicon-store-24:before {
  content: "\ea49";
}
.themeicon-cashier:before {
  content: "\ea4a";
}
.themeicon-bag:before {
  content: "\ea4b";
}
.themeicon-cart:before {
  content: "\ea4d";
}
.themeicon-wallet:before {
  content: "\ea58";
}
.themeicon-credit-card:before {
  content: "\ea59";
}
.themeicon-ui-1_simple-remove:before {
  content: "\ea5c";
}
.themeicon-ui-1_trash-simple:before {
  content: "\ea5d";
}
.themeicon-bag-dollar:before {
  content: "\ea5e";
}
.themeicon-bag-euro:before {
  content: "\ea5f";
}
.themeicon-bag-pound:before {
  content: "\ea60";
}
.themeicon-bag-yen:before {
  content: "\ea61";
}
.themeicon-ui-1_zoom:before {
  content: "\ea66";
}
.themeicon-calculator:before {
  content: "\ea67";
}
.themeicon-calculator2:before {
  content: "\ea68";
}
.themeicon-abacus:before {
  content: "\ea69";
}
.themeicon-vault:before {
  content: "\ea6a";
}
.themeicon-telephone:before {
  content: "\ea6b";
}
.themeicon-telephone2:before {
  content: "\ea77";
}
.themeicon-pushpin:before {
  content: "\ea78";
}
.themeicon-pushpin2:before {
  content: "\ea79";
}
.themeicon-ui-2_chat-content:before {
  content: "\ea7a";
}
.themeicon-map-marker:before {
  content: "\ea7b";
}
.themeicon-ui-2_chat:before {
  content: "\ea7d";
}
.themeicon-location:before {
  content: "\ea83";
}
.themeicon-ui-2_filter:before {
  content: "\ea86";
}
.themeicon-ui-2_grid-45:before {
  content: "\ea88";
}
.themeicon-calendar-full:before {
  content: "\ea89";
}
.themeicon-calendar-user:before {
  content: "\ea8c";
}
.themeicon-mouse:before {
  content: "\ea8d";
}
.themeicon-keyboard:before {
  content: "\ea91";
}
.themeicon-ui-2_menu-34:before {
  content: "\ea97";
}
.themeicon-screen:before {
  content: "\ea98";
}
.themeicon-aspect-ratio:before {
  content: "\ea99";
}
.themeicon-signal:before {
  content: "\ea9a";
}
.themeicon-ui-2_paragraph:before {
  content: "\ea9d";
}
.themeicon-ui-2_share:before {
  content: "\eaa0";
}
.themeicon-sim:before {
  content: "\eaa2";
}
.themeicon-flash-memory:before {
  content: "\eaa3";
}
.themeicon-usb-drive:before {
  content: "\eaa4";
}
.themeicon-phone:before {
  content: "\eaa5";
}
.themeicon-smartphone:before {
  content: "\eaa6";
}
.themeicon-smartphone-notification:before {
  content: "\eaa7";
}
.themeicon-smartphone-vibration:before {
  content: "\eaa8";
}
.themeicon-tablet:before {
  content: "\eaab";
}
.themeicon-tablet2:before {
  content: "\eaac";
}
.themeicon-laptop:before {
  content: "\eaad";
}
.themeicon-laptop-phone:before {
  content: "\eaae";
}
.themeicon-desktop:before {
  content: "\eaaf";
}
.themeicon-cable:before {
  content: "\eab3";
}
.themeicon-cable2:before {
  content: "\eab4";
}
.themeicon-tv:before {
  content: "\eab5";
}
.themeicon-radio:before {
  content: "\eab6";
}
.themeicon-remote-control:before {
  content: "\eab7";
}
.themeicon-power-switch:before {
  content: "\eab8";
}
.themeicon-power:before {
  content: "\eab9";
}
.themeicon-lamp:before {
  content: "\eabc";
}
.themeicon-flashlight:before {
  content: "\eabd";
}
.themeicon-lampshade:before {
  content: "\eabe";
}
.themeicon-cord:before {
  content: "\eabf";
}
.themeicon-outlet:before {
  content: "\eac0";
}
.themeicon-battery-power:before {
  content: "\eac1";
}
.themeicon-battery-empty:before {
  content: "\eac2";
}
.themeicon-battery-mid1:before {
  content: "\eac8";
}
.themeicon-battery-charging6:before {
  content: "\ead1";
}
.themeicon-heart-pulse:before {
  content: "\eae8";
}
.themeicon-syringe:before {
  content: "\eaea";
}
.themeicon-pills:before {
  content: "\eaeb";
}
.themeicon-transportation_truck-front:before {
  content: "\eaec";
}
.themeicon-first-aid:before {
  content: "\eaed";
}
.themeicon-lifebuoy:before {
  content: "\eaee";
}
.themeicon-bandage:before {
  content: "\eaef";
}
.themeicon-bandages:before {
  content: "\eaf0";
}
.themeicon-thermometer:before {
  content: "\eaf1";
}
.themeicon-microscope:before {
  content: "\eaf2";
}
.themeicon-brain:before {
  content: "\eaf3";
}
.themeicon-beaker:before {
  content: "\eaf4";
}
.themeicon-skull:before {
  content: "\eaf5";
}
.themeicon-bone:before {
  content: "\eaf6";
}
.themeicon-construction:before {
  content: "\eaf7";
}
.themeicon-construction-cone:before {
  content: "\eaf8";
}
.themeicon-pie-chart:before {
  content: "\eaf9";
}
.themeicon-chart-bars:before {
  content: "\eafc";
}
.themeicon-chart-settings:before {
  content: "\eafd";
}
.themeicon-cake:before {
  content: "\eafe";
}
.themeicon-gift:before {
  content: "\eaff";
}
.themeicon-balloon:before {
  content: "\eb00";
}
.themeicon-crown:before {
  content: "\eb04";
}
.themeicon-lotus:before {
  content: "\eb05";
}
.themeicon-diamond2:before {
  content: "\eb07";
}
.themeicon-diamond3:before {
  content: "\eb08";
}
.themeicon-diamond4:before {
  content: "\eb09";
}
.themeicon-teacup:before {
  content: "\eb0b";
}
.themeicon-teapot:before {
  content: "\eb0c";
}
.themeicon-glass:before {
  content: "\eb0d";
}
.themeicon-bottle2:before {
  content: "\eb0e";
}
.themeicon-glass-cocktail:before {
  content: "\eb0f";
}
.themeicon-glass2:before {
  content: "\eb10";
}
.themeicon-dinner:before {
  content: "\eb11";
}
.themeicon-chef:before {
  content: "\eb13";
}
.themeicon-scale2:before {
  content: "\eb14";
}
.themeicon-egg:before {
  content: "\eb15";
}
.themeicon-egg2:before {
  content: "\eb16";
}
.themeicon-eggs:before {
  content: "\eb17";
}
.themeicon-platter:before {
  content: "\eb18";
}
.themeicon-steak:before {
  content: "\eb19";
}
.themeicon-hamburger:before {
  content: "\eb1a";
}
.themeicon-hotdog:before {
  content: "\eb1b";
}
.themeicon-pizza:before {
  content: "\eb1c";
}
.themeicon-sausage:before {
  content: "\eb1d";
}
.themeicon-chicken:before {
  content: "\eb1e";
}
.themeicon-fish:before {
  content: "\eb1f";
}
.themeicon-carrot:before {
  content: "\eb20";
}
.themeicon-cheese:before {
  content: "\eb21";
}
.themeicon-bread:before {
  content: "\eb22";
}
.themeicon-ice-cream:before {
  content: "\eb23";
}
.themeicon-ice-cream2:before {
  content: "\eb24";
}
.themeicon-candy:before {
  content: "\eb25";
}
.themeicon-lollipop:before {
  content: "\eb26";
}
.themeicon-coffee-bean:before {
  content: "\eb27";
}
.themeicon-coffee-cup:before {
  content: "\eb28";
}
.themeicon-cherry:before {
  content: "\eb29";
}
.themeicon-grapes:before {
  content: "\eb2a";
}
.themeicon-citrus:before {
  content: "\eb2b";
}
.themeicon-apple:before {
  content: "\eb2c";
}
.themeicon-leaf:before {
  content: "\eb2d";
}
.themeicon-landscape:before {
  content: "\eb2e";
}
.themeicon-pine-tree:before {
  content: "\eb2f";
}
.themeicon-tree:before {
  content: "\eb30";
}
.themeicon-cactus:before {
  content: "\eb31";
}
.themeicon-paw:before {
  content: "\eb32";
}
.themeicon-footprint:before {
  content: "\eb33";
}
.themeicon-speed-fast:before {
  content: "\eb36";
}
.themeicon-rocket:before {
  content: "\eb37";
}
.themeicon-hammer2:before {
  content: "\eb38";
}
.themeicon-balance:before {
  content: "\eb39";
}
.themeicon-briefcase:before {
  content: "\eb3a";
}
.themeicon-luggage-weight:before {
  content: "\eb3b";
}
.themeicon-dolly:before {
  content: "\eb3c";
}
.themeicon-plane:before {
  content: "\eb3d";
}
.themeicon-helicopter:before {
  content: "\eb3f";
}
.themeicon-traffic-lights:before {
  content: "\eb40";
}
.themeicon-siren:before {
  content: "\eb41";
}
.themeicon-road:before {
  content: "\eb42";
}
.themeicon-engine:before {
  content: "\eb43";
}
.themeicon-oil-pressure:before {
  content: "\eb44";
}
.themeicon-coolant-temperature:before {
  content: "\eb45";
}
.themeicon-car-battery:before {
  content: "\eb46";
}
.themeicon-gas:before {
  content: "\eb47";
}
.themeicon-gallon:before {
  content: "\eb48";
}
.themeicon-transmission:before {
  content: "\eb49";
}
.themeicon-car:before {
  content: "\eb4a";
}
.themeicon-car-wash:before {
  content: "\eb4b";
}
.themeicon-bus:before {
  content: "\eb4d";
}
.themeicon-bus2:before {
  content: "\eb4e";
}
.themeicon-car2:before {
  content: "\eb4f";
}
.themeicon-taxi:before {
  content: "\eb52";
}
.themeicon-ambulance:before {
  content: "\eb56";
}
.themeicon-truck:before {
  content: "\eb57";
}
.themeicon-trailer:before {
  content: "\eb58";
}
.themeicon-train:before {
  content: "\eb5a";
}
.themeicon-ship:before {
  content: "\eb5b";
}
.themeicon-ship2:before {
  content: "\eb5c";
}
.themeicon-anchor:before {
  content: "\eb5d";
}
.themeicon-boat:before {
  content: "\eb5e";
}
.themeicon-bicycle:before {
  content: "\eb5f";
}
.themeicon-bicycle2:before {
  content: "\eb60";
}
.themeicon-dumbbell:before {
  content: "\eb61";
}
.themeicon-bench-press:before {
  content: "\eb62";
}
.themeicon-swim:before {
  content: "\eb63";
}
.themeicon-football:before {
  content: "\eb64";
}
.themeicon-baseball-bat:before {
  content: "\eb65";
}
.themeicon-baseball:before {
  content: "\eb66";
}
.themeicon-tennis:before {
  content: "\eb67";
}
.themeicon-tennis2:before {
  content: "\eb68";
}
.themeicon-ping-pong:before {
  content: "\eb69";
}
.themeicon-hockey:before {
  content: "\eb6a";
}
.themeicon-8ball:before {
  content: "\eb6b";
}
.themeicon-bowling:before {
  content: "\eb6c";
}
.themeicon-bowling-pins:before {
  content: "\eb6d";
}
.themeicon-golf:before {
  content: "\eb6e";
}
.themeicon-golf2:before {
  content: "\eb6f";
}
.themeicon-archery:before {
  content: "\eb70";
}
.themeicon-slingshot:before {
  content: "\eb71";
}
.themeicon-soccer:before {
  content: "\eb72";
}
.themeicon-basketball:before {
  content: "\eb73";
}
.themeicon-cube:before {
  content: "\eb74";
}
.themeicon-3d-rotate:before {
  content: "\eb75";
}
.themeicon-puzzle:before {
  content: "\eb76";
}
.themeicon-glasses:before {
  content: "\eb77";
}
.themeicon-glasses2:before {
  content: "\eb78";
}
.themeicon-accessibility:before {
  content: "\eb79";
}
.themeicon-wheelchair:before {
  content: "\eb7a";
}
.themeicon-wall:before {
  content: "\eb7b";
}
.themeicon-fence:before {
  content: "\eb7c";
}
.themeicon-wall2:before {
  content: "\eb7d";
}
.themeicon-icons:before {
  content: "\eb7e";
}
.themeicon-earth:before {
  content: "\eb84";
}
.themeicon-network:before {
  content: "\eb86";
}
.themeicon-planet:before {
  content: "\eb88";
}
.themeicon-happy:before {
  content: "\eb89";
}
.themeicon-smile:before {
  content: "\eb8a";
}
.themeicon-sad:before {
  content: "\eb8d";
}
.themeicon-tombstone:before {
  content: "\eba1";
}
.themeicon-ghost:before {
  content: "\eba2";
}
.themeicon-ghost-hipster:before {
  content: "\eba3";
}
.themeicon-halloween:before {
  content: "\eba4";
}
.themeicon-christmas:before {
  content: "\eba5";
}
.themeicon-easter-egg:before {
  content: "\eba6";
}
.themeicon-mustache2:before {
  content: "\eba7";
}
.themeicon-mustache-glasses:before {
  content: "\eba8";
}
.themeicon-pipe:before {
  content: "\eba9";
}
.themeicon-alarm:before {
  content: "\ebaa";
}
.themeicon-alarm-ringing:before {
  content: "\ebad";
}
.themeicon-bullhorn:before {
  content: "\ebae";
}
.themeicon-hearing:before {
  content: "\ebaf";
}
.themeicon-volume-high:before {
  content: "\ebb0";
}
.themeicon-volume-medium:before {
  content: "\ebb1";
}
.themeicon-shopping_cart-modern:before {
  content: "\ebb2";
}
.themeicon-lan:before {
  content: "\ebb5";
}
.themeicon-lan2:before {
  content: "\ebb6";
}
.themeicon-wifi:before {
  content: "\ebb7";
}
.themeicon-stream:before {
  content: "\ebc1";
}
.themeicon-satellite:before {
  content: "\ebc9";
}
.themeicon-satellite2:before {
  content: "\ebca";
}
.themeicon-mic:before {
  content: "\ebcb";
}
.themeicon-mic2:before {
  content: "\ebcd";
}
.themeicon-hourglass:before {
  content: "\ebcf";
}
.themeicon-education_hat:before {
  content: "\ebd8";
}
.themeicon-education_language:before {
  content: "\ebd9";
}
.themeicon-clock:before {
  content: "\ebe6";
}
.themeicon-clock2:before {
  content: "\ebe7";
}
.themeicon-watch:before {
  content: "\ebe9";
}
.themeicon-bug:before {
  content: "\ec0a";
}
.themeicon-file-image:before {
  content: "\ec0d";
}
.themeicon-file-preview:before {
  content: "\ec11";
}
.themeicon-link2:before {
  content: "\ec17";
}
.themeicon-share2:before {
  content: "\ec20";
}
.themeicon-magnifier:before {
  content: "\ec22";
}
.themeicon-cross:before {
  content: "\ec2a";
}
.themeicon-list:before {
  content: "\ec2c";
}
.themeicon-check:before {
  content: "\ec34";
}
.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-funnel:before {
  content: "\ec7c";
}
.themeicon-holidays_gift:before {
  content: "\ec8b";
}
.themeicon-health_heartbeat-16:before {
  content: "\eca6";
}
.themeicon-hand:before {
  content: "\ecbf";
}
.themeicon-pointer-up:before {
  content: "\ecc0";
}
.themeicon-files_archive-check:before {
  content: "\ed2f";
}
.themeicon-design_pen-01:before {
  content: "\edc3";
}
.themeicon-ui-3_funnel-39:before {
  content: "\ee7d";
}
.themeicon-ui-e_round-e-help:before {
  content: "\ee97";
}
.themeicon-notdef:before {
  content: "\e912";
}
.themeicon-glass1:before {
  content: "\f000";
}
.themeicon-music:before {
  content: "\f001";
}
.themeicon-search:before {
  content: "\f002";
}
.themeicon-envelope1:before {
  content: "\f003";
}
.themeicon-heart1:before {
  content: "\f004";
}
.themeicon-star1:before {
  content: "\f005";
}
.themeicon-star_empty:before {
  content: "\f006";
}
.themeicon-user1:before {
  content: "\f007";
}
.themeicon-film1:before {
  content: "\f008";
}
.themeicon-th_large:before {
  content: "\f009";
}
.themeicon-th:before {
  content: "\f00a";
}
.themeicon-th_list:before {
  content: "\f00b";
}
.themeicon-ok:before {
  content: "\f00c";
}
.themeicon-remove:before {
  content: "\f00d";
}
.themeicon-zoom_in:before {
  content: "\f00e";
}
.themeicon-zoom_out:before {
  content: "\f010";
}
.themeicon-off:before {
  content: "\f011";
}
.themeicon-signal1:before {
  content: "\f012";
}
.themeicon-cog1:before {
  content: "\f013";
}
.themeicon-trash1:before {
  content: "\f014";
}
.themeicon-home1:before {
  content: "\f015";
}
.themeicon-file_alt:before {
  content: "\f016";
}
.themeicon-time:before {
  content: "\f017";
}
.themeicon-road1:before {
  content: "\f018";
}
.themeicon-download_alt:before {
  content: "\f019";
}
.themeicon-download:before {
  content: "\f01a";
}
.themeicon-upload:before {
  content: "\f01b";
}
.themeicon-inbox:before {
  content: "\f01c";
}
.themeicon-play_circle:before {
  content: "\f01d";
}
.themeicon-repeat2:before {
  content: "\f01e";
}
.themeicon-refresh:before {
  content: "\f021";
}
.themeicon-list_alt:before {
  content: "\f022";
}
.themeicon-lock1:before {
  content: "\f023";
}
.themeicon-flag1:before {
  content: "\f024";
}
.themeicon-headphones1:before {
  content: "\f025";
}
.themeicon-volume_off:before {
  content: "\f026";
}
.themeicon-volume_down:before {
  content: "\f027";
}
.themeicon-volume_up:before {
  content: "\f028";
}
.themeicon-qrcode:before {
  content: "\f029";
}
.themeicon-barcode:before {
  content: "\f02a";
}
.themeicon-tag:before {
  content: "\f02b";
}
.themeicon-tags:before {
  content: "\f02c";
}
.themeicon-book1:before {
  content: "\f02d";
}
.themeicon-bookmark:before {
  content: "\f02e";
}
.themeicon-print:before {
  content: "\f02f";
}
.themeicon-camera1:before {
  content: "\f030";
}
.themeicon-font:before {
  content: "\f031";
}
.themeicon-bold:before {
  content: "\f032";
}
.themeicon-italic:before {
  content: "\f033";
}
.themeicon-text_height:before {
  content: "\f034";
}
.themeicon-text_width:before {
  content: "\f035";
}
.themeicon-align_left:before {
  content: "\f036";
}
.themeicon-align_center:before {
  content: "\f037";
}
.themeicon-align_right:before {
  content: "\f038";
}
.themeicon-align_justify:before {
  content: "\f039";
}
.themeicon-list1:before {
  content: "\f03a";
}
.themeicon-indent_left:before {
  content: "\f03b";
}
.themeicon-indent_right:before {
  content: "\f03c";
}
.themeicon-facetime_video:before {
  content: "\f03d";
}
.themeicon-picture1:before {
  content: "\f03e";
}
.themeicon-pencil1:before {
  content: "\f040";
}
.themeicon-map_marker:before {
  content: "\f041";
}
.themeicon-adjust:before {
  content: "\f042";
}
.themeicon-tint:before {
  content: "\f043";
}
.themeicon-edit:before {
  content: "\f044";
}
.themeicon-share:before {
  content: "\f045";
}
.themeicon-check1:before {
  content: "\f046";
}
.themeicon-move:before {
  content: "\f047";
}
.themeicon-step_backward:before {
  content: "\f048";
}
.themeicon-fast_backward:before {
  content: "\f049";
}
.themeicon-backward:before {
  content: "\f04a";
}
.themeicon-play1:before {
  content: "\f04b";
}
.themeicon-pause:before {
  content: "\f04c";
}
.themeicon-stop:before {
  content: "\f04d";
}
.themeicon-forward:before {
  content: "\f04e";
}
.themeicon-fast_forward:before {
  content: "\f050";
}
.themeicon-step_forward:before {
  content: "\f051";
}
.themeicon-eject:before {
  content: "\f052";
}
.themeicon-chevron_left:before {
  content: "\f053";
}
.themeicon-chevron_right:before {
  content: "\f054";
}
.themeicon-plus_sign:before {
  content: "\f055";
}
.themeicon-minus_sign:before {
  content: "\f056";
}
.themeicon-remove_sign:before {
  content: "\f057";
}
.themeicon-ok_sign:before {
  content: "\f058";
}
.themeicon-question_sign:before {
  content: "\f059";
}
.themeicon-info_sign:before {
  content: "\f05a";
}
.themeicon-screenshot:before {
  content: "\f05b";
}
.themeicon-remove_circle:before {
  content: "\f05c";
}
.themeicon-ok_circle:before {
  content: "\f05d";
}
.themeicon-ban_circle:before {
  content: "\f05e";
}
.themeicon-arrow_left:before {
  content: "\f060";
}
.themeicon-arrow_right:before {
  content: "\f061";
}
.themeicon-arrow_up:before {
  content: "\f062";
}
.themeicon-arrow_down:before {
  content: "\f063";
}
.themeicon-share_alt:before {
  content: "\f064";
}
.themeicon-resize_full:before {
  content: "\f065";
}
.themeicon-resize_small:before {
  content: "\f066";
}
.themeicon-plus1:before {
  content: "\f067";
}
.themeicon-minus1:before {
  content: "\f068";
}
.themeicon-asterisk:before {
  content: "\f069";
}
.themeicon-exclamation_sign:before {
  content: "\f06a";
}
.themeicon-gift1:before {
  content: "\f06b";
}
.themeicon-leaf1:before {
  content: "\f06c";
}
.themeicon-fire:before {
  content: "\f06d";
}
.themeicon-eye_open:before {
  content: "\f06e";
}
.themeicon-eye_close:before {
  content: "\f070";
}
.themeicon-warning_sign:before {
  content: "\f071";
}
.themeicon-plane1:before {
  content: "\f072";
}
.themeicon-calendar:before {
  content: "\f073";
}
.themeicon-random:before {
  content: "\f074";
}
.themeicon-comment:before {
  content: "\f075";
}
.themeicon-magnet1:before {
  content: "\f076";
}
.themeicon-chevron_up:before {
  content: "\f077";
}
.themeicon-chevron_down:before {
  content: "\f078";
}
.themeicon-retweet:before {
  content: "\f079";
}
.themeicon-shopping_cart:before {
  content: "\f07a";
}
.themeicon-folder_close:before {
  content: "\f07b";
}
.themeicon-folder_open:before {
  content: "\f07c";
}
.themeicon-resize_vertical:before {
  content: "\f07d";
}
.themeicon-resize_horizontal:before {
  content: "\f07e";
}
.themeicon-bar_chart:before {
  content: "\f080";
}
.themeicon-twitter_sign:before {
  content: "\f081";
}
.themeicon-facebook_sign:before {
  content: "\f082";
}
.themeicon-camera_retro:before {
  content: "\f083";
}
.themeicon-key1:before {
  content: "\f084";
}
.themeicon-cogs:before {
  content: "\f085";
}
.themeicon-comments:before {
  content: "\f086";
}
.themeicon-thumbs_up_alt:before {
  content: "\f087";
}
.themeicon-thumbs_down_alt:before {
  content: "\f088";
}
.themeicon-star_half:before {
  content: "\f089";
}
.themeicon-heart_empty:before {
  content: "\f08a";
}
.themeicon-signout:before {
  content: "\f08b";
}
.themeicon-linkedin_sign:before {
  content: "\f08c";
}
.themeicon-pushpin1:before {
  content: "\f08d";
}
.themeicon-external_link:before {
  content: "\f08e";
}
.themeicon-signin:before {
  content: "\f090";
}
.themeicon-trophy1:before {
  content: "\f091";
}
.themeicon-github_sign:before {
  content: "\f092";
}
.themeicon-upload_alt:before {
  content: "\f093";
}
.themeicon-lemon:before {
  content: "\f094";
}
.themeicon-phone1:before {
  content: "\f095";
}
.themeicon-check_empty:before {
  content: "\f096";
}
.themeicon-bookmark_empty:before {
  content: "\f097";
}
.themeicon-phone_sign:before {
  content: "\f098";
}
.themeicon-twitter:before {
  content: "\f099";
}
.themeicon-facebook:before {
  content: "\f09a";
}
.themeicon-github:before {
  content: "\f09b";
}
.themeicon-unlock:before {
  content: "\f09c";
}
.themeicon-credit_card:before {
  content: "\f09d";
}
.themeicon-rss:before {
  content: "\f09e";
}
.themeicon-hdd:before {
  content: "\f0a0";
}
.themeicon-bullhorn1:before {
  content: "\f0a1";
}
.themeicon-bell:before {
  content: "\f0a2";
}
.themeicon-certificate:before {
  content: "\f0a3";
}
.themeicon-hand_right:before {
  content: "\f0a4";
}
.themeicon-hand_left:before {
  content: "\f0a5";
}
.themeicon-hand_up:before {
  content: "\f0a6";
}
.themeicon-hand_down:before {
  content: "\f0a7";
}
.themeicon-circle_arrow_left:before {
  content: "\f0a8";
}
.themeicon-circle_arrow_right:before {
  content: "\f0a9";
}
.themeicon-circle_arrow_up:before {
  content: "\f0aa";
}
.themeicon-circle_arrow_down:before {
  content: "\f0ab";
}
.themeicon-globe:before {
  content: "\f0ac";
}
.themeicon-wrench1:before {
  content: "\f0ad";
}
.themeicon-tasks:before {
  content: "\f0ae";
}
.themeicon-filter:before {
  content: "\f0b0";
}
.themeicon-briefcase1:before {
  content: "\f0b1";
}
.themeicon-fullscreen:before {
  content: "\f0b2";
}
.themeicon-group:before {
  content: "\f0c0";
}
.themeicon-link:before {
  content: "\f0c1";
}
.themeicon-cloud1:before {
  content: "\f0c2";
}
.themeicon-beaker1:before {
  content: "\f0c3";
}
.themeicon-cut:before {
  content: "\f0c4";
}
.themeicon-copy1:before {
  content: "\f0c5";
}
.themeicon-paper_clip:before {
  content: "\f0c6";
}
.themeicon-save:before {
  content: "\f0c7";
}
.themeicon-sign_blank:before {
  content: "\f0c8";
}
.themeicon-reorder:before {
  content: "\f0c9";
}
.themeicon-ul:before {
  content: "\f0ca";
}
.themeicon-ol:before {
  content: "\f0cb";
}
.themeicon-strikethrough:before {
  content: "\f0cc";
}
.themeicon-underline:before {
  content: "\f0cd";
}
.themeicon-table:before {
  content: "\f0ce";
}
.themeicon-magic:before {
  content: "\f0d0";
}
.themeicon-truck1:before {
  content: "\f0d1";
}
.themeicon-pinterest:before {
  content: "\f0d2";
}
.themeicon-pinterest_sign:before {
  content: "\f0d3";
}
.themeicon-google_plus_sign:before {
  content: "\f0d4";
}
.themeicon-google_plus:before {
  content: "\f0d5";
}
.themeicon-money:before {
  content: "\f0d6";
}
.themeicon-caret_down:before {
  content: "\f0d7";
}
.themeicon-caret_up:before {
  content: "\f0d8";
}
.themeicon-caret_left:before {
  content: "\f0d9";
}
.themeicon-caret_right:before {
  content: "\f0da";
}
.themeicon-columns:before {
  content: "\f0db";
}
.themeicon-sort:before {
  content: "\f0dc";
}
.themeicon-sort_down:before {
  content: "\f0dd";
}
.themeicon-sort_up:before {
  content: "\f0de";
}
.themeicon-envelope_alt:before {
  content: "\f0e0";
}
.themeicon-linkedin:before {
  content: "\f0e1";
}
.themeicon-undo:before {
  content: "\f0e2";
}
.themeicon-legal:before {
  content: "\f0e3";
}
.themeicon-dashboard:before {
  content: "\f0e4";
}
.themeicon-comment_alt:before {
  content: "\f0e5";
}
.themeicon-comments_alt:before {
  content: "\f0e6";
}
.themeicon-bolt:before {
  content: "\f0e7";
}
.themeicon-sitemap:before {
  content: "\f0e8";
}
.themeicon-umbrella1:before {
  content: "\f0e9";
}
.themeicon-paste1:before {
  content: "\f0ea";
}
.themeicon-light_bulb:before {
  content: "\f0eb";
}
.themeicon-exchange:before {
  content: "\f0ec";
}
.themeicon-cloud_download:before {
  content: "\f0ed";
}
.themeicon-cloud_upload:before {
  content: "\f0ee";
}
.themeicon-user_md:before {
  content: "\f0f0";
}
.themeicon-stethoscope:before {
  content: "\f0f1";
}
.themeicon-suitcase:before {
  content: "\f0f2";
}
.themeicon-bell_alt:before {
  content: "\f0f3";
}
.themeicon-coffee:before {
  content: "\f0f4";
}
.themeicon-food:before {
  content: "\f0f5";
}
.themeicon-file_text_alt:before {
  content: "\f0f6";
}
.themeicon-building:before {
  content: "\f0f7";
}
.themeicon-hospital:before {
  content: "\f0f8";
}
.themeicon-ambulance1:before {
  content: "\f0f9";
}
.themeicon-medkit:before {
  content: "\f0fa";
}
.themeicon-fighter_jet:before {
  content: "\f0fb";
}
.themeicon-beer:before {
  content: "\f0fc";
}
.themeicon-h_sign:before {
  content: "\f0fd";
}
.themeicon-f0fe:before {
  content: "\f0fe";
}
.themeicon-double_angle_left:before {
  content: "\f100";
}
.themeicon-double_angle_right:before {
  content: "\f101";
}
.themeicon-double_angle_up:before {
  content: "\f102";
}
.themeicon-double_angle_down:before {
  content: "\f103";
}
.themeicon-angle_left:before {
  content: "\f104";
}
.themeicon-angle_right:before {
  content: "\f105";
}
.themeicon-angle_up:before {
  content: "\f106";
}
.themeicon-angle_down:before {
  content: "\f107";
}
.themeicon-desktop1:before {
  content: "\f108";
}
.themeicon-laptop1:before {
  content: "\f109";
}
.themeicon-tablet1:before {
  content: "\f10a";
}
.themeicon-mobile_phone:before {
  content: "\f10b";
}
.themeicon-circle_blank:before {
  content: "\f10c";
}
.themeicon-quote_left:before {
  content: "\f10d";
}
.themeicon-quote_right:before {
  content: "\f10e";
}
.themeicon-spinner:before {
  content: "\f110";
}
.themeicon-circle:before {
  content: "\f111";
}
.themeicon-reply:before {
  content: "\f112";
}
.themeicon-github_alt:before {
  content: "\f113";
}
.themeicon-folder_close_alt:before {
  content: "\f114";
}
.themeicon-folder_open_alt:before {
  content: "\f115";
}
.themeicon-smile1:before {
  content: "\f118";
}
.themeicon-frown:before {
  content: "\f119";
}
.themeicon-meh:before {
  content: "\f11a";
}
.themeicon-gamepad1:before {
  content: "\f11b";
}
.themeicon-keyboard1:before {
  content: "\f11c";
}
.themeicon-flag_alt:before {
  content: "\f11d";
}
.themeicon-flag_checkered:before {
  content: "\f11e";
}
.themeicon-terminal:before {
  content: "\f120";
}
.themeicon-code:before {
  content: "\f121";
}
.themeicon-reply_all:before {
  content: "\f122";
}
.themeicon-star_half_empty:before {
  content: "\f123";
}
.themeicon-location_arrow:before {
  content: "\f124";
}
.themeicon-crop:before {
  content: "\f125";
}
.themeicon-code_fork:before {
  content: "\f126";
}
.themeicon-unlink:before {
  content: "\f127";
}
.themeicon-question:before {
  content: "\f128";
}
.themeicon-_279:before {
  content: "\f129";
}
.themeicon-exclamation:before {
  content: "\f12a";
}
.themeicon-superscript:before {
  content: "\f12b";
}
.themeicon-subscript:before {
  content: "\f12c";
}
.themeicon-_283:before {
  content: "\f12d";
}
.themeicon-puzzle_piece:before {
  content: "\f12e";
}
.themeicon-microphone:before {
  content: "\f130";
}
.themeicon-microphone_off:before {
  content: "\f131";
}
.themeicon-shield1:before {
  content: "\f132";
}
.themeicon-calendar_empty:before {
  content: "\f133";
}
.themeicon-fire_extinguisher:before {
  content: "\f134";
}
.themeicon-rocket1:before {
  content: "\f135";
}
.themeicon-maxcdn:before {
  content: "\f136";
}
.themeicon-chevron_sign_left:before {
  content: "\f137";
}
.themeicon-chevron_sign_right:before {
  content: "\f138";
}
.themeicon-chevron_sign_up:before {
  content: "\f139";
}
.themeicon-chevron_sign_down:before {
  content: "\f13a";
}
.themeicon-html5:before {
  content: "\f13b";
}
.themeicon-css3:before {
  content: "\f13c";
}
.themeicon-anchor1:before {
  content: "\f13d";
}
.themeicon-unlock_alt:before {
  content: "\f13e";
}
.themeicon-bullseye:before {
  content: "\f140";
}
.themeicon-ellipsis_horizontal:before {
  content: "\f141";
}
.themeicon-ellipsis_vertical:before {
  content: "\f142";
}
.themeicon-_303:before {
  content: "\f143";
}
.themeicon-play_sign:before {
  content: "\f144";
}
.themeicon-ticket:before {
  content: "\f145";
}
.themeicon-minus_sign_alt:before {
  content: "\f146";
}
.themeicon-check_minus:before {
  content: "\f147";
}
.themeicon-level_up:before {
  content: "\f148";
}
.themeicon-level_down:before {
  content: "\f149";
}
.themeicon-check_sign:before {
  content: "\f14a";
}
.themeicon-edit_sign:before {
  content: "\f14b";
}
.themeicon-_312:before {
  content: "\f14c";
}
.themeicon-share_sign:before {
  content: "\f14d";
}
.themeicon-compass1:before {
  content: "\f14e";
}
.themeicon-collapse:before {
  content: "\f150";
}
.themeicon-collapse_top:before {
  content: "\f151";
}
.themeicon-_317:before {
  content: "\f152";
}
.themeicon-eur:before {
  content: "\f153";
}
.themeicon-gbp:before {
  content: "\f154";
}
.themeicon-usd:before {
  content: "\f155";
}
.themeicon-inr:before {
  content: "\f156";
}
.themeicon-jpy:before {
  content: "\f157";
}
.themeicon-rub:before {
  content: "\f158";
}
.themeicon-krw:before {
  content: "\f159";
}
.themeicon-btc:before {
  content: "\f15a";
}
.themeicon-file:before {
  content: "\f15b";
}
.themeicon-file_text:before {
  content: "\f15c";
}
.themeicon-sort_by_alphabet:before {
  content: "\f15d";
}
.themeicon-_329:before {
  content: "\f15e";
}
.themeicon-sort_by_attributes:before {
  content: "\f160";
}
.themeicon-sort_by_attributes_alt:before {
  content: "\f161";
}
.themeicon-sort_by_order:before {
  content: "\f162";
}
.themeicon-sort_by_order_alt:before {
  content: "\f163";
}
.themeicon-_334:before {
  content: "\f164";
}
.themeicon-_335:before {
  content: "\f165";
}
.themeicon-youtube_sign:before {
  content: "\f166";
}
.themeicon-youtube:before {
  content: "\f167";
}
.themeicon-xing:before {
  content: "\f168";
}
.themeicon-xing_sign:before {
  content: "\f169";
}
.themeicon-youtube_play:before {
  content: "\f16a";
}
.themeicon-dropbox:before {
  content: "\f16b";
}
.themeicon-stackexchange:before {
  content: "\f16c";
}
.themeicon-instagram:before {
  content: "\f16d";
}
.themeicon-flickr:before {
  content: "\f16e";
}
.themeicon-adn:before {
  content: "\f170";
}
.themeicon-f171:before {
  content: "\f171";
}
.themeicon-bitbucket_sign:before {
  content: "\f172";
}
.themeicon-tumblr:before {
  content: "\f173";
}
.themeicon-tumblr_sign:before {
  content: "\f174";
}
.themeicon-long_arrow_down:before {
  content: "\f175";
}
.themeicon-long_arrow_up:before {
  content: "\f176";
}
.themeicon-long_arrow_left:before {
  content: "\f177";
}
.themeicon-long_arrow_right:before {
  content: "\f178";
}
.themeicon-apple1:before {
  content: "\f179";
}
.themeicon-windows:before {
  content: "\f17a";
}
.themeicon-android:before {
  content: "\f17b";
}
.themeicon-linux:before {
  content: "\f17c";
}
.themeicon-dribble:before {
  content: "\f17d";
}
.themeicon-skype:before {
  content: "\f17e";
}
.themeicon-foursquare:before {
  content: "\f180";
}
.themeicon-trello:before {
  content: "\f181";
}
.themeicon-female:before {
  content: "\f182";
}
.themeicon-male:before {
  content: "\f183";
}
.themeicon-gittip:before {
  content: "\f184";
}
.themeicon-sun1:before {
  content: "\f185";
}
.themeicon-_366:before {
  content: "\f186";
}
.themeicon-archive1:before {
  content: "\f187";
}
.themeicon-bug1:before {
  content: "\f188";
}
.themeicon-vk:before {
  content: "\f189";
}
.themeicon-weibo:before {
  content: "\f18a";
}
.themeicon-renren:before {
  content: "\f18b";
}
.themeicon-_372:before {
  content: "\f18c";
}
.themeicon-stack_exchange:before {
  content: "\f18d";
}
.themeicon-_374:before {
  content: "\f18e";
}
.themeicon-arrow_circle_alt_left:before {
  content: "\f190";
}
.themeicon-_376:before {
  content: "\f191";
}
.themeicon-dot_circle_alt:before {
  content: "\f192";
}
.themeicon-_378:before {
  content: "\f193";
}
.themeicon-vimeo_square:before {
  content: "\f194";
}
.themeicon-_380:before {
  content: "\f195";
}
.themeicon-plus_square_o:before {
  content: "\f196";
}
.themeicon-_382:before {
  content: "\f197";
}
.themeicon-_383:before {
  content: "\f198";
}
.themeicon-_384:before {
  content: "\f199";
}
.themeicon-_385:before {
  content: "\f19a";
}
.themeicon-_386:before {
  content: "\f19b";
}
.themeicon-_387:before {
  content: "\f19c";
}
.themeicon-_388:before {
  content: "\f19d";
}
.themeicon-_389:before {
  content: "\f19e";
}
.themeicon-uniF1A0:before {
  content: "\f1a0";
}
.themeicon-f1a1:before {
  content: "\f1a1";
}
.themeicon-_392:before {
  content: "\f1a2";
}
.themeicon-_393:before {
  content: "\f1a3";
}
.themeicon-f1a4:before {
  content: "\f1a4";
}
.themeicon-_395:before {
  content: "\f1a5";
}
.themeicon-_396:before {
  content: "\f1a6";
}
.themeicon-_397:before {
  content: "\f1a7";
}
.themeicon-_398:before {
  content: "\f1a8";
}
.themeicon-_399:before {
  content: "\f1a9";
}
.themeicon-_400:before {
  content: "\f1aa";
}
.themeicon-f1ab:before {
  content: "\f1ab";
}
.themeicon-_402:before {
  content: "\f1ac";
}
.themeicon-_403:before {
  content: "\f1ad";
}
.themeicon-_404:before {
  content: "\f1ae";
}
.themeicon-uniF1B1:before {
  content: "\f1b0";
}
.themeicon-_406:before {
  content: "\f1b1";
}
.themeicon-_407:before {
  content: "\f1b2";
}
.themeicon-_408:before {
  content: "\f1b3";
}
.themeicon-_409:before {
  content: "\f1b4";
}
.themeicon-_410:before {
  content: "\f1b5";
}
.themeicon-_411:before {
  content: "\f1b6";
}
.themeicon-_412:before {
  content: "\f1b7";
}
.themeicon-_413:before {
  content: "\f1b8";
}
.themeicon-_414:before {
  content: "\f1b9";
}
.themeicon-_415:before {
  content: "\f1ba";
}
.themeicon-_416:before {
  content: "\f1bb";
}
.themeicon-_417:before {
  content: "\f1bc";
}
.themeicon-_418:before {
  content: "\f1bd";
}
.themeicon-_419:before {
  content: "\f1be";
}
.themeicon-uniF1C0:before {
  content: "\f1c0";
}
.themeicon-uniF1C1:before {
  content: "\f1c1";
}
.themeicon-_422:before {
  content: "\f1c2";
}
.themeicon-_423:before {
  content: "\f1c3";
}
.themeicon-_424:before {
  content: "\f1c4";
}
.themeicon-_425:before {
  content: "\f1c5";
}
.themeicon-_426:before {
  content: "\f1c6";
}
.themeicon-_427:before {
  content: "\f1c7";
}
.themeicon-_428:before {
  content: "\f1c8";
}
.themeicon-_429:before {
  content: "\f1c9";
}
.themeicon-_430:before {
  content: "\f1ca";
}
.themeicon-_431:before {
  content: "\f1cb";
}
.themeicon-_432:before {
  content: "\f1cc";
}
.themeicon-_433:before {
  content: "\f1cd";
}
.themeicon-_434:before {
  content: "\f1ce";
}
.themeicon-uniF1D0:before {
  content: "\f1d0";
}
.themeicon-uniF1D1:before {
  content: "\f1d1";
}
.themeicon-uniF1D2:before {
  content: "\f1d2";
}
.themeicon-_438:before {
  content: "\f1d3";
}
.themeicon-_439:before {
  content: "\f1d4";
}
.themeicon-uniF1D5:before {
  content: "\f1d5";
}
.themeicon-uniF1D6:before {
  content: "\f1d6";
}
.themeicon-uniF1D7:before {
  content: "\f1d7";
}
.themeicon-_443:before {
  content: "\f1d8";
}
.themeicon-_444:before {
  content: "\f1d9";
}
.themeicon-_445:before {
  content: "\f1da";
}
.themeicon-_446:before {
  content: "\f1db";
}
.themeicon-_447:before {
  content: "\f1dc";
}
.themeicon-_448:before {
  content: "\f1dd";
}
.themeicon-_449:before {
  content: "\f1de";
}
.themeicon-uniF1E0:before {
  content: "\f1e0";
}
.themeicon-_451:before {
  content: "\f1e1";
}
.themeicon-_452:before {
  content: "\f1e2";
}
.themeicon-_453:before {
  content: "\f1e3";
}
.themeicon-_454:before {
  content: "\f1e4";
}
.themeicon-_455:before {
  content: "\f1e5";
}
.themeicon-_456:before {
  content: "\f1e6";
}
.themeicon-_457:before {
  content: "\f1e7";
}
.themeicon-_458:before {
  content: "\f1e8";
}
.themeicon-_459:before {
  content: "\f1e9";
}
.themeicon-_460:before {
  content: "\f1ea";
}
.themeicon-_461:before {
  content: "\f1eb";
}
.themeicon-_462:before {
  content: "\f1ec";
}
.themeicon-_463:before {
  content: "\f1ed";
}
.themeicon-_464:before {
  content: "\f1ee";
}
.themeicon-uniF1F0:before {
  content: "\f1f0";
}
.themeicon-_466:before {
  content: "\f1f1";
}
.themeicon-_467:before {
  content: "\f1f2";
}
.themeicon-f1f3:before {
  content: "\f1f3";
}
.themeicon-_469:before {
  content: "\f1f4";
}
.themeicon-_470:before {
  content: "\f1f5";
}
.themeicon-_471:before {
  content: "\f1f6";
}
.themeicon-_472:before {
  content: "\f1f7";
}
.themeicon-_473:before {
  content: "\f1f8";
}
.themeicon-_474:before {
  content: "\f1f9";
}
.themeicon-_475:before {
  content: "\f1fa";
}
.themeicon-_476:before {
  content: "\f1fb";
}
.themeicon-f1fc:before {
  content: "\f1fc";
}
.themeicon-_478:before {
  content: "\f1fd";
}
.themeicon-_479:before {
  content: "\f1fe";
}
.themeicon-_480:before {
  content: "\f200";
}
.themeicon-_481:before {
  content: "\f201";
}
.themeicon-_482:before {
  content: "\f202";
}
.themeicon-_483:before {
  content: "\f203";
}
.themeicon-_484:before {
  content: "\f204";
}
.themeicon-_485:before {
  content: "\f205";
}
.themeicon-_486:before {
  content: "\f206";
}
.themeicon-_487:before {
  content: "\f207";
}
.themeicon-_488:before {
  content: "\f208";
}
.themeicon-_489:before {
  content: "\f209";
}
.themeicon-_490:before {
  content: "\f20a";
}
.themeicon-_491:before {
  content: "\f20b";
}
.themeicon-_492:before {
  content: "\f20c";
}
.themeicon-_493:before {
  content: "\f20d";
}
.themeicon-_494:before {
  content: "\f20e";
}
.themeicon-f210:before {
  content: "\f210";
}
.themeicon-_496:before {
  content: "\f211";
}
.themeicon-f212:before {
  content: "\f212";
}
.themeicon-_498:before {
  content: "\f213";
}
.themeicon-_499:before {
  content: "\f214";
}
.themeicon-_500:before {
  content: "\f215";
}
.themeicon-_501:before {
  content: "\f216";
}
.themeicon-_502:before {
  content: "\f217";
}
.themeicon-_503:before {
  content: "\f218";
}
.themeicon-_504:before {
  content: "\f219";
}
.themeicon-_505:before {
  content: "\f21a";
}
.themeicon-_506:before {
  content: "\f21b";
}
.themeicon-_507:before {
  content: "\f21c";
}
.themeicon-_508:before {
  content: "\f21d";
}
.themeicon-_509:before {
  content: "\f21e";
}
.themeicon-venus:before {
  content: "\f221";
}
.themeicon-_511:before {
  content: "\f222";
}
.themeicon-_512:before {
  content: "\f223";
}
.themeicon-_513:before {
  content: "\f224";
}
.themeicon-_514:before {
  content: "\f225";
}
.themeicon-_515:before {
  content: "\f226";
}
.themeicon-_516:before {
  content: "\f227";
}
.themeicon-_517:before {
  content: "\f228";
}
.themeicon-_518:before {
  content: "\f229";
}
.themeicon-_519:before {
  content: "\f22a";
}
.themeicon-_520:before {
  content: "\f22b";
}
.themeicon-_521:before {
  content: "\f22c";
}
.themeicon-_522:before {
  content: "\f22d";
}
.themeicon-_525:before {
  content: "\f230";
}
.themeicon-_526:before {
  content: "\f231";
}
.themeicon-_527:before {
  content: "\f232";
}
.themeicon-_528:before {
  content: "\f233";
}
.themeicon-_529:before {
  content: "\f234";
}
.themeicon-_530:before {
  content: "\f235";
}
.themeicon-_531:before {
  content: "\f236";
}
.themeicon-_532:before {
  content: "\f237";
}
.themeicon-_533:before {
  content: "\f238";
}
.themeicon-_534:before {
  content: "\f239";
}
.themeicon-_535:before {
  content: "\f23a";
}
.themeicon-_536:before {
  content: "\f23b";
}
.themeicon-_537:before {
  content: "\f23c";
}
.themeicon-_538:before {
  content: "\f23d";
}
.themeicon-_539:before {
  content: "\f23e";
}
.themeicon-_540:before {
  content: "\f240";
}
.themeicon-_541:before {
  content: "\f241";
}
.themeicon-_542:before {
  content: "\f242";
}
.themeicon-_543:before {
  content: "\f243";
}
.themeicon-_544:before {
  content: "\f244";
}
.themeicon-_545:before {
  content: "\f245";
}
.themeicon-_546:before {
  content: "\f246";
}
.themeicon-_547:before {
  content: "\f247";
}
.themeicon-_548:before {
  content: "\f248";
}
.themeicon-_549:before {
  content: "\f249";
}
.themeicon-_550:before {
  content: "\f24a";
}
.themeicon-_551:before {
  content: "\f24b";
}
.themeicon-_552:before {
  content: "\f24c";
}
.themeicon-_553:before {
  content: "\f24d";
}
.themeicon-_554:before {
  content: "\f24e";
}
.themeicon-_555:before {
  content: "\f250";
}
.themeicon-_556:before {
  content: "\f251";
}
.themeicon-_557:before {
  content: "\f252";
}
.themeicon-_558:before {
  content: "\f253";
}
.themeicon-_559:before {
  content: "\f254";
}
.themeicon-_560:before {
  content: "\f255";
}
.themeicon-_561:before {
  content: "\f256";
}
.themeicon-_562:before {
  content: "\f257";
}
.themeicon-_563:before {
  content: "\f258";
}
.themeicon-_564:before {
  content: "\f259";
}
.themeicon-_565:before {
  content: "\f25a";
}
.themeicon-_566:before {
  content: "\f25b";
}
.themeicon-_567:before {
  content: "\f25c";
}
.themeicon-_568:before {
  content: "\f25d";
}
.themeicon-_569:before {
  content: "\f25e";
}
.themeicon-f260:before {
  content: "\f260";
}
.themeicon-f261:before {
  content: "\f261";
}
.themeicon-_572:before {
  content: "\f262";
}
.themeicon-f263:before {
  content: "\f263";
}
.themeicon-_574:before {
  content: "\f264";
}
.themeicon-_575:before {
  content: "\f265";
}
.themeicon-_576:before {
  content: "\f266";
}
.themeicon-_577:before {
  content: "\f267";
}
.themeicon-_578:before {
  content: "\f268";
}
.themeicon-_579:before {
  content: "\f269";
}
.themeicon-_580:before {
  content: "\f26a";
}
.themeicon-_581:before {
  content: "\f26b";
}
.themeicon-_582:before {
  content: "\f26c";
}
.themeicon-_583:before {
  content: "\f26d";
}
.themeicon-_584:before {
  content: "\f26e";
}
.themeicon-_585:before {
  content: "\f270";
}
.themeicon-_586:before {
  content: "\f271";
}
.themeicon-_587:before {
  content: "\f272";
}
.themeicon-_588:before {
  content: "\f273";
}
.themeicon-_589:before {
  content: "\f274";
}
.themeicon-_590:before {
  content: "\f275";
}
.themeicon-_591:before {
  content: "\f276";
}
.themeicon-_592:before {
  content: "\f277";
}
.themeicon-_593:before {
  content: "\f278";
}
.themeicon-_594:before {
  content: "\f279";
}
.themeicon-_595:before {
  content: "\f27a";
}
.themeicon-_596:before {
  content: "\f27b";
}
.themeicon-_597:before {
  content: "\f27c";
}
.themeicon-_598:before {
  content: "\f27d";
}
.themeicon-f27e:before {
  content: "\f27e";
}
.themeicon-uniF280:before {
  content: "\f280";
}
.themeicon-uniF281:before {
  content: "\f281";
}
.themeicon-_602:before {
  content: "\f282";
}
.themeicon-_603:before {
  content: "\f283";
}
.themeicon-_604:before {
  content: "\f284";
}
.themeicon-uniF285:before {
  content: "\f285";
}
.themeicon-uniF286:before {
  content: "\f286";
}
.themeicon-_607:before {
  content: "\f287";
}
.themeicon-_608:before {
  content: "\f288";
}
.themeicon-_609:before {
  content: "\f289";
}
.themeicon-_610:before {
  content: "\f28a";
}
.themeicon-_611:before {
  content: "\f28b";
}
.themeicon-_612:before {
  content: "\f28c";
}
.themeicon-_613:before {
  content: "\f28d";
}
.themeicon-_614:before {
  content: "\f28e";
}
.themeicon-_615:before {
  content: "\f290";
}
.themeicon-_616:before {
  content: "\f291";
}
.themeicon-_617:before {
  content: "\f292";
}
.themeicon-_618:before {
  content: "\f293";
}
.themeicon-_619:before {
  content: "\f294";
}
.themeicon-_620:before {
  content: "\f295";
}
.themeicon-_621:before {
  content: "\f296";
}
.themeicon-_622:before {
  content: "\f297";
}
.themeicon-_623:before {
  content: "\f298";
}
.themeicon-_624:before {
  content: "\f299";
}
.themeicon-_625:before {
  content: "\f29a";
}
.themeicon-_626:before {
  content: "\f29b";
}
.themeicon-_627:before {
  content: "\f29c";
}
.themeicon-_628:before {
  content: "\f29d";
}
.themeicon-_629:before {
  content: "\f29e";
}
.themeicon-uniF2A0:before {
  content: "\f2a0";
}
.themeicon-uniF2A1:before {
  content: "\f2a1";
}
.themeicon-uniF2A2:before {
  content: "\f2a2";
}
.themeicon-uniF2A3:before {
  content: "\f2a3";
}
.themeicon-uniF2A4:before {
  content: "\f2a4";
}
.themeicon-uniF2A5:before {
  content: "\f2a5";
}
.themeicon-uniF2A6:before {
  content: "\f2a6";
}
.themeicon-uniF2A7:before {
  content: "\f2a7";
}
.themeicon-uniF2A8:before {
  content: "\f2a8";
}
.themeicon-uniF2A9:before {
  content: "\f2a9";
}
.themeicon-uniF2AA:before {
  content: "\f2aa";
}
.themeicon-uniF2AB:before {
  content: "\f2ab";
}
.themeicon-uniF2AC:before {
  content: "\f2ac";
}
.themeicon-uniF2AD:before {
  content: "\f2ad";
}
.themeicon-uniF2AE:before {
  content: "\f2ae";
}
.themeicon-uniF2B0:before {
  content: "\f2b0";
}
.themeicon-uniF2B1:before {
  content: "\f2b1";
}
.themeicon-uniF2B2:before {
  content: "\f2b2";
}
.themeicon-uniF2B3:before {
  content: "\f2b3";
}
.themeicon-uniF2B4:before {
  content: "\f2b4";
}
.themeicon-uniF2B5:before {
  content: "\f2b5";
}
.themeicon-uniF2B6:before {
  content: "\f2b6";
}
.themeicon-uniF2B7:before {
  content: "\f2b7";
}
.themeicon-uniF2B8:before {
  content: "\f2b8";
}
.themeicon-uniF2B9:before {
  content: "\f2b9";
}
.themeicon-uniF2BA:before {
  content: "\f2ba";
}
.themeicon-uniF2BB:before {
  content: "\f2bb";
}
.themeicon-uniF2BC:before {
  content: "\f2bc";
}
.themeicon-uniF2BD:before {
  content: "\f2bd";
}
.themeicon-uniF2BE:before {
  content: "\f2be";
}
.themeicon-uniF2C0:before {
  content: "\f2c0";
}
.themeicon-uniF2C1:before {
  content: "\f2c1";
}
.themeicon-uniF2C2:before {
  content: "\f2c2";
}
.themeicon-uniF2C3:before {
  content: "\f2c3";
}
.themeicon-uniF2C4:before {
  content: "\f2c4";
}
.themeicon-uniF2C5:before {
  content: "\f2c5";
}
.themeicon-uniF2C6:before {
  content: "\f2c6";
}
.themeicon-uniF2C7:before {
  content: "\f2c7";
}
.themeicon-uniF2C8:before {
  content: "\f2c8";
}
.themeicon-uniF2C9:before {
  content: "\f2c9";
}
.themeicon-uniF2CA:before {
  content: "\f2ca";
}
.themeicon-uniF2CB:before {
  content: "\f2cb";
}
.themeicon-uniF2CC:before {
  content: "\f2cc";
}
.themeicon-uniF2CD:before {
  content: "\f2cd";
}
.themeicon-uniF2CE:before {
  content: "\f2ce";
}
.themeicon-uniF2D0:before {
  content: "\f2d0";
}
.themeicon-uniF2D1:before {
  content: "\f2d1";
}
.themeicon-uniF2D2:before {
  content: "\f2d2";
}
.themeicon-uniF2D3:before {
  content: "\f2d3";
}
.themeicon-uniF2D4:before {
  content: "\f2d4";
}
.themeicon-uniF2D5:before {
  content: "\f2d5";
}
.themeicon-uniF2D6:before {
  content: "\f2d6";
}
.themeicon-uniF2D7:before {
  content: "\f2d7";
}
.themeicon-uniF2D8:before {
  content: "\f2d8";
}
.themeicon-uniF2D9:before {
  content: "\f2d9";
}
.themeicon-uniF2DA:before {
  content: "\f2da";
}
.themeicon-uniF2DB:before {
  content: "\f2db";
}
.themeicon-uniF2DC:before {
  content: "\f2dc";
}
.themeicon-uniF2DD:before {
  content: "\f2dd";
}
.themeicon-uniF2DE:before {
  content: "\f2de";
}
.themeicon-uniF2E0:before {
  content: "\f2e0";
}
.page-main > .page.messages .messages {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
}
.page-main > .page.messages .messages .message {
  padding: 12px 16px;
  border: none;
  border-radius: 4px;
}
.page-main > .page.messages .messages .message > div {
  position: relative;
  display: inline-block;
}
.page-main > .page.messages .messages .message > div:before {
  top: 8px;
  left: -24px;
}
@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: 'Tap to close';
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  font-size: 10px;
  line-height: 1;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
.page-main > .columns .column.main > .message {
  padding: 12px 16px 12px 40px;
  margin-bottom: 0;
  border: none;
  border-radius: 4px;
}
.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: #ff5555;
  background-color: #ffeeee;
}
.message-success {
  color: #3bb141;
  background-color: #ebf7ec;
}
/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2018 David Deutsch
 * Licensed under  ()
 */
/*
 *  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;
  cursor: hand;
  -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: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 1rem;
}
.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 {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@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 .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  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;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -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%;
}
.owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 15px;
  right: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.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 .owl-nav .action-gift.owl-prev,
.owl-carousel .owl-nav .action-gift.owl-next {
  width: 25px;
  height: 25px;
  border: 1px solid #f4f4f4;
  border-radius: 3px;
  transition: .3s all ease;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:hover,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:hover,
.owl-carousel .owl-nav .action-gift.owl-prev:hover,
.owl-carousel .owl-nav .action-gift.owl-next:hover {
  border-color: #888888;
}
.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:before,
.owl-carousel .owl-nav .action-gift.owl-prev:before {
  content: '\f104';
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.owl-carousel .owl-nav button.owl-next:before,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:before,
.owl-carousel .owl-nav .action-gift.owl-next:before {
  content: '\f105';
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.owl-carousel .owl-nav button.owl-prev + button.owl-next,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev + .cart.table-wrapper .actions-toolbar > .action.owl-next,
.owl-carousel .owl-nav .action-gift.owl-prev + .action-gift.owl-next {
  margin-right: 0;
  margin-left: 10px;
}
.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;
  border-radius: 15px;
  background: #f4f4f4;
  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: #888888;
}
.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;
}
html.rtl .owl-carousel .owl-nav {
  right: auto;
  left: 15px;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
html.rtl .owl-carousel .owl-nav button.owl-prev + button.owl-next,
html.rtl .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev + .cart.table-wrapper .actions-toolbar > .action.owl-next,
html.rtl .owl-carousel .owl-nav .action-gift.owl-prev + .action-gift.owl-next {
  margin-left: 10px;
}
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-right: 15px;
  margin-left: 0;
}
.sm-header-nav-wrap > .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .sm-header-nav-toggle {
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 56px;
    height: 56px;
    background: transparent;
    display: block;
  }
  .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: 20px;
    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-menu-wrap {
    width: 320px;
  }
  .sm-header-nav-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sm-header-nav-wrap .ui-dialog-buttonpane {
    display: none;
  }
  nav.navigation {
    margin-top: 0;
    color: #000000;
    background: #ffffff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 15;
    transition: .3s ease;
  }
  .sm-header-nav-wrap .container.open nav.navigation {
    visibility: visible;
    opacity: 1;
  }
  .navigation a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .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;
  }
  .navigation .level-top .megamenu-wrapper {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  .navigation .level-top .ui-menu-item div[class*="col-"] {
    flex-basis: 100%;
    max-width: none;
    padding: 0;
  }
  .navigation .level-top .widget,
  .navigation .level-top .video,
  .navigation .level-top .static-block {
    display: none;
  }
  html.rtl .sm-header-nav-toggle {
    right: 0;
    left: auto;
  }
  html.rtl .navigation a {
    padding-right: 15px;
    padding-left: 0;
  }
  html.rtl .navigation .parent .level-top:after {
    right: auto;
    left: 20px;
  }
  html.rtl .sm-header-nav-wrap .container.open nav.navigation {
    transform: translateX(0);
  }
  html.rtl nav.navigation {
    transform: translateX(105%);
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .sm-header-nav-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .navigation .level0.parent > .level-top > span.ui-menu-icon:after,
  .navigation .level0 .submenu li.parent > a > span.ui-menu-icon:after {
    display: none;
  }
}
@media (max-width: 767px) {
  nav.navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sm-header-nav-toggle {
    position: fixed;
    z-index: 17;
    top: 0;
    left: 0;
  }
  .sm-header-menu-wrap {
    position: fixed;
    z-index: 999;
    top: 56px;
    bottom: 0;
    left: 0;
  }
  nav.navigation {
    transform: translateX(-105%);
  }
  .sm-header-nav-wrap .container.open nav.navigation {
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .sm-header-nav-toggle {
    width: 32px;
    height: 32px;
  }
  .sm-header-nav-toggle:before,
  .sm-header-nav-toggle:after {
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #000000;
  }
  .sm-header-nav-toggle:hover:before,
  .sm-header-nav-toggle:hover:after {
    color: #d02223;
  }
}
.page-header {
  background: #f4f4f4;
}
@media (max-width: 1200px) {
  .sm-header-nav-toggle {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .navigation .level0 {
    cursor: pointer;
  }
}
nav.navigation {
  text-align: left;
}
nav.navigation > ul:not(.ui-menu) {
  display: none;
}
nav.navigation li.level-top:before {
  display: none;
}
nav.navigation li.level-top > a,
nav.navigation li.level-top a.level-top {
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
nav.navigation li.level-top > a:before,
nav.navigation li.level-top a.level-top:before {
  display: none;
}
nav.navigation li.level-top.level0 > .level-top {
  border: none;
}
nav.navigation li.level-top.level0 > .level-top:after {
  display: none;
}
nav.navigation li.level-top.level0.parent .ui-menu-icon {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  nav.navigation li.level-top.level0.parent .ui-menu-icon {
    top: -8px;
    padding: 7px 5px;
    right: 0;
  }
}
nav.navigation li.level-top.level0.parent .ui-menu-icon:after {
  content: "\e926";
  display: inline-block;
  font-family: 'theme-icons';
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  font-size: 12px;
  line-height: 1;
  top: calc(50% - 6px);
  right: 20px;
}
@media (max-width: 767px) {
  nav.navigation li.level-top.level0.parent .level1 .ui-menu-icon {
    right: 15px;
  }
}
nav.navigation li.level-top.level0.parent.ui-state-active .ui-menu-icon:after {
  content: "\e929";
}
@media (max-width: 767px) {
  nav.navigation .submenu {
    font-size: 14px;
  }
  nav.navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  nav.navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .page-header__panel .container {
    flex-wrap: wrap;
  }
  .page-header__panel .container div.sm-header-nav-wrap__topnav {
    width: 30px;
    order: 1;
  }
  .page-header__panel .container .logo {
    margin: 0 2rem;
    order: 2;
    z-index: 100;
  }
  .page-header__panel .container div.sm-header_customer-menu-container {
    margin-left: auto;
    order: 5;
    margin-right: 19px;
  }
  .page-header__panel .container .minicart-wrapper {
    order: 6;
  }
  .page-header__panel .container .block-search {
    order: 5;
  }
  .page-header__panel .container .block-search .block-content {
    width: 100%;
  }
  .page-header__panel .container .block-search .block-content .form.minisearch {
    width: 100%;
  }
  .page-header__panel .container .block-search .block-content .form.minisearch .field.search {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .navigation .level0 .submenu {
    display: block;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .level0 .submenu[aria-expanded=true] {
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.09);
  }
}
@media (min-width: 768px) {
  .navigation .level0 .submenu {
    border: 0;
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.09);
  }
}
@media (max-width: 767px) {
  .navigation .level0.parent > .level-top > span.ui-menu-icon:after:after,
  .navigation div.level0 div.submenu li.parent > a > span.ui-menu-icon:after {
    content: "\e926";
    display: inline-block;
    font-family: 'theme-icons';
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    font-size: 12px;
    line-height: 1;
    top: calc(50% - 6px);
    right: 20px;
    display: block;
  }
  .navigation a {
    padding-right: 20px;
  }
  .navigation ul {
    overflow-y: hidden;
  }
}
.heading-1 {
  font-size: 47px;
  font-weight: 700;
  line-height: 1;
}
h1,
.heading-1 {
  letter-spacing: 0.02em;
}
.heading-2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.04166667;
}
h2,
.heading-2 {
  letter-spacing: 0.02em;
}
.heading-3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
h3,
.heading-3 {
  letter-spacing: 0.02em;
}
.heading-4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}
h4,
.heading-4 {
  letter-spacing: 0.02em;
}
.heading-5 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
}
h5,
.heading-5 {
  letter-spacing: 0.02em;
}
.heading-6 {
  font-size: 18.662px;
  font-weight: 600;
  line-height: 1.3;
}
h6,
.heading-6 {
  letter-spacing: 0.02em;
}
h2,
.heading-2,
h3,
.heading-3,
h5,
.heading-5,
h6,
.heading-6 {
  text-transform: uppercase;
}
a {
  transition: .3s ease;
}
em {
  color: #d02223;
}
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;
}
* + p {
  margin-top: 10px;
}
* + h1 {
  margin-top: 5px;
}
* + h2 {
  margin-top: 10px;
}
* + h3 {
  margin-top: 6px;
}
* + h4 {
  margin-top: 18px;
}
* + h5 {
  margin-top: 18px;
}
* + h6 {
  margin-top: 18px;
}
h2 + p {
  margin-top: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  line-height: inherit;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 6rem;
  text-transform: uppercase;
}
h2 {
  font-size: 5rem;
  text-transform: uppercase;
}
h3 {
  font-size: 4.6rem;
}
h4 {
  font-size: 3rem;
}
h5 {
  font-size: 2.6rem;
}
h6 {
  font-size: 2.1rem;
}
.product.attribute.description {
  text-align: left;
}
.product.attribute.description h1 {
  font-size: 26px;
  text-transform: uppercase;
}
.product.attribute.description h2 {
  font-size: 24px;
  text-transform: uppercase;
}
.product.attribute.description h3,
.product.attribute.description h4,
.product.attribute.description h5,
.product.attribute.description h6 {
  font-size: 18px;
  text-transform: uppercase;
}
button,
.action,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  height: auto;
  text-align: center;
  transition: 0.3s all ease;
  text-transform: uppercase;
}
.action.default {
  background-image: none;
  background: transparent;
  border: 1px solid #d02223;
  color: #d02223;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 12px 20px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
  letter-spacing: 0;
  text-transform: uppercase;
}
.action.default:focus,
.action.default:active {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.action.default:hover {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.action.default.disabled,
.action.default[disabled],
fieldset[disabled] .action.default {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.default.btn-round {
  background-color: #d02223;
  color: #ffffff;
}
.action.secondary {
  background-image: none;
  background: transparent;
  border: 1px solid #d02223;
  color: #d02223;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 12px 20px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
  text-transform: uppercase;
  background: none;
  color: #000000;
  border: 1px solid #000000;
}
.action.secondary:focus,
.action.secondary:active {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.action.secondary:hover {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.action.secondary.disabled,
.action.secondary[disabled],
fieldset[disabled] .action.secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.secondary:hover {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
@media (max-width: 768px) {
  .sm-header_customer-menu-toggle {
    border: 0;
  }
  .sm-header_customer-menu-toggle:hover,
  .sm-header_customer-menu-toggle:active,
  .sm-header_customer-menu-toggle:focus {
    color: #ffffff;
    border: 0;
    background: inherit;
  }
}
.btn-secondary-black {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  text-transform: uppercase;
}
.btn-secondary-black:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn-round.action.primary {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  text-transform: uppercase;
}
.d-none {
  display: none;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.bg-dark {
  background: #000000;
  color: #ffffff;
}
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: #ffffff;
}
.bg-dark ul.social-links a:hover {
  color: #ffffff;
}
.bg-dark .action.primary:hover,
.bg-dark .action.default:hover,
.bg-dark .action.primary:active,
.bg-dark .action.default:active,
.bg-dark .action.primary:focus,
.bg-dark .action.default:focus {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark input,
.bg-dark input:focus {
  border: none;
}
.bg-dark .contact-info strong a:hover {
  color: #ffffff;
}
.bg-light {
  background: #f4f4f4;
  color: #000000;
}
.bg-light input {
  border-color: #ffffff;
}
.bg-primary {
  background: #d02223;
  color: #ffffff;
}
.bg-white {
  background: #ffffff;
  color: #000000;
}
.color-primary {
  color: #d02223;
}
.color-primary.a:hover,
.color-primary a:hover {
  color: #000000;
}
.color-white {
  color: #ffffff;
}
.text-bold {
  font-weight: 700;
}
@media (max-width: 767px) {
  .hidden-mobile,
  .hidden-mobile.action {
    display: none;
  }
}
.big {
  font-size: 178%;
}
@media (max-width: 767px) {
  .mobile-overlay {
    background: rgba(255, 255, 255, 0.7);
  }
}
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 {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #888888;
  transition: .3s ease;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  content: "\ea5c";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  color: inherit;
  font-size: 14px;
  line-height: 1;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover,
.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 {
  color: #d02223;
}
.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);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
  width: 270px;
}
.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: 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: 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 #f4f4f4;
  margin-bottom: 16px;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 16px;
  padding-top: 16px;
}
.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 #f4f4f4;
  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;
  }
}
.modal-popup.confirm div.modal-inner-wrap .modal-content {
  padding-right: 16px;
}
.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: 18px;
  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;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  padding-left: 0;
  font-size: 12px;
  line-height: 1;
}
.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: 20px;
}
.field.required input.input-text.mage-error + .mage-error {
  margin-top: -20px;
}
.field.required input.input-text#password.mage-error {
  margin-bottom: 30px;
}
.field.required input.input-text#password.mage-error + .mage-error {
  margin-top: 0;
}
.field.required.comment textarea.input-text.mage-error {
  margin-bottom: 13px;
}
.field.required.comment textarea.input-text.mage-error + .mage-error {
  margin-top: -20px;
}
.fieldset .actions-toolbar {
  padding-top: 16px;
}
.fieldset > .legend {
  color: #000000;
  margin-bottom: 15px;
}
.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: #ff5555;
  content: "*";
  font-size: 12px;
  margin: 0 0 0 5px;
}
.legend,
legend {
  font-weight: 600;
}
.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;
}
.mobile select,
.tablet select {
  width: auto;
}
input[type="number"] {
  padding-right: 5px;
}
select[multiple="multiple"] {
  padding: 0;
  min-height: 0;
}
@media (min-width: 768px) {
  select {
    box-sizing: content-box;
  }
}
textarea {
  max-width: 100%;
  max-height: 500px;
}
p.required {
  color: #ff5555;
}
.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: #d02223;
  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';
  font-style: normal;
  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';
  font-style: normal;
  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';
  font-style: normal;
  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';
  font-style: normal;
  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';
  font-style: normal;
  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';
  font-style: normal;
  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-size: .8rem;
  line-height: 1.2rem;
  font-style: italic;
  color: red;
}
html.rtl .fieldset > .legend {
  float: none;
}
.customer-account-login .field.required input.input-text.mage-error + .mage-error,
.customer-account-create .field.required input.input-text.mage-error + .mage-error {
  margin-top: 0;
}
.select2-container {
  display: inline-block;
  margin: 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
  max-width: 250px;
}
.select2-container.select2-container--open .select2-selection--single {
  background: #ffffff;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered {
  position: relative;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 50px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4px 15px;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 20px;
  padding-left: 30px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 98;
}
.select2-results {
  display: block;
  padding: 15px 20px;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 0 0 8px;
  font-size: 12px;
  line-height: 1.4;
  text-transform: capitalize;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-results__option:last-child {
  padding-bottom: 0;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  overflow-y: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.001);
}
.select2-search--dropdown {
  display: none;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  border-radius: 2px;
  outline: none;
  transition: .3s ease;
}
.select2-container--default .select2-selection--single:hover {
  background: #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  position: absolute;
  top: 1px;
  right: 14px;
  font-size: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\ec3a";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  line-height: 48px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 13px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
  opacity: 0.3;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: none;
  color: #d02223;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: none;
  color: #d02223;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
html.rtl .select2-container {
  text-align: right;
}
html.rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 13px;
}
.cms-home .page-main .columns .column.main {
  flex-direction: column;
}
.footer-menu,
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1400px;
  padding: 2rem;
}
@media screen and (min-width: 1024px) {
  .footer-menu,
  .footer-bottom {
    padding: 4rem 2rem;
  }
}
.footer-menu .newsletter,
.footer-bottom .newsletter {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer-menu .newsletter,
  .footer-bottom .newsletter {
    width: auto;
  }
}
.footer-menu .newsletter .title,
.footer-bottom .newsletter .title {
  color: #888888;
}
.footer-menu i::before,
.footer-bottom i::before {
  font-family: 'theme-icons';
}
.footer-wrapper {
  color: #000000;
  background: #f4f4f4;
}
.page-footer {
  overflow: hidden;
}
.footer-social a,
.header-social a {
  margin: 0 1rem;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .header-social {
    position: absolute;
    right: 0;
  }
}
.header-social .fa {
  font-size: 18px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer-links {
    justify-content: space-between;
    flex-direction: row;
    padding-right: 4rem;
    margin-bottom: 0;
    width: 66%;
  }
}
.footer-links > div {
  border-bottom: #f4f4f4;
  padding: 1.5rem 0;
}
@media screen and (min-width: 1024px) {
  .footer-links > div {
    border-bottom: none;
    padding: 0;
  }
}
.footer-links > div span {
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer-links > div span {
    pointer-events: none;
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
}
.footer-links > div span a {
  text-decoration: underline;
  font-weight: bold;
}
.footer-links > div span::after {
  content: '\f107';
  font-family: 'theme-icons';
  position: absolute;
  font-size: 3rem;
  font-weight: bold;
  right: 0;
  top: -1rem;
}
@media screen and (min-width: 1024px) {
  .footer-links > div span::after {
    display: none;
  }
}
.footer-links > div span.active::after {
  content: '\f106';
}
.footer-links > div span.active + div {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .footer-links > div span.active + div {
    margin-top: 0;
  }
}
.footer-links > div div {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer-links > div div {
    display: flex;
    flex-direction: column;
  }
}
.footer-links > div div a {
  color: #888888;
  font-size: 1.4rem;
  padding: 0 0 1rem 0;
  text-decoration: none;
}
.footer-links > div div a:hover {
  text-decoration: underline;
}
.footer-links > div div a > span {
  color: #888888;
  font-size: 1.4rem;
}
.footer-links > div div[data-target="contact"] a {
  color: #000000;
}
.footer-links > div div[data-target="contact"] a::before {
  color: #d02223;
  font-family: 'theme-icons';
  margin-right: 1rem;
}
.footer-links > div div[data-target="contact"] a:first-child:before {
  content: '\f0e0';
}
.footer-links > div div[data-target="contact"] a:last-child {
  text-decoration: none;
}
.footer-links > div div[data-target="contact"] a:last-child::before {
  content: '\f10b';
  font-size: 2rem;
}
.home-teaser {
  display: flex;
  flex-wrap: wrap;
}
.home-teaser > div {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .home-teaser > div {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .home-teaser > div:first-child {
    width: 60%;
  }
}
.home-teaser > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .home-teaser > div:last-child {
    width: 40%;
    flex-direction: column;
  }
}
.home-teaser__card {
  color: #ffffff;
  position: relative;
  width: 100%;
}
.advantage-wrapper .home-teaser__card {
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}
.home-teaser__card img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .home-teaser__card img {
    width: auto;
  }
}
.home-teaser__card > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-teaser__card > div h3,
.home-teaser__card > div h4 {
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.advantage-wrapper .home-teaser__card > div h4 {
  color: #d02223;
}
.home-teaser__card > div h3 {
  font-size: 2.4rem;
  text-align: center;
  width: 300px;
}
@media screen and (min-width: 1024px) {
  .home-teaser__card > div h3 {
    font-size: 4.6rem;
  }
}
.home-teaser__card > div > span {
  width: auto;
  display: block;
  margin: 0 auto;
}
.advantage-wrapper .home-teaser__card > div {
  color: #000000;
}
@media screen and (min-width: 1024px) {
  .home-teaser .home-teaser__card--padding-left-bottom {
    padding-bottom: 2rem;
    padding-left: 2rem;
  }
}
.home-teaser .home-teaser__card--padding-left {
  padding-left: 0rem;
}
@media screen and (min-width: 1024px) {
  .home-teaser .home-teaser__card--padding-left {
    padding-left: 2rem;
  }
}
.home-teaser__card a.action.primary {
  min-width: auto;
  background: #d02223;
  color: #ffffff;
  border: 0;
  padding: 18px 53px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 18px;
  margin: 2rem auto 0;
  display: inline-block;
}
.home-teaser__card a.action.primary:hover {
  color: #d02223;
  background-color: #ffffff;
  border: 1px solid #d02223;
}
.home-teaser__card a.link {
  position: absolute;
  right: 2rem;
  bottom: 3rem;
  font-size: 2rem;
}
.home-teaser__card a.link i {
  color: #ffffff;
}
.home-teaser__card a.link i::before {
  font-family: 'theme-icons';
}
.banner-content a.action.primary {
  min-width: auto;
  background: #d02223;
  color: #ffffff;
  border: 0;
  padding: 18px 53px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 18px;
  margin: 2rem auto 0;
  display: inline-block;
}
.banner-content a.action.primary:hover {
  color: #d02223;
  background-color: #ffffff;
  border: 1px solid #d02223;
}
.hp-category-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hp-category-block li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .hp-category-block li > a {
    min-width: 200px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .hp-category-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.hp-brands-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hp-brands-block li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px + 1) and (min-width: 769px) {
  .hp-brands-block li > a {
    min-width: 200px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .hp-brands-block {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
}
.advantage-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
}
.advantage-wrapper > div {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .advantage-wrapper > div {
    width: 30%;
    flex-direction: column;
  }
}
.advantage-wrapper > div:first-child {
  flex-direction: row;
  width: 68%;
}
@media screen and (max-width: 1024px) and (min-width: 640px) {
  .advantage-wrapper > div:first-child {
    flex-direction: row;
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .advantage-wrapper > div:first-child {
    width: 100%;
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
.advantage-wrapper > div:last-child {
  align-items: center;
  background: #f4f4f4;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media screen and (max-width: 1024px) and (min-width: 640px) {
  .advantage-wrapper > div:last-child {
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    margin: 3rem 0;
    display: none;
  }
}
@media screen and (min-width: 1024px + 1) {
  .advantage-wrapper > div:last-child {
    height: auto;
    flex-wrap: wrap;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .advantage-wrapper > div:last-child {
    margin-top: 3rem;
    display: none;
  }
}
.advantage-text {
  align-items: center;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .advantage-text {
    width: 50%;
    padding: 4rem;
  }
}
.advantage-text h5 {
  font-size: 1.6rem;
  width: 100%;
}
.advantage-text > div {
  margin-bottom: 2rem;
  position: relative;
  width: 85%;
}
.advantage-text > div i {
  color: #d02223;
  position: absolute;
  left: -3rem;
  top: 0.5rem;
  font-style: normal;
  font-size: 2.4rem;
}
.advantage-text > div i::before {
  font-family: 'theme-icons';
}
.advantage-text > div p {
  color: #d02223;
  font-size: 1.4rem;
}
.advantage-text > div span {
  font-size: 1.2rem;
  text-align: center;
}
.advantage-text + img {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .advantage-text + img {
    width: 50%;
  }
}
.text-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.text-wrapper--image-left {
  flex-direction: row;
}
@media (max-width: 1023px) {
  .text-wrapper--image-left {
    flex-direction: column;
  }
}
.text-wrapper--image-left .text {
  margin: 2rem 5rem;
}
@media (max-width: 1023px) {
  .text-wrapper--image-left .text {
    margin: 2rem;
  }
}
.text-wrapper--image-right {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .text-wrapper--image-right {
    flex-direction: column-reverse;
  }
}
.text-wrapper--image-right .text {
  margin: 2rem 5rem;
}
@media (max-width: 1023px) {
  .text-wrapper--image-right .text {
    margin: 2rem;
  }
}
.text-wrapper .text {
  margin-bottom: 4rem;
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button,
.action-gift.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black,
.action-gift.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 12.5px;
}
button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white,
.action-gift.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short,
.action-gift.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short,
.action-gift.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short,
.action-gift.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active,
.action-gift.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover,
.action-gift.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active,
.action-gift.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus,
.action-gift.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover,
.action-gift.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long,
.action-gift.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long,
.action-gift.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long,
.action-gift.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 12.5px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 12.5px 12.5px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 12.5px;
  right: 37.5px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.bundle-options-container {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary {
  position: static !important;
  width: 100% !important;
  background: transparent;
  border-top: 1px solid #f4f4f4;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 24px;
  line-height: 1.2;
}
.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 #f4f4f4;
}
.bundle-options-container .legend.title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.product-details .box-tocart .fieldset {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  color: #000000;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}
.product-details .box-tocart .fieldset .price,
.product-details .box-tocart .fieldset .price-container {
  font-weight: bold;
  font-size: inherit;
}
.product-details .box-tocart .fieldset .special-price {
  color: #000000;
  margin: 0;
}
.product-details .box-tocart .fieldset .old-price {
  text-decoration: line-through;
  color: #888888;
  font-weight: 400;
  margin-left: 3px;
}
.product-details .box-tocart .fieldset .old-price.map-old-price {
  display: inline-block;
  width: 100%;
}
.product-details .box-tocart .fieldset .price-from > span,
.product-details .box-tocart .fieldset .price-to > span {
  display: inline-block;
}
.product-details .box-tocart .fieldset .price-from + .price-to {
  margin-top: 0;
}
.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: 8px;
}
.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 .fieldset > .field:not(.choice) > .label {
  float: none;
  width: 100%;
  text-align: right;
}
html.rtl .bundle-options-container .fieldset > .field:not(.choice) > .control {
  float: none;
}
html.rtl body.catalog-product-view .bundle-options-container .box-tocart .fieldset .actions button.action,
html.rtl body.catalog-product-view .bundle-options-container .box-tocart .fieldset .actions .cart.table-wrapper .actions-toolbar > .action.action,
html.rtl body.catalog-product-view .bundle-options-container .box-tocart .fieldset .actions .action-gift.action {
  margin-right: 0;
}
.minicart-wrapper {
  display: block;
  float: none;
  margin: 0 0 0 20px;
  position: relative;
  text-align: left;
}
.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;
  height: 56px;
  width: 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: #ffffff;
  font-size: 30px;
  line-height: 34px;
  transition: .3s ease;
}
.minicart-wrapper .action.showcart:before {
  content: "\ebb2";
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg) scale(1);
}
.minicart-wrapper .action.showcart:after {
  content: "\e900";
  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);
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:hover:after {
  color: #ffffff;
}
.minicart-wrapper .action.showcart.active {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.minicart-wrapper .action.showcart.active:before {
  content: "\ea4d";
  font-family: 'theme-icons';
}
.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 {
  background: #f4f4f4;
  color: #888888;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  margin: 0;
  padding: 0 3px;
  min-width: 18px;
  height: 18px;
  border-radius: 1rem;
  position: absolute;
  top: 8px;
  right: 15px;
  box-sizing: border-box;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: block;
}
.minicart-wrapper .action.showcart .counter.qty .counter-label {
  display: none;
}
@media (max-width: 767px) {
  .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 .mage-dropdown-dialog {
  display: block !important;
}
.minicart-wrapper .block-minicart {
  color: #888888;
  display: block;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 21;
  top: 56px;
  right: 0;
  bottom: 0;
  min-width: 0;
  opacity: 0;
  text-align: left;
  transform: translateX(100vw);
  transition: .3s ease;
}
@media (max-width: 767px) {
  .minicart-wrapper .block-minicart:before,
  .minicart-wrapper .block-minicart:after {
    display: none;
  }
}
.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;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #000000;
  padding: 0 16px;
}
.minicart-wrapper .block-minicart .block-content > .subtitle.empty {
  font-size: 14px;
  color: #000000;
}
.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: #888888;
  background-color: transparent;
  display: none;
}
.minicart-wrapper .block-minicart .action.close:before {
  content: "\e900";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.minicart-wrapper .block-minicart .action.close:hover {
  color: #d02223;
  background-color: transparent;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper {
  margin: 0;
  padding: 0;
  border: none;
}
.minicart-wrapper .block-minicart .block-content {
  padding: 28px 0 16px;
  max-height: calc(100vh - 56px);
  overflow-y: auto;
}
.minicart-wrapper .block-minicart .block-content .items-total {
  font-size: 12px;
  color: #888888;
  padding: 0 16px 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) {
  color: #d02223;
  font-weight: 600;
}
.minicart-wrapper .block-minicart .block-content > .subtotal {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 16px 20px;
  margin: 0;
  font-weight: 600;
}
.minicart-wrapper .block-minicart .block-content > .subtotal .label {
  font-size: 16px;
  line-height: 1;
  color: #000000;
}
.minicart-wrapper .block-minicart .block-content > .subtotal .amount {
  font-size: 20px;
  line-height: 1;
  color: #000000;
}
.minicart-wrapper .block-minicart .block-content > .subtotal .amount .price {
  font-size: 20px;
}
.minicart-wrapper .block-minicart .block-content #top-cart-btn-checkout {
  width: 100%;
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart .block-content > .actions {
  padding: 0 16px;
  margin-top: 0;
  display: flex;
  flex-direction: column-reverse;
}
.minicart-wrapper .block-minicart .block-content > .actions .secondary {
  margin-bottom: 16px;
}
.minicart-wrapper .block-minicart .block-content > .actions .viewcart {
  width: 100%;
  text-align: center;
  padding: 14px 33px;
}
.minicart-wrapper .block-minicart .block-content .paypal.checkout {
  margin-top: 8px;
}
.minicart-wrapper .block-minicart .block-content > .actions > .primary {
  margin-left: 0;
  margin-right: 0;
}
.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 16px 16px;
  border-bottom: 1px solid #f4f4f4;
}
.minicart-wrapper .block-minicart .minicart-items .product-item > .product .product-item-photo {
  flex-basis: 97px;
}
.minicart-wrapper .block-minicart .minicart-items .product-item > .product .product-image-container {
  display: 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: 15px;
  flex-basis: calc(100% - 97px);
  color: #000000;
}
.minicart-wrapper .block-minicart .minicart-items .product-item > .product .product-item-details .price-excluding-tax {
  font-size: inherit;
  margin-top: 0;
}
.minicart-wrapper .block-minicart .minicart-items .product-item > .product .product-item-details .price {
  font-size: 16px;
}
.minicart-wrapper .block-minicart .minicart-items .product-item > .product .product-item-name {
  max-width: 155px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 4px;
}
.minicart-wrapper .block-minicart .minicart-items .product-item > .product .product-item-name a {
  color: inherit;
}
.minicart-wrapper .block-minicart .minicart-items .product-item > .product .product-item-name a:hover {
  color: #d02223;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-price .price-container {
  margin-bottom: 8px;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-price .minicart-price {
  color: #a9a9a9;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.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: 7px;
  width: 50px;
  height: 28px;
  font-size: 12px;
  line-height: 14px;
  vertical-align: baseline;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  text-align: center;
}
.minicart-wrapper .block-minicart .minicart-items .details-qty .update-cart-item {
  font-size: 20px;
  line-height: 1;
  margin-left: 4px;
  color: #d02223;
  background: transparent;
  padding: 0;
  border: 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;
  font-style: normal;
  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: #000000;
}
.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: 8px;
}
.minicart-wrapper .block-minicart .minicart-items .product.options[role="tablist"] .toggle {
  cursor: pointer;
  color: #d02223;
  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: 4px;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  margin-bottom: 0;
  width: 140px;
}
@media (max-width: 767px) {
  .minicart-wrapper .block-minicart .minicart-items .product.options[role="tablist"] .content {
    width: 115px;
  }
}
.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;
}
.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%;
}
.minicart-wrapper .block-minicart .minicart-items .product.actions {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 10px;
  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: #f4f4f4;
  background: transparent;
  transition: none;
}
.minicart-wrapper .block-minicart .minicart-items .product.actions a:before {
  color: #888888;
  font-size: 14px;
  transition: .3s ease;
}
.minicart-wrapper .block-minicart .minicart-items .product.actions a:hover:before {
  color: #d02223;
}
.minicart-wrapper .block-minicart .minicart-items .product.actions a.edit:before {
  content: "\edc3";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  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: "\ea5d";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
@media (max-width: 768px) {
  .minicart-wrapper button.action.showcart.active,
  .minicart-wrapper .cart.table-wrapper .actions-toolbar > .action.action.showcart.active,
  .minicart-wrapper .action-gift.action.showcart.active {
    display: none;
  }
}
.minicart-wrapper.active .block-minicart {
  transform: translateX(0);
  opacity: 1;
}
html.rtl .minicart-wrapper .block-minicart .minicart-items .product-item > .product {
  padding-bottom: 30px;
}
html.rtl .minicart-wrapper .block-minicart .minicart-items .product.options[role="tablist"] .toggle {
  padding-left: 0;
}
html.rtl .minicart-wrapper .block-minicart .minicart-items .product.actions .secondary {
  margin-right: 8px;
  margin-left: 0;
}
html.rtl .minicart-wrapper .block-minicart .minicart-items .product.actions {
  right: auto;
  bottom: -2px;
}
html.rtl .minicart-wrapper .block-minicart .minicart-items .product.options[role="tablist"] .content {
  right: 0;
  left: auto;
}
html.rtl .minicart-wrapper .block-minicart .block-content > .subtitle {
  direction: ltr;
}
html.rtl .minicart-wrapper .block-minicart .block-content > .actions .primary button.primary span:after,
html.rtl .minicart-wrapper .block-minicart .block-content > .actions .primary .cart.table-wrapper .actions-toolbar > .action.primary span:after,
html.rtl .minicart-wrapper .block-minicart .block-content > .actions .primary .action-gift.primary span:after,
html.rtl .minicart-wrapper .block-minicart .block-content > .actions .primary .cart.table-wrapper .actions-toolbar > .action.primary span:after,
html.rtl .minicart-wrapper .block-minicart .block-content > .actions .primary .action-gift.primary span:after,
html.rtl .minicart-wrapper .block-minicart .block-content > .actions .primary .action-gift.primary span:after {
  padding-right: 12px;
  padding-left: 0;
}
.checkout-cart-index .page-title-wrapper .page-title {
  margin-bottom: 48px;
}
.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: #d02223;
}
#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: transparent;
  border: 1px solid #d02223;
  color: #d02223;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 12px 20px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  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: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
#gift-options-cart .gift-options .actions-toolbar .secondary .action-cancel:hover {
  background: #d02223;
  border: 1px solid #d02223;
  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;
}
#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;
}
@media (max-width: 767px) {
  #shopping-cart-table td.col.item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #shopping-cart-table td.col.item .product-item-details {
    padding-right: 20px;
  }
}
#shopping-cart-table thead {
  border-bottom: 1px solid #f4f4f4;
}
#shopping-cart-table thead th {
  color: #000000;
  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: #000000;
  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 #f4f4f4;
}
#shopping-cart-table .cart.item .item-info {
  background: transparent;
}
@media (max-width: 767px) {
  #shopping-cart-table .cart.item .item-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  #shopping-cart-table .cart.item .item-info td:not(:first-child) {
    padding: 4px 10px 4px;
    text-align: center;
  }
  #shopping-cart-table .cart.item .item-info td {
    background: transparent;
    border-right: none;
    padding-right: 0;
  }
  #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;
  }
  #shopping-cart-table .cart.item .item-info td.qty:before {
    display: none;
  }
  #shopping-cart-table .cart.item .item-info td .field.qty {
    max-width: 7em;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) and (max-width: 639px) {
  #shopping-cart-table .cart.item .item-info td .field.qty {
    max-width: 100%;
  }
}
@media (max-width: 639px) {
  #shopping-cart-table .cart.item .item-info {
    flex-direction: column;
    align-items: center;
  }
  #shopping-cart-table .cart.item .item-info td:not(:first-child) {
    padding-left: 0;
    text-align: center;
  }
  #shopping-cart-table .cart.item .item-info td .field.qty {
    margin: 0;
  }
}
#shopping-cart-table .cart.item td {
  text-align: center;
}
#shopping-cart-table .cart.item td.col.item {
  text-align: left;
}
@media (max-width: 767px) {
  #shopping-cart-table .cart.item td.col.item:before {
    display: none;
  }
}
@media (max-width: 639px) {
  #shopping-cart-table .cart.item td.col.item {
    text-align: center;
  }
}
#shopping-cart-table .cart.item td .product-item-photo {
  position: static;
  padding-right: 20px;
  padding-left: 0;
  max-width: none;
}
@media (min-width: 640px) {
  #shopping-cart-table .cart.item td .product-item-photo {
    width: 220px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-right: 0;
  }
}
#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;
}
@media (min-width: 640px) {
  #shopping-cart-table .cart.item .actions-toolbar {
    justify-content: center;
  }
}
@media (max-width: 639px) {
  #shopping-cart-table .cart.item .actions-toolbar {
    justify-content: center;
  }
}
#shopping-cart-table .cart.item .actions-toolbar .action {
  display: inline-block;
  padding: 3px;
  background: none;
  border: none;
  color: #888888;
}
#shopping-cart-table .cart.item .actions-toolbar .action + .action {
  margin-left: 2px;
}
#shopping-cart-table .cart.item .actions-toolbar .action:hover {
  color: #000000;
}
#shopping-cart-table .cart.item .actions-toolbar > .action span {
  display: none;
}
#shopping-cart-table .cart.item .actions-toolbar > .action-edit:before {
  content: "\edc3";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  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:before {
  content: "\ea5d";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  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 {
  content: "\ec8b";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  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: "\eca6";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  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 #f4f4f4;
  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: transparent;
  border: 1px solid #d02223;
  color: #d02223;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 12px 20px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  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: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
#shopping-cart-table .cart.item .actions-toolbar .gift-content .actions-toolbar .action:hover {
  background: #d02223;
  border: 1px solid #d02223;
  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;
}
#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 {
  display: block;
}
@media (min-width: 640px) {
  #shopping-cart-table .cart.item .product-item-details {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #shopping-cart-table .cart.item .product-item-details {
    flex-basis: calc(100% - 120px);
    width: calc(100% - 120px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 639px) {
  #shopping-cart-table .cart.item .product-item-details {
    padding: 0;
  }
}
#shopping-cart-table .cart.item .product-item-details .product-item-name {
  font-size: 16px;
  line-height: 1.2;
}
#shopping-cart-table .cart.item .product-item-details .product-item-name a:hover {
  color: #d02223;
}
#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;
  justify-content: center;
}
#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%;
  max-width: 35%;
}
#shopping-cart-table .cart.item .product-item-details dl.item-options dt {
  text-transform: capitalize;
  padding-right: 5px;
}
#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;
}
#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;
  font-style: normal;
  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 #f4f4f4;
  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;
  font-style: normal;
  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;
  font-style: normal;
  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;
  font-style: normal;
  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 {
  vertical-align: text-bottom;
  font-size: 16px;
}
.cart-container .cart-summary {
  border-top: 1px solid #f4f4f4;
  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: #000000;
  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';
  font-style: normal;
  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: #888888;
}
.cart-container .cart-summary .checkout.methods .item .action.multicheckout:hover {
  color: #d02223;
}
.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;
    font-style: normal;
    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: #d02223;
  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;
  font-style: normal;
  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: #a9a9a9;
  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 #f4f4f4;
  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: #000000;
}
.cart-container .cart-summary .table.totals tbody th span[class="value"] {
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: #888888;
}
.cart-container .cart-summary .table.totals tbody td {
  border-left: none;
  text-align: right;
  padding-right: 0;
  color: #000000;
  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 #block-summary .fieldset > .field > .label,
.cart-container .cart-summary #block-summary .item-title {
  font-weight: 700;
  color: #000000;
}
.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: #000000;
}
.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: #000000;
}
.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: transparent;
  border: 1px solid #d02223;
  color: #d02223;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 12px 20px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  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: #d02223;
  border: 1px solid #d02223;
  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: #d02223;
  border: 1px solid #d02223;
  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 {
  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 .cart-container .main.actions .action:before {
  padding-right: 0;
  padding-left: 4px;
}
html.rtl .cart-container .cart-summary .block .title[role="tab"]:before {
  right: auto;
  left: 15px;
}
html.rtl .cart-container .cart-summary .checkout.methods .item .primary.checkout:after {
  padding-right: 4px;
  padding-left: 0;
}
html.rtl #shopping-cart-table .cart.item .gift-content .actions-toolbar {
  display: block;
  float: left;
}
html.rtl #gift-options-cart .gift-options .actions-toolbar {
  float: left;
  margin-left: 10%;
  margin-right: 0;
}
html.rtl .cart.table-wrapper .actions-toolbar > .action,
html.rtl .action-gift,
html.rtl .action-gift {
  margin-right: 0;
  margin-left: .5rem;
}
.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: 700;
  color: #000000;
  margin-bottom: 24px;
}
.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 .opc-wrapper .fieldset > .field > .label {
  font-weight: 700;
  color: #000000;
}
.checkout-index-index .opc-wrapper .fieldset > .field.required.street.admin__control-fields .label > span {
  position: relative;
  top: 3px;
}
.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: 35px;
}
.checkout-index-index .checkout-shipping-method .loading-mask {
  display: none;
}
#checkout-payment-method-load .step-title {
  font-size: 14px;
  line-height: 16px;
  margin: 12px 0;
}
@media (max-width: 767px) {
  .opc-estimated-wrapper .estimated-block {
    font-size: 18px;
    line-height: 20px;
  }
  .opc-estimated-wrapper .estimated-label {
    color: #a9a9a9;
  }
  .opc-estimated-wrapper .estimated-price {
    color: #d02223;
  }
}
.checkout-onepage-success .page-main .page-title-wrapper {
  text-align: left;
}
.checkout-onepage-success #registration .action.primary {
  cursor: pointer;
  outline: none;
  border: none;
}
.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: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.opc-progress-bar .opc-progress-bar-item {
  width: 100%;
  color: #d02223;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
  padding: 8px 25px;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  box-sizing: border-box;
}
@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: #000000;
}
.opc-progress-bar .opc-progress-bar-item span:before {
  font-size: 22px;
  line-height: 38px;
  background: #a9a9a9;
  color: #ffffff;
  position: absolute;
  bottom: 2px;
  left: 5px;
  margin-left: -19px;
  text-align: center;
}
@media (max-width: 767px) {
  .opc-progress-bar .opc-progress-bar-item span:before {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
.opc-progress-bar .opc-progress-bar-item span:after {
  display: none;
}
@media (max-width: 767px) {
  .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: #d02223;
}
.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: 1;
  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: #f4f4f4;
}
.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;
  border: 1px solid #f4f4f4;
}
#opc-sidebar .opc-block-summary {
  background: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
#opc-sidebar .opc-block-summary span.title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  display: block;
  margin-bottom: 32px;
}
#opc-sidebar .items-in-cart {
  border-top: 1px solid #f4f4f4;
  padding-top: 16px;
}
#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 #f4f4f4;
  display: none;
}
#opc-sidebar .items-in-cart > .title[aria-expanded="false"]:before {
  content: "\e926";
}
#opc-sidebar .items-in-cart > .title span:first-child {
  color: #d02223;
}
#opc-sidebar .items-in-cart > .title strong {
  font-size: 1.3rem;
  font-weight: 400;
}
#opc-sidebar .items-in-cart .minicart-items .product-item {
  margin-bottom: 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-details {
  padding-left: 20px;
}
#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-image-container {
  flex-basis: 97px !important;
  width: 97px !important;
  flex-shrink: 0;
  margin-right: 8px;
}
#opc-sidebar .items-in-cart .minicart-items .product-item-name {
  font-size: 14px;
  line-height: 23px;
}
#opc-sidebar .items-in-cart .minicart-items .subtotal {
  display: block;
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
}
#opc-sidebar .items-in-cart .minicart-items .product.options [data-role="title"] {
  color: #000000;
  margin-bottom: 4px;
}
#opc-sidebar .items-in-cart .minicart-items .product.options [data-role="title"]:before {
  font-size: 12px;
  padding-left: 8px;
  color: #888888;
  display: none;
}
#opc-sidebar .items-in-cart .minicart-items .product.options [data-role="content"] {
  margin-bottom: 0;
}
#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 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#opc-sidebar .items-in-cart .minicart-items .product.options .content .item-options dt,
#opc-sidebar .items-in-cart .minicart-items .product.options .content .item-options dd {
  flex-basis: 45%;
  max-width: 45%;
}
#opc-sidebar .items-in-cart .minicart-items .product.options .content .item-options dt {
  padding-right: 4px;
  color: #000000;
}
#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';
  font-style: normal;
  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 transparent;
}
.opc-wrapper .shipping-address-item.selected-item {
  border: 1px solid #f4f4f4;
}
.form-shipping-address .field.street label {
  display: none;
}
.form-shipping-address .field.required.street div.mage-error {
  position: relative;
}
.checkout-index-index .opc-wrapper .step-content .message {
  padding: 10px;
}
.checkout-index-index .opc-wrapper .step-content .message > div {
  padding-left: 30px;
}
.checkout-index-index .opc-wrapper .step-content .message .error > *:first-child:before {
  line-height: 1;
}
.table-checkout-shipping-method {
  width: 100%;
  max-width: 500px;
  margin-bottom: 8px;
}
.table-checkout-shipping-method tbody .row {
  margin-right: 0;
  margin-left: 0;
}
.table-checkout-shipping-method tbody td:first-child {
  width: auto;
}
.table-checkout-shipping-method th {
  font-weight: 700;
  color: #a9a9a9;
}
.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: #d02223;
  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';
  font-style: normal;
  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';
  font-style: normal;
  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';
  font-style: normal;
  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;
  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: block;
  font-weight: 700;
}
.opc-block-summary table.table-totals {
  margin-bottom: 32px;
}
.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.sub th:after,
.opc-block-summary table.table-totals.table .grand.totals th:after {
  content: ':';
}
.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: #000000;
}
.opc-block-summary table.table-totals.table th .value {
  font-size: 12px;
  line-height: inherit;
  font-weight: 400;
  color: #888888;
  vertical-align: baseline;
}
.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: 18px;
  line-height: 24px;
  color: #000000;
}
.opc-block-shipping-information {
  border-top: 1px solid #f4f4f4;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
}
.opc-block-shipping-information .shipping-information-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  margin-bottom: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
}
.opc-block-shipping-information .shipping-information-content {
  padding: 0 12px 12px;
}
.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: #a9a9a9;
}
.opc-block-shipping-information .action-edit:before {
  content: "\edc3";
  display: inline-block;
  font-family: 'theme-icons';
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  padding-right: 10px;
}
@media (max-width: 767px) {
  .opc-block-summary .table-totals th {
    padding: 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: #d02223;
}
.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: #000000;
}
.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;
  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 .actions-toolbar {
  flex-wrap: wrap;
}
.checkout-container .authentication-wrapper .actions-toolbar .primary {
  margin-bottom: 5px;
}
.checkout-container .authentication-wrapper .actions-toolbar .primary .action.action-login {
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.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: #d02223;
}
.field.required .control div.field-tooltip.toggle .field-tooltip-action:before {
  content: "\ee97";
  display: inline-block;
  font-family: 'theme-icons';
  font-style: normal;
  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: #d02223;
}
.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: #a9a9a9;
}
#checkout-step-payment input[name="billing-address-same-as-shipping"] + label span:before {
  content: "\e903";
  font-family: 'theme-icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  display: inline-block;
  font-size: 16px;
  line-height: 1rem;
  width: 18px;
  height: 18px;
  font-style: normal;
  vertical-align: baseline;
  color: #d02223;
  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';
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
#checkout-step-payment input[name="billing-address-same-as-shipping"]:disabled:checked + label span:before {
  content: "\e902";
  display: inline-block;
  font-family: 'theme-icons';
  font-style: normal;
  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;
}
#checkout-step-payment .payment-method label.label img,
#checkout-step-payment .payment-method label.label span {
  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: 18px;
  line-height: 20px;
  color: #d02223;
  padding: 0 40px 0 0;
  border: 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: #a9a9a9;
  font-size: 14px;
  line-height: 1;
  padding: 6px 0;
  border: 1px solid #f4f4f4;
  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-bottom: 12px;
}
#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: 767px) {
  .checkout-payment-method .payment-methods,
  .checkout-payment-method .payment-option {
    margin: 0;
  }
}
.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;
}
._has-auth-shown .authentication-wrapper {
  z-index: 1001;
}
html.rtl .checkout-index-index .opc-wrapper .fieldset > .field > .label {
  float: right;
  padding-right: 0;
  padding-left: 15px;
  text-align: left;
}
html.rtl .opc-wrapper .shipping-address-item.selected-item:after {
  right: auto;
  left: 0;
}
html.rtl .field.required .control div.field-tooltip.toggle {
  right: auto;
  left: -9px;
}
html.rtl .field-tooltip div.field-tooltip-content {
  left: 26px;
  right: auto;
}
html.rtl .checkout-shipping-method button.action.primary > span:after,
html.rtl .checkout-shipping-method .cart.table-wrapper .actions-toolbar > .action.primary > span:after,
html.rtl .checkout-shipping-method .action-gift.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.primary > span:after,
html.rtl .checkout-shipping-method .action-gift.action.primary > span:after {
  padding-right: 8px;
  padding-left: 0;
}
html.rtl .checkout-index-index .opc-wrapper .step-content .message {
  display: inline-block;
}
html.rtl #opc-sidebar .items-in-cart .minicart-items .product-item-details {
  padding-right: 20px;
  padding-left: 0;
}
html.rtl #opc-sidebar .items-in-cart .minicart-items .product.options [data-role="title"] {
  padding-left: 0;
}
html.rtl .opc-block-summary .items-in-cart > .title:after {
  right: auto;
  left: 0;
}
html.rtl .field-tooltip {
  right: auto;
  left: -9px;
}
html.rtl .checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap .block-authentication .block[class] .field .label {
  right: 5px;
  left: auto;
}
html.rtl #checkout-step-payment .form-discount .actions-toolbar > .primary,
html.rtl .opc-block-summary table.table-totals.table th {
  text-align: right;
}
html.rtl .opc-block-shipping-information .shipping-information-title .action-edit {
  right: auto;
  left: 0;
}
html.rtl .opc-progress-bar .opc-progress-bar-item span {
  padding-right: 10px;
  padding-left: 0;
  text-align: right;
}
html.rtl .opc-progress-bar .opc-progress-bar-item span:before {
  right: 0;
  left: auto;
}
html.rtl .modal-custom .action-close,
html.rtl .modal-popup .action-close,
html.rtl .modal-slide .action-close {
  right: auto;
  left: 10px;
}
html.rtl .checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  text-align: right;
}
.checkout-index-index .opc-wrapper .fieldset > .field {
  margin: 0;
}
.cart-empty p > a {
  color: #d02223;
  text-decoration: underline;
}
table.cart > caption,
table.cart .qty label {
  display: block;
}
@media (max-width: 1553px) {
  .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: 16px;
}
.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-create-account .field.street.required .mage-error,
.form-edit-account .field.street.required .mage-error,
.form-address-edit .field.street.required .mage-error,
.form-login .field.street.required .mage-error,
.block-addresses-list .field.street.required .mage-error,
.form-newsletter-manage .field.street.required .mage-error,
.downloadable-customer-products .field.street.required .mage-error,
.my-reviews-table__wrapper .field.street.required .mage-error,
.account-billing-agreements__wrapper .field.street.required .mage-error {
  margin-top: 0;
  top: 68px;
}
.form.send.friend .fieldset .additional .action.remove {
  display: block;
  position: static;
  margin-left: 0;
  top: auto;
  color: #888888;
  background: none;
  border: none;
  font-size: inherit;
  font-weight: 400;
}
.form.send.friend .fieldset .additional .action.remove:hover {
  color: #000000;
}
.account .actions-toolbar a.action,
.account .actions-toolbar button.action,
.account .actions-toolbar .action.primary,
.account .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action,
.account .actions-toolbar .action-gift.action {
  display: inline-block;
  padding: 10px 18px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: .04em;
  box-sizing: border-box;
}
.account .actions-toolbar .secondary a.action,
.account .actions-toolbar .secondary button.action,
.account .actions-toolbar .secondary .cart.table-wrapper .actions-toolbar > .action.action,
.account .actions-toolbar .secondary .action-gift.action {
  color: #ffffff;
  background: #888888;
  border-color: #888888;
}
.account .actions-toolbar .secondary a.action:hover,
.account .actions-toolbar .secondary button.action:hover,
.account .actions-toolbar .secondary .cart.table-wrapper .actions-toolbar > .action.action:hover,
.account .actions-toolbar .secondary .action-gift.action:hover {
  color: #ffffff;
  background: #d02223;
  border-color: #d02223;
}
.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: #000000;
}
.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: #888888;
}
body.account .box a.action:hover {
  color: #ffffff;
  background: #d02223;
}
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: #d02223;
}
@media (max-width: 1023px) {
  .sidebar .account-navigation li.current strong {
    font-size: 16px;
    line-height: 18px;
  }
}
.sidebar .account-navigation a {
  color: #d02223;
}
.sidebar .account-navigation a:hover {
  color: #000000;
}
@media (max-width: 1023px) {
  .sidebar .account-navigation a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
  }
}
.account .column.main .block:not(.widget) .block-title {
  margin-bottom: 29px;
}
.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 #f4f4f4;
  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: #000000;
  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: 700;
}
.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: #f4f4f4;
  padding: 20px 20px 25px 25px;
  margin-bottom: 20px;
  position: relative;
}
.block-dashboard-info .box-title,
.block-dashboard-addresses .box-title,
.box-billing-address .box-title,
.box-address-shipping .box-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #d02223;
  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: 3px;
  right: 3px;
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  color: #a9a9a9;
}
@media (min-width: 640px) {
  .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 {
    top: 22px;
    right: 15px;
  }
}
.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: #d02223;
  background: transparent;
}
.block-addresses-list .block-content {
  background: #f4f4f4;
  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: #a9a9a9;
}
@media (max-width: 640px) {
  .block-addresses-list .block-content .action.edit,
  .block-addresses-list .block-content .action.delete {
    position: inherit;
  }
}
.block-addresses-list .block-content .action.edit:hover,
.block-addresses-list .block-content .action.delete:hover {
  color: #d02223;
}
.block-addresses-list .block-content .action.delete {
  right: 80px;
}
.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: #f4f4f4;
}
.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;
}
#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 #f4f4f4;
  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: #d02223;
  margin-bottom: 22px;
}
.account-nav .account-nav-content .item a {
  color: #888888;
}
.account-nav .account-nav-content .item a:hover {
  color: #d02223;
  background: transparent;
}
.account-nav .account-nav-content .item .delimiter {
  margin-left: 1.3rem;
}
.account-nav .account-nav-content .item.current {
  color: #d02223;
}
.account-nav .account-nav-content .item.current strong {
  border-color: transparent;
}
@media (max-width: 767px) {
  .login-container .block .block-title {
    font-size: 1.2rem;
  }
}
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 body.account .block-title .action {
  right: auto;
  left: 0;
}
.message.info > *:first-child:before {
  top: 15px;
}
@media (min-width: 767px) {
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
}
.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';
  font-style: normal;
  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 #f4f4f4;
}
.page-product-downloadable .page-main .product-options-wrapper .legend {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #d02223;
}
.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: #000000;
}
.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 #f4f4f4;
}
.page-product-downloadable .page-main .samples .samples-item-title {
  color: #a9a9a9;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 8px;
}
.page-product-downloadable .page-main .samples dd {
  font-style: normal;
  padding-left: 0;
}
.page-product-grouped .table.grouped .table-caption {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #d02223;
  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: #a9a9a9;
  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: #a9a9a9;
}
.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 thead th:first-child {
  text-align: right;
}
html.rtl .page-product-grouped .table.grouped thead th:last-child {
  padding-right: 0;
  padding-left: 32px;
  text-align: right;
}
.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;
}
.account-billing-agreements__wrapper .select2-container {
  max-width: 450px;
}
.fotorama-video-container:after {
  background: url(../../frontend/Amr/default/en_CA/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/Amr/default/en_CA/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;
}
.sales-order-view .page-title-wrapper {
  text-align: right;
}
.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: 768px) {
  .order-details-items table.table-order-items tbody:nth-child(odd) {
    background: #f4f4f4;
  }
}
.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: 767px) {
  .order-details-items table.table-order-items td.name:before {
    background: #f4f4f4;
  }
}
.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 #f4f4f4;
  font-weight: 700;
}
@media (max-width: 767px) {
  .order-details-items table.table-order-items tfoot {
    background: #f4f4f4;
  }
}
.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 #f4f4f4;
}
.block-order-details-view .block-content .box.box-order-billing-address {
  clear: both;
}
@media (max-width: 767px) {
  .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;
}
.orders-history__wrapper .toolbar .pager {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-grow: 1;
}
.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: 40px;
  order: 5;
  flex-grow: inherit;
}
.orders-history__wrapper .toolbar .pager .limiter {
  max-width: none;
  margin-bottom: 0;
}
.orders-history__wrapper .toolbar .pager .limiter .limiter-label {
  margin-right: 10px;
  color: #000000;
  font-weight: 300;
  line-height: 1;
}
.orders-history__wrapper .toolbar .pager .limiter .limiter-label:after {
  content: ':';
}
.orders-history__wrapper .toolbar .pager .limiter .select2-selection {
  background: none;
  border: none;
  height: 34px;
}
.orders-history__wrapper .toolbar .pager .limiter .select2-selection .select2-selection__rendered {
  line-height: 34px;
  color: #888888;
  padding-left: 10px;
}
.orders-history__wrapper .toolbar .pager .limiter .select2-selection .select2-selection__arrow {
  top: 0;
  height: 34px;
}
.orders-history__wrapper .toolbar .pager .limiter .select2-selection .select2-selection__arrow b:before {
  line-height: 34px;
}
.orders-history__wrapper .toolbar .pager .limiter .select2-container.select2-container--open .select2-selection__rendered {
  box-shadow: none;
}
.orders-history__wrapper .toolbar .pager .field {
  padding: 0;
}
.orders-history__wrapper .table-order-items caption {
  display: none;
}
#reorder-validate-detail strong.subtitle {
  display: none;
}
#reorder-validate-detail .no-display {
  display: block;
}
#reorder-validate-detail .actions-toolbar .primary {
  margin-bottom: 4px;
  width: 100%;
}
#reorder-validate-detail .actions-toolbar .secondary a {
  font-weight: 700;
  width: 100%;
}
#reorder-validate-detail .action.tocart {
  width: 100%;
  text-align: center;
  padding: 14px 10px;
}
#reorder-validate-detail .action.tocart span {
  display: inline;
}
#reorder-validate-detail .action.tocart:before,
#reorder-validate-detail .action.tocart span {
  vertical-align: middle;
}
@media (min-width: 480px) and (max-width: 1023px) {
  #reorder-validate-detail .action.tocart {
    width: auto;
  }
}
#reorder-validate-detail .actions-toolbar {
  text-align: center;
}
#reorder-validate-detail .actions-toolbar .secondary {
  float: none;
  width: 100%;
}
#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 12px;
  font-size: 14px;
  line-height: 18px;
}
#cart-sidebar-reorder .product-item-link {
  color: #000000;
}
#cart-sidebar-reorder .product-item-link:hover {
  color: #d02223;
}
#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: #d02223;
  text-align: center;
  padding-top: 2px;
}
#cart-sidebar-reorder input[type=checkbox] + .label:before {
  content: "\e903";
  display: inline-block;
  font-family: 'theme-icons';
  font-style: normal;
  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';
  font-style: normal;
  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';
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  pointer-events: none;
  opacity: .6;
}
@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;
  }
}
.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: #999999;
  padding-left: 17px;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option,
[class*="swatch-opt"] .swatch-attribute .swatch-option {
  min-width: 34px;
  height: auto;
  margin: 0 5px 7px 0;
  float: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  outline: none;
  overflow: hidden;
  box-sizing: border-box;
  text-overflow: ellipsis;
  transition: .1s linear;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option.text,
[class*="swatch-opt"] .swatch-attribute .swatch-option.text {
  background: #a9a9a9;
  border: 1px solid #f4f4f4;
  color: #888888;
  line-height: 34px;
  padding: 9px 5px;
  min-width: 34px;
  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;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option.color,
[class*="swatch-opt"] .swatch-attribute .swatch-option.color {
  position: relative;
  min-height: 34px;
  border: 0 solid #ffffff;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option.color:before,
[class*="swatch-opt"] .swatch-attribute .swatch-option.color:before {
  content: "\ec34";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.swatch-attribute [class*="swatch-opt"] .swatch-option.color:before,
[class*="swatch-opt"] .swatch-attribute .swatch-option.color:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  transition: 0.3s opacity ease;
}
.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;
  border-color: #f4f4f4;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option.color[option-tooltip-value="#ffffff"]:before,
[class*="swatch-opt"] .swatch-attribute .swatch-option.color[option-tooltip-value="#ffffff"]:before {
  color: #888888;
}
.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 {
  outline: none;
  border: 1px solid #f4f4f4;
}
.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 {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
.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: none;
  outline: none;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option.color.selected:before,
[class*="swatch-opt"] .swatch-attribute .swatch-option.color.selected:before {
  opacity: 1;
}
.swatch-attribute [class*="swatch-opt"] .swatch-option.color:not(.disabled):hover,
[class*="swatch-opt"] .swatch-attribute .swatch-option.color:not(.disabled):hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
.swatch-attribute [class*="swatch-opt"] .swatch-option.image,
[class*="swatch-opt"] .swatch-attribute .swatch-option.image {
  min-height: 34px;
  border: 1px solid #f4f4f4;
  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: #d02223;
}
.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: #a9a9a9;
  opacity: .5;
}
body .swatch-option-tooltip {
  visibility: hidden;
  display: none;
}
@media (min-width: 768px) {
  body .swatch-option-tooltip {
    max-width: 140px;
    max-height: 100%;
    min-height: 34px;
    min-width: 40px;
    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: 34px;
  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-left: -3px;
}
.swatch-attribute-options .swatch-option-link-layered {
  margin-left: 3px !important;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 34px;
  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/Amr/default/en_CA/images/loader-2.gif");
}
html.rtl .swatch-attribute [class*="swatch-opt"] .swatch-option.text,
html.rtl [class*="swatch-opt"] .swatch-attribute .swatch-option.text {
  margin-right: 5px;
}
.wishlist-index-index .page-main {
  padding-top: 0;
}
.wishlist-index-index .page.messages {
  margin-bottom: 0;
}
.wishlist-index-index .column .products-grid .product-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -17px;
  margin-right: -17px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.wishlist-index-index .column .products-grid .product-items .product-item {
  display: block;
  padding: 0 17px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  border: none;
}
@media (min-width: 640px) {
  .wishlist-index-index .column .products-grid .product-items .product-item {
    flex-basis: 33.33%;
    width: 33.33%;
    max-width: 33.33%;
  }
}
.wishlist-index-index .column .products-grid .product-items .product-item .product-item-info {
  width: auto;
}
.wishlist-index-index .column .products-grid .product-items .product-item .product-item-photo {
  margin-right: 0;
}
.wishlist-index-index .column .products-grid .product-items .product-item .product-image-container {
  max-width: 100%;
}
@media (max-width: 479px) {
  .wishlist-index-index .column .products-grid .product-items {
    margin-left: -10px;
    margin-right: -10px;
  }
  .wishlist-index-index .column .products-grid .product-items .product-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.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: #d02223;
}
.sidebar .block-wishlist .subtitle,
.block-wishlist .subtitle {
  font-size: 1.15em;
  font-weight: 600;
  color: #000000;
  margin-bottom: 24px;
  display: inline-block;
}
.sidebar .block-wishlist .product-items .product-item-info::after,
.block-wishlist .product-items .product-item-info::after {
  display: block;
  content: "";
  clear: both;
}
.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-items .product-item-info .product-item-details .action.tocart:before,
.block-wishlist .product-items .product-item-info .product-item-details .action.tocart:before {
  display: none;
}
.sidebar .block-wishlist .product-item,
.block-wishlist .product-item {
  display: block;
  margin-bottom: 30px;
  clear: both;
}
.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;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  padding-right: 24px;
  color: #000000;
}
.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,
.block-wishlist .actions-secondary {
  position: absolute;
  top: -2px;
  right: 0;
}
.sidebar .block-wishlist .actions-secondary .btn-remove,
.block-wishlist .actions-secondary .btn-remove {
  font-size: 16px;
}
.sidebar .block-wishlist .actions-toolbar a.details,
.block-wishlist .actions-toolbar a.details {
  width: 100%;
  text-align: center;
  padding: 14px 33px;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .sidebar .block-wishlist .actions-toolbar a.details,
  .block-wishlist .actions-toolbar a.details {
    width: auto;
  }
}
.sidebar .block-wishlist .actions-toolbar .action.details,
.block-wishlist .actions-toolbar .action.details {
  background-image: none;
  background: transparent;
  border: 1px solid #d02223;
  color: #d02223;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 12px 20px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
  text-transform: uppercase;
}
.sidebar .block-wishlist .actions-toolbar .action.details:focus,
.block-wishlist .actions-toolbar .action.details:focus,
.sidebar .block-wishlist .actions-toolbar .action.details:active,
.block-wishlist .actions-toolbar .action.details:active {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.sidebar .block-wishlist .actions-toolbar .action.details:hover,
.block-wishlist .actions-toolbar .action.details:hover {
  background: #d02223;
  border: 1px solid #d02223;
  color: #ffffff;
}
.sidebar .block-wishlist .actions-toolbar .action.details.disabled,
.block-wishlist .actions-toolbar .action.details.disabled,
.sidebar .block-wishlist .actions-toolbar .action.details[disabled],
.block-wishlist .actions-toolbar .action.details[disabled],
fieldset[disabled] .sidebar .block-wishlist .actions-toolbar .action.details,
fieldset[disabled] .block-wishlist .actions-toolbar .action.details {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.products-grid.wishlist .product-item-name {
  display: block;
  margin-left: 0;
}
.products-grid.wishlist .price-as-configured span[data-price-amount="0"] {
  display: none;
}
.products-grid.wishlist .product-item {
  margin-bottom: 3rem;
  text-align: left;
}
.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;
}
@media (max-width: 767px) {
  .products-grid.wishlist .product-item .product-item-name {
    font-size: 12px;
  }
}
.products-grid.wishlist .product-item-inner {
  text-align: left;
}
.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: #a9a9a9;
  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: #000000;
  font-weight: 700;
  margin-bottom: 4px;
  display: inline-block;
}
.products-grid.wishlist textarea {
  min-height: 50px;
}
.products-grid.wishlist .product-item .box-tocart {
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .label {
  color: #a9a9a9;
  font-weight: 700;
  float: left;
  padding-right: 10px;
  margin-bottom: 0;
  margin-top: 4px;
  display: inline-block;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .field.qty {
  display: block;
  flex-basis: auto;
  padding: 0;
  width: 100%;
}
.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: .5rem;
}
.products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions .action {
  width: auto;
  height: auto;
  padding: 12px 22px;
  border-radius: 0;
}
@media (max-width: 479px) {
  .products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions .action {
    padding: 8px 5px;
  }
}
.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: 767px) {
  .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;
}
div.products-grid.wishlist {
  margin-right: 0;
}
.form-wishlist-items .actions-toolbar {
  margin-top: 10px;
  padding-top: 40px;
  border-top: 1px solid #f4f4f4;
  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;
  font-style: normal;
  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;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.wishlist-index-index.account.page-layout-2columns-left .column.main {
  width: 100%;
}
.wishlist-index-index #reorder-validate-detail .actions-toolbar {
  max-width: 100%;
}
#search.input-text {
  padding-left: 16px;
}
#search_mini_form .search-autocomplete {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
#search_mini_form .search-autocomplete ul li.search-item {
  border: none;
  transition: 0.3s all ease;
}
#search_mini_form .search-autocomplete ul li.search-item:hover {
  box-shadow: none;
  background: #f4f4f4;
}
#search_mini_form .search-autocomplete:after {
  z-index: 1;
}
#search_autocomplete .search-item .price-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  color: #000000;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}
#search_autocomplete .search-item .price-box .price,
#search_autocomplete .search-item .price-box .price-container {
  font-weight: bold;
  font-size: inherit;
}
#search_autocomplete .search-item .price-box .special-price {
  color: #000000;
  margin: 0;
}
#search_autocomplete .search-item .price-box .old-price {
  text-decoration: line-through;
  color: #888888;
  font-weight: 400;
  margin-left: 3px;
}
#search_autocomplete .search-item .price-box .old-price.map-old-price {
  display: inline-block;
  width: 100%;
}
#search_autocomplete .search-item .price-box .price-from > span,
#search_autocomplete .search-item .price-box .price-to > span {
  display: inline-block;
}
#search_autocomplete .search-item .price-box .price-from + .price-to {
  margin-top: 0;
}
#search_autocomplete .search-item .price-box .price-from + .price-to:before {
  margin-left: 7px;
  margin-right: 3px;
  content: '-';
}
#search_autocomplete .search-item .price-box .special-price + .old-price {
  margin-left: 8px;
}
#search_autocomplete .search-item .price-box p,
#search_autocomplete .search-item .price-box .price-box {
  margin-bottom: 0;
}
#search_autocomplete .search-item .price-box .price-label {
  display: none;
}
#search_autocomplete .search-item .price-box .price-container .price {
  font-size: 14px;
}
#search_autocomplete .search-item .price-box .special-price .price {
  color: #000000;
}
#search_autocomplete .search-item .price-box .special-price,
#search_autocomplete .search-item .price-box .old-price {
  display: inline-block;
}
[aria-haspopup="true"] + .search-autocomplete:after {
  display: block;
}
html.rtl #search_mini_form .search-autocomplete ul[role=listbox] {
  margin-left: -20px;
  margin-right: 0;
}
html.rtl #search_mini_form .search-autocomplete ul li.search-item {
  padding-right: 15px;
  padding-left: 30px;
  text-align: right;
}
html.rtl #search_mini_form .search-autocomplete ul li.search-item a .search-thumb {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
html.rtl #search_mini_form .search-item .price-box {
  justify-content: flex-end;
}
html.rtl #search_mini_form #search {
  padding-right: 25px;
}
html.rtl body.ajax-loading #search.input-text:focus {
  background-position: 99% 50%;
}
.timer-wrapper {
  background: transparent;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: absolute;
  top: 0;
}
.timer-wrapper > div {
  background: transparent;
  color: #000000;
  border-radius: 0;
  font-weight: 400;
  max-width: 300px;
  padding: 23px 0;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 1554px) {
  .timer-wrapper > div {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .timer-wrapper > div {
    font-size: 15px;
  }
}
.timer-wrapper > div b {
  font-size: 12px;
  font-weight: 400;
}
.timer-wrapper > div span {
  font-size: 12px;
  display: inline-block;
  margin: 0 17px;
}
@media (max-width: 1554px) {
  .timer-wrapper > div span {
    margin: 0 9px;
  }
}
@media (max-width: 480px) {
  .timer-wrapper > div span {
    margin: 0 3px;
  }
}
.block.featured[role="tablist"] .block-content .small-items + .product-item .product-item-info .timer-wrapper {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%);
}
.block.featured[role="tablist"] .block-content .small-items .product-item-info .timer-wrapper {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%);
}
.block.featured[role="tablist"] .block-content .small-items .product-item-info .timer-wrapper > div {
  font-size: 14px;
}
@media (min-width: 1201px) and (max-width: 1554px) {
  .block.featured[role="tablist"] .block-content .small-items .product-item-info .timer-wrapper > div {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .block.featured[role="tablist"] .block-content .small-items .product-item-info .timer-wrapper > div {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .block.featured[role="tablist"] .block-content .small-items .product-item-info .timer-wrapper > div {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .block.featured[role="tablist"] .block-content .small-items .product-item-info .timer-wrapper > div {
    font-size: 15px;
  }
}
.block.featured[role="tablist"] .block-content .small-items .product-item-info .timer-wrapper > div span {
  margin: 0 3px;
}
@media (max-width: 767px) {
  .block.featured[role="tablist"] .block-content .small-items .product-item-info .timer-wrapper > div span {
    margin: 0 4px;
  }
}
@media (max-width: 480px) {
  .block.featured[role="tablist"] .block-content .small-items .product-item-info .timer-wrapper > div span {
    margin: 0 3px;
  }
}
.catalog-category-view .grid.products-grid .product-item .timer-wrapper > div {
  font-size: 20px;
}
@media (max-width: 1554px) {
  .catalog-category-view .grid.products-grid .product-item .timer-wrapper > div {
    font-size: 14px;
  }
}
.catalog-category-view .grid.products-grid .product-item .timer-wrapper > div span {
  margin: 0 2px;
}
.catalog-category-view .list.products-list .product-item .timer-wrapper {
  top: 22px;
}
@media (max-width: 1554px) {
  .catalog-category-view .list.products-list .product-item .timer-wrapper {
    top: 0;
  }
}
.catalog-category-view .list.products-list .product-item .timer-wrapper > div {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .catalog-category-view .list.products-list .product-item .timer-wrapper > div {
    font-size: 16px;
  }
}
.catalog-category-view .list.products-list .product-item .timer-wrapper > div span {
  margin: 0 2px;
}
.catalog-category-view .grid.products-grid .product-item .timer-wrapper,
.catalog-category-view .list.products-list .product-item .timer-wrapper {
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}
.header-info {
  font-weight: 300;
}
.header-info i {
  font-size: 14px;
  margin-right: 3px;
}
@media (max-width: 400px) {
  .header-info {
    font-size: 10px;
  }
}
.logo-wrap {
  line-height: 0;
}
.page-header.layout-2 .page-header__panel {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .page-header.layout-2 {
    margin-bottom: 0;
  }
  .page-header.layout-2 .page-header__panel {
    text-align: center;
  }
  .page-header.layout-2 .sm-header-nav-wrap {
    padding: 0;
  }
}
.page-header.layout-3 .page-header__content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.page-header.layout-3 .page-header__content .sm-header-nav-wrap,
.page-header.layout-3 .page-header__content .pseudoStickyBlock {
  order: -1;
}
.page-header.layout-3 .page-header__content .block-static-block {
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  .page-header.layout-3 .page-header__panel {
    padding-top: 12px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .page-header.layout-3 .toggle-menu {
    display: none;
  }
}
.page-footer.layout-2 .block.newsletter .label {
  display: none;
}
.page-footer.layout-2 .footer-panel {
  border-top: none;
}
.page-footer.layout-3 .footer-panel {
  border-color: #d4d4d4;
}
.page-footer.layout-3 .footer-panel .container {
  padding-left: 0;
  padding-right: 0;
}
.page-footer.layout-3 .footer-panel .copyright {
  text-align: left;
}
@media (max-width: 767px) {
  #product_gallery {
    display: none;
  }
}
#product_gallery .thumb {
  background-color: #f4f4f4;
}
#product_gallery .thumb img {
  display: block;
  width: 100%;
  height: auto;
}
#product_gallery .video {
  position: relative;
  overflow: hidden;
}
#product_gallery .video > iframe {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 75%;
  border: 0;
  transform: translateY(-50%);
}
#product_gallery .owl-nav {
  position: static;
}
#product_gallery .owl-prev,
#product_gallery .owl-next {
  position: absolute;
  top: 50%;
  height: auto;
  width: 50px;
  color: #000000;
  border: none;
  margin-top: -35px;
  text-align: center;
}
#product_gallery .owl-prev:before,
#product_gallery .owl-next:before {
  font-size: 48px;
  line-height: 70px;
}
#product_gallery .owl-prev span,
#product_gallery .owl-next span {
  display: none;
}
#product_gallery .owl-prev {
  left: 0;
}
#product_gallery .owl-next {
  right: 0;
}
@media (max-width: 767px) {
  .product-layout-3 .product-info-main {
    margin-top: 30px;
  }
}
.product-layout-3 #right_column_wrap {
  flex-basis: 100%;
  max-width: 100%;
}
.product-layout-3 .product.info.detailed {
  padding-left: 0;
  padding-right: 0;
}
.layout-switcher .inner {
  color: #000000;
}
.layout-switcher select {
  height: 30px;
}
.listing-gallery .fotorama__arr,
.listing-gallery .fotorama__thumb__arr {
  background: none;
}
.listing-gallery .fotorama__arr {
  width: 40px;
  top: 50%;
  bottom: auto;
}
.listing-gallery .fotorama__arr--prev {
  left: 2px;
}
.listing-gallery .fotorama__arr--next {
  right: 2px;
}
.listing-gallery .fotorama__arr--prev .fotorama__arr__arr,
.listing-gallery .fotorama__arr--next .fotorama__arr__arr {
  background: transparent;
  width: 40px;
  height: 40px;
}
.listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before,
.listing-gallery .fotorama__arr--next .fotorama__arr__arr:before {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  color: #f4f4f4;
  border-radius: 4px;
}
.listing-gallery .fotorama__arr--prev .fotorama__arr__arr:hover:before,
.listing-gallery .fotorama__arr--next .fotorama__arr__arr:hover:before {
  background: #000000;
  border-color: #000000;
  color: #d02223;
}
.listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before {
  content: "\e927";
  display: inline-block;
  font-family: 'theme-icons';
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
.listing-gallery .fotorama__arr--next .fotorama__arr__arr:before {
  content: "\e928";
  display: inline-block;
  font-family: 'theme-icons';
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
.listing-gallery .fotorama__thumb-border {
  border-color: #d02223;
}
.tm-switch-image-container {
  position: relative;
  overflow: hidden;
}
.tm-switch-image-container .replaced {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
ul.social-links {
  color: #888888;
}
ul.social-links a {
  display: inline-block;
  padding: 2px;
}
ul.social-links i {
  display: block;
}
ul.social-links a:hover {
  color: #000000;
}
.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;
  margin-top: 17px;
  margin-bottom: 20px;
}
.page-wrapper ul.social-links li {
  margin-left: 15px;
}
.page-wrapper .page-header ul.social-links {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
}
.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 #d02223;
  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;
  }
}
.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 .primary,
.block-compare .actions-toolbar .secondary {
  margin-bottom: 12px;
}
.block-compare .actions-toolbar .secondary a.action {
  margin-top: 0;
  vertical-align: baseline;
}
.block-compare .actions-toolbar .secondary .action.clear {
  float: none;
  background: none;
  padding: 0;
  border: none;
  color: #a9a9a9;
}
.block-compare .actions-toolbar .secondary .action.clear:hover {
  color: #000000;
  background: none;
}
.table-wrapper.comparison {
  border-right: 1px solid #f4f4f4;
}
.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 tbody:last-child {
  color: #000000;
  border-bottom: 1px solid #f4f4f4;
}
.table-comparison tbody:last-child > tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.table-comparison tbody:last-child > tr:first-child .cell {
  border-top: 1px solid #f4f4f4;
}
.table-comparison tbody:last-child > tr:first-child .cell.label {
  border-top-color: #f4f4f4;
}
.table-comparison tbody:last-child > tr .cell.label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background-color: #f4f4f4;
  vertical-align: middle;
}
.table-comparison .cell.product.info {
  border-bottom: none;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.attribute {
  border-left: 1px solid #f4f4f4;
}
.table-comparison .cell.label {
  border-left: none;
}
.table-comparison .price-box {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #000000;
}
.table-comparison .price-box .price-label {
  display: none;
}
.table-comparison .price-box .old-price {
  color: #a9a9a9;
  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;
}
.table-comparison .product-item-actions .secondary-addto-links .action:before {
  font-size: 42px;
}
.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 tbody {
  border-right: none;
  border-left: 1px solid #f4f4f4;
}
html.rtl .table-comparison .cell.product.info,
html.rtl .table-comparison .cell.product.label,
html.rtl .table-comparison .cell.product.attribute {
  border-left: none;
  border-right: 1px solid #f4f4f4;
}
html.rtl .table-comparison .product-item-actions > div {
  margin-right: 0;
  margin-left: 15px;
}
.grid.products-grid .product-item-info .product-img-wrap {
  position: relative;
  overflow: hidden;
}
.grid.products-grid .product-item-info .product-item-actions {
  background-color: #000000;
}
.grid.products-grid .product-item-info .product-item-actions .actions-primary {
  flex-grow: 1;
}
.grid.products-grid .product-item-info .product-item-actions .tocart {
  display: block;
  width: 100%;
  background: none;
  border: none;
  padding: 13px 0;
}
.grid.products-grid .product-item-info .product-item-actions .tocart:not(.stock):hover,
.grid.products-grid .product-item-info .product-item-actions .tocart:not(.stock):active,
.grid.products-grid .product-item-info .product-item-actions .tocart:not(.stock):focus {
  color: #d02223;
}
@media (max-width: 1553px) {
  .grid.products-grid .product-item-info .product-item-actions .tocart {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 0;
  }
}
@media (max-width: 1553px) {
  .grid.products-grid .product-item-info .product-item-actions .actions-secondary {
    flex-basis: 66.67%;
    max-width: 66.67%;
  }
}
.grid.products-grid .product-item-info .product-item-actions .actions-secondary .action {
  padding-top: 9px;
  padding-bottom: 9px;
  border-left: 1px solid #2f2f2f;
  flex-grow: 1;
}
@media (min-width: 1554px) {
  .grid.products-grid .product-item-info .product-item-actions .actions-secondary .action {
    padding-left: 31px;
    padding-right: 31px;
  }
}
.grid.products-grid .product-item-info:hover .product-item-actions {
  transform: none;
}
html.rtl .grid.products-grid .product-item-info .product-item-actions .actions-secondary .action {
  border-left: none;
  border-right: 1px solid #2f2f2f;
}
.products.wrapper.grid.products-grid,
.products.wrapper.list.products-list {
  margin: 0;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info {
  position: relative;
  border: none;
  box-shadow: 5px 5px 10px;
  border-radius: 0 0 1rem 1rem;
  height: 100%;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-img-wrap .product-image-wrapper,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-img-wrap .product-image-wrapper {
  height: 100%;
  width: 100%;
  margin: auto;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-img-wrap .product-item-photo,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-img-wrap .product-item-photo {
  background: transparent;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-img-wrap .product-item-photo .product-image-photo,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-img-wrap .product-item-photo .product-image-photo {
  margin-bottom: 0;
  margin-top: 0;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details {
  padding-bottom: 15px;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-name,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-name {
  margin: 0 auto;
  margin-top: 0px;
  font-size: 17px;
  text-align: center;
  width: 90%;
  display: block;
  height: 80px;
}
@media (max-width: 1554px) {
  .products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-name,
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-name {
    margin-top: 22px;
    line-height: 25px;
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-name,
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-name {
    height: auto;
  }
  .products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-name a,
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-name a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-name a,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-name a {
  color: #000000;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-name a:hover,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-name a:hover {
  color: #d02223;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .price-box,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .price-box {
  justify-content: center;
  font-weight: normal;
  font-size: 1.8rem;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions {
  display: flex;
  background-color: transparent;
  min-height: 5.5rem;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart {
  border-radius: 1rem;
  padding: 9px 56px;
  letter-spacing: 0;
  font-size: 15px;
  background: linear-gradient(to bottom, #d02223 0px, #8c2b18 100%);
  color: #ffffff;
  width: auto;
  margin: 8px auto;
  display: block;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.unavailable,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.unavailable {
  padding: 0 56px;
  border-radius: 1rem;
}
@media (max-width: 1553px) {
  .products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.unavailable,
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.unavailable {
    padding: 22px 56px;
  }
}
@media (max-width: 1200px) {
  .products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.unavailable,
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.unavailable {
    padding: 18px 56px;
  }
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.unavailable:hover,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.unavailable:hover {
  color: #ffffff;
}
@media (max-width: 1553px) {
  .products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart,
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart {
    padding: 18px 50px;
  }
}
@media (max-width: 1200px) {
  .products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart,
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart {
    padding: 14px 6px;
    width: 95%;
  }
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart:before,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart:before {
  display: none;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart:hover,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart:hover {
  color: #ffffff;
  background: linear-gradient(to bottom, #9a2610 0px, #5a1407 100%);
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable {
  color: #000000;
  border: 0;
  text-align: center;
  margin: 8px auto;
  margin-bottom: 2px;
  padding: 0 56px;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable:hover,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable:hover {
  background: transparent;
}
@media (max-width: 1553px) {
  .products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable,
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable {
    padding: 10px 0;
  }
}
@media (max-width: 1200px) {
  .products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable,
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable {
    padding: 6px 0;
  }
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.available,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.available {
  height: 2rem;
  overflow: hidden;
  text-align: center;
  padding: 0 1.5rem;
  color: #000000;
}
@media (max-width: 768px) {
  .products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.available,
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.available {
    display: none;
  }
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.available:before,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.available:before {
  content: "*";
  color: #d02223;
  vertical-align: top;
  padding-right: 5px;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.available.hidden,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.available.hidden {
  visibility: hidden;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary {
  position: absolute;
  top: 13px;
  right: 10px;
  flex-direction: column;
  z-index: 1;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary a,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary a {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary a:before,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary a:before {
  color: #888888;
  font-size: 19px;
  content: "\e02d";
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary a:hover:before,
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary a:hover:before {
  color: #d02223;
}
.products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details [class*="swatch-opt"],
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details [class*="swatch-opt"] {
  display: none;
}
@media (max-width: 767px) {
  [role="tablist"] .block-title {
    margin: 18px 0;
    text-align: center;
  }
  .block-content {
    padding-top: 0;
  }
  .block-content .products-grid .product-items .product-item div.product-item-info .product-img-wrap .product-item-photo .product-image-photo {
    margin-bottom: 0;
    margin-top: auto;
  }
  .block-content .products-grid .product-items .product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable {
    padding: 6px 0;
  }
}
@media (max-width: 640px) {
  .block-content .products-grid .product-items .small-items .product-item {
    width: 48%;
    max-width: 100%;
    flex-basis: 48%;
  }
  .block-content .products-grid .product-items .small-items .product-item .product-item-info {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .block-content .products-grid .product-items .small-items + .product-item .product-item-info {
    border: 0;
  }
}
.product-attributes__wrapper {
  text-align: center;
}
.product-attributes__wrapper span {
  font-size: 1.2rem;
  padding: 0 1rem;
}
.product-attributes__wrapper span:first-child {
  border-right: 1px solid;
}
.product-qty {
  text-align: center;
  color: #d02223;
  text-transform: uppercase;
}
.product-qty .label__available {
  color: green;
}
.product-item-actions .actions-primary .action.tocart.unavailable-cta {
  background: linear-gradient(0deg, #000000 0%, #000000 21%, #ababab 96%) !important;
  color: #ffffff;
  border-radius: 1rem;
}
.product-item-actions .actions-primary .action.tocart.unavailable-cta:hover {
  transition: none;
  color: #ffffff;
  opacity: 0.75 !important;
}
.product-item-actions .actions-primary .action.tocart.preorder-cta {
  background: linear-gradient(0deg, #1f50ac 12%, #18579e 36%, #9c9b9b 100%) !important;
  color: #ffffff;
  border-radius: 1rem;
}
.product-item-actions .actions-primary .action.tocart.preorder-cta:hover {
  transition: none;
  color: #ffffff;
  opacity: 0.75 !important;
}
.product-item-actions .actions-primary .action.tocart.configurable-options-cta {
  background: linear-gradient(0deg, #008080 0%, #009999 36%, #64b4b4 100%) !important;
  color: #ffffff;
  border-radius: 1rem;
}
.product-item-actions .actions-primary .action.tocart.configurable-options-cta:hover {
  transition: none;
  color: #ffffff;
  opacity: 0.75 !important;
}
.catalog-category-view .page-title-wrapper,
.cms-page-view .page-title-wrapper {
  text-align: left;
}
.catalog-category-view .page-title-wrapper .breadcrumbs > .items,
.cms-page-view .page-title-wrapper .breadcrumbs > .items {
  padding-left: 0;
  padding-right: 0;
}
.catalog-category-view .page-title-wrapper .breadcrumbs > .items:before,
.cms-page-view .page-title-wrapper .breadcrumbs > .items:before {
  top: 10px;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .category-image {
    display: none;
  }
}
.attribute-sku {
  display: flex;
  justify-content: center;
  color: #000000;
}
.attribute-sku > strong {
  margin-right: 1rem;
}
.catalog-product-view .products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-actions {
  display: none;
}
.catalog-product-view .products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-item-details .product-item-name {
  font-size: 14px;
}
@media (min-width: 768px) {
  .catalog-product-view .block.related .block-content.content .product-items .product-item,
  .catalog-product-view .block.upsell .block-content.content .product-items .product-item {
    padding: 0 0 0 17px !important;
  }
}
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-img-wrap .product-image-wrapper {
  width: 93%;
  margin-top: 70px;
  margin-bottom: 64px;
}
@media (max-width: 1554px) {
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-img-wrap .product-image-wrapper {
    width: 76%;
    margin-top: 45px;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-img-wrap .product-image-wrapper {
    width: 70%;
  }
}
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-img-wrap .product-image-wrapper .product-image-photo {
  margin-bottom: 0;
  margin-top: 24px;
}
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-name {
  margin-top: 0;
  height: 65px;
  font-size: 17px;
  line-height: 26px;
  position: relative;
  top: 9px;
}
@media (max-width: 1200px) {
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-name {
    top: 0;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-name {
    font-size: 14px;
  }
}
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .price-box {
  font-size: 21px;
  position: relative;
  top: -3px;
}
@media (max-width: 1024px) {
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .price-box {
    font-size: 17px;
    top: 0;
  }
}
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart {
  background: transparent;
  padding: 9px 56px;
}
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.unavailable {
  padding: 16px 56px;
}
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-primary .action.tocart.unavailable:hover {
  color: #888888;
}
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary {
  top: 50px;
  right: 28px;
}
@media (max-width: 1554px) {
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary {
    top: 24px;
    right: 12px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary {
    right: 8px;
  }
}
@media (max-width: 550px) {
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary {
    right: 7px;
  }
}
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary .action:before {
  font-size: 24px;
}
@media (max-width: 1554px) {
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary .action:before {
    font-size: 21px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary .action:before {
    font-size: 19px;
  }
}
.products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist {
  margin-bottom: 20px;
}
.sidebar [role="tablist"] [role="tabpanel"] {
  margin-bottom: 0;
}
.sidebar .collapsible-block,
.sidebar .filter-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.sidebar .collapsible-block.filter-no-options .block.filter .filter-title,
.sidebar .filter-wrapper.filter-no-options .block.filter .filter-title {
  display: block !important;
}
.sidebar .collapsible-block.filter-no-options .modal-slide.filter-slide,
.sidebar .filter-wrapper.filter-no-options .modal-slide.filter-slide {
  position: static;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.sidebar .collapsible-block.filter-no-options .modal-slide.filter-slide .modal-header,
.sidebar .filter-wrapper.filter-no-options .modal-slide.filter-slide .modal-header {
  display: none !important;
}
.sidebar .collapsible-block.filter-no-options .modal-slide.filter-slide .modal-inner-wrap,
.sidebar .filter-wrapper.filter-no-options .modal-slide.filter-slide .modal-inner-wrap {
  height: auto;
  width: auto;
  padding: 0;
  box-shadow: none;
  transform: translateX(0);
}
@media (min-width: 1024px) {
  .sidebar .collapsible-block,
  .sidebar .filter-wrapper {
    margin-bottom: 44px;
  }
}
.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: 10px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
}
.sidebar .collapsible-block .opener:before {
  content: "\e929";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  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 #f4f4f4;
}
.sidebar .collapsible-block .opener[aria-expanded="false"]:before {
  content: "\e926";
}
.sidebar + div.sidebar-additional {
  margin-top: 0;
}
.sidebar .sidebar .action.delete,
.sidebar .table-comparison .cell.remove .action.delete,
.sidebar .block-compare .action.delete,
.sidebar .filtered .item .action.remove {
  text-align: left;
}
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%;
  width: auto;
  box-sizing: border-box;
  padding: 0 17px;
  margin-bottom: 0;
}
.product-wrap .product.media .fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  padding: 20px 0px;
}
.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 {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #a9a9a9;
  transition-property: transform, opacity, background-color, color;
}
@media (max-width: 479px) {
  .product-wrap .product.media .fotorama__arr {
    width: 50px;
  }
}
.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: #d02223;
}
.product-wrap .product.media .fotorama__arr--prev:before {
  content: "\e927";
  display: inline-block;
  font-family: 'theme-icons';
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
.product-wrap .product.media .fotorama__arr--next:before {
  content: "\e928";
  display: inline-block;
  font-family: 'theme-icons';
  font-style: normal;
  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);
  width: 15%;
}
.product-wrap .product.media .fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .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%;
  width: auto;
  box-sizing: border-box;
  padding: 0 17px;
}
@media (max-width: 639px) {
  .product-wrap .product-info-main {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-wrap .product-info-main {
    margin-top: 30px;
  }
}
.product-wrap .product-info-main .product-options-bottom .fieldset {
  align-items: flex-start;
  flex-direction: row;
}
.product-wrap .product-info-main .product-options-bottom .fieldset .field.qty {
  margin-right: 0;
  padding-top: 0;
}
.product-wrap .product-info-main .product-options-bottom .fieldset .actions {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.product-wrap .product-info-main .product-options-bottom .fieldset .actions .action.default.tocart {
  padding: 14px 20px;
  min-width: 218px;
}
.product-wrap .product-info-main .product-options-bottom .fieldset .actions .product-social-links {
  margin-top: 0;
  margin-left: 0;
}
.product-wrap .product-info-main .box-tocart .actions .action.tocart {
  white-space: nowrap;
}
.product-wrap .distributeur_numero,
.product-wrap .manufacturier_numero {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
  color: #000000;
}
.product-wrap .distributeur_numero strong,
.product-wrap .manufacturier_numero strong {
  font-weight: inherit;
}
.product-wrap .distributeur_numero strong:after,
.product-wrap .manufacturier_numero strong:after {
  content: ":";
}
.product-wrap .distributeur_numero .value,
.product-wrap .manufacturier_numero .value {
  color: #005627;
  font-weight: bold;
}
.product-wrap .product-info-stock-sku {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 17px;
  margin-left: -23px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  color: #000000;
}
.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;
  font-size: 12px;
}
.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: #005627;
  font-weight: bold;
}
.product-wrap .product-info-stock-sku .unavailable span {
  color: #ff5555;
}
.product-wrap .product-info-stock-sku .available,
.product-wrap .product-info-stock-sku .unavailable {
  display: none;
}
.product-wrap .product-info-stock-sku .availability strong {
  color: #005627;
  font-weight: bold;
}
.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: #005627;
  font-weight: bold;
}
.product-wrap .page-title-wrapper {
  margin-bottom: 12px;
  line-height: 1;
  width: 100%;
}
.product-wrap .page-title-wrapper h1.page-title {
  margin-left: 1.5rem;
  padding: 0;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.11111111;
}
@media (min-width: 480px) {
  .product-wrap .page-title-wrapper h1.page-title {
    font-size: 24px;
  }
}
.product-wrap .product-info-price .price-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #000000;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  flex-wrap: wrap;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}
.product-wrap .product-info-price .price-box .price,
.product-wrap .product-info-price .price-box .price-container {
  font-weight: bold;
  font-size: inherit;
}
.product-wrap .product-info-price .price-box .special-price {
  color: #000000;
  margin: 0;
}
.product-wrap .product-info-price .price-box .old-price {
  text-decoration: line-through;
  color: #888888;
  font-weight: 400;
  margin-left: 3px;
}
.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 > span,
.product-wrap .product-info-price .price-box .price-to > span {
  display: inline-block;
}
.product-wrap .product-info-price .price-box .price-from + .price-to {
  margin-top: 0;
}
.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: 8px;
}
.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 .price-label {
  display: none !important;
}
.product-wrap .product-info-price .price-box .price-from + .price-to {
  margin-left: 10px;
}
.product-wrap .product-info-price .price-box .old-price {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
.product-wrap .product-info-price .price-box .old-price.no-display {
  display: block;
  color: #999999;
}
.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 .price-box .timer-wrapper {
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
  flex-basis: 100%;
  justify-content: flex-start;
}
.product-wrap .product-info-price .map-show-info {
  font-size: 14px;
  line-height: 1;
}
.product-wrap .product.attribute.overview {
  margin-top: 15px;
  margin-bottom: 0;
}
@media (min-width: 1023px) {
  .product-wrap .product-brand {
    position: absolute;
    right: 0;
    top: -10rem;
  }
}
.product-wrap .product-brand-name a {
  color: #a9a9a9;
  display: none;
}
.product-wrap .product-brand-name a span:after {
  content: ':';
}
.product-wrap .product-brand-name a:hover {
  color: #d02223;
}
.product-wrap .product-brand-logo img {
  transition: .3s ease;
}
.product-wrap .product-brand-logo a:hover img {
  opacity: .7;
}
.product-wrap .swatch-opt {
  padding: 0;
  margin-top: 18px;
  margin-bottom: 0;
}
.product-wrap .swatch-attribute {
  position: relative;
}
.product-wrap .swatch-attribute + .swatch-attribute {
  margin-top: 14px;
}
.product-wrap .swatch-attribute .swatch-attribute-label {
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-bottom: 4px;
}
.product-wrap .swatch-attribute .swatch-attribute-label:after {
  content: ':';
}
.product-wrap .swatch-attribute .swatch-attribute-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 0;
  margin-top: 3px;
}
.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 .swatch-attribute .swatch-option + .swatch-option {
  margin-left: 1px;
}
.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-top: 11px;
  margin-bottom: 0;
}
.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: #000000;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-bottom: 8px;
}
.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.required div.mage-error {
  top: 100%;
  margin-top: 0;
}
.product-wrap .product-options-wrapper .field {
  padding: 0;
  display: inline-block;
  width: 100%;
}
.product-wrap .product-options-wrapper .field > .control {
  margin-bottom: 6px;
}
.product-wrap .product-options-wrapper .field > .control > select {
  width: 100% !important;
}
.product-wrap .product-options-wrapper .options-list > .field {
  width: auto;
  margin-bottom: 6px;
}
.product-wrap .product-options-wrapper .options-list > .field .label {
  display: inline-block;
  box-sizing: border-box;
  min-width: 34px;
  padding: 6px 7px;
  margin-right: 6px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 20px;
  color: #000000;
  background-color: #e7e7e7;
  border: 1px solid #e7e7e7;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all ease;
}
.product-wrap .product-options-wrapper .options-list > .field.choice > .label:before {
  display: none;
}
.product-wrap .product-options-wrapper .options-list > .field.choice > input:checked + .label {
  border-color: #000000;
}
.product-wrap .product-options-wrapper .price-notice {
  font-weight: 700;
  color: #a9a9a9;
}
.product-wrap .product-options-wrapper .select[multiple="multiple"] {
  max-width: 250px;
}
.product-wrap .product-options-wrapper .date .required legend {
  color: #a9a9a9;
  font-weight: 700;
  margin-bottom: 4px;
}
.product-wrap .product-options-wrapper .date .required legend span:after {
  color: #ff5555;
  content: "*";
  font-size: 12px;
  margin: 0 0 0 5px;
}
.product-wrap .product-options-wrapper .date .select2-container {
  margin-right: 4px;
}
.product-wrap .product-options-wrapper .date .select2-container:nth-child(6) {
  margin-right: 0;
}
.product-wrap .product-options-wrapper .date b {
  line-height: 50px;
  margin-right: 4px;
}
.product-wrap .product-options-wrapper .date .select2-container:nth-child(8) {
  margin-right: 4px;
}
@media (max-width: 1023px) {
  .product-wrap .product-options-wrapper .date .select2-hidden-accessible:nth-child(7) {
    width: 100% !important;
    position: relative !important;
    font-size: 0 !important;
    height: 0 !important;
    margin-bottom: 12px !important;
  }
}
.product-wrap .product-form-wrap {
  display: flex;
}
.product-wrap * + .product-social-links {
  margin-left: 34px;
}
.product-wrap .box-tocart {
  margin-top: 0;
  margin-bottom: 25px;
}
.product-wrap .box-tocart .fieldset {
  align-items: center;
  display: flex;
  margin: 0;
}
.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: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 12px 20px;
  background: linear-gradient(to bottom, #d02223 0px, #8c2b18 100%);
  color: #ffffff;
  border-radius: 1rem;
  border-color: transparent;
}
.product-wrap .box-tocart .fieldset button.action:hover,
.product-wrap .box-tocart .fieldset button.action:active,
.product-wrap .box-tocart .fieldset button.action:focus,
.product-wrap .box-tocart .fieldset .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-wrap .box-tocart .fieldset .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-wrap .box-tocart .fieldset .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-wrap .box-tocart .fieldset .action-gift.action:hover,
.product-wrap .box-tocart .fieldset .action-gift.action:active,
.product-wrap .box-tocart .fieldset .action-gift.action:focus {
  color: #ffffff;
  background: linear-gradient(to bottom, #9a2610 0px, #5a1407 100%);
}
@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 {
  margin-bottom: 0;
}
.product-wrap .box-tocart .field.qty > .label {
  display: none;
}
.product-wrap .box-tocart .field.qty > .label:after {
  content: '';
}
.product-wrap .box-tocart .field.qty .control {
  width: 100%;
}
.product-wrap .box-tocart .field.qty .control input {
  text-align: center;
  line-height: 20px;
  height: 44px;
  border: 1px solid #000000;
  width: 5em;
  margin-bottom: 0;
  padding: 10px;
  background: none;
  font-size: 12px;
  color: #000000;
  border-radius: 1rem;
}
.product-wrap .box-tocart .paypal {
  margin-top: 10px;
}
.product-wrap .product-social-links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 25px;
  align-items: center;
}
.product-wrap .product-social-links .product-addto-links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
}
.product-wrap .product-social-links .action.towishlist:before {
  content: "\e01a";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.product-wrap .product-social-links .action.tocompare {
  display: inline-block;
  vertical-align: top;
}
.product-wrap .product-social-links .action.tocompare:before {
  content: "\e02d";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.product-wrap .product-social-links .action.mailto:before {
  content: "\e012";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.product-wrap .product-social-links .action.towishlist,
.product-wrap .product-social-links .action.tocompare,
.product-wrap .product-social-links .action.mailto {
  line-height: 1;
  padding: 6px;
  margin-right: 34px;
}
.product-wrap .product-social-links .action.towishlist:before,
.product-wrap .product-social-links .action.tocompare:before,
.product-wrap .product-social-links .action.mailto:before {
  font-size: 24px;
  line-height: 1;
  color: #a9a9a9;
  transition: .3s ease all;
}
.product-wrap .product-social-links .action.towishlist:hover:before,
.product-wrap .product-social-links .action.tocompare:hover:before,
.product-wrap .product-social-links .action.mailto:hover:before {
  color: #d02223;
}
.product-wrap .product-social-links .action.towishlist span,
.product-wrap .product-social-links .action.tocompare span,
.product-wrap .product-social-links .action.mailto span {
  display: none;
}
.product-wrap .product-social-links .action.mailto:before {
  line-height: 21px;
}
.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;
}
.catalog-product-view .product.info.detailed {
  margin-top: 30px;
  margin-bottom: 0;
}
.catalog-product-view .product.data.items {
  margin-bottom: 0;
}
.catalog-product-view .product.data.items > div.item.title {
  margin: 0;
}
.catalog-product-view .product.data.items > div.item.title .counter:before {
  content: '(';
}
.catalog-product-view .product.data.items > div.item.title .counter:after {
  content: ')';
}
@media (min-width: 767px) {
  .catalog-product-view .product.data.items .item.title:before {
    display: none;
  }
  .catalog-product-view .product.data.items .item.title .data.switch {
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 400;
    height: auto;
    border: 0;
    background: #000000;
    color: #ffffff;
    margin-right: 2px;
    padding: 1rem;
    min-width: 135px;
  }
  .catalog-product-view .product.data.items .item.title .data.switch:hover {
    background: #d02223;
    border-bottom: 5px solid #000000;
  }
  .catalog-product-view .product.data.items .item.title .data.switch:hover:before {
    color: #d02223;
  }
  .catalog-product-view .product.data.items .item.title.active .data.switch {
    color: #ffffff;
    background: #d02223;
    border-bottom: 5px solid #000000;
  }
  .catalog-product-view .product.data.items .item.title.active .data.switch:before {
    color: #ffffff;
  }
  .catalog-product-view .product.data.items .item.title.active .data.switch:hover {
    color: #ffffff;
    background: #d02223;
  }
  .catalog-product-view .product.data.items .item.title.active .data.switch:hover:before {
    color: #ffffff;
  }
}
.catalog-product-view .product.data.items .item.content {
  border-top: 5px solid #f4f4f4;
}
.catalog-product-view .product.data.items .additional-attributes {
  line-height: 1.4;
}
.catalog-product-view .product.data.items .additional-attributes .attributes-caption {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #d02223;
  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 + .attributes-row {
  margin-top: 7px;
}
.catalog-product-view .product.data.items .additional-attributes .attributes-label {
  flex-basis: 130px;
  padding: 3px 15px 3px 0;
  color: #000000;
}
@media (min-width: 480px) {
  .catalog-product-view .product.data.items .additional-attributes .attributes-label {
    flex-basis: 162px;
  }
}
.catalog-product-view .product.data.items .additional-attributes .attributes-data {
  padding: 3px 0;
  flex-grow: 1;
}
.catalog-product-view .product.data.items .product-reviews-summary {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 14px;
}
.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 {
  margin-right: 0;
}
.catalog-product-view .product.data.items .product-reviews-summary .rating-summary > span:first-child:before,
.catalog-product-view .product.data.items .product-reviews-summary .reviews-actions .view > span:first-child:before {
  content: '(';
}
.catalog-product-view .product.data.items .product-reviews-summary .rating-summary > span:first-child:after,
.catalog-product-view .product.data.items .product-reviews-summary .reviews-actions .view > span:first-child:after {
  content: ')';
}
.catalog-product-view .product.data.items .product-reviews-summary .rating-summary > span:last-child,
.catalog-product-view .product.data.items .product-reviews-summary .reviews-actions .view > span:last-child {
  display: none;
}
.catalog-product-view .product.data.items .review-add .review-fieldset .field:not(.choice) > .label {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  margin-right: 24px;
  min-width: 70px;
  text-align: left;
}
@media (max-width: 767px) {
  .catalog-product-view .product.data.items .review-add .review-fieldset .field:not(.choice) > .label {
    margin-bottom: 0;
  }
}
.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 {
  margin-top: 10px;
}
.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: 10px;
  padding-right: 1rem;
  font-size: 12px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .catalog-product-view .product.data.items .review-add .review-fieldset .field:not(.choice) > .control .review-field-rating .label {
    padding-top: 0;
  }
  .catalog-product-view .product.data.items .review-add .review-fieldset .field:not(.choice) > .control .review-field-rating .control {
    margin-top: 0;
  }
}
.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 #f4f4f4;
  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;
  color: #000000;
}
.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;
  color: #000000;
}
.catalog-product-view .product.data.items #product-review-container .rating-label {
  display: none;
}
.catalog-product-view .product.data.items .review-form .fieldset > .field:not(.choice) > .label {
  padding-top: 0;
}
@media (max-width: 767px) {
  .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%;
    max-width: 280px;
  }
  .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: 18px 20px;
  }
}
.catalog-product-view .related-posts-container h4 {
  font-weight: 400;
  margin-top: 2em;
}
.catalog-product-view .block.upsell {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.catalog-product-view .block.related {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.catalog-product-view .block.upsell .products-grid .product-item .quick-view-button,
.catalog-product-view .block.related .products-grid .product-item .quick-view-button {
  right: 25px;
  top: 25px;
}
.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;
}
.fotorama__wrap {
  border: 1px solid #e5e5e5;
}
.fotorama__wrap .fotorama__stage {
  left: 0 !important;
}
.fotorama__wrap .fotorama__nav-wrap {
  right: 0;
  left: auto;
}
.fotorama__wrap .fotorama__stage__frame {
  background-color: transparent;
}
.fotorama__wrap .fotorama__thumb-border {
  background: none;
}
.fotorama__wrap .fotorama__nav-wrap img {
  transition: 0.3s all ease;
}
.fotorama__wrap .fotorama__nav-wrap .fotorama__nav__frame {
  height: 100px;
}
.fotorama__wrap .fotorama__nav-wrap .fotorama__nav__frame .fotorama__thumb {
  background: transparent;
  border: 1px solid transparent;
  width: 85%;
}
.fotorama__wrap .fotorama__nav-wrap .fotorama__nav__frame.fotorama__active .fotorama__thumb {
  border-color: #000000;
}
.fotorama--fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.gallery-placeholder .magnifier-preview:not(.hidden) {
  background-color: #f4f4f4;
  z-index: 5;
}
.product-wrap .product-info-main {
  position: relative;
}
@media (max-width: 1199px) {
  .product-wrap .product-info-main .product-options-bottom .fieldset .actions {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .product-wrap .product-info-main .product-options-bottom .fieldset .actions .product-social-links {
    margin-top: 20px;
  }
  .product-wrap .product-info-main .product-options-bottom .fieldset .actions .product-social-links .action.towishlist,
  .product-wrap .product-info-main .product-options-bottom .fieldset .actions .product-social-links .action.tocompare,
  .product-wrap .product-info-main .product-options-bottom .fieldset .actions .product-social-links .action.mailto {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .product-wrap .product-info-main .product-options-bottom .fieldset .field.qty {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .block.related .block-title.title {
    margin-bottom: 75px;
    text-align: center;
  }
  .block.related .block-content.content .block-actions {
    display: none;
  }
  .block.related .grid.products-grid .owl-carousel .owl-nav {
    right: auto;
    left: 50%;
    transform: translate(-50%);
  }
}
.catalog-product-view .product.data.items .data.switch {
  background: #d02223;
  color: #ffffff;
}
.product.data.items.active {
  background: #000000;
}
.catalog-product-view .product.data.items .additional-attributes {
  grid-column-gap: 6rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 767px) {
  .catalog-product-view .product.data.items .additional-attributes {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.catalog-product-view .product.data.items .additional-attributes .attributes-row {
  border-bottom: 1px solid;
  padding: 1rem 0;
  justify-content: space-between;
}
.catalog-product-view .product.data.items .additional-attributes .attributes-data {
  flex-grow: unset;
}
.page-title-wrapper.product {
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .page-title-wrapper.product {
    order: -1;
    padding: 2rem 2rem 0 2rem;
  }
}
.fotorama-item.fotorama.fotorama--fullscreen,
.gallery-placeholder.fotorama--fullscreen,
.gallery-placeholder._block-content-loading.fotorama--fullscreen {
  max-width: 100% !important;
}
.fieldset > .field:not(.choice) > .label {
  text-align: left !important;
}
.action.tocart.unavailable-cta {
  background: linear-gradient(0deg, #000000 0%, #000000 21%, #ababab 96%) !important;
  color: #ffffff;
  border-radius: 1rem;
}
.action.tocart.unavailable-cta:hover {
  transition: none;
  color: #ffffff;
  opacity: 0.75 !important;
}
.action.tocart.preorder-cta {
  background: linear-gradient(0deg, #1f50ac 12%, #18579e 36%, #9c9b9b 100%) !important;
  color: #ffffff;
  border-radius: 1rem;
}
.action.tocart.preorder-cta:hover {
  transition: none;
  color: #ffffff;
  opacity: 0.75 !important;
}
.box-tocart .fieldset {
  position: relative;
  flex-wrap: nowrap;
}
.box-tocart .fieldset .stock.available {
  flex: 1 0 auto;
  color: red;
  max-width: 650px;
  position: absolute;
  top: 6rem;
  width: 650px;
  font-size: 12px;
  line-height: 1.3;
}
.box-tocart .fieldset .stock.available:before {
  content: "*";
  padding-right: 5px;
}
@media (max-width: 768px) {
  .box-tocart .fieldset .stock.available {
    width: 450px;
  }
}
.catalog-product-view .giftcard-fieldset h2 {
  font-size: 2.4rem;
}
.catalog-product-view .giftcard-fieldset h3 {
  font-size: 1.6rem;
}
.catalog-product-view .giftcard-fieldset ._has-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  right: 0;
}
.catalog-product-view .giftcard-fieldset .calendar-icon {
  display: none;
}
.catalog-product-view .giftcard-fieldset .card-preview {
  text-transform: uppercase;
  color: #000000;
}
.catalog-product-view .giftcard-fieldset .stock.available {
  color: green;
}
.catalog-product-view .giftcard-fieldset .stock.unavailable {
  color: #d02223;
}
.product-carte-cadeau .product-social-links {
  display: none;
}
@media screen and (max-width: 640px) {
  .product.data.items .item.title > .switch {
    padding: 10px 15px 10px;
  }
}
@media screen and (max-width: 640px) {
  .product.data.items > .item.title:before {
    top: 15px;
    right: 5px;
  }
}
@media screen and (max-width: 640px) {
  .catalog-product-view .product.data.items .item.title:before {
    color: #ffffff !important;
  }
  .catalog-product-view .product.data.items .item.title .data.switch {
    background: #000000;
    color: #ffffff;
  }
  .catalog-product-view .product.data.items .item.title.active .data.switch {
    color: #ffffff;
    background: #d02223;
    border-bottom: 5px solid #000000;
  }
  .catalog-product-view .product.data.items .item.title.active .data.switch:before {
    color: #ffffff;
  }
}
.catalog-product-view .product.data.items .item.title .data.switch {
  text-transform: none;
}
.sendfriend-product-send form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sendfriend-product-send form .fieldset {
  width: 100%;
}
.sendfriend-product-send form .fieldset .control {
  width: 100% !important;
}
.sendfriend-product-send form .fieldset .fieldset {
  width: 100% !important;
}
@media screen and (min-width: 1024px) {
  .sendfriend-product-send form .fieldset {
    width: 45%;
  }
}
.sendfriend-product-send form .fieldset > .legend {
  margin-left: 0 !important;
}
.sendfriend-product-send form .actions-toolbar {
  margin-left: 0 !important;
}
.sendfriend-product-send form .actions-toolbar .primary {
  margin-right: 5rem !important;
}
@media screen and (min-width: 1024px) {
  .sendfriend-product-send form .actions-toolbar .secondary {
    text-align: left !important;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .sendfriend-product-send form .actions-toolbar .secondary:last-child {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .product-items .item .action.tocompare,
  .actions-secondary > .action.tocompare,
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*="block-compare"] {
    display: none !important;
  }
}
#recipients-options .fields > .actions-toolbar:first-child {
  display: none;
}
.catalog-product-view .product.attribute.description ul {
  list-style-type: disc;
  padding-left: 40px;
}
.catalog-product-view .block.upsell,
.catalog-product-view .block.related {
  margin-top: 0;
}
.catalog-product-view .block.upsell .owl-carousel .owl-nav,
.catalog-product-view .block.related .owl-carousel .owl-nav {
  right: 40px;
}
.catalog-product-view .block.upsell .owl-carousel .owl-nav .owl-prev,
.catalog-product-view .block.related .owl-carousel .owl-nav .owl-prev,
.catalog-product-view .block.upsell .owl-carousel .owl-nav .owl-prev.disabled,
.catalog-product-view .block.related .owl-carousel .owl-nav .owl-prev.disabled,
.catalog-product-view .block.upsell .owl-carousel .owl-nav .owl-next,
.catalog-product-view .block.related .owl-carousel .owl-nav .owl-next,
.catalog-product-view .block.upsell .owl-carousel .owl-nav .owl-next.disabled,
.catalog-product-view .block.related .owl-carousel .owl-nav .owl-next.disabled {
  font-size: 24px;
}
.catalog-product-view .block.upsell .owl-carousel .owl-nav button,
.catalog-product-view .block.related .owl-carousel .owl-nav button,
.catalog-product-view .block.upsell .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action,
.catalog-product-view .block.related .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action,
.catalog-product-view .block.upsell .owl-carousel .owl-nav .action-gift,
.catalog-product-view .block.related .owl-carousel .owl-nav .action-gift {
  color: #d02223;
}
.catalog-product-view .block.upsell .products.wrapper.grid.products-grid .item.product.product-item div.product-item-info,
.catalog-product-view .block.related .products.wrapper.grid.products-grid .item.product.product-item div.product-item-info,
.catalog-product-view .block.upsell .products.wrapper.list.products-list .item.product.product-item div.product-item-info,
.catalog-product-view .block.related .products.wrapper.list.products-list .item.product.product-item div.product-item-info {
  border-radius: 1rem;
  border: 2px solid #000000;
  box-shadow: 0 10px 6px -6px #000000;
}
.catalog-product-view .block.upsell .products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-img-wrap .product-item-photo .product-image-photo,
.catalog-product-view .block.related .products.wrapper.grid.products-grid .item.product.product-item div.product-item-info .product-img-wrap .product-item-photo .product-image-photo,
.catalog-product-view .block.upsell .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-img-wrap .product-item-photo .product-image-photo,
.catalog-product-view .block.related .products.wrapper.list.products-list .item.product.product-item div.product-item-info .product-img-wrap .product-item-photo .product-image-photo {
  border-radius: 1rem 1rem 0 0;
}
.block.related {
  overflow: hidden;
  margin-top: 30px;
}
.block.related .block-actions .select {
  padding: 0;
  line-height: 1;
  background: transparent;
  color: #d02223;
  border: none;
  box-shadow: none;
}
.block.related .block-actions .select:hover {
  color: #000000;
}
.products-grid.products-related {
  margin-top: 27px;
}
html.rtl .block.related .block-actions {
  direction: ltr;
}
html.rtl .block.related .block-title.title {
  padding-right: 0;
  padding-left: 90px;
}
.catalog-product-view .block.related .block-title.title strong {
  font-size: 26px;
  font-weight: 400;
}
.catalog-product-view .block.related .block-content.content > .block-actions {
  font-size: 14px;
}
.catalog-product-view .block.related .block-content.content > .block-actions .action.select {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 3px;
}
.catalog-product-view .block.related .block-content.content .product-items .product-item {
  padding: 0 19px;
}
.catalog-product-view .block.related .block-content.content .product-items .product-item .product-item-info .product-item-details .field.choice.related {
  text-align: center;
}
.catalog-product-view .block.related .block-content.content .product-items .product-item .product-item-info .product-item-details .stock.unavailable {
  padding-top: 8px;
  padding-bottom: 10px;
}
.block.upsell {
  overflow: hidden;
  margin-top: 30px;
}
.block.upsell .block-title.title {
  padding-right: 90px;
}
@media (max-width: 479px) {
  .block.upsell .block-title.title strong {
    font-size: 20px;
  }
}
.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: #d02223;
}
.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 {
  margin-top: 27px;
}
html.rtl .block.upsell .block-title.title {
  padding-right: 0;
  padding-left: 90px;
}
.block.crosssell {
  margin-top: 50px;
}
.block.crosssell .block-title.title {
  padding-right: 90px;
}
@media (max-width: 479px) {
  .block.crosssell .block-title.title strong {
    font-size: 20px;
  }
}
.block.crosssell .owl-controls {
  top: -30px;
}
.block.crosssell .products-grid {
  margin-top: 27px;
}
.block.crosssell html.rtl .block-title.title {
  padding-right: 0;
  padding-left: 90px;
}
.product-options-wrapper .fieldset > br {
  display: none;
}
.product-options-wrapper .downloads {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.category-view {
  margin-top: 30px;
}
.sidebar .block-title strong {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.abs-action-addto-product,
.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: none;
  border: none;
  color: #888888;
  letter-spacing: 0;
}
.abs-action-addto-product: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 {
  color: #d02223;
  border: none;
  background: none;
}
.toolbar-amount {
  order: -2;
}
.toolbar-products {
  align-items: flex-end;
}
.catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter-content #more-filter-btn {
  display: none;
}
@media (min-width: 1024px) {
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 2rem;
    align-items: baseline;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .toolbar-products {
    align-items: flex-end;
    flex-wrap: nowrap;
    flex-basis: 30%;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .toolbar-products .toolbar-amount {
    order: -1;
    margin-right: 1rem;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper {
    flex-basis: 70%;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-current--wrapper {
    margin: 16px 19px 0 19px;
    padding: 0;
    border: 0;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-current--wrapper .filter-current .filter-current-subtitle {
    display: none;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-current--wrapper .filter-current .item {
    margin-bottom: 0;
    font-size: 14px;
    color: #000000;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-current--wrapper .filter-current .item .action.remove {
    color: #000000;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-current--wrapper .filter-current .item .action.remove:hover {
    color: #000000;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-current--wrapper .block-actions {
    display: none;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content > #more-filter-btn {
    display: none;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #more-filter-btn {
    padding: 6px 10px;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    color: #d02223;
    transition: .3s ease all;
    display: block;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #more-filter-btn:before {
    content: 'more filters';
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #more-filter-btn:hover {
    color: #000000;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #hidden-filters {
    display: none;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #hidden-filters.active {
    margin-top: 13px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #hidden-filters.active .filter-options-item {
    margin-bottom: 13px;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #hidden-filters.active .filter-options-item .filter-options-content {
    z-index: 90;
  }
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options.active #more-filter-btn:before {
    content: 'less filters';
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #hidden-filters.active {
    margin-top: 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .catalog-category-view.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #hidden-filters.active .filter-options-item {
    margin-bottom: 8px;
  }
}
.fotorama__thumb-border {
  border: 0;
}
.catalogsearch-result-index.page-layout-1column .page-title-wrapper {
  text-align: left;
}
.catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter-content #more-filter-btn {
  display: none;
}
.catalogsearch-result-index.page-layout-1column .column.main .search.results .toolbar-wrapper {
  display: none;
}
.catalogsearch-result-index.page-layout-1column .column.main .search.results .toolbar-wrapper + .block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  color: #000000;
}
.catalogsearch-result-index.page-layout-1column .column.main .search.results .toolbar-wrapper + .block .title::after {
  content: ':';
}
.catalogsearch-result-index.page-layout-1column .column.main .search.results .toolbar-wrapper + .block dl {
  width: 100%;
}
.catalogsearch-result-index.page-layout-1column .column.main .search.results .toolbar-wrapper + .block dd.item::after {
  content: ',';
}
.catalogsearch-result-index.page-layout-1column .column.main .search.results .toolbar-wrapper + .block dd.item:last-child::after {
  content: none;
}
@media (min-width: 1024px) {
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    align-items: baseline;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .toolbar-products {
    align-items: flex-end;
    flex-wrap: nowrap;
    flex-basis: 30%;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .toolbar-products .toolbar-amount {
    order: -1;
    margin-right: 1rem;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper {
    flex-basis: 70%;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-current--wrapper {
    margin: 16px 19px 0 19px;
    padding: 0;
    border: 0;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-current--wrapper .filter-current .filter-current-subtitle {
    display: none;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-current--wrapper .filter-current .item {
    margin-bottom: 0;
    font-size: 14px;
    color: #000000;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-current--wrapper .filter-current .item .action.remove {
    color: #000000;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-current--wrapper .filter-current .item .action.remove:hover {
    color: #000000;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-current--wrapper .block-actions {
    display: none;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content > #more-filter-btn {
    display: none;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options {
    display: flex;
    flex-wrap: wrap;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #more-filter-btn {
    padding: 6px 10px;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    color: #d02223;
    transition: .3s ease all;
    display: block;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #more-filter-btn:before {
    content: 'more filters';
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #more-filter-btn:hover {
    color: #000000;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #hidden-filters {
    display: none;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #hidden-filters.active {
    margin-top: 13px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #hidden-filters.active .filter-options-item {
    margin-bottom: 13px;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #hidden-filters.active .filter-options-item .filter-options-content {
    z-index: 90;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options.active #more-filter-btn:before {
    content: 'less filters';
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content #more-filter-btn {
    padding: 6px 10px;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    color: #d02223;
    transition: .3s ease all;
    display: block;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content #more-filter-btn:before {
    content: 'more filters';
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content #more-filter-btn:hover {
    color: #000000;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content #hidden-filters {
    display: none;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content #hidden-filters.active {
    margin-top: 13px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content #hidden-filters.active .filter-options-item {
    margin-bottom: 13px;
  }
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content #hidden-filters.active .filter-options-item .filter-options-content {
    z-index: 90;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #hidden-filters.active {
    margin-top: 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content .filter-options #hidden-filters.active .filter-options-item {
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content #hidden-filters.active {
    margin-top: 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .catalogsearch-result-index.page-layout-1column .column.main .toolbar-wrapper .filter.filter-wrapper .filter-content #hidden-filters.active .filter-options-item {
    margin-bottom: 8px;
  }
}
.toolbar-amount {
  order: -2;
}
.toolbar-products {
  align-items: flex-end;
}
.block.filter .filter-title strong {
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 1.4;
  text-transform: none;
}
.filter-wrapper *,
.filter-wrapper *:before,
.filter-wrapper:after {
  box-sizing: border-box;
}
.sidebar .filter-wrapper .filter-subtitle {
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 16px;
}
#layered-filter-block .modal-slide._show {
  background-color: transparent;
}
#layered-filter-block .modal-slide._show a,
#layered-filter-block .modal-slide._show a > span {
  transition: color .3s ease;
}
.filter-current--wrapper {
  margin-bottom: 30px;
  padding: 12px 15px 8px;
  border: 1px solid #f4f4f4;
}
@media (max-width: 1024px) {
  .filter-current--wrapper {
    margin: 30px 0;
  }
}
.filter-current--wrapper .block-subtitle {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000000;
  text-transform: uppercase;
}
.filter-current--wrapper .filter-current .items {
  padding: 2px 0;
  margin-left: -22px;
}
.filter-current--wrapper .filter-current .item {
  position: relative;
  display: inline-block;
  margin-left: 22px;
  line-height: 1.5;
}
.filter-current--wrapper .filter-current .remove {
  margin-left: 5px;
}
.filter-current--wrapper .filter-current .remove:before {
  content: "\ec35";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.filter-current--wrapper .filter-current .remove span {
  display: none;
}
.filter-current--wrapper .filter-actions {
  margin-top: 5px;
  margin-bottom: 0;
}
.filter-current--wrapper .filter-actions .action {
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.4;
}
.filter-options .filter-options-item {
  margin-bottom: 0;
}
.filter-options .filter-options-item:last-child {
  border-bottom: none;
}
.filter-options .filter-options-title {
  color: #000000;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 0;
  padding-right: 25px;
  position: relative;
  cursor: pointer;
  width: 100%;
  text-transform: none;
}
.filter-options .filter-options-title:before {
  content: "\ec39";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  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: center;
  font-size: 10px;
  line-height: 26px;
  font-weight: 100;
  color: #888888;
}
.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: "\ec3a";
}
.filter-options .filter-options-content {
  display: none;
  padding: 12px 0 2px;
  margin-bottom: 0;
}
.filter-options .filter-options-content .item {
  padding: 4px 0;
  display: flex;
}
.filter-options .filter-options-content .item > a:first-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 130px;
  width: 100%;
  margin-right: 8px;
  overflow: hidden;
  display: block;
}
.filter-options .filter-options-content .item a {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #000000;
  text-transform: capitalize;
}
.filter-options .filter-options-content .item a:hover {
  color: #d02223;
}
.filter-options .filter-options-content .count {
  color: #888888;
}
.filter-options .filter-options-content a:hover .count {
  color: #000000;
}
.filter-options .filter-options-content .swatch-attribute-options {
  margin-top: 0;
}
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;
  font-style: normal;
  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;
}
.tollbar-bottom button.action.filter-toggle,
.tollbar-bottom .cart.table-wrapper .actions-toolbar > .action.action.filter-toggle,
.tollbar-bottom .action-gift.action.filter-toggle {
  display: none !important;
}
.sidebar .price-slider {
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.sidebar .price-slider .slider-fields {
  margin-left: -10px;
  margin-right: -10px;
}
.sidebar .price-slider .slider-fields .slider-input {
  margin-top: 8px;
}
.sidebar .price-slider .slider-fields label {
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
}
.sidebar .price-slider .ui-slider-handle {
  background: #d02223;
  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: #d02223;
}
html.rtl .filter-current--wrapper .filter-current .item .action.remove {
  right: auto;
  left: 0;
}
html.rtl .filter-current--wrapper [role="tablist"] .filter-current-subtitle[role="tab"] {
  padding-right: 0;
}
html.rtl .filter-current--wrapper [role="tablist"] .filter-current-subtitle[role="tab"]:before {
  right: auto;
  left: 0;
}
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 .item a:last-child {
  text-align: left;
}
@media (min-width: 1024px) {
  .filter-options .filter-options-item {
    display: block;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 9px 6px 9px 20px;
    background: #f4f4f4;
    width: 189px;
    height: 42px;
    margin-right: 13px;
    margin-bottom: 13px;
  }
  .filter-options .filter-options-item .filter-options-title {
    color: #000000;
    font-size: 12px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .filter-options .filter-options-item .filter-options-content {
    padding: 9px 20px;
    margin-bottom: 0;
    position: absolute;
    background: #ffffff;
    width: 100%;
    left: 0;
    top: 42px;
    border: 1px solid #f4f4f4;
    border-top: 0;
    z-index: 2;
  }
  .filter-options .filter-options-item .filter-options-content li a {
    color: #888888;
  }
}
@media (min-width: 1024px) and (max-width: 1554px) {
  .filter-options .filter-options-item {
    padding: 9px 6px 9px 12px;
    width: 130px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .filter-options .filter-options-item {
    margin-right: 8px;
  }
}
@media (max-width: 1023px) {
  .filter-options {
    margin-top: 30px;
  }
}
.product-reviews-summary .rating-summary {
  left: 0;
}
.product-reviews-summary .reviews-actions a {
  display: inline-block;
  padding-top: 4px;
  color: #000000;
}
.rating-summary .rating-result {
  margin-left: 0;
}
.review-list .block-title strong {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}
.review-list .review-title {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-weight: 600;
  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;
}
.review-add .review-legend {
  padding: 12px 24px;
  background: #f4f4f4;
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 32px;
  width: 100%;
}
.review-add .review-legend span {
  float: left;
  margin-right: 10px;
  font-weight: 700;
  color: #888888;
}
.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: 10px;
}
.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: 768px) {
  .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: #a9a9a9;
  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: #888888;
  font-family: 'theme-icons';
  font-size: 18px;
  height: 18px;
  letter-spacing: 8px;
  line-height: 18px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: "\e98d" "\e98d" "\e98d" "\e98d" "\e98d";
  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: #ff8c2f;
  font-family: 'theme-icons';
  font-size: 18px;
  height: 18px;
  letter-spacing: 8px;
  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: "\e98d" "\e98d" "\e98d" "\e98d" "\e98d";
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: "\e98d" "\e98d" "\e98d" "\e98d";
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: "\e98d" "\e98d" "\e98d";
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: "\e98d" "\e98d";
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: "\e98d";
}
html.rtl .review-add .review-legend span {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
html.rtl .review-add .fieldset .review-legend.legend {
  padding-right: 0;
  padding-left: 24px;
}
html.rtl .review-add .fieldset.review-fieldset > div.field[class*=review-field] label.label {
  float: right;
  margin-right: 0;
  margin-left: 24px;
  text-align: right;
}
.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;
}
.block-search {
  margin: 0;
}
.block-search .block-title,
.block-search .block-content .nested {
  display: none;
}
.block-search form button.action.search,
.block-search form .cart.table-wrapper .actions-toolbar > .action.action.search,
.block-search form .action-gift.action.search {
  display: block;
  background: transparent;
  padding: 0 9px;
  color: #000000;
  right: 4px;
}
.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;
  font-style: normal;
  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: #d02223;
}
.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: 18px;
  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;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
  display: none;
}
.searchsuite-autocomplete .title .see-all {
  color: #000000;
  font-weight: 600;
}
.columns {
  display: block;
}
.columns .column.main {
  max-width: 100%;
  padding-bottom: 0;
}
.breadcrumbs > .items,
.page-main > div {
  margin-right: auto;
  margin-left: auto;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
  min-width: 320px;
}
@media (min-width: 768px) {
  .breadcrumbs > .items,
  .page-main > div {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs > .items,
  .page-main > div {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs > .items,
  .page-main > div {
    max-width: 1200px;
  }
}
@media (min-width: 1554px) {
  .breadcrumbs > .items,
  .page-main > div {
    max-width: 1554px;
  }
}
@media (min-width: 2000px) {
  .breadcrumbs > .items,
  .page-main > div {
    max-width: 2000px;
  }
}
.page-main {
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .columns > .row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.grid-main,
.grid-left,
.grid-right {
  max-width: 100%;
  padding: 0 17px;
  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;
  margin-top: 32px;
}
.page-main .columns .sidebar.sidebar-main,
.page-main .columns .sidebar.sidebar-additional {
  float: none;
  clear: none;
  width: 100%;
  flex: 0 0 auto;
  padding: 0;
}
.page-layout-3columns .column.main,
.page-layout-2columns-left .column.main,
.page-layout-2columns-right .column.main,
.page-layout-3columns .sidebar,
.page-layout-2columns-left .sidebar,
.page-layout-2columns-right .sidebar {
  margin-top: 30px;
}
.ipad .page-main .grid-left {
  clear: both;
}
/*
* @section      Custom pages
* @description  This section holds specific style for Custom pages
*/
.custom-page dt {
  color: #000000;
}
.custom-page dd {
  padding-left: 0;
}
.custom-page table {
  margin-bottom: 4em;
}
@media (max-width: 767px) {
  .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: #000000;
    background: #f4f4f4;
    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;
}
.search.advanced .brand_id .select2-container {
  max-width: 100%;
}
.cms-about-us .breadcrumbs {
  display: block;
}
.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;
}
@media (max-width: 1554px) {
  .cms-about-us .about-us_info {
    flex-direction: column;
  }
}
.cms-about-us .about-us_info .heading-4 {
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}
.cms-about-us .about-us_info img {
  display: block;
  width: 100%;
}
.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: #f4f4f4;
  padding: 20px;
}
.cms-about-us .about-us_info .about-us_info_txt p {
  max-width: 680px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}
.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: #d02223;
  font-weight: 700;
  font-size: calc(20px + 1.56vw);
  line-height: 1;
  letter-spacing: 9px;
  margin-bottom: 1.25vw;
}
.cms-about-us .skills .term {
  color: #a9a9a9;
  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%;
}
.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: #f4f4f4;
  height: 100%;
  padding: 20px;
}
.about-us_services .about-us_services_txt i {
  color: #d02223;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 24px;
}
.about-us_services .about-us_services_txt h4 {
  margin-bottom: 32px;
}
.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: 22px;
  line-height: 22px;
  font-weight: 700;
  display: inline-block;
  color: #000000;
}
.cms-about-us .team p {
  margin-bottom: 0;
}
.cms-about-us .testimonials {
  background: #f4f4f4;
  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: #000000;
}
.cms-about-us .testimonials blockquote i {
  color: #d02223;
  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: #a9a9a9;
}
.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: #000000;
}
.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 #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.customer-service .table-block thead th {
  padding: 10px;
  border-left: 1px solid #f4f4f4;
  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: 767px) {
  .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: #f4f4f4;
    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;
  font-style: normal;
  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;
}
.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;
  font-style: normal;
  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: #000000;
}
.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: #d02223;
}
.contact-index-index .contact-us-info .contact-us-info-item + .contact-us-info-item {
  margin-top: 20px;
}
.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: #000000;
}
.contact-index-index .field.note {
  margin-bottom: 12px;
}
.contact-index-index .page-main {
  margin-top: 0;
}
.contact-index-index .page-main .page-title-wrapper {
  display: none;
}
.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;
}
.contact-index-index .page-main .contact-us_googlemap__wrapper {
  width: 100%;
  max-width: none;
  padding: 0;
}
.contact-index-index .page-main .contact-us_googlemap__wrapper #map_canvas_contacts {
  height: 489px !important;
}
@media (max-width: 767px) {
  .contact-index-index .page-main .contact-us_googlemap__wrapper #map_canvas_contacts {
    height: 389px !important;
  }
}
@media (max-width: 639px) {
  .contact-index-index .page-main .contact-us_googlemap__wrapper #map_canvas_contacts {
    height: 289px !important;
  }
}
.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: #d02223;
}
.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: 767px) {
  .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 #f4f4f4;
}
.search-terms ul a {
  padding: 5px;
  color: #888888;
}
.search-terms ul a:hover {
  background: #a9a9a9;
}
.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: #d02223;
  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: #000000;
  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: #d02223;
  position: absolute;
  top: -15px;
  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 #f4f4f4;
}
.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: #d02223;
  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: #d02223;
  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';
  font-style: normal;
  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';
  font-style: normal;
  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: #000000;
}
.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: #d02223;
  background: #f4f4f4;
  text-align: center;
  padding: 10px 0;
  width: 40px;
  display: inline-block;
  margin: 5px 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 #f4f4f4;
  margin-bottom: 30px;
}
.support-page .boxes-block h4 {
  margin-bottom: 20px;
}
.support-page .boxes-block li a {
  transition: 0s;
  color: #000000;
}
.support-page .boxes-block li div {
  background: transparent;
  border: 1px solid #d02223;
  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: #d02223;
}
.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: #d02223;
  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: #000000;
}
.guarantee-page h4:before {
  content: "\ea1f";
  display: inline-block;
  font-family: 'theme-icons';
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.guarantee-page h4:before {
  line-height: inherit;
  color: #d02223;
  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 #f4f4f4;
  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;
  font-style: normal;
  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: #888888;
}
.secure-payment-page .secure-payment_icons ul a:hover {
  color: #000000;
}
.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;
  font-style: normal;
  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: #d02223;
  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 #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  color: #000000;
}
.cms-template-settings .data-table thead th {
  border-left: 1px solid #f4f4f4;
  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 #f4f4f4;
}
.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: #000000;
  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 .cms-template-settings .data-table thead th:first-child {
  padding-left: 20px;
  padding-right: 0;
}
html.rtl .cms-template-settings .data-table:not(.totals).data-table th {
  direction: ltr;
}
html.rtl .change-message {
  padding-right: 1rem;
  padding-left: 3.5rem;
}
html.rtl .customer-service .table-block thead th {
  text-align: right;
}
html.rtl .customer-service .list-block h4:before {
  padding-left: 10px;
  padding-right: 0;
}
html.rtl .contact-index-index .legend {
  float: right;
}
html.rtl .search.advanced legend.legend {
  margin-left: 0;
  float: none;
  text-align: center;
}
html.rtl .search.advanced .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: none;
}
html.rtl .search.advanced .brand_id .select2-container {
  width: 100% !important;
}
html.rtl .form.search.advanced .fields.range .field:first-child .control {
  padding-right: 0;
}
html.rtl .form.search.advanced .fields.range .field:first-child .control:after {
  display: none;
}
html.rtl .form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 0;
}
html.rtl .form.search.advanced .fields.range .field label {
  direction: ltr;
}
html.rtl .cms-about-us .testimonials .owl-testimonials .owl-dots div + div {
  margin-right: 15px;
  margin-left: 0;
}
html.rtl .sales-guest-form form .actions-toolbar,
html.rtl .customer-account-create form .actions-toolbar {
  margin-left: 0;
}
html.rtl .sales-guest-form form .actions-toolbar .primary,
html.rtl .customer-account-create form .actions-toolbar .primary {
  float: left;
}
html.rtl .customer-account-create .actions-toolbar {
  justify-content: flex-start;
}
html.rtl .account.customer-address-form .select2-container--default .select2-results > .select2-results__options {
  padding-right: 10px;
}
html.rtl .faq-page #faq-accordion .accordion-trigger:before {
  margin-right: 0;
  margin-left: 15px;
}
html.rtl .faq-page #faq-accordion .accordion-content p:before {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
html.rtl .shipping-delivery-page ul li {
  padding-right: 15px;
  padding-left: 0;
}
html.rtl .shipping-delivery-page ul li:before {
  right: 0;
  left: auto;
}
html.rtl .shipping-delivery-page .shipping-delivery-page_shipping-icon:before,
html.rtl .shipping-delivery-page .shipping-delivery-page_track-icon:before,
html.rtl .shipping-delivery-page .shipping-delivery-page_order-icon:before {
  padding-right: 0;
  padding-left: 15px;
}
html.rtl .guarantee-page h4:before,
html.rtl .secure-payment-page h4:before,
html.rtl .terms-conditions-page ul h4:before {
  padding-right: 0;
  padding-left: 10px;
}
.catalog-product_compare-index .action.print {
  display: none;
}
.page-wrapper > .top-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
  min-width: 320px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .page-wrapper > .top-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .page-wrapper > .top-container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .page-wrapper > .top-container {
    max-width: 1200px;
  }
}
@media (min-width: 1554px) {
  .page-wrapper > .top-container {
    max-width: 1554px;
  }
}
@media (min-width: 2000px) {
  .page-wrapper > .top-container {
    max-width: 2000px;
  }
}
.page-wrapper > .page-bottom {
  width: 100%;
}
.page-wrapper > .page-bottom > .content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
  min-width: 320px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .page-wrapper > .page-bottom > .content {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .page-wrapper > .page-bottom > .content {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .page-wrapper > .page-bottom > .content {
    max-width: 1200px;
  }
}
@media (min-width: 1554px) {
  .page-wrapper > .page-bottom > .content {
    max-width: 1554px;
  }
}
@media (min-width: 2000px) {
  .page-wrapper > .page-bottom > .content {
    max-width: 2000px;
  }
}
@media (max-width: 380px) {
  .page-wrapper > .page-bottom > .content {
    padding: 0;
  }
}
.account.wishlist-index-index .products-grid.wishlist .product-item .price-box {
  justify-content: left;
}
.account.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .fieldset {
  display: flex;
}
.account.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .fieldset .field.qty .control {
  text-align: left;
  margin-bottom: 10px;
}
/*
* @section      Static blocks
* @description  This section holds specific style for Static blocks
*/
.block-static-block.widget {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.page-header .block-static-block.widget {
  margin-right: auto;
  margin-left: auto;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
  min-width: 320px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-header .block-static-block.widget {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .page-header .block-static-block.widget {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .page-header .block-static-block.widget {
    max-width: 1200px;
  }
}
@media (min-width: 1554px) {
  .page-header .block-static-block.widget {
    max-width: 1554px;
  }
}
@media (min-width: 2000px) {
  .page-header .block-static-block.widget {
    max-width: 2000px;
  }
}
.page-header .block-static-block.widget .banner {
  margin: 0;
}
.banner {
  display: block;
  position: relative;
  margin-top: 20px;
}
.banner img {
  display: block;
  width: 100%;
  min-height: 15rem;
}
.banner p {
  line-height: 1.71428571;
  font-weight: 300;
}
.banner h1 .big {
  display: inline-block;
  line-height: 0.4;
  padding-top: 10px;
}
.banner h1 span[class*='bg-'] {
  display: inline-block;
  padding: 2px 12px;
}
.banner h1 span[class*='bg-'] + br {
  display: block;
  margin-top: -2px;
}
.banner h3 span[class*='bg-'],
.banner h2 span[class*='bg-'] {
  display: inline-block;
  padding: 4px 8px;
}
.banner h3 span[class*='bg-'] + br,
.banner h2 span[class*='bg-'] + br {
  display: block;
  margin-top: -3px;
}
.banner h6 {
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .banner h6 {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .banner h1 {
    font-size: 18px;
  }
  .banner h2 {
    font-size: 16px;
  }
  .banner h3 {
    font-size: 15px;
  }
  .banner h4 {
    font-size: 14px;
  }
  .banner h5 {
    font-size: 13px;
  }
  .banner p {
    font-size: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner h1 {
    font-size: 26px;
  }
  .banner h2 {
    font-size: 24px;
  }
  .banner h3 {
    font-size: 22px;
  }
  .banner h4 {
    font-size: 20px;
  }
}
.banner * + .action {
  margin-top: 20px;
}
.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: 14px;
}
@media (min-width: 480px) {
  .banner .banner-content {
    padding: 20px;
  }
}
.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.banner-big {
  margin-top: 0;
}
.banner .custom-bg {
  position: relative;
  padding: 15px;
  background: rgba(255, 255, 255, 0.3);
}
.banner .custom-bg > * {
  position: relative;
}
.banner.hovered {
  overflow: hidden;
}
.banner.hovered img {
  transition: transform 0.5s ease;
}
.banner.hovered:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transform: scale(0.3);
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
.banner.hovered:hover img {
  transform: scale(1.1);
  transition-duration: 1.3s;
}
.banner.hovered .banner-content {
  z-index: 1;
}
.banner.mainer {
  margin: 0;
}
@media (max-width: 1200px) {
  .banner.mainer {
    margin-top: 30px;
  }
}
.banner.mainer h6 {
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 18px;
}
@media (max-width: 480px) {
  .banner.mainer h6 {
    margin: 0;
  }
}
.banner.mainer h3 {
  font-size: 3.75vw;
  color: #ffffff;
  text-transform: inherit;
  text-align: center;
}
@media (max-width: 768px) {
  .banner.mainer h3 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .banner.mainer h3 {
    font-size: 20px;
  }
}
.banner.mainer .action {
  margin-top: 26px;
  background: #ffffff;
  color: #000000;
}
@media (max-width: 1200px) {
  .banner.mainer .action {
    padding: 8px 14px;
  }
}
.banner.mainer .action:hover {
  background: #d02223;
  border-color: #d02223;
}
a.banner {
  color: inherit;
}
.main-banners {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .main-banners {
    flex-direction: row;
  }
}
.main-banners .banner {
  margin: 0;
  color: #ffffff;
}
.main-banners .banner-1 .banner-content h3,
.main-banners .banner-1 .banner-content h5 {
  color: #ffffff;
}
.main-banners .banner-1 .banner-content h3 {
  font-size: 11.6vw;
  line-height: 6.5vw;
  margin-top: 35px;
}
.main-banners .banner-1 .banner-content h5 {
  font-size: 6.5vw;
}
@media (max-width: 640px) {
  .main-banners .banner-1 .banner-content h3 {
    font-size: 70px;
    line-height: 28px;
    margin-top: 0;
  }
  .main-banners .banner-1 .banner-content h5 {
    font-size: 38px;
  }
}
.main-banners .banner-2 h3,
.main-banners .banner-2 h6 {
  color: #ffffff;
}
.main-banners .banner-2 h3 {
  font-size: 3.6vw;
  letter-spacing: 2px;
}
.main-banners .banner-2 h6 {
  margin-top: 0;
  font-weight: bold;
  font-size: 1.5vw;
}
.main-banners .banner-2 .space {
  letter-spacing: 1.1vw;
}
.main-banners .banner-2 .buttons {
  margin-top: 31px;
  margin-bottom: 41px;
}
@media (max-width: 640px) {
  .main-banners .banner-2 .buttons {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.main-banners .banner-2 .buttons .action {
  margin: 0 16px;
  background: transparent;
  border: 3px solid #ffffff;
  transition: .3s all ease;
}
@media (max-width: 1024px) {
  .main-banners .banner-2 .buttons .action {
    margin: 0 8px;
    padding: 7px;
  }
}
@media (max-width: 640px) {
  .main-banners .banner-2 .buttons .action {
    margin: 9px;
    padding: 6px;
    font-size: 10px;
  }
}
.main-banners .banner-2 .buttons .action:hover {
  background: #d02223;
  border-color: #d02223;
}
@media (max-width: 640px) {
  .main-banners .banner-2 h3 {
    font-size: 26px;
  }
  .main-banners .banner-2 h6 {
    font-size: 17px;
  }
}
.block-static-block .category {
  display: block;
  position: relative;
  margin-top: 20px;
}
.block-static-block .category img {
  display: block;
  width: 100%;
  height: auto;
}
.block-static-block .category span {
  display: block;
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 7px;
  padding: 5px;
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  transition: 0.3s color ease;
}
@media (min-width: 480px) {
  .block-static-block .category span {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
@media (max-width: 479px) {
  .block-static-block .category span {
    font-size: 10px;
  }
}
.block-static-block a.category {
  overflow: hidden;
}
.block-static-block a.category img {
  transition: transform 0.5s ease;
}
.block-static-block a.category span {
  z-index: 1;
}
.block-static-block a.category:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: scale(0.3);
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
.block-static-block a.category:hover img {
  transform: scale(1.2);
  transition-duration: 1.3s;
}
.block-static-block a.category:hover span {
  color: #d02223;
}
.block-static-block a.category:hover:before {
  background-color: #ffffff;
  opacity: 0.5;
  transform: scale(2.1);
  transition: all .8s ease;
}
.contact-info {
  font-weight: 300;
}
.contact-info li {
  line-height: 1.5;
}
.contact-info strong {
  display: inline-block;
  color: #ffffff;
  line-height: 1.5;
  text-transform: uppercase;
}
.contact-info strong a:hover {
  color: #000000;
}
.contact-info [class^='themeicon-'] {
  position: relative;
  padding-left: 30px;
}
.contact-info [class^='themeicon-']:before {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  line-height: 1;
}
.contact-info * + p {
  margin-top: 15px;
}
.side-banners .banner-content {
  padding: 30px;
}
.side-banners .banner-content h3 {
  position: absolute;
  top: 30px;
  left: 35px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-style: italic;
}
.side-banners .banner-content h3.white {
  color: #ffffff;
}
.side-banners .banner-content h3.black {
  color: #000000;
}
.side-banners .banner-content span.action {
  background: transparent;
  border: 3px solid #ffffff;
}
.side-banners .banner-content span.action:hover {
  background: #d02223;
  border: 3px solid #d02223;
}
.page-footer .contact-info p:before {
  font-size: 18px;
  top: 3px;
  color: #d02223;
}
.page-footer .contact-info [class^='themeicon-'] {
  padding-left: 35px;
}
.page-footer .contact-info p {
  color: #000000;
}
.page-footer .contact-info p strong {
  font-size: 14px;
  text-transform: lowercase;
}
.page-footer .contact-info p strong a {
  font-weight: 400;
  color: #000000;
}
.page-footer .contact-info p strong a:hover {
  color: #000000;
}
.page-footer .contact-info p span {
  color: #888888;
}
.top-banners {
  display: flex;
  flex-wrap: wrap;
  max-height: 574px;
}
.top-banners .banner-1 {
  margin-right: 1rem;
  position: relative;
}
@media (max-width: 479px) {
  .top-banners .banner-1 {
    margin-top: 0;
    margin-right: 0;
  }
  .top-banners .banner-1 img {
    transform: scale(1);
  }
}
@media (max-width: 1023px) {
  .top-banners .banner-1 img {
    transform: scale(1);
  }
}
.top-banners .banner-1 .banner-content h2 {
  color: #d02223;
  font-size: 64px;
  text-transform: inherit;
  word-spacing: -5px;
  line-height: 83px;
}
.top-banners .banner-1 .banner-content h5 {
  color: #000000;
  font-size: 36px;
  text-transform: inherit;
  font-weight: 400;
  word-spacing: -4px;
  line-height: 10px;
  margin-bottom: 20px;
}
.top-banners .banner-1 .banner-content .action.default {
  padding: 18px 68px;
  margin-top: 26px;
  background: #d02223;
  color: #ffffff;
}
.top-banners .banner-1 .banner-content .action.default:hover {
  background: #000000;
  border-color: #000000;
}
@media (max-width: 1554px) {
  .top-banners .banner-1 .banner-content h2 {
    margin-top: 40px;
    font-size: 3vw;
    line-height: 4vw;
    word-spacing: 0;
  }
  .top-banners .banner-1 .banner-content h5 {
    word-spacing: 0;
  }
}
@media (max-width: 767px) {
  .top-banners .banner-1 .banner-content h2 {
    margin-top: 0;
    font-size: 26px;
    line-height: 20px;
    text-align: center;
    word-spacing: 0;
  }
  .top-banners .banner-1 .banner-content h5 {
    font-size: 23px;
    word-spacing: 0;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .top-banners .banner-1 .banner-content .action.default {
    padding: 9px 42px;
    margin-top: 13px;
  }
}
@media (max-width: 480px) {
  .top-banners .banner-1 .banner-content h2 {
    font-size: 20px;
  }
  .top-banners .banner-1 .banner-content h5 {
    font-size: 17px;
    line-height: 4px;
    margin-bottom: 19px;
  }
}
.top-banners .banner-1 .banner-label {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../../frontend/Amr/default/en_CA/images/banner-1-label.png');
  width: 282px;
  height: 230px;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-banners .banner-1 .banner-label div {
  margin-left: 27px;
}
.top-banners .banner-1 .banner-label div:first-child {
  margin-top: 16px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.top-banners .banner-1 .banner-label div:first-child h4 {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 5px;
}
.top-banners .banner-1 .banner-label div:last-child {
  margin-top: 23px;
}
.top-banners .banner-1 .banner-label div:last-child span {
  color: #ffffff;
  font-size: 14px;
}
.top-banners .banner-1 .banner-label div:last-child b {
  color: #ffffff;
  font-size: 36px;
  position: relative;
  top: -34px;
}
.top-banners .banner-1 .banner-label div:last-child h5 {
  display: inline-block;
  font-size: 82px;
  margin: 0;
  line-height: 63px;
  color: #ffffff;
}
.top-banners .banner-1 .banner-label div:last-child h6 {
  display: inline-block;
  font-size: 36px;
  letter-spacing: 0;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  top: -32px;
  left: -12px;
}
@media (max-width: 1199px) {
  .top-banners .banner-1 .banner-label {
    width: 232px;
  }
  .top-banners .banner-1 .banner-label div {
    margin-left: 13px;
  }
  .top-banners .banner-1 .banner-label div:first-child {
    margin-top: 9px;
  }
  .top-banners .banner-1 .banner-label div:last-child {
    margin-top: 12px;
  }
  .top-banners .banner-1 .banner-label div:last-child h5 {
    font-size: 57px;
  }
  .top-banners .banner-1 .banner-label div:last-child h6 {
    font-size: 23px;
  }
  .top-banners .banner-1 .banner-label div:last-child b {
    top: -19px;
  }
}
@media (max-width: 767px) {
  .top-banners .banner-1 .banner-label {
    display: none;
  }
}
.top-banners .banners {
  display: none;
}
@media (min-width: 1024px) {
  .top-banners .banners {
    display: block;
  }
  .top-banners .banners a > img {
    height: 100%;
  }
}
.top-banners .banners .banner-content {
  padding: 41px;
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .top-banners .banners .banner-content {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .top-banners .banners .banner-content {
    padding: 10px;
  }
}
.top-banners .banners .banner-2 {
  max-height: 275px;
}
.top-banners .banners .banner-2 h3 {
  font-size: 48px;
  text-transform: inherit;
  color: #ffffff;
  line-height: 42px;
  letter-spacing: -1px;
}
.top-banners .banners .banner-2 p {
  color: #000000;
  margin-top: 8px;
  max-width: 50%;
  line-height: 19px;
}
@media (max-width: 767px) {
  .top-banners .banners .banner-2 p {
    display: none;
  }
}
.top-banners .banners .banner-3 {
  max-height: 275px;
  margin-top: 1rem;
}
.top-banners .banners .banner-3 p {
  color: #ffffff;
}
@media (max-width: 767px) {
  .top-banners .banners .banner-3 p {
    display: none;
  }
}
.top-banners .banners .banner-3 h3 {
  font-size: 64px;
  color: #ffffff;
  margin: 0;
  margin-top: 31px;
  line-height: 18px;
  text-transform: inherit;
}
.top-banners .banners .banner-3 h5 {
  font-size: 36px;
  text-transform: inherit;
  font-weight: 400;
  color: #ffffff;
  word-spacing: 1px;
  letter-spacing: 0;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .top-banners .banners .banner-2 h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .top-banners .banners .banner-3 h3 {
    font-size: 29px;
    margin-top: 12px;
    line-height: 11px;
  }
  .top-banners .banners .banner-3 h5 {
    font-size: 21px;
  }
}
@media (max-width: 1023px) {
  .top-banners .banners .banner-2,
  .top-banners .banners .banner-3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-banners .banners .banner-2,
  .top-banners .banners .banner-1,
  .top-banners .banners .banner-3 {
    display: none;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .top-banners .banners .banner-2 {
    display: none;
  }
  .top-banners .banners .banner-2 h3 {
    font-size: 32px;
    line-height: 30px;
  }
  .top-banners .banners .banner-3 {
    display: none;
  }
  .top-banners .banners .banner-3 h3 {
    font-size: 31px;
    margin-top: 12px;
    line-height: 18px;
  }
  .top-banners .banners .banner-3 h5 {
    font-size: 19px;
  }
}
@media (max-width: 1554px) {
  .top-banners .banner {
    margin-top: 26px;
  }
}
@media (min-width: 768px) {
  .top-banners {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .top-banners div.banner-1 {
    margin-top: 0;
  }
}
.all-width {
  margin-top: 15px;
  margin-bottom: 88px;
}
@media (min-width: 1024px) {
  .all-width .banner-content {
    padding-top: 50px;
  }
}
.all-width .banner-content h3 {
  font-size: 46px;
  text-transform: none;
  color: #d02223;
}
@media (max-width: 767px) {
  .all-width .banner-content h3 {
    font-size: 27px;
  }
}
.all-width .banner-content a {
  padding: 15px 68px;
  margin-top: 30px;
  background: #d02223;
  color: #ffffff;
}
.all-width .banner-content a:hover {
  background: #000000;
  border-color: #000000;
}
@media (max-width: 767px) {
  .all-width .banner-content a {
    padding: 8px 42px;
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .all-width {
    position: relative;
    height: 170px;
  }
  .all-width.hovered:hover img {
    transform: scale(2.8);
  }
  .all-width img {
    transform: scale(2.4);
    position: absolute;
    bottom: 0;
    top: 45px;
  }
  .all-width .banner-content h3 {
    font-size: 23px;
    text-align: center;
  }
}
.banner-description {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.banner-description .banner-1 {
  flex-basis: 74.4%;
  display: flex;
  flex-direction: row;
  background: #f5f5f5;
}
.banner-description .banner-1 .text {
  padding-top: 3vw;
  padding-left: 3.2vw;
}
.banner-description .banner-1 .text h3 {
  font-weight: 400;
  text-transform: none;
  font-size: 25px;
  word-spacing: 6px;
}
.banner-description .banner-1 .text ul {
  padding-top: 47px;
}
.banner-description .banner-1 .text ul li {
  position: relative;
  padding-left: 56px;
  margin-bottom: 54px;
}
.banner-description .banner-1 .text ul li h5 {
  color: #d02223;
  text-transform: none;
  font-weight: 600;
  font-size: 17px;
}
.banner-description .banner-1 .text ul li p {
  font-size: 14px;
  margin-top: 5px;
  word-spacing: 0px;
  width: 76%;
  line-height: 26px;
}
.banner-description .banner-1 .text ul li:before {
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 38px;
  color: #d02223;
}
.banner-description .banner-2 {
  margin-left: auto;
  background: #f5f5f5;
}
.banner-description .banner-2 .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-description .banner-2 .text h5 {
  font-size: 35px;
  font-weight: 500;
  text-transform: none;
  word-spacing: 6px;
  letter-spacing: -1px;
  margin-top: 22px;
  color: #000000;
}
.banner-description .banner-2 .text p {
  font-size: 14px;
  margin-top: 5px;
}
.banner-description .banner-2 .text a {
  background: transparent;
  color: #d02223;
  font-size: 14px;
  border: 1px solid #d02223;
  padding: 10px 43px;
  margin-top: 12px;
}
.banner-description .banner-2 .text a:hover {
  color: #ffffff;
  background: #d02223;
}
@media (max-width: 1553px) {
  .banner-description .banner-1 {
    flex-basis: 68.4%;
  }
  .banner-description .banner-1 .text {
    padding-top: 2vw;
    padding-left: 1.2vw;
  }
  .banner-description .banner-1 .text > h3 {
    font-size: 19px;
  }
  .banner-description .banner-1 .text ul {
    padding-top: 26px;
  }
  .banner-description .banner-1 .text ul li {
    padding-left: 32px;
    margin-bottom: 36px;
  }
  .banner-description .banner-1 .text ul li:before {
    top: 0;
    font-size: 24px;
  }
  .banner-description .banner-1 .text ul li h5 {
    line-height: 17px;
    font-size: 14px;
    padding-right: 15px;
  }
  .banner-description .banner-1 .text ul li p {
    font-size: 12px;
    margin-top: 8px;
    word-spacing: 0;
    width: 86%;
    line-height: 19px;
  }
}
@media (max-width: 1199px) {
  .banner-description .banner-1 {
    flex-basis: 49%;
    flex-direction: column-reverse;
  }
  .banner-description .banner-2 {
    flex-basis: 48%;
  }
  .banner-description .banner-2 img {
    width: 100%;
    display: block;
  }
  .banner-description .banner-2 .text {
    margin-top: 15%;
  }
  .banner-description .banner-2 .text h5 {
    font-size: 50px;
  }
  .banner-description .banner-2 .text p {
    font-size: 17px;
    margin-top: 5px;
  }
  .banner-description .banner-2 .text a {
    font-size: 19px;
    padding: 10px 43px;
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  .banner-description .banner-1 .text {
    padding-left: 4.2vw;
  }
}
@media (max-width: 767px) {
  .banner-description {
    flex-direction: column;
  }
  .banner-description .banner-1,
  .banner-description .banner-2 {
    flex-basis: 100%;
    margin: 0;
  }
  .banner-description .banner-1 img,
  .banner-description .banner-2 img {
    width: 100%;
  }
  .banner-description .banner-1 {
    flex-direction: column-reverse;
  }
  .banner-description .banner-1 .text {
    padding-top: 6vw;
    padding-left: 5.2vw;
  }
  .banner-description .banner-1 .text h3 {
    font-size: 23px;
  }
  .banner-description .banner-1 .text ul > li h5 {
    font-size: 16px;
  }
  .banner-description .banner-2 .text {
    margin-top: 5%;
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  .banner-2,
  .banner-1,
  .banner-3 {
    display: none;
    width: 100%;
  }
}
.page-footer .block.newsletter .title strong {
  text-transform: none;
}
.page-footer .block.newsletter .actions .action.subscribe.primary {
  text-transform: capitalize;
}
@media (min-width: 640px) {
  .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,
  .account .column.main .block:not(.widget) .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 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .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,
  .account .column.main .block:not(.widget) .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 {
    margin-bottom: 28px;
  }
}
.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,
.account .column.main .block:not(.widget) .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 {
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media (max-width: 639px) {
  .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,
  .account .column.main .block:not(.widget) .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 {
    font-size: 20px;
  }
}
.page-wrapper {
  overflow: hidden;
  justify-content: space-between;
}
html.ie10 .page-wrapper,
html.ie11 .page-wrapper {
  height: auto;
}
.page-title-wrapper {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 16px;
}
.page-title-wrapper .page-title {
  margin-bottom: 0;
  font-size: 30px;
}
.page-title,
.section-title {
  text-align: center;
}
.catalog-category-view .page-title,
.catalog-category-view .section-title {
  text-align: left;
}
.block-title strong {
  display: block;
  color: #000000;
}
.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;
}
.block-subtitle {
  display: block;
}
.content-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
  margin-right: -17px;
  box-sizing: border-box;
}
.content-bottom > * {
  padding-right: 17px;
  padding-left: 17px;
  box-sizing: border-box;
  max-width: 100%;
}
.content-bottom .widget {
  margin-top: 30px;
}
.widget + .widget {
  margin-top: 30px;
}
.widget + .block-static-block {
  margin-top: 25px;
}
.block.widget {
  margin-bottom: 0;
}
html.rtl {
  direction: rtl;
}
html.rtl body {
  text-align: right;
}
html.rtl .actions-toolbar .primary {
  float: right;
}
.box {
  margin-bottom: 8px;
}
.box-title {
  margin-bottom: 16px;
  display: block;
}
.header-top {
  background: #d02223;
  color: #ffffff;
  line-height: 1.4;
  font-weight: 300;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
}
.header-top a:hover {
  color: #f4f4f4;
}
.page-header__content {
  padding: 32px 0 24px;
}
.page-header .tm-logo-image,
.page-header .logo {
  margin: 0;
}
.header-top .container .header-top-block {
  display: none;
  color: #ffffff;
}
@media (max-width: 480px) {
  .header-top .container .header-top-block {
    max-width: 170px;
    margin: 0 auto;
  }
}
.header-top .container .header-top-block a {
  color: #ffffff;
}
.header-top .container .header-top-block a:hover {
  color: #000000;
}
@media (max-width: 767px) {
  .header-top .container .link.wishlist,
  .header-top .container .link.compare {
    display: none !important;
  }
}
.logo {
  display: inline-block;
  float: none;
  max-width: none;
  position: static;
  z-index: 0;
}
@media (max-width: 767px) {
  .logo {
    display: block;
  }
  .logo img {
    display: block;
    margin: 0 auto;
  }
}
.header-content .header.links {
  margin: 0;
  padding: 0;
}
.header-content .header.links li .counter:before {
  content: '(';
}
.header-content .header.links li .counter:after {
  content: ')';
}
.customer-account:not(.logged) .account.links > li:first-child {
  display: none;
}
.breadcrumbs {
  background: none;
  line-height: 1.4;
}
.footer.content {
  padding: 0;
  border-top: none;
  margin-top: 0;
}
.footer.content > .container {
  padding-top: 25px;
  padding-bottom: 0;
}
.footer.content .footer-col .footer-col-content {
  display: block;
}
.footer.content .footer-col .footer-col-content li + li,
.footer.content .footer-col .footer-col-content ul + ul.footer.links {
  margin-top: 14px;
}
.footer.content .footer-col .footer-col-content li {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 0;
  color: #888888;
}
.footer.content .footer-col .footer.links {
  display: block;
  margin-bottom: 0;
  padding: 0;
}
.footer.content .footer-col .footer.links li {
  display: list-item;
  width: 100%;
}
.footer.content .footer-col .footer.links li strong {
  font-weight: 400;
}
.footer.content .footer-col .footer.links li.current,
.footer.content .footer-col .footer.links li.current > *,
.footer.content .footer-col .footer.links li.current strong {
  color: #d02223;
}
.page-footer h4,
.page-footer .newsletter .title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
.page-footer h4 {
  margin-bottom: 15px;
}
.page-footer .contact-us-title {
  margin-bottom: 20px;
}
.page-footer .newsletter .title {
  margin-bottom: 8px;
}
.page-footer .newsletter .title strong {
  font: inherit;
  color: inherit;
}
.page-footer ul > li > a {
  color: #888888;
}
.page-footer ul > li > a:hover {
  color: #d02223;
}
@media (max-width: 1199px) {
  .page-footer #map_canvas_footer {
    height: 280px !important;
  }
}
@media (max-width: 767px) {
  .page-footer .contact-info {
    margin-bottom: 20px;
  }
}
.page-footer .google-map {
  color: #000000;
}
.footer-panel {
  padding: 20px 0;
  border-top: 0;
}
.footer-panel .container {
  display: flex;
  justify-content: space-between;
}
.footer-panel .container .copyright {
  margin-top: 0;
  text-align: left;
  color: #888888;
  font-size: 12px;
}
.footer-panel .container .copyright > span {
  display: block;
}
.footer-panel .container .copyright .zemez-copyright {
  display: block;
}
.footer-panel .container .copyright .zemez-copyright a {
  color: #d02223;
}
.footer-panel .container .copyright .zemez-copyright a:hover {
  color: #000000;
}
.footer-panel .container .social-links {
  margin: 0;
}
.footer-panel .container .social-links a {
  color: #000000;
}
.footer-panel .container .social-links a:hover {
  color: #d02223;
}
@media (max-width: 767px) {
  .footer-panel .container {
    flex-direction: column;
    align-items: center;
  }
  .footer-panel .container .copyright {
    text-align: center;
    margin-bottom: 30px;
  }
}
.scrollToTop {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  background: #1a1a1a;
  color: #888888;
  display: none;
  cursor: pointer;
  text-indent: 100vw;
  white-space: nowrap;
  overflow: hidden;
  transition: .3s ease;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 10rem;
}
.scrollToTop:before {
  content: "\ec41";
  display: inline-block;
  font-family: 'theme-icons';
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  font-size: 22px;
  line-height: 50px;
  text-indent: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  text-align: center;
}
.scrollToTop:hover {
  background: #d02223;
  color: #ffffff;
}
html.rtl .scrollToTop {
  right: auto;
  left: 0;
}
@media (max-width: 767px) {
  .scrollToTop {
    border-top-left-radius: 8px;
  }
  html.rtl .scrollToTop {
    border-top-left-radius: 0;
    border-top-right-radius: 8px;
  }
}
@media (min-width: 767px) {
  .header-content .header.links .link.wishlist,
  .header-content .header.links .link.compare {
    display: none;
  }
}
.page-footer {
  background: #f4f4f4;
}
.cms-home .page-main .column.main {
  padding-top: 0;
  display: flex;
  flex-direction: row;
  position: relative;
}
@media (max-width: 1024px) {
  .cms-home .page-main .column.main {
    padding: 0;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .cms-home .page-main .column.main > .widget.block-static-block {
    width: 100%;
  }
}
.cms-home .page-main .column.main > .widget.block-static-block .category-banner {
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .cms-home .page-main .column.main > .widget.block-static-block .category-banner {
    margin-top: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .cms-home .page-main .column.main > .widget.block-static-block .category-banner .banner.hovered {
    position: static;
    overflow: visible;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cms-home .page-main .column.main > .widget.block-static-block .category-banner .banner.hovered img {
    position: absolute;
    min-height: 90%;
    bottom: 0;
    right: 0;
  }
}
.cms-home .page-main .column.main > .widget.block-static-block .category-banner .banner.hovered .banner-content {
  padding: 46px;
}
@media (max-width: 1024px) {
  .cms-home .page-main .column.main > .widget.block-static-block .category-banner .banner.hovered .banner-content {
    padding: 0;
    width: 50%;
    margin: auto;
    display: flex;
    top: 50%;
    transform: translate(0, -50%);
    background: #ffffff;
  }
}
@media (max-width: 480px) {
  .cms-home .page-main .column.main > .widget.block-static-block .category-banner .banner.hovered .banner-content {
    width: 80%;
  }
}
.cms-home .page-main .column.main > .widget.block-static-block .category-banner .banner.hovered .banner-content h4 {
  font-weight: 400;
  font-size: 36px;
  letter-spacing: -1px;
  color: #000000;
}
@media (max-width: 767px) {
  .cms-home .page-main .column.main > .widget.block-static-block .category-banner .banner.hovered .banner-content h4 {
    margin-top: 7px;
  }
}
.cms-home .page-main .column.main > .widget.block-static-block .category-banner .banner.hovered .banner-content h2 {
  margin-top: 0;
  font-size: 61px;
  text-transform: capitalize;
  line-height: 57px;
  color: #000000;
}
@media (max-width: 640px) {
  .cms-home .page-main .column.main > .widget.block-static-block .category-banner .banner.hovered .banner-content h2 {
    font-size: 51px;
  }
}
.cms-home .page-main .column.main > .widget.block-static-block .category-banner .banner.hovered .banner-content p {
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
}
.cms-home .page-main .column.main > .catalog-image-grid {
  margin-bottom: 0;
  width: 76%;
  margin-left: auto;
}
@media (max-width: 1554px) {
  .cms-home .page-main .column.main > .catalog-image-grid {
    width: 55%;
  }
}
@media (max-width: 1024px) {
  .cms-home .page-main .column.main > .catalog-image-grid {
    width: 100%;
  }
}
.cms-home .page-main .column.main > .catalog-image-grid .category-image {
  width: auto;
  border: none;
}
.cms-home .page-main .column.main > .catalog-image-grid .catalog-image-grid-title {
  font-size: 25px;
  position: absolute;
  left: 0;
  letter-spacing: 1px;
  word-spacing: -3px;
  margin-top: -3px;
  color: #000000;
}
@media (max-width: 1024px) {
  .cms-home .page-main .column.main > .catalog-image-grid .catalog-image-grid-title {
    position: relative;
    word-spacing: 0;
    margin-top: 0;
    text-align: center;
  }
}
.cms-home .page-main .column.main > .catalog-image-grid ul {
  margin: 0;
  margin-top: 45px;
}
.cms-home .page-main .column.main > .catalog-image-grid ul > li {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
@media (max-width: 1554px) {
  .cms-home .page-main .column.main > .catalog-image-grid ul > li {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .cms-home .page-main .column.main > .catalog-image-grid ul > li {
    max-width: 50%;
    margin-bottom: 25px;
  }
}
@media (max-width: 380px) {
  .cms-home .page-main .column.main > .catalog-image-grid ul > li {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.cms-home .page-main .column.main > .catalog-image-grid ul > li > .category-link {
  display: block;
}
.cms-home .page-main .column.main > .catalog-image-grid ul > li > .category-link .category-image {
  margin: 0;
  border: 0;
  height: auto;
  min-width: 164px;
}
@media (max-width: 1200px) {
  .cms-home .page-main .column.main > .catalog-image-grid ul > li > .category-link .category-image img {
    width: 68%;
    margin: 0;
    display: block;
  }
}
@media (max-width: 480px) {
  .cms-home .page-main .column.main > .catalog-image-grid ul > li > .category-link .category-image img {
    width: 47%;
  }
}
@media (max-width: 380px) {
  .cms-home .page-main .column.main > .catalog-image-grid ul > li > .category-link .category-image img {
    width: 75%;
    margin: 0 auto;
  }
}
.cms-home .page-main .column.main > .catalog-image-grid ul > li .grid-inner {
  display: flex;
  flex-direction: column;
  margin-top: 19px;
  margin-left: 5px;
}
@media (max-width: 380px) {
  .cms-home .page-main .column.main > .catalog-image-grid ul > li .grid-inner {
    text-align: center;
  }
}
.cms-home .page-main .column.main > .catalog-image-grid ul > li .grid-inner .category-number {
  font-size: 12px;
  margin-bottom: 4px;
  color: #000000;
}
@media (max-width: 1554px) {
  .cms-home .page-main .column.main > .catalog-image-grid ul > li .grid-inner .category-number {
    display: none;
  }
}
.cms-home .page-main .column.main > .catalog-image-grid ul > li .grid-inner .category-number:hover {
  color: #d02223;
}
.cms-home .page-main .column.main > .catalog-image-grid ul > li .grid-inner .category-link {
  font-size: 14px;
  font-weight: bold;
}
.cms-home .page-main .column.main > .catalog-image-grid ul > li .grid-inner .category-link .category-name {
  margin-bottom: 6px;
}
.cms-home .page-main .column.main > .catalog-image-grid ul > li .grid-inner .inner .subcategory-grid {
  margin-top: 0;
}
.cms-home .page-main .column.main > .catalog-image-grid ul > li .grid-inner .inner .subcategory-grid li {
  margin: 0;
  max-width: 100%;
}
.cms-home .page-main .column.main > .catalog-image-grid ul > li .grid-inner .inner .subcategory-grid li > a.subcategory-link {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
}
@media (max-width: 1200px) {
  .cms-home .page-main .column.main > .catalog-image-grid ul > li .grid-inner .inner .subcategory-grid li > a.subcategory-link {
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
  }
}
.cms-home .page-main .column.main > .catalog-image-grid ul > li .grid-inner .inner .subcategory-grid li > a.subcategory-link:hover {
  color: #d02223;
}
.cms-home .page-main .column.main > .catalog-image-grid ul > li .grid-inner .inner .button-more {
  font-size: 14px;
  text-decoration: underline;
  color: #d02223;
}
.cms-home .page-main .column.main > .catalog-image-grid ul > li .grid-inner .inner .button-more:hover {
  color: #000000;
}
.cms-home .page-main .column.main > .catalog-image-grid ul > li:nth-child(4),
.cms-home .page-main .column.main > .catalog-image-grid ul > li:nth-child(5),
.cms-home .page-main .column.main > .catalog-image-grid ul > li:nth-child(6) {
  margin-top: 47px;
}
@media (max-width: 640px) {
  .cms-home .page-main .column.main > .catalog-image-grid ul > li:nth-child(4),
  .cms-home .page-main .column.main > .catalog-image-grid ul > li:nth-child(5),
  .cms-home .page-main .column.main > .catalog-image-grid ul > li:nth-child(6) {
    margin-top: 0;
  }
}
.catalog-category-view .page-title-wrapper {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .catalog-category-view .page-title-wrapper {
    margin-top: 11px;
  }
}
.catalog-category-view .page-title-wrapper .page-title {
  font-size: 26px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .catalog-category-view .page-title-wrapper .page-title {
    font-size: 22px;
    margin-top: 30px;
  }
}
.catalog-category-view .category-view {
  margin-top: 7px;
}
.catalog-category-view .category-view .category-description {
  text-align: center;
  font-size: 14px;
  width: 100%;
  line-height: 19px;
  margin: 0 auto;
  color: #888888;
}
@media (max-width: 768px) {
  .catalog-category-view .category-view .category-description {
    font-size: 13px;
    margin-top: 15px;
  }
}
span.customer-name {
  pointer-events: none;
}
.brand-list .brand-item .inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f4f4f4;
  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: #d02223;
}
.brand-list .brand-item .brand-item-name a:hover {
  color: #000000;
}
.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 #f4f4f4;
  padding: 4px;
  height: 100%;
}
.sidebar .block.block-brand .brand-item .brand-item-name a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #d02223;
}
.sidebar .block.block-brand .brand-item .brand-item-name a:hover {
  color: #000000;
}
.sidebar .block.block-brand .action.primary {
  width: 100%;
}
@media (min-width: 480px) and (max-width: 1023px) {
  .sidebar .block.block-brand .action.primary {
    width: auto;
  }
}
.block.widget.brands {
  margin-top: 0;
}
@media (min-width: 480px) {
  .block.widget.brands {
    margin-bottom: 0;
  }
}
.block.widget.brands .brand-logo {
  margin-bottom: 0;
}
.block.widget.brands .block-content .brandlist.owl-carousel {
  list-style: none;
  padding: 30px 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.block.widget.brands .block-content .brandlist.owl-carousel .owl-stage,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-wrapper {
  align-items: center;
}
.block.widget.brands .block-content .brandlist.owl-carousel .owl-stage .inner,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-wrapper .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
}
@media (max-width: 1554px) {
  .block.widget.brands .block-content .brandlist.owl-carousel .owl-stage .inner,
  .block.widget.brands .block-content .brandlist.owl-carousel .owl-wrapper .inner {
    padding: 0 5px;
  }
}
@media (max-width: 1023px) {
  .block.widget.brands .block-content .brandlist.owl-carousel .owl-stage .inner,
  .block.widget.brands .block-content .brandlist.owl-carousel .owl-wrapper .inner {
    padding: 0 25px;
  }
}
.block.widget.brands .block-content .brandlist.owl-carousel .owl-dots {
  display: none;
}
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav {
  top: 32%;
  right: 0;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 390px) {
  .block.widget.brands .block-content .brandlist.owl-carousel .owl-nav {
    display: none;
  }
}
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav button.owl-next,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav button.owl-prev,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-next,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-prev {
  border: 0;
}
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav button.owl-next::before,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav button.owl-prev::before,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next::before,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev::before,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-next::before,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-prev::before {
  font-size: 30px;
  color: #000000;
  padding: 0 15px;
  transition: .3s ease all;
}
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav button.owl-next:hover:before,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav button.owl-prev:hover:before,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:hover:before,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:hover:before,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-next:hover:before,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-prev:hover:before {
  color: #d02223;
}
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav button.owl-next span,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav button.owl-prev span,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next span,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev span,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-next span,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-prev span {
  display: none;
}
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav button.owl-next::before,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next::before,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-next::before {
  padding-left: 0;
}
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav button.owl-prev::before,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev::before,
.block.widget.brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-prev::before {
  padding-right: 0;
}
.block.brands .block-content .brandlist .brand-logo {
  margin: 0;
}
.block.brands .block-content .brandlist .brand-logo:hover {
  opacity: 0.7;
}
.brands.tweeds-brands .brand-logo img[alt~=LOOK] {
  width: 122px;
}
html.ie11 .tm-megamenu .brands,
html.ie10 .tm-megamenu .brands {
  border: 0;
}
.brands.sport-brands {
  margin: 0;
}
.brands.sport-brands .brand-logo {
  margin-bottom: 0;
}
.brands.sport-brands .block-title {
  display: none;
}
.brands.sport-brands .block-content .brandlist.owl-carousel {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-stage,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-wrapper {
  align-items: center;
}
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-stage .owl-item,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-wrapper .owl-item {
  height: 234px;
}
@media (max-width: 1400px) {
  .brands.sport-brands .block-content .brandlist.owl-carousel .owl-stage .owl-item,
  .brands.sport-brands .block-content .brandlist.owl-carousel .owl-wrapper .owl-item {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .brands.sport-brands .block-content .brandlist.owl-carousel .owl-stage .owl-item,
  .brands.sport-brands .block-content .brandlist.owl-carousel .owl-wrapper .owl-item {
    height: auto;
    border: 0;
  }
}
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-stage .owl-item:last-child,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-wrapper .owl-item:last-child {
  border: 0;
}
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-stage .owl-item .inner,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-wrapper .owl-item .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-stage .owl-item .inner .brand-logo,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-wrapper .owl-item .inner .brand-logo {
  margin: 0;
  padding: 80px 40px;
}
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-dots {
  display: none;
}
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav {
  top: 40%;
  right: 0;
  width: 100%;
  justify-content: space-between;
}
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav button.owl-next,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav button.owl-prev,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-next,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-prev {
  border: 0;
}
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav button.owl-next::before,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav button.owl-prev::before,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next::before,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev::before,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-next::before,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-prev::before {
  font-size: 30px;
  color: #000000;
  padding: 0 15px;
}
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav button.owl-next span,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav button.owl-prev span,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next span,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev span,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-next span,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-prev span {
  display: none;
}
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav button.owl-next::before,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next::before,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-next::before {
  padding-left: 0;
}
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav button.owl-prev::before,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev::before,
.brands.sport-brands .block-content .brandlist.owl-carousel .owl-nav .action-gift.owl-prev::before {
  padding-right: 0;
}
.brand-list .brand-item .brand-logo {
  margin-bottom: 0;
}
.category-brand {
  margin-top: 2rem;
}
.brand-brand-view .page-title-wrapper {
  text-align: left;
  position: relative;
}
.logo-description-container {
  display: flex;
  flex-direction: column;
  width: auto;
  align-items: flex-start;
  margin: 1rem 0;
}
@media (min-width: 1023px) {
  .logo-description-container {
    position: absolute;
    top: -2.4rem;
    right: 0;
  }
}
.brand-brand-view .breadcrumbs .items {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.brand-brand-view .breadcrumbs .items:before {
  display: block;
  content: '';
  position: absolute;
  border-top: 1px solid #f4f4f4;
  top: 10px;
  left: 0;
  right: 0;
}
.category-brand-banner {
  margin: 0;
}

 /* Webtarget - Home Category Sections Plugin  */ 

.home-cat-area {
    float: left;
    display: block;
    padding: 10px;
    border: 1px solid lightgrey;
    margin-bottom: 50px;
}    

.home-cat-title {
    width: 100%;
    background: #ce3337;
    float:left;
}

.home-cat-title h3 {
    width: auto;
    font-size: 20px;
    color: white;
    padding-left: 10px;
    max-width: 75%;
    float: left;
}

.home-cat-viewmore {
    display: block;
    float:right;
    text-align: right;
    padding: 5px;
}

.home-cat-viewmore a {
    color: white;
    margin-right: 5px;
}

.home-cat-prod {
    border: 0px solid black;
    float: left;
    width: 18%;
    margin: 10px 1%;
    text-align: center;

}

.product-item-name {
    height: 50px;
    overflow: hidden;
}

.home-cat-pricing {
    height: 50px;
}

.home-cat-pricing .special-price {
    color: red;
    font-weight: bold;
}

.home-cat-prod-padding {
    padding: 10px;
}

.home-cat-image-container {
    height: auto;
    overflow: hidden;
    text-align: center;

}

.home-cat-sale {
    border: 1px solid gold;
    border-radius: 100%;
    background: #ffe599;
    color: black;
    float:right;
    position: relative;
    margin-left: -175px;
    width: 50px;
    line-height: 14px;
    text-align: center;
}

.home-cat-sale-inner {
    padding: 10px;
}

.home-cat-button a {
    border-radius: 1rem;
    padding: 9px 20px;
    letter-spacing: 0;
    font-size: 15px;
    background: linear-gradient(to bottom, #d02223 0px, #8c2b18 100%);
    color: #ffffff;
    width: auto;
    margin: 8px auto;
    display: block;
    text-align: center;
    max-width: 150px;
}

@media screen and (max-width: 1200px) {
    .home-cat-area {
        padding: 0px;
    }
    .home-cat-prod {
        width: 28%;
    }
}

@media screen and (max-width: 960px) {
    .home-cat-area {
        padding: 0px;
    }
    .home-cat-prod {
        width: 48%;
    }
}

@media screen and (max-width: 680px) {
    .home-cat-area {
        padding: 0px;
    }

}




 /* Webtarget - WT Left Sidebar Layout */ 

 
.page-layout-2columns-left .toolbar-wrapper{
    float: left;
}

.page-layout-2columns-left .products-grid{

}

.page-layout-2columns-left .toolbar-wrapper-results {
    width: 100%;
    float: left;
}

.page-layout-2columns-left .toolbar-wrapper-results .toolbar-wrapper {
    float: right;
    margin: 0px;
}

.page-layout-2columns-left .toolbar-wrapper-results .toolbar-amount {
    margin: 10px;
}

.filter-options .filter-options-item {
    min-width: 180px !important;
}





 /* Webtarget - Main Menu */ 


 /* 
 nav.tm-navigation .megamenu-wrapper ul.mm-submenu {
    max-height: 100% !important;
  }


.page-header__panel .container .sm-header-nav-wrap__topnav {
    width: 80% !important;
}


.wt-navigation ul {
    float: left;
    clear: both;
    padding-left: 10px;
}
.wt-navigation ul li{
    margin-left: 10px;
    list-style: disc;
    font-size: 13px;
    line-height: 17px;
    overflow-wrap: break-word;
}
.wt-navigation p {
    clear: both;
    float:left;
    font-weight: bold;
}

.wt-navigation .column {
  column-count: 3;
}


.wt-navigation .wt-airplanes, .wt-navigation .wt-boats, .wt-navigation .wt-engines, .wt-navigation .wt-carstrucks, .wt-navigation .wt-helicopters{
    display: inline;
    padding: 10px;
    margin: 10px;
}



.wt-menu-item-link {
    font-weight: bold;
    cursor: pointer;
}


.wt-navigation .main-menu-items p {
   display: none; 
 }


.wt-navigation .main-menu-items .column p {
    display: block;
    text-align: left;
    width: 100%;
}




.wt-navigation .main-menu-items .block {
    visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.25s linear;
    position: absolute;
    z-index: 99999999999;
    background: #efefef;
    max-width: 720px;
    padding: 20px;
    display: table;
    
}

.wt-navigation .wt-airplanes:hover .block, .wt-navigation .wt-boats:hover .block, .wt-navigation .wt-engines:hover .block, .wt-navigation .wt-carstrucks:hover .block, .wt-navigation .wt-helicopters:hover .block{
    visibility: visible;
  opacity: 1;
}






.wt-airplanes  .wt-airplanes-sub, .wt-engines  .wt-engines-sub, .wt-carstrucks  .wt-carstrucks-sub, .wt-helicopters  .wt-helicopters-sub, .wt-boats  .wt-boats-sub {
    visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.25s linear;
    position: absolute;
    z-index: 99999999999;
    background: #efefef;
    min-width: 920px;
    max-width: 100%;
    padding: 20px;
    display: table;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto
    
}


 .wt-airplanes:hover .wt-airplanes-sub, .wt-engines:hover .wt-engines-sub, .wt-helicopters:hover .wt-helicopters-sub, .wt-boats:hover .wt-boats-sub,  .wt-carstrucks:hover .wt-carstrucks-sub {
    visibility: visible;
    opacity: 1;
}

 */

 nav.tm-navigation .megamenu-wrapper ul.mm-submenu {
    max-height: 100% !important;
  }

.main-menu-items [data-content-type='row'][data-appearance='contained']{
    float:left;
 }





nav.tm-navigation .megamenu-wrapper ul.mm-submenu ul.mm-submenu {
    margin-bottom: 20px;
    list-style: disc;
    margin-left: 18px;
    line-height: 16px;
}
 
nav.tm-navigation .megamenu-wrapper ul.mm-submenu a {
    line-height: 16px !important;
    color: #4a4a4a !important;
}

nav.tm-navigation .megamenu-wrapper ul.mm-submenu li + li {
    margin-top: 2px;
}
.grid.products-grid .product-items{
    float: right;
    width: 100%;
    max-width: 81%;
    }


    @media only screen and (max-width: 1024px) {
        .grid.products-grid .product-items{
            float: right;
            max-width: 100%;
            }
        }
        
        
    @media only screen and (min-width: 1200px) {
    .navigation .level0.parent:hover > .submenu {
        display: block !important;
        top: 25px;
    }    

    .airplanes-menu .submenu,.carstrucks-menu .submenu, .helicopters-menu .submenu, .boats-menu .submenu, .engines-menu .submenu {
        min-width: 920px !important;
        padding: 15px 25px !important;
        max-width: 100% !important;
        border: 2px solid #d02223 !important;
    }
    .engines-menu .submenu {
        min-width: 380px !important;
    }
}


nav.navigation > .ui-menu {
    padding: 0 !important;
}


nav.tm-navigation .megamenu-wrapper .level1 > li > a {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.block-search {
    z-index: 1 !important;
}

@font-face {
    font-family: 'luma-icons';
    src: url('../../frontend/Amr/default/en_CA/fonts/Luma-Icons.eot');
    src: url('../../frontend/Amr/default/en_CA/fonts/Luma-Icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Amr/default/en_CA/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Amr/default/en_CA/fonts/Luma-Icons.woff') format('woff'), url('../../frontend/Amr/default/en_CA/fonts/Luma-Icons.svg#luma-icons') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
 
}
.columns .column.main {
    max-width: 100%;
}

.affirm-promo iframe {
    max-width: 100%;
}

#learn-more img {
    height: 1em !important;
    margin: 0 .3em !important;
    vertical-align: baseline !important;
}/**
 * Copyright © 2016 MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */

#search_mini_form.loading #search {
    box-shadow: none;
    -webkit-animation-name: search-loading; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: search-loading;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

/* Standard syntax */
@keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

.searchsuite-autocomplete {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    /*left: -85px;*/
    margin-top: 4px;
    width: 100%;
    position: absolute;
    z-index: 9999999;
}
.searchsuite-autocomplete .suggested,
.searchsuite-autocomplete .products {
    margin: 0;
}

.searchsuite-autocomplete.active,
.searchsuite-autocomplete .suggested.active,
.searchsuite-autocomplete .products.active {
    display: block;
}

.searchsuite-autocomplete .suggested {
    color: #3C3C3C;
}

.searchsuite-autocomplete .title {
    padding: 10px;
    margin-bottom: 5px;
    background: #f0f0f0;
    color: #575757;
}

.searchsuite-autocomplete .title .see-all {
    display: inline-block;
    float: right;
    color: #909090;
    cursor: pointer;
}

.searchsuite-autocomplete .no-result {
    padding: 10px;
    background: #f0f0f0;
    color: #575757;
    text-align: center;
}

.searchsuite-autocomplete ul {
    padding: 0 10px;
    margin-bottom: 0;
    list-style-type: none;
}

.searchsuite-autocomplete ul li {
    color: #000;
    cursor: unset;
    padding: 0;
}

.searchsuite-autocomplete .suggested ul li {
    color: #3C3C3C;
}

.searchsuite-autocomplete .products ul li {
    border-bottom: 1px solid #D4D2D2;
}
.searchsuite-autocomplete .products ul li:last-child {
    border-bottom: none;
}

.searchsuite-autocomplete ul li:hover,
.searchsuite-autocomplete ul li.selected {
    background-color: #fff;
}

.searchsuite-autocomplete ul li:after {
    clear: both;
    content: '';
    display: block;
}

.searchsuite-autocomplete ul li.action {
    padding: 0;
}

.searchsuite-autocomplete ul li.action .action.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 400;
    height: 30px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 40px;
}

.searchsuite-autocomplete ul li.action .action.close:before {
    color: #8f8f8f;
    content: '\e616';
    display: inline-block;
    font-family: 'luma-icons';
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.searchsuite-autocomplete ul li.gray-row {
    text-align: center;
}

.searchsuite-autocomplete ul li.gray-row,
.searchsuite-autocomplete ul li.gray-row:hover,
.searchsuite-autocomplete ul li.gray-row.selected {
    background-color: #e8e8e8;
}

.searchsuite-autocomplete ul li.gray-row a {
    color: #7B7B7B;
    text-decoration: blink;
}

.searchsuite-autocomplete ul li a {
    cursor: pointer;
}

.searchsuite-autocomplete ul li .qs-option-image {
    float: left;
    max-width: 82px;
    width: 25%;
}

.searchsuite-autocomplete ul li .qs-option-info {
    color: #000;
    display: inline-block;
    float: left;
    padding-left: 5%;
    text-align: left;
    width: 70%;
    margin-bottom: 10px;
}

.searchsuite-autocomplete ul li .qs-option-info.noimage {
    padding-left: 0;
    width: 100%;
}
.searchsuite-autocomplete ul li:last-child .qs-option-info {
    margin-bottom: 0;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-title {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews {
    display: inline-block;
    text-transform: lowercase;
    width: 100%;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .product-reviews-summary {
    margin-bottom: 4px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .reviews-actions {
    font-size: 12px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-sku {
    display: block;
    width: 100%;
    color: #004875;
    font-size: 12px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-shortdescription,
.searchsuite-autocomplete ul li .qs-option-info .qs-option-description {
    color: #3C3C3C;
    font-size: 13px;
}


.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-addtocart {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .searchsuite-autocomplete {
        border-top: 0;
        left: 15px;
        margin-top: 0;
        right: 15px;
        width: auto;
    }
}
/*!
 *  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-face{font-family:'FontAwesome';src:url('../../frontend/Amr/default/en_CA/Nwdthemes_Base/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Amr/default/en_CA/Nwdthemes_Base/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Amr/default/en_CA/Nwdthemes_Base/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Amr/default/en_CA/Nwdthemes_Base/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Amr/default/en_CA/Nwdthemes_Base/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Amr/default/en_CA/Nwdthemes_Base/fonts/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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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}.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:#fff}.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}
/**
 * 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,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{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-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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}.owl-carousel .animated{animation-duration:1s;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-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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/Amr/default/en_CA/Nwdthemes_Productslider/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s 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-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}/*
 * icons font
 */
@font-face {
    font-family: 'revicons';
    src: url('../../frontend/Amr/default/en_CA/Nwdthemes_Productslider/assets/fonts/revicons.eot?5510888');
    src: url('../../frontend/Amr/default/en_CA/Nwdthemes_Productslider/assets/fonts/revicons.eot?5510888#iefix') format('embedded-opentype'),
    url('../../frontend/Amr/default/en_CA/Nwdthemes_Productslider/assets/fonts/revicons.woff?5510888') format('woff'),
    url('../../frontend/Amr/default/en_CA/Nwdthemes_Productslider/assets/fonts/revicons.ttf?5510888') format('truetype'),
    url('../../frontend/Amr/default/en_CA/Nwdthemes_Productslider/assets/fonts/revicons.svg?5510888#revicons') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="revicon-"]:before, [class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */



.nwd-productslider-container {
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased
}
.nwd-productslider-container .owl-carousel {
    margin: 0 !important
}
.nwd-productslider-container .content-heading {
    text-align: center;
    margin: 10px 0 25px
}
.nwd-productslider-container .content-heading .title {
    margin: 0 0 5px
}
.nwd-productslider-container .content-heading .info {
    margin-bottom: 0
}
@media only screen and (max-width: 767px) {
    .nwd-productslider-container .content-heading .title {
        font-size: 3rem
    }
    .nwd-productslider-container .content-heading .info {
        font-size: 1.4rem
    }
}

@media all and (min-width: 768px), print {
    .nwd-productslider-container .content-heading {
        position: relative
    }
    .nwd-productslider-container .content-heading:before {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background: -moz-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
        background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(25%, #fff), color-stop(100%, #cecece));
        background: -webkit-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
        background: -ms-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
        background: radial-gradient(ellipse at center, #fff 25%, #cecece 100%);
        position: absolute;
        top: 50%;
        z-index: 0
    }
    .nwd-productslider-container .content-heading .title,
    .nwd-productslider-container .content-heading .info {
        position: relative;
        z-index: 1
    }
    .nwd-productslider-container .content-heading .title {
        font-size: 3.8rem
    }
    .nwd-productslider-container .content-heading .info {
        font-size: 1.8rem
    }
}


.nwd-product-slider-item {
    width: 100% !important;
    margin: 10px 0 20px !important;
    padding: 0 15px !important
}
.nwd-product-slider-item .product-image-container {
    width: 100% !important;
}
.nwd-productslider-container .owl-carousel .owl-nav button {
    visibility: hidden;
    opacity: 0;
}
.nwd-productslider-container .owl-carousel .owl-nav button span {
    display: none;
}
.nwd-productslider-container .owl-carousel:hover .owl-nav button,
.nwd-productslider-container .owl-carousel.nav-always .owl-nav button {
    visibility: visible;
    opacity: 1;
}
.nwd-productslider-container .owl-carousel:hover .owl-nav button.disabled,
.nwd-productslider-container .owl-carousel.nav-always .owl-nav button.disabled {
    opacity: 0.5;
}


/*
 * 	Default theme - Owl Carousel
 */
.owl-theme .owl-nav [class*='owl-'] {
    box-shadow: none
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #AAA;
}
.owl-theme .owl-dots .owl-dot {
    box-shadow: none
}


/*
 * owl-hesperiden theme
 */
.owl-hesperiden .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -40px;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel.owl-hesperiden .owl-nav .owl-next,
.owl-carousel.owl-hesperiden .owl-nav .owl-prev {
    cursor:pointer;
    background:rgba(0,0,0,0.5);
    width:40px;
    height:40px;
    position:absolute;
    display:block;
    z-index:100;
    border-radius: 50%;
    box-shadow: none
}
.owl-hesperiden .owl-nav button:before {
    font-family: "revicons";
    font-size:20px;
    color:rgb(255,255,255);
    display:block;
    line-height: 40px;
    text-align: center;
}
.owl-hesperiden .owl-nav .owl-prev {
    left: -40px;
}
.owl-hesperiden .owl-nav .owl-prev:before {
    content: "\e82c";
    margin-left:-3px;
}
.owl-hesperiden .owl-nav .owl-next {
    right: -40px;
}
.owl-hesperiden .owl-nav .owl-next:before {
    content: "\e82d";
    margin-right:-3px;
}
.owl-hesperiden .owl-nav [class*='owl-']:hover {
    background:rgba(0,0,0,1);
    text-decoration: none;
}
.owl-hesperiden .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-hesperiden .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-hesperiden .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-hesperiden .owl-dots .owl-dot {
    width:12px;
    height:12px;
    margin: 0 5px;
    background: rgb(153,153,153); /* old browsers */
    background: -moz-linear-gradient(top,  rgb(153,153,153) 0%, rgb(225,225,225) 100%); /* ff3.6+ */
    background: -webkit-linear-gradient(top,  rgb(153,153,153) 0%,rgb(225,225,225) 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  rgb(153,153,153) 0%,rgb(225,225,225) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(153,153,153) 0%,rgb(225,225,225) 100%); /* ie10+ */
    background: linear-gradient(to bottom,  rgb(153,153,153) 0%,rgb(225,225,225) 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient(
            startcolorstr="rgb(153,153,153)", endcolorstr="rgb(225,225,225)",gradienttype=0 ); /* ie6-9 */
    border:3px solid rgb(229,229,229);
    border-radius:50%;
    cursor: pointer;
    box-sizing:content-box;
    box-shadow: none
}
.owl-hesperiden .owl-dots .owl-dot span {
    display: none;
}
.owl-hesperiden .owl-dots .owl-dot.active, .owl-hesperiden .owl-dots .owl-dot:hover {
    background:rgb(102,102,102);
}

/*
 * owl-gyges theme
 */
.owl-gyges {}
.owl-gyges .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -40px;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel.owl-gyges .owl-nav .owl-next,
.owl-carousel.owl-gyges .owl-nav .owl-prev {
    cursor:pointer;
    background:rgba(0,0,0,0.5);
    width:40px;
    height:40px;
    position:absolute;
    display:block;
    z-index:100;
    border-radius: 0;
    box-shadow: none
}
.owl-gyges .owl-nav button:before {
    font-family: "revicons";
    font-size:15px;
    font-weight: 400;
    color:#fff;
    display:block;
    line-height: 40px;
    text-align: center;
}
.owl-gyges .owl-nav .owl-prev {
    left: -40px;
}
.owl-gyges .owl-nav .owl-prev:before {
    content: "\e824";
    margin-left:-3px;
}
.owl-gyges .owl-nav .owl-next {
    right: -40px;
}
.owl-gyges .owl-nav .owl-next:before {
    content: "\e825";
    margin-right:-3px;
}
.owl-gyges .owl-nav [class*='owl-']:hover {
    background:#000;
    text-decoration: none;
}
.owl-gyges .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-gyges .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-gyges .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-gyges .owl-dots .owl-dot {
    width:12px;
    height:12px;
    margin: 0 5px;
    background:rgba(51,51,51,1);
    border:3px solid rgba(68,68,68,1);
    border-radius:50%;
    cursor: pointer;
    box-sizing:content-box;
    box-shadow: none
}
.owl-gyges .owl-dots .owl-dot span {
    display: none;
}
.owl-gyges .owl-dots .owl-dot.active, .owl-gyges .owl-dots .owl-dot:hover {
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%); /* ff3.6+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* chrome10+,safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* ie10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* w3c */
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr="rgba(255,255,255,1)",
    endcolorstr="rgba(224,224,224,1)",gradienttype=0 ); /* ie6-9 */
}

/*
 * owl-hades theme
 */
.owl-hades .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -65px;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel.owl-hades .owl-nav .owl-next,
.owl-carousel.owl-hades .owl-nav .owl-prev {
    cursor:pointer;
    background:rgba(0,0,0,0.25);
    width:100px;
    height:100px;
    position:absolute;
    display:block;
    z-index:100;
    border-radius: 0;
    box-shadow: none
}
.owl-hades .owl-nav button:before {
    font-family: "revicons";
    font-size:30px;
    color:rgba(255,255,255,1);
    display:block;
    line-height: 100px;
    text-align: center;
}
.owl-hades .owl-nav .owl-prev {
    left: -50px;
}
.owl-hades .owl-nav .owl-prev:before {
    content: "\e824";
}
.owl-hades .owl-nav .owl-next {
    right: -50px;
}
.owl-hades .owl-nav .owl-next:before {
    content: "\e825";
}
.owl-hades .owl-nav [class*='owl-']:hover {
    color:rgba(0,0,0,0.5);
    background:rgba(0,0,0,0.1);
    text-decoration: none;
}
.owl-hades .owl-nav [class*='owl-']:hover:before {
    color:rgba(0,0,0,0.5);
}
.owl-hades .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-hades .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-hades .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-hades .owl-dots .owl-dot {
    width:3px;
    height:3px;
    margin: 0 5px;
    background:rgba(127,127,127,1);
    cursor: pointer;
    border:5px solid #fff;
    box-sizing:content-box;
    box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-perspective:400;
    perspective:400;
    -webkit-transform:translatez(0.01px);
    transform:translatez(0.01px);
}
.owl-hades .owl-dots .owl-dot span {
    display: none;
}
.owl-hades .owl-dots .owl-dot.active, .owl-hades .owl-dots .owl-dot:hover {
    background:rgba(86,86,86,1);
    border-color:#ccc;
}

/*
 * owl-ares theme
 */
.owl-ares .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -60px;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel.owl-ares .owl-nav .owl-next,
.owl-carousel.owl-ares .owl-nav .owl-prev {
    cursor:pointer;
    background:rgba(255,255,255,1);
    min-width:60px;
    min-height:60px;
    position:absolute;
    display:block;
    z-index:100;
    border-radius:50%;
    box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
}
.owl-ares .owl-nav button:before {
    font-family: "revicons";
    font-size:25px;
    color:rgba(170,170,170,1);
    display:block;
    line-height: 60px;
    text-align: center;
    z-index:2;
    position:relative;
}
.owl-ares .owl-nav .owl-prev {
    left: -60px;
}
.owl-ares .owl-nav .owl-prev:before {
    content: "\e81f";
}
.owl-ares .owl-nav .owl-next {
    right: -60px;
}
.owl-ares .owl-nav .owl-next:before {
    content: "\e81e";
}
.owl-ares .owl-nav [class*='owl-']:hover {
    text-decoration: none;
}
.owl-ares .owl-nav [class*='owl-']:hover:before {
    color:rgb(0,0,0);
}
.owl-ares .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-ares .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-ares .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-ares .owl-dots .owl-dot {
    width:13px;
    height:13px;
    margin: 0 5px;
    background:rgba(229,229,229,1);
    border-radius:50%;
    box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
    cursor: pointer;
    box-sizing:content-box;
}
.owl-ares .owl-dots .owl-dot span {
    display: none;
}
.owl-ares .owl-dots .owl-dot.active, .owl-ares .owl-dots .owl-dot:hover {
    background:rgba(255,255,255,1);
}

/*
 * owl-uranus theme
 */
.owl-uranus .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -50px;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel.owl-uranus .owl-nav .owl-next,
.owl-carousel.owl-uranus .owl-nav .owl-prev {
    cursor:pointer;
    width:50px;
    height:50px;
    background:rgba(255,255,255,0);
    position:absolute;
    display:block;
    z-index:100;
    border-radius: 0;
    box-shadow: none
}
.owl-uranus .owl-nav button:before {
    width:50px;
    height:50px;
    line-height:50px;
    font-family: "revicons";
    font-size:40px;
    color: #bbb;
}
.owl-uranus .owl-nav .owl-prev {
    left: -50px;
}
.owl-uranus .owl-nav .owl-prev:before {
    content: "\e824";
}
.owl-uranus .owl-nav .owl-next {
    right: -50px;
}
.owl-uranus .owl-nav .owl-next:before {
    content: "\e825";
}
.owl-uranus .owl-nav [class*='owl-']:hover {
    text-decoration: none;
}
.owl-uranus .owl-nav [class*='owl-']:hover:before {
    opacity:0.75;
}
.owl-uranus .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-uranus .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-uranus .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-uranus .owl-dots .owl-dot {
    position: relative;
    margin: 0 5px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(187,187,187, 0);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background:transparent;
    width:15px;
    height:15px;
}
.owl-uranus .owl-dots .owl-dot span {
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgb(187,187,187);
    background-color: rgba(187,187,187, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}
.owl-uranus .owl-dots .owl-dot.active, .owl-uranus .owl-dots .owl-dot:hover {
    box-shadow: 0 0 0 2px rgba(187,187,187,1);
    border:none;
    border-radius: 50%;
    background:transparent;
}
.owl-uranus .owl-dots .owl-dot.active span,
.owl-uranus .owl-dots .owl-dot:hover span {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color:rgb(187,187,187);
}

/**
 * adjust arrows position
 */
@media only screen and (max-width: 1280px) {
    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
}

/**
 * adjust dots position
 */
.owl-carousel.pagination-top-left .owl-dots,
.owl-carousel.pagination-top-center .owl-dots,
.owl-carousel.pagination-top-right .owl-dots {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
}
.owl-carousel.pagination-top-left .owl-nav.disabled + .owl-dots,
.owl-carousel.pagination-top-center .owl-nav.disabled + .owl-dots,
.owl-carousel.pagination-top-right .owl-nav.disabled + .owl-dots {
    top: -5px;
}
.owl-carousel.has-pagination.pagination-top-left,
.owl-carousel.has-pagination.pagination-top-center,
.owl-carousel.has-pagination.pagination-top-right {
    padding-top: 35px;
}

.owl-carousel.pagination-top-left .owl-dots {
    text-align: left
}
.owl-carousel.pagination-top-center .owl-dots {
}
.owl-carousel.pagination-top-right .owl-dots {
    text-align: right
}
.owl-carousel.pagination-bottom-left .owl-dots {
    text-align: left
}
.owl-carousel.pagination-bottom-center .owl-dots {
}
.owl-carousel.pagination-bottom-right .owl-dots {
    text-align: right
}

/*
 * animation
 */
.nwd-productslider-container .owl-carousel .owl-nav button {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

/*
 * firefox fix
 */
@-moz-document url-prefix() {
	.columns .column.main { overflow: hidden }
}.opc-block-summary.subscription-update a.cancel{color:#e90e0e;text-decoration:none;cursor:pointer}.opc-payment .subscription-update.review .payment-method-content{display:block;padding:1em 0}.opc-payment .subscription-update.review .payment-method-content div.plan{margin-bottom:1em}.opc-payment .subscription-update.review .payment-method-content div.plan th{font-weight:normal}@media (min-width:1200px){.opc-payment .subscription-update.review .payment-method-content div.plan{display:inline-block;width:45%;margin-right:4%}}@media (max-width:770px){.opc-payment .subscription-update.review .payment-method-content{padding:1em}}.stripe-payments-elements.no-wrap{white-space:nowrap;margin-bottom:10px}.stripe-permanent-error{text-align:center;padding:0 2em 2em 2em;font-size:large}a.subscription-name{display:block}.subscription-card input{margin-right:5px}.subscription-card{padding:5px 0 0 5px}.subscription-card .exp,.details.stripe-payments .exp{color:#aaa}.subscription-card.add-new{padding:10px;text-align:center}.stripe-subscriptions .section b{padding-bottom:.5em;display:inline-block}.stripe-subscriptions .subscription-name{font-size:1.1em}.stripe-subscriptions div.billed{font-size:smaller;color:#999}body.stripe_payments-customer-subscriptions .stripe-subscription-edit{margin-left:-5px;max-height:30em;overflow:hidden;transition:max-height;transition-duration:.8s;vertical-align:top;display:inline-block}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .section{padding:5px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit span.label{margin-left:5px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit.payment-method img.icon{position:relative;top:10px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit.payment-method span.exp{margin-left:12px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit.payment-method label{position:relative;top:-2px;padding-left:5px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .details{padding-bottom:1.2em}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .action.edit{margin-left:10px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit.show{max-height:30em}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .section{margin:5px 0}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .mutable{display:none}body.stripe_payments-customer-subscriptions .stripe-subscription-edit .actions{margin-top:10px}body.stripe_payments-customer-subscriptions .stripe-subscription-edit input{margin:2px 0}@media only screen and (max-width:639px){body.stripe_payments-customer-subscriptions .stripe-actions-dropdown{margin-top:1em}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown .action.toggle{display:none}}@media only screen and (min-width:640px){body.stripe_payments-customer-subscriptions .stripe-actions-dropdown ul{display:none;position:absolute;border:1px solid #ccc;border-radius:5px;background:white;padding:12px 12px 6px 12px;list-style:none;margin-top:5px;box-shadow:0 3px 3px #ccc;width:170px;margin-left:-148px}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown ul li.cancel{border-top:1px solid #ccc;padding-top:10px}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown ul li.cancel a.delete{color:red}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown ul:before{z-index:99;right:18px;top:-6px;border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ccc}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown.active ul{display:block}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown.active span.toggle{cursor:pointer;border:1px solid #ccc;border-radius:5px;padding:9px 15px 4px 15px}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown span.toggle{padding:10px 16px 5px 16px;display:inline-block}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown span.toggle:hover{cursor:pointer;border:1px solid #ccc;border-radius:5px;padding:9px 15px 4px 15px}body.stripe_payments-customer-subscriptions .stripe-actions-dropdown a{text-decoration:none}}body.stripe_payments-customer-paymentmethods .stripe-payments.delete-method{padding-left:20px;background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+ZGVsZXRlLS1saW5rPC90aXRsZT48cGF0aCBkPSJNMTEuODY2IDkuOTk5bDIuNzQzLTIuNzQ0YTEuMzIyIDEuMzIyIDAgMCAwIC4wMDItMS44NjggMS4zMTggMS4zMTggMCAwIDAtMS44NjguMDAyTDEwIDguMTMzIDcuMjUyIDUuMzg0YTEuMzIzIDEuMzIzIDAgMCAwLTEuODYzLjAwMyAxLjMxNCAxLjMxNCAwIDAgMC0uMDAzIDEuODYzTDguMTM0IDEwbC0yLjc0MyAyLjc0M2ExLjMyMiAxLjMyMiAwIDAgMC0uMDAyIDEuODY4IDEuMzE4IDEuMzE4IDAgMCAwIDEuODY4LS4wMDJMMTAgMTEuODY0bDIuNzQ4IDIuNzQ5YTEuMzIzIDEuMzIzIDAgMCAwIDEuODYzLS4wMDNjLjUyLS41MTkuNTE3LTEuMzUuMDAzLTEuODYzbC0yLjc0OC0yLjc0OHoiIGZpbGw9IiMwMDk5RTUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==');background-repeat:no-repeat}body.stripe_payments-customer-paymentmethods .saved-payment-methods img.saved-payment-method-icon{position:relative;top:8px;height:32px}body.stripe_payments-customer-paymentmethods .saved-payment-methods td{line-height:28px}body.stripe_payments-customer-paymentmethods .saved-payment-methods td.saved-payment-method-name{padding:0 10px 10px 10px}body.stripe_payments-customer-paymentmethods .saved-payment-methods td.saved-payment-method-name label{margin-left:10px}body.stripe_payments-customer-paymentmethods .saved-payment-methods{margin-bottom:3em}body.stripe_payments-customer-paymentmethods .actions-toolbar{margin-top:1.5em}body.stripe_payments-customer-subscriptions td.col.order{width:120px}.stripe-payments span.type.Visa,.stripe-payments span.type.visa{background:url(../../frontend/Amr/default/en_CA/StripeIntegration_Payments/img/cards/visa.svg) no-repeat}.stripe-payments span.type.American.Express,.stripe-payments span.type.amex{background:url(../../frontend/Amr/default/en_CA/StripeIntegration_Payments/img/cards/amex.svg) no-repeat}.stripe-payments span.type.MasterCard,.stripe-payments span.type.mastercard{background:url(../../frontend/Amr/default/en_CA/StripeIntegration_Payments/img/cards/mastercard.svg) no-repeat}.stripe-payments span.type.Discover,.stripe-payments span.type.discover{background:url(../../frontend/Amr/default/en_CA/StripeIntegration_Payments/img/cards/discover.svg) no-repeat}.stripe-payments span.type.Diners,.stripe-payments span.type.diners{background:url(../../frontend/Amr/default/en_CA/StripeIntegration_Payments/img/cards/diners.svg) no-repeat}.stripe-payments span.type.JCB,.stripe-payments span.type.jcb{background:url(../../frontend/Amr/default/en_CA/StripeIntegration_Payments/img/cards/jcb.svg) no-repeat}.stripe-payments span.type.Cartes.Bancaires,.stripe-payments span.type.cartes_bancaires{background:url(../../frontend/Amr/default/en_CA/StripeIntegration_Payments/img/svg/cartes_bancaires.svg) no-repeat}.stripe-payments span.type.Visa,.stripe-payments span.type.visa,.stripe-payments span.type.American.Express,.stripe-payments span.type.amex,.stripe-payments span.type.MasterCard,.stripe-payments span.type.mastercard,.stripe-payments span.type.Discover,.stripe-payments span.type.discover,.stripe-payments span.type.Diners,.stripe-payments span.type.diners,.stripe-payments span.type.JCB,.stripe-payments span.type.jcb,.stripe-payments span.type.Cartes.Bancaires,.stripe-payments span.type.cartes_bancaires{padding-left:40px;background-position-y:-3px;display:inline-block;height:22px;font-size:16px;background-size:30px}.payment-method.stripe-payments .checkout-agreements-block{margin-bottom:10px}.payment-method.stripe-payments.mobile{padding-top:1em;display:block}@media only screen and (max-width:767px){.checkout-payment-method .step-title.mobile{padding-left:0}}.stripe-payments-apple-pay-section{text-align:center;margin-bottom:25px}.stripe-payments-apple-pay-section label{font-weight:bold;margin:10px 0;float:none;display:block}.stripe-payments-apple-pay-result label{display:inline-block;font-weight:bold;margin-bottom:18px}.stripe-payments-apple-pay-result{text-align:center;padding:10px 0 15px;font-size:1.1em}.stripe-payments-apple-pay-result>div{margin-bottom:18px}.indent{margin-right:20px}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.box-tocart .action.tocart.payment-request-button{padding:0}.payment-request-button{width:240px}.payment-request-button.disabled,.payment-request-button.disabled *{pointer-events:none !important}.payment-request-button.disabled{opacity:.5;filter:grayscale(50%)}.payment-request-button.disabled::after{position:relative;height:1em;width:1em;display:block;left:50%;margin-left:-0.5em;margin-top:-1.2em;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../../frontend/Amr/default/en_CA/StripeIntegration_Payments/svg/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,0.75)}.stripe-payments-express-minicart{margin-top:15px}.stripe-payments-express-minicart .payment-request-button,.payment-request-button.cart{width:100% !important}.cart-summary .stripe-payments-express-minicart{margin-top:0;margin-bottom:25px}.catalog-product-view .payment-request-button{margin-bottom:15px;margin-right:1%;width:49%}div.stripe-dropdown{background:#fff url(../../frontend/Amr/default/en_CA/StripeIntegration_Payments/svg/select-bg.svg) no-repeat 98% 14px;background-size:.8em;background-clip:padding-box;vertical-align:baseline;width:100%;box-sizing:border-box;margin-bottom:12px}.stripe-element-border{border:1px solid #e6e6e6;border-radius:5px}.stripe-element-font{font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px}.stripe-element-font .instructions span{padding-left:3px}.stripe-card-cvc-element{margin-top:10px;margin-bottom:10px}#stripe-card-cvc-element,.stripe-card-cvc-element span,.stripe-card-cvc-element svg{padding:10px}#stripe-card-cvc-element{display:inline-block;width:40px;min-height:18px}div.stripe-dropdown-selection{margin:-10px;padding:10px}div.stripe-dropdown img{height:32px;display:inline-block;margin-bottom:-10px;margin-top:-6px;margin-right:5px;margin-left:2px}div.stripe-dropdown,ul.stripe-dropdown-list{padding:10px;cursor:pointer;user-select:none}ul.stripe-dropdown-list{list-style:none;padding:0;margin-top:10px}ul.stripe-dropdown-list li{padding:12px;margin:0;background-position:10px 45%;background-repeat:no-repeat;background-size:30px 30px;opacity:.8}ul.stripe-dropdown-list li:first-child{margin-top:5px}ul.stripe-dropdown-list li:hover{opacity:1;background-color:#f3f8fd}ul.stripe-dropdown-list a{text-decoration:none}.stripe-icon-container img.stripe-icon{height:1.7em;position:relative;top:.4em;margin-right:2px}.stripe-icon-container.right{float:right;position:relative;top:-0.6em}.stripe-checkout-icon-container{padding:1em 0}.stripe-checkout-icon-container .stripe-icon{height:2em;margin-right:.25em}.stripe-card-element{border:1px solid #e6e6e6;padding:1em;border-radius:5px}.trialing_shipping .mark,.trialing_tax .mark,.trialing_discount .mark{text-indent:.5em}.trialing_shipping .mark::before,.trialing_tax .mark::before,.trialing_discount .mark::before{content:"- "}/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Amr/default/en_CA/Zemez_ThemeOptions/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../../frontend/Amr/default/en_CA/Zemez_ThemeOptions/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../../frontend/Amr/default/en_CA/Zemez_ThemeOptions/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../../frontend/Amr/default/en_CA/Zemez_ThemeOptions/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../../frontend/Amr/default/en_CA/Zemez_ThemeOptions/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../../frontend/Amr/default/en_CA/Zemez_ThemeOptions/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.svg?v=4.5.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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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}.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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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:#fff}.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: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-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-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"}
/**
 * Copyright © MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */

#giftcard-info dl {
    display: inline-block;
    margin-bottom: 5px;
}
#giftcard-info dt {
    float: left;
    margin: 0 11px;
    font-weight: normal;
    clear: left;
}
#giftcard-info dd {
    font-weight: bold;
    margin: 0;
    float: left;
}
.check-giftcard-status {
    margin-top: 11px;
}
.giftcards-applied-template {
    margin-top: 15px;
}
.main-line {
    font-weight: bold;
    margin-bottom: 0;
}
#checkout-step-payment .mageworx-giftcards .payment-option-content, #checkout-step-payment .mageworx-giftcards .payment-option-title{
    padding-left: 0;
}
.checkout-payment-method .payment-option-title .action-toggle span{
    font-size: 18px;
    line-height: 20px;
    color: #d02223;
}
#checkout-step-payment .mageworx-giftcards .payment-option-content .actions-toolbar .secondary{
    float: none;
}
#checkout-step-payment .mageworx-giftcards .payment-option-content .actions-toolbar .primary{
    display: inline-block;
    width: initial;
    float: left;
}
#checkout-step-payment .payment-option-content input[type="text"]{border: 1px solid #a3a3a3;}
#checkout-payment-method-load .step-title{
font-size: 18px;
    line-height: 20px;
    color: #d02223;
    text-transform: uppercase;
    font-weight: initial;
}
.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}.wp-block-themepunch-revslider{position:relative}rs-modal{position:fixed!important;z-index:9999999!important;pointer-events:none!important}rs-modal.rs-modal-auto{top:auto;bottom:auto;left:auto;right:auto}rs-modal.rs-modal-fullscreen,rs-modal.rs-modal-fullwidth{top:0;left:0;width:100%;height:100%}rs-modal rs-fullwidth-wrap{position:absolute;top:0;left:0;height:100%}rs-module-wrap.rs-modal{display:none;max-height:100%!important;overflow:auto!important;pointer-events:auto!important}rs-module-wrap.hideallscrollbars.rs-modal{overflow:hidden!important;max-width:100%!important}rs-modal-cover{width:100%;height:100%;z-index:0;background:0 0;position:absolute;top:0;left:0;cursor:pointer;pointer-events:auto}body>rs-modal-cover{position:fixed;z-index:9999995!important}rs-sbg-px{pointer-events:none}.rs-forceuntouchable,.rs-forceuntouchable *{pointer-events:none!important}.rs-forcehidden *{visibility:hidden!important}.rs_splitted_lines{display:block;white-space:nowrap!important}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff}.rtl{direction:rtl}@font-face{font-family:revicons;src:url('../../frontend/Amr/default/en_CA/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888');src:url('../../frontend/Amr/default/en_CA/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),url('../../frontend/Amr/default/en_CA/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff2?5510888') format('woff2'),url('../../frontend/Amr/default/en_CA/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),url('../../frontend/Amr/default/en_CA/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),url('../../frontend/Amr/default/en_CA/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');font-weight:400;font-style:normal;font-display:swap}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak-as:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}#builderView i[class*=" fa-"],#builderView i[class^=fa-],#objectlibrary i[class*=" fa-"],#objectlibrary i[class^=fa-],#rs_overview i[class*=" fa-"],#rs_overview i[class^=fa-],#rs_overview_menu i[class*=" fa-"],#rs_overview_menu i[class^=fa-],#waitaminute i[class*=" fa-"],#waitaminute i[class^=fa-],.rb-modal-wrapper i[class*=" fa-"],.rb-modal-wrapper i[class^=fa-],rs-module i[class*=" fa-"],rs-module i[class^=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}#builderView [class*=" fa-"]:before,#builderView [class^=fa-]:before,#objectlibrary [class*=" fa-"]:before,#objectlibrary [class^=fa-]:before,#rs_overview [class*=" fa-"]:before,#rs_overview [class^=fa-]:before,#rs_overview_menu [class*=" fa-"]:before,#rs_overview_menu [class^=fa-]:before,#waitaminute [class*=" fa-"]:before,#waitaminute [class^=fa-]:before,.rb-modal-wrapper [class*=" fa-"]:before,.rb-modal-wrapper [class^=fa-]:before,rs-module [class*=" fa-"]:before,rs-module [class^=fa-]:before{font-family:FontAwesome;font-style:normal;font-weight:400;speak-as:none;display:inline-block;text-decoration:inherit;width:auto;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}#builderView .sr-only,#objectlibrary .sr-only,#rs_overview .sr-only,#rs_overview_menu .sr-only,#waitaminute .sr-only,.rb-modal-wrapper .sr-only,rs-module .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}#builderView .sr-only-focusable:active,#builderView .sr-only-focusable:focus,#objectlibrary .sr-only-focusable:active,#objectlibrary .sr-only-focusable:focus,#rs_overview .sr-only-focusable:active,#rs_overview .sr-only-focusable:focus,#rs_overview_menu .sr-only-focusable:active,#rs_overview_menu .sr-only-focusable:focus,#waitaminute .sr-only-focusable:active,#waitaminute .sr-only-focusable:focus,.rb-modal-wrapper .sr-only-focusable:active,.rb-modal-wrapper .sr-only-focusable:focus,rs-module .sr-only-focusable:active,rs-module .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.tp-fullwidth-forcer{z-index:0;pointer-events:none}rs-module-wrap{visibility:hidden}rs-module-wrap,rs-module-wrap *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}rs-module-wrap{position:relative;z-index:1;width:100%;display:block}.rs-fixedscrollon rs-module-wrap{position:fixed!important;top:0!important;z-index:1000;left:0!important}.rs-stickyscrollon rs-module-wrap{position:sticky!important;top:0;z-index:1000}.rs-stickyscrollon{overflow:visible!important}rs-fw-forcer{display:block;width:100%;pointer-events:none}rs-module{position:relative;overflow:hidden;display:block}rs-module.disableVerticalScroll{-ms-touch-action:pan-x;touch-action:pan-x}rs-pzimg-wrap,rs-sbg,rs-sbg-effectwrap{display:block;pointer-events:none}rs-sbg-effectwrap{position:absolute;top:0;left:0;width:100%;height:100%}rs-carousel-wrap rs-column rs-layer img{width:0;height:0}rs-sbg-px,rs-sbg-wrap{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;display:block}a.rs-layer,a.rs-layer:-webkit-any-link{text-decoration:none}a[x-apple-data-detectors]{color:inherit!important;text-decoration:none!important;font-size:inherit!important;font-family:inherit!important;font-weight:inherit!important;line-height:inherit!important}.entry-content rs-module a,rs-module a{box-shadow:none}.rs-ov-hidden{overflow:hidden!important}.rs-forceoverflow,.rs-forceoverflow rs-module,.rs-forceoverflow rs-module-wrap,.rs-forceoverflow rs-slide,.rs-forceoverflow rs-slides{overflow:visible!important}.tp-simpleresponsive img,rs-module img{max-width:none!important;transition:none;margin:0;padding:0;border:none}rs-module .no-slides-text{font-weight:700;text-align:center;padding-top:80px}rs-slide,rs-slide:before,rs-slides{position:absolute;text-indent:0;top:0;left:0}rs-slide,rs-slide:before{display:block;visibility:hidden}.rs-layer .rs-untoggled-content{display:block}.rs-layer .rs-toggled-content{display:none}.rs-tc-active.rs-layer>.rs-toggled-content{display:block}.rs-tc-active.rs-layer>.rs-untoggled-content{display:none}.rs-layer-video{overflow:hidden}.rs_html5vidbasicstyles{position:relative;top:0;left:0;width:100%;height:100%;overflow:hidden}rs-module .rs-layer,rs-module rs-layer{opacity:0;position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;z-index:1;font-display:swap}rs-layer-wrap,rs-mask,rs-module .rs-layer,rs-module img,rs-module-wrap{user-select:none}.wpb_text_column rs-module rs-mask-wrap .rs-layer,.wpb_text_column rs-module rs-mask-wrap :last-child,rs-module rs-mask-wrap .rs-layer,rs-module rs-mask-wrap :last-child{margin-bottom:0}.rs-svg svg{width:100%;height:100%;position:relative;vertical-align:top}.rs-layer :not(.rs-wtbindex),.rs-layer:not(.rs-wtbindex),rs-alyer :not(.rs-wtbindex),rs-layer:not(.rs-wtbindex){outline:0!important}rs-carousel-wrap{cursor:url(../../frontend/Amr/default/en_CA/Nwdthemes_Revslider/public/assets/css/openhand.cur),move}rs-carousel-wrap.dragged{cursor:url(../../frontend/Amr/default/en_CA/Nwdthemes_Revslider/public/assets/css/closedhand.cur),move}rs-carousel-wrap.noswipe{cursor:default}rs-carousel-wrap{position:absolute;overflow:hidden;width:100%;height:100%;top:0;left:0}rs-carousel-space{clear:both;display:block;width:100%;height:0;position:relative}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.rs-layer.rs-selectable{user-select:text}rs-px-mask{overflow:hidden;display:block;width:100%;height:100%;position:relative}rs-module audio,rs-module embed,rs-module iframe,rs-module object,rs-module video{max-width:none!important;border:none}rs-bg-elem{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block;pointer-events:none}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}rs-zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0px;pointer-events:none}rs-cbg-mask-wrap,rs-column,rs-row-wrap{display:block;visibility:hidden}rs-layer-wrap,rs-loop-wrap,rs-mask-wrap,rs-parallax-wrap{display:block}rs-column-wrap>rs-loop-wrap{z-index:1}rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{transform-style:flat}@media not all and (min-resolution:.001dpcm){@media{rs-carousel-wrap rs-layer-wrap,rs-carousel-wrap rs-loop-wrap{backface-visibility:hidden;transform-style:preserve-3d}}}.safarifix rs-layer-wrap{perspective:1000000}@-moz-document url-prefix(){rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{perspective:none}}rs-mask-wrap{overflow:hidden}rs-fullwidth-wrap{position:relative;width:100%;height:auto;display:block;overflow:visible;max-width:none!important}.rev_row_zone_top{top:0}.rev_row_zone_bottom{bottom:0}.rev_row_zone_middle{top:50%;transform:perspective(1px) translateY(-50%)}rs-column-wrap .rs-parallax-wrap{vertical-align:top}.rs-layer img,rs-layer img{vertical-align:top}rs-row,rs-row.rs-layer{display:table;position:relative;width:100%!important;table-layout:fixed;box-sizing:border-box;vertical-align:top;height:auto;font-size:0px}rs-column-wrap{display:table-cell;position:relative;vertical-align:top;height:auto;box-sizing:border-box;font-size:0px}rs-column{box-sizing:border-box;display:block;position:relative;width:100%!important;height:auto!important;white-space:normal!important}rs-cbg-mask-wrap{position:absolute;z-index:0;box-sizing:border-box}rs-column-wrap rs-cbg-mask-wrap{top:0;left:0;bottom:0;right:0}rs-column-bg{position:absolute;z-index:0;box-sizing:border-box;width:100%;height:100%}.rs-pelock *{pointer-events:none!important}rs-column .rs-parallax-wrap,rs-column rs-loop-wrap,rs-column rs-mask-wrap{text-align:inherit}rs-column rs-mask-wrap{display:inline-block}rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}rs-column .rev_layer_in_column,rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap{display:block!important;width:100%!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,.rs-layer-audio.rs-layer-hidden,.rs-layer.rs-layer-hidden,.rs-parallax-wrap.rs-layer-hidden,.tp-forcenotvisible,.tp-hide-revslider,rs-column-wrap.rs-layer-hidden,rs-row-wrap.rs-layer-hidden{visibility:hidden!important;display:none!important}.rs-layer.rs-nointeraction,rs-layer.rs-nointeraction{pointer-events:none!important}rs-static-layers{position:absolute;z-index:101;top:0;left:0;display:block;width:100%;height:100%;pointer-events:none;overflow:hidden}rs-static-layers.rs-stl-back{z-index:0}.rs-layer rs-fcr{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-top:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-fcrt{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-bottom:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-bcr{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00a8ff;position:absolute;left:100%;top:0}.rs-layer rs-bcrt{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00a8ff;position:absolute;left:100%;top:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.noFilterClass{filter:none!important}rs-bgvideo{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block}.rs-layer.rs-fsv{top:0;left:0;position:absolute;width:100%;height:100%}.rs-layer.rs-fsv audio,.rs-layer.rs-fsv iframe,.rs-layer.rs-fsv iframe audio,.rs-layer.rs-fsv iframe video,.rs-layer.rs-fsv video{width:100%;height:100%}.rs-fsv video{background:#000}.fullcoveredvideo rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid rs-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#fff;z-index:3;margin-top:-25px;margin-left:-25px;line-height:50px!important;text-align:center;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;vertical-align:top;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.rs-ISM .tp-video-play-button{opacity:1;transition:none!important;z-index:6}.rs-audio .tp-video-play-button{display:none!important}.rs-layer .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;text-align:center!important;vertical-align:top;line-height:50px!important;font-size:30px!important}.rs-layer:hover .tp-video-play-button{opacity:1;display:block;z-index:6}.rs-layer .tp-revstop{display:none;width:15px;border-right:5px solid #fff!important;border-left:5px solid #fff!important;transform:translateX(50%) translateY(50%);height:20px;margin-left:11px!important;margin-top:5px!important}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.rs-fsv .rs-fsv audio{object-fit:contain!important}.rs-fsv .rs-fsv video{object-fit:contain!important}.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button{display:none}@supports not (-ms-high-contrast:none){.rs-fsv .fullcoveredvideo audio{object-fit:cover!important}.rs-fsv .fullcoveredvideo video{object-fit:cover!important}}.rs-fullvideo-cover{width:100%;height:100%;top:0;left:0;position:absolute;background:0 0;z-index:5}.rs-nolc .tp-video-play-button,rs-bgvideo audio::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls-start-playback-button{display:none!important}.rs-audio .tp-video-controls{opacity:1!important;visibility:visible!important}rs-module div.rs-layer,rs-module h1.rs-layer,rs-module h2.rs-layer,rs-module h3.rs-layer,rs-module h4.rs-layer,rs-module h5.rs-layer,rs-module h6.rs-layer,rs-module p.rs-layer,rs-module span.rs-layer{margin:0;padding:0;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}rs-module h1.rs-layer:before,rs-module h2.rs-layer:before,rs-module h3.rs-layer:before,rs-module h4.rs-layer:before,rs-module h5.rs-layer:before,rs-module h6.rs-layer:before{content:none}rs-dotted{background-repeat:repeat;width:100%;height:100%;position:absolute;top:0;left:0;z-index:3;display:block;pointer-events:none}rs-sbg-wrap rs-dotted{z-index:31}rs-dotted.twoxtwo{background:url(../../frontend/Amr/default/en_CA/Nwdthemes_Revslider/public/assets/assets/gridtile.png)}rs-dotted.twoxtwowhite{background:url(../../frontend/Amr/default/en_CA/Nwdthemes_Revslider/public/assets/assets/gridtile_white.png)}rs-dotted.threexthree{background:url(../../frontend/Amr/default/en_CA/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3.png)}rs-dotted.threexthreewhite{background:url(../../frontend/Amr/default/en_CA/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;height:100%;top:0;left:0;background:#fff;position:absolute;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none;text-decoration:none!important;box-sizing:border-box;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase}.rev-btn i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;margin-left:0;line-height:inherit}.rev-btn.rev-hiddenicon i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-burger{position:relative;box-sizing:border-box;padding:22px 14px 22px 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child,.quick_style_example_wrap .rev-burger:hover :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2),.quick_style_example_wrap .rev-burger:hover :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child,.quick_style_example_wrap .rev-burger:hover :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-b-span-light span,.rev-burger.revb-white span{background:#fff}.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger.revb-darknoborder{border:0}.rev-b-span-dark span,.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:70%}50%{opacity:0;top:70%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#7f8c8d;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite{background:#fff}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite;background:#fff}.rev-scroll-btn.rev-b-span-dark{border-color:#333}.rev-scroll-btn.rev-b-span-dark span,.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#fff;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr{border-radius:3px}.rev-cbutton-light{color:#333;background-color:rgba(255,255,255,.75)}.rev-cbutton-light-sr{color:#333;border-radius:3px;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3b5998}.rev-sbutton-lightblue{background-color:#00a0d1}.rev-sbutton-red{background-color:#dd4b39}rs-progress{visibility:hidden;position:absolute;z-index:200;width:100%;height:100%}.rs-progress-bar,rs-progress-bar{display:block;z-index:20;box-sizing:border-box;background-clip:content-box;position:absolute;vertical-align:top;line-height:0;width:100%;height:100%}rs-progress-bgs{display:block;z-index:15;box-sizing:border-box;width:100%;position:absolute;height:100%;top:0;left:0}rs-progress-bg{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-gap{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-vis{display:block;width:100%;height:100%;position:absolute;top:0;left:0}.rs-layer img{background:0 0}.rs-layer.slidelink{cursor:pointer;width:100%;height:100%}.rs-layer.slidelink a{width:100%;height:100%;display:block}.rs-layer.slidelink a div{width:3000px;height:1500px;background:url(../../frontend/Amr/default/en_CA/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat}.rs-layer.slidelink a span{background:url(../../frontend/Amr/default/en_CA/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat;width:100%;height:100%;display:block}.rs-layer .rs-starring{display:inline-block}.rs-layer .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#ffc321!important}.rs-layer .rs-starring .star-rating,.rs-layer .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.rs-layer .rs-starring .star-rating:before,.rs-layer .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#e0dadf;float:left;top:0;left:0;position:absolute}.rs-layer .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.rs-layer .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}rs-loader{top:50%;left:50%;z-index:10000;position:absolute}rs-loader.off{display:none!important}rs-loader.spinner0{width:40px;height:40px;background-color:#fff;background-image:url(../../frontend/Amr/default/en_CA/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:center center;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner1{width:40px;height:40px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner5{background-image:url(../../frontend/Amr/default/en_CA/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:10px 10px;background-color:#fff;margin:-22px -22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}rs-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}rs-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}rs-loader.spinner3 .bounce1,rs-loader.spinner3 .bounce2,rs-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}rs-loader.spinner3 .bounce1{animation-delay:-.32s}rs-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}rs-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}rs-loader.spinner4 .dot1,rs-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}rs-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}rs-layer iframe{visibility:hidden}rs-layer.rs-ii-o iframe{visibility:visible}rs-layer input[type=date],rs-layer input[type=datetime-local],rs-layer input[type=datetime],rs-layer input[type=email],rs-layer input[type=month],rs-layer input[type=number],rs-layer input[type=password],rs-layer input[type=range],rs-layer input[type=search],rs-layer input[type=tel],rs-layer input[type=text],rs-layer input[type=time],rs-layer input[type=url],rs-layer input[type=week]{display:inline-block}rs-layer input::placeholder{vertical-align:middle;line-height:inherit!important}a.rs-layer{transition:none}rs-arrow,rs-bullet,rs-bullets,rs-navmask,rs-tab,rs-tabs,rs-tabs-wrap,rs-thumb,rs-thumbs,rs-thumbs-wrap{display:block}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}rs-poster{cursor:pointer;z-index:3}.tp-tab.rs-touchhover,.tp-tab.selected,.tp-thumb.rs-touchhover,.tp-thumb.selected{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:#fff;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.rs-touchhover,.tp-bullet.selected{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows.rs-touchhover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}.rs-layer [class*=" pe-7s-"],.rs-layer [class*=" pe-7s-"]:before,.rs-layer [class^=pe-7s-],.rs-layer [class^=pe-7s-]:before{width:auto;margin:0;line-height:inherit;box-sizing:inherit}rs-pzimg-wrap{display:block}body.rtl .rs-pzimg{left:0!important}.rs_fake_cube{transform-style:preserve-3d}.rs_fake_cube,.rs_fake_cube_wall{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden;left:0;top:0;z-index:0}.rs-builder-mode rs-sbg-wrap canvas,rs-sbg canvas{overflow:hidden;z-index:5;-webkit-backface-visibility:hidden;backface-visibility:hidden}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.dddwrapper{transform-style:flat;perspective:10000px}.rs_error_message_box{background:#111;width:800px;margin:40px auto;padding:40px 20px;text-align:center;font-family:"Open Sans",sans-serif}.rs_error_message_oops{margin:0 0 20px;line-height:60px;font-size:34px;color:#fff}.rs_error_message_content{margin:0 0 20px;line-height:25px;font-size:17px;color:#fff}.rs_error_message_button{color:#fff!important;background:#333;display:inline-block;padding:10px 15px;text-align:right;border-radius:5px;cursor:pointer;text-decoration:none!important}.rs_error_message_button:hover{background:#5e35b1}.hglayerinfo{position:fixed;bottom:0;left:0;color:#fff;font-size:12px;line-height:20px;font-weight:600;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.hginfo{position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600;background:#000;padding:2px 5px}.indebugmode .rs-layer:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;position:absolute;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before,rs-pzimg-wrap.aden:after{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none){.willow{filter:grayscale(1) contrast(.95) brightness(.9)}.willow::after{background-color:transparent}}}rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap:after,rs-pzimg-wrap:before{height:500%;width:500%}rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.bgcanvas{display:none;position:absolute;overflow:hidden}.RSscrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}.avada-has-rev-slider-styles .rev_slider_wrapper{transform:none}.active-rs-slide rs-sbg-wrap.kenburn_fix{opacity:1!important;visibility:visible!important}rs-module{direction:ltr}